body,html{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
header {
    background: white;
    height: 100px;
    box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.19), 0 3px 6px rgb(179 173 173 / 23%);

}
nav {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.menue ul{
    display: flex;
        align-items: center;
        justify-content: end;
            margin-bottom: 0px;
}
.menue ul li {
    list-style: none;
    font-size: 25px;
}

li.m_call {
    height: 45px;
    line-height: 45px;
    background: #18aa93;
    border-radius: 50px;
    padding: 0px 19px;
    border: 1px solid #273449;
}

li.m_call a {
    color: white !important;
    font-size: 18px;
}

.menue ul li a{
    text-decoration: none;
    color: #18aa93;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menue ul li a img{
    margin-top: 1px;
    margin-right: .2rem;
    filter: invert(1);
    width: 17px;
}

/* banner part start now */
.banner-part{
    /* background: url(../image/banner/Bariatric-Weightloss-Surgery-1.png); */
    background: linear-gradient(45deg, rgb(30, 42, 22), rgba(30, 42, 22, 0.315)), url(../image/banner/hernia_banner.webp);
        /* background: linear-gradient(45deg, rgb(30 42 22 / 78%), rgb(30 42 22 / 52%)),url(../image/banner/Bariatric-Weightloss-Surgery.webp); */
    width: 100%;
    height: 730px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 6rem 0px;

}
.container2 {
    width: 80%;
    margin: auto;
}
.banner-content ul li {
    list-style: none;
    line-height: 3;
}
.banner-content ul li img {
    width: 40px;
    margin-right: 9px;
}
.banner-content ul li{
    list-style: none;
}
.banner-content p {
    color: white;
    font-size: 22px;
    line-height: 1.4;
}
.banner-flex {
    display: flex;
}
.banner-flex a:nth-child(1){
    margin-right: 1rem;
}
.banner-flex a:nth-child(2){
    margin-right: 1rem;
    background-color: transparent;
    color: white;
}
.banner-flex a:nth-child(2) img{
    width: 47px;
}

.banner-flex a:nth-child(2):hover{
    color: black;
    background-color:#fecd1a ;
}
.banner-content ul{
    padding-left: 0px;
    margin-left: 0px;
}
.banner-content h1{
    font-size: 70px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 2rem;
        line-height: 110%;
    font-family: "Roboto", sans-serif;
}
h1 span {
    color: #fecd1a;
    font-weight: 800;
}
.banner-content ul span {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
}
.banner-btn {
    width: fit-content;
    display: block;
    height: 60px;
    background: #18aa93;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 4rem;
    padding: 0px 30px;
}
.banner-btn img{
    margin-right: 10px;
        filter: invert(1);
}
.my-formpart .input1 i{
    width: 30px;
}
.my-formpart{
    width: 500px;
    margin: 0px 0px 0px auto;
    background: white;
    padding: 0px 0px 25px 0px;
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #FECD1A;
    border-radius: 10px;
    overflow: hidden;
}
.payment-mode span {
    font-size: 13px;
    line-height: 1.2;
    padding-left:10px;
    font-weight:500;
    color:black;
}
.payment-mode input{
margin-top:3px;
}
.payment-mode {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
}
.input1 {
    width: 100%;
    position: relative;
    height: 52px;
    margin-top: 1rem;
}
.input1 input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    border: 0px;
    outline: 0px;
    font-weight: 500 !important;
    border-bottom: 1px solid #3DA3D4;
    font-family: "Poppins", sans-serif;
}
.input1 input ::placeholder,.input1 textarea::placeholder,textarea{
    font-weight: 500 !important;
    color: #383837 !important;
    font-size: 16px !important;
}
.my-formpart .input1 i {
    width: 20px;
    position: absolute;
    left: 10px;
    height: 20px;
    top: 14px;
    color: #18aa93;
}
.my-formpart  h2 {
    font-size: 25px;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px 34px;
    background: #18aa93;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.form-row {
    padding: 0px 30px;
}
.input1 select {
    width: 100%;
    height: 100%;
    border: 0px;
    border-bottom: 1px solid #3DA3D4;
    padding-left: 40px; 
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
 
outline: none;
    font-size: 16px;
    color: #383837 !important;
    text-transform: capitalize;
}
.input1 textarea::placeholder{
    color: #676767 !important;
}
textarea {
    width: 100%;
    height: 100%;
    border: 0px;
    outline: none;
    padding-left: 18px;
    font-weight: 500 !important;
    border-bottom: 1px solid #3DA3D4;
    font-family: "Poppins", sans-serif !important;
}
.texrarea{
    height: 100px;
}
.texrarea input{
    padding-left: 20px;
}
.submitbtn {
    width: 100%;
    display: block;
    background: #f8bc3e;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    outline: none;
    border: 1px solid #FECD1A;
    font-size: 22px;
    color: white;
    margin-top: 2.5rem;
    text-transform: uppercase;
    line-height: 46px;
}
/* .texrarea input::placeholder {
    position: absolute;
    top: 15px;

} */
 /* emergency */
 .emerency-box1 {
    height: 100%;
        background: #0c6a9917;
        padding: 30px 25px;
        border: 1px dotted #fecd1a;
        border-radius: 10px;
   
}
.emerency-box1 span {
    background: #fecd1a;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 14px;
}
.emerency-box2 span{
    background: #0C6A99 !important;
    color: white;
}
.emerency-box1  h3 {
    font-size: 30px;
    color: black;
    padding: 5px 0px;
    font-weight: 600;
}
.timing{

    display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
}
.emerency-box1 p{
    font-size: 20px;
}
.timing ul {
    padding-left: 20px !important;
}
/* about part */
.heading1{
    font-size: 50px;

    line-height: 1.2;
}
.about_majid{
        background: linear-gradient(135deg, rgba(24, 170, 147, 0.85), rgba(24, 170, 147, 0.85)), url(../image/banner/banner-doctor2.webp);
}

.about_majid .sliders1  p{
    color: white;
}
.about_majid .bluecolor{
        color: white !important;
}
.before_after h2.heading1.bluecolor {
    padding-left: 50px;
}

.before_after .sliders1.mt-4 {
    padding-left: 50px;
}
.before_after_slider img {
    border-radius: 10px;
    border: 6px solid #d8d8d8;
}

p{
    font-size: 18px;
    line-height: 1.7;
}
.about-part h5{
    font-size: 25px;
    margin-top: 1.5rem;
}
.about-part  .heading1{
    position: relative;
    margin-bottom: 3rem !important;
}
.about-part  .heading1::after{
   position: absolute;
   background: url(../image/img/docotr-line.png);
   left: 0px;
   top: 0px;
   width: 100%;
   height: 50px;
   content: '';
}
.about-part .heading1::after {
    position: absolute;
    background: url(../image/img/docotr-line.png);
    left: 50%;
    top: 98%;
    width: 68px;
    height: 70px;
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
}
.h-img {
    width: 120px;
    height: 120px;
    border: 1px solid #fecd1a;
    border-radius: 50%;
    display: flex
;
    margin: auto;
    background: #fecd1a21;
    padding-left: 12px;
    margin-bottom: 2rem;
}
.help-bxo1{
    position: relative;
}
/* .help-bxo1::after{
    position: absolute;
    content: "";
    right: -72px;
    top: 28%;
    width: 118px;
    border-bottom: 3px dotted #fecd1a;
} */
.hide-after::after{
    display: none;
}
.b-right{
    border-right: 1px solid #fecd1a36;
}
.h-box2 .h-img{
    align-items: center;
}
.h-box2 img{
    width: 84px;
    height: auto;
    text-align: center;
    margin: auto;
}
.help-bxo1 {
    text-align: center;
    padding: 20px 70px;
}
.help-bxo1 h4{
    font-size: 25px;
    margin: 1rem 0px;
}
.help-bxo1 p{
    font-size: 18px;
}
/* faq style start now */


@media(max-width:992px) {
	.faq-group .faq-left{
  width: 100%;
 }
.faq-group .faq-right {
 width: 100%;
 border-left: none;
 padding-left: 0;
 margin-left: 0;
}
}	
.activebg,.activebg1{
    -webkit-backdrop-filter: blur(14px);
    background: #cbe5e7c4 0% 0% no-repeat padding-box;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.faq-rightimg{
    display: flex;
}
.faq-rightimg img{
    width: 500px;
    height: 500px;
  margin: 0px 0px 0px auto;
}
.viewall .faq-label{
    background-color: #FECD1A !important;
    border: 1px solid #016698;
    display: flex
    ;
        align-items: center;
        justify-content: center;
 }
 .viewall .faq-label p {
    display: flex;
        align-items: center;
        justify-content: center;
 }
 .viewall .faq-label p img{
    margin-left: 10px;
 }
 /* doctor part */
 /* .slick-arrow{
    display: none !important;
 } */
 .doctor1 {
    width: 93% !important;
    margin-bottom: 2rem;
}
.doctor_ctabtn{
     background: linear-gradient(135deg, rgba(24, 170, 147, 0.85), rgba(24, 170, 147, 0.85)), url(../image/banner/banner-doctor2.webp) !important;
}
.doctorpart .slick-next:before, .doctorpart .slick-prev:before {
    font-size: 35px;
    color: #fecd1a;

}
.myslider2 .slick-dots {
    bottom: -56px;
}
.responsive2 .slick-prev.slick-arrow,.responsive2 .slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    background: #fecd1a;
    border-radius: 50px;
    padding: 3px;
    overflow: hidden;
}
.responsive2 .slick-next {
    right: -54px;
}
.doctorpart .slick-next:before, .doctorpart .slick-prev:before {
    font-size: 26px;
    color: #ffffff;
}
.myslider2 .slick-dots li {
    background: white;
}
.doctorpart .slick-prev {
    left: -60px;
}
.pro_card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: .6s;
}
.pro_card{
        transition: .6s;
}
.doctor-content h3 {
    height: 64px;
}
 section.doctorpart {
    /* background: #18AA93; */
    /* background:linear-gradient(135deg, rgba(24,170,147,0.85), rgba(24,170,147,0.85)),
  url("../image/banner/banner-doctor2.webp"); */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
        background: #fafafa;
    padding: 5rem 0px;
    overflow: hidden;
    position: relative;
        z-index: 1;
}
.doctorpart.affiliation_part {
    padding: 4rem 0px 5rem 0px !important;
}
.patien_story h2.heading1.heading2{
color: #3ab6a3;
}
.patien_story p{
    color: black !important;
}
.banner-content span {
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
}
.bg_pointer_img img {
    /* width: 100%; */
    position: absolute;
    right: -104px;
    /* width: 100%; */
    top: -89px;
        z-index: -1;
}
.heading2{
    color: white;
}
.titlep p{
    color: white;
}
.doctor-content h3 {
    font-size: 22px;
    text-align: center;
    height: auto;
}
.book-appoinment a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #fecd1a;
    color: white;
    background: #f8bc3e;
    width: 300px;
    margin: auto;
}
.book-appoinment{
    padding: 10px;
}
/* .doctor1 img {
    height: 280px;
} */
.doctor1{
    width: 90%;
    background: white;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 31%);
    border: 1.5px dotted #fecd1a;
    border-right: 10px solid #fecd1a;
}
.doctor-content {
    height: 109px;
}
.doctor1 img{
    width: 100%;
}
.doctor-content {
    padding: 15px;
    text-align:center !important;
}
.bluecolor{
    color: #18AA93;
}
.patients h4{
    font-size: 30px;
}
.patients ul li{
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.patients ul{
    margin-top: 5rem;
}
.patients {
    background: #55aed908;
}
/* .whychoose */
.whychoose{
    background-color: #ffffff;
}
/* service */
.image-7{
    border: 5px solid #ffffff;
    background: white;
    border-radius: 10px;
     /* object-fit: contain; */
     margin-top: 10px;
}
.service-1 p {
    color: #212529;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.4;
}
.service-1 h5 {
        font-size: 24px;
    margin-top: 1rem;
    font-weight: 700;
    line-height: 1.1;

}
.service-1 .img i {
    font-size:40px !important;
    color: #3bb7a4;
    height: 40px;
    display: block;
}

.service-1 {
    background: #fff;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14) !important;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
    color: #016698;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center !important;
    line-height: 34px;
    min-height: 141px;
    margin-top: 1.5rem;
    height: 100%;
        border: 1px solid white;
}
.service-1:hover{
    border: 1px solid #fecd1a;
}
.group-btn6 {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.6rem;
}
.group-btn6 .btn1 {
    width: fit-content;
    padding: 0px 50px;
    background: transparent;
    border: 1px solid #fecd1a;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14) !important;
}

.group-btn6 .btn1 a {
    color: #016698;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.group-btn6 .btn1 a img{
    width: 18px;
    margin-right: 10px;
}
.img-5{
    padding: 10px;
    border: 5px solid #fecd1a;
    background: #ffffff;
    border-radius: 10px;

}
/* technological */
.technological h4 {
    font-size: 30px;
    border-bottom: 2px solid #fecd1a;
    width: fit-content;
    padding-bottom: 10px;
}

/* slider */
ul.slick-dots li {
    width: 13px;
    height: 13px;
    background: #8c8b8b;
    border-radius: 50%;
    transition: 0.5s;
  }
  .slick-dots li button:before {
    font-size: 0px !important;
  }
  li.slick-active {
    width: 30px !important;
    border-radius: 10px !important;
    background: #FECD1A !important;
    transition: 0.5s;
  }
  /* freeassistance */
  .freeassistance{
    background: url(../images/banner/assistance.png);
    width: 100%;
    background: #18aa93;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 0px;
  }
  .freeassistance .banner-btn{
    margin: auto;
    margin-top: 4rem !important;
  }
  /* technological */
.technological ul li {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.btn1 i {
    font-size: 25px;
    color: white;
    margin-right: 10px;
}
.btn1,.btn2{
 width: 360px;
    display: block;
    height: 60px;
    background: #18aa93;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #f8bc3e;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}
.btn1:hover,.btn2:hover{
    background: #3b8579;
}
footer {
    background: #273449;
}
.footer_details li {
    list-style: none;
        margin-bottom: .5rem;
}

.footer_details li a {
    text-decoration: none;
    color: white;

}
.footer_details li a:hover {
    background: #fecd1a;
}
.social_media {
    display: flex;
    justify-content: center;
    gap: 0px 15px;
    margin-top: 1rem;
}
.privacy_policy a {
    display: inline-block;
    margin: 0px 9px;
    text-transform: capitalize;
    text-decoration: underline !important;
}
.social_media a {
    display: block;
    width: 40px;
    height: 40px;
    background: #18a295;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.btn1:nth-child(1){
    margin-right: 1rem;
}
.btn2{
    background: transparent; 
    color: white;
}
.btn1group  img {
    margin-right: 10px;
}
.btn1group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-right{
    border-top: 2px solid #fecd1a;
    /* padding-top: 2rem; */
    margin-top: 2rem;
    padding-top: 1rem;
}
.copy-right p{
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
}

.topfaq .faq-label{
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.topfaq .faq-label img{
    width: 30px;
    display:none;
}
.stickybtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 65px;
    height: 65px;
    overflow: hidden;
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    border: 1px solid #016698;
    padding: 8px;
    background: white;
    margin-left: 10px;
}
.stickybtn  img{
    width: 100%;
    margin-left: 4px;
    margin-top: -2px;
}
/* testimonials */
.testimonials .sliders1,.testimonials .sliders2 {
    background: #f5f5f533;
    padding: 20px;
    text-align: center;
    width: 90% !important;
    border-radius: 10px;
    box-shadow: 1px 4px 8px rgb(122 122 122 / 45%) !important;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px dotted #fecd1a;
}
.user-name h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 0px;
}
.user-name {
    display: flex
;
    justify-content: start;
    align-items: center;
}
.user-name img{
    margin-right: 1rem;
}
.testimonials .slick-dots {
    bottom: -60px;
}
.testimonials .sliders1 p {
    font-size: 16px;
    margin-top: 1rem;
    text-align: left;
}
.testimonials  img {
    display: block;
    width: 31px;
}
.testimonials .slick-track {
    margin-left: 1rem;
}
.testimonials .slick-prev {
    left: -60px;
}
.start ul li{
list-style: none;
}
.start ul {
    display: flex;
    align-items: baseline;
justify-content: center;
padding-left: 0px;

}
.testimonials .slick-next:before, .testimonials .slick-prev:before {
    font-size: 35px !important;
    color: #fecd1a !important;
}
.doctor-content p b {
    color: #919191;
    font-size: 18px;
}

/* video part */
.video1 {
width: 100%;
    padding: 1px 10px;
    background: #000000;
    width: 98% !important;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px dotted white;
}
.v-btn{
    margin: auto !important;
    margin-top: 3rem !important;
}
.video1 video {
    width: 100%;
    height:400px;
    padding: 0px 9px;
}

/* new docotor */
.doctor_img {
    width: 200px;
    overflow: hidden;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    border: 2px solid white;
    margin-bottom: 1rem;
    background: #d4d3d3;
    /* padding-top: 17px; */
}

.doctor_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* padding-top: 41px; */
}

.w_loss_d {
    border: 1px solid #f4f4f4;
    padding: 26px 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.w_loss_d::after {
    position: absolute;
    left: 0px;
    top: -145px;
    width: 100%;
    height: 300px;
    background: #18a195;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.w_loss_d .doctor-content h3 {
    font-size: 26px;
    text-align: center;
    height: auto;
    font-weight: 700;
}
.weight_loss_doctor{
padding: 5rem 0px;
}
.weight_loss_doctor h2 {
    color: #18a195;
    font-weight: 800;
    line-height: .5;
    margin-bottom: 2rem !important;
}

.weight_loss_doctor .titlep p {
    color: #000000;
    line-height: 1.4;
}

.weight_loss_video {
    height: 100%;
    background: #000000;
    overflow: hidden;
    border-radius: 10px;
}

.weight_loss_video video {
    width: 100%;
    /* height: 100%; */
}
.technological{
    padding: 5rem 0px !important;
}
.typesoff_part{
    padding: 5rem 0px;
}
.pro_card {
    border: 1px solid #18aa93;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #ffffffa6;
    height: 380px;
    margin-top: 1.5rem;
}
.pr_details {
    padding: 30px 25px;
    margin-top: 1rem;
    text-align: center;
}
.pro_card::after {
    position: absolute;
    content: '';
    width: 600px;
    height: 370px;
    background: #18aa93;
    left: -180px;
    top: -205px;
    border-radius: 100%;
    z-index: -1;
}

.pro_card img {
    text-align: center;
    display: flex;
    margin: auto;
    padding: 8px;
    width: 100px;
}
.typesoff_part h2 {
    text-align: center;
    line-height: 120%;
    margin-bottom: 1rem;
    font-size: 45px;
}
h3.heading1.bluecolor {
    font-size: 29px;
    color: #273449;
}

.typesoff_part .row {
    margin-top: 3rem;
}
.typesoff_part h2 span {
    color: #f8bc3e;
}
.pr_details .pro_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}
.pro_img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr_details p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: .7rem;
}
.typesoff_part {
    position: relative;
    background: #ebebeb40;
}
.bg_poinert_img{
        position: absolute;
    z-index: -1;
    opacity: .1;
    width: 100%;
}
.before_after_slider .items img{
    width: 95%;
}
.banner-flex a span {
    margin-right: 12px;
}
/* Default label (shown when input is empty) */
.input1 label {
    position: absolute;
    left: 30px;
    top: 43%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease;
    background: #fff;
    padding: 4px 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    color: #6d6d6d !important;
    font-size: 16px !important;
}

/* Hide label WHEN input has value */
.input1 input:valid + label {
  opacity: 0;
  visibility: hidden;
}

/* Also hide on focus (optional) */
.input1 input:focus + label {
  opacity: 0;
  visibility: hidden;
}
.brand_img {
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #f8bc3e54;
    margin-top: 1rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.brand_img img {
    width: 200px;
}
.bg-white1{
        padding: 2rem 0px 3rem 0px !important;
    background: white !important;
}
.bg-white1 h2{
    color: #18AA93;
}
/* end new landing page */
/* ================media query start now ========*/
@media(min-width:1650px) and (max-width:1800px){
    .banner-content h1 {
        font-size: 60px;
    }
}   
@media(min-width:1150px) and (max-width:1450px){
    p{
            font-size: 16px;
    }
    .pr_details .pro_title {
    font-size: 22px;
    }
    .banner-content p {
    font-size: 20px;
}
.payment-mode span {
    font-size: 12px;
}
    .pr_details p {
    font-size: 16px;
    }
    .service-1 h5 {
    font-size: 22px;
    }
        .image-7{
object-fit: scale-down !important;
    }
    .heading1 {
    font-size: 45px;
    }
    nav {
        width: 90% !important;
    }
    .container2 {
        width: 90% !important;
    }
    .faqlimg{
        height: 350px !important;
    }
    .menue ul li {
        font-size: 23px;
    }
    .service-1 h5 {
    font-size: 22px;

    }
        .image-7 {
    object-fit: scale-down;
        }
        /* .service-1 h5 {
         height: 40px;
        } */
        .service-1 {
    padding: 16px 10px;
        }
}  
.whatwedo{
    display: none;
}
.showallfa{
    display: block;
}
.noContent{
    background-color: #FECD1A !important;
    border: 1px solid #016698;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
}
.h-icon2 img{
    margin-right: 15px;
}
.h-icon3 img{
    margin: -3px 0px 3px 5px;
}
@media(min-width:1050px) and (max-width:1350px){
    .doctor1 img {
        height: 200px;
    }

    .doctor-content h3 {
        height: auto !important;
                font-size: 20px;
    }
    .help-bxo1 p {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    .faq-cont p:last-child {
        font-size: 18px;
    }
    .heading1 {
    font-size: 35px;
    }
    .typesoff_part h2 {
    font-size: 35px;
    }
    .doctor-content {
        padding: 15px 0px;
    }
    .pr_details .pro_title {
    font-size: 22px;
    }
}
@media(min-width:1150px) and (max-width:1650px){

    .banner-content h1 {
        font-size: 55px;
    }
    .my-formpart {
        width: 450px;

    }
    .input1 {
        height: 45px;
    }
  
    .my-formpart .input1 i {
        top: 11px;
    }
    .banner-part {
        padding: 4rem 0px;
    }
    .container2 {
        width: 85%;
    }
    nav {
        width: 86%;

    }
    .banner-part{
        height: auto;
    }
    .faqlimg{
        height: auto !important;
    }
  
}
@media(max-width:1150px) {
    .container2 {
        width: 95% !important;
    }
    nav {
        width: 95% !important;

    }
    .my-formpart {
        width: 100% !important;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    p {
        font-size: 18px;
    }
    .heading1 {
        font-size: 40px;
    }
    .faq-item .faq-label p {
        font-size: 18px;

    }
    .patients ul li {
        font-size: 18px;
    }
    .menue ul li a {
        font-size: 14px;
    }
    .banner-part{
        height: auto;
    }
}
@media(max-width:992px) {
    .menue  {
      display: block !important;
    }
    .menue ul {
        height: 40px;

    }
        .banner-content ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    margin-top: 1.5rem;
}
    section.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
.freeassistance {
   
    padding: 2rem 0px !important;
}

      .banner-btn-h {
        display: none !important;
    }
    .banner-btn-h{
        display:none !important;
    }
    body{
        overflow-x: hidden;
    }
    .my-formpart {
        margin-top: 2rem;
    }
    .doctor1{
        margin-bottom: 1rem;
    }
    .patients iframe{
width: 100% !important;
height: 350px;
    }
    .banner-part {
        padding: 2rem 0px;
    }
    .banner-content h1 {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .banner-content ul li img {
        width: 33px;
        margin-right: 5px;
    }
    .banner-content ul span {
        font-size: 16px;
    }
    .banner-btn {
        margin-top: 2rem;
    }
    .my-formpart h2 {
        padding: 20px 18px;
    }
    .heading1 {
        font-size: 30px;
    }
    .faq-rightimg img{
        width: 100%;
        height: auto !important;
    }
    .banner-btn {
        width: 300px;
        margin: auto;
    }    
    .doctor1{
        width: 100%;
    }
    .mt-5{
        margin-top: 0px !important;
    }
    .btn1group{
        flex-direction: column;
    }
    .btn1:nth-child(1) {
        margin-bottom: 1rem;
    }
    nav {
        /* flex-direction: column; */
    }
    header{
        height: 70px;
    }
    .menue{
        display: none;
    }
    .mb-5.heading1{
    margin-bottom: 1rem !important;
}
.patients ul{
    margin-top: 1rem;
}
.technological  .mt-5{
margin-top: 1rem !important;
}
.technological h4 {
    font-size: 25px;
}
.technological ul li {
    font-size: 18px !important;
}
.technological  img{
    height: auto !important;
    width: 100%;
}
.faqlimg{
    height: auto;
}
html{
    overflow-x: hidden;
}
.faqs-part .faq-group {
    width: 100% !important; 
}
.doctor-content{
    text-align: center;
}
.responsive2{
    text-align: center;
}
.btn1:nth-child(1){
    margin-right:0px !important;
}
.container2{
    width: 90% !important;
}
.myslider {
    margin-top: 2rem;
}
}
div#loadMore img {
    display: block;
}


@media(max-width:768px){
    .banner-flex a:nth-child(2){
display: none !important;
    }
    .banner-btn {
        padding: 0px 10px;
    }
    .banner-part p {
        font-size: 18px;
        line-height: 1.4;
    }
    .user-name img {
        width: 40px;
    }
    .technological h4 {
        font-size: 20px;
    }
    .start li img {
        width: 27px;
    }
    .image-7 {
        margin-top: 1.5rem;
    }
    .h-img {
        width: 80px;
        height: 80px;
        }
        .help-bxo1 h4 {
        font-size: 20px;
        margin: .5rem 0px;
        }
        .help-bxo1 {
        padding: 20px 0px;
        border-bottom: 1px solid #f0f0f0;
        border-right: 0px;
        }
        .h-box2 img {
            width: 50px;
            margin: 0px 5px;
        }
        .faq-cont p:last-child {
            font-size: 16px;
   
    }
    .faq-item .faq-label p {
        font-size: 17px;
    }
    .btn1, .btn2 {
        width: 301px;

    }
    .slick-next, .slick-prev {
        display: none !important;
    }
    iframe.image-7 {
    margin-bottom: 1.5rem;
}
    p {
        font-size: 14px !important;
    }
    .testimonials .sliders1 p {
    font-size: 14px !important;
    }
    .stickybtn img {
        margin-left: 0px !important;
    }
}
  .stickybtn img {
        margin-left: 0px !important;
    }


/*/ call btn /*/
.call-btn9{
    display: none;
}
@media(max-width:768px){
    iframe.image-7 {
        height: 225px;
    }
    .banner-flex {
        display: none;
    }
    .doctor1 {
        border-radius: 10px 10px 10px 10px;
        border:0px dotted #fecd1a;
    }

    .call-btn9{
        position: fixed;
        left: 20px;
        bottom: 20px;
       
     display: block !important;
    }
    .call-svg{
        width: 64px;
        height: 64px;
        background: #38a3fd;
        border-radius: 50%;
        display: flex;
        box-shadow: 0 17px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        align-items: center;
        justify-content: center;
        z-index: 99;
        border: 1px solid white;
        position: relative;
        overflow: hidden;
    }
    .call-svg::after{
        animation: calling 2s ease-in-out .35s infinite;
    }
    .call-btn9 svg{
    fill: white;
    width: 27px;
    height: 27px;
    }

	.menue ul li a img {
    margin-top: 1px;
    margin-right: .2rem;
    width: 17px;
	}
	li.m_call {
    height: 45px;
    line-height: 45px;
    padding: 0px 19px;
	}
	.menue ul{
		padding-left:0px;
	}
	.logo img {
    width: 169px;
	}
    .my-formpart h2 {
    font-size: 18px;
    }
    .form-row {
    padding: 0px 10px;
    }
.submitbtn {
    font-size: 16px;
        margin-top: 1.5rem;
}
    .typesoff_part h2 {
        margin-bottom: 2rem;
        font-size: 28px;
    }
      .typesoff_part h2 br{
        display: none;
      }
      .typesoff_part {
    padding: 2.5rem 0px;
    }
    .pro_card img {
    width: 70px;

    }
    .pro_card::after {
       height: 336px;

    }
    .pro_img {
    height: 104px;
        margin-top: 15px;
    }
    .pr_details .pro_title {
    font-size: 22px;
    }
    .pro_card {
    margin-bottom: 1.5rem;
            height: auto;
    }
    .doctorpart .bg_pointer_img img {
    right: -181px !important;
    top: -188px;
            z-index: -1;

    }
    section.doctorpart {
    padding: 3rem 0px;
    z-index: 1;
    }
     section.doctorpart .mt-5 {
    margin-top: 0rem !important;
    }
    .typesoff_part .btn1group.mt-5 {
    margin-top: 1rem !important;
}
    .btn1, .btn2 {
    width: 300px;
    height: 50px;
    font-size: 14px;
    }
    .footer_details li {
    font-size: 12px;
    }
    .video1 video {
    height: 250px;
    }
    .typesoff_part .row {
    margin-top: 1rem;
    }
    .service-1{
        height: auto !important;
                padding: 16px 35px;
    }
    .service-1 h5 {
    font-size: 23px;
    height: auto;
    }
    .copy-right {
    margin-top: .5rem;
    }
    .technological {
    padding: 2rem 0px !important;
    }
    .btn1 i {
    font-size: 20px !important;

    }
    .payment-mode span {
    font-size: 11px !important;

    }
    .brand_img img {
    width: 141px;
    }
    .brand_img {
    height: 80px;
    }
    .doctorpart.affiliation_part {
    padding: 2rem 0px 2rem 0px !important;
    }
}

/*/ call btn end /*/
.yellow-text{
    color:#FECD1A !important;
}
.doctor_ctabtn a.btn1{
       background: #FECD1A;
           color: #273449;
           margin-top: 2rem;
}
.doctor_ctabtn a.btn1:hover {
    background: #273449;
    color: white;
}