.carddd{
    margin: 10px 0px;
   }
    .mentor_img{
        width: 100% !important;
        min-height: 220px;
    max-height: 220px;

    }
    
.mentor_title_div{
  background-color: #f6842c;
  padding: 8px 5px;
  min-height: 150px;
  max-height: 150px;

}
.mentor_title a{
    color: #fff;
    text-decoration: none;
}
.mentor_title a:hover{
    color: #89420b;
    text-decoration: none;
}
.carddd{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.Request_btnn{
    color: #f6842c;
    background-color: #131c26;
    border-radius: 12px;
    padding: 4px 8px;
    text-align: center !important;

}
.Request_btnn:hover{
    color: #f6842c;
    background-color: #131c26;
text-decoration: none !important;
}

.carddd:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mentor_title{
    margin-bottom: 2px !important;
  font-size: 16px;

  text-decoration: none;
  text-align: center;
  /* padding: 8px 10px;  */
  color: #fff;

}
.expert_title{
    margin-bottom: 10px !important;
}
.mentr_para{
    margin-bottom: 6px;
    font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #a5ddfb;
}
.inc_title:hover{
text-decoration: none !important;
}

.mentor_banner_div{
    padding: 100px 10px;
    background: url(/wp-content/uploads/2022/11/mentor-banner.png);
    background-size: cover;
}
@media screen and (max-width:476px) and (min-width: 280px) {
    .mentor_banner_div{
        background: url(/wp-content/uploads/2022/11/mentor_mobile_banner.png);
        background-size: cover;
    }
.mentor_banner_div {
    padding: 60px 10px;
 
}
}
.readmore_btn:hover{
    color: #fff;
    text-decoration: none;
    background-color: #d15c02;
    border-radius: 10px;
    padding: 4px 10px;
}

.readmore_btn{
    color: #fff;
    text-decoration: none;
    background-color: #d15c02;
    border-radius: 10px;
    padding: 4px 10px;
}