@font-face {
    font-family: 'NeueHaasDisplayLight';
    src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'NeueHaasDisplayMediumItalic';
    src: url('../fonts/NeueHaasDisplayMediumItalic.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
}
* { box-sizing: border-box;}
body { font-weight: 400; color: #000; font-size: 16px;   font-family: "Sora", sans-serif; overflow-x: hidden; }  
a { text-decoration: none !important; transition: .3s all ease; } 
button{ transition: .3s all ease; }
li{ list-style: none;}
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; } 
ul { margin-bottom: 0px; padding-left: 0;} 
p{margin: 0 0;}
 /* font-family: "Inter", sans-serif; */
 header{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
        background: #f88c33;
    padding: 0px 0 10px;
 }
 .leftHdr p{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
 }
 .bookApointUl{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
 }
 .bookApointUl li{
    margin-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-right: 1px solid #0c8382;
    padding-right: 15px;
 }
 .bookApointUl li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
 }
 .bookApointUl li:first-child{margin-left: 0;}
 .bookApointUl li:last-child{
    border-right: none;
    padding-right: 0px;
 }
 .bookApointUl li span{display: inline-block;margin-right: 10px;}
 .hdrLogo{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
 }
 .bannerSec{
    background: url('../images/sriBalajiBanar2.png') 0 0 no-repeat;
    background-size: cover;
    padding: 200px 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100vh;
 }
 .sora49{
    font-size: 49px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 15px;
    opacity: 1;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    background: rgb(0 0 0 / 20%);
    padding: 20px 0px;
    margin-bottom: 20px;
 }
 .sora46{
    display: inline-block;
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 600;
    background: #F88C33;
    padding: 26px 50px;
    position: relative;
 }
 .bnrCnt{text-align: center;}
 .aboutBranch{    padding: 170px 0px 150px;}
 .topHeadings{
    padding-bottom: 50px;
    border-bottom: 1px solid #AFAFAF;
    margin-bottom: 100px;
    padding-right: 50%;
 }
 .neue18-65{
    font-size: 18px;
    color: #F88C33;
    font-family: 'NeueHaasDisplayMediu';
    margin-bottom: 20px;
 }
 .helve48{
    font-size: 48px;
    color: #0D8382;
    font-weight: 700;
    font-family: 'Helvetica-Bold';
 }
 .abtBranchLftCnt{padding-right: 60px;margin-bottom: 60px;}
 .neue58-65{
    font-size: 58px;
    color: #0D8382;
    font-family: 'NeueHaasDisplayMediu';
    padding-bottom: 5px;
    border-bottom: 1px solid #AFAFAF;
    margin-bottom: 30px;
 }
 .abtBranchLftCnt .neue58-65{font-size: 46px;}
 .neue18-65 span{
    font-size: 30px;
    color: #000;
 }
 .neue24-66{
    font-size: 24px;
    color: #1A1A1A;
    font-family: 'NeueHaasDisplayMediumItalic';
    margin-bottom: 15px;
    display: block;
 }
 .neue18-55{
    font-size: 18px;
    color: #1A1A1A;
     font-family: 'NeueHaasDisplayRoman';
    font-weight: 400;
 }
 .inter30{
    font-size: 30px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
 }
 .abtRght .inter30{margin-bottom: 75px;}
 .moreAbotBtn{
    background: #F88C33 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Helvetica-Bold';
    padding: 20px 20px 20px 25px;
 }
 .moreAbotBtn i{
        margin-left: 60px;
    font-size: 18px;
 }
 .departMnets{
        background: #0D8382;
    padding: 130px 0px;
 }
 .inter24{
    font-size: 24px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    
 }
 .grpHead{
    padding-bottom: 20px;
    border-bottom: 1px solid #189ED632;
    margin-bottom: 30px;
 }
 .grpHead .neue24-66{font-size: 18px;
    color: #fff;margin-bottom: 0;}
 .dprtMentUl li a{
    font-size: 24px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* margin-bottom: 15px; */
 }
 .departMnetsCnt .viewAllBtn{display: none !important;}
 .dprtMentUl::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f5bd;
}

.dprtMentUl::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}

.dprtMentUl::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f88c33;
}
.dprtMentUl{    padding-right: 10px;}
 .departMnetsCnt{padding-right: 80px;}
 .viewAllBtn{
        margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 16px 46px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
 }
 /* ========= RECEPTION SLIDER (With Thumbnails) ========= */
 .reception_section {
    height: 100vh;
    position: relative;
}
.reception_slide > img {
    object-fit: cover;
    height: 100vh;
}
.reception_outer {
    position: absolute;
    top: 48%;
    left: 22%;
    right: 0;
}
.heading_sec h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.reception_container {
    margin-top: -150px;
}
.reception_thumbnail .swiper-slide img {
    object-fit: cover;
    cursor: pointer;
    height: 100px;
}
.reception_slider_btn {
    -webkit-backdrop-filter: blur(34px);
    z-index: 9;
    background: #0000004d;
    width: 210px;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.reception_slider_btn h6 {
    color: #fff;
    max-width: 80%;
    padding-top: 55px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.slider_btn {
    z-index: 99999;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    transition: all .3s;
    display: inline-flex;
    position: absolute;
    top: -25px;
    transform: translateY(-50%);
    opacity: 1 !important;
    background: #c6b4ab !important;
}
.slider_btn_prev {
    background: #000000b3 !important;
    margin: auto !important;
    top: 45% !important;
    left: 0 !important;
    right: 0 !important;
}
.slider_btn_next
 {
    background: #000000b3 !important;
    margin: auto !important;
    top: 55% !important;
    left: 0 !important;
    right: 0 !important;
}
.slider_btn {
    min-width: 50px;
    height: 50px !important;
    color: #fff;
    font-size: 18px;
    width: 40px;
}
.invest_pagination {
    color: #fff !important;
    bottom: 50px !important;
}
.invest_pagination span
 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: .35 !important;}
.doctorTeam{padding: 160px 0px 110px;position: relative;}
.doctorTeam:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #0D8382 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.12;
    z-index: 1;
}
.doctorTeam .container{position: relative;z-index: 2;}
.doctorTeam .topHeadings{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 70px;
}
.dctrCnt{
    padding: 30px 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.neue24-65{
    font-size: 24px;
    color: #222222;
    font-family: 'NeueHaasDisplayMediu';
    margin-bottom: 5px;
}
.dctrCntLeft .neue18-55{color: #5C5C5C;}
.rcrdSed {
    padding: 100px 120px 120px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.records_img {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.records_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recordsCnt {
    z-index: 2;
    width: 40%;
    position: relative;
}
.site_btn {
    color: #242b60;
    border: 1px solid #242b60;
    border-radius: 50px;
    align-items: center;
    padding: 4px 5px 4px 22px;
    font-family: Sora, sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
}
.site_btn span {
    background: #242b60;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin-left: 20px;
    transition: all .3s;
    display: inline-flex;
}
.reception_btn .site_btn {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.site_btn span {
    position: relative;
}
.reception_btn .site_btn span {
    background: #fff;
    width: 42px;
    height: 42px;
    margin-left: 60px;
}
.reception_btn .site_btn span {
    margin-left: 25px;
}
.site_btn span img {
    display: none;
}
.site_btn span:before {
    content: "";
    background-color: #189ed6;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 37%;
    left: 46%;
    transform: rotate(-45deg) translate(-50%, -50%);
}
.site_btn span:after {
    content: "";
    border-top: 2px solid #CC3F54;
    border-right: 2px solid #CC3F54;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.site_btn.red span:after {
    border-color: #CC3F54;
}
.site_btn.red span:before {
    background-color: #CC3F54;
}
.inter36{
    font-size: 36px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 22px;
}
.inter22{
        font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.recordsCnt .inter22{    margin-bottom: 35px;}
.records_section {padding-bottom: 150px;}
.whyChoose{
        background: #0D8382;
    padding: 110px 0px 90px;
}
.whyChoose .topHeadings{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 80px;
}
.whyChoose .helve48{color: #fff;}
.whyChooseImg{
        background: #015D5C;
    border-radius: 19px;
    height: 230px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.whyChooseImg img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.whyChooseCnt .inter24{
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 0;
    text-transform: capitalize;
}
.inter16{
        font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Inter';
}
.whyChooseBox{margin-bottom: 40px;}
.patientSec{    padding: 160px 0px 130px;}
.patientSec .inter36{
        color: #0D8382;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
}
.patientVideo{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 480px;
}
.patientVideo img{width: 100%;}
.playIcon{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.pateintCmnt{
        background: #0D8382 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 65px 65px;
}
.pateintCmnt i{
        font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 30px;
        display: block;
}
.patientDiv{
    display: flex;
    align-items: center;
    width: 100%;
}
.pateintImgDiv{
    border: 1px solid #707070;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    margin-right: 20px;
}
.inter18{
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Inter';
    font-weight: 800;
    margin-bottom: 5px;
}
.pateintImgDivCnt .inter16{font-weight: 500;}
img{max-width: 100%;}
.patientSlider {padding-bottom: 120px;}
.patientSlider .slider_btn_next,
.patientSlider .slider_btn_prev{top: 93% !important;}
.patientSlider .swiper-pagination{bottom: 20px;}
.patientSlider .slider_btn_next{left: 300px !important;}
.patientSlider .slider_btn_prev{left: -300px !important;}
.patientSlider .swiper-pagination-bullet{
    width: 20px !important;
    background: #79797949;
    opacity: 1;
    border-radius: 5px;
    height: 10px;
}
.patientSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #CC3F54;
    width: 40px !important;
}
.careerSec .inter36{
    color: #0D8382;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 70px;
}
.careerBox{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #05A6E0;
    border-radius: 20px;
    padding: 50px 40px;
    margin-bottom: 20px;
}
.careerBox .neue24-65{margin-bottom: 30px;    color: #0D8382;}
.qulExp{
    display: flex;
    width: 100%;
}
.qulCnt{
    width: 50%;
    border-right: 1px solid #80808047;
    padding-right: 20px;
}
.qulCnt:last-child{ border-right: none;padding-left: 20px;}
.qulCnt .neue18-65{color: #1A1A1A;margin-bottom: 0;}
.applyNowBtn{
    background: #F88C33;
    padding: 20px 40px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: 600;
}
.benchMark{padding: 140px 0px;position: relative;}
.benchMark:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #0D8382 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.11;
    z-index: 1;
}
.benchMark .container{position: relative;z-index: 2;}
.careerSec{padding-bottom: 190px;}
.benchMark .inter36{
    color: #0D8382;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
}
.benchMarkBox{
    border: 1px solid #0D8382;
    border-radius: 20px;
    padding: 30px 30px 50px;
    text-align: center;
}
.benchMarkImg{    margin-bottom: 30px;}
.benchMarkCnt .inter24{
    color: #0D8382;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 15px;
}
.benchMarkCnt .inter18{color: #292929;font-weight: 400;}
.benchMarkCnt .viewAllBtn{    color: #CC3F54;border: 1px solid #CC3F54;}
.benchMarkSlider {overflow: visible;padding-bottom: 120px;}
/*  */
.benchMarkSlider .slider_btn_next,
.benchMarkSlider .slider_btn_prev{top: 98% !important;}
.benchMarkSlider .slider_btn_next{left: 170px !important;}
.benchMarkSlider .slider_btn_prev{left: -170px !important;}
.benchMarkSlider .swiper-pagination-bullet{
    width: 20px !important;
    background: #79797949;
    opacity: 1;
    border-radius: 5px;
    height: 10px;
}
.benchMarkSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #CC3F54;
    width: 40px !important;
}
.benchMarkSlider .swiper-pagination{bottom: 0;}
.neue36-65{
        color: #242424;
    font-size: 36px;
    font-family: 'NeueHaasDisplayMediu';
    margin-bottom: 50px;
}
.form-label{
        font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Inter';
}
.form-control{
    border: 0 none;
    border-bottom: 1px solid #B2B2B2;
    border-radius: 0;
    padding: 0 0;
    padding-bottom: 10px;
    color: #B2B2B2;
    font-size: 20px;
    font-family: 'Inter';
}
.writeUsForm .moreAbotBtn{
    margin-top: 40px;
    display: inline-flex;
    min-width: 230px;
    align-items: center;
    justify-content: space-between;
}
.writeUsImg{
    height: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.writeUsImg img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.writeUs{padding-bottom: 200px;}
.medService{
    padding: 170px 0px 220px;
    background: url('../images/medService.png') 0 0 no-repeat;
    background-size: cover;
}
.medCntBox{width: 50%;}
.inter44{
    font-size: 44px;
    color: #fff;
    font-family: 'Inter';
    margin-bottom: 20px;
}
.inter20{
        font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 50px;
}
.dFLex{
        display: flex;
    align-items: center;
    width: 100%;
}
.site_btn.trans{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-right: 20px;
}
.trans.site_btn span{background: #F88C33;}
.trans.site_btn span:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.trans.site_btn span::before{background-color: #fff;}
.site_btn.yellow{
    background: #F88C33;
    border-color: #F88C33;
    color: #fff;
}
.yellow.site_btn span{background: #fff;}
.yellow.site_btn span:after{
    border-top: 2px solid #F88C33;
    border-right: 2px solid #F88C33;
}
.yellow.site_btn span::before{background-color: #F88C33;}
.copyRight{
    background: #1C1C1C;
    padding: 25px 0px;
}
.copyCnt{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.copyUl{display: flex;}
.copyUl li a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Inter';
}
.copyUl li a~span{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Inter';
    display: inline-block;
    margin: 0 8px;
}
.dprtMentUl li a .inter20{
    font-size: 22px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.sora46:after{
    position: absolute;
    content: '';
    left: -80px;
    top: 0;
    border-left: 50px solid transparent;
    border-top: 55px solid #f88c33;
    border-bottom: 54px solid #f88c33;
    border-right: 40px solid #f88c33;
 }
 .sora46:before{
    position: absolute;
    content: '';
    right: -80px;
    top: 0;
        border-left: 50px solid #f88c33;
    border-top: 55px solid #f88c33;
    border-bottom: 54px solid #f88c33;
    border-right: 40px solid transparent;
 }
 .bnrCnt .helve48{color: #ffff;margin-bottom: 20px;}
 .bnrCnt .helve48~p{
    font-size: 24px;
    color: #fff;
 }
 .bnrUlDiv{
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    background: #0d8382;
    border-radius: 24px;
    padding: 40px 40px;
 }
 .bnrUlDiv ul{
        width: 50%;
    text-align: start;
 }
 .bnrCnt .neue24-66{color: #fff;}
.abtRght .inter30{
        height: 500px;
    overflow: hidden;
    transition: 0.3s;
}
.ReadMore i{
    transform: rotate(90deg);
    transition: 0.3s;
}
.abtRght.active .inter30{height: max-content;}
.abtRght.active .ReadMore i{transform: rotate(-90deg);}
.msnVsnSec{    padding: 100px 0px;}
.msnBox {
    background: #f88c33;
    border-radius: 24px;
    padding: 40px 50px;
    height: 100%;
}
.msnBox.vsnBox{
    background: #0c8382;
}
.msnImg{
        display: inline-flex;
    width: 150px;
    height: 150px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 36px;
    color: #616e7d;
    margin-bottom: 20px;
        overflow: hidden;
}
.msnImg img{width: 60%;}
.lagacyImg{
    border-radius: 24px;
    overflow: hidden;
}
.msnCnt .helve48{
    color: #fff;
    margin-bottom: 10px;
}
.msnCnt .neue24-65{color: #fff;}
.lagacyCnt{padding-left: 50px;}
.lagacySec{padding: 60px 0 150px;}
.lagacyUl{
    margin-top: 40px;
    list-style-type: disc !important;
    padding-left: 30px;
}
.lagacyUl strong{
    font-size: 24px;
    color: #F88C33;
    font-family: 'NeueHaasDisplayMediu';
    margin-bottom: 20px;
    display: block;
    position: relative;
    left: -30px;
}
.lagacyUl li{
    list-style: disc;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.dprtMentUl ul{padding-left: 20px;    margin-bottom: 20px;}
.dprtMentUl ul li .inter18{    font-weight: 600;}
.whyChooseRow{
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: nowrap;
}
.whyChooseColm{width: calc(100% / 5);}
.ftrCnt .inter30{
        color: #fff;
    margin-bottom: 20px;
}
.ftrCnt p{
    color: #fff;
    margin-bottom: 30px;
        font-size: 16px;

}
.ftrUl li{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ftrUl li a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.ftrUl li span{display: inline-block;
    margin-right: 10px;}
.ftrUl{margin-bottom: 30px;}
.ftrCnt iframe{margin-top: 30px;width: 100%;    height: 300px;}
.know-item{
    border-radius: 24px;
    overflow: hidden;
}
.know-item ~ p,.know-item~a{display: none;}
.medService{position: relative;}
.medService:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(2 0 36 / 33%) 60%, rgba(255, 255, 255, 0.34) 100%);
    z-index: 1;
}
.medService .container{position: relative;z-index: 2;}
.h20{height: 20px;}
/* popuo doctor profile */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}

.popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 60%;
  border-radius: 24px;
  height: 80vh;
  overflow-y: auto;
}

.close {
 cursor: pointer;
    float: right;
    font-size: 24px;
    position: absolute;
   right: 10px;
    top: 10px;
    color: #ffffffc2;
}
#popupData .row:first-child{    background: #0D8382;    align-items: center;
    padding: 20px;border-radius: 24px;}
.doctor-personal-info .helve48{
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
}
.doctor-personal-info .helve48 small{font-size: .5em;display: inline-block;}
#popupData .col-lg-3 img{    border-radius: 14px;}
.doctor-personal-info .neue18-55{    color: #fff;}
.doctor-personal-info .neue18-65 {
       font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
        display: flex;
    align-items: center;
    }
.doctor-personal-info .neue18-65 i{
        display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    margin-right: 5px;
}
.doctor-personal-info .neue18-65 i img{width: 14px;}
.details-content     .lagacyUl {
        margin-top: 15px;
        margin-bottom: 20px;
    }
 .details-content   .lagacyUl li{font-size: 14px;}
 .details-content img{width: 20px; margin-right: 5px;}
 .dctrImg{
        border-radius: 24px;
    overflow: hidden;
 }
 .dctrTeamBox{cursor: pointer;}

 @media (min-width: 1600px){
    .container{max-width: 1640px;}
}
 @media (max-width: 1600px){
    .msnImg{
            width: 90px;
    height: 90px;
    }
    .leftHdr p{font-size: 14px;}
    .abtBranchLftCnt .neue58-65{font-size: 30px;}
    .bookApointUl li,.bookApointUl li a{    font-size: 12px;}
    .bookApointUl li span{margin-right: 5px;}
    .sora46:before{
        border-left: 40px solid #f88c33;
    border-top: 40px solid #f88c33;
    border-bottom: 41px solid #f88c33;
    border-right: 40px solid transparent;
    }
    .sora46:after{
        border-left: 40px solid transparent;
    border-top: 40px solid #f88c33;
    border-bottom: 41px solid #f88c33;
    border-right: 40px solid #f88c33;
    }
    .hdrLogo img{    width: 300px;}
    .sora49{font-size: 30px;}
    .sora46{font-size: 24px;}
    .aboutBranch{    padding: 120px 0px 100px;}
    .neue18-65{font-size: 14px;margin-bottom: 15px;}
    .helve48{    font-size: 32px;}
    .topHeadings{padding-bottom: 30px;    margin-bottom: 60px;}
    .abtBranchLftCnt {
        padding-right: 40px;
        margin-bottom: 40px;
    }
    .neue58-65{font-size: 32px;margin-bottom: 20px;}
    .neue24-66{font-size: 18px;margin-bottom: 10px;}
    .neue18-55{font-size: 14px;}
    .abtRght .inter30{
        margin-bottom: 30px;
        font-size: 18px;
        height: 345px;
    }
    .msnVsnSec{padding: 60px 0px;}
    .lagacyCnt{padding-left: 30px;}
    .lagacyUl{margin-top: 30px;}
    .lagacyUl strong{font-size: 18px;}
    .lagacyUl li{
        font-size: 16px;
    margin-bottom: 5px;
    }
    .grpHead .inter24{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .grpHead .neue24-66{font-size: 13px;}
    .ftrCnt p{font-size: 12px;}
    .ftrUl li,.ftrUl li a{font-size: 14px;}
    .inter30{font-size: 22px;}
    .moreAbotBtn{font-size: 12px;padding: 15px 15px 15px 20px;}
    .moreAbotBtn i {
        margin-left: 40px;
        font-size: 14px;
    }
    .departMnets{    padding: 100px 0px;}
    .departMnetsCnt{padding-right: 40px;}
    .inter24{font-size: 18px;padding-bottom: 10px;margin-bottom: 20px;}
    .dprtMentUl li a .inter20{    font-size: 16px;margin-bottom: 10px;}
    .dprtMentUl li a img{width: 18px;}
    .viewAllBtn{padding: 10px 30px;font-size: 12px;}
    .reception_slider_btn h6{    padding-top: 30px;font-size: 14px;}
    .invest_pagination span{font-size: 18px;}
    .slider_btn {
        min-width: 40px;
        height: 40px !important;
        color: #fff;
        font-size: 14px;
    }
    .heading_sec h2{font-size: 32px;}
    .reception_slider_btn{width: 150px;}
    .doctorTeam{padding: 100px 0px 80px;}
    .dctrCnt{padding: 20px 20px;}
    .neue24-65{font-size: 18px;}
    .dctrCntLeftLogo img{width: 30px;}
    .rcrdSed{padding: 60px 80px 60px;}
    .recordsCnt{    width: 50%;}
    .inter36{font-size: 24px;margin-bottom: 15px;}
    .recordsCnt .inter22{    margin-bottom: 25px;}
    .inter22{font-size: 18px;}
    .reception_btn .site_btn{font-size: 12px;}
    .reception_btn .site_btn span{
        width: 32px;
    height: 32px;
    }
    .site_btn span:before{top: 32%;}
    .records_section{    padding-bottom: 100px;}
    .whyChoose{padding: 100px 0px 80px;}
    .whyChoose .topHeadings{margin-bottom: 60px;}
    .whyChooseImg{height: 200px;margin-bottom: 20px;}
    .whyChooseCnt .inter24{padding-bottom: 15px;}
    .inter16{font-size: 12px;}
    .patientSec{padding: 120px 0px 80px;}
    .playIcon{width: 60px;}
    .patientVideo{height: 325px;}
    .pateintCmnt{padding: 40px 40px;}
    .pateintCmnt i{font-size: 18px;margin-bottom: 20px;}
    .pateintImgDiv{
            width: 60px;
    height: 60px;
    margin-right: 15px;
    }
    .inter18{font-size: 14px;}
    .patientSlider .slider_btn_next, .patientSlider .slider_btn_prev{top: 93% !important;}
    .patientSlider .swiper-pagination-bullet{height: 8px;}
    .patientSlider .swiper-pagination{bottom: 14px;}
    .careerSec .inter36{    margin-bottom: 50px;}
    .careerBox{padding: 30px 20px;}
    .careerBox .neue24-65{margin-bottom: 20px;}
    .applyNowBtn{
        font-size: 12px;
        padding: 15px 30px;
    }
    .careerSec{padding-bottom: 100px;}
    .benchMark{padding: 100px 0px;overflow: hidden;}
    .benchMarkBox{padding: 20px 20px 30px;}
    .benchMarkImg{margin-bottom: 20px;}
    .benchMarkImg img{    width: 150px;}
    .benchMarkCnt .inter24{margin-bottom: 10px;}
    .benchMarkSlider .slider_btn_next, .benchMarkSlider .slider_btn_prev{top: 90% !important;}
    .benchMarkSlider .swiper-pagination{    bottom: 35px;}
    .neue36-65{font-size: 24px;margin-bottom: 30px;}
    .form-label{font-size: 12px;}
    .form-control{font-size: 14px;}
    .writeUsForm .moreAbotBtn{margin-top: 30px;min-width: 150px;}
    .writeUs{padding-bottom: 120px;}
    .medService{    padding: 100px 0px 120px;}
    .inter44{font-size: 30px;}
    .inter20{font-size: 14px;margin-bottom: 30px;}
    .site_btn{font-size: 12px;}
    .site_btn span{
        width: 32px;
    height: 32px;
    }
    .copyRight{    padding: 20px 0px;}
    .copyUl li a{font-size: 12px;}
    /* .dprtMentUl li a{margin-bottom: 10px;} */
    .lagacySec{padding: 60px 0 100px;}
 }
 @media (max-width: 991px){
    #popupData .row:first-child{padding: 10px;
    border-radius: 24px;
    padding-bottom: 20px;}
    .h20{height: auto;}
    .whyChooseRow{flex-wrap: wrap;}
    .whyChooseColm{width: 48%;}
    .whyChooseBox{    margin-bottom: 20px;}
    .lagacySec{padding: 60px 0 60px;}
    .leftHdr p{font-size: 12px;}
    .bookApointUl li, .bookApointUl li a{font-size: 10px;}
    .bookApointUl li{padding-right: 10px;}
    .bookApointUl li{margin-left: 10px;}
    .bookApointUl li span{display: block;}
    .hdrLogo img{width: 250px;}
    .neue24-66{font-size: 16px;}
    .abtRght .inter30{height: 300px;}
    .msnVsnSec{padding: 0px 0px;}
    .lagacyImg{margin-bottom: 30px;}
    .lagacyCnt{padding-left: 0;}
    .sora46:before {
        border-left: 32px solid #f88c33;
        border-top: 32px solid #f88c33;
        border-bottom: 32px solid #f88c33;
        border-right: 32px solid transparent;
        right: -64px;
    }
    .sora46:after {
        border-left: 32px solid transparent;
        border-top: 32px solid #f88c33;
        border-bottom: 32px solid #f88c33;
        border-right: 32px solid #f88c33;
        left: -64px;
    }
    .sora49{font-size: 22px;}
    .sora46{padding: 20px 50px;font-size: 20px;}
    .topHeadings{padding-right: 25%;}
        .departMnetsCnt {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .reception_slider_btn{        width: 130px;}
    .dctrImg img{width: 100%;}
    .dctrTeamBox{    margin-bottom: 30px;}
    .rcrdSed{        padding: 30px 40px 30px;}
    .recordsCnt{width: 55%;}
    .patientVideo{        margin-bottom: 20px;}
    .patientVideo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .patientSlider .swiper-pagination{        bottom: 60px;}
    .patientSlider .slider_btn_next, .patientSlider .slider_btn_prev {
        top: 77% !important;
    }
    .patientSec{padding: 120px 0px 0px;}
    .writeUsForm{    margin-top: 30px;}
    .medCntBox{width: 75%;}
 }
 @media (max-width: 767px){
    .popup-content{padding: 0px;width: 90%;}
    #popupData .row:first-child{padding: 0px;padding-bottom: 10px;}
    .doctor-personal-info{padding: 0 10px;}
    .details-content{padding: 0 10px;}
    .details-content .lagacyUl li{font-size: 11px;}
    .dprtMentUl::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f5bd;
}

.dprtMentUl::-webkit-scrollbar
{
	width: 5px;
	background-color: transparent;
}

.dprtMentUl::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f88c33;
}
.dprtMentUl li a .inter20{margin-bottom: 8px;}
.dprtMentUl li a img{width: 16px;}
.reception_btn .site_btn{font-size: 10px;}
.whyChoose .topHeadings{margin-bottom: 40px;}
    .moreAbotBtn {
        font-size: 10px;
        padding: 12px 12px 12px 15px;
    }
    .moreAbotBtn i {
        margin-left: 20px;
        font-size: 12px;
    }
    .msnImg img{    width: 50%;}
    .leftHdr{
            width: 100%;
        overflow-x: hidden;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
    .hdrLogo{    flex-wrap: wrap;}
    .hdrLogo a{
        display: block;
    width: 100%;
    text-align: center;
    }
    .abtBranchLftCnt{margin-bottom: 20px;}
    .leftHdr p{font-size: 11px;margin-bottom: 5px;}
    .bookApointUl{width: 350px;}
    .bookApointUl li, .bookApointUl li a{font-size: 9px;}
    .sora46:before {
        border-left: 25px solid #f88c33;
        border-top: 25px solid #f88c33;
        border-bottom: 25px solid #f88c33;
        border-right: 25px solid transparent;
        right: -49px;
    }
    .sora46:after {
        border-left: 25px solid transparent;
        border-top: 25px solid #f88c33;
        border-bottom: 25px solid #f88c33;
        border-right: 25px solid #f88c33;
        left: -49px;
    }
    .hdrLogo img{width: 200px;}
    .bookApointUl li span{margin-right: 0;}
    header{    padding: 0px 0 0px;}
    .bnrCnt .neue24-66{font-size: 12px;}
    .bannerSec{    padding: 100px 0px;height: max-content;background-position: -130px 30px;}
    .sora49{padding: 10px 0px;font-size: 18px;}
        .sora46 {
        padding: 15px 30px;
        font-size: 16px;
    }
    .abtBranchLftCnt .neue58-65{font-size: 22px;}
    .abtRght .inter30{font-size: 14px;height: 260px;}
    .msnBox{
        border-radius: 14px;
    padding: 20px 20px;
    }
    .msnImg{
            width: 60px;
    height: 60px;
    font-size: 24px;
    }
    .lagacyUl{margin-top: 20px;}
    .lagacyUl strong{font-size: 14px;margin-bottom: 10px;left: -20px;}
    .grpHead .neue24-66{font-size: 12px;}
    .grpHead {
    padding-bottom: 10px;
    border-bottom: 1px solid #189ED632;
    margin-bottom: 20px;
}
    .lagacyUl{padding-left: 20px;}
    .whyChooseRow{    gap: 10px;}
    .ftrUl li{margin-bottom: 5px;}
    .ftrUl~.inter18{    margin-bottom: 5px;}
    .writeUsForm .moreAbotBtn{margin-top: 10px;}
    .ftrUl li, .ftrUl li a{font-size: 12px;}
    .ftrCnt .inter30{margin-bottom: 10px;}
    .ftrCnt iframe{height: 200px;    margin-top: 20px;}
    .lagacyUl li{font-size: 12px;}
    .aboutBranch {        padding: 60px 0px 60px;}
    .topHeadings{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
        .neue18-65 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .helve48{font-size: 24px;}
    .abtBranchLftCnt{padding-right: 0;}
    .abtRght .inter30{        margin-bottom: 40px;}
    .inter30{font-size: 18px;}
    .departMnets{padding: 60px 0px 20px;}
    .inter24{        font-size: 14px;}
    .patientSlider{padding-bottom: 60px;}
    /* .dprtMentUl li a{margin-bottom: 5px;} */
    .dprtMentUl li a .inter20{font-size: 13px;}
    .viewAllBtn {
        padding: 8px 20px;
        font-size: 10px;
        margin-top: 10px;
    }
        .reception_slider_btn h6 {
        padding-top: 20px;
        font-size: 12px;
        padding-left: 1px;
    }
    .reception_slider_btn{width: 80px;}
        .slider_btn {
        min-width: 30px;
        height: 30px !important;
        color: #fff;
        font-size: 10px;
    }
    .invest_pagination span{        font-size: 14px;}
    .heading_sec h2{font-size: 24px;}
    .reception_thumbnail .swiper-slide img{height: 50px;}
    .doctorTeam{padding: 60px 0px 50px;}
    .doctorTeam .topHeadings{    margin-bottom: 40px;}
    .topHeadings{padding-right: 0;}
    .dctrCnt{padding: 15px 10px;}
    .neue24-65{font-size: 16px;}
    .neue18-55{font-size: 12px;}
    .dctrCntLeftLogo img{width: 25px;}
    .recordsCnt{width: 100%;}
        .recordsCnt {
        width: 100%;
        background: #f88c33;
        padding: 20px;
        position: relative;
        top: -2px;
    }
    .records_img{position: relative;}
        .inter36 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .recordsCnt .inter22{margin-bottom: 20px;}
    .inter22{font-size: 14px;}
    .site_btn{    padding: 4px 5px 4px 15px;font-size: 10px;}
    .reception_btn .site_btn span {
        width: 26px;
        height: 26px;
        margin-left: 20px;
    }
    .site_btn span:before{top: 27%;}
    .rcrdSed{padding: 0px 0px 0px;}
    .records_section{padding-bottom: 60px;}
    .whyChoose{        padding: 60px 0px 60px;}
    .whyChooseBox{margin-bottom: 30px;}
    .whyChooseImg{        height: 150px;}
    .whyChooseCnt .inter24{padding-bottom: 10px;}
    .inter16{font-size: 10px;}
    .patientSec{padding: 60px 0px 0px;}
    .patientSec .inter36{margin-bottom: 40px;}
    .patientVideo{        height: 250px;}
    .pateintCmnt{        padding: 20px 20px;}
    .pateintCmnt i{font-size: 14px;}
        .pateintImgDiv {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .inter18{font-size: 12px;margin-bottom: 0;}
    .inter16{font-size: 10px;}
    .patientSlider .slider_btn_next, .patientSlider .slider_btn_prev{top: 74% !important;}
    .patientSlider .slider_btn_prev{left: -260px !important;}
    .patientSlider .slider_btn_next{left: 260px !important;}
    .slider_btn{width: 30px;}
    .patientSlider .swiper-pagination{bottom: 70px;}
    .patientSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px !important;}
    .patientSlider .swiper-pagination-bullet{height: 6px;width: 15px !important;}
    .careerSec .inter36{margin-bottom: 30px;}
    .careerBox{padding: 20px 15px;}
    .neue24-65{font-size: 14px;}
    .qulCnt{padding-right: 10px;}
    .qulCnt:last-child {
        border-right: none;
        padding-left: 10px;
        padding-right: 0;
    }
    .neue18-55{        font-size: 10px;}
    .applyNowBtn {
        font-size: 10px;
        padding: 10px 25px;
    }
    .careerSec{padding-bottom: 60px;}
    .benchMark{padding: 60px 0px;}
    .benchMark .inter36{margin-bottom: 40px;}
    .benchMarkImg img{        width: 80px;}
    .benchMarkImg{margin-bottom: 10px;}
    .inter18{font-size: 10px;}
    .benchMarkSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px !important;}
    .benchMarkSlider .swiper-pagination-bullet{    width: 15px !important;height: 5px;}
    .benchMarkSlider .slider_btn_next, .benchMarkSlider .slider_btn_prev{top: 88% !important;}
    .benchMarkSlider{padding-bottom: 20px;}
    .neue36-65 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .form-label {
        font-size: 10px;
        margin: 0 0;
    }
    .form-control{padding-bottom: 6px;font-size: 12px;}
    .writeUs{padding-bottom: 80px;}
    .medService{padding: 60px 0px 30px;}
    .ftrUl li span i{margin-right: 3px;}
    .medCntBox{        width: 100%;}
    .inter44{font-size: 20px;margin-bottom: 15px;}
    .inter20 {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .site_btn{font-size: 10px;}
    .site_btn span{margin-left: 10px;        width: 26px;
        height: 26px;}
        .dFLex{flex-wrap: wrap;}
    .site_btn.trans{margin-bottom: 20px;}
    .copyRight{padding: 10px 0px;}
    .copyUl li a{font-size: 10px;}
    .copyUl li a~span{font-size: 10px;margin: 0 5px;}
        .neue24-66 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .neue58-65 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sora49{border-radius: 10px;}
    .bnrCnt .helve48{
        font-size: 14px;
        background: #00000017;
        border-radius: 20px;
        padding: 5px 0;
    }
    .bnrCnt{
            position: relative;
    top: 150px;
    }
    .dprtMentUl li .inter20,.dprtMentUl li a .inter18{font-size: 14px;}
    
 }
 /* \ */
