/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/
body{
    font-family: 'lato' !important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
@media only screen and (max-width: 767px) {
    .navbar-nav {
        flex-direction: column !important;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-nav {
        flex-direction: inherit !important;
    }

}
.collapse.in {
    display: block !important;
    visibility: visible;
}
ul{
    font-size: 15px;
    color: #333;
}
.pop-up-btn{
        position: absolute;
    right: 25px;
}    

.breadcrumb{
    margin-bottom: 0px !important;
    padding: 9px;
    font-size: 14px
}
.p-1{
    padding:1em;

}
.pr-1{
    padding-right:1rem !important;
}
.pr-2{
    padding-right:2rem !important;
}
.pr-3{
    padding-right:3rem !important;
}
.pr-4{
    padding-right:4rem !important;
}
.pl-1{
    padding-left:1rem !important;
}
.pl-2{
    padding-left:2rem !important;
}
.pl-3{
    padding-left:3rem !important;
}
.pl-4{
    padding-left:4rem !important;
}
.pb-1{
    padding-bottom:1rem !important;
}
.pb-2{
    padding-bottom:2rem !important;
}
.pb-3{
    padding-bottom:3rem !important;
}
.pb-4{
    padding-bottom:4rem !important;
}
.pt-0{
    padding-top:0 !important;
}
.pt-3{
    padding-top:3rem !important;
}
.pt-4{
    padding-top:4rem !important;
}
h1, h2, h3, h4, h5, h6, p, li{
    font-family: 'lato' !important;
    line-height: 1.4;
    font-weight: 500;
}
.bg-112{
    background-color: #0d608a;
    color: #fff !important;
}
.text-white{
    color: #fff !important;
}

.row2 {
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mb-0{
    margin-bottom:0 !important;
}
.mb-1{
    margin-bottom:1rem !important;
}
.mb-2{
    margin-bottom:2rem !important;
    text-align:justify;
}
.mb-3{
    margin-bottom:3rem !important;
}
.mt-0{
    margin-top:0 !important;
}
.mt-1{
    margin-top:1rem !important;
}
.mt-2{
    margin-top:2rem !important;
}
.mt-3{
    margin-top:3rem !important;
}
.ml-0{
    margin-left:0 !important;
}
.ml-1{
    margin-left:1rem !important;
}
@media only screen and (min-width: 768px){
    .justify-content-center {
    justify-content: center!important;
    display: flex;
    flex-wrap: wrap;
}
    
}

@media only screen and (max-width: 768px) {
    .dekstop-view{
        display:none !important;
    }

 }


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    line-height: 1.4 !important;

}
.doc a {
    position: relative;
    margin-right: -3px;
    padding: 11px 20px;
    font-family: lato;
    color: #343434;
    border: 1px solid #eee;
    background: none repeat scroll 0 0 #fff;
    transition: all 0.3s;
    cursor: pointer;
    display:inline-block;
    font-weight: 600;
    width: auto;
    margin-top: 14px;
}
.doc a:hover, .doc a.active, .doc a:focus, .doc a.current {
    color: #fff;
    background-color: #2986e2;
    box-shadow: 0 3px 0 0 #f26529;
    text-decoration: none;
    border: 1px solid #2986e2;
    border-bottom-width: 3px;
}
.doc a:before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -10px;
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: all 0.3s;
}
.doc a.active:before, .doc a:hover:before, .doc a:focus:before, .doc a.current:before {
    border-top: 10px solid #F26529;
}
.doc {
    padding-left: 0;
    margin-bottom: 50px;
}
@media (max-width: 767px){
    .doc a {
    display:flex;
}
}
.navbar {
    min-height: auto !important;
}
.pb-0{
    padding-bottom:0px !important;
}
.pb-5{
    padding-bottom:3em !important;
}
.button-group-cus{
    border-left:0;    
    padding: 6px;
    background-color: azure;
    background-color: #2986e2;
    color: white !important;
}
.panel-title {
    cursor: pointer;
}

.covid a{
    color: #000 !important
}

.covid {
    background-color: #e2e7ed !important;
    padding-left: 10px;
    padding-right: 10px;
}

.covid1 {
    background-color: #4583c3 !important;
    padding-left: 10px;
    padding-right: 10px;
}

    .covid1 a {
        color: #fff !important;
    }






.list-prog li.enq {
    display: block;
    margin-bottom: 27px;
}
.list-prog{
    display: table;
    width: 100%;
    font-family: 'lato', sans-serif;
    color: #fff;
}
.list-prog .icon-round {
    float: left;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 30%);
}
.list-prog .percent {
    font-size: 23px;
    font-weight: 600;
}
.list-prog li .info {
    margin-left: 90px;
}
.list-prog .label-chart {
    font-size: 20px;
    font-weight: 400;
}
.list-prog .chart {
    display: block;
    line-height: 1;
}
.subscribe .enquiry {
    color: #f26529;
    background-color: #fff;
    padding: 4px 25px;
    font-size: 12px;
    text-transform: capitalize;
}
.btn:hover, .btn:focus, .btn.focus {
    box-shadow: none;
    text-shadow: none; 
    border:none;
}
.bg_title2 {
    background-image: url(../img/maternity.jpg);
    background-size: cover;
}
.bg_title3 {
    background-image: url(../img/Abstract.jpg);
    background-size: contain;
    background-repeat:no-repeat;
}
.block__btn {
    width: auto;
    margin-top: 10px;
    margin-right: 41px;
    padding: 0px 26px 4px !important;
    font-size: 14px;
    border-radius: 25px !important;
    color:white !important;
}
.ui-form2 .input-group input, .ui-form .input-group textarea {
    width: 100%;
    /*border: none;*/
    border-radius: 25px !important;
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #b3b3b3;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5fafb4;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.float{
	position:fixed;
	width: 120px;
    height: 46px;
    bottom: 3%;
    right: 92px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 999999999999999;
}

.my-float{
	margin-top:14px;
}
/*modal*/
.w3-modal{z-index:999999999;display:none;padding-top:24px;text-align: center;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
.w3-display-topright{position:absolute;right:0;top:0}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-button {
    padding: 1px 17px;
    font-size: 30px;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}

#my-div {
    width: 1680px;
    height: 600px;
    z-index:0;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}


.container2 {
    font-size: 5em;
    
    color: white;
    width: 1200px;
    height: 600px;
    line-height: 2;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-caption{
        bottom: 42% !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 25px !important;
    height: 3px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white !important;
    background-color: rgba(0,0,0,0);
    border: 1px solid #a7a7a7 !important;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 25px !important;
    height: 4px !important;
    margin: 1px !important;
    background-color: #f26529 !important;
    border: 1px solid #f26529 !important;
}
.progress .progress-bar {
    text-align: left !important;
}
.more-less {
    float: right;
}
.doc-catogory{
    padding: 0px 10px 25px;
    background-color: #f9f9f9;

}
.doc-catogory h3{
        padding: 5px 26px;
    background-color: #2672c0;
    color: honeydew;
}
html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}
.mt-5{
    margin-top:5rem !important;
}
.filter{
        border: 2px solid;
    padding: 5px 22px !important;
}
.filter-menu{
        border: 2px solid;
    padding-top: 0px !important;
    text-transform: capitalize !important;
}
.filter-menu li a{
    text-transform: capitalize !important;
}
.cus-box {
    padding: 20px;
    background-color: aliceblue;
    border: 1px solid #c6d2dc;
    box-shadow: 9px 10px 13px -5px;
    margin-bottom: 30px;
}
.entry-img {

    margin-left: 28px;
    margin-bottom:15px;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.iframecontainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 47.25%; /* 1:1 Aspect Ratio */
}


.list-item {
    padding-bottom: 60px;
}
.responsive-iframe-gallery {

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    border: none;
}
.iframecontainer-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
  /* 1:1 Aspect Ratio */
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/*chatbox*/

.btn-custom-chat{
    position: fixed;
    right: 15px;
    bottom: 66px;
    z-index: 99999999;
        border-radius: 26px !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
        background-color: #1bd741;
        color:white !important;
        border: none !important;
        text-transform:capitalize !important;
}
.chat-display{
        position: fixed;
    right: 30px;
    bottom: 110px;
    z-index: 99999999;
        width: 340px;
    background-color: white;
    box-shadow: #d4d4d4 4px 0pc 17px -2px;
        border-radius: 14px;
}
.card-body-custom{
    padding:20px;
        background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;

}
.card-body-custom::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}
.card-header-custom{
        background: #f7f7f7;
    color: rgb(17, 17, 17);
    padding: 14px 17px;
        border-top-left-radius: 13px;
    border-top-right-radius: 13px
}
.card-header img{
    border-radius:50%;
    margin-right:15px;
}
    .card-footer-custom{
    background: #f7f7f7;
    color: rgb(17, 17, 17);
    padding: 24px 20px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
     
.text{
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;

    max-width: calc(100% - 66px);
}
.text::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.btn-i{
    font-size: 20px;
    margin-right: 8px;
}
.chat-what-but{
    padding: 8px 12px !important;
    border-radius: 24px !important;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 16px !important;
    font-weight: 700;
    cursor: pointer;
    text-align:center;
    width:100%;
    border:none !important;
}
.chat-what-but:hover{
    padding: 8px 12px;
    border-radius: 24px;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align:center;
    width:100%;
}
.color-white{
    color:white !important;
    float:left;
}
.cust-form2{
    z-index:0 !important;
}
.ajax__calendar, .ajax__calendar_container, .ajax__calendar_month {
    z-index: 9999999999 !important;
}
.ajax__calendar_container{
    width: 200px !important;
}
.tiktok-icon{
    background-color:#025189;
    width: 20px;
    height:18px;
    margin-top: -8px;
    border-radius: 3px;
    padding: 2px;
    transition: all 0.3s;
}
.tiktok-icon:hover {
	background-color: #f26529;
}

.footer-tiktok-icon{
    background-color:#fff;
    width: 20px;
    height:20px;
    margin-top: -10px;
    border-radius: 3px;
    padding: 3px;
    transition: all 0.3s;
}
.footer-tiktok-icon:hover {
	background-color: #f26529;
}

.img-doctor {
    margin: auto;
    width: 200px !important;
}

.doctor-name {
    font-size: 18px;
    /* color: #008c99; */
    font-weight: bold;
}

.doctor-designation {
    color: #2672c0;
    font-size: 20px;
    font-weight: bold;
}

.bg-light-grey{
    background-color: #f8f9fa;

}

.bg-light-blue{
    background-color: #f1f2f2;

}


.list-1  {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        padding: 10px 20px 10px 20px;
        color:white;
      }

.list-1 li {
      padding-left: 10px; 
      line-height:30px;
      font-size:16px;
      }

.list-2  {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        padding: 10px 20px 10px 20px;
      }

.list-2 li {
      padding-left: 10px; 
      line-height:20px;
      font-size:16px;
      }

@media only screen and (max-width: 600px) {
       .list-1  {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding: 10px 20px 10px 20px
      }

         .list-2  {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding: 10px 20px 10px 20px
      }
}

.height-1 {
    height: 230px;
}

.sub-list-title {
       margin-left: 20px;
    font-weight: 600;
    font-size: 17px;
    color: #0674c2;
}

.highlight-text {
    font-size: 25px;
    font-weight: 500;
}

.box-about {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    margin: 20px;
    padding: 35px 20px 20px 20px;
    min-height:248px;
    height: auto;
}


.box-intra {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    margin: 20px;
    padding: 35px 20px 20px 20px;
    height: 423px;
}


.box-eyes {
    background: #F3F9FF;
    margin: 20px;
    padding: 35px 20px 20px 20px;
}

.box-kids {
    margin: 20px;
    padding: 35px 20px 20px 20px;
}


.box-icon {
    background: #FE5D37;
    justify-content: center;
    display: flex;
    width: 53px;
    height: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 49px;
    top: -9px;
    border-radius: 8px;
}

.aboutcontact {padding:3.5em;}


.btn-about {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.975rem 3.75rem;
    font-size: 1.8rem;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #dc3545;
}



.background_color {
    background:#F3F9FF;
}

.bod_contact {
    border-bottom: 2px solid #dbdbdbcf;
    width: 88%;
    margin: 0 auto;
}


.bg-contact {
    background-color: #FFF5F3;
    border-radius: 20px;
    padding:20px;
}

.navbar-nav .dropdown {
    position: relative;
}
