.whtsap-btn img {
  width: 50px;
}
.whtsap-btn {
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #248e4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.call2-btn {
  position: fixed;
  bottom: 50px;
  left: 70px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.call_pop a {
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 7px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 0rem;
  text-decoration: none;
}
.call_pop a i {
  font-size: 25px;
  color: #000;
}
a{text-decoration: none !important; color: #fff !important;}
ul.tag_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
    width: 800px;
    margin: 0px auto 50px;
}
ul
{
padding: 25px;
text-align:left;
}

.tag_box li 
{
    background: #F5821F;
    display: flex;
    margin-bottom: 10px;
    margin: 5px;
    padding: 3px 7px;
    flex-wrap: wrap;
    align-items: center;
    /*align-content: center;*/
    color: #fff;
    border-radius: 5px;
    font-size: 16px;    text-align: left !important;
}
       


.header-text {
    font-size: 20px;
}
.appointment-steps .steps-div .appoint-steps img, .banner-img img, .treat-adv-img img, .width-100 {
    width: 100%}
.banner, .treat-adv {
    display: flex;
}
.treat-adv {
    max-width: 900px;
    margin: auto;
    gap: 30px;
}
.treat-adv {
    padding: 100px 0 80px;
}
.banner-img, .banner-text, .treat-adv-img, .treat-adv-text {
    flex: 1;
}


.treat-adv ul { margin:0px; padding:0px; }
.treat-adv ul li { margin-bottom:10px; padding-left: 0px; margin-left: 20px; }




.treat-adv-text {
    padding: 0 20px;
}
.treat-adv-text li {
    color: #7a7a7a;
    list-style: disc;
    padding-left: 0;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
}
.treatment{
    position: relative;
    width:100%;
    height:auto;
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
}
.treatment a{
    display: block;
    position: relative;
    color: #fff;
    border-radius:10px;
    padding: 20px 10px;
    box-shadow: 0px 10px 30px 0 rgba(0,0,0,.15);
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%); 
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; text-decoration: none;
}
.treatment a.t-2{
    background-image: linear-gradient(-45deg, #48dc80 0%, #10a749 100%)
}
.treatment a.t-3{
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}
.treatment a.t-4{
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}
.treatment a.t-5{
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}
.treatment a.t-6{
    background-image: linear-gradient(-45deg, #f96fa6 0%, #cf1379 100%)
}
.treatment a.t-7{
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}
.treatment a.t-8{
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}
.treatment a .tr-img{
    width: 64px!important;
    height: 64px!important;
    font-size:30px;
    color:#063d71;
    text-align:center;
    line-height:40px;
    font-weight:600;
    height: inherit;
    margin: -50px auto 0px auto;
    padding: 12px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
     -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.appointment-page .treatment a .tr-img{
    width: 75%!important;
    font-size:32px;
    font-weight:700;
    border-radius:10px;
    letter-spacing:-1px;
    text-shadow:2px 2px 0px rgba(0,0,0,.1);
}
.appointment-page .treatment a.t-4 .tr-img{
    color:#fd7702;
}
.appointment-page .treatment a.t-8 .tr-img{
    color:#fa144b;
}

.treatment a .tr-img img{
    width: 100%;
    height: auto;
    
}
.treatment:hover a .tr-img{
    box-shadow: 0px 10px 25px rgba(0,0,0,.2);
}
.treatment a h5{
    color: #fff !important;
    font-size: 15px !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 0 0 !important;
}
.treatment a:hover{
    box-shadow: 0px 0px 35px 0 rgba(0,0,0,.1);
}
.treatment a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  top: 15px;
  left: 15px;
  border-bottom: 0;
  border-right: 0;
    border-radius:8px 0 0 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.treatment a::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  bottom: 15px;
  right: 15px;
  border-top: 0;
  border-left: 0;
    border-radius:0 0 8px 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.treatment:hover a::before {
  top: 5px;
  left: 5px;
    border-bottom: 0;
    border-right: 0;
}
.treatment:hover a::after {
  right: 5px;
  bottom: 5px;
    border-top: 0;
    border-left: 0;
  
}

.team{
    border:solid 0px #eee;
    display:block;
    padding:0;
    margin:0 0 30px 0;
    min-height:640px;
    text-align:left;
    overflow:hidden;
    border-radius:5px;
    box-shadow:0px 5px 20px rgba(0,0,0,.1);
}
.team .tm-img{
    position:relative;
    padding-top:100%;
    overflow:hidden;
    width:100%;
    height:auto;
    border-bottom:solid 1px rgba(0,0,0,.1);
}
.team .tm-img img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
}
.team h3{
    color:#003366 !important;
}
.team h4{
    font-size:16px!important;
    color:#fd7702 !important;
}
.team p{
    font-size:14px;
    line-height:1.6;
    text-align:left;
    margin:0!important;
}
.team h5{
    color:#999 !important;
    border-bottom:solid 1px #eee;
    padding:0 0 10px 0!important;
    margin:0 0 10px 0!important;
}
.team h6{
    color:#1fbce7!important;
    font-style:normal;
    line-height:normal!important;
}


@font-face {
    font-family: WorkSans-Bold;
    src: url(Fonts/WorkSans-Bold.ttf);
  }
  @font-face {
    font-family: WorkSans-Regular;
    src: url(Fonts/WorkSans-Regular.ttf);
  }
  @font-face {
    font-family: WorkSans-Medium;
    src: url(Fonts/WorkSans-Medium.ttf);
  }
  @font-face {
    font-family: NanumMyeongjo-Bold;
    src: url(Fonts/NanumMyeongjo-Bold.ttf);
  }
  @font-face {
    font-family: NanumMyeongjo-ExtraBold;
    src: url(Fonts/Arima-Regular.ttf);
  }
  @font-face {
    font-family: NanumMyeongjo-Regular;
    src: url(Fonts/NanumMyeongjo-Regular.ttf);
  }
  @font-face {
    font-family: Mukta-Bold;
    src: url(Fonts/Mukta-Bold.ttf);
  }
  @font-face {
    font-family: Mukta-Medium;
    src: url(Fonts/Mukta-Medium.ttf);
  }
  @font-face {
    font-family: Mukta-Regular;
    src: url(Fonts/Mukta-Regular.ttf);
  }



/*--====== CSS Reset ======--*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input::placeholder {
   overflow: visible!important;
}

p{
    margin: 0!important;
    padding: 0;
}
.sec-1 {
    max-width: 1800px;
    margin: auto;
    padding: 25px 0px;
}

.sec-v1 {
    max-width: 1800px;
    margin: auto;
    padding: 65px 0px 25px 0px;

}

    .banner-img{
        width: 90%;
        margin: auto;
        border-radius: 20px 20px 20px 20px;
        overflow: hidden;
        height: 75vh;
        background-image: linear-gradient(180deg,rgba(255,255,255,0) 70%,rgba(255,255,255,0.82) 83%,#ffffff 100%),url(images/baner.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
}

.date-img{
    width: 35%;
    padding-bottom: 50px;
}

.time img{
    width: 50%;
    text-align: center;
    margin-top: 45px;
}

.banner-head{
    margin-top: -100px;
}
.banner-head h1{
    font-family: WorkSans-Bold;
    color:#e877a1;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    width: 75%;
    margin: auto;
    padding-bottom: 35px;
}

.diwali-desk{
    display: block;
}

.diwali-mob{
    display: none;
}

.banner-head p{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
    width: 50%;
    margin: auto!important;
}

.cta-v2{
    text-align: center;
}

.cta-v2 a{
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 18px 56px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #fd7702;
        
        transition: 0.3s all;
    
}

.sec-1{
    max-width: 1800px;
    margin: auto;
    padding-top: 80px;
}

.hindi-s1 h1{
    font-family: Mukta-Bold!important;
    letter-spacing: 0!important;
}

.hindi-s1 p{
    font-family: Mukta-Regular!important;
}

.hindi-s1 a{
    font-family: Mukta-Regular!important;
}


.s1-f1 h1{
    font-family: WorkSans-Bold;
    color:#B42224;
    font-size: 40px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;
    width: 85%;
    padding-bottom: 16px;
}

.s1-f1 p{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 20px;
    font-style: normal;
   
    padding-bottom: 35px;
}

.sec1-flex{
    display: flex;
    flex-wrap: wrap;
}
.s1-f1{
    width: 50%;
    margin: auto;
    padding-left: 5%;
}
.s1-f2{
    width: 50%;
    margin: auto;
    text-align: center;
}

.mob-footer{
    display: none;
}

#form-mob{
    display: none;
}

.fixed-cta{
    display: none;
}

.s1-f2 img{
    width: 75%;
    padding-top: 25px;
}

.s1-f1 a{
    font-family: WorkSans-Regular;
    color: white;
    text-decoration: none;
    padding: 18px 56px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #B42224;
    transition: 0.3s all;
}

.testi-head{
    font-family: WorkSans-Bold;
    color: #e877a1;
    font-size: 26px;
    line-height: 30px;
}

.testi-body{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 14px;
    font-style: normal;
    color: black;
    padding-top: 55px;
}

.slider{
    width: 80%;
    margin: auto;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.testi-name{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 20px;
    font-style: normal;
    color: black;
    padding-top: 50px;
    font-weight: 800;
}

.testi-loc{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 14px;
    font-style: normal;
    color: grey;
}

.s1-f1 a:hover{
    box-shadow: 4px 25px 62px 0px rgba(0, 0, 0, 0.30), -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
}

.header-cta a{
    border-radius: 40px;
    border: 1px solid #fd7702;
    color: #fd7702 !important;
    background: #FFF;
    text-decoration: none;
    padding: 15px 45px;
    font-family: WorkSans-Medium;
}

.hindi-cta a{
    font-family: Mukta-Regular!important;
}
.header-sec{
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 40px;
    background: white;
    box-shadow: 0px 2px 6px 6px #80808014;
    position: fixed;
    width:100%;
    z-index:200;
    
}
.logo{
    width: 50%;
}
.logo img{width: 180px;}
.header-cta{
    width: 50%;
    text-align: right;
    margin: auto;
}

.s2-f1{
    width: 60%;
    margin: auto;
}

.s2-f2{
    width: 40%;
    margin: auto;
}
.s2-f1 h2{
    font-family: WorkSans-Medium;
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.hindi-s2 h2{
    font-family: Mukta-Medium!important;
}

.hindi-s2 h3{
    font-family: Mukta-Medium!important;
}

.hindi-s2 p{
    font-family: Mukta-Regular!important;
}

.hindi-s2 a{
    font-family: Mukta-Regular!important;
}

.s2-f1 h3{
    font-family: WorkSans-Medium;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}
.s2-f1 img{
    width: 65%;
    padding-bottom: 25px;
}
.sec-2{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.sec2-flex{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 90%;
}

.s2-f1 p{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    padding-bottom: 35px;
    color: #454545;
    width: 75%;
}

.s2-f1 a{
    font-family: WorkSans-Regular;
    color: white;
    text-decoration: none;
    padding: 18px 56px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #B42224;
   transition: 0.3s all;
}

.s2-f1 a:hover{
    box-shadow: 4px 25px 62px 0px rgba(0, 0, 0, 0.30), -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
}

.sec2-f-flex{
    display: flex;
    flex-wrap: nowrap;
    background: white;
    padding: 10px 10px;
    box-shadow: 1px 1px 10px 2px #80808017;
    border-radius: 12px;
    margin-bottom: 30px;
}

.sf2-img{
    width: 20%;
    text-align: center;
    margin: auto;
}

.sf2-img img{
    width: 60%;
}
.sf2-info{
    width: 80%;
}

.sec2-features{
    width: 90%;
    margin: auto;
}

.sf2-head{
    font-family: WorkSans-Medium;
    font-size: 24px;
    color:#B42224;
    font-weight: 600;
    width: 80%;
    line-height: 30px;
    padding-bottom: 7px;
}

.h-sf2-head{
    font-family: Mukta-Medium!important;
    font-weight: 400!important;
}
.h-sf2-body{
    font-family: Mukta-Medium!important;
    font-weight: 400!important;
}

.sf2-body{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    color: #454545;
}

.sec-v2{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.sec-head-v2 h2{
    font-family: WorkSans-Bold;
    color:#333;
    width: 50%;
    margin: auto;
    font-size: 40px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 30px;
}

.sec-head-v2 p{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    color: #454545;
    text-align: center;
    width: 60%;
    margin: auto!important;
    padding-bottom: 50px;
}

.sec-v2-flex{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    justify-content: center;
}

.usp{
    width: 30%;
    text-align: center;
    border-radius: 16px;
background: #FFF;
margin: 10px;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
padding: 35px;

}

.usp img{
   text-align: center;
   padding-bottom: 20px;
}

.usp2{
    width: 22%;
    text-align: center;
    border-radius: 16px;
background: #FFF;
margin: 10px;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
padding: 15px;

}

.usp2 img{
   text-align: center;
   padding-bottom: 20px;
   width: 100%;
}

.usp3{
    width: 30%;
    text-align: center;
    border-radius: 16px;
background: #FFF;
margin: 10px;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
padding: 15px;

}
.usp3 img{
   text-align: center;
   padding-bottom: 20px;
   width: 100%;
}

.usp-head{
    font-family: WorkSans-Medium;
    color:#e877a1;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 8px;
}

.usp-body{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 16px;
    color: #454545;
    text-align: center;
}

.sec-3{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.sec-head h2{
    font-family: WorkSans-Bold;
    color:#333333;
    font-size: 50px;
    text-align: center;
    
}

.hindi-head h2{
    font-family: Mukta-Bold!important;
}

.hindi-head p{
    font-family: Mukta-Regular!important;
}
.sec3-flex{
    width: 85%;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.s3-f{
    text-align: center;
    width: 30%;
    padding: 20px 20px;
    border-radius: 8px;
    border: 1px solid rgba(165, 48, 44, 0.15);
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(165, 48, 44, 0.05);
    margin: 10px;
}

.s3-f img{
    margin-bottom: 15px;
}

.s3-head{
    font-family: WorkSans-Medium;
    color:black;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 8px;
}

.s3-body{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 16px;
    color: #454545;
}

.sec-head{
    padding-bottom: 50px;
}

.sec-head p{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    color: #454545;
    text-align: center;
}

.sec3-cta a{
    font-family: WorkSans-Regular;
    color: white;
    text-decoration: none;
    padding: 18px 56px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #0f2087;
    
    transition: 0.3s all;
}

.hindi-s3-cta a{
    font-family: Mukta-Regular!important;
}

.sec3-cta a:hover{
    box-shadow: 4px 25px 62px 0px rgba(0, 0, 0, 0.30), -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
}

.sec3-cta{
    text-align: center; margin-top: 80px;
}

.sec-4{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.video-slide{
    width: 80%;
    margin: auto;
}

iframe{
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.slide{
    margin: 10px;
    border: 1px solid #e877a1;
    padding: 35px;
    border-radius: 15px;
}

.ele1{
    position: absolute;
    margin-left: 0px;
    margin-top: -15px;
}
.ele2{
    position: absolute;
    margin-left: 0px;
  
}


.video-headline{
    font-family: WorkSans-Medium;
    color:black;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

.video-des{
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    color: #454545;
}

.slick-prev{
    width: 50px!important;
    height:50px!important;
top:112%!important;
left: 90%!important;
}
.slick-next{
    width: 50px!important;
    height:50px!important;
top:112%!important;
right: 0%!important;

}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    margin: 0 5px;
    background: #DDE0E4!important;
    padding: 0;
    cursor: pointer;
    border-radius: 50px;
}

.slick-dots .slick-active{
    position: relative;
    display: inline-block;
    width: 30px!important;
    height: 10px!important;
    margin: 0 5px;
    background: #B42224!important;
    padding: 0;
    cursor: pointer;
}


.slick-dots li button:before{
    display: none!important;
}

.slick-dots{
    position: absolute;
    bottom: -60px!important;
    left: -42%!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.experts-banner{
    background: url(images/ep-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    padding: 70px 50px;
}
.mah{
   
    width: 80%;

    margin: auto;
   
}

.call-des{
    font-size: 12px;
    font-style: italic;
    color:#B42224;
}
.ep-info h2{
    color: white;
    font-family: WorkSans-Medium;
    font-size: 30px;
    width: 60%;
}

.hindi-ep-info h2{
    font-family: Mukta-Bold!important;
}

.hindi-ep-info p{
    font-family: Mukta-Regular!important;
}

.ep-info p{
    color: white;
    font-family: NanumMyeongjo-ExtraBold;
    font-size: 18px;
    width: 60%;
}

.sec-5{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.ep-cta a{
    font-family: WorkSans-Regular;
    color: white;
    text-decoration: none;
    padding: 18px 56px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background:  #e877a1;
}

.ep-flex{
    display: flex;
    flex-wrap: wrap;
}

.ep-info{
    width: 70%;
    margin: auto;
}

.ep-cta{
    width: 30%;
    margin: auto;
    text-align: center;
}

.experts-name{
    font-family: WorkSans-Medium;
    color:#0f2087;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px; padding-top: 10px;
}

.experts-des{
    
    font-size: 12px;
    color: #454545;
}

.Experts-flex{
    display: inline-block;
    flex-wrap: wrap;
    width: 45%;
    justify-content: center;
    margin: auto;
     border-radius: 8px;
}
.Experts-flex2{
    display: inline-block;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    margin: auto;
     border-radius: 8px; vertical-align: top;
}

.experts{
    width: 75%;
    text-align: center;
    margin: 10px;

    border-radius: 8px;
    margin-top: 10%;
    background: white;
}

.experts img{
    width: 100%;
    text-align: center;
    margin-top: -90px;
}

.experts-info{
   
}


.Experts-flexnew{
  
   
    width: 48%;
   

     border-radius: 8px;
}
.Experts-flex2new{
   

    width: 48%;

     border-radius: 8px; 
}

.expertsnew{
    width: 100%;
    text-align: center;
    margin: 10px;

    border-radius: 8px;
    margin-top: 10%;
    background: white;
}

.expertsnew img{
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.experts-infonew{
   
}

.sec-6{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
}

.sec-6new{
    max-width: 1800px;
    margin: auto;
    padding: 100px 0px;
}

.sec-7{
    max-width: 1800px;

    padding: 50px 0px;
    background: #fd7702;
position: relative;
    z-index: 151; margin-top: 50px;
}

.small-head{
    font-family: WorkSans-Medium;
    color:#fff;
    font-size: 12px;
    padding-bottom: 5px;
}

.hindi-small-head{
    font-family: Mukta-Regular!important;
   
}
.sec7-info h2{
    font-family: WorkSans-Bold;
    color:#fff;
    font-size: 18px;
    width: 70%;
}

.hindi-sec7-info h2{
    font-family: Mukta-Bold!important;
}
.small-des{
    font-family: NanumMyeongjo-ExtraBold;
    color:#fff;
    font-size: 16px;
    padding-bottom: 18px;
    width: 60%;
}

.hindi-small-des{
    font-family: Mukta-Regular!important;
}

.appointment{
    width: 80%;
    margin: auto;
}

.sec7-flex{
    display: flex;
    flex-wrap: wrap;
}

.sec7-info{
    width: 50%;
    padding: 50px 0px;
}

.social{
    display: flex;
    margin-bottom: 15px;
}

.social p{
    font-family: WorkSans-Regular;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}

.contact-form{
    width: 50%;
    margin: auto;
}

.contact-formnew{
    width: 100%;
    margin: auto;
}

input{
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

select{
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-family: WorkSans-Medium;
    font-size: 14px;
    color: #000;
}
input:-moz-placeholder{
    font-family: WorkSans-Medium;
    font-size: 14px;
    color: #979797;
}


.hindi-form input:-moz-placeholder{
    font-family: Mukta-Medium!important;
    font-size: 14px;
    color: #979797;
}


input:focus{
    outline-style: none;
    box-shadow: none;
 }

 label{
    font-size: 16px;
    font-family: 'WorkSans-Regular';
    padding-bottom: 10px
 }

 select:focus{
    outline-style: none;
    box-shadow: none;
 }

 #contactForm1 button{
    width: 100%;
    border: none;
    background: #0f2087;
    padding: 8px;
    border-radius: 8px;
    color: white;
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
}
#contactForm3 button{
    width: 100%;
    border: none;
    background: #0f2087;
    padding: 8px;
    border-radius: 8px;
    color: white;
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
}
 #contactForm2 button{
    width: 100%;
    border: none;
    background: #0f2087;
    padding: 8px;
    border-radius: 8px;
    color: white;
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
}

#contactForm button{
    width: 100%;
    border: none;
    background: #0f2087;
    padding: 8px;
    border-radius: 8px;
    color: white;
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
}

#contactForm2 button{
    width: 100%;
    border: none;
    background: #0f2087;
    padding: 8px;
    border-radius: 8px;
    color: white;
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
}

.hindi-form button{
    font-family: Mukta-Medium!important;
}

#contactForm{
    padding: 50px 35px;
    background: white;
    border-radius: 10px;
    width: 85%;
    margin: auto;
    box-shadow: 0px 4px 4px 1px #80808061;
}
#contactForm1{
    padding: 30px 35px;
    background: white;
    border-radius: 10px;
    width: 85%;
    margin: auto;
    box-shadow: 0px 4px 4px 1px #80808061;
}
#contactForm3{
    padding: 50px 35px;
    background: white;
    border-radius: 10px;
    width: 85%;
    margin: auto;
    box-shadow: 0px 4px 4px 1px #80808061;
}
#contactForm2{
    padding: 50px 35px;
    background: white;
    border-radius: 10px;
    width: 85%;
    margin: auto;
    box-shadow: 0px 4px 4px 1px #80808061;
}

.footer-info{
    font-family: NanumMyeongjo-ExtraBold;
    color:black;
    font-size: 14px;
    text-align: center;
    color: #4F5665;
}

.footer{
    max-width: 1800px;
    margin: auto;
    padding: 10px 0px;
    background: white;
}

.btn-icon{
padding-right: 15px;
}

.btn-icon2{
    padding-right: 15px;
    }

.btn-icon2 img{
    width: 22px;
}    


.thank-you{
    max-width: 1800px;
    margin: auto;
    padding: 50px 0px;
    background: white;
    background: #FFEBDC;
    height: 100vh;
}

.thank-you-info{
    margin-top: 15%;
}

.thank-you-info h2{
    font-family: WorkSans-Bold;
    font-size: 50px;
    color: #B42224;
    text-align: center;
   
}

.thank-you-info p{
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: black;
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .sec-v1 { padding: 0;
}

    .banner-text { display: none;
}

    ul.tag_box {
        width: 100%;
    }
    .banner, .treat-adv {
    flex-direction: column;
    text-align: center;
}
.banner-text h1 {
    font-size: 20px;
    /*padding: 20px 20px 0;*/
}
   .treat-adv {
    padding: 70px 0 0px;
}
.treat-adv-text h3 {
    margin: 30px 0;
}

.treat-adv-img {
    padding: 10px;
}
.treatment a{
    padding: 20px 10px;
}
.treatment a h5{
    font-size: 12px !important;
    margin: 20px 0 0 0 !important;
}
.treatment a::before {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  top: 8px;
  left: 8px;
  border-bottom: 0;
  border-right: 0;
}
.treatment a::after {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  bottom: 8px;
  right: 8px;
  border-top: 0;
  border-left: 0;
}
    .usp3{
    width: 100%;
    text-align: center;
    border-radius: 16px;
background: #FFF;
margin: 10px;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
padding: 15px;

}
.usp3 img{
   text-align: center;
   padding-bottom: 20px;
   width: 100%;
}

    .team{
    margin:0 0 30px 0;
    min-height:auto;
}
.team img{
    float:none;
    margin:0;
    width:100%;
    height:auto;
    border-right:solid 0px rgba(0,0,0,.1);
    border-bottom:solid 1px rgba(0,0,0,.1);
}
    .header-cta{
        display: none;
    }

    .header-sec{
        display: block;
    }

    .logo{
        width: 100%;
        text-align: center;
    }

    .sec1-flex{
        display: block;
    }

    .s1-f1 {
        width: 90%;
        margin: auto;
        padding-left: 0;
        text-align: center;
    }

    .s1-f1 h1 {
        font-family: WorkSans-Bold;
        color: #B42224;
        font-size: 25px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 1px;
        width: 100%;
        padding-bottom: 14px;
    }

    .s1-f1 p {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 16px;
        font-style: normal;
        text-align: center;
        font-weight: 700;
        padding-bottom: 35px;
    }

    .s1-f1 a {
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #B42224;
        transition: 0.3s all;
    }

    .s1-f2 {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sec2-flex {
        display: block;
        flex-wrap: wrap;
        margin: auto;
        width: 90%;
    }

    .s2-f1 {
        width: 100%;
        margin: auto;
    }

    .s2-f1 h2 {
        font-family: WorkSans-Medium;
        font-size: 30px;
        color: #000;
        text-align:center;
        font-weight: 600;
    }

    .s2-f1 h3 {
        font-family: WorkSans-Medium;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        text-align:center;
        padding-bottom: 20px;
    }

    .s2-f1 img {
        width: 100%;
        padding-bottom: 25px;
    }

    .s2-f1 p {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 16px;
        padding-bottom: 35px;
        color: #454545;
        text-align:center;
        width: 100%;
    }

    .btn-ani{
text-align:center;
}

    .s2-f2 {
        width: 100%;
        margin: auto;
        padding-top: 65px;
    }
    .sec2-features {
        width: 100%;
        margin: auto;
    }
    .sf2-head {
        font-family: WorkSans-Medium;
        font-size: 18px;
        color: #B42224;
        font-weight: 600;
        width: 100%;
        line-height: 30px;
        padding-bottom: 3px;
    }

    .sf2-body {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 16px;
        color: #454545;
    }

    .s2-f1 a {
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #B42224;
        transition: 0.3s all;
    }

    .sec-2 {
        max-width: 1800px;
    margin: auto;
    padding: 50px 0px 0px 0px;
    }

    .sec-1 {
        max-width: 1800px;
        margin: auto;
        padding: 25px 0px;
        padding-top: 110px;
    }
    .sec3-flex {
        width: 100%;
        margin: auto;
        justify-content: center;
        margin-bottom: 45px;
    }

    .s3-f {
        text-align: left;
        width: 47%;
        padding: 10px 10px;
        border-radius: 8px;
        border: 1px solid rgba(165, 48, 44, 0.15);
        background: #FFF;
        box-shadow: 0px 2px 20px 0px rgba(165, 48, 44, 0.05);
        margin: 3px;
    }

    .s3-head {
        font-family: WorkSans-Medium;
        color: black;
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        padding-bottom: 3px;
    }

    .s3-body {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 14px;
        color: #454545;
    }
    .sec-head h2 {
        font-family: WorkSans-Bold;
        color: #333333;
        font-size: 30px;
        text-align: center;
    }

    .sec3-cta a {
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #0f2087;
        transition: 0.3s all;
    }

    .sec-4 {
        max-width: 1800px;
        margin: auto;
        padding: 25px 0px;
    }
    .sec-head p {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 16px;
        color: #454545;
        width: 100%;
        text-align: center;
        padding: 0 40px;
    }

    .video-slide {
        width: 98%;
        margin: auto;
    }

    .slick-dots{
        left: -90px!important;
    }

    .slick-prev {
        width: 35px!important;
        height: 35px!important;
        top: 105%!important;
        left: 32%!important;
    }

    .slick-next {
        width: 35px!important;
        height: 35px!important;
        top: 105%!important;
        right: 36%!important;
    }

    .slick-dots li{
        width: 5px!important;
    height: 5px!important;
    }

    .slick-dots .slick-active {
        position: relative;
        display: inline-block;
        width: 15px!important;
        height: 5px!important;
        margin: 0 5px;
        background: #B42224!important;
        padding: 0;
        cursor: pointer;
    }

    .ep-flex {
        display: bloack;
    }

    .ep-info h2 {
        color: white;
        font-family: WorkSans-Medium;
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    .ep-info {
        width: 100%;
        margin: auto;
    }
    .ep-info p {
        color: white;
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .ep-cta {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .ep-cta a {
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #e877a1;
    }
    .ep-info {
        width: 100%;
        margin: auto;
        padding-bottom: 40px;
    }

    .experts-banner {
        background: url(images/ep-banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95%;
        border-radius: 20px;
        margin: auto;
        padding: 40px 20px;
    }

    .Experts-flex {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin: auto;
        border-radius: 8px;
    }
    .Experts-flex2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin: auto;
        border-radius: 8px;
    }

    .experts {
        width: 90%;
        text-align: center;
        margin: 3px;
        
        border-radius: 8px;
        margin-top: 25%;
        background: white;
    }

    .experts img {
        width: 100%;
        text-align: center;
        margin-top: -60px;
    }

    .sec-head {
        padding-bottom: 30px;
    }
    .mah {
    width: 100%;
    margin: auto;
}

    .experts-info { text-align: center;
        padding: 18px 10px 18px;
    }

    .experts-name {
        font-family: WorkSans-Medium;
        color: #0f2087;
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .experts-des {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 14px;
        color: #454545;
    }

    .sec7-flex {
        display: block;
    }
    .sec7-info {
        width: 100%;
        padding: 0px 0px;
        text-align: center;
    }

    .sec7-info h2 {
        font-family: WorkSans-Bold;
    color: #fff;
    font-size: 20px;
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
    }
    .small-des {
        font-family: NanumMyeongjo-ExtraBold;
        color: black;
        font-size: 16px;
        padding-bottom: 40px;
        width: 100%;
    }

    .appointment {
        width: 90%;
        margin: auto;
    }

    .small-des {
        font-family: NanumMyeongjo-ExtraBold;
        color: #fff;
        font-size: 16px;
        padding-bottom: 20px;
        width: 100%;
    }

    .social img{
        width: 22px;
    }

    .social p{
        font-size: 14px;
    }

    .contact-form {
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    #contactForm {
        padding: 25px 20px;
        background: white;
        border-radius: 10px;
        width: 100%;
        margin: auto;
        box-shadow: 0px 4px 4px 1px #80808061;
    }
    #contactForm1 {
        padding: 25px 20px;
        background: white;
        border-radius: 10px;
        width: 100%;
        margin: auto;
        box-shadow: 0px 4px 4px 1px #80808061;
    }
    #contactForm3 {
        padding: 25px 20px;
        background: white;
        border-radius: 10px;
        width: 100%;
        margin: auto;
        box-shadow: 0px 4px 4px 1px #80808061;
    }


    .footer-info {
        font-family: NanumMyeongjo-ExtraBold;
        color: black;
        font-size: 10px;
        text-align: center;
        color: #4F5665;
    }

    .footer {
        max-width: 1800px;
        margin: auto;
        padding: 25px 0px;
        background: white;
        margin-bottom: 50px;
    }

    

    .mob-footer{
        text-align: center;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #80808069;
    display: block;
    }

    #form-mob{
        display: block;
    }

    .social{
        justify-content: center;
    }

    .fixed-cta{
        width: 100%;
        padding: 5px 0px;
        background: #fd7702;
        text-align: center;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        display: block;
    }

    .fixed-cta a{
        font-family: WorkSans-Regular;
    color: #fff;
    text-decoration: none;
    padding: 2px 2px;
    justify-content: center;
    align-items: center;
    border-radius: 10px; font-size: 25px;
  
    transition: 0.3s all;
  
    }



    .cta-v2 a {
        font-family: WorkSans-Regular;
        color: white;
        text-decoration: none;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #fd7702;
        transition: 0.3s all;
    }

    .banner-head p {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        padding-bottom: 35px;
        width: 80%;
        margin: auto!important;
    }

    .banner-head h1 {
        font-family: WorkSans-Bold;
        color: #e877a1;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 2px;
        width: 90%;
        margin: auto;
        padding-bottom: 15px;
    }

    .sec-head-v2 h2 {
        font-family: WorkSans-Bold;
        color: #333;
        width: 90%;
        margin: auto;
        font-size: 30px;
        text-align: center;
        padding-bottom: 15px;
    }

    .sec-head-v2 p {
        font-family: NanumMyeongjo-ExtraBold;
        font-size: 16px;
        color: #454545;
        text-align: center;
        width: 90%;
        margin: auto!important;
        padding-bottom: 30px;
    }

    .usp {
        width: 100%;
        text-align: center;
        border-radius: 16px;
        background: #FFF;
        margin: 10px;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
        padding: 20px;
    }
.usp2{
    width: 100%;
    text-align: center;
    border-radius: 16px;
background: #FFF;
margin: 10px;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
padding: 5px;

}

.usp2 img{
   text-align: center;
   padding-bottom: 20px;
   width: 100%;
}


    .thank-you-info {
        margin-top: 15%;
        width: 80%;
        margin: auto!important;
        padding-top: 40%;
    }

 

    .date-img {
        width: 88%;
        padding-bottom: 35px;
    }
    .diwali-desk{
        display: none;
    }
    
    .diwali-mob{
        display: block;
    }


    .banner-img{
        height: 30vh;
    }

    .banner-head{
        margin-top: -20px;
    }
    .time img{
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }

    .slider{
        width:95%;
    }
   

    
}