/*new custom css*/

 /* h2, .h2, h3, .h3 {
    font-weight: 400 !important;
}
    */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
      }
      
/*.header-top {*/
/*    width: 100%;*/
/*    padding: 10px 0px;*/
/*    background-color: #7e2017;*/
/*}*/
/*.header-logo {*/
/*    max-height: 80px;*/
/*}*/

/*.header-topleft ul li a {*/
/*    color: #fff;*/
/*    padding: 0 10px;*/
/*}*/

.header-topleft ul {
   margin: 0px;
    padding: 0px;
    display: flex;
    
}
.header-topleft ul li {
    list-style-type: none;
    float: left;
}


/* sticky header css */

.header-logo {
    width: 100%;
    padding: 5px 0px;
    left: 0;
    top: 0px;
    z-index: 9;
    animation: smoothScroll 1s forwards;
    background-color: rgb(255 255 255 / 50%);

}

.header-logo.fixed {
    background-color:rgb(255 255 255);
    box-shadow: 0 0 3px rgb(35 35 35 / 44%);
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.5s;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}


/* .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
  } */
/* .header-logo.fixed .logo_img{
    padding: 0;
} */

/*.header-logo .fixed.callnumber-div{*/
/*    padding: 15px 0;*/
/*}*/

/* end css */
.carousel-caption.new01 {
    position: absolute;
    left: 65%;
    top: -52px;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 25%;
}
.logo_img{
      margin-top: 15px;
}
.logo_img img{
    max-width: 200px;
}
/*.callnumber-div {*/
/*    float: right;*/
/*    padding: 12px 0;*/
/*}*/
/*.calldiv {*/
/*   display: flex;*/
/*    align-items: center;*/
/*    margin-right: 10px;*/
/*}*/

/*.call_act p {*/
/*    font-size: 17px;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 0px;*/
/*    font-weight: 600;*/
/*    color: #fff;*/
/*}*/
.phn-no {
    text-decoration: none !important;
}
.call_act h6 {
    font-size: 18px;
    font-family: 'Sharpex', sans-serif;
    color: #7e2017;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 800;
}
.calldivleft img {
    margin-right: 10px;
    width: 35px;
}
.slider-banner {
    width: 100%;
    float: left;
    position: relative;
}
.out_contect{
    width:100%;
}
.banner-content-left {
    position: absolute;
    top: 30%;
    left: 0;
    width: 35%;
    text-align: left;
}
.banner-content-left p{
  font-size: 30px;
    color: #fff;  
    margin-bottom: 0;
}

.banner-content-left h3{
    font-size: 60px;
    color: #fff;
}

.banner-content-right {
    position: absolute;
    top: 12%;
    right: 0;
    width: auto;
    z-index: 1;
        width: 100%;
}
.outer_formdiv {
    padding: 22px;
    background: white;
    display: block;
    border-radius: 10px;
    box-shadow: 1px 2px 11px 0px #fffbfb73;
}
.form-control {
    border: none !important;
    border-bottom: 1px solid #0e0e0e !important;
    padding: 10px 10px !important;
    outline: none !important;
    border-radius: inherit !important;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.outer_formdiv h3{
       text-align: center;
    color: #8c271d;
    font-size: 22px;
}
.outer_formdiv p{
    text-align: center;
    color: #8c271d;
}
.btn-lets {
    text-align: center;
    padding-top: 20px;
}
.btn-primary01 {
    color: #fff;
    background-color: #8c271d;
    border-color: #8c271d;
    border-radius: inherit !important;
    padding: 8px 10px !important;
    font-size: 12px;
}
/*.btn-primary01:hover {*/
/*    color: #7e2017;*/
/*    background-color: transparent;*/
/*    border: 1px solid #7e2017;*/
/*    font-family: 'Sharpmd', sans-serif;*/
/*    padding: 8px 10px !important;*/

/*}*/

.btn-primary01:focus {
    
    border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  outline: none !important;
}
.overview_bgdiv {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    text-align: center;
    background-image: url(../images/overview-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30% auto;
}

.overview_text h2{
    color: #8c271d;
    font-size: 35px;
    margin-bottom: 20px;
}
.overview_text p{
    font-size: 18px;
    line-height: 30px;
        text-align: left;
}
.overview_text h3{    color: #8c271d;
        text-align: left;
}
.newerror01 {
    display: none;
    color: red;
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
}


/*we treat css*/
.blogs_treat {
    width: 100%;
    float: left;
    padding: 50px 50px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/treat-bg.png);
   
}
.blog_text.new h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    text-align:center;
}
.blog_text.new p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.fullHeight img {
    max-height: 60px;
    max-width: 60px;
}
.t-18 {
    font-size: 14px;
}

.blog_text.new {
    text-align: center;
    margin-bottom: 50px;
}

.checkboxx {
    font-size: 9px;
    float: left;
    padding-left: 20px;
    margin-top: -18px;
    margin-bottom: 15px;
    color: #000;
    line-height: 14px;
}
.outer_formdiv p {
   text-align: center;
    color: #8c271d;
    margin: 0;
    font-size: 14px;
}
p.form_text.outer_chek {
    text-align: justify;
}
.slidedotsnew .owl-prev {
    position: absolute;
    left: -40px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    padding: 8px 10px;
    color:#fff !important;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    /* display: none !important; */
}

.slidedotsnew .owl-next {
    position: absolute;
    right: -35px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    padding: 8px 14px;
    color: #fff !important;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    /* display: none !important; */
}

.slidedotsnew .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    top: 0;
}

.slidedotsnew .owl-prev.fa, .fas {
    font-size: 20px;
    font-weight: 500;
      
}
.slidedotsnew .owl-next.fa, .fas {
    font-size: 20px;
    font-weight: 500;
     
}


.slidedotsnew.owl-theme .owl-nav [class*=owl-]:hover {
    background: #dedede00 !important;
    color: #fff !important;
    text-decoration: none;
}

.outer_list h3{
        font-size: 15px;
    font-weight: 800;
    color: #fff;
}

.outer_list li{
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    color: #7e2017;
}


.outer_list.new2 li {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}

/*-------------------------------------*/
/* blog css */
.blogs_bgdiv{
    width: 100%;
    float: left;
    padding:50px 0px 30px;
    background-image: url(../images/blog-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blog_text h2 {
    color: #8c271d;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}


/*.blog_text h2{*/
/*    color: #8c271d;*/
/*    font-size: 35px;*/
/*    margin-bottom: 20px;*/
/*    text-align: left;*/
/*}*/

/*.doctors-outer01 {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    margin: 40px 0px;*/
/*    height: 650px;*/
/*    overflow: hidden;*/
/*    object-fit: fill;*/
/*}*/

.doctors-outer01 img {
    width: 100%;
/*    max-width: 333px;*/
/*    object-fit: cover;*/
}

/*.doctors_textdiv {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    z-index: 99;
    width: 100%;
    background-image: url(../images/blog-brwpic-1.png);
    padding-top: 50px;
    background-size: 100% 100%;
}

.doctors_textdiv:hover {
    background-image: url(../images/blog-brwpic.png);
    width: 100%;
    background-size: 100% 100%;
}*/

.doctors_textdiv h4 {
   font-size: 15px;
    color: #000;
    font-family: 'Sharpsm', sans-serif;
    padding-top: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.doctors_textdiv p {
    font-size: 12px;
    color: #000;
    /*margin-bottom: 30px !important;*/
    font-weight: 200;
   min-height: 33px;

}
.doctors_textdiv h5{color:#000 !important;}
.doctors_textdiv h5 a {
    font-size: 14px;
    color: #7e2017 !important;
    font-family: 'Sharpmd', sans-serif;
    margin-right: 15px;
    text-decoration: underline;
}


.slidedots .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
}
.slidedots .owl-prev {
    position: absolute;
    left: -40px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    padding: 8px 10px;
    color: #767676;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    display:none !important;
}
.slidedots .owl-next {
    position: absolute;
    right: -40px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    padding: 8px 14px;
    color: #767676;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
   display:none !important;
}
.slidedots .owl-prev.fa, .fas {
    font-size: 20px;
    font-weight: 500;
}
.slidedots .owl-next.fa, .fas {
    font-size: 20px;
    font-weight: 500;
}


.slidedots.owl-theme .owl-nav [class*=owl-]:hover {
    background: #dedede00 !important;
    color: #0f0e0e !important;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    outline: none !important;
}
/*.fa, .fas {*/
/*    font-weight: 900;*/
/*}*/
.doctors-outer01 h5{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    
    }

/* end */


.specility_bgdiv {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-image: url(../images/specility-picnew.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}



/* .specility_bgdiv::after{
  background-image: url(../images/specitlity-rightimg.jpg);
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
} */

.specility_text h2{
    font-size: 32px;
    margin-bottom: 30px;
    font-family: 'Sharpmd', sans-serif;
    color: #7e2017;
    margin-top: 0px;
}
.specility_text p{
    font-size: 16px;
    font-family: 'Sharpmd', sans-serif;
    margin-bottom: 40px;
}

/* counter css */
.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 25px;
    font-weight: 700;
    position: relative;
    color: #8c271d;
    text-align: center;
    display: inline-block;
}

.counter-count::after {
    content: " +";
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
}

.count-up p{
   font-size: 14px;
    padding-right: 0px;
    font-weight: 800;
}


/* accoudian tab */
.faqs_bgdiv {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.faqs_text p{
  text-align: center;
    font-size: 20px;  
}

.faqs_text h3{
    color: #8c271d;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}
.mb-0 > a {
    display: block;
    position: relative;
  }
  /*.mb-0 > a:after {*/
  /*  content: ""; */
  /*  position: absolute;*/
  /*  right: 0;*/
  /*  background-image: url(https://citizenshospitals.com/cardiology/images/down-arow.png);*/

  /*  width: 30px;*/
  /*  height: 30px;*/
  /*  background-repeat: no-repeat;*/
  /*  top: 10px;*/
  /*}*/
  .mb-0 > a[aria-expanded="true"]:after {
    content: ""; 
    background-image: url(https://citizenshospitals.com/cardiology/images/up-row.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;

  }

  .card-header a:hover {
    color: #0056b3;
    text-decoration: none;
}
   
  .card-header h4{
    font-size: 20px;
    color: #8c271d;
  }

  .card-header.newacc {
    padding: 10px 3px;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border: none !important;
    border-bottom:2px solid #8c271dab !important;
    padding: 16px 0px !important;
    outline: none !important;
    border-radius: inherit !important;
}

.accdiv01 {
    border: none !important;
    /* border-bottom: 1px solid #0e0e0e !important;
    padding: 9px 0px !important;
    outline: none !important;
    border-radius: inherit !important; */
    border-radius: inherit !important;
}
  

.card-body{
    padding: 15px 0 !important;
}

/* enquire */
.enquire_bgdiv{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-image: url(../images/enquire-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.enquire_text {
    color: white;
}
.enquire_text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #cdcbcb;
}
.enquire_text h3 {
    font-size: 25px;
    margin-top: 8px;
    font-weight: 400;
}

.btn-primary02 {
    color: #b01c1c;
    background-color: #fff;
    border-color: #fff !important;
    border-radius: inherit !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
}
.btn-primary02:hover{
    color: #000;
  
}

.enquire_btn{
    text-align: right;
    margin-top: 20px;
    
}

/* location  */
.location_bgdiv{
    width: 100%;
    float: left;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:100%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* footer */
.footer_bgdiv {
    width: 100%;
    float: left;
    background: #837461;
    padding: 40px 0 0;
}

.footer_text ul li {
    list-style: none;
    color: #f4f4f4d6;
    padding: 4px 0;
    display: block;
}

.footer_text ul{
padding: 0;
}

.footer_text h3{
    font-size: 25px;
    color: #fff;
}


.footer_text p {
    font-size: 15px;
    color: #fff;
    padding: 5px 0 0px;
}

.footer_focial ul {
   padding: 0;
}

.footer_focial ul li {
    list-style: none;
    /* display: inherit; */
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
}
.footer_focial ul li a {
   color: #fff;
}

.footer_focial ul li a:hover i {
    color: #7e2017;
  }
  
.footer_focial {
    float: right;
    display: block;
}
.footer_focial h3{
    font-size: 16px;
    color: #fff;
}
.footer_line{
    border-bottom: 1px solid #fff;
}

.text_copy p{
    color: #fff;
    font-size: 15px;
   margin-bottom: 0;
}

.text_copy {
    padding: 20px 0;
}

.footer_text span a{
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}
.footer_text span a:hover{
    color: #7e2017;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background:#7e2017 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #837461;
}


.fixed-icons-wrapper{
    background-color: #7e2017;
    width: 100px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 3000;
    padding: 30px 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transform: translateY(-50%);

}

.fixed-icon p {
    line-height: 15px;
}
.text-darks {
    color: #ffffff!important;
    font-size: 12px;
}

.bg-darks {
    background-color: #ffffff !important;
}

/*.carousel-caption.new02 {*/
/*    position: absolute;*/
/*    right: 15%;*/
/*    top: 40%;*/
/*    left: 15%;*/
/*    z-index: 10;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/


/* media query start */
@media only screen and (min-width: 1400px) {
   /* .outer_formdiv {
        padding: 30px;
    }
    
    .banner-content-right {
       width: 50%;
        right: 5%;
    }
    
    .carousel-caption.new01 {
       right: 0;
    top: 3%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
        
    }*/
/*.banner01 {
    min-height: 700px;
}  
*/
}

@media only screen and (max-width: 1024px) {

   .carousel-caption.new01 {
    right: 0;
    top: 2%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}



/*.banner-content-right {*/
/*    width: 40%;*/
/*    right: 0%;*/
    
/*        top: 0;*/
/*}*/
  .banner01 {
    height: 450px;
}
    
    .outer_formdiv {
        padding: 30px;
        height:auto;
    }
    .specility_bgdiv {
      
        background-size: 100% 100%;
    }
    .banner-content-left {
        position: absolute;
        top: 25%;
        left: 0;
        width: 50%;
        text-align: left;
    }
    .map-responsive {
        height: 100%;
    }

.outer_formdiv h3 {
    font-size: 18px;
}
.outer_formdiv p {
    font-size: 13px;
}
.btn-primary01 {
    padding: 8px 10px !important;
    font-size: 10px;
    
}
.newerror01 {
    font-size: 10px;
}
.form-control {
    padding: 6px 10px !important;
}
}


/* tablet view */
@media only screen and (max-width: 980px) {
    .banner01{
        height: 400px;
            object-fit: cover;
        }
        .form-control {
            padding: 4px 9px !important;
    font-size: 12px;
        }

.specility_bgdiv {
    background-size: 100% 100%;
    padding: 20px 0px;

}
.specility_text h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.count-up p {
   
    font-weight: 500;
}
.faqs_bgdiv {
    padding: 30px 0;
}
.carousel-caption.new01 {
    right: 0;
    top: 3%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}



/*.banner-content-right {*/
/*      width: 39%;*/
/*    right: 5%;*/
/*}*/
.outer_formdiv h3 {
  font-size: 15px;
    margin: 0;
}
.outer_formdiv p {
   
    margin-top: 4px;
    font-size: 14px;
}
.overview_text h2 {
   
    font-size: 27px;
  
}

.outer_formdiv {
    padding: 10px;
   
}
.btn-lets {
  
    padding-top: 0px;
}
.banner-content-left p {
    font-size: 18px;
}
.banner-content-left h3 {
    font-size: 32px;
   
}
.form-group {
    margin-bottom: 2px;
}

.blogs_bgdiv {
    background-size: cover;
    padding: 30px 0px 30px;
}
.overview_bgdiv {
    padding: 30px 0px 30px 0px;
}
.footer_focial h3 {
    font-size: 20px;

}
.callnumber-div {
    padding: 10px 0;
}

.call_act h6{
 font-size: 15px !important;
}

.blogs_treat {
    padding: 22px 0px;
    
}



}

/* particular show in this */
@media only screen and (max-width: 768px) {
    .map-responsive {
        height: 100%;
    } 
    .call_act h6{
 font-size: 15px;
}
}

/* mobile view */
@media only screen and (max-width:375px)  {
       .specility_bgdiv {
 padding-bottom: 350px !important;
} 
    
    
}
@media only screen and (max-width: 360px){
    .specility_bgdiv {
        padding: 20px 0 200px;
    }

}

@media only screen and (max-width: 600px) and (min-width: 320px)  {
p.form_text.outer_chek {
    text-align: justify;
    margin-top: 15px;
}


    .outer_list.new2 li {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 25px;
}
.outer_list li {
   
    margin-left: 2px;
}
.blog_text.new h2 {
   
    font-size: 25px;
 
}
.outer_list.new2 ul{
        margin-bottom: 0;
}
.doctors_textdiv p {
    margin-bottom: 0;
}


.blog_text.new p {
  
    font-size: 15px;
    margin-bottom: 0;
   
}

.blog_text.new {
    margin-bottom: 10px;
}



.blogs_treat {
   
    padding: 50px 20px;
    background-size: cover;
   
}


    /*.header-top {*/
    /*    display: none;*/
    /*}*/

img.d-block.w-100.banner01.d-none.d-lg-block {
    display: none !important;
}
    .banner-content-right {
        position: inherit;
        width: 100%;
        display: block;
    }
    .overview_text h2 {
    font-size: 20px;
    line-height: 30px;
}
.overview_text p {
    font-size: 15px;
    line-height: 25px;
}
    .carousel-caption.new01 {
        position: relative;
        left: 0%;
        float: left;
        width: 100%;
    }
    .btn-lets {
         padding-top: 25px;
    }
    .banner-content-left {
        position: fixed;
        top: 60%;
        left: 5%;
        width: 100%;
        float: left;
    }
    .banner-content-left p {
        font-size: 20px;
    }
    .banner-content-left h3 {
        font-size: 38px;
    }
    .call_act.hidden-md.hidden-sm {
        display: none;
    }
    .overview_bgdiv {
        padding: 0px 0px 50px 0px;
    }

    .specility_bgdiv {
        width: 100%;
        float: left;
        padding: 10px 0px;
        background-image: url(../images/mob-specility.jpg);
        background-position: top right;
        background-repeat: no-repeat;
           background-size: 100% 96%;
    padding-bottom: 350px;
    }
    .specility_text p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .count-up p {
        font-size: 13px;
        font-weight: 500;
    }

    .specility_text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .blogs_bgdiv {
        padding:30px 0;
    background-size: cover;

      
    }
    
    .faqs_text h3 {
    font-size: 26px;
   
}
    /* .blog_text h2 {
        margin-bottom: 0;
    } */
    .slidedots .owl-next {
        right: 0;
    }
    .slidedots .owl-prev {
        left: 0;
    }
    .enquire_btn {
        text-align: center;
    }
    .enquire_text {
        text-align: center;
    }
    .enquire_text p {
        font-size: 16px;
    }
    .enquire_text h3 {
        font-size: 20px;
    }
    .btn-primary02 {
        font-size: 18px !important;
        padding: 7px 20px !important;
        font-weight: 600 !important;
    }
    .location_img img{
        display: none;
    }
    .footer_focial h3 {
        font-size: 13px;
        
    }
    .footer_focial ul li {
        padding: 0px 3px;
        font-size: 12px;
    }
    .footer_text h3 {
        font-size: 15px;
        
    }
    
    .footer_text p {
        font-size: 14px;
       
        padding: 3px 2px 1px 2px;
    }
    
    .footer_text span a {
        margin-left: 6px;
        font-size: 12px;
    }
   
    .calldivleft img {
        margin-right: 0;
        width: 25px;
    }
    .slidedots.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .doctors_textdiv h4 {
        padding-top: 30px;
        margin-bottom: 5px;
    }
    .card-header h4 {
        font-size: 16px;
        width: 90%;    }
        .blog_text h2 {
            font-size: 20px;
          
        }
        .doctors-outer01 {
            /*margin: 0px 0;*/
            /*height: auto;*/
            /*overflow: hidden;*/
            
        }
        .doctors-outer01 {
    width: 100%;
    position: relative;
    /* margin: 40px 0px; */
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
    .outer_list ul{
        margin-bottom:0;
    }    
        
        
        .fixed-icons-wrapper{
        width: 100%;
            position: fixed;
            top: auto;
            bottom: 0;
            z-index: 9999999;
            padding: 10px 10px 0px 10px;
            display: flex;
            transform: translateY(-0%);
            
        }
        .fixed-icon.text-center {
           
            width: 100%;
            margin-bottom: 15px;
            float: left;
            border-left: 1px solid #fff;
        }


   .fixed-icon.text-center:first-child {
           
         
            border-left: none;
        }



        
        .form-group {
    margin-bottom: 0 !important;
}



        
        .fixed-icon p {
          
            font-size: 15px;
        }
    .outer_formdiv {
    padding: 30px;
    height: auto;
}
.outer_formdiv h3 {
    font-size: 25px;
}
.checkboxx {
  
    margin-top: -20px;
   
}
.outer_list.new2 ul {
   
    margin-bottom: 0;
   
}
.outer_formdiv p{
    margin-bottom: 20px;
}

}


@media only screen and (max-width: 360px)  {
    /* .banner-content-left {
        top: 26% !important;
    } */
    .outer_formdiv {
        padding: 25px;
       
    }
    .outer_formdiv h3 {
        font-size: 26px;
    }
    .footer_focial h3 {
        font-size: 12px;
    }
    .footer_focial ul li {
        font-size: 10px;
    }
    .overview_bgdiv {
        padding: 10px 0px 0px 0px;
    }
    .overview_text h2 {
       
        font-size: 25px;
    }
    .overview_text p {
        font-size: 15px;
        line-height: 25px;
    }
    .specility_bgdiv {
 padding-bottom: 350px;
}
}

@media only screen and (max-width: 320px)  {
    .banner-content-left {
        /* top: 23% !important; */
        width: 75%;
        
    }
      .btn-lets {
         padding-top: 25px;
    }
    .outer_formdiv {
        padding: 10px;
    }
    .outer_formdiv h3 {
        font-size: 25px;
    }
    .overview_text p {
        font-size: 15px;
        line-height: 26px;
    }
    .overview_bgdiv {
        padding: 20px 0;
    }
    .specility_text h2 {
        font-size: 19px;
       
    }
    .faqs_text h3 {
        font-size: 25px;
        margin-bottom: 10px;
        
    }
    .card-header h4 {
        font-size: 14px;
    line-height: 17px;
    
    }
    .doctors_textdiv {
  
    padding: 17px;
   
}
    /*.specility_bgdiv{*/
    /*    padding: 20px 0;*/
    /*}*/
}
    /* .specility_bgdiv {
        padding-left: 5px;
        padding-right: 5px;
    }
} */
