@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*font-family: 'Montserrat', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'IBM Plex Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Poppins', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* font-family: 'Oswald', sans-serif; */



*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clear{
    clear: both;
}
.clear:after{
    clear: both;
    position: relative;
    content: "";
    width: 100%;
    display: table;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #484848;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #242424;
    margin: 0;
    font-size: 16px;
    line-height:24px;
} 
p{
    margin: 0 0 25px;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
}

a{
    color: #242424;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
section{
    padding: 70px 0;
}

input,button,select,a{
    outline: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus{
    outline: none;
}
#mmenu-open-fade .mobileMenuSection {
    display: none;
}
#mm-0 {
    position: inherit;
    z-index: 0;
}
/* *************************header************************************** */

.header-banner-ad-1234{
    padding-left: 20px;
}
header.site-header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 123;
    transition: 0.5s;
}
.header-top-hldr{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    transition: 0.5s;
}
.sticky.site-header .header-top-hldr{
    padding: 6px 0;
}
.logo{
    max-width: 300px;
    transition: 0.5s;
}
.sticky.site-header .logo {
    max-width: 260px;
}
.logo img{
    width: 100%;
}
.care-line{
    display: flex;
    align-items: flex-start;
}
.care-line a{
    display: flex;
    align-items: flex-start;
}
.care-line .icon{
    margin-right: 8px;
}
.care-line .icon img{
    max-width: 30px;
}
.care-line.brder{
    padding-right: 25px;
    border-right: 1px solid #ddd;
}
.care-line:last-child{
    margin-left: 26px;
}
.care{
    display: block;
    color: #f09200;
    font-weight: 600;
    margin: 0 0 3px;
    transition: 0.5s;
}
.cale-lines-hldr ul{
    display: flex;
}
.header-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom ul{
    display: flex;
    /* justify-content: space-between; */
}
.header-menu-list{
    width: 70.5%;
    font-family: 'Montserrat', sans-serif;
    border-right: 1.5px solid #fff;
}
.header-menu-list ul li{
    position: relative;
}
.header-menu-list ul li.hashmenu::after{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 50%;
    transform: translate(0%,-50%);
    right: 8px;
    transition: 0.5s;
}
.header-menu-list ul li.hashmenu:hover::after{
    border-top: 5px solid #f6ff68;
}
.header-menu-list li a{
    display: inline-block;
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: 0;
}
.header-menu-list li a:hover,
.header-menu-list li.current-menu-item a:hover,
.header-menu-list li.current-menu-item a{
    color: #f6ff68;
}

.header-social-list{
    width: 28%;
}
.header-social-list ul{
    justify-content: center;
}
.header-social-list ul li a{
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #f09200;
    border-radius: 100%;
    font-size: 16px;
    line-height: 32px;
}
.header-social-list ul li a:hover{
    color: #fff;
    box-shadow: 0 0 0px 1px #fff;
    transform: scale(1.05);
}

.header-social-list ul li:first-child a:hover{
    background: #3B5998;
}
.header-social-list ul li:nth-child(2) a:hover{
    background: #03A9F4;
}
.header-social-list ul li:nth-child(3) a:hover{
    background: #FF0000;
}
.header-social-list ul li:last-child a:hover{
    background: #6C27B3;
}

.header-social-list ul li{
    margin-right: 15px;
}
.header-social-list ul li:last-child{
    margin-right: 0;
}
.header-bottom-hldr{
    background: #f09200;
    padding: 5px 0;
}
.care-line a .txt{
    transition: 0.5s;
}
.care-line a:hover .txt{
    color: #18a7bc;
}
.care-line a:hover .care{
    color: #18a7bc;
}

.header-menu-list ul li > ul.submenu{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 200px;
    top: 50px;
    left: 0;
    transform: scale(0);
    transform-origin: 100% 0%;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px -1px rgba(0,0,0,.25);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    padding: 5px 0;
}
.header-menu-list ul li.hashmenu:hover ul.submenu{
    opacity: 1;
    top: 49px;
    transform: scale(1);
}
.header-menu-list ul li > ul.submenu li{overflow: hidden;}
.header-menu-list ul li > ul.submenu li::after{display: none;}
.header-menu-list ul li > ul.submenu li a{
    color: #18a7bc;
    width: 100%;
    padding: 8px 12px;
    border-radius: 0;
    border-left: 4px solid transparent;
    font-size: 14px;
    line-height: 20px;
}
.header-menu-list ul li > ul.submenu li a:hover{
    top: 0;
    color: #f09200;
    background: #f092002e;
    border-radius: 0 25px 25px 0;
    border-left: 4px solid #f09200;
}
    .header-menu-list ul li > ul.submenu li a::after {
        top: 50%;
        transform: translate(0,-50%);
        left: -20px;
        background: url("../imag/pharmacy2.png") no-repeat center;
        background-size: 15px;
    }
.header-menu-list ul li > ul.submenu li a:hover::after{
    left: 5px;
}







/* *************************end header************************************** */

/* *************************banner************************************** */

.banner .item img{width: 100%;}
.banner{
    padding-top: 154px;
}
.banner .item{
    position: relative;
    overflow: hidden;
}
.banner-contents{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1170px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.banner-contents h1{
    color: #26d4ff;
    font-size: 41px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 12px;
}
.banner-contents p{
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
}
.banner-txts{
    width: 45%;
}
.banner .owl-dots button{
    background: #f09200;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 12px;
}
.banner .owl-dots button:last-child{
    margin-right: 0;
}
.banner .owl-dots button.active{
    background: #00c6d2;
}
.banner .owl-dots{
    width: 46%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.banner-notice{
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}
.banner-notice span{
    color: #fff;
}
.banner-notice-hd{
    flex: 1;
    text-transform: uppercase;
    background: #00858d;
    padding: 16px;
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.banner-notice-statement{
    flex: 3;
    padding: 15px;
    color: #fff;
    background: #00c6d2;
}
.banner-notice-statement marquee{
    vertical-align: middle;
    line-height: 26px;
}
.banner .owl-item .item img{
    transition: 3s;
    transform: scale(1.5);
    transform-origin: center center;
    opacity: 0.5;
}
.banner .owl-item.active .item img{
    transform: scale(1);
    opacity: 1;
}
.banner .owl-item .item h1{
    transition: 1s;
    position: relative;
    top: -50px;
    opacity: 0;
    transition-delay: 2.5s;
    overflow: hidden;
}
.banner .owl-item.active .item h1{
    top: 0px;
    opacity: 1;
}
.banner .owl-item .item p{
    transition: 1s;
    position: relative;
    right: -50px;
    opacity: 0;
    transition-delay: 3.5s;
    overflow: hidden;
}
.banner .owl-item.active .item p{
    right: 0px;
    opacity: 1;
}

/* *************************end banner************************************** */

/* *************************welcome************************************** */


.welcome-hding-hldr{
    font-family: 'Oswald', sans-serif;
    transition: 0.5s;
}
.welcome-hding-hldr{
    font-size: 30px;
    margin: 0 0 20px;
}
.welcome-hding-hldr h2.title{
    color: #000;
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 30px;
}
.welcome-hding-hldr .txt{
    color: #18a7bc;
    font-weight: 700;
    display: block;
    line-height: 36px;
}
.welcome-hding-hldr .ico img{
    max-width: 50px;
}
.welcome-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome-left{
    width: 50%;
}
.welcome-right{
    width: 46%;
    display: flex;
    align-items: flex-end;
    transition: 0.5;
}
.welcome-left p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 0 0 20px;
}
.welcome-left p.last-p-welcome{
    margin: 0 0 30px;
}
.read-btns a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.5s;
    display: inline-block;
    max-width: 170px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #f09200;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
    overflow: hidden;
}
.read-btns a::after{
    content: "";
    position: absolute;
    background: #f08d47;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}
.read-btns a:hover::after{
    width: 100%;
    right: 0;
    left: auto;
}

.welcome-imgs-first .img1,
.welcome-imgs-first .img2,
.welcome-imgs-first .img3{
    display: block;
}
.welcome-right .img1,
.welcome-right .img2,
.welcome-right .img3{
    position: relative;
    transition: 0.5s;
} 
.welcome-right .img1 span,
.welcome-right .img2 span,
.welcome-right .img3 span{
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    display: inline-block;
    background: #000;
}
.welcome-right {
    transition: 0.5s;
}
.welcome-imgs-first .img2{
    margin: 0 0 12px;
    right: -50px;
    line-height: 0;
}
.welcome-imgs-first .img2::before{
    content: "";
    position: absolute;
    background: #f0af7f;
    top: 0;
    height: 100%;
    width: 20px;
    left: -25px;
}
.welcome-imgs-first .img3{
    border: 2px solid #fff;
}
.welcome-to-nursing .img1{
    background: #fff;
    padding-left: 12px;
    padding-top: 12px;
}
.welcome-to-nursing .img1::before{
    content: "";
    position: absolute;
    background: #a5dde5;
    right: -12px;
    width: 88%;
    height: 20px;
    top: -20px;
}
.welcome-to-nursing .img1 img{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out 0s;
}
.welcome-to-nursing .img2 img{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out 0.9s;
}
.welcome-to-nursing .img3 img{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out 1.4s;
}

.welcome-right:hover span{
    background: #000;
}
.welcome-to-nursing:hover .img1 img{
    opacity: 0.7;
    transform: scale(1.2);
}
.welcome-to-nursing:hover .img2 img{
    opacity: 0.7;
    transform: scale(1.2);
}
.welcome-to-nursing:hover .img3 img{
    opacity: 0.7;
    transform: scale(1.2);
}


.time-checkups-hldr{
    display: flex;
}
.emergency-chks{
    padding: 0 12px;
    flex: 1;
    position: relative;
}
.emergency-chks::after{
    content: "";
    position: absolute;
    background: #ddd;
    right: 0px;
    top: 50%;
    transform: translate(0,-50%);
    width: 1px;
    height: 70%;
}

.emergency-chk-box{
    display: flex;
    justify-content: space-between;
    padding: 35px 30px 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.emergency-chk-box::after{
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(1,240,255,1) 0%, rgba(0,198,210,1) 50%, rgba(24,167,188,1) 100%);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}
.emergency-chks:last-child:after{
    display: none;
}
.emergency-chks .emergency-chk-box:last-child{
    border-bottom: 1px solid transparent;
}
.emergency-chk-box .ico{
    margin-right: 12px;
}

.emergency-chk-box .ico img{
    max-width: 60px;
    transition: 0.5s;
}
.emergency-chk-box:hover{
    border-radius: 10px;
    top: -10px;
}

.emergency-chk-box:hover:after{
    height: 100%;
    bottom: 0;
    top: auto;
}
/* .emergency-chks .emergency-chk-box:last-child::after{
    bottom: 0;
    left: 0;
    right: 0;
}
.emergency-chks .emergency-chk-box:last-child:hover::after{
    top: 0;
    bottom: auto;
    height: 100%;
} */
.emergency-chk-box:hover .ico img{
    filter: invert(1) brightness(200%) contrast(100);
}
.chkups-cntns{
    width: calc(100% - 72px);
    transition: 0.5s;
}
h3.title2{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
}
.chkups-cntns p{
    font-size: 14px;
    color: #666;
    margin: 0;
    transition: 0.5s;
}
.emergency-chk-box:hover .chkups-cntns h3.title2{
    color: #fff;
}
.emergency-chk-box:hover .chkups-cntns p{
    color: #fff;
}


.timeof-checkups{padding-top: 0;padding-bottom: 40px;}
.welcome-to-nursing{padding-top: 100px;}

/* *************************end welcome************************************** */

/* *************************speciality care************************************** */


.speciality-clinices-sec{
    background: #f3f1f1;
    padding-bottom: 100px;
}
.section-hding-hldr{
    text-align: center;
    width: 48%;
    display: table;
    margin: 0  auto 40px;
}
h2.titleh2{
    color: #18a7bc;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.hd-icon{
    margin: 0 0 12px;
    display: inline-block;
    max-width: 100px;
}
.hd-icon img{
    width: 100%;
}
.section-hding-hldr p{
    margin: 0;
    color: #888;
    font-size: 17px;
}
.spcl-box{
    transition: 0.3s;
}
.spcl-box:hover{
    box-shadow: 0 3px 10px -1px rgba(0,0,0,.25);
}
.spcl-box .img{
   
    outline: #fff solid 1px;
    position: relative;
    z-index: 0;
    transition: 0.3s;
    background: #f09200;
    overflow: hidden;
}
.spcl-box .img::after{
    content: "";
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 88%;
    height: 85%;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out 0s;
}


.spcl-box .img img{
    width: 100%;
    transition: 0.3s;
    transform: scale(1.1);
    transform-origin: right center;
}

.spcl-box:hover .img img{
   opacity: 0.7;
   transform: scale(1);
} 
.spcl-box:hover .img::after {
    width: 92%;
    height: 90%;
    /* border: 1px solid transparent; */
    /* opacity: 0.4; */
    /* box-shadow: 0 0 0 100px #f09200; */
}
.spl-ftchrs{display: block;}
.spl-ftchrs-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    transition: 0.5s;
}
.spl-ftchrs-box .ico{
    width: 30px;
    height: 30px;
}
.spl-ftchrs-box .ico img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.spcl-box:hover .spl-ftchrs-box{
    background: aliceblue url(../imag/dotbg.png) 0 center;
}

/*.speciality-clinic .row{
    margin-right: -25px;
    margin-left: -25px;
}*/
.spcl-box{
    margin-bottom: 35px;
}
/*.speciality-clinic .row > div{
    padding-right: 25px;
    padding-left: 25px;
}*/

.spl-ftchrs-box .hding{
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.spl-ftchrs:hover .hding{
    color: #f09200;
}

.spl-ftchrs-box .arr{
    color: #f09200;
    font-weight: bolder;
    font-size: 20px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    transition: 0.5s;
}
.spl-ftchrs:hover .arr{
    background: #f09200b5;
    color: #fff;
    border-radius: 4px;
    margin-right: -6px;
}
/* *************************end speciality care************************************** */

/* *************************quick contact************************************** */

.quick-contact-sec {
    padding: 0;
    background: url("../imag/bg-cntct.jpg") no-repeat 0 0;
    background-size: cover;
}

.quick-hldr{
    display: flex;
    align-items: center;
}
.doctor-img,.quick-contct-btn{flex: 1;text-align: center;}
.doctor-img{
    margin-top: -80px;
    text-align: center;
}
.doctor-img img{
    max-width: 220px;
}
.service-s-list{flex: 2;}
.service-s-list ul li{
    color: #fff;
    margin-bottom: 20px;
    padding-left: 40px;
    font-weight: 500;
    position: relative;
}
.service-s-list ul li:last-child{margin-bottom: 0;}
.service-s-list ul li::after{
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    background:#18a7bc url(../imag/tick.png) no-repeat center;
    background-size: 16px;
    top: 5px;
}

.quick-cntct {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #fff;
    text-transform: capitalize;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: 18px;
    border-radius: 10px;
    background: #d6c4c4;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
    overflow: hidden;
}
.quick-cntct:hover{
    color: #fff;
    border: 1px solid #fff;
}
.quick-cntct::after{
    content: "";
    position: absolute;
    background: #18a7bc;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}
.quick-cntct:hover::after{
    width: 100%;
    right: 0;
    left: auto;
}

/* *************************end speciality care************************************** */

/* *************************gallery************************************** */

h2.title-2-h2{
    font-weight: 700;
    color: #000;
    margin: 0 0 40px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.our-gallery-sec {
    background: url("../imag/gallery-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 0;
    margin-bottom: 120px;
    padding-bottom: 0;
}
.gallery-hldr{
    width: 50%;
    float: left;
    position: relative;
    top: 80px;
    margin-bottom: -20px;
}
.ot-slider-hldr .item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1.5px solid #fff;
}
.ot-slider-hldr h3.title-h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
h3.title-h3{
    text-align: center;
    color: #fff;
    background:rgba(0,0,0,.8);
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    padding: 18px;
    margin: 0;
}
.ot-slider-hldr .owl-dots button{
    background: #f09200;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 10px;
}
.ot-slider-hldr .owl-dots button:last-child{
    margin-right: 0;
}
.ot-slider-hldr .owl-dots button.active{
    background: #00c6d2;
}
.ot-slider-hldr .owl-dots{
    right: 0;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

/* *************************end gallery************************************** */

/* -----------------
    Meet our doctor section
------------------- */

.meet_doctor_wrpr {
    border: 3px solid #18a7bc;
    padding: 15px;
    border-radius: 32px;
    text-align: center;
    position: relative;
}

.meet_doctor_wrpr .dotbg1 {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 175px;
    overflow: hidden;
}

.meet_doctor_wrpr .dotbg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
    overflow: hidden;
    height: 129px;
    border-radius: 0 0 0 32px;
}

.meet_doctor_wrpr .dotbg1 img,
.meet_doctor_wrpr .dotbg2 img {
    width: 100%;
}

.meet_doctor_wrpr .dotbg1 img {
    margin-left: 118px;
}

.meet_doctor_wrpr .section-hding-hldr {
    margin-bottom: 20px;
}

.meet_doctor_wrpr .dotbg2 img {
    margin-left: -185px;
}

.meet_doctor_wrpr .titleh2 {
    display: table;
    margin: 0 auto;
    background: #fff;
    margin-top: -33px;
    padding: 0 35px;
}

.doctor_card {
    /* width: 335px; */
    padding: 15px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.doctor_card .profile_img-holder {
    width: 155px;
    height: 155px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #f09200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.doctor_card .profile_img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.doctor_card .nmholder {
    padding: 20px 0 16px 0;
}

.doctor_card .nmholder h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    color: #000;
}

.doctor_card .nmholder h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.doctor_card .details-holder {
    padding-bottom: 30px;
}

.doctor_card .details-holder p {
    font-size: 15px;
    color: #535353;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.bookappoimnt_btn {
    display: inline-block;
    padding: 8px 12px;
    background: #f09200;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: 500;
}

.bookappoimnt_btn:hover {
    border: 1px solid #f09200;
    color: #f09200;
    background: #fff;
}

.meetdctrslider .owl-dots {
    margin: 10px 0;
}

.meetdctrslider .owl-dots button:focus {
    outline: none;
}

.meetdctrslider .owl-dots button span {
    display: inline-block;
    width: 18px;
    height: 4px;
    background: #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
}

.meetdctrslider .owl-dots button.active span {
    background: #d7d7d7;
}

.meetdctrslider .owl-dots button span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f09200;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-animation: slider_dots 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    display: none;
}

.meetdctrslider .owl-dots button.active span:after {
    display: block;
}

@-webkit-keyframes slider_dots {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}


/* -----------------------
    video testimonial health tips section
-------------------- */
.video_testimonial_sec{padding: 25px 0 100px;}
.videoheading {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
}

.videoheading .icon {
    margin-right: 8px;
}

.videoplyholder {
    position: relative;
    height: 290px;
}

.videoplyholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoplyholder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.videoplyholder a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.videoplyholder a:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.videomodal .modal-content {
    border: none;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.videomodal .modal-content .modal-header {
    border: none;
    padding: 0;
}

.videomodal .close {
    width: 35px;
    height: 35px;
    opacity: 1;
    background: red;
    color: #fff;
    font-size: 25px;
    line-height: 22px;
    padding: 0 0 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 12;
}

.videomodal .close:focus {
    outline: none;
}

.videomodal .modal-dialog {
    max-width: 600px;
}

.videomodal .modal-content .modal-body {
    padding: 0;
}

.videomodal .modal-content {
    background-color: #000;
}

.videomodal .modal-content .modal-body object {
    height: 400px;
}

.videomodal {
    top: 50px;
}


/*STAT REATING*/

.rating {
    border: none;
    float: left;
}

.rating label {
    margin: 0;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 0 3px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
    cursor: pointer;
}

.rating>label {
    color: #ddd;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #ffae00;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #ffae00;
}

.testimonial_box p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding-bottom: 25px;
}

.testimonial_box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 23px;
}

.testimonial_box h4 span {
    font-weight: normal;
    margin-top: 5px;
    display: block;
}

.testimonial_box h5 {
    color: #a9a9a9;
    font-size: 16px;
    margin: 0;
    padding-bottom: 18px;
}

.rating_holder {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.rating_holder h6 {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.rating_holder span {
    display: inline-block;
    font-size: 20px;
    margin: 0 12px 0 6px;
}

.testimonialslider .owl-dots button span,
.healthtipsslider .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #18a7bc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0 4px;
}

.testimonialslider .owl-dots button.active span,
.healthtipsslider .owl-dots button.active span {
    background: #f09200;
}

.testimonialslider .owl-dots button:focus,
.healthtipsslider .owl-dots button:focus {
    outline: none;
}


/* END REATING */


/* -----------------
    start health tips
----------------------- */

.healthtips_sliderbox .img-holder {
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
}

.healthtips_sliderbox .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healthtips_sliderbox .content-holder {
    margin-bottom: 15px;
}

.healthtips_sliderbox .content-holder h5 {
    color: #000;
    font-size: 17px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.healthtips_sliderbox .content-holder p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.healthtips_sliderbox .content-holder p a {
    color: #18a7bc;
    text-decoration: underline !important;
}
.healthtips_sliderbox .content-holder p a:hover i{
    background: #f09200;
    margin-left: 6px;
}
.healthtips_sliderbox .content-holder p a i{
    font-size: 12px;
    margin-left: 3px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    background: #18a7bc;
    color: #fff;
    line-height: 14px;
    border-radius: 100%;
    transition: 0.5s;
}
.healthtips_sliderbox .content-holder p a:hover {
    color: #f09200;
}


/* ----------------
    start footer
------------------ */

.footer-top {
    position: relative;
}

.footerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top {
    padding: 40px 0;
}

.footer_col_holder a image {
    width: 100%;
}

.footer_col_holder ul li a {
    color: #fff;
}

.footer_col_holder a.footerlogo {
    display: block;
    margin-bottom: 35px;
}

.footer_col_holder address {
    display: flex;
    margin-bottom: 35px;
}

.footer_col_holder address .icon {
    margin-right: 12px;
}

.footer_col_holder address p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.footer_col_holder h4 {
    color: #f09200;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.ftr_contactul li {
    margin-bottom: 18px;
}

.ftr_contactul li:last-child {
    margin-bottom: 0;
}

.ftr_contactul li .icon {
    margin-right: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ftr_contactul li .icon img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ftr_contactul li:hover .icon img {
    filter: contrast(1) brightness(1) invert(1) saturate(26.5);
    -webkit-filter: contrast(1) brightness(1) invert(1) saturate(26.5);
}

.ftr_contactul li b {
    color: #fff;
    font-weight: normal;
    margin: 0 5px;
}

.footer_bottom {
    padding: 25px 0;
    background: #002c33;
    text-align: center;
}

.footer_col_holder.first_col h4 {
    padding-bottom: 15px;
}

.footer_bottom p {
    margin: 0;
    color: #77d0de;
    font-size: 15px;
}

.footer_bottom p a {
    color: #77d0de;
}

.footer_col_holder ul li a:hover {
    color: #00c6d2;
}

.linklist li {
    margin-bottom: 15px;
}

.linklist li:last-child {
    margin-bottom: 0;
}

.linklist li a {
    font-size: 16px;
}

.footer_map_holder {
    height: 242px;
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
}

.footer_bottom p a.pixelsolutionz_btn {
    color: #ff6a00;
}

.footer_bottom p a:hover {
    color: #fff;
}

/* ****************************footer end******************************* */


/*

/*=====START ABOUT PAGE=====*/
.inner-banner{
    position: relative;
}
.inner-banner .inner-img{
    width: 100%;
    display: block;
}
.inner-img img{
    width: 100%;
}
.inner-banner-contents{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1170px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.inner-banner-contents-inn{text-align: center;}

.inner-banner-contents-inn h1{
    color: #26d4ff;
    font-size: 41px;
    line-height: 45px;
    margin: 0 0 15px;
    font-weight: 700;
}
.inner-banner-contents-inn p{
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.about-psns-section .section-cont p{
    text-align:justify;
	font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 0 0 20px;
}
.why-us-section{
    padding:0;
}
.vision-mission-wrapper{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.vision-mission-wrapper .image-holder{
    width:283px;
    text-align:right;
    padding-right:15px;
    position: relative;
    z-index:3;
}
.vision-mission-wrapper .image-holder img{
    max-width:100%;
}
.vision-mission-wrapper .vm-text-box{
    width:calc(100% - 283px);
    display:flex;
    flex-wrap: wrap;
}
.vision-mission-wrapper .text-holder{
    width:50%;
    background:#f09200;
    padding:30px 25px;
    color:#fff;
    position: relative;
}
.vision-mission-wrapper .text-holder:nth-child(1):before{
    content:'';
    position: absolute;
    width:100px;
    right:100%;
    height:100%;
    background:#f09200;
    top:0;
}
.vision-mission-wrapper .text-holder:nth-child(2){
    background:#b13a00;
}
.vision-mission-wrapper .text-holder h4{
    color:#fff;
    font-size:37px;
    font-weight: 500;
    position:relative;
    margin-bottom:30px;
}
.vision-mission-wrapper .text-holder h4:before{
    content:'';
    position:absolute;
    left:0;
    top:100%;
    height:4px;
    width:30px;
    background:#fff;
}
.vision-mission-wrapper .text-holder p{
    font-size:15px;
    margin:0;
}
.vision-mission-wrapper .vm-text-box h2{
    width:100%;
    color:#1e1e1e;
    font-size:44px;
    font-weight: 600;
    background:#e6e6e6;
    padding:20px 30px;
    margin:0;
    position: relative;
}
.vision-mission-wrapper .vm-text-box h2:before{
    content:'';
    position: absolute;
    width:70px;
    right:100%;
    height:100%;
    background:#e6e6e6;
    top:0;
}
.why-us-wrapper{
    display:flex;
    flex-wrap: wrap;
    width:100%;
}
.why-us-wrapper .common-text-box{
    width:calc(100% / 6);
    background:#159e9e;
    border-right:3px solid #fff;
    text-align:center;
    padding:30px 15px;
}
.why-us-wrapper .common-text-box:last-child{
    border:none;
}
.why-us-wrapper .common-text-box p{
    color:#fff;
    margin:0;
    font-size:18px;
    font-weight: 500;
    line-height:28px;
}
.why-us-wrapper .common-text-box:nth-child(2),
.why-us-wrapper .common-text-box:nth-child(5){
    background:#3abdc2;
}
.why-us-wrapper .common-text-box:nth-child(3),
.why-us-wrapper .common-text-box:nth-child(6){
    background:#2c95d2;
}
.common-text-box .icon-holder{
    height:74px;
    width:auto;
    display:inline-block;
    margin-bottom:20px;
}
.common-text-box .icon-holder img{
    height:100%;
    width:auto;
    transition: all 1s ease-in-out;
}
.common-text-box:hover .icon-holder img{
    transform: translateY(10px);
}
.quality-and-services-section .qlt-srv-box{
    background:#ececec;
    border-radius:30px;
    border:2px solid #36aec1;
    padding:40px 50px;
}
.qlt-srv-box ul li{
    margin-bottom:25px;
    color:#181818;
    position: relative;
    padding-left:30px;
}
.qlt-srv-box ul li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:5px;
    background:#f09200;
}
.qlt-srv-box ul li:nth-child(even):before{
    background:#36aec1;
}
.qlt-srv-box ul li:last-child{
    margin-bottom:0;
}

/*=====END ABOUT PAGE=====*/


/* **********************services***************************** */

h4.title-h4{
    text-align: center;
    color: #fff;
    background: #b13a00;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    padding: 16px;
    margin: 0;
    font-weight: bold;
}
.service-right-tab form{
    padding: 30px 25px;
    border: 1px solid #bdbdbd;
    border-top: none;
}
.service-right-tab form input,.service-right-tab form select{
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    padding-left: 40px;
    color: #666;
    font-size: 15px;
	background:#f4f4f4;
	border-left:2px solid #bdbdbd;
}
.service-right-tab form input.mandatory,.service-right-tab form select.mandatory{
	border-left-color:rgb(255, 0, 20);
}
.service-right-tab form select{
    background: #f4f4f4 url(../imag/arr-fr.png) no-repeat calc(100% - 10px) center;
    background-size: 15px;
}
.service-right-tab form .form-group{
    position: relative;
    margin: 0 0 25px;
}
.service-right-tab form .form-group::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translate(0,-50%);
    left: 10px;
    
}
.service-right-tab form .form-group:first-child::after{
     background: url("../imag/doc-fr.png") no-repeat center;
    background-size: contain;
}
.service-right-tab form .form-group:nth-child(2)::after{
    background: url("../imag/date-fr.png") no-repeat center;
    background-size: contain;
}
.service-right-tab form .form-group:nth-child(3)::after{
    background: url("../imag/time-fr.png") no-repeat center;
    background-size: contain;
}
.service-right-tab form .form-group:nth-child(4)::after{
    background: url("../imag/name-fr.png") no-repeat center;
    background-size: contain;
}
.service-right-tab form .form-group:nth-child(5)::after{
    background: url("../imag/mail-fr.png") no-repeat center;
    background-size: contain;
}
.service-right-tab form .form-group:nth-child(6)::after{
    background: url("../imag/phn-fr.png") no-repeat center;
    background-size: contain;
}

.service-right-tab form .form-group input::-webkit-outer-spin-button,
.service-right-tab form .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.service-right-tab form .form-group select{
    -webkit-appearance: none;
}
.service-right-tab form input[type="submit"]{
    background: #ff6600;
    color: #fff;
    padding: 9px;
    font-size: 17px;
    border: 1px solid #ff6600;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s;
    margin-bottom: 20px;
}
.service-right-tab form input[type="submit"]:hover{
    color: #ff6600;
    background: #fff;
}

.service-tab-lft p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.service-tab-lft p.doc-name{
	line-height:20px;
	font-weight:500;
	color:#000;
	font-size:16px;
	min-height:40px;
	text-align:center;
}
.service-tabs{
    padding-top: 50px;
}
.service-tabs #pills-tab{
    display: flex;
    flex-wrap: wrap;
}
.service-tabs #pills-tab li{
    /*padding: 0 15px;*/
    margin-bottom: 20px;
    border-left: 1px solid #ff6600;
}
.service-tabs #pills-tab li a{
    color: #0a878f;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    padding: 5px 20px;
}
.service-tabs .nav-pills .nav-link.active{
    color: #fff !important;
    border-radius: 0;
    background: #ff6600;
}
.service-tabs #pills-tab li:first-child{
    padding-left: 0;
}
.service-tabs #pills-tab li:last-child{
    border-right: none;
}

.tab-content-inn span.tab-img{
    display: block;
    box-shadow: 0 6px 0 0px #00c6d2;
    margin-bottom: 55px;
}
.tab-content-inn span.tab-img img{
    width: 100%;
}
.tab-content-inn{
    padding-top: 30px;
    border-top: 1px solid #bdbdbd;
}
h2.title{
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0 0 15px;
}
.about-services-txt{
    margin-bottom: 50px;
}
.tab-doctorlist h2.title{
    margin-bottom: 30px;
}
.profile_tab_mg-holder {
    height: 230px;
    margin: 0 0 25px;
}
.profile_tab_mg-holder img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.tab-doctorlist .doctor_card{
    border: none;
}
.tab-doctorlist .bookappoimnt_btn{
    font-size: 14px;
    border-radius: 35px;
    background: #ff6600;
}
.tab-doctorlist .bookappoimnt_btn:hover{color: #ff6600; background: #fff;}

.service-right-tab{
    position: sticky;
    top: 150px;
}

/* *************************contact us******************************** */
.contact-info-hldr{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    /* align-items: center; */
}
.contact-info-lft{
    flex: 1;
    margin-right: 25px;
}
.contact-info-rt{
    flex: 2;
    background: #f09200;
    padding: 20px;
}
.contact-us-hldr p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

.contact-info-box{
    display: flex;
    margin: 0 0 40px;
    transition: 0.5s;
}
.contact-info-box .ico img{
    max-width: 28px;
    transition: 0.5s;
}
.contact-info-box .ico {
    margin-right: 16px;
}

.contact-info-box address{
    margin-bottom: 0;
}
.contact-info-box address,.contact-info-box a{
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.contact-info-box:hover .ico img{
    filter: invert(1) brightness(150%);
}
.contact-info-box a:hover{
    color: #ff6600;
}
.conatct-info-img img{
    width: 100%;
}

.conatct-info-img{
    padding-top: 15px;
}

h3.title-3{
    color: #fff;
    font-size: 37px;
    margin: 0 0 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.enquiry-and-feedback-hldr #pills-tab .nav-link{
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}
.enquiry-and-feedback-hldr #pills-tab .nav-link::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
}
.enquiry-and-feedback-hldr .nav-pills .nav-link.active{
    background: transparent !important;
}

.enquiry-and-feedback-hldr #pills-tab .nav-link.active::after{
    background: #00c6d2;
}
.enquiry-and-feedback-hldr #pills-tab .nav-item{
    margin-right: 50px;
}

.enquiry-and-feedback-hldr .tab-content .form-inline{
    justify-content: space-between;
}
.enquiry-and-feedback-hldr .tab-content .form-inline .form-group{
    width: 49%;
}
.enquiry-and-feedback-hldr .tab-content .form-group{
    margin: 0 0 14px;
    position: relative;
}
.enquiry-and-feedback-hldr .tab-content .form-group input,.enquiry-and-feedback-hldr .tab-content .form-group select,
.enquiry-and-feedback-hldr .tab-content .form-group textarea{
    width: 100%;
    background: #f09200;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 12px 20px;
}
.enquiry-and-feedback-hldr .tab-content .form-group input::-webkit-input-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group select::-webkit-input-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
.enquiry-and-feedback-hldr .tab-content .form-group input::-moz-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group select::-moz-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
  }
.enquiry-and-feedback-hldr .tab-content .form-group input::-ms-input-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group select::-ms-input-placeholder,
.enquiry-and-feedback-hldr .tab-content .form-group textarea::-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  
.enquiry-and-feedback-hldr .tab-content .form-group textarea{
    height: 140px;
    margin-bottom: 15px;
}

.enquiry-and-feedback-hldr .tab-content .form-group.form-mobile-select .no{
    position: absolute;
    color: #fff;
    line-height: 50px;
    padding: 0;
    padding-left: 6px;
    border-right: 1px solid #fff;
    background: #f09200;
    cursor: pointer;
    height: 50px;
    width: 70px;
  }
  .enquiry-and-feedback-hldr .tab-content .form-group.form-mobile-select input{
      padding-left: 90px;
  }
  .enquiry-and-feedback-hldr .tab-content .form-group input[type="submit"]{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.5s;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-left: auto;
    background: #862c00;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
}
.enquiry-and-feedback-hldr .tab-content .form-group input[type="submit"]:hover{
    background: #00858d;
}
.enquiry-and-feedback-hldr .tab-content .form-group input::-webkit-outer-spin-button,
.enquiry-and-feedback-hldr .tab-content .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.recap{width: 100%;}
.drop-nos{
    position: absolute;
    background: #fff;
    width: 75px;
    left: 0;
    top: 50px;
    z-index: 1;
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 25%);
    max-height: 100px;
    overflow: auto;
    transform: scale(0);
    transform-origin: 100% 0%;
    transition: all 0.5s ease-in-out 0s;
}
.drop-nos.active-drop{
    transform: scale(1);
}
.drop-nos a{
    color: #00858d;
    width: 100%;
    padding: 3px 5px;
    border-radius: 0;
    border-left: 4px solid transparent;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.drop-nos a:hover{
    background: #00c6d23d;
    border-left: 4px solid #00c6d2;
}
/* width */
.drop-nos::-webkit-scrollbar {
    width: 4px;
    border-radius: 20px;
  }
  
  /* Track */
  .drop-nos::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 20px;
  }
   
  /* Handle */
  .drop-nos::-webkit-scrollbar-thumb {
    background: #00858d; 
    border-radius: 20px;
  }
  

/* appointment */

.book-appoinment-top img{
    width: 100%;
}
.book-appoinment-top{
    position: relative;
}
.book-appointment-from-hldr{
    max-width: 900px;
    margin: 0 auto;
    display: table;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 20px -1px rgb(0 0 0 / 20%);
    padding: 0 0 30px;
    
}
.book-appointment-from{
    padding: 20px;
}
.book-appointment-from form .form-inline{
    justify-content: space-between;
    align-items: center;
}
.book-appointment-from form .form-inline .form-group{
    width: 49%;
}
.book-appointment-from form .form-group {
    position: relative;
    margin: 0 0 25px;
}

.book-appointment-from form input, 
.book-appointment-from form select, 
.book-appointment-from form textarea {
    width: 100%;
    padding: 10px;
    background: #eee;
    border: none;
    border-left: 4px solid #666;
    padding-left: 40px;
    color: #666;
    font-size: 15px;
}
.book-appointment-from form input.mandatory, 
.book-appointment-from form select.mandatory, 
.book-appointment-from form textarea.mandatory{
	border-left-color:rgb(255, 0, 20);
}
.book-appointment-from form textarea{
    height: 120px;
    padding: 12px;
}
.book-appointment-from form select {
    background: #eee url(../imag/arr-fr.png) no-repeat calc(100% - 10px) center;
    background-size: 15px;
}
/* .book-appointment-from form .form-group input[type="date"] {
    -webkit-appearance: none;
} */
.book-appointment-from form input.name{
    background: #eee url(../imag/name-fr2.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form input.mail{
    background: #eee url(../imag/mail-fr.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form input.ph-no{
    background: #eee url(../imag/phn-fr.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form select.app-for{
    background: #eee url(../imag/user.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form select.app-docs{
    background: #eee url(../imag/doc-fr.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form input.date{
    background: #eee url(../imag/date-fr.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from form select.time{
    background: #eee url(../imag/time-fr.png) no-repeat 13px center;
    background-size: 14px;
}
.book-appointment-from h3{
    text-align: center;
    color: #00858d;
    background: #00858d24;
    border: 1px solid #00858d;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    padding: 12px;
    margin: 20px 0 40px;
    font-weight: bold;
}
h2.book-hd{
    text-align: center;
    color: #fff;
    /* background: rgba(0,0,0,.2); */
    font-size: 40px;
    position: absolute;
    padding: 16px;
    margin: 0;
    font-weight: bold;
    bottom: 110px;
    left: 40px;
    border-radius: 8px;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	padding-bottom:6px;
}
.book-appointment-from form input[type="submit"] {
    background: #ff6600;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    border: 1px solid #ff6600;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 20px;
    transition: 0.5s;
    width: 300px;
    margin: 0px auto;
    display: table;
}
.book-appointment-from .form-group-submit{
    margin: 0 0 25px;
}
.book-appointment-from form input[type="submit"]:hover {
    color: #ff6600;
    background: #fff;
}
.book-appointment-from input::-webkit-outer-spin-button,
.book-appointment-from input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*10-09-21*/
.book-appoinment-top .app-tagline{
	position:absolute;
	bottom:80px;
	left:60px;
	color:#fff;
	text-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	margin:0;
	font-size:18px;
}
/*10-09-21*/
/* appointment end */

/*our doctors*/

.our-doctors-hldr{
    display: flex;
    justify-content: space-between;
}
.our-doctors-hldr .left-panel{
    width: 27%;
}
.our-doctors-hldr .right-panel{
    width: 70%;
}
.our-doctors-hldr .right-panel p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
h2.title-3-h2{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0 0 15px;
}
h3.title-3-h3{
    color: #fff;
    background: #757575;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.our-doctors-hldr .left-panel .nav-link{
    border-radius: 0;
    border: 1px solid #bdbdbd;
    border-top: none;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 25px;
    line-height: 20px;
}
.our-doctors-hldr .left-panel .nav-link:hover{
    color: #00858d;
    background: #00858d24;
}
.our-doctors-hldr .left-panel .nav-pills .nav-link.active,
.our-doctors-hldr .left-panel .nav-pills .show>.nav-link{
    color: #00858d;
    background: #00858d24;
    border: 1px solid transparent;
    border-right: 1px solid #00858d;
    border-top: none;
    box-shadow: -2px 0 0 0.5px #00858d;
}


.our-doctors{padding-bottom: 0; padding-top: 110px;}
.about-doc-top{
    display: block;
    box-shadow: 0 6px 0 0px #00c6d2;
    margin-bottom: 20px;
}
.about-nmholder{
    width: 100%;
    text-align: center;
}
.about-nmholder .name{
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.about-nmholder .deg{
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin: 0 0 20px;
}
.about-doc-top img{width: 100%;
    height: 200px;
    object-fit: cover;
}

.about-doc-box .bookappoimnt_btn {
    font-size: 14px;
    border-radius: 35px;
    background: #ff6600;
    width: 100%;
}
.about-doc-box .bookappoimnt_btn:hover {
    border: 1px solid #ff6600; 
    color: #ff6600;
    background: #fff;
}
.about-doc-box{
    padding: 0 10px;
}
.our-doctors-hldr .right-panel .row > div{margin-bottom: 65px;}
.our-doctors-hldr .right-panel .row > div:nth-child(3n+2){
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

/* new */

.doctors-hldr-tab{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 70px;
    border: 2px solid #18a7bc;
    padding: 20px 35px 25px 0;
    border-radius: 32px;
    position: relative;
    min-height: 224px;
}
.doctors-hldr-tab .img{
    width: 38%;
    position: absolute;
    left: 0;
    bottom: -2px;
    margin-left: -22px;
}
.doctors-hldr-tab img{
    width: 100%;
}
.inn-doctor-up{width: 62%;}
.our-doctors-hldr .right-panel .inn-doctor-up p{margin: 0;}



/* end our doctors */

.book-appointment-from .frm_sbmtmsg{
    text-align: center;
    width: 100%;
    display: block;
}
.contact-info-rt .frm_sbmtmsg{
    color: rgb(12, 255, 92) !important;
    text-align: center;
    width: 100%;
    display: block;
}

.privecy-policy-holder h2{
    color: #000;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}
.privecy-policy-holder p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

.privecy-policy-holder ul li {
    color: #666;
    padding-left: 40px;
    position: relative;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 0 0 25px;
    padding-left: 32px;
}
.privecy-policy-holder ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #18a7bc url(../imag/tick.png) no-repeat center;
    background-size: 12px;
    top: 5px;
}

/*08-09-21*/
.country-code{
	position:relative;
}
.country-code .mobile-code,
.book-appointment-from form  .country-code .mobile-code{
	position:absolute;
	top:0;
	left:0;
	width:115px;
	-webkit-appearance:none;
	appearance:none;
}
.service-right-tab .country-code input,
.book-appointment-from form .country-code input{
	padding-left:115px;
}
.book-appointment-from form .country-code:after{
	content:'';
	position:absolute;
	top: 50%;
    transform: translate(0,-50%);
	left:10px;
	width:20px;
	height:20px;
	background: #eee url(../imag/phn-fr.png) no-repeat center;
	background-size:14px;
}
@media(min-width:1024px){
	.book-appointment-from form select.app-for,
    .book-appointment-from form select.app-docs,
    .book-appointment-from form select.time{
		height:43px;
		line-height:43px;
		text-indent:40px;
	}
}
/*08-09-21*/

/* *****************************end of inner pages*********************************** */



/*MOBILE MENU */

.mobileMenuBtn {
    display: none;
    z-index: 999;
    position: fixed;
    padding: 9px 6px 6px;
    text-align: center;
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    top: 52.5px;
    right: 15px;
    transition: 0.5s;
    height: 33px;
}
.sticky.site-header .mobileMenuBtn{
    top: 43px;
}

.mobileMenuBtn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 0 auto 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 225px;

}

.mm-opened .mobileMenuBtn span:first-child {
    transform: rotate(45deg) translate(5px, 3px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 0;
}

.mm-opened .mobileMenuBtn span:last-child {
    transform: rotate(-45deg) translate(2px, -2px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 0;
}

.mm-opened .mobileMenuBtn span:nth-child(2) {
    opacity: 0;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    background: #00858d;
    box-shadow: 0 2px 19px -2px rgb(0 0 0 / 40%);
    color: #fff;
    padding: 0 18px;
}

.mm-navbar .mm-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
}

.mm-listview>li>a:focus,
.mm-listview>li>span:focus,
.mm-listview>li>a:hover,
.mm-listview>li>span:hover {
    color: #749b96;
}

.mm-listview>li>a:hover,
.mm-listview>li.active>a {
    color: #000;
}

.mm-listview>li:not(.mm-divider):after {
    left: 0;
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgb(0, 0, 0);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgb(243, 243, 243);
}
.mm-listview .mm-next:before{
    border-left-width: 0;
}
.mm-listview .mm-next {
    background: #00858d38;
}
/*END*/



/* 
    responsive
*/

@media (max-width: 1199px){
    body{
        font-size: 15px;
        line-height: 22px;
    }
    .logo {
        max-width: 250px;
    }
    .sticky.site-header .logo {
        max-width: 200px;
    }
    .header-banner-ad-1234{
        padding-left: 0;
    }
    .header-banner-ad-1234 img{max-width: 175px;}
    .header-menu-list li a{padding: 10px 12px;}
    .header-menu-list ul li.hashmenu::after{right: 0;}
    .banner {
        padding-top: 140px;
    }
    .banner-contents p{
        font-size: 28px;
        line-height: 32px;
    }
    .banner .owl-dots{width: 45%;}
    .welcome-right{width: 48%;}
    .welcome-to-nursing .img1 img{max-width: 230px;}
    .welcome-to-nursing .img2 img,.welcome-to-nursing .img3 img{max-width: 200px;}
    .welcome-to-nursing .img1::before{width: 86%;}
    .emergency-chk-box .ico{
        max-width: 45px;
        max-height: 45px;
    }
    .emergency-chk-box .ico img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .emergency-chk-box .ico {
        max-width: 45px;
        max-height: 45px;
        margin-right: 10px;
    }
    .chkups-cntns {
        width: calc(100% - 55px);
    }
    .speciality-clinic .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .speciality-clinic .row > div {
        padding-right: 15px;
        padding-left: 15px;
    }
    h3.title2{font-size: 19px;}
    .emergency-chk-box{
        padding: 23px 16px 25px;
    }
    .welcome-to-nursing {
        padding-top: 50px;
    }
    .timeof-checkups{padding-bottom: 60px;}
    .header-menu-list ul li.hashmenu:hover ul.submenu{top: 47px;}

     /*about us*/

    .vision-mission-wrapper .image-holder{
        width:245px;
    }
    .vision-mission-wrapper .text-holder h4{
        font-size:26px;
        margin-bottom:20px;
    }
    .vision-mission-wrapper .vm-text-box{
        width:calc(100% - 245px);
    }
    .vision-mission-wrapper .vm-text-box h2{
        padding:20px;
        font-size:30px;
    }
    .why-us-wrapper .common-text-box p{
        font-size:16px;
        line-height:24px;
    }
    .why-us-wrapper .common-text-box p br{
        display:none;
    }
    .our-doctors-hldr .right-panel .inn-doctor-up p {
        margin: 0;
        font-size: 13px;
        line-height: 23px;
    }
    .inn-doctor-up {
        width: 63%;
    }
    .doctors-hldr-tab{
        padding: 20px 15px 25px 0;
        height: 188px;
    }
    .doctors-hldr-tab .img {
        width: 100%;
        max-width: 260px;
        margin-left: -12px;
        margin-top: -52px;
    }

     /*end about us*/
	 
	 /*08-09-21
	 .recaptchaOuter .g-recaptcha{
		 transform:scale(0.8);
		 transform-origin:0 0;
	 }08-09-21*/
	 /*09-09-21*/
	 .tab-doctorlist .bookappoimnt_btn{
		 width:auto;
		 padding:9px 14px;
	 }
	 /*09-09-21*/
}

@media (max-width: 1023px){
    section{padding: 50px 0;}
    .our-doctors{padding: 50px 0;}
    .contacthldr .txt{
        display: none;
    }
    .care-line a{align-items: center;}
    .header-top-hldr{padding: 10px 0;}
    .care-line:last-child {
        margin: 0 10px 0 26px;
    }
    .header-menu-list {
        width: 79%;
    }
    .header-social-list ul li {
        margin-right: 8px;
    }
    .header-social-list ul{justify-content: flex-end;}
    .header-social-list {
        width: 20%;
    }
    .header-menu-list li a {
        padding: 10px 6px;
        font-size: 14px;
    }
    .header-menu-list ul{
        justify-content: space-between;
    }
    .header-menu-list ul li.hashmenu::after {
        right: -4px;
        border-bottom: 0px solid transparent;
        border-top: 4px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }
    .banner {
        padding-top: 125px;
    }
    .banner-contents h1{
        font-size: 30px;
        line-height: 35px;
    }
    .banner-contents p {
        font-size: 21px;
        line-height: 25px;
    }
    .banner-notice-statement{padding: 14px;}
    .welcome-to-nursing .img1 img {
        max-width: 180px;
    }
    .welcome-to-nursing .img1{
        padding-left: 6px;
        padding-top: 6px;
    }
    .welcome-to-nursing .img2 img, .welcome-to-nursing .img3 img {
        max-width: 145px;
    }
    .welcome-imgs-first .img2 {
        margin: 0 0 6px;
        right: -40px;
    }
    .welcome-imgs-first .img2::before{
        width: 15px;
        left: -20px;
    }
    .welcome-to-nursing .img1::before{
        right: -10px;
        height: 15px;
        top: -25px;
    }
    .welcome-left p{
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .welcome-hding-hldr h2.title{
        font-size: 26px;
    }
    .welcome-hding-hldr{font-size: 28px;line-height: 32px;}
    .welcome-to-nursing {
        padding-bottom: 50px;
    }
    .time-checkups-hldr {
        flex-wrap: wrap;
    }
    .emergency-chks {
        padding: 0 12px;
        flex: 1 1 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .emergency-chk-box {
        padding: 20px 10px 22px;
        width: 47%;
        margin: 0 10px;
    }
    .emergency-chks::after{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .emergency-chks:last-child:after{display: block;}
    .emergency-chks .emergency-chk-box:last-child {
        border-bottom: 1px solid #ddd;
    }
    .emergency-chks::after{
        height: 80%;
    }
    .emergency-chks:last-child .emergency-chk-box{
        border-bottom: 1px solid transparent;
    }
    .emergency-chk-box:hover{top: 0;}
    .timeof-checkups {
        padding-bottom: 40px;
    }
    
    .speciality-clinices-sec{padding-top: 50px;}
    h2.titleh2{
        font-size: 26px;
    }
    .section-hding-hldr p{
        font-size: 15px;
    }
    .spl-ftchrs-box{padding: 10px;}
    .spl-ftchrs-box .ico {
        width: 30px;
        height: 30px;
    }
    .spl-ftchrs-box .hding{font-size: 15px;}
    .spcl-box {
        margin-bottom: 30px;
    }
    .doctor-img img {
        max-width: 160px;
    }
    .speciality-clinices-sec{padding-bottom: 80px;}
    .quick-cntct{
        font-size: 18px;
        padding: 15px;
    }
    .spl-ftchrs-box .arr{
        font-size: 18px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        margin-right: -5px;
    }
    .spl-ftchrs:hover .arr{
        border-radius: 2px;
        margin-right: -5px;
    }
    h2.title-2-h2{
        margin: 0 0 30px;
        font-size: 38px;
        line-height: 45px;
    }
    .gallery-hldr {
        width: 60%;
        top: 60px;
        margin-bottom: -40px;
    }
    h3.title-h3{
        font-size: 28px;
    }
    .video_testimonial_sec{padding: 0 0 80px;}
    .videoplyholder {
        position: relative;
        height: auto;
        margin: 0 0 30px;
    }
    .healthtips_sliderbox .img-holder{height: 180px;}
    .videoheading{margin-bottom: 20px;}
    .testimonial_box p{text-align: justify;}
    .footer_col_holder a.footerlogo{
        margin-bottom: 20px;
    }
    .footer_col_holder a.footerlogo img{max-width: 250px;}
    .ftr_contactul li{display: flex;}
    .footer_col_holder h4{
        font-size: 20px;
        padding-bottom: 20px;
    }

    /*about us*/
    .inner-banner-contents-inn h1{
        font-size: 31px;
        line-height: 35px;
        margin: 0 0 10px;
    }
    .inner-banner-contents-inn p{
        font-size: 20px;
        line-height: 25px;
    }
    .vision-mission-wrapper .image-holder{
        width:190px;
    }
    .vision-mission-wrapper .vm-text-box{
        width:calc(100% - 190px);
    }
    .vision-mission-wrapper .text-holder{
        padding:15px;
    }
    .vision-mission-wrapper .text-holder p{
        font-size:13px;
        line-height:20px;
        text-align:justify;
    }
    .vision-mission-wrapper .text-holder h4{
        font-size:20px;
        margin-bottom:15px;
    }
    .vision-mission-wrapper .text-holder h4:before{
        height:2px;
    }
    .vision-mission-wrapper .vm-text-box h2{
        padding:15px 20px;
        font-size:24px;
    }
    .why-us-wrapper .common-text-box{
        width:calc(100% / 3);
    }
    .why-us-wrapper .common-text-box:nth-child(1),
    .why-us-wrapper .common-text-box:nth-child(2),
    .why-us-wrapper .common-text-box:nth-child(3){
        border-bottom:3px solid #fff;
    }
    .why-us-wrapper .common-text-box:nth-child(3){
        border-right:none;
    }
    .quality-and-services-section .qlt-srv-box{
        padding:25px;
    }
    /*end about us*/
    h4.title-h4{
        font-size: 18px;
        padding: 12px 10px;
    }
    .service-right-tab form {
        padding: 15px 10px 25px;
    }
    .service-right-tab form .form-group{margin: 0 0 18px;}
    .service-right-tab form .form-group::after{
        width: 15px;
        height: 15px;
    }
    .service-right-tab form input, .service-right-tab form select{
        padding-left: 33px;
    }
    .service-right-tab form input[type="submit"]{
        padding: 8px;
        font-size: 15px;
    }
    .service-tabs #pills-tab li {
        /*padding: 0 10px;*/
        margin-bottom: 15px;
    }
    .service-tabs #pills-tab li:first-child {
        padding-left: 0;
    }
    .service-tabs #pills-tab li:last-child {
        padding-right: 0;
    }
    .service-tabs #pills-tab li a{
        padding: 5px 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .service-tabs {
        padding-top: 30px;
    }
    .contact-info-lft{
        flex: 1 1 100%;
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .conatct-info-img{
        width: 100%;
    }
    .contact-info-box{
        padding: 15px 20px 20px;
        flex-wrap: wrap;
        width: 32%;
        justify-content: center;
        text-align: center;
        box-shadow: 0 2px 10px 0px #00858d3b;
        border-radius: 10px;
    }
    .contact-info-box address, .contact-info-box a{
        word-break: break-all;
        font-size: 15px;
        line-height: 24px;
    }
    .contact-info-box .ico {
       display: block;
       width: 100%;
       margin: 0 0 20px;
    }
    .contact-info-box .ico img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: 0.5s;
        background: #00c6d23d;
        border: 2px solid #00c6d2;
        padding: 7px;
        border-radius: 100%;
        max-width: inherit;
    }
    .service-right-tab .recaptchaOuter{
        transform: scale(0.7);
        transform-origin: 0 center;
    }
    .inn-doctor-up {
        width: 58%;
    }
    .our-doctors-hldr .right-panel {
        padding-top: 60px;
    }
    .doctors-hldr-tab {
        padding: 20px 15px 25px 0;
        min-height: 152px;
		height:auto;
        margin: 0 0px 70px 30px;
		align-items:flex-end;
    }
    .doctors-hldr-tab .img {
        width: 100%;
        max-width: 190px;
		margin-top:0;
		left:0;
		bottom:-2px;
		top:auto;
    }
    .our-doctors-hldr .left-panel {
        width: 30%;
    }
	/*10-09-21*/
	h2.book-hd{
		bottom:60px;
		
	}
	.book-appoinment-top .app-tagline{
		font-size:16px;
		bottom:40px;
	}
	/*10-09-21*/

}
@media (max-width: 767px){
    .mobileMenuBtn {
        display: inline-block;
    }
    .contacthldr{
        display: none;
    }
    .care-line.brder{padding-right: 10px;}
    .care-line .icon {
        margin-right: 0px;
    }
    .care-line:last-child {
        margin: 0 0px 0 10px;
    }
    .header-menu-list{display: none;}
    .header-banner-ad-1234 img {
        max-width: 90px;
    }
    .header-social-list {
        width: 100%;
    }
    .header-social-list ul{
        justify-content: center;
    }
    .care-line .icon img {
        max-width: 25px;
    }
    .logo {
        max-width: 140px;
    }
    .sticky.site-header .logo{
        max-width: 130px;
    }
    .banner {
        padding-top: 90px;
    }
    .banner-contents h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 5px;
        text-shadow: 1px 2px 3px #000;
    }
    .banner-contents p {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        text-shadow: 1px 2px 3px #000;
    }
    .banner-txts {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .banner .owl-dots{
        right: 10px;
        bottom: 6px;
        text-align: right;
    }
    .banner .owl-dots button{
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }
    .banner-notice-hd{
        padding: 16px 6px;
        font-size: 14px;
    }
    .banner-notice-statement{flex: 2;}
    .welcome-to-nursing {
        padding-top: 30px;
    }
    .welcome-sec{flex-wrap: wrap;}
    .welcome-left {
        width: 100%;
    }
    .welcome-right{
        width: 100%;
        justify-content: center;
    }
    .read-btns{
        margin-bottom: 30px;
    }
    .welcome-left p,.welcome-left p.last-p-welcome{margin-bottom: 20px;}
    .welcome-to-nursing .img1 img {
        max-width: 150px;
    }
    .welcome-to-nursing .img1::before {
        right: -14px;
    }
    .emergency-chk-box{width: 100%;padding: 20px 0px 22px; margin: 0px;}
    .emergency-chks::after,.emergency-chks:last-child:after{display: none;}
    .emergency-chks:last-child .emergency-chk-box {
        border-bottom: 1px solid #ddd;
    }
    .emergency-chks:last-child .emergency-chk-box:last-child {
        border-bottom: 1px solid transparent;
    }
    .section-hding-hldr {
        width: 100%;
        display: table;
        margin: 0 auto 20px;
    }
    h2.titleh2 {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .hd-icon {
        margin: 0 0 5px;
        max-width: 80px
    }
    .spl-ftchrs-box{
        display: flex;
        align-items: center;
        min-height:50px;
        padding: 8px;
    }
    .spl-ftchrs-box .hding {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }
    .spl-ftchrs-box .ico {
        width: 20px;
        height: 20px;
    }
    .quick-hldr{flex-wrap: wrap;position: relative;}
    .doctor-img{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-44%);
    }
    .speciality-clinices-sec {
        padding-bottom: 140px;
        padding-top: 40px;
    }
    .doctor-img img {
        max-width: 100px;
    }
    .quick-hldr {padding: 30px 0;}
    .service-s-list {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
    .gallery-hldr {
        width: 100%;
        top: 20px;
        margin-bottom: -40px;
    }
    h2.title-2-h2 {
        margin: 0 0 20px;
        font-size: 28px;
        line-height: 34px;
    }
    .ot-slider-hldr .owl-dots{padding-top: 15px;}
    h3.title-h3{
        padding: 15px;
        font-size: 20px;
    }
    .our-gallery-sec{margin-bottom: 75px;}
    .testimonial_holder{margin: 0 0 30px;}
    .footer-top .row > div{
        margin-bottom: 20px;
    }
    .footer-top .row > div:last-child{
        margin-bottom: 0px;
    }
    .footer_bottom p{font-size: 13px;}
    .footer_bottom {
        padding: 15px 0;
    }
    .footer_col_holder ul.linklist{
        column-count: 2;
    }
    .timeof-checkups {
        padding-bottom: 20px;
    }
    .welcome-to-nursing {
        padding-bottom: 30px;
    }
    /*about us*/
    .inner-img img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .inner-banner-contents-inn h1{
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px;
    }
    .inner-banner-contents-inn p{
        font-size: 16px;
        line-height: 20px;
    }
    .vision-mission-wrapper .image-holder{
        width:40%;
        padding:0;
        text-align:center;
        margin:0 auto;
    }
    .vision-mission-wrapper .vm-text-box{
        width:100%;
    }
    .vision-mission-wrapper .text-holder{
        width:100%;
    }
    .vision-mission-wrapper .text-holder:nth-child(1):before{
        display:none;
    }
    .vision-mission-wrapper .vm-text-box h2{
        text-align:center;
    }
    .vision-mission-wrapper .vm-text-box h2:before{
        display:none;
    }
    .why-us-wrapper .common-text-box{
        width:50%;
        border-bottom:3px solid #fff !important;
        border-right:3px solid #fff !important;
    }
    .why-us-wrapper .common-text-box:nth-child(even){
        border-right:none !important;
    }
    .why-us-wrapper .common-text-box p br{
        display:block;
    }
    .qlt-srv-box ul li{
        text-align: justify;
        font-size:15px;
    }
    .about-psns-section{padding:30px 0 15px;}

    .quality-and-services-section .qlt-srv-box{
        padding: 15px;
        border-radius: 10px;
    }
    .qlt-srv-box ul li{padding-left: 20px;}


    /*end about us*/

    .service-tabs {
        padding-top: 0;
    }
    h2.title{
        font-size: 25px;
        line-height: 35px;
    }
    .tab-content-inn span.tab-img{
        margin-bottom: 30px;
    }
    .service-tab-lft p{
        text-align: justify;
    }
    .about-services-txt {
        margin-bottom: 30px;
    }
    .profile_tab_mg-holder {
        height: 200px;
		width:200px;
		margin:0 auto 25px auto;
    }
	.profile_tab_mg-holder img{
		object-position:top;
	}
    .service-tabs .tab-content{
        margin-bottom: 50px;
    }
    .service-tabs #pills-tab li a {
        font-size: 14px;
        line-height: 20px;
    }
    .service-hldr{
        padding-top: 30px;
    }
    .contact-info-box{
        width: 100%;
        margin: 0 0 15px;
    }
    .contact-us-sec{
        padding: 30px 0 50px;
    }
    .conatct-info-img {
        padding-top: 35px;
    }
    .enquiry-and-feedback-hldr .tab-content .form-inline .form-group {
        width: 100%;
    }
    h3.title-3{
        font-size: 28px;
        margin: 0 0 10px;
    }
    .enquiry-and-feedback-hldr .tab-content .form-group input[type="submit"]{margin: 0 auto;display: table;}
    h2.book-hd{
        text-align:center;
        font-size: 22px;
        width: 100%;
        padding: 0 20px;
		bottom:auto;
		top:15px;
		left:0;
    }
	.book-appoinment-top .app-tagline{
		width:100%;
		text-align:center;
		padding: 0 20px;
		left:0;
		bottom:10px;
		font-size:15px;
	}
    .book-appointment-from h3{
        margin: 0;
        font-size: 18px;
        padding: 10px;
    }
    .book-appointment-from form .form-inline .form-group {
        width: 100%;
    }
    .book-appointment-from form .form-group {
        position: relative;
        margin: 0 0 15px;
    }
    .recaptchaOuter{
        transform: scale(0.8);
        transform-origin: 0 center;
    }
    .book-appointment-from-hldr{display: block;}
    .our-doctors-hldr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .our-doctors-hldr .left-panel {
        width: 100%;
        margin: 0 0 25px;
    }
    
    .our-doctors-hldr .right-panel .row > div {
        margin-bottom: 35px;
    }
    .our-doctors-hldr .right-panel .row > div:nth-child(3n+2) {
        border: none;
    }
    .about-doc-box {
        padding: 0;
    }
    .about-doc-top img{height: 150px;}
    .about-doc-box .bookappoimnt_btn{

    }
    .our-doctors-hldr .right-panel {
        width: 100%;
        padding-top: 90px;
    }
    .doctors-hldr-tab {
        padding: 20px 25px 25px;
        height: auto;
        margin: 0 0 30px;
    }
    .doctors-hldr-tab .img {
        width: 100%;
        max-width: 100px;
        margin-left: 0;
        margin-top: 0;
        left: 50%;
        transform: translate(-50%,0);
        top: -93px;
    }
    .inn-doctor-up {
        width: 100%;
    }
	 /*03-09-21*/
	 .banner .owl-item.active .item img {
		height: 150px;
	}
	 /*03-09-21*/
	 
	 /*08-09-21*/
	 .service-tabs #pills-tab{
		justify-content:center;
	 }
	 .service-tabs #pills-tab li{
		 border: 1px solid #ff6600;
		margin: 2px;
	 }
	 .service-tabs #pills-tab li:last-child{
		 border-right: 1px solid #ff6600;
	 }
	 /*08-09-21*/
	 .contact-info-rt{
		 width:100%;
	 }
    .header-bottom-hldr{
        height:40px;
    }
}
@media (max-width: 359px){
     
}

