
.lutus_img_part {
    width: 31.771vw;
    margin: 0 auto;
    margin-top: 2.417vw;
}

.lutus_img_part img{
    width: 100%;
}

.alleviate_different_section {
    padding-top: 6.25vw;
    background: #fff;
}


.different_section_inr_main {
    min-height: 33.854vw;
    position: relative;
    padding: 0 7.292vw;
}


.different_data_part {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 25.563vw;
}


.different_data_part_left{
    position: relative;
    text-align: center;
}

.different_data_part_left span {
    width: 5vw;
    height: 5vw;
    background: #4ee7ed66;
    padding: 1.042vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.different_data_part_left span img{
    width: 100%;
}

.different_data_part_left .different_title {
    color: #000;
    font-size: 1.25vw;
    font-weight: 500;
    display: block;
    min-height: 3.021vw;
    max-width: 15.625vw;
    margin: 0 auto;
    margin-top: 20px;
}


.different_data_part_left:nth-child(1){

}

.different_data_part_left:nth-child(2) {
    /* transform: rotate(205deg) translate(16em) rotate(-205deg); */
    position: absolute;
    left: 5.208vw;
    top: -13.021vw;
}


.different_data_part_left:nth-child(3) {
    /* transform: rotate(250deg) translate(14em) rotate(-250deg); */
    position: absolute;
    left: 0;
    right: 0;
    top: -23.438vw;
}


.different_data_part_left:nth-child(4){
    /* transform: rotate(-35deg) translate(8em) rotate(35deg); */
    position: absolute;
    right: 5.208vw;
    top: -13.021vw;
}

.different_data_part_left:nth-child(5){
    /* transform: rotate(80deg) translate(8em) rotate(-80deg); */
}
































.specialties_section {
    width: 100%;
    padding-top: 5.677vw;
    padding-bottom: 8.333vw;
    background: #fff;
}

.specialties_section .tab-specialties {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 5.208vw;
    margin-top: 3.427vw;
}
.specialties-menu ul{
	margin: 0;
	padding: 0;
}
.specialties-menu ul li{
	list-style-type: none;
	display: inline-block;
    position: relative;
}
.specialties-menu ul li


 
.specialties{
	display: none;
}
.specialties.active{
    display: block;
}
.specialties h2{
	color: rgba(0,0,0,.7);
}
.specialties p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.specialties-active{
	display: block;
}

.specialties_section .specialties_content {
    width: 54.271vw;
}
.specialties_section .specialties-menu {
    width: 32.031vw;
}
.specialties-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.563vw 0px;
}
.specialties-menu ul li .specialties-a {
     padding: 7px 1.302vw;
    display: flex;
    width: 100%;
    height: 4.844vw;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #BABABA;
    background: var(--theme-body-bg);
 
}
.specialties-menu ul li .specialties-a.active{
    border-radius: 10px;
    background: #4EE7ED;
    box-shadow: 0px 4px 37.9px 0px rgba(0, 0, 0, 0.15);
    border-color: #4EE7ED;
}


.specialties-menu ul li .specialties-a .active .specialties_icon {
    visibility: hidden;
}
.specialties-menu ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #545454;
    gap: 1.563vw;
}

.specialties-menu ul li .specialties-a.active a {
    color: #1C2135;
    font-weight: 500;
}

.specialties-menu ul li .specialties_icon {
    width: 5.208vw;
    height: 5.208vw;
    display: flex;
    align-items: center;
    padding: 1.042vw;
  
}

.specialties-menu ul li .specialties_icon img{
    width: 100%;
}

.specialties-menu ul li .specialties-a.active .specialties_icon{
    visibility: hidden;
}
.specialties-menu ul li span {
    border-left: solid 1px #9A9A9A;
    padding-left: 3.229vw;
    height: 2.865vw;
    display: flex;
    align-items: center;
}


.specialties-menu ul li .specialties-a.active span {
    border-left: solid 1px #1C2135;
}
.specialties-menu ul li .specialties_icon_orange {
    background: #fff;
    border: solid 10px #C2F1F3;
    position: absolute;
    left: -1.604vw;
    width: 5.81vw;
    height: 5.81vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    padding: 0.842vw;
}

 .specialties_section .specialties_content .specialties_detail{
    display: none;
}
.specialties_section .specialties_content .specialties_detail.tab-active{
    display: block;
}
.specialties-menu ul li .specialties-a.active .specialties_icon_orange {
    visibility: visible;
}

.specialties-menu ul li .specialties-a.active .specialties_icon_orange img{
    width: 100%;
}

.specialties_slider_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
 
.specialties_slider_img img {
    width: 100%;
   
}
.specialties_slider_img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 76%) 100%);
    top: 0px;
    left: 0px;
    position: absolute;
}



.specialties_slider .slick-dots {
    bottom: 16%;
}
.specialties_slider .slick-dots li {
    width: 66px;
    height: 66px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    border: solid 1px transparent;
}
.specialties_slider .slick-dots li.slick-active{
    background: #11111149;
    border: solid 1px var(--theme-body-bg);
}
.specialties_slider .slick-dots li.slick-active button:before {
     display: none;
}
.specialties_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: var(--theme-body-bg);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.specialties_slider  .slick-dots li button:before{
    display: none;
}
.specialtie_discretion {
    padding-left: 100px;
}
.specialtie_discretion ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.specialtie_discretion ul li {
    width: 48%;
}
.specialtie_discretion h3{
    font-family: "ZT Chintzy";
    color: var(--theme-body-heading-color);
}
.specialties_section .top_content_heading h2{
    font-family: "ZT Chintzy";
    
}
.specialtie_discretion p{
    font-family: Calibri;
    color: var(--theme-body-color);
}
.specialtie_discretion ul li{
    font-family: Calibri;
    color: var(--theme-body-color);
}
.specialties_section  p{
    font-family: Calibri;
    
}

.specialties-menu ul li .specialties-a a:focus {
    outline: none;
}

/* start award section */


.award_section_main{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.award_section_main .award_slider {
    width: 100%;
    overflow: hidden;
    border-radius: 16.508px;
    
  }

  .award_img {
    width: 92%;
    position: relative;
    overflow: hidden;
    border-radius: 1.333vw;
    -webkit-border-radius: 1.333vw;
    -moz-border-radius: 1.333vw;
    -ms-border-radius: 1.333vw;
    -o-border-radius: 1.333vw;
}

.award_img::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 16.508px;
    background: #ffffffa3;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 50.12%, rgba(0, 0, 0, 0.50) 100%); */
    -webkit-border-radius: 16.508px;
    -moz-border-radius: 16.508px;
    -ms-border-radius: 16.508px;
    -o-border-radius: 16.508px;
}


.award_img img{
    width: 100%;
}
  
.swiper-wrapper {
    padding: 4.323vw 0px;
    padding-bottom: 6.25vw;
}

  .award_section_main .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
  }

  .award_section_main .swiper-slide img{
    width: 100%;
  }

  .award_section_main .swiper-slide {
    width: 38.583vw !important;
    height: 21.875vw !important;
}


.arward_cantent {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 1.667vw;
    text-align: left;
    padding-left: 5.208vw;
    display: none;
}

.award_section_main .swiper-slide.swiper-slide-active {
    width: 45.292vw !important;
    z-index: 2;
  }

  .award_section_main .swiper-slide.swiper-slide-active .arward_cantent{
    display: block;
  }

 
  .award_section_main .swiper-slide.swiper-slide-active .award_img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.12%, #000 87.53%);
    border-radius: 1.042vw;
    -webkit-border-radius: 1.042vw;
    -moz-border-radius: 1.042vw;
    -ms-border-radius: 1.042vw;
    -o-border-radius: 1.042vw;
  }

  
  /* ARROWS */
  .award_section_main .swiper-button-prev, 
  .award_section_main .swiper-button-next {
    color: #fff;
    width: 2.604vw;
    height: 2.604vw;
    background: #000;
    border-radius: 50%;
}

.award_section_main .swiper-button-next:after, 
.award_section_main .swiper-button-prev:after {
    font-size: 1.042vw;
    font-weight: 700;
}


.award_section_main .swiper-button-prev {
    position: absolute;
    left: 47%;
    bottom: 0;
    top: inherit;
}

.award_section_main .swiper-button-next{
    position: absolute;
    right: 46%;
    bottom: 0;
    top: inherit;
}


  
  /* PAGINATION */
  .award_section_main .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }


  .award_section_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
  }



/* end award section */





.patient_testmonial {
    padding-top: 5vw;
    position: relative;
    background: #fff;
}



.patient_testmonial .swiper-wrapper {
  
}


.patient_testmonial .swiper-slide .video_main {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 0px;
    transition: all .3s ease;
    border-radius: 20px;
    border: 1px solid rgba(165,165,165,.23);
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(1, 62, 125, 0.10);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.patient_testmonial .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.patient_testmonial .swiper-slide.swiper-slide-active .video_main{
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
}

/* .patient_testmonial .swiper-slide-active {
   transition: transform 450ms ease-in-out;
} */

.patient_testmonial .swiper-wrapper {
    will-change: transform;
}

.patient_testmonial .swiper-slide {
    transform: translate3d(0, 0, 0);
}



  .patient_testmonial .swiper-slide-active .video_bg {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.patient_testmonial .swiper-slide-active .video_bg:hover img {
    transform: scale(1.1);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;

}

.video_img_main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.video_icon {
    width: 3.646vw;
    height: 3.646vw;
    position: absolute;
}

.video_icon a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.video_icon svg {
    width: 100%;
    height: 100%;
}


.patient_testmonial .swiper-slide.swiper-slide-active .video_cnt {
    padding: 1.29vw 1vw;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
  color: rgb(246, 146, 89);
}


.video_main {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
}

.video_bg{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.video_bg img{
    width: 100%;
}

.video_bg::before{
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video_cnt {
    padding: 1.615vw 1.302vw;
    font-size: 0.842vw;
    color: #000;
    font-weight: 400;
}

.video_main{
    position: relative;
}

.video_main::before {
    content: "";
    width: 15.365vw;
    height: 15.365vw;
    position: absolute;
    right: 0;
    bottom: 0;
    right: -5.781vw;
    bottom: -6.771vw;
    border-radius: 395px;
    opacity: 0.35;
    background: #4EE7ED;
    -webkit-border-radius: 395px;
    -moz-border-radius: 395px;
    -ms-border-radius: 395px;
    -o-border-radius: 395px;
    filter: blur(140.8px);
    -webkit-filter: blur(140.8px);
}

.Patient_slider {
    padding-top: 3.2vw;
    margin-left: 7.8125vw;
    margin-right: 7.8125vw;
}

.patient_testmonial .swiper-slide{
    opacity: 0.5;
}

.patient_testmonial .swiper-slide.swiper-slide-active{
    opacity: 1;
}


.patient_testmonial .swiper-button-prev, .patient_testmonial .swiper-button-next {
    color: #fff;
    width: 2.604vw;
    height: 2.604vw;
    background: #000;
    border-radius: 50%;
    top: inherit;
    bottom: 30%;
}



    /* .swiper-button-prev:before {
        content: 'prev' !important;
        opacity: 1;
    }

    .swiper-button-next:before {
        content: 'next' !important;
        opacity: 1;
}

    .swiper-button-prev:before, .swiper-button-next:before {
        font-size: 15px;
        font-weight: 700;
        font-family: swiper-icons;
        opacity: 1
    } */

    .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after { display: block !important;}
  
 .swiper-button-prev::after{
    display: block !important;
 }


.patient_testmonial .swiper-button-next:after, .patient_testmonial .swiper-button-prev:after {
    font-size: 1.042vw;
    font-weight: 700;
}


.patient_testmonial .swiper-button-prev {
    left: 10%;
}


.patient_testmonial .swiper-button-next{
    right: 10%;
}


.patient_testmonial .swiper-button-prev, .patient_testmonial .swiper-button-next{
    /* top: 50%; */
}

/* .patient_testmonial .swiper-wrapper {
  padding-bottom: 0 !important;
} */

/* start popup */


.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
}
.popup .popup__content {
    width: 100%;
    max-width: 700px;
    padding: 10px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    overflow: visible;
}
.popup .popup__content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 20px;
    display: block;
}
.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}
.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.video_popup {
    width: 100%;
}
.video_popup video, .video_popup iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.hidden_part{
    overflow: hidden;
}

.mobile_menu_toggle {
    display: none;
}

/* end popup */


/* start media */


.monnile_banner{
    width: 100%;
    display: none;
}


.monnile_banner img{
    width: 100%;
    height: 100%;
}


.Patient_slider {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}



.specialties_section .specialties-menu {
   width: 32.031vw;
   height: 31.615vw;
    overflow: hidden;
    padding-left: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding-left: 0px;
}
 .specialties-menu ul{
        margin-left: 46px;
 }
.specialties_section .specialties-menu::-webkit-scrollbar-track
{
 	background-color: #F5F5F5 !important;
}

.specialties_section .specialties-menu:-webkit-scrollbar
{
	width: 6px !important;
	background-color: #F5F5F5 !important;
    
}

.specialties_section .specialties-menu-webkit-scrollbar-thumb{
	background-color: #F5F5F5 !important;
	 
     
}

@media only screen and (max-width: 1199px) {

    .Patient_slider {
        padding-top: 7.125vw;
        margin-left: 2.8125vw;
        margin-right: 2.8125vw;
        padding-bottom: 3.125vw;
    }

.patient_testmonial .swiper-button-prev {
    left: 4%;
}

.patient_testmonial .swiper-button-next {
    right: 4%;
}

.video_bg img {
    min-height: 150px;
    object-fit: cover;
}

.patient_testmonial .swiper-button-prev, .patient_testmonial .swiper-button-next {
    width: 2.904vw;
    height: 2.904vw;
    bottom: 33%;
}

.fs-32 {
        font-size: 20px;
}

.condition_treat_inner {
    margin-top: 4.60417vw;
}

.condition_treat_section {
    padding-top: 5.72917vw;
    padding-bottom: 5.60417vw;
}

.condition_treat_section .slick-dots {
    bottom: -60px;
}

.specialties_section {
    padding-top: 3.677vw;
    padding-bottom: 7.333vw;
}
 


}
@media only screen and (max-width: 1500px) {
.book_an_appointment_form form .form_row .form_col.select_col textarea {
    height: 80px;
}
}

@media only screen and (max-width: 1023px) {
.specialties_section .specialties-menu {
     height: 35.615vw;
}
}

@media only screen and (max-width: 991px) {


    .patient_testmonial .swiper-slide.swiper-slide-active {
       
        margin: 0 20px;
         /* transform: scale(1) translateZ(0);
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0); */
}

.patient_testmonial .swiper-slide.swiper-slide-active .video_main{
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
}

    .video_icon {
        width: 4.646vw;
        height: 4.646vw;
    }

        .patient_testmonial .swiper-button-prev, .patient_testmonial .swiper-button-next {
        width: 3.904vw;
        height: 3.904vw;
        bottom: 0;
        }

    .patient_testmonial .swiper-button-prev {
        left: 45%;
    }

    .patient_testmonial .swiper-button-next {
        right: 45%;
    }

        .video_cnt {
            padding: 1.815vw 1.502vw;
            font-size: 1.242vw;
        }

       .Patient_slider {
        padding-top: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 0;
    }


    .different_data_part_left .different_title {
        font-size: 1.75vw;
        min-height: 4.021vw;
        max-width: 16.625vw;
        margin-top: 20px;
    }

    .different_section_inr_main {
    min-height: 33.854vw;
    position: relative;
    padding: 0;
}

.lutus_img_part {
    width: 38.771vw;
    margin-top: 5.417vw;
}


.different_data_part_left:nth-child(1) {
    top: 10.021vw;
}

.different_data_part_left:nth-child(5) {
    top: 11.021vw;
}


.different_data_part_left:nth-child(2) {
    left: 10.208vw;
    top: -12.021vw;
}

.different_data_part_left:nth-child(4) {
    right: 10.208vw;
    top: -12.021vw;
}

    .different_section_inr_main {
        margin-top: 40px;
    }

.specialties_section .tab-specialties {
    margin-top: 5.427vw;
}

.specialties-menu ul li a {
    font-size: 1.45vw;
}


.specialties_section .tab-specialties {
    width: 100%;
    flex-wrap: wrap;
}

.specialties_section .specialties-menu {
    width: 100%;
}

.specialties_section .specialties_content {
    width: 100%;
}

.specialties_section .tab-specialties {
    margin-top: 5.427vw;
    padding-right: 5.208vw;
    padding-left: 5.208vw;
}

.specialties-menu ul {
        flex-direction: row;
        overflow-x: scroll;
        white-space: nowrap;
        column-gap: 45px;
        padding-left: 42px;
        padding-bottom: 15px;
        padding-top: 15px;
}







.specialties-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.specialties-menu ul li .specialties-a.active {
    border-radius: 10px;
    box-shadow: 0px 4px 37.9px 0px rgba(0, 0, 0, 0.15);
}

.specialties-menu ul li .specialties-a.active .specialties_icon_orange {
    visibility: visible;
}

.specialties-menu ul li .specialties_icon_orange {
    left: -3.95833vw;
    width: 7.81vw;
    height: 7.81vw;
}

    .specialties_section .specialties_content {
        width: 100%;
        margin-top: 30px;
    }

    .specialties-menu ul li a {
        font-size: 16px;
    }

    .specialties-menu ul li span {
    height: 4.865vw;
    }

    .specialties-menu ul li .specialties-a {
    height: 6.844vw;
    }

       .specialties-menu ul li .specialties_icon {
        width: 4.125vw;
        height: 4.125vw;
        padding: 0;
    }

    .specialties-menu ul li .specialties_icon_orange {
    border: solid 4px #C2F1F3;
    }

    .specialties-menu ul li .specialties_icon_orange{
        padding: 1.242vw;
    }

    .award_section_main .swiper-button-prev, .award_section_main .swiper-button-next {
    width: 3.604vw;
    height: 3.604vw;
    }

    .award_section_main .swiper-button-prev {
      left: 46%;
    }

    .award_section_main .swiper-button-next {
      right: 45%;
    }

    .swiper-wrapper {
    padding: 6.323vw 0px;
    padding-bottom: 9.25vw;
}


.award_img::before{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.faq_accordion_section {
    padding: 7.20833vw 0px;
}

    .mobile_menu_toggle {
        display: flex;
        flex-wrap: wrap;
        width: 32px;
        row-gap: 8px;
        display: none;
    }

    .mobile_menu_toggle span {
        width: 100%;
        height: 2px;
        background: #ffffff;
    }

    .mobile_menu_toggle.active span:nth-child(1) {
        transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
        -moz-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        -o-transform: rotate(43deg);
        position: relative;
        top: 10px;
    }

    .mobile_menu_toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile_menu_toggle.active span:nth-child(3) {
        transform: rotate(-42deg);
        -webkit-transform: rotate(-42deg);
        -moz-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        position: relative;
        bottom: 10px;
    }

    nav {
        margin: 0 auto;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 8.777vw;
        z-index: 9;
        display: none;
    }

    .header-menu nav .nav-links {
        flex-wrap: wrap;
        background: #fff;
        width: 100%;
        height: max-content;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: static;
    }

    .header-menu nav .nav-links li{
        width: 100%;
    }

.header-menu .nav-links li a {
    color: #151b2e;
    width: 100%;
    display: block;
}
    .specialties_section .specialties-menu {
         height: auto;
    }
        .book_an_appointment_form form .form_row .form_col.select_col textarea {
        height: 47px;
    }
    .book_an_appointment_popup-content {
    margin: 4% auto;

}
}
@media only screen and (max-width: 991px) {
.award_section_main .swiper-button-prev, .award_section_main .swiper-button-next {
	width: 5vw;
	height: 5vw;
}
.award_section_main .swiper-button-prev {
	left: 42%;
}
}

@media only screen and (max-width: 767px) {

    .banner_section {
        background-image: none !important;
	z-index: 11;
    }

    .patient_testmonial .swiper-slide.swiper-slide-active {
        margin: 0;
    }

    .patient_testmonial .swiper-slide.swiper-slide-active .video_cnt {
       padding: 4.5vw 3.3vw;
    }


   .monnile_banner {
        display: block;
        height: 100%;
    }

    .patient_testmonial {
      padding-top: 50px;
    }

      .patient_testmonial .swiper-slide.swiper-slide-active {
       /* transform: scale(1) translateZ(0);
       -webkit-transform: scale(1) translateZ(0);
       -moz-transform: scale(1) translateZ(0);
       -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0); */
}

.patient_testmonial .swiper-slide.swiper-slide-active .video_main{
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
}

    .patient_testmonial .swiper-button-prev, .patient_testmonial .swiper-button-next {
        bottom: 0;
         width: 8.904vw;
        height: 8.904vw;
    }

    .patient_testmonial .swiper-button-next:after, .patient_testmonial .swiper-button-prev:after {
       font-size: 3.642vw;
    }

    .patient_testmonial .swiper-button-prev {
        left: 37%;
    }

    .patient_testmonial .swiper-button-next {
        right: 37%;
    }

    .Patient_slider {
        padding-top: 1.125vw;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 11.125vw;
    }

    .video_cnt {
        padding: 19px 12px;
        font-size: 12px;
    }

.alleviate_different_section {
    padding-top: 70px;
}

.video_icon {
    width: 14.646vw;
    height: 14.646vw;
}
.specialties_section {
    padding-top: 5.677vw;
}

.video_main {
    padding: 5px;
    padding-bottom: 0;
}

.popup .popup__content {
    width: 90%;
}

.popup .popup__content .close {
    position: absolute;
    right: 20px;
    top: -25px;
}

.different_data_part_left {
    position: static !important;
    width: 46%;
}


    .different_data_part {
        top: 0;
        flex-wrap: wrap;
        row-gap: 35px;
        justify-content: center;
        width: 100%;
        column-gap: 20px;
    }

.different_data_part_left span {
    width: 68px;
    height: 68px;
    padding: 12px;
}

    .different_data_part_left .different_title {
        font-size: 16px;
        min-height: 6.021vw;
        max-width: 100%;
        margin-top: 16px;
    }


    .alleviate_different_section {
        position: relative;
        margin-top: -1px;
    }

    .lutus_img_part {
        width: 95%;
        margin-top: 5.417vw;
        position: absolute;
        top: 0;
        opacity: 0.1;
    }


      .condition_treat_section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .specialties_section {
        padding-top: 50px;
        padding-bottom: 0;
    }

 .specialties-menu ul li .specialties_icon_orange {
        left: -1.95833vw;
        width: 50px;
        height: 50px;
    }

   .specialties-menu ul li .specialties-a {
        height: 44px;
        padding: 7px 7.302vw;
    }

    .specialties-menu ul li span {
    padding-left: 5.229vw;
    }

    .specialties-menu ul {
        column-gap: 16px;
    }


        .specialties-menu ul li .specialties_icon {
        width: 7.125vw;
        height: 7.125vw;
        }


        .specialties-menu ul li a {
            gap: 5.563vw;
        }


    .specialties-menu ul {
        padding-left: 36px;
    }

     .specialties-menu ul {
        padding-bottom: 25px;
        padding-top: 25px;
        padding-left: 15px;

    }

    .specialties_section .specialties_content {
        margin-top: 15px;
    }

    .specialties_section .tab-specialties {
        margin-top: 5.427vw;
        padding-right: 0;
        padding-left: 0;
    }

    .award_section_main .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

.award_section_main .swiper-slide.swiper-slide-active {
    width: 100% !important;
}

    .award_section_main .swiper-button-prev, .award_section_main .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .award_section_main .swiper-button-prev {
        left: 36%;
    }

    .award_section_main .swiper-button-next {
        right: 35%;
    }

    .award_section_main .swiper-button-next:after, .award_section_main .swiper-button-prev:after {
       font-size: 3.842vw;
    }

 

    .faq_accordion_section {
        padding: 0;
        padding-top: 70px;
    }

    .arward_cantent{
        display: none;
    }

        nav {
        top: 17.777vw;
        }


    .specialties-menu ul li .specialties_icon_orange {
        width: 60px;
        height: 60px;
    }

    .specialties-menu ul li .specialties_icon_orange {
        padding: 2.342vw;
    }
.faq_accordion_section .faq_accordion_btn {
    margin-top: 65px;

}
.specialties-menu ul li .specialties_icon_orange {
	width: 70px;
	height: 70px;
}
.specialties-menu ul li .specialties-a {
	height: 60px;
}
.specialties-menu ul li .specialties_icon {
	width: 5.125vw;
	height: 5.125vw;
}
.award_section_main .swiper-slide.swiper-slide-active .arward_cantent {
	display: block;
	font-size: 16px;
}

    .faq_accordion_section {
	padding-top: 43px;
}
.video_cnt {
	font-size: 14px;
}
.award_section_main .swiper-wrapper {
	padding: 10.323vw 0;
	padding-bottom:25.25vw;
	margin-left: auto;
}
.award_section_main .swiper-button-prev, .award_section_main .swiper-button-next {
bottom: 4%;
}
.specialties_section .specialties_content .specialties_detail {
display: block;
}
.specialties_slider_div .slick-dots {
	bottom: -22%;
}

.video_popup video, .video_popup iframe {
    width: 100%;
    aspect-ratio: inherit;
}
}


 /* end media  */