.main_grid {
   display: grid;
   grid-template-columns: 3fr 1fr;
   gap: 30px;
   margin-top:30px;
}
.main_left {
    background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.main_grid .usermenu {
    padding: 15px;
}
.usermenu {
  border-radius: 10px;
  background: #fff;
}
.usermenu a {
    padding: 2px 0;
    display:block;
}
.menu_title {
    font-weight:600;margin-bottom:20px;border-bottom: 1px solid;
      padding-bottom: 10px;
      color: #a2a2a2;
}

.main_grid .fl {
    margin-bottom:10px;
}
.main_grid .fl label {
    display: block;
     margin-bottom: 2px;
}
.main_grid input {
    display: block;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  border: none;
  background: #f4f4f4;
}
.logout_border_top{
    border-top: 1px solid #a2a2a2;
  padding: 15px 0 0 0;
  margin-top: 20px;
}
.withtitle.flex {
    align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.main_grid h3 {
font-size:20px;margin-bottom: 15px;
}
.my_reviews .rev,.my_bookings .rev {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
 gap:15px;
background: #f4f4f4;
padding:5px;
margin-bottom:10px;
}
.my_bookings .rev{
    grid-template-columns: 1fr 3fr 1fr 1fr;
}
.my_reviews .rev .bordered, .my_bookings .rev .bordered {
padding: 0 5px;border-right: 1px solid #cfcfcf;border-left: 1px solid #cfcfcf;}
.f14_under {
    font-size:14px;
    text-decoration:underline;
}

.consultant {
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow: 0 4px 10px #00000010;
    margin-top:20px;
}
.consultant .img {
    width:100%;
    height:172px;
    overflow:hidden;
}
.consultant .title {
    padding:20px;
    color:#fff;
    font-weight:500;
    background:linear-gradient(to right, #8CC92A 0%,  #5E8A16 100%);
}
.consultant .contact {
    padding:20px 20px;
}
.consultant .contact .tel {
    font-weight:500;
    font-size:20px;
    margin-bottom:15px;
}
.consultant .contact .email {
    color:#626464;
    margin-bottom: 20px;
}
.consultant .contact .btn a {
    display:block;
    border:1px solid #000;
    border-radius:10px;
    width:100%;
    padding:10px 0;
    text-align:center;
    font-weight: 500;
}
.breadcrumbs {
    color: #0d0c0c;
  font-weight: 300;
  margin-bottom: 40px;
}
.profile_page.padding-v-50 {
    padding-top: 35px;
}