@import url("root-variables.css");
@import url("custom-margin-padding.css");

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--poppins-font);
    font-size: 15px;
    overflow-x: hidden;
    width: 100%;
    color: #000;
}

/* Common CSS */
/* ==============================Text Selection Color===================================== */
::selection {
    background: var(--web-color2);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--web-color2);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--web-color2);
    /* Safari */
    color: #fff;
    text-shadow: none;
}


/* ===============================Container Spacing  Classes=========================================*/
.containspacing {
    padding: 15px 15px;
}

.containspacing1 {
    /* padding: 30px 30px; */
}

.containspacing2 {
    padding: 50px 15px;
}

.containspacing3 {
    padding: 100px 15px;
}

.containspacing-t-b {
    padding-top: 30px;
    padding-bottom: 50px;
}

/* ===============================Container Spacing  Classes End=========================================*/

textarea {
    resize: none;
}

a {
    color: #000;
    text-decoration: none;
}

.blog-heading{
    color: #428bca;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.acc {
    margin-bottom: 15px;
}

.img-responsive {
    width: 100%;
    max-width:100%;
}

.name{
    color: #428bca;
}

.acc-head {
    /* background-color: rgb(155, 154, 87); */
    padding: 0;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #000;
    transition: all .3s;
    color: #000;
}

.acc-head::before {
    right: 3px;
    width: 3px;
    height: 13px;
    margin-top: -7px;
}

@media screen and (max-width: 570px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }
 
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }
 
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }
 
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 1400px) {
    .blog-img img{
        width: 100%;
        height: auto;
    }
 
}

.acc-head::after {
    right: -1px;
    width: 12px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    /* color: #fff; */
    font-weight: bold;
}

.acc-content {
    padding: 15px 10px;
    padding: 0;
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}

h2.webheading {
    text-align: center;
    font-size: 35px;
    color: var(--web-color1);
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 65px;
}
.white-col {
    color: #fff !important;
}
.visibility-hidden {
    visibility: hidden;
    display: block;
}

.glassmorph {
    background: rgba(255,255,255,0.4);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: block;
    /* margin: 0 auto; */
    box-shadow: 1px 0px 6px 1px #00000082;
    box-shadow: 1px 0px 6px 1px #00000042
}
.bannersec .imgsec {
    position: relative;
}
.bannersec .imgsec img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}
.bannersec .bannertitle {
    position: absolute;
    top: 20%;
    left: 8%;
}
.bannersec .bannertitle h1 {
    font-size: 40px;
    color: var(--web-color1);
    text-transform: uppercase;
    font-weight: 700;
}
.bannersec .bannertitle .subtitle {
    font-size: 18px;
    font-weight: 600;
}
.bannersec .bannertitle .bookapt {
    display: inline-block;
    padding: 10px 0px;
    margin-top: 5px;
    background: var(--web-color1);
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
    border: 1px solid var(--web-color1);
    width: 170px;
    text-align: center;
}
.bannersec .bannertitle .teleconsult {
    display: inline-block;
    padding: 10px 0px;
    margin-top: 5px;
    /* background: var(--web-color1); */
    color: var(--web-color2);
    margin-right: 0px;
    font-size: 15px;
    border: 1px solid var(--web-color2);
    width: 170px;
    text-align: center;
}
.blankspacer {
    height: 100px;
    width: 100%;
    display: block;
}
.object-position-top {
    object-position: top !important;
}
.webcolor1 {
    color: var(--web-color1);
}
.webcolor2 {
    color: var(--web-color2);
}

  


/* Common CSS */

/* Header Sec */
.header .box1{
    display: none;
}

.header .box3{
    display: flex;
}

.header .social{
    width: 70%;
}

.header .social .social-media a {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    border: 1px solid var(--web-color3);
    font-size: 22px;
    padding: 7px;
    color: var(--web-color1);
    margin-right: 10px;
}



.header .clinic-call{
    width: 30%;
}

.header .clinic-call .col-xs-6{
    padding: 5px 5px 0 5px;
    text-align: center;
}

.header .clinic-call img{
    width: 26px;
}


.header .clinic-call .col-xs-6 p{
    margin: 9px 0 0 0;
    font-size: 12px;
    color: var(--web-color1);
    font-weight: 600;
}



.header .ctasec .col-xs-3 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.header .ctasec img {
    width: 30px;
}
.header .ctasec p {
    font-size: 12px;
    color: var(--web-color1);
    font-weight: 600;
    margin: 0;
}


.header .box5{
    display: none;
}

/* Banner Sec */
.bannersec img{
    z-index: -1;
}

.bannersec h2.title {
    font-size: 35px;
    color: var(--web-color1);
    font-weight: 600;
    margin-top: 10%;
}
.bannersec p.desc {
    font-size: 20px;
}
.bannersec p.btns {
    margin-top: 50px;
}
.bannersec .bookbtn {
    display: inline-block;
    background-color: var(--web-color1);
    border: 1px solid var(--web-color1);
    color: #fff;
    padding: 10px 20px;
    margin-right: 20px;
    transition: all 0.4s;
}
.bannersec .bookbtn:hover {
    background-color: transparent;
    color: var(--web-color1);
    margin-right: 20px;
    transition: all 0.4s;
}
.bannersec .telebtn {
    display: inline-block;
    border: 1px solid var(--web-color2);
    color: var(--web-color2);
    padding: 10px 40px;
    transition: all 0.4s;
}
.bannersec .telebtn:hover {
    background-color: var(--web-color2);
    color: #fff;
    transition: all 0.4s;
}

/* Achievements */
.counters {
    background: url('../images/achievements.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}
.counters .achievebox {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: block;
    /* margin: 0 auto; */
    box-shadow: 1px 0px 6px 1px #00000082;
    box-shadow: 1px 0px 6px 1px #00000042;
}
.counters .achievebox img {
    width: 50px;
    margin-bottom: 20px;
    height: 50px;
    object-fit: contain;
}
.counters .achievebox p {
    text-transform: uppercase;
}
.counters .achievebox p span {
    font-size: 35px;
    display: block;
    font-weight: 600;
}

/* About Us */
.aboutus .webheading {
    text-align: left;
}
.aboutus a {
    color: var(--web-color1);
}
.aboutus .aboutusimgbox {
    position: relative;
}
.aboutus .aboutusimgbox .playicon {
    position: absolute;
    top: 37%;
    left: -6%;
    height: 70px;
}
.aboutus .aboutusimgbox .aboutusmorph {
    width: 40%;
    height: 40%;
    min-height: 40%;
    top: 75%;
    left: 0px;
    right: -6%;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}
.aboutus .aboutusimgbox .aboutusmorph1 {
    width: 20%;
    height: 20%;
    min-height: 20%;
    top: -7%;
    left: -5%;
    /* right: 0px; */
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}

/* Best Services */
.bestservices .bestservtitle {
    color: var(--web-color1);
    font-weight: 600;
    padding-left: 22px;
    font-size: 20px;
}

/* Our Services */
.ourservice {
    position: relative;
}
.conebgimage {
    position: absolute;
    top: 0;
    background: url('../images/cone-shape.png');
    height: 130%;
    width: 100%;
    position: absolute;
    z-index: -4;
    top: -20%;
    background: url(../images/cone-shape.png);
    background-size: cover;
    background-size: 100% 101%;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.ourservice .servicebox {
    text-align: center;
    position: relative;
}
.ourservice .servicebox img {
    padding: 20px;
}
.ourservice .servicebox .servicemorph {
    width: 100%;
    height: 70%;
    min-height: 70%;
    top: 65%;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}
.ourservice .servicebox .servicemorph .title {
    color: var(--web-color1);
    font-size: 19px;
    font-weight: 700;
}
.ourservice .servicebox .servicemorph a {
    color: var(--web-color1);
}

    .ourservice .servicebox .servicemorph p{
        font-size: 14px;
    }


/* Doctors */
.ourdoctors .docbox1, .docbox2, .docbox3 {
    text-align: center;
    position: relative;
}
.ourdoctors img {
    padding: 10px;
}
.ourdoctors .docmorph{
    width: 100%;
    height: 53%;
    top: 85%;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}
.ourdoctors .docmorph .title {
    color: var(--web-color1);
    font-size: 20px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 2px;
}
.ourdoctors .docmorph .designation {
    margin-bottom: 1px;
    font-size: 16px;
}


/* Patient Says */
.patientsays {
    background: url('../images/patientreview-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
    padding-bottom: 50px;
}
.testimonial-carousel {
    /* display: none !important; */
}
.testimonial-carousel .item {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 30px;
    text-align: center;
    background: rgba(255,255,255,0.4);
    color: #fff;
}
.testimonial-carousel .item p {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-carousel .item p.personname {
    font-size: 20px;
    font-weight: 500;
}
.testimonial-carousel .item p.stars {
    font-size: 22px;
}

/* Follow us on */
.followussec .sociallink {
    margin-top: 30px;
    margin-bottom: 30px;
}
.followussec .sociallink span {
    font-size: 17px;
    font-weight: 500;
}
.followussec .sociallink img.social-icon {
    height: 40px;
    width: 40px;
    object-fit: contain;
    vertical-align: bottom;
}

/* blog sec */
.blogsec .blogbox {
    margin-top: 20px;
}
.blogsec .blogbox .morphbox {
    position: relative;
}
.blogsec .blogbox img {
    padding: 15px;
    height: 250px;
    object-fit: fill;
}
.blogsec .blogbox .blogmorph {
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 20px;
    text-align: center;
}
.blogsec .blogbox .blogmorph .blogtitle {
    color: var(--web-color1);
    font-size: 20px;
    font-weight: 700;
}
.blogsec .blogbox .datebox {
    display: none;
    position: absolute;
    bottom: 15%;
    left: 8%;
    background: var(--web-color1);
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    text-align: center;
}
.blogsec .blogbox .datebox p {
    margin: 0;
}
.blogsec .blogbox .datebox p span {
    display: block;
    font-size: 25px;
}

/* request appointment */
.requestappointmentsec {
    background: url(../images/request-appointment.jpg);
    /* height: 450px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
}
.requestappointmentsec .form-control {
    border-radius: 0;
    border: 1px solid var(--web-color3);
    color: var(--web-color3);
    font-size: 14px;
    height: 40px;
}
.requestappointmentsec label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.requestappointmentsec .submitbtn {
    width: 100%;
    text-align: center;
    height: 40px;
    background: var(--web-color2);
    display: block;
    color: #fff;
    padding: 4px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid var(--web-color3);
    transition: all 0.4s;
}
.requestappointmentsec .submitbtn:hover {
    background: #f170abf2;
    transform: all 0.4s;
}






/* Model */
.modelform{
    padding-right: 0 !important;
}

.modelform .modal-content{
    margin-top: 18% !important;
}

.modelform .modal-header{
    padding: 10px 15px;
}

.modelform h2{
    margin: 0;
    /* font-size: 30px; */
}

.modelform .close{
   position: absolute;
   top: 22px;
   right: 20px;
}

.modelform .form-control {
    border-radius: 0;
    border: 1px solid var(--web-color3);
    color: var(--web-color3);
    font-size: 14px;
    height: 35px;
}
.modelform .form-group {
    margin-bottom: 5px;
}

.modelform label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


.modelform  .submitbtn {
    width: 100%;
    text-align: center;
    height: 35px;
    background: #428bca;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 4px;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid var(--web-color3);
    transition: all 0.4s;
}
.modelform  .submitbtn:hover {
    background: #fff;
    transform: all 0.4s;
    color: #428bca;
}

/* Model */





/* request appointment */
.appointmentform {
    width: 100%;
    padding: 20px;
}

.appointmentform .container{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 18px 30px 15px 30px;
    background-color: #fff;
}

.appointmentform h2{
    text-align: center;
    margin: 1.9em 0;
}

.appointmentform .form-control {
    border-radius: 0;
    border: 1px solid var(--web-color3);
    color: var(--web-color3);
    font-size: 14px;
    height: 40px;
}
.appointmentform .form-group {
    margin-bottom: 10px;
}

.appointmentform label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.appointmentform .submitbtn {
    width: 100%;
    text-align: center;
    height: 40px;
    background: #428bca;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 4px;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid var(--web-color3);
    transition: all 0.4s;
}
.appointmentform .submitbtn:hover {
    background: #fff;
    transform: all 0.4s;
    color: #428bca;
}

/* .selectwrapper{
height: 150px;
} */

/* request appointment */















/* address bar */
.addressbar {
    background: var(--web-color1);
    color: #fff;
}

.addressbar .title {
    font-size: 20px;
    font-weight: 600;
}

.addressbar a {
    color: #fff;
}

.addressbar .fa {
    width: 20px;
    display: inline-block;
    font-size: 18px;
}

/* Footer CSS */
.footer {
    background: var(--grey-light);
}

.footer .logo-img {
    width: 70%;
    display: block;
    margin: auto;
}

.footer .foot-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--web-color1);
    letter-spacing: 0.3px;
}

.footer .foot-links a {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
}

.footer .info-brief {
    width: 85%;
    display: block;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

.footer .social-media a {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    border: 1px solid var(--web-color3);
    font-size: 22px;
    padding: 7px;
    color: var(--web-color1);
    margin-right: 10px;
}

.footer .newsletterbox {
    width: 85%;
    margin: auto;
    margin-top: 30px;
}

.footer .newsletterbox .form-group {
    position: relative;
}

.footer .newsletterbox input {
    border-radius: 0;
    border: 1px solid var(--web-color3);
    color: var(--web-color3);
    font-size: 13px;
}

.footer .newsletterbox span {
    position: absolute;
    width: 35px;
    height: 34px;
    top: 0;
    right: 0;
    background: var(--web-color1);
    text-align: center;
    padding: 5px;
    color: #fff;
}

.footer .open-hrs {
    font-size: 15px;
}

.footer .open-hrs p {
    margin-bottom: 5px;
}

.copy-foot {
    background: var(--grey-dark);
    text-align: center;
}

.copy-foot p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}


.copy-foot2{
    text-align: center;
    display: none;
}



/* .mobile-fixed-footer {
	display: none !important;
	color: #fff;
    background-color: #046ab7;
    border-color: #046ab7;
	width: 100%;
	z-index: 9999;
} */


/* Contact Us Page */
.requestappt label {
    font-size: 13px;
    font-weight: 600;
}
.requestappt .form-control {
    background: #f4f4f4;
    height: 40px;
    border-radius: 0;
    border: 1px solid;
}
.requestappt .submitbtn {
    width: 100%;
    text-align: center;
    height: 40px;
    background: var(--web-color1);
    display: block;
    color: #fff;
    padding: 4px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid var(--web-color1);
    transition: all 0.4s;
    font-size: 17px;
    font-weight: 500;
    padding: 7px;
    letter-spacing: 1px;
}
.requestappt .submitbtn:hover {
    background: var(--web-color1);
    transform: all 0.4s;
}
.addresses .addressbox .branch {
    font-size: 16px;
    font-weight: 600;
    color: var(--web-color1);
    margin-top: 9px;
    line-height: 18px;
}
.addresses .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--web-color1);
    line-height: 18px;
}

/* new appointment form */
/* .appointmentform .box1{
    margin-left: 50px !important;
} */


/* Blog Inner */
.bloginner .blogheader {
    margin-top: 30px;
}
.bloginner .blogheader h4 {
    font-size: 22px;
    color: var(--web-color1);
    font-weight: 600;
}
.bloginner .blogheader p {
    font-size: 14px;
    font-weight: 500;
}
.bloginner .blogheader p span {
    display: inline-block;
    float: right;
}
.bloginner .blogbody {
    margin-top: 30px;
}
.bloginner .blogbody .author {
    font-weight: 600;
    margin-top: 30px;
}


/* Media Page */
.mediagallery .mediabox p {
    margin-top: 10px;
    font-weight: 500;
}
.mediagallery .mediabox p span {
    font-weight: 600;
    color: var(--web-color1);
}


/* News and Events Page */
.newsevents img {
    min-height: 270px;
    max-height: 270px;
    object-fit: fill;
}


/* Our Doctors Page */
.ourdoctors img {
    padding: 20px;
}

.ourdoc-img2{
    padding-top: 30px;
}

.ourdoctors p.drname {
    font-size: 25px;
    color: var(--web-color1);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.ourdoctors p.qualification {
    font-size: 16px;
    font-weight: 500;
}



/* menu css */
nav .navbar-nav{
    display: flex;
    overflow: auto;
    white-space: nowrap;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-nav nav {
    background: var(--web-color1);
    border-color: var(--web-color1);
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background: var(--web-color2);
}
.dropdown-menu-large {
    left: 13%;
    left: auto;
}
.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    /* margin-left: 16px; */
    /* margin-right: 16px; */
    padding: 10px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 10px 20px;
    padding: 6px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    /* color: #333333; */
    white-space: normal;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}
.nav>li {
    padding: 0 7px;
}
.nav.navbar-nav > li:first-child {
    padding-left: 0;
}
.nav.navbar-nav > li:last-child {
    padding-right: 0;
}
.dropdown-menu .divider {
    margin: 0;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--web-color2);
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.dropdown-menu-large.services-menu-large {
    max-width: 85% !important;
    width: 85%;
    left: 7%;
}
.dropdown-menu-large.services-menu-large .col-sm-4 {
    width: 34.333333%;
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

/* Director says */
.directorsec h3 {
    color: var(--web-color1);
    font-size: 26px;
    font-weight: 600;
}

/* Teams Page */
.ourteam img {
    padding: 20px;
}
.ourteam h4 {
    font-size: 23px;
    color: var(--web-color1);
    font-weight: 600;
    margin-top: 20px;
}
.teamsec .title {
    margin-top: 10px !important;
    font-size: 19px !important;
}

.teamsec .docmorph{
    width: 100%;
    height: 35%;
    top: 85%;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: auto;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}


/* Best Services */
.bestservicon {
    height: 80px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px double var(--web-color3);
    padding: 4px;
}
.bestservicon.active {
    /* height: 95px; */
    transform: scale(1.25);
    transition: all 0.4s;
}

/* Our Gallery */
.owl-thumbs .owl-thumb-item {
    height:150px;
    width: 100%;
    max-width:150px;
    background: transparent;
    border: none;
    overflow: hidden;
}
.owl-thumbs .owl-thumb-item img {
    max-width:100%;
    height:auto;
}
.owl-dots{
    position:absolute;
    bottom:170px;
    left:0;
    right:0;
}


/* Our gallery page */
.gallerysec .nav-pills {
    list-style-type:none;
    display:flex;
    justify-content: center;
    /* width: 50%; */
    /* margin: auto; */
}
.gallerysec .nav-pills li {
    display: list-item;
    margin-bottom: 30px;
}
.gallerysec .nav-pills img {
    height: 70px;
}
.gallerysec .nav-pills li.active img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.gallerysec .nav-pills li a, .gallerysec .nav-pills li a:hover, .gallerysec .nav-pills li a:focus {
    padding: 0;
    background: transparent;
    color: transparent;
}
.gallerysec .testimonial-gallery-carousel img {
    width: auto !important;
    margin: auto !important;
}
.owl-thumbs-image-gal, .owl-thumbs-testimonial {
    margin-top: 15px;
}
.owl-thumbs-image-gal .owl-thumb-item, .owl-thumbs-testimonial .owl-thumb-item {
    background: transparent;
    border: 0px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-thumb-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}


/* Services Page */
.servicepage {
    padding-bottom: 50px;
}
.servicepage .services-menu {
    list-style: none;
    padding: 0;
    width: 100%;
    justify-content: space-around;
    justify-content: center;
    display: flex;
    border-top: 1.5px solid #d6d6d6;
    border-bottom: 1.5px solid #d6d6d6;
    overflow-x: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.servicepage #container .space{
    margin-left: 100%;
}

.servicepage .services-menu::-webkit-scrollbar{
    width: 0;
}



.servicepage .services-menu li {
    float: left;
    /* border-top: 1.5px solid #d6d6d6; */
    /* border-bottom: 1.5px solid #d6d6d6; */
    border-right: 1.5px solid #d6d6d6;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    display: table-cell;
}



.servicepage .services-menu li:last-child {
    border-right-width: 0;
}
.servicepage .services-menu li a {
    display: inline-block;
    padding: 11px 30px;
    color: #878787;
    white-space: pre;
}
.servicepage .services-menu li a.active {
    background: var(--grey-dark);
    color: var(--web-color1);
    font-weight: 600;
}
.servicepage h3 {
    color: var(--web-color1);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.servicepage #slideBack{
    position: relative;
    top: 65px;
    right: 30px;
    fill: #428bca;
    cursor: pointer;
}

.servicepage #slide{
    position: relative;
    top: 65px;
    left: 99.5%;
    fill: #428bca;
    cursor: pointer;
}









.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
    /* z-index: -1; */
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
   
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    z-index: 1;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 9999999;
    pointer-events: all;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 17%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: auto;
    margin-bottom: 20px;
    letter-spacing: 0px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-size: 40px !important;
    color: var(--web-color1);
    text-transform: uppercase;
    font-weight: 700;
}
.slide-text > p {
    padding: 0;
    /* color: #ffffff; */
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 0px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: 18px !important;
    font-weight: 400;
    width: 60%;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text #removebr{
    display: none;
}



.ourdoctors #button {
    height: 40px;
    border: 0px;
    padding: 10px 20px;
    border: none;
    background-color: #428bca;
    border-radius: 25px;
    color: rgb(255 255 255);
    font-size: 16px;
    cursor: pointer;
}

.ourdoctors .modal {
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.501);
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    overflow: auto;
}
.ourdoctors .main {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
.ourdoctors .modal-content {
    width: 80%;
    height: 78%;
    border-radius: 8px;
    padding-top: 35px;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.ourdoctors .modal-content > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0px !important;
}
.ourdoctors .modal-content span {
    position: absolute;
    top: 0px;
    z-index: 999;
    right: 35px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    width: 60px;
    font-family: sans-serif;
}
.ourdoctors .modal-content > span > strong {
font-size: 30px;
font-weight: 400;
padding-top: 3px;
margin-left: 7px;
}
.iframe_div{
    position: relative;
    top: 0px;
}
@media screen and (max-width: 768px) {
    .ourdoctors #button {
    height: auto;
    }

    .ourdoctors .modal-content {
    width: 100%;
    height: auto;
    margin: 16px 15px;
    border-radius: 10px;
    padding-top: 0;
    }

    .ourdoctors .modal-content span {
    right: 24px;
    top: 25px;
    }

    .ourdoctors .modal-content > span > strong {
    font-size: 22px;
    padding: 0 0 2px 0;
    }
}







/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .remove{
        display: none;
    }

    .modelform h2{
        margin: 0;
        font-size: 30px;
    }
    
    .modelform .close{
       position: absolute;
       top: 20px;
       right: 15px;
    }
    

    .modelform .form-control {
        border-radius: 0;
        border: 1px solid var(--web-color3);
        color: var(--web-color3);
        font-size: 14px;
        height: 40px;
    }
    .modelform .form-group {
        margin-bottom: 10px;
    }
    
    .modelform label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }
    
    
    .modelform  .submitbtn {
        width: 100%;
        text-align: center;
        height: 40px;
        background: #428bca;
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 4px;
        font-size: 20px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        border: 1px solid var(--web-color3);
        transition: all 0.4s;
    }
    

    .bannersec{
        margin-bottom: 0px;
    }

    .appointmentform {
        position: static;
    }
    .appointmentform h2{
        text-align: center;
        margin: 0.2em 0;
    }
    
    
    .slide-text h1 {
        font-size: 40px !important;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px !important;
    }
    .slide-text #deskbr{
        display: none;
    }
    .slide-text #removebr{
        display: inline-block;
    }
    
    .servicepage #slideBack{
        position: relative;
        top: 65px;
        right: 30px;
        fill: #428bca;
        display: none;
    }
    
    .servicepage #slide{
        position: relative;
        top: 65px;
        left: 99.5%;
        fill: #428bca;
        display: none;
    }

}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .remove{
        display: none;
    }

    .modelform .form-control {
        border-radius: 0;
        border: 1px solid var(--web-color3);
        color: var(--web-color3);
        font-size: 14px;
        height: 40px;
    }
    .modelform .form-group {
        margin-bottom: 10px;
    }
    
    .modelform label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }
    
    
    .modelform  .submitbtn {
        width: 100%;
        text-align: center;
        height: 40px;
        background: #428bca;
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 4px;
        font-size: 20px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        border: 1px solid var(--web-color3);
        transition: all 0.4s;
    }


    .bannersec{
        margin-bottom: 0px;
    }

    .appointmentform label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }        

    .appointmentform {
        position: static;
    }

    .appointmentform h2{
        text-align: center;
        margin: 0.2em 0;
    }


    .slide-text {
        padding: 10px 50px;
        top: 0%;
    }
    .slide-text h1 {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px !important;
        line-height: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .control-round .carousel-control{
        display: none;
    }

    .slide-text #deskbr{
        display: none;
    }

    .slide-text #removebr{
        display: inline-block;
    }

    .servicepage .gynaec-service li:nth-child(2){
        margin-left: 510%;
    }

    .servicepage #slideBack{
        position: relative;
        top: 65px;
        right: 30px;
        fill: #428bca;
        display: none;
        cursor: pointer;
    }
    
    .servicepage #slide{
        position: relative;
        top: 65px;
        left: 99.5%;
        fill: #428bca;
        display: none;
        cursor: pointer;

    }

    

}
@media  (max-width: 480px) {
    .remove{
        display: none;
    }

    .modelform .form-control {
        border-radius: 0;
        border: 1px solid var(--web-color3);
        color: var(--web-color3);
        font-size: 14px;
        height: 40px;
    }
    .modelform .form-group {
        margin-bottom: 10px;
    }
    
    .modelform label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }
    
    
    .modelform  .submitbtn {
        width: 100%;
        text-align: center;
        height: 40px;
        background: #428bca;
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 4px;
        font-size: 20px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        border: 1px solid var(--web-color3);
        transition: all 0.4s;
    }


    .bannersec{
        margin-bottom: 0px;
    }
    
    .appointmentform {
        position: static;
    }
    .appointmentform label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }      
    
    .appointmentform h2{
        text-align: center;
        margin: 0.2em 0;
    }


    .slide-text {
        padding: 10px 15px ;
        top: 0%;
    }
    .slide-text h1 {
        font-size: 20px !important;
        line-height: 25px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .slide-text > p {
        font-size: 12px !important;
        line-height: 18px;
        margin-bottom: 10px;
        width: 100%;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
    
    .slide-text #deskbr{
        display: none;
    }

    .slide-text #removebr{
        display: inline-block;
    }

    .servicepage .services-menu {
        overflow-x: scroll;
    }
    
    .servicepage .services-menu::-webkit-scrollbar {
        display: none;
    }    

    .servicepage .gynaec-service li:nth-child(1){
        margin-left: 505%;
    }
    
    .servicepage .testtube-service li:nth-child(1){
        margin-left: 270%;
    }

    .servicepage .maternity-service li:nth-child(1){
        margin-left: 255%;
    }

    .servicepage #slideBack{
        position: relative;
        top: 65px;
        right: 30px;
        fill: #428bca;
        display: none;
        cursor: pointer;
    }
    
    .servicepage #slide{
        position: relative;
        top: 65px;
        left: 99.5%;
        fill: #428bca;
        display: none;
        cursor: pointer;

    }
    
    .servicepage #container .space{
        margin-left: 0;
    }    


    .bannersec .bannertitle .bookapt {
        display: none;
        padding: 10px 0px;
        margin-top: 5px;
        background: var(--web-color1);
        color: #fff;
        margin-right: 5px;
        font-size: 15px;
        border: 1px solid var(--web-color1);
        width: 170px;
        text-align: center;
    }
    .bannersec .bannertitle .teleconsult {
        display: none;
        padding: 10px 0px;
        margin-top: 5px;
        /* background: var(--web-color1); */
        color: var(--web-color2);
        margin-right: 0px;
        font-size: 15px;
        border: 1px solid var(--web-color2);
        width: 170px;
        text-align: center;
    }
    
}

.color-style {
    color:#f171ac;
}

.short-line {
    padding-left: 18px;
}
.short-lines {
    padding-left: 16px;
}