.related_post_section .main_cantainer,
main.container-box {
margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 35px 15px;
}
section.banner_area h1 {
    font-weight: 700;
    font-size: 90px;
    line-height: 95px;
    text-align: center;
    color: #000;
    padding-bottom: 0;
}
.video_section {
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.video_section img {
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    height: 514px;
    object-fit: cover;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    background: rgba(0,0,0,0.47);
    width: 108.33332061767578px;
    height: 108.33332061767578px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.video_lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 99999;
}

.video_lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_inner {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
}

.video_inner iframe {
    width: 100%;
    height: 100%;
}

.video_close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
/* course section */
section.course_area {
    padding: 80px 0;
}
.h2_heading,
.course_area h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    color: #000000;
       padding: 0;
    margin-bottom: 30px;
}
.center_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course_listing {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
}
.doctor-contact .phone a {
    color: #fff;
}
.course_listing .loop_grid {
    width: calc(100% / 3 - 20px);
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px #00000040;
    padding: 20px;
       transition: all 0.5s;
    transform: translate(0, 0px);
}
.course_listing .loop_grid:hover{
    transform: translate(0, -8px);
}
.course_listing .loop_grid .img_box img {
    border-radius: 15px;
    height: 293px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

section.course_area .course_listing h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
        margin-bottom: 10px;
}
.conten_area {
    margin-top: 20px;
}
.two-line-trim {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 20px;
padding-left: 20px;
    min-height: 42px;
}
span.anchor_btn {
    border: 1px solid #000000;
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    transition: all 0.5s;
}
span.anchor_btn:hover {
background-color: #000;
color: #fff;
}
/* Wrapper */
.course-related-wrapper,
.gallery-slider-wrap,
.video_slider_wrapper,
.doctor-slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0;
}
.relatedCoursesSwiper,
.gallery-swiper-desktop,
.swiper.gallery-swiper-desktop,
.swiper.videoSwiper{
    overflow: hidden;
}
/* Slides */
.doctor-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card */
.doctor-card {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

/* Image */
.doctor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Info (default) */
.doctor-info {
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding: 20px;
    transition: opacity 0.3s ease;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 15.99%, rgba(255, 255, 255, 0) 82.88%);
}

.doctor-info h3 {
    margin: 0;
    font-family: Heebo;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 0;
}
.doctor-info p {
    margin: 2px 0 10px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
}
/* Contact (hover) */
.doctor-contact {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.35s ease;
    background: #00000099;
    backdrop-filter: blur(7px);
}

.doctor-contact .phone {
    margin-bottom: 10px;
    font-family: Heebo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    color: #F3F3F3;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #FFFFFF 46.15%,
        rgba(255, 255, 255, 0) 100%
    );
    border-image-slice: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.doctor-contact .address {
    margin-bottom: 0;
    font-family: Heebo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    color: #F3F3F3;
    border-image-slice: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 150px;
    width: 100%;
}

/* Hover effects */
.doctor-card:hover img {
  transform: scale(1.08);
}

.doctor-card:hover .doctor-info {
  opacity: 0;
}

.doctor-card:hover .doctor-contact {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Arrows */
.main_testimonials .swiper-btn,
.afterBefore .swiper-btn,
.gallery_sec_layout .swiper-btn,
.experts_slide .swiper-btn, .gallery-layout .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px #00000080;
    justify-content: center;
    cursor: pointer;
}
.main_testimonials .prev-btn,
.afterBefore .prev-btn,
.gallery_sec_layout .prev-btn,
.experts_slide .prev-btn,
.gallery-layout .prev-btn { left: -20px; }
.main_testimonials .next-btn,
.afterBefore .next-btn,
.experts_slide .next-btn,
.gallery_sec_layout .next-btn,
.gallery-layout .next-btn { right: -20px; }

/* Pagination */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.experts_slide .slider_five_experts .doctor-slider-wrap {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.relatedCoursesSwiper .swiper-pagination,
.afterBefore .swiper-pagination,
.main_testimonials .video_slider_wrapper .swiper-pagination,
.experts_slide .slider_five_experts .doctor-slider-wrap .swiper-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    gap: 4px;
}
.relatedCoursesSwiper .swiper-pagination-bullet,
.afterBefore .swiper-pagination-bullet,
.main_testimonials .video_slider_wrapper .swiper-pagination-bullet, 
.experts_slide .slider_five_experts .doctor-slider-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D2C2BB;
    opacity: 1;
    border-radius: 20px;
    margin: 0;
}
.relatedCoursesSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.afterBefore .swiper-pagination-bullet.swiper-pagination-bullet-active,
.main_testimonials .video_slider_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.experts_slide .slider_five_experts .doctor-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    background: #ABABAB;
}
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger {
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.course_listing a.loop_grid .img_box{
    overflow: hidden;
    border-radius: 15px;
}
.course_listing a.loop_grid .img_box img,
.video_slider_wrapper .swiper-wrapper .video_slide .play_btn,
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger img{
    transition: all .5s;
}
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger:hover .play_btn{
    transform: translate(-50%, -50%) scale(1.2);
}
.course_listing a.loop_grid:hover .img_box img,
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger:hover img {
    transform: scale(1.1);
}
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_slider_wrapper .swiper-wrapper .video_slide .play_btn {
    background: rgba(0,0,0,0.4);
    width: 48.33px;
    height: 48.33px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.course-related-wrapper {
    margin-top: 20px;
    padding: 0;
}
.relatedCoursesSwiper .swiper-pagination {
    padding: 0;
    bottom: 70px;
}
.date-box {
    position: absolute;
    backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF;
    background: #FFFFFFBF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    bottom: 50px;
    right: 40px;
    font-family: Heebo;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000;
}
/* new faq section css */
.faq-for-all .accordion {
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 10px;
}

.faq-for-all .accordion svg {
    width: 27px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
}

.faq-for-all .accordion .minus {
  display: none;
}

.faq-for-all .accordion.active .plus {
  display: none;
}

.faq-for-all .accordion.active .minus {
  display: inline;
}

.faq-for-all .panel {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-for-all .panel p {
    margin: 0px 0 0;
}
.faq-for-all {
    padding: 20px 0;
}
.faq-for-all .containers picture {
    margin: 20px 0 50px;
    display: block;
}
.faq-for-all .containers {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0px;
}
.single-post .type-post .faq-for-all .containers h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Outfit;
    font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}
.faq-for-all .accordion {
    border: 0;
    background: #ffffff;
    align-items: center;
    font-size: 30px;
    font-family: "Outfit", Sans-serif;
    line-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 60px;
    color: #03060E;
    font-weight: 400;
    box-shadow: 0px 0px 25px 0px #00000014;
    position: relative;
    border-radius: 8px;
}
.panel_wrap .panel p:empty {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    visibility: hidden;
    font-size: 0 !important;
    padding: 0 !important;
}
.faq-for-all .accordion:focus,
.faq-for-all .accordion:hover{
  color: #03060E;
}
.faq-for-all .panel_wrap {
    padding: 20px 0;
}
.panel_wrap .panel{
  padding: 0;
  background: #EFE1E1;
    border-radius: 5px;
    margin-top: -25px;
    box-shadow: 0px 10px 30px 0px #0000000D;
}
.faq-for-all .accordion.active + .panel {
    padding: 50px 33px 30px 21px !important;
    
}
.single-post .type-post .faq-for-all .panel_wrap .panel p {
    font-family: "Outfit", Sans-serif;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #03060E !important;
}
.panel_wrap:nth-child(4) {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #03060E;
}
.faq-for-all .accordion .titles {
    width: 100%;
    display: block;
    white-space: break-spaces;
    padding-right: 0;
    font-family: Heebo;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: right;
}


/* Responsive */
.gallery-layout {
  display: flex;
  gap: 8px;
  height: 420px; /* control overall height */
  direction: ltr;
}

/* Common */
.gallery-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Column 1 — 25% */
.gallery-layout .col-1 {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-layout .col-1 img {
    height: calc(50% - 4px);
}

/* Column 2 — 25% */
.gallery-layout .col-2 {
  width: 25%;
}

.gallery-layout .col-2 img {
  height: 100%;
}

/* Column 3 — 50% */
.gallery-layout .col-3 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Top row: 2 images */
.gallery-layout .col-3-top {
  display: flex;
  gap: 14px;
  height: calc(50%);
}

.gallery-layout .col-3-top img {
    width: calc(50% - 7px);
}

/* Bottom row: 1 image */
.gallery-layout .col-3-bottom {
  height: calc(50% - 7px);
}

.main_testimonials .video_slider_wrapper {
    padding-top: 10px;
    margin-bottom: 80px;
    padding-bottom: 30px;
}
.wraper_content_area {
    background: linear-gradient(180deg, #FAF5F5 0%, #F7EFEC 140.13%);
    padding: 50px 70px;
    border-radius: 25px;
}
.wraper_content_area h2 {
    font-family: Heebo;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    text-align: right;
    color: #000;
    padding: 0;
    margin-bottom: 15px;
}
.wraper_content_area p {
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0;
}
.gallery_sec_layout{
    margin-top: 80px;
}
.gallery_sec_layout .swiper.gallery-swiper-desktop,
.gallery_sec_layout .gallery-slider-wrap {
    padding-top: 10px;
}
.gallery-swiper-mobile{
    display: none;
}
.gallery-slider-wrap {
    box-shadow: 0px 0px 30px 0px #0000002E;
    padding: 20px !important;
    border-radius: 30px;
}
.thumb-w-info {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.thumb-w-info .feature_img_box {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
}
.thumb-w-info .feature_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-w-info .feature_text_info_box h3 {
    font-family: Heebo;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    color: #000;
}
.thumb-w-info .feature_text_info_box p {
    font-family: Heebo;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    vertical-align: middle;
    color: #666666;
}
.single_banner_area .container_wappers {
    display: flex;
    gap: 27px;
    align-items: baseline;
    flex-wrap: wrap;
}
.left-side-wrap {
    background: linear-gradient(180deg, #E5D9D4 0%, #D2C2BB 100%);
    padding: 20px 25px;
    border-radius: 20px;
    width: 100%;
    max-width: 330px;
    min-width: 330px;
    position: sticky;
    top: 180px;
}
.left-side-wrap h2.cf7-title {
    font-family: Heebo;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    padding: 0;
}
.left-side-wrap p.cf7-subtitle {
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.left-side-wrap p.cf7-subtitle > br,
.left-side-wrap h2.cf7-title > br {
    display: none;
}
.left-side-wrap textarea.wpcf7-form-control,
.left-side-wrap input.wpcf7-form-control {
    border: 1px solid #000000;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 50px;
    text-align: right;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 11px;
    color: #000000;
}
.left-side-wrap input.wpcf7-form-control{
    height: 46px;
}
.left-side-wrap textarea.wpcf7-form-control{
    height: 122px;
    border-radius: 15px;
}
.left-side-wrap  .wpcf7-form-control::placeholder{
    color: #000000;
}
.left-side-wrap .cf7-checkbox{
    margin-bottom: 20px;
}
.left-side-wrap .cf7-checkbox > p {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000;
}
.left-side-wrap .cf7-checkbox > p br {
    display: none;
}
.left-side-wrap .cf7-checkbox label .wpcf7-list-item-label {
    display: flex;
    align-items: baseline;
    position: relative;
    padding-right: 34px;
}
.left-side-wrap .cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    border: 0px solid #ffffff;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    min-width: 21px;
    min-height: 21px;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 21px;
    right: 0;
    top: 0;
    background: #ffffff00;
    border-radius: 5px;
    border: 1.5px solid #3A3A3A;
}
.left-side-wrap .cf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    border-color: #fff;
    background: #fff;
}
.left-side-wrap .cf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    left: unset;
    width: 4px;
    height: 9px;
    border: solid #3A3A3A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 9px;
    top: 5px;
}
.left-side-wrap .cf7-submit .wpcf7-form-control {
    width: 100%;
    max-width: 175px;
    margin: 30px auto 0;
    display: block;
    border: 0;
    background: #000000;
    color: #fff;
    border-radius: 8px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    height: 46px;
    text-align: center;
    padding: 0 !important;
}
.left-side-wrap .cf7-submit .wpcf7-form-control::after {
    display: none;
}
.left-side-wrap .cf7-submit .wpcf7-form-control:hover{
    background: #000000;
}
.left-side-wrap .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 14px;
}
.left-side-wrap .cf7-checkbox .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.single_banner_area  h1.single_page_title {
    font-family: Heebo;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    margin-bottom: 0;
}
.single_banner_area .video_section {
    box-shadow: 0px 0px 22px 0px #00000026;
    border-radius: 25px;
    padding: 20px;
}
.single_banner_area .video_section img {
    height: 423px;
}
.single_banner_area .right-side-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: calc(100% - 357px);
}
.single_banner_area .wraper_content_area {
    padding: 35px 40px;
    margin-bottom: 50px;
}
.wraper_content_area ul li{
    position: relative;
}
.wraper_content_area ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2026/02/list_arrow.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.wraper_content_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}
.wraper_content_area ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 34px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
}
.wraper_content_area ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2026/02/list_arrow.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 4px;
}
.single_banner_area .thumb-w-info .feature_text_info_box h3 {
    font-size: 16px;
    line-height: 24px;
}
.single_banner_area .thumb-w-info .feature_text_info_box p {
    font-size: 15px;
    line-height: 18px;
}
#load-more-courses {
    margin: 40px auto;
    display: block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#load-more-courses:hover {
    opacity: 0.8;
}
.related_post_section {
    background: linear-gradient(180deg, rgba(247, 239, 236, 0.7) 0%, rgba(255, 255, 255, 0.7) 85%);
    padding: 70px 0 30px;
}
.relatedCoursesSwiper .course_listing a.loop_grid {
    width: 100%;
}
.related_post_section .main_cantainer {
    padding-top: 0;
    padding-bottom: 0;
}
.course-related-wrapper {
    margin-top: 20px;
}
.course-related-wrapper a.link_btn_main {
    max-width: 175px;
    margin: 54px auto 0;
    border: 0;
    background: #000000;
    color: #fff;
    border-radius: 8px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    height: 46px;
    text-align: center;
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.after_before_sider .right_title h2.h2_heading {
    margin-bottom: 0;
}*/
.single_banner_area .h2_heading{
    margin-bottom: 40px;
}
.single_banner_area .gallery-layout .col-3 {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wrap_before_after {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}
.wrap_before_after .before_text, .wrap_before_after .after_text {
    position: absolute;
    z-index: 9;
    background: #00000073;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Heebo;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    border-radius: 0 22px;
    top: 0;
}
.wrap_before_after .before_text {
    left: 0;
    border-radius: 22px 0;
}
.wrap_before_after .after_text {
    right: 0;
}
.half_wrapImg {
    display: flex;
    gap: 3px;
}
.half_wrapImg img {
    object-fit: cover;
    width: 100%;
    height: 640px;
    display: block;
}
.wrap_before_after .before_imgs, .wrap_before_after .after_imgs {
    flex:1;
}
.doctor-info p:empty {
    display: none;
}

.faq_asec h2.h2_heading {
    margin-bottom: 0;
    margin-top: 30px;
}
.afterBefore .swiper-pagination {
    bottom: -40px !important;
    left: 0;
}
.single-courses .custom-breadcrumb +  h1 {
    display: none;
}
.relatedCoursesSwiper .swiper-slide {
    padding: 10px 15px;
}
.single_banner_area {
    margin-top: 45px;
}
.single_banner_area .wraper_content_area .et-l {
    display: none;
}
@media only screen and (max-width: 1600px) {
.left-side-wrap {
    padding: 15px 20px;
}
.left-side-wrap input.wpcf7-form-control {
    height: 40px;
    padding: 10px;
    margin-bottom: 5px;
}
.left-side-wrap .cf7-checkbox {
    margin: 0 0 10px;
}
}
@media only screen and (max-width: 1366px) {
.left-side-wrap{
    position: static;
}
}
/* Media Query */
@media only screen and (max-width: 1200px) {
    section.banner_area h1 {
        font-size: 75px;
        line-height: 75px;
        padding: 0 40px;
    }
.play_btn {
    width: 90.333321px;
    height: 90.333321px;
}
.play_btn svg {
    width: 30px;
}

.h2_heading, .course_area h2 {
    font-size: 30px;
    line-height: 34px;
}
.course_listing .loop_grid .img_box img {
    height: 260px;
}
}
@media only screen and (max-width: 1024px) {
    section.banner_area h1 {
        font-size: 60px;
        line-height: 60px;
    }
        .course_listing .loop_grid .img_box img {
        height: 190px;
    }
    .wraper_content_area {
        padding: 20px 15px;
}
.wraper_content_area h2 {
    font-size: 20px;
    line-height: 24px;
}
.single_banner_area  h1.single_page_title {
    font-size: 44px;
    line-height: 50px;
}
.single_banner_area .video_section img {
    height: 330px;
}
.half_wrapImg img {
    object-fit: cover;
    width: 100%;
    height: 440px;
    display: block;
}
#main-header {
    height: 80px;
}
}
@media only screen and (max-width: 820px) {
.course_listing {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.course_listing .loop_grid {
    width: calc(100% / 2 - 10px);
}
.gallery_sec_layout {
    margin-top: 40PX;
}

}
@media only screen and (max-width: 768px) {
    section.banner_area h1 {
        font-size: 60px;
        line-height: 60px;
    }
        section.banner_area h1 {
        font-size: 42px;
        line-height: 42px;
        
    }
     .gallery-layout {
    flex-direction: column;
    height: auto;
  }

  .gallery-layout .col,
  .gallery-layout .col-3-top {
    width: 100%;
    flex-direction: column;
  }

  .gallery-layout .col img {
    height: auto;
  }
.doctor-card {
    width: 175px;
    height: 175px;
}
.faq-for-all .accordion {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    padding: 15px 15px 15px 49px;
}
.faq-for-all .accordion .titles {
    padding-right: 0px;
        line-height: 20px;
}
.faq-for-all .accordion svg {
    width: 40px;
    height: 40px;
}
.single_banner_area .container_wappers {
    flex-direction: column;
}
.single_banner_area .right-side-wrap {
    width: 100%;
    max-width: 100%;
}
.left-side-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.main_testimonials .video_slider_wrapper .swiper-slide.video_slide.swiper-slide-prev,
.main_testimonials .video_slider_wrapper .swiper-slide.video_slide.swiper-slide-next {
    opacity: .4;
}
.wrap_before_after .before_text, .wrap_before_after .after_text {
    width: 65px;
    height: 40px;
    font-size: 16px;
    line-height: 20;
}
.half_wrapImg img {
    height: 273px;
}
.faq-for-all .accordion svg {
    width: 26px;
    height: 24px;
}
.faq-for-all .accordion.active + .panel {
    padding: 40px 15px 15px 15px !important;
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: right;
}
.single_banner_area  h1.single_page_title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.single_banner_area .right-side-wrap {
    gap: 20px;
}
.single_banner_area .video_section {
    box-shadow: 0px 0px 22px 0px #00000026;
    border-radius: 30px;
    padding: 15px;
}
.single_banner_area .video_section img {
    height: 220px;
    border-radius: 10px;
}
.date-box {
    gap: 8px;
    padding: 8px 16px;
    bottom: 40px;
    right: 30px;
    font-size: 14px;
    line-height: 5px;
}
.main_testimonials .video_slider_wrapper {
    margin-bottom: 50px;
}
.course-related-wrapper {
    margin-top: 0;
}
 .swiper-container.gallery-swiper-desktop {
    display: none;
}
.swiper-container.gallery-swiper-mobile {
    display: block;
  }
  .gallery-swiper-mobile .swiper-slide img{
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
  }
  .main_testimonials .swiper-btn, .afterBefore .swiper-btn, .gallery_sec_layout .swiper-btn, .experts_slide .swiper-btn, .gallery-layout .swiper-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.afterBefore .next-btn,
.experts_slide .next-btn, .gallery_sec_layout .next-btn, .gallery-layout .next-btn {
    right: -8px;
}
.afterBefore .prev-btn,
.gallery_sec_layout .prev-btn, .experts_slide .prev-btn, .gallery-layout .prev-btn {
    left: -8px;
}
.main_testimonials .next-btn{
    right: 8px;
}
.main_testimonials .prev-btn{
    left: 8px;
}
.relatedCoursesSwiper .swiper-wrapper .swiper-slide {
    padding: 20px 12px;
}
.related_post_section h2.h2_heading {
    margin-bottom: 10px;
}
.single_banner_area {
    margin-top: 10px;
}
.doctor-info {
    padding: 10px;
}
.doctor-info h3 {
    font-size: 16px;
    line-height: 20px;
}
.doctor-info p {
    margin: 2px 0 18px;
    font-family: Heebo;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}
.doctor-contact .phone {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 10px;
    gap: 8px;
    padding-bottom: 8px;
}
.doctor-contact .address {
    font-size: 15px;
    line-height: 17px;
    gap: 5px;
    max-width: 140px;
}
}

@media (max-width: 767px) {

.gallery-slider-wrap {
    padding: 15px 15px 10px !important;
}
.h2_heading, .course_area h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.main_testimonials .video_slider_wrapper {
    width: calc(100% + 30px);
    margin-right: -15px;
}
.related_post_section {
    padding: 40px 0 30px;
}
.right_title h2.h2_heading {
    text-align: center;
    margin-bottom: 20px !important;
}
.single_banner_area .wraper_content_area {
    padding: 20px 15px;
    margin-bottom: 20px;
}
.video_slider_wrapper .swiper-wrapper .video_slide .video_trigger {
    height: 300px;
}

}

@media only screen and (max-width: 480px) {
        section.banner_area h1 {
        font-size: 30px;
        line-height: 35px;
        padding: 0;
    }
  .video_section img {
    height: 158.15383911132812px;
}
    .play_btn {
        width: 33.33332824707031px;
        height: 33.33332824707031px;
    }
    .play_btn svg {
        width: 12.501114845275879px;
    }
    .course_listing .loop_grid {
    width: 100% ;
        padding: 20px 15px;
}
.course_listing .loop_grid .img_box img {
    height: 220px;
}
@media only screen and (max-width: 376px) {
.doctor-card {
    width: 160px;
    height: 160px;
}
}
}