@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.custom_mx-8 {
    padding-left: 80px;
    padding-right: 80px;
}


.custom_top_m-8 {
    margin-top: 50px;
}

.coach_about_sec, .coach_portfolio_sec{
    background-color: rgba(251, 251, 251, 0.9);
}
.coach_portfolio_sec{
    padding-bottom: 15px;
}

.coach_detail_Img {
    /* /* width: 327px; */
    /* height: auto; */
    aspect-ratio: 1/1;
    overflow: hidden;
    /* flex-shrink: 0; */
    /* position: relative;
    top: 23px;
    left: 0px; */
    margin-top: 23px;
    border: 5px solid white;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 0 rgba(5, 135, 71, 0.1);
}

.coach_detail_Img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 0 rgba(5, 135, 71, 0.1);
}

.prec_off_box {
    position: absolute;
    z-index: 10;
    top: 67%;
    left: 12%;
}

.plan_percent_off {
    object-fit: fill !important;
}

.perc_text {
    position: absolute;
    top: 25%;
    left: 27%;
    color: white;
}

.custom_details_margin {
    margin-left: 23px;
}

.coach_name {
    padding-top: 55px;
    font-size: 28px;
}

.review_box {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #535353;
}

.reviews_num {
    padding-left: 11px;
    padding-right: 11px;
}

.reviews_num a {
    color: black;
    text-decoration: none;
}

.review_box span,
.review_box span .review-span {
    font-size: 20px;
}

.review_box span,
.review_box span .review-span .reviewTxt {
    color: #535353;
}

.review-span .reviewTxt:hover {
    text-decoration: underline;
}

.success_stories {
    /* border: 0.4px solid #058747; */
    /* border-radius: 8px; */
    color: #058747 !important;
    text-decoration: underline;
    /* padding: 8px 6px; */
    /* box-shadow: 4px 4px 10px 0 rgba(5, 135, 71, 0.15); */
}

.success_stories:hover {
    transform: scale(105%);
}

.specialization_name {
    background-color: #FFF1EE;
    border-radius: 5px;
    padding: 8px 10px;
    color: #000;
}

.see_pricing {
    /* width: calc(50% - 15px); */
    background-color: #F66023;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    padding: 9px 25px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.see_pricing:hover {
    transform: scale(1.05);
}

.shining_effect::before {
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
  }

  .shining_effect::after {
    content: "";
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
  }

  .shining_effect::before {
    left: -75%;
    animation: shine 2s infinite;
  }

  .shining_effect::after {
    left: 5%;
    animation: shineAfter 2s infinite;
  }

  @keyframes shine {
    0% {
      left: -45%;
    }
    100% {
      left: 110%;
    }
  }
  @keyframes shineAfter {
    0% {
      left: -20%;
    }
    100% {
      left: 130%;
    }
  }

.msg_coach {
    /* width: calc(50% - 15px); */
    /* margin-left: 39px; */
    border: 1px solid #F66023;
    background-color: transparent;
    padding: 9px 15px;
    border-radius: 5px;
    color: #F66023;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.msg_coach:hover {
    transform: scale(1.1);
    background-color: #F66023;
    color: white;
}

.msg_coach:hover + .see_pricing{
    background-color: transparent;
    color: #F66023;
    border: 1px solid #F66023;
    
}
.msg_coach:hover + .see_pricing::after,.msg_coach:hover + .see_pricing::before{
    animation:none;
    background: none;
}

/* .msg_coach:hover + .msg_coach::before{
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
    left: -75%;
    animation: shine 1.3s infinite;
}
.msg_coach:hover + .msg_coach::after{
    content: "";
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
    left: 5%;
    animation: shineAfter 1.3s infinite;
} */

.msg_coach:hover img {
    filter: brightness(0) invert(1);
}


.coach_summary {
    color: #535353;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: inline; */
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}

.read_more {
    color: black;
    /* font-weight: bold; */
    cursor: pointer;
    float: right;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(251, 251, 251, 1);
    padding-left: 18px;
}

.read_more:hover{
    text-decoration: underline;
}

.expanded {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

.slot_booking_txt {
    font-size: 40px;
    font-weight: 600;
}

#timezone {
    font-weight: 500;
    padding-left: 0;
}

.custom_consultation_type,
.custom_consultation_mode,
.custom_plan_select {
    width: 100%;
    padding: 10px 23px;
    font-size: 20px;
    color: #BCBCBC;
    border: 0.5px solid rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 10px center;
    background-color: #fff;
    cursor: pointer;
}

.custom_consultation_mode {
    pointer-events: none;
    border-color: #535353 !important;
}

.address_input {
    display: none;
}

.custom_input {
    width: 100%;
    padding: 10px 23px;
    font-size: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

#user_curr_location {
    border: 0.9px solid #058747 !important;
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.curr_loc_txt {
    font-size: 20px;
}

.custom_consultation_type:focus,
.custom_consultation_mode:focus,
.custom_plan_select:focus {
    outline: none;
}

select:not(:has(option:checked[value=""])) {
    color: black;
}

.custom_plan_select option,
.custom_consultation_type option,
.custom_consultation_mode option {
    color: black;
}

.custom_plan_select option:first-child,
.custom_consultation_type option:first-child,
.custom_consultation_mode option:first-child {
    color: #BCBCBC;
}

.fc-toolbar.fc-header-toolbar {
    width: 100%;
    float: none;
}

.fc-left {
    position: relative;
    left: 0% !important;
    float: none !important;
    font-size: 20px;
}

.fc-left h2 {
    font-family: 'Lato', serif;
    color: #535353 !important;
}

.fc-right .btn-group {
    gap: 11px;
}

.fc-right .btn-group .fc-prev-button,
.fc-right .btn-group .fc-next-button {
    padding: 6px 5px !important;
    left: 0 !important;
}

#calendar .fc-right .btn.btn-primary .fa {
    color: #535353;
}


#calendar .fc-view-container {
    margin-left: 0px !important;
    width: 100% !important;
    border: 0.5px solid rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

#calendar .fc-header-toolbar .fc-left h2 {
    padding: 0;
    padding-top: 5px;
}

.fc-toolbar .fc-right {
    margin-top: 0;
}

.fc-row.fc-week.table-bordered {
    height: 60px !important;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}


.fc-bootstrap4 .fc-today.alert .fc-day-number {
    background: none !important;
    color: #535353 !important;
}

.fc-bootstrap4 .fc-today.alert .fc-day-number:hover {
    background: none !important;
}

.fc-bootstrap4 .fc-today.alert.avail_date .fc-day-number {
    color: white !important;
    background: #fa9a74 !important;
    color: #000 !important;
}

.fc-bootstrap4 .fc-today.alert.avail_date .fc-day-number:hover {
    color: white !important;
    background: #F66023 !important;
    color: white !important;
}

.fc-bootstrap4 .fc-today.alert.avail_date .fc-day-number.background-orange {
    background: #F66023 !important;
    color: white !important;
}

.fc-bootstrap4 .fc-today.alert .fc-day-number.background-orange {
    background: #F66023 !important;
    color: white !important;
}

.slots_timeZone_box {
    /* width: 100%; */
    padding: 0px;
    height: 100%;
    overflow-y: hidden;
    box-shadow: 0 0 5px #ccc;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.4);
}

/* .event-timing-body::-webkit-scrollbar{
    display: none;
} */


.slots_timeZone_box {
    padding: 12px 36px 31px 24px;
}

.event-timing-body {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 30px;
}

.event-timing-body::-webkit-scrollbar {
    display: none;
}

.event-inner {
    margin-bottom: 40px;
}

.event-inner:last-child {
    margin-bottom: 0;
}

.event-inner>h5 {
    font-size: 24px;
    color: #535353;
}

.event-image {
    margin-right: 15px;
}

.event-inner .timing {
    color: #535353;
}

.event-inner.slots-availability {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    /* opacity: 0.3; */
}

.time_slot_box {
    display: flex;
    gap: 10px;
    margin-top: 27px;
    max-height: 130px;
    height: auto;
    overflow-x: auto;
}

.time_slot_box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.time_slot_box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}

.time_slot_box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.event-timing {
    min-width: 120px;
}

.timing {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 0.5 solid rgba(0, 0, 0, 0.4) !important;
    /* box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3); */
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.timing:hover{
    border-color: #F66023;
}

.timingclick {
    border: none !important;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3) !important;
}


.slot_book_btn {
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 28px;
    padding: 9px 13px;
    border-radius: 5px;
    font-weight: 500;
    background-color: #F66023;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.slot_book_btn:hover {
    transform: scale(1.05);
}

.slot_book_btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
  }

  .slot_book_btn::after {
    content: "";
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 222, 209, 0.5)
    );
    transform: skewX(-20deg);
    pointer-events: none;
  }

  .slot_book_btn::before {
    left: -75%;
    animation: shine 2s infinite;
  }

  .slot_book_btn::after {
    left: 5%;
    animation: shineAfter 2s infinite;
  }



.nav-tabs-block {
    border-bottom: none;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.nav-link {
    font-size: 32px;
}

.order-wrap-destop>.nav-tabs-block>.nav-item>.nav-link:hover {
    border: 1px solid #058747;
}

.order-wrap-destop>.nav-tabs-block>.nav-item>.nav-link {
    color: #000;
}

.order-wrap-destop>.nav-tabs-block>.nav-item>.nav-link.active {
    color: #058747;
    transition: color 0.2s ease-out;
    background-color: transparent;
}

/* .image-gallery{
    gap: 35px;
} */

.photo-img img {
    width: 290px;
    height: 290px;
    cursor: default;
    border-radius: 0;
}

/* .recipeBox>div{
    gap: 40px;
} */

.recipe_img_box {
    cursor: pointer !important;
    margin-bottom: 20px;
}

.recipe_img_box>.rcp-link{
    position: relative;
}

.recipe_img_box>.recipe_box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    z-index: 1;
}

.recipe_name {
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    top: -14%;
    /* bottom: 5%; */
    left: 0%;
    margin-left: 10px;
    /* margin-bottom: 13px; */
    color: white;
    z-index: 100;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em;              */
}

.client_text {
    font-size: 40px;
}

.transform_img_box {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 26px;
    margin-right: 98px;
}

.transform_img_box img {
    width: 50%;
    object-fit: fill;
}

.before_wt,
.next_wt {
    bottom: 8%;
    left: 15%;
    padding: 2px 13px;
}

.next_wt {
    right: 15%;
    left: auto;
}

.tab_beforeWeight {
    left: 14%;
}

.tab_afterWeight {
    right: 14%;
}

.content_box {
    width: 500px;
}

.review_Box {
    margin-top: 58px;
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
    padding-bottom: 10px;
}

.review_Box::-webkit-scrollbar {
    /* display: none; */
    width: 5px;
    height: 5px;
}

.review_Box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}

.review_Box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.review_Box>div {
    border: 0.3px solid rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 11px 25px 16px 18px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
    width: 440px;
    flex: 0 0 440px;
    max-height: max-content;
}

.review_Box>div:hover {
    max-height: none;
}

.review_Box>div:hover p {
    white-space: normal;
    overflow: visible;
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.online_training_txt {
    font-size: 40px;
    margin-top: 58px;
    text-align: center;
}

.about_training_txt {
    color: #535353;
    margin: 30px 60px 45px 60px;
    text-align: center;
}

.training_margin {
    margin-left: 80px;
    margin-right: 80px;
}

.dropdown_points_box {
    border: 0.3px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    background-color: white;
    border-radius: 15px;
}


.dropdown_points_box>button {
    font-weight: 500;
    text-transform: none;
    padding: 25px 23px 25px 42px !important;
    color: #535353;
}

.dropdown_points_box>button:hover {
    font-weight: 500;
    text-transform: none;
    font-family: 'Lato';
    /* padding: 28px 18px 28px 42px !important; */
    color: #535353;
}

.btn {
    letter-spacing: 1px;
    font-family: 'Lato';
}

/* .dropdown_points_box>button>img{
    float: right;
    border-left: 0.5px solid rgba(0, 0, 0, 0.4);
    padding-left: 20px;
} */


.dropdown_point_about {
    padding: 21px 51px 0 51px;
    display: none;
    transition: all 0.5s linear;
    color: #535353;
    font-size: 18px;
}

/* .down-arrow{
    display: none;
    border-left: 0.5px solid white !important;
} */

.text_hcaApp {
    font-size: 40px;
    font-weight: 600 !important;
    padding: 0;
    margin: 0;
    font-family: 'Lato', serif;
    color: #000;
    text-transform: none;
}

.about_app_para{
    margin: 0;
    font-family: 'Lato', serif;
    text-align: center;
    font-size: 40px;
    font-weight: 600 !important;
    color: #000;
    margin-top: 10px;
}

.social_block{
    padding-top: 34px;
    justify-content: center;
}



.active_training_drop {
    background-color: #058747;
    color: white !important;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

/* .close_training_drop {
    background-color: white;
    color: black;
    border-radius: 15px;
} */

select.phone-code {
    display: none;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 30%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.2rem !important;
    height: 70px !important;
    padding: 0.1rem !important;
}

.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    height: 30px;
    outline: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

.video-backbg {
    width: 90%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.custom_video_ht {
    height: 100% !important;
    padding: 0px !important;
}

.video-js {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.custom_post_ht {
    height: 50em;
    overflow-y: auto;
    margin-top: 25px;
}

.custom_transformation_video_ht {
    height: 100% !important;
    padding: 0% !important;
}

.box_ht {
    height: 660px !important;
    overflow-y: scroll !important;
}

.see_more_btn {
    font-size: 28px;
    background-color: #F66023;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 11px 65px;
}

.see_more_btn:hover {
    transform: scale(1.05);
}

.transformation_box {
    /* width: auto !important; */
}

.transform_post_img_box,
.transform_post_video_box {
    display: flex;
    gap: 0;
}

.transform_post_video_box {
    height: 72vh;
}

.tab_beforeImage,
.tab_afterImage {
    width: 50% !important;
    height: 100% !important;
    cursor: default !important;
    object-fit: fill !important;
    border-radius: 0px !important;
}


.photo-img p,
.transform_title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
    /* margin-bottom: 3px; */
    color: #4D4545;
}

.transform_title {
    margin: 0;
    margin-top: 20px;
}

.removeClientBox {
    display: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
    font-weight: 600 !important;
}

.nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid #058747 !important;
}

.nav-tabs-block .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0px !important;
    border-bottom: 2px solid #058747 !important;
}

#calendar .table-bordered thead td span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 35px;
}

.fc-basic-view .fc-day-number,
.fc th.fc-day-header {
    font-size: 20px !important;
    color: #535353;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3.9em !important;
}

.switchBtnBox {
    margin-top: 54px;
    text-align: center;
    margin-bottom: 40px;
}

.switchBtnBox>span {
    border: 0.3px solid #058747;
    border-radius: 38.5px;
    font-size: 32px;
    height: auto;
    display: inline-flex;
    gap: 2px;
    box-shadow: 3px 3px 10px 0 rgba(5, 135, 71, 0.1);
}

.transformation_box_images_inner,
.transformation_box_video_inner {
    height: 100%;
    box-shadow: -3px 0 12px 0 rgba(5, 135, 71, 0.1), 3px 3px 12px 0 rgba(5, 135, 71, 0.1);
}

.transformation_video-backbg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    cursor: pointer;
}

.transformation-video .vjs-big-play-button {
    /* top: 50%;
    left: 38%; */
    background-color: #F66023;
    border: 0;
}
.transformation_video_modal{
    padding-top: 80vh !important;
}

.switchBtnBox>span>span {
    padding: 9px 44px;
    border-radius: 38.5px;
    display: inline-block;
    color: #5D5D5D;
    cursor: pointer;
}

.bg_color {
    background-color: #058747;
    color: white !important;
    transition: all 0.5s ease-in-out;
}

.transformation_desc {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}

.tab_modal_beforeWeight,
.tab_modal_afterWeight {
    position: absolute;
    bottom: 8%;
    left: 18%;
}

.tab_modal_afterWeight {
    left: auto;
    right: 18%;
}

.custom_padding_mobile {
    padding: 0;
}

.coach_qualification {
    color: #535353;
}

.slot_booking_section {
    /* margin-top: 63px; */
}


.TimeZoneInputBox {
    margin-top: 16px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.custom_time_zone_dropdown {
    border: 0.5px solid rgba(0, 0, 0, 0.4) !important;
    /* border-radius: 10px !important; */
    /* box-shadow: 4px 4px 8px 0 rgba(114, 163, 72, 0.1) !important; */
}

.custom_time_zone_dropdown .select2-search.select2-search--dropdown {
    margin-top: 13px !important;
    margin-bottom: 17px !important;
}

.custom_time_zone_dropdown .select2-search__field {
    background-color: #F4F5F7 !important;
    font-size: 20px !important;
}

.custom_time_zone_dropdown .select2-results__options .select2-results__option--highlighted {
    background-color: #058747;
    color: white !important;
}

.custom_time_zone_dropdown .select2-results__options li {
    color: rgba(0, 0, 0, 0.7) !important;
}

.custom_time_zone_dropdown .select2-results__options li:hover {
    background-color: #058747;
    color: white !important;
}

.custom_selection_time_zone {
    height: 100% !important;
    font-size: 20px !important;
    padding: 8px 14px;
    border: 0.5px solid rgba(0, 0, 0, 0.4) !important;
    /* box-shadow: 4px 4px 4px 0 rgba(114, 163, 72, 0.1) !important; */
    border-radius: 9px !important;
}

.custom_selection_time_zone .select2-selection__rendered {
    color: #535353 !important;
}

.custom_selection_time_zone .select2-selection__clear {
    margin-right: 55px !important;
}

.custom_selection_time_zone .select2-selection__arrow {
    top: 8px !important;
    right: 18px !important;
}

.custom_selection_time_zone .select2-selection__arrow b {
    border: solid #535353 !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 6px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    left: 0% !important;
    top: 25% !important;
    margin-right: 18px !important;
    margin-left: 0px !important;
}

.custom_selection_time_zone[aria-expanded="true"] .select2-selection__arrow b {
    transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
}

.send-message-modal .form-control[name="name"],
.send-message-modal .form-control[name="email_address"] {
    padding-bottom: 0;
    height: 35px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F66023 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field[type="search"] {
    outline: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field[type="search"]:focus {
    border: 2px solid #535353 !important;
    border-radius: 4px;
}

.drop_custom_img_box {
    float: right;
    border-left: 0.5px solid rgba(0, 0, 0, 0.4);
    padding-left: 20px;
}

.active_training_drop>.drop_custom_img_box {
    border-left: 0.5px solid white !important;
}

.drop_custom_img_box>.down-arrow {
    display: none;
}

.plan_name {
    font-size: 32px !important;
    font-weight: 600 !important;
}

#coach_price {
    font-size: 32px !important;
    margin-top: 10px !important;
}

.aboutPlanBox li {
    margin-bottom: 3px !important;
}

.pricing-modal .free-plan .card-header {
    padding-bottom: 8px !important;
}

.aboutPlanBox {
    margin-top: 5px !important;
}

.description-list {
    padding-top: 20px !important;
    margin-bottom: 0;
}

.description-list li {
    color: #535353;
    padding: 0;
}

.plan_name,
.pricing-box,
.select-trainer-plan {
    font-family: 'Lato', serif !important;
}

.timingclick {
    background-color: #F66023 !important;
}

.no_slot_avail{
    background-color: transparent !important;
    box-shadow: none !important;
    color: #535353 !important;
}

.pricing-modal .close {
    background: none;
    padding: 0;
    border: 0;
    border-bottom: 2.5px solid black;
    border-radius: 0;
    width: auto;
    height: 30px;
    font-size: 22px;
    color: black;
    /* top: -30px;
    right: -70px; */
}

.custom_no_event-timing {
    width: 100% !important;
}


.custom_time_no_slot {
    justify-content: center !important;
    border: none !important;
    font-weight: 700 !important;
    opacity: 0.7;
}

.pricing-box {
    gap: 30px;
}

.modal_video_sec {
    padding-top: 80vh !important;
}

.starting_price_text>div>h2 {
    font-family: 'Lato', serif !important;
}

.main_box_training {
    margin-bottom: 35px;
}

.seomainBox {
    padding-left: 208px;
    padding-right: 153px;
    margin-top: 35px;
}

.specialization_box{
    gap: 20px;
    margin-top: 12px;
}

.hideNextPrevIcon{
    display: none !important;
}

.hca_img_mobile_dash{
    margin-top: 45px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

    width: 75%;
}

.main_box_client_review_sec .transform_review_sec{
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    margin-top: 5px;
}

.pricing_msg_box{
    gap: 22px;
}

.calendar-box{
    margin-top: 38px;
}

.before_after_img_box{
    width: 50%;
}

.transformation_img_card{
    padding: 32px 21px;
    gap: 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.4);
    border-radius: 26px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.before_after_img{
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.before_after_img_tab_sec{
    border-radius: 0px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.abt_transformation_img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
}

.bottom_inverted_comma_box{
    display: flex;
    justify-content: right;
}

.client_box{
    gap: 77px;
    padding-bottom: 12px;
}

.abt_transformation_img-title{
    /* margin-top: 6px; */
    font-weight: 600;
    color: #4D4545;
}

.abt_transformation_img-description{
    /* width: 30vw; */
    /* max-width: max-content; */
    color: #535353;
}

.not_avail_txt{
    margin: auto;
    margin-top: 30px;
    color: #535353;
    font-size: 22px;
    text-align: center;
}

.owl-nav button{
    display: none !important;
}
.owl-dots{
    display: flex;
}
.owl-carousel button.owl-dot.active {
    background: unset !important;
    border: 0px !important;
}

.owl-stage-outer .owl-stage{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.owl-carousel .owl-stage-outer{
    /* height: 440px !important; */
}


.custom_video_ht .vjs-big-play-button{
    border: 3.5px solid white !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    width: 1.7em !important;
    height: 1.7em !important;
    position: relative !important;
    top: 45% !important;
    left: 0 !important;
    margin: auto !important;
    line-height: 1.4em !important;
}


.modal_video_sec .vjs-big-play-button{
    border: 3.5px solid white !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    width: 1.7em !important;
    height: 1.7em !important;
    left: 45% !important;
    top: 50% !important;
    /* position: relative !important;
    top: 45% !important;
    left: 0 !important;
    margin: auto !important;
    line-height: 1.4em !important; */
}

/* .video-js .vjs-big-play-button{
} */

.time_zone_box{
    margin-bottom: 25px;
}

@media screen and (max-width:1441px) {
    /* .image-gallery{
        gap: 20px;
    }
    .recipeBox>div{
        gap: 20px;
    } */
}

@media screen and (max-width:1025px) {
    .custom_mx-8 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .custom_details_margin {
        margin-left: 23px;
    }

    .nav-tabs-block .nav-link {
        font-size: 25px;
    }

    /* .image-gallery {
        gap: 25px;
    } */

    .photo-img img {
        width: 280px;
    }

    .about_training_txt {
        color: #535353;
        margin: 30px 20px 45px 20px;
        text-align: left;
    }

    .training_margin {
        margin-left: 20px;
        margin-right: 20px;
    }

    .dropdown_points_box>button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding: 10px 18px 10px 30px !important; */
    }

    .dropdown_points_box>button>img {
        padding: inherit;
    }

    .transform_img_box {
        height: 550px;
        margin-right: 50px;
    }

    .content_box {
        width: 235px;
    }

    .tab_beforeWeight {
        font-size: 18px !important;
        left: 8%;
    }

    .tab_afterWeight {
        right: 8%;
    }

    .before_wt,
    .next_wt {
        padding: 2px 8px;
    }

    .custom_post_ht {
        height: 38em;
    }

    .video-backbg {
        width: 85%;
    }

    .switchBtnBox>span {
        font-size: 25px;
    }

    /* .custom_video_ht{
        height: 150px !important;
    } */

}

@media screen and (max-width:993px) {

    .client_box {
        /* justify-content: center; */
        align-items: unset !important;
    }

    .transform_img_box {
        margin: 0 45px;
    }

    .client_img_content_box {
        padding: 0 13px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .content_box {
        width: 100% !important;
        margin-top: 15px;
        text-align: center;
    }

    .transformation_img_card{
        /* flex-direction: column; */
        padding: 17px 13px;
    }

    /* .before_after_img{
        width: 30vw;
    } */

    .before_after_img_box{
        /* width: 40%; */
    }

}

@media screen and (max-width:911px) {
    .review_box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 769px) {

    .client_box {
        /* gap: 0 !important; */
    }

    .transform_img_box {
        margin: 0 45px;
    }

    .client_img_content_box {
        padding: 0 13px;
        flex-wrap: wrap;
    }

    .content_box {
        width: 100% !important;
        margin-top: 15px;
        text-align: center;
    }

    /* .dropdown_points_box>button>div{
        width: 80%;
    } */
    .custom_details_margin {
        padding: 0;
    }

    .custom_mx-8{
        padding: 10px 0;
    }

    .custom_padding_mobile {
        padding: 0 5px;
    }

    .slot_booking_section {
        padding: 0;
    }

    /* .fc-bootstrap4 .fc-today.alert .fc-day-number{
        width: 30px !important;
        height: 30px;
        padding: 0 !important;
    } */
    .custom_post_ht {
        height: 35em;
    }

    .video-js.vjs-fluid {
        height: 210px;
    }

    /* .custom_video_ht{
        height: 160px !important;
    } */

    #calendar .table-bordered thead td span {
        height: 33px;
        padding-bottom: 2px !important;
    }

    .fc-basic-view .fc-day-number,
    .fc th.fc-day-header {
        font-size: 16px !important;
    }

    .coach_qualification {
        margin-bottom: 7px;
    }

    .online_training_txt {
        margin-top: 11px;
    }

    .custom_mx-8 {
        /* margin-top: 30px; */
    }

    .custom_top_m-8 {
        margin-top: 30px;
    }

    .transformation_img_listing_box{
        margin-right: -1.5rem;
    }
}

@media screen and (max-width:767.5px) {
    .coach_detail_Img {
        width: 50%;
    }

    .coach_name,
    .coach_qualification {
        text-align: left;
    }

    .review_box {
        flex-direction: column;
        align-items: center;
    }

    .specialization_box {
        justify-content: flex-start;
        gap: 15px !important;
    }

    .pricing_msg_box,
    .starting_price_text {
        justify-content: center;
    }

    .social_block.desktop-view {
        /* display: none !important; */
    }

    .transform_post_video_box{
        height: 45vh;
    }
}

@media screen and (max-width: 577px) {
    .main_coach_detail_section {
        padding: 0 !important;
    }

    .custom_padding_mobile {
        padding: 0;
    }

    /* .main_coach_detail_section .row .col-12{
        padding: 0 !important;
    } */

    .coach_banner {
        height: 144px !important;
    }

    /* .coach_detail_Img{
        width: 150px;
        height: 150px;
        top: 77px;
        left: 50%;
        transform: translateX(-50%);
    } */
    .custom_details_margin {
        margin-left: 16px;
        margin-right: 16px;
    }

    /* .main_coach_detail_section>div:nth-child(2){
        margin-top: 50px !important;
    } */

    .coach_name {
        text-align: center;
        font-size: clamp(16px, 3vh, 20px);
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .review_box {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .review_box span {
        font-size: 14px !important;
    }

    .reviews_num a {
        font-size: 12px !important;
    }

    .success_stories {
        padding: 6px 5px;
        padding-bottom: 0px;
    }

    .coach_qualification {
        margin: 12px 0px !important;
        font-size: 14px !important;
        text-align: left;
    }

    .specialization_box {
        gap: 10px 15px !important;
        justify-content: flex-start;
    }

    .specialization_name {
        font-size: 14px !important;
        padding: 7px 7px;
    }

    .pricing_msg_box {
        justify-content: space-between;
        gap: 42px;
    }

    .msg_coach,
    .see_pricing {
        margin: 0;
        font-size: 18px !important;
        padding: 7px 0px;
        /* padding-left: clamp(10px, 5vw, 40px);
        padding-right: clamp(10px, 5vw, 40px); */
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .msg_coach {
        padding: 5px;
        padding-left: 10px;
        padding-right: 8px;
    }

    .starting_price_text {
        margin-top: 12px !important;
        justify-content: left;
    }

    .starting_price_text>div {
        display: flex;
        gap: 5px;
    }

    .starting_price_text>div>p, .text-start>span{
        font-size: 14px !important;
    }

    .text-start{
        font-size: 18px !important;
    }

    .coach_summary {
        font-size: 14px !important;
        margin-top: 10px !important;
        text-align: left !important;
    }

    .custom_top_m-8 {
        margin-top: 40px;
    }

    .slot_booking_section {
        padding: 0% !important;
    }

    .slot_booking_section>div:nth-child(2) {
        margin-top: 12px !important;
    }

    .slot_booking_txt {
        font-size: 20px !important;
        font-weight: bold;
    }

    .time_zone_box>span {
        font-size: 18px !important;
    }

    .plan_box_input {
        margin-top: 0 !important;
    }

    .custom_consultation_type,
    .custom_consultation_mode,
    .custom_plan_select {
        font-size: 14px !important;
        padding: 10px 9px;
    }

    .calendar-box {
        margin-top: 22px !important;
        margin-bottom: 0 !important;
    }

    #calendar .fc-left {
        margin-bottom: 0px !important;
    }

    #calendar .fc-header-toolbar .fc-left h2 {
        font-size: 16px;
        padding: 9px 0px;
    }

    .fc-toolbar .fc-right {
        margin-top: 0px !important;
    }

    .fc th.fc-day-header {
        font-size: 14px !important;
    }

    .fc-basic-view .fc-body .fc-row {
        height: 45px !important;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 2.8em !important;
    }

    .fc-basic-view .fc-day-number,
    .fc th.fc-day-header {
        font-size: 14px !important;
    }

    /* .fc-scroller.fc-day-grid-container{
        height: auto !important;
    } */


    .booking_box {
        margin-top: 20px !important;
    }

    .slot_book_btn {
        font-size: 16px;
        padding: 7px 13px;
    }

    .nav-tabs-block {
        gap: 5px !important;
    }

    .nav-tabs .nav-link {
        /* font-size: clamp(14px, 3vh, 20px) !important; */
        font-size: 16px!important;
    }

    /* .image-gallery{
        gap: 18px 23px;
        padding: 0 16px;
    } */

    .photo-img img {
        width: 110px;
        height: 115px;
    }

    .client_text {
        font-size: 20px;
        font-weight: bold;
    }

    .client_box {
        margin-top: 30px !important;
    }

    .client_img_content_box {
        padding: 0;
        flex-wrap: wrap;
    }

    .transform_img_box {
        width: 329px;
        height: 329px;
        margin: 0 15px;
        border-radius: 15px;
    }

    .content_box {
        margin-top: 10px;
        width: 100% !important;
        text-align: center;
    }

    .content_box>h4 {
        font-size: 16px !important;
    }

    .content_box>p {
        font-size: 14px !important;
    }

    .review_Box {
        margin-top: 20px;
        margin-right: 15px;
        padding: 10px 0;
    }

    .review_Box>div {
        border-radius: 7px;
        padding: 5px 8px;
        width: 254px;
        /* height: 77px; */
        flex: 0 0 254px;
    }

    .review_Box>div>h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .review_Box>div>div {
        font-size: 12px !important;
    }

    .review_Box>div>p {
        font-size: 14px !important;
        margin-bottom: 0;
    }

    .training_margin {
        margin-left: 15px;
        margin-right: 15px;
    }

    .online_training_txt {
        /* margin-top: 30px; */
        font-size: 20px !important;
        font-weight: bold !important;
        margin-bottom: 14px;
    }

    .about_training_txt {
        margin: 0;
        font-size: 14px !important;
        text-align: center;
        margin-bottom: 12px;
    }

    .dropdown_points_box {
        border-radius: 8px;
    }


    .dropdown_points_box>button {
        padding: 12px 7px !important;
    }


    .dropdown_points_box>button>ol>li {
        font-size: 16px !important;
        /* border-right: 0.3px solid rgba(0, 0, 0, 0.5); */
    }

    .drop_custom_img_box {
        padding-left: 11px;
        /* border: 0; */
        height: 50px;
        display: flex;
    }

    .drop_custom_img_box>img {
        width: 24px;
    }

    .dropdown_point_about {
        padding: 8px 11px 0 20px;
        font-size: 14px !important;
    }

    .active_training_drop {
        border-radius: 7px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0;
    }

    .text_hcaApp {
        font-size: 18px;
        text-align: center;
        margin-bottom: 17px;
    }

    .about_app_para {
        font-size: 20px !important;
        /* text-align: left; */
        padding: 0 16px;
    }

    .social_block.mobile-view {
        gap: 13px !important;
        justify-content: center;
    }

    .social_block.mobile-view>a {
        width: 35%;
    }

    .timing {
        font-size: 14px;
        width: 85px;
    }

    .time_slot_box {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-top: 15px;
        gap: 14px;
    }

    .before_wt {
        left: 11%;
        font-size: 18px !important;
        padding: 4px 16px;
    }

    .next_wt {
        right: 11%;
        font-size: 18px !important;
        padding: 4px 16px;
    }

    .transform_title {
        font-size: 16px;
    }

    .tab_beforeWeight {
        left: 18% !important;
        font-size: 16px !important;
        padding: 2px !important;
    }

    .tab_afterWeight {
        right: 18% !important;
        font-size: 16px !important;
        padding: 2px !important;
    }

    .event_time_zone {
        border-radius: 12px;
    }

    .main_box_training {
        border-radius: 16px !important;
    }

    .photo-img p {
        font-size: 14px;
    }

    .recipe_name {
        font-size: 14px;
    }

    .see_more_btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .custom_post_ht {
        height: 22em;
    }

    .box_ht {
        height: 290px !important;
    }

    .custom_input {
        font-size: 14px !important;
        padding: 10px 9px;
    }

    .curr_loc_txt {
        font-size: 14px;
    }

    #user_curr_location {
        width: auto;
        height: auto;
    }

    .custom_video_ht {
        /* height: 113px !important; */
    }

    .custom_video_ht .vjs-big-play-button {
        font-size: 1.5em !important;
    }

    .custom_video_ht .vjs-big-play-button {
        font-size: 1.5em !important;
    }

    .modal_video_sec .vjs-big-play-button {
        font-size: 3em !important;
    }

    .slots_timeZone_box {
        padding: 12px 19px 24px 19px;
    }

    .event-timing-body {
        margin-top: 0;
    }

    .event-timing {
        min-width: auto;
    }

    .event-inner.slots-availability {
        font-size: 20px;
    }

    .switchBtnBox {
        margin: 25px 0;
    }

    .switchBtnBox>span {
        font-size: 16px;
    }

    .switchBtnBox>span>span {
        padding: 4px 14px;
    }

    .transform_post_video_box {
        height: 50vh;
    }

    .transformation-video .vjs-big-play-button {
        /* left: 38%;
        top: 48%; */
        font-size: 2em !important;
    }

    .transformation_desc {
        font-size: 14px !important;
    }

    .custom_selection_time_zone {
        font-size: 14px !important;
        padding: 6px 14px !important;
        padding-left: 0px !important;

    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 5px !important;
    }

    .custom_selection_time_zone .select2-selection__arrow b {
        padding: 4px !important;
        border-width: 0 2px 2px 0 !important;
        top: 40% !important;
    }

    #created_date {
        font-size: 14px !important;
    }

    .pricing-modal .close {
        font-size: 18px;
        height: 25px;
    }

    .pricing-block {
        width: 100% !important;
    }

    .card.free-plan {
        width: 100% !important;
    }

    .custom_time_no_slot {
        width: 100% !important;
    }

    .event-inner>h5 {
        font-size: 18px;
    }

    .event-image {
        margin-right: 5px;
    }

    .social_block.mobile-view {
        margin-bottom: 10px;
    }

    .social_block.desktop-view a{
        width: 26% !important;
    }

    .social_block{
        padding-top: 10px;
    }

    .seomainBox {
        padding-left: 35px;
        padding-right: 0;
    }

    .seo_coach_specialization,
    .seo_city_wise_list {
        font-size: 14px !important;
    }

    .seo_coach_specialization>ul {
        display: block !important;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        margin-top: 2px;
    }

    .transformation_img_card{
        flex-direction: column;
    }

    .transformation_img_card{
        border-radius: 26px;
    }

    .abt_transformation_img,.before_after_img_box{
        width: 100%;
    }
    .abt_transformation_img-title{
        font-size: 16px !important; 
    }

    .abt_transformation_img-description,.text-secondary{
        font-size: 14px !important;
    }

    .container-fluid a{
        width: 35%;
    }

    .hca_img_mobile_dash{
        margin-top: 20px;
        width: 100%;
    }

    .not_avail_txt{
        font-size: 14px;
        margin-top: 16px;
    }

    .not_avail_clock{
        width: 25.9%;
    }

    .video-backbg{
        width: 95%;
    }
}

@media screen and (max-width: 435px) and (min-width: 425px) {
    /* .image-gallery {
        gap: 18px 30px;
    } */
}


@media screen and (max-width:426px) {
    .fa-2xl {
        font-size: 1.4em;
        line-height: .04167em;
        vertical-align: -.125em;
    }
}

@media screen and (max-width: 418px) {
    .nav-tabs .nav-link {
        /* font-size: clamp(14px, 1vh, 20px) !important; */
    }

    .client_img_content_box {
        padding: 0px;
        width: -webkit-fill-available;
    }

    .transform_img_box {
        width: 80%;
        height: 310px;
        margin: 0 8px;
    }
}

@media screen and (max-width: 398px) {
    /* .image-gallery {
        gap: 15px 12px;
    } */

    .nav-tabs .nav-link {
        /* font-size: clamp(16px, 1vh, 20px) !important; */
        font-size: 16px!important;
    }
}



@media screen and (max-width: 376px) {

    /* .image-gallery {
        gap: 18px 20px;
        padding: 0 16px;
    } */
    .photo-img img {
        width: 100px;
        height: 115px;
    }

    .transform_img_box {
        width: 78%;
        height: 272px;
    }

    .dropdown_points_box>button>img {
        padding: inherit;
        padding-right: 0;
    }
}

@media screen and (max-width: 365px) {
    /* .image-gallery {
        gap: 18px 14px;
        padding: 0 16px;
    } */

    .nav-tabs .nav-link {
        /* font-size: clamp(14px, 2vh, 20px) !important; */
        font-size: 14px !important;
    }

}

@media screen and (max-width: 348px) {
    /* .image-gallery {
        gap: 12px 8px;
        padding: 0 16px;
    } */

    .photo-img img {
        width: 96px;
        height: 105px;
    }

    .client_img_content_box {
        padding: 0 8px;
    }

    .pricing_msg_box{
        gap: 22px;
    }

    .nav-tabs-block{
        gap: 8px !important;
    }
}