html {
    font-size: 1em
}

body {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: .5px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080 scale;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Rubik, sans-serif;
    font-weight: 400
}

.bold {
    font-weight: 500
}

.sp-b {
    color: #2081aa
}

h1 {
    font-size: 1.75em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

ul {
    padding: 0;
    margin-bottom: 0
}

a,
p {
    margin-bottom: .7rem
}

ul li {
    list-style: none
}

a:hover {
    text-decoration: none
}

.opacity-0 {
    opacity: 0
}

p {
    font-size: 1em
}

ion-icon {
    position: relative;
    top: 3px
}

a,
a:hover {
    text-decoration: none
}

.line {
    position: relative;
    display: block;
    margin-bottom: 20px;
    height: 1px
}

.d-table-center {
    display: table;
    margin: 0 auto
}

.line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #fff
}

.line-1:after {
    content: '';
    width: 150px
}

.line-2:after {
    content: '';
    width: 100px
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.disable:hover {
    cursor: not-allowed
}

.row-eq-height {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.scroller::-webkit-scrollbar {
    width: 10px
}

.scroller::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scroller::-webkit-scrollbar-thumb {
    background: #176687
}

.scroller::-webkit-scrollbar-thumb:hover {
    background: #0b374a
}

.media-small-left {
    padding-right: 10px
}

.media-small-left img {
    width: 110px;
    height: 121px
}

.font-weight-medium {
    font-weight: 500
}

.navbar {
    transition: all .5s ease-in-out
}

.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.affix .navbar-brand {
    width: 280px!important;
    margin: 0
}
@media (max-width:320px){
    .affix .navbar-brand {
        width: 250px!important;
        margin: 0
    }
}

.dropdown-toggle:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    min-height: 30px
}

.dropdown-menu {
    z-index: 9999999
}

.top-strip {
    padding: .6em 2vw;
    background-color: #2081aa
}

.email-addr,
.emergency-phone-no {
    color: #fff
}

.email-addr img,
.emergency-phone-no img {
    height: 20px;
    width: 20px;
    fill: #fff
}

.text-scroll {
    color: #fff;
    margin-bottom: 4px;
    background: #0d6c95;
    border-radius: 0 5px 5px 0;
    border-left: 2px solid #fff;
    display: inline-block;
    padding: 1px 8px;
    margin-bottom: 5px;
    font-weight: 500
}

.sp-strip {
    text-align: center;
    background: #2081aa;
    background-image: -webkit-linear-gradient(left, #117a8b 0, #3dade4 100%);
    background-image: -o-linear-gradient(left, #117a8b 0, #3dade4 100%);
    background-image: linear-gradient(to right, #117a8b 0, #3dade4 100%);
    padding: 1.6em 0;
    color: #fff
}

.sp-strip h2 {
    margin-bottom: 0;
    font-size: 1.25em;
    text-transform: uppercase
}

.navbar-header {
    background-color: #fff
}

.navbar-header {
    padding: .3em .2em
}

.navbar-header.active {
    position: fixed;
    padding: 0;
    -webkit-box-shadow: 0 0 3px 0 #ddd;
    box-shadow: 0 0 3px 0 #ddd
}

.navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>li:nth-child(1) {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.navbar>li:nth-child(2) {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.8s
}

.navbar-header .navbar-nav .nav-link {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: .5em 1em;
    margin-bottom: 0
}

.navbar-nav li:nth-last-child(2) {
    display: none
}

.plus-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/add.svg);
    position: relative;
    top: 4px
}

.navbar-light .dropdown-menu {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .4);
    top: calc(100% + 16px)
}

.dropdown-toggle:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    min-height: 30px
}

.navbar-light .dropdown-menu>a {
    margin-bottom: 0;
    padding: 7px 15px;
    font-family: Rubik, sans-serif
}

.navbar-light .dropdown-menu>a:hover {
    color: #499;
    background-color: #ebf6f6
}

.home-slider .bx-wrapper {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 100;
    margin-bottom: 0
}

.home-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    padding: 0
}

.home-slider .bx-wrapper .bx-controls-direction a:focus,
.home-slider .bx-wrapper .bx-controls-direction a:hover {
    background-position: 0 0;
    background-color:rgba(255, 255, 255, .74)
}

.home-slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/left-arrow.svg) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.home-slider .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/right-arrow.svg) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.home-slider .slide-caption {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px;
    font-size: 2.1vw;
    color: #2081aa;
    text-align: center;
    line-height: 1.6;
    border-radius: 0 20px;
    width: 85%;
    text-transform: uppercase
}

.carousel-arrow {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-control-prev-icon {
    background-image: url("../img/left-arrow.svg");
    width: 40px;
    height: 40px
}

.carousel-control-next-icon {
    background-image: url("../img/right-arrow.svg");
    width: 40px;
    height: 40px
}

.carousel-control-prev {
    left: 2%
}

.carousel-control-next {
    right: 2%
}

.carousel-indicators {
    bottom: 10%
}

.carousel-indicators .active {
    background-color: #2081aa
}

.carousel-caption {
    bottom: 40%
}

.three-block-info {
    position: relative;
    margin-top: -60px;
    z-index: 110;
    padding-bottom: 3em
}

.three-block-info .inner-part {
    color: #fff;
    padding: 2vw 1.5vw
}

.block3 a {
    color: #fff;
    font-weight: 600
}

.inner-part a:hover {
    text-decoration: none
}

.inner-part .btn-rounded {
    border-radius: 20px;
    padding: .25em .7em
}

.three-block-info h4 {
    margin-bottom: 20px
}

.three-block-info .block1 {
    background-color: #2081aa
}

.three-block-info .block2 {
    background-color: #176687
}

.inner-part .view-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    display: inline-table;
    justify-content: center
}

.three-block-info .block3 {
    background-color: #135470
}

.three-block-info .block3 .btn {
    color: #fff;
    padding-left: 0;
    margin-bottom: 0
}

.three-block-info .block3 .btn:hover {
    color: #000!important
}

.three-block-info .scroller {
    padding-right: 10px
}

section.section-pad {
    padding: 3em 2em
}

section .section-heading {
    padding-bottom: 20px;
    background-image: url(../img/under-line-blue.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 150px
}

section .section-heading.white-border {
    background-image: url(../img/under-line-white.png);
    background-repeat: no-repeat
}

.section-heading h2 {
    color: #2081aa
}

.heading {
    font-size: 1.4em
}

.facilities-list {
    padding-top: 3rem
}

.facilities-list li {
    display: flex;
    padding: 7px 0
}

.facilities-list li span {
    flex: 20px
}

.facilities-list li .icon {
    max-width: 18px;
    background-image: url(../img/shield.svg);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 5px
}

.facilities-list li span:last-child {
    font-weight: 400;
    padding-left: 10px
}

.view-more {
    border: none;
    box-shadow: 0 0 4px rgba(255, 255, 255, .8);
    padding: 8px 10px!important;
    transition: all .5s ease-in-out
}

.view-more:hover {
    color: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    background: 0 0
}

.specialities {
    background-color: #4d859c;
    background-image: url(../img/Specialities-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 7rem!important
}

.specialities .each-cell {
    padding: 0 2vw;
    margin-top: 4em;
    padding-bottom: 70px
}

.specialities .each-cell .view-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.specialities .row .col-sm-3:not(:last-child) .each-cell {
    border-right: 2px solid rgba(255, 255, 255, .3)
}

.specialities .each-cell .image {
    text-align: center
}

.specialities .each-cell .image img {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 1.5em
}

.specialities .each-cell h4 {
    font-size: 1.0625rem;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.specialities .each-cell p {
    margin-bottom: 20px;
    color: #fff;
    text-align: center
}

.specialities .each-cell .btn-rounded {
    border-radius: 20px;
    padding: .25em .7em;
    margin-top: 1em
}

.content-sec {
    margin-bottom: 1.5rem
}

.service-heading {
    color: #1999cc;
    font-size: 1.4em;
    margin-bottom: 1.5rem
}

.service-heading span {
    position: relative
}

.service-heading span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    background-color: #ebf4fd;
    width: 50px
}

.service-heading span:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 1px;
    background-color: #55afd4;
    width: 100%
}

.index {
    height: 22px;
    width: 22px;
    background-image: -webkit-linear-gradient(left, #117a8b 0, #3dade4 100%);
    background-image: -o-linear-gradient(left, #117a8b 0, #3dade4 100%);
    background-image: linear-gradient(to right, #117a8b 0, #3dade4 100%);
    color: #fff;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    font-weight: 600;
    border-radius: 15px;
    margin-right: 10px
}

.service-list {
    padding-left: 5px
}

.facilities-section .content {
    margin-bottom: 30px
}

.service-list li {
    opacity: .5;
    font-weight: 600;
    display: flex
}

.service-list li span img {
    width: 20px!important
}

.service-list li span {
    margin-right: 10px
}

.service-bg {
    background: linear-gradient(270deg, #32c8fa 0, #587de4 100%)
}

.service-subheading {
    color: #1999cc;
    font-size: 1.2em;
    margin-bottom: .5rem;
    opacity: .8
}

.content-sec ion-icon {
    color: #1999cc;
    font-size: 1.1rem
}

.about-banner .sp-banner .banner-heading-block {
    left: auto!important;
    right: 0!important
}

.content-sec p.font-weight-700 {
    opacity: .8
}

.content-sec span.font-weight-700 {
    opacity: .8
}

.testimonials {
    background-color: #f5f5f5;
    padding-bottom: 5em!important
}

.testimonials #carouselTesti {
    margin-top: 2rem
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
    width: 50px
}

.testimonials .carousel-control-prev {
    left: -100px;
    background-image: url('../img/left-arrow-2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.testimonials .carousel-control-next {
    right: -100px;
    background-image: url('../img/right-arrow-2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.testimonials .testi-text {
    line-height: 2;
    margin-bottom: 2rem
}

.testimonials .carousel-indicators {
    bottom: -3em
}

.testimonials .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #ff6a78;
    border-radius: 7px;
    margin: 0 7px
}

.testimonials .carousel-indicators li.active {
    background-color: #3b71d7
}

.news-events .date-circle {
    background-color: #2081aa;
    height: 70px;
    max-width: 70px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%
}

.news-events .card-img-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    top: 0;
    left: 0
}

.news-event-slider li {
    background: #fff;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.news-events .news-card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%
}

.card {
    background: 0 0
}

.news-events .news-card .btn {
    color: #2081aa;
    display: flex
}

.news-events .news-card .btn span {
    margin-bottom: -10px
}

.news-events .card-body {
    padding: 0
}

.card-body .card-title {
    background: linear-gradient(to right, #117a8b 0, #3dade4 100%);
    padding: 5px 5px;
    min-height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 0
}

.card-body .card-text {
    padding: 10px 10px;
    margin-bottom: 0
}

.card-body .view-more {
    text-align: center;
    font-size: 1em;
    box-shadow: none
}

.card-body .view-more:hover {
    text-decoration: none;
    color: #3dade4
}

.bx-wrapper {
    background: 0 0;
    box-shadow: none;
    border: none;
    display: table;
    margin: 0 auto
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: 0
}

.news-event-slider {
    display: flex;
    flex-wrap: wrap
}

.footer {
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../img/bgs/contact-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 2.5em 1em!important;
    position: relative
}

.footer ul {
    margin-bottom: 0;
    margin-top: 0
}

.footer ul li {
    margin: 0 0
}

.footer li p {
    margin-bottom: 0;
    padding: 5px 0
}

.footer li a {
    color: #fff;
    padding: 0
}

.footer li a:hover {
    color: rgba(255, 255, 255, .7)
}

.address-block span {
    vertical-align: top
}

.address-block .icon-left {
    padding: 0 10px 0 0
}

.address-block .icon-left ion-icon {
    font-size: 20px
}

.footer h5 {
    font-size: 1.15em;
    text-transform: uppercase;
    color: #3880ff;
    position: relative
}

.footer h5:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .3);
    width: 50px;
    height: 2px;
    left: 2px;
    bottom: -6px
}

.footer-heading {
    margin-bottom: 15px
}

.footer-social-icon {
    margin-top: 25px
}

.footer-social-icon li:not(:last-child) {
    margin-bottom: 15px
}

.social-icons li:not(:last-child) {
    margin-right: 20px
}

.footer-social-icon img {
    width: 25px;
    height: 25px
}

.footer-link-icon img {
    width: 12px!important;
    height: 12px
}

.empty-icon {
    width: 15px;
    height: 15px
}

.footer li a:hover {
    text-decoration: none;
    color: #3880ff;
    transition: all .5s ease-in-out
}


.footer-social-icon li:not(:last-child) {
    margin-bottom: 20px
}

.footer-social-icon span {
    margin-right: 8px
}

.footer-social-icon a {
    text-transform: uppercase
}

.service-left-icon img {
    width: 17px;
    height: 17px;
    display: inline-block
}

address p {
    margin-bottom: .3rem
}

.footer-sp-line {
    position: relative;
    top: 35px;
    overflow: hidden
}

.footer-sp-line p {
    position: relative;
    background: rgba(0, 0, 0, .7);
    display: inline-block;
    padding: 3px 10px 0 20px;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-radius: 20px 10px 20px 10px
}

.footer-sp-line p span {
    position: absolute;
    top: 0;
    left: -50px
}

@keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0)
    }
    to {
        left: -50%;
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0)
    }
    to {
        left: -50%;
        transform: translate(-100%, 0)
    }
}

.marquee {
    color: red;
    background: 0 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative
}

.text {
    position: absolute;
    top: 0;
    white-space: nowrap;
    height: 30px;
    animation-name: slide;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite
}

.facility-img {
    height: 378px!important
}

.copyrights {
    background-color: #000102;
    padding: .6em .5em;
    color: #fff
}

.copyrights p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400
}

.copyrights span {
    font-weight: 600!important
}

.copyrights a {
    color: #17a2b8!important;
    font-weight: 600!important
}

.copyrights a:hover {
    text-decoration: none
}

.banner-strip {
    height: 300px;
    position: relative
}

.banner-content {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center
}

.about-p h3 {
    font-size: 2em
}

.about-p h4 {
    font-size: 2em
}

.about-banner {
    background-image: url('../img/hospital-overall-image.webp')!important;
    background-size: 100%;
    background-repeat: no-repeat
}

.about-banner h1 {
    color: #fff!important
}

.page-banner {
    position: relative;
    overflow: hidden;
    font-size: 1rem
}

.page-banner .card-content {
    border-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2em;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 1em
}

.page-banner .card-content p {
    margin-bottom: 7px
}

.about-doctor {
    padding: 4rem 0;
    background-image: url(../img/Parallax_Pattern.webp);
    background-size: cover;
    background-position: fixed;
    color: #fff
}

.doctor-info p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7
}

.doctor-info .small {
    font-size: 1em!important;
    font-weight: 700
}

.media-left {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4)
}

.awarness-program {
    background-color: #f2f2f2
}

.awarness-program .line:after {
    content: ''
}

.awarness-program h3 {
    color: #2081aa
}

.awarness-program .label {
    color: #2081aa
}

.bio-data {
    background: #2081aa;
    padding: 3em 0
}

.bio-block {
    height: 600px;
    overflow-y: scroll
}

.doc-image {
    display: table;
    margin: 0 auto
}

.read-more {
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    transition: all .5s ease-in-out
}

.read-more:hover {
    color: red
}

.page-banner-section {
    height: 280px;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.contact-banner {
    background: url('../img/bgs/contact-bg.webp');
}

.sp-banner {
    background: url('../img/bgs/sp-bg.webp');
    background-size: cover;
    background-position: center;
}

.gallery-banner {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .6)), url(../img/bgs/gallery_bg.jpg);
    background-size: cover!important
}

.gallery-display {
    margin: 2em 1em
}

.gallery-banner h1 {
    color: #fff!important
}

.sp-banner .banner-heading-block {
    left: 60px;
    background: 0 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: flex-start;
    font-size: 1.75em
}

.about-banner .banner-heading-block {
    left: auto!important
}

.sp-banner .banner-heading-block h1 {
    color: #2081aa
}

.service-banner {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../img/services/serv_1_bg.jpg')
}

.p-care {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../img/bgs/patientCARE.jpg')
}

.banner-heading-block {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 0;
    background: linear-gradient(270deg, #32c8fa 0, #587de4 100%);
    height: 60px;
}
.career-block-heading {
    width: 125px;
}
.des-email {
    color: #000;
}

.content strong {
    opacity: .8
}

.banner-heading-block h1 {
    margin: 0
}

.page-banner-section h1 {
    color: #fff;
    font-size: .9em
}

.contact-pad-block {
    padding: 60px 15px;
    border: 1px solid #fff;
    margin-left: 2em;
    margin-right: 2em;
    background: #fff
}

.form-section {
    position: relative;
    padding: 30px 0;
    box-shadow: 0 0 20px rgba(37, 129, 169, .43)
}

.contact-map {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

#map-iframe {
    padding: 0
}

#map-iframe iframe {
    padding: 0;
    margin: 0;
    margin-bottom: -8px
}

.icon {
    font-size: 1.5em;
    color: #2081aa;
    font-weight: 700
}

.form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 1.25em 0;
    margin-bottom: .5em
}

.description h3 {
    color: #2081aa
}

.sp-contact-line {
    background: #fff;
    padding: 5px 15px;
    border-left: 2px solid red
}

.contact-page-map {
    height: 400px
}

.box {
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    overflow: hidden;
    perspective: 300px;
    position: relative
}

.box:hover .box-card {
    opacity: 0
}

.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all .3s ease 0s
}

.box:hover:before {
    top: 0
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all .3s ease 0s
}

.box:hover img {
    transform: scale(1)
}

.box .box-content {
    width: 100%;
    background-image: linear-gradient(270deg, rgba(50, 200, 250, .31) 0, #041135 100%);
    position: absolute;
    color: #fff;
    bottom: -1px;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom;
    transition: all .4s ease 0s
}

.box:hover .box-content {
    opacity: 1;
    transform: translateX(-50%) rotateX(0)
}

.box .title {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    padding: .8em 0
}

.box .post {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #606060;
    margin: 0 0 10px 0
}

.box .icon {
    padding: 0;
    margin: -17px 0 20px 0;
    list-style: none;
    margin-bottom: 0
}

.box .icon li {
    display: inline-block;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000;
    position: relative
}

.box .icon li a:hover {
    color: #fff
}

.box .icon li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ad0000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease 0s
}

.box .icon li a:hover:after {
    box-shadow: 0 0 10px #000;
    transform: translateY(-50%) rotate(360deg)
}

@media only screen and (max-width:576px) {
    .box {
        margin-bottom: 30px
    }
}

.box-card {
    background-image: linear-gradient(270deg, rgba(50, 200, 250, .31) 0, #041135 100%);
    padding: 0;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.box-card h3 {
    margin: 0!important;
    padding: 1em 0
}

.box-content .icon img {
    width: 20px!important
}

.gallery-image {
    padding: 5px
}

.gallery-list li a {
    border-radius: 100px;
    cursor: pointer;
    background: #fff;
    color: #101920;
    box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, .2);
    white-space: pre-wrap;
    text-align: center;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: .8px
}

.gallery-list li:not(:last-child) {
    margin-right: 30px
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 32%;
    margin: 5px;
    /* left:0% !important; */
}



.grid-item img {
    display: block;
    width: 100%;
    left:0% !important;
}

.grid-item {
    overflow: hidden;
    position: relative;
  
}
.grid:nth-child(7){
    overflow: hidden;
    position: relative;
    left: 0% !important;
}

.grid-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: rgba(255, 77, 83, .57);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease-in-out
}

.grid-item:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    transition: all .5s ease-in-out
}

.grid-item img {
    transition: all .5s ease-in-out;
    left:0% !important;
}

.grid-item:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.each-gallery-page {
    position: relative
}

.pagination {
    display: none
}

.pagination-left {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #000
}

.pagination-right {
    position: absolute;
    right: 20px;
    color: #000
}

.pagination-right img {
    transform: scaleX(-1)
}

.pagination img {
    width: 30px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    background: #000;
    overflow: hidden
}

.paginationimg:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out
}

.sp-image {
    display: table;
    margin: 0 auto
}

.sp-image img {
    width: 120px
}

.sp-content .view-more {
    display: table;
    margin: 0 auto
}

.patient-care-section .col-4 {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    padding: 8px 12px
}

.contact-heading {
    font-size: 1.5em!important
}

.social-icons img {
    width: 35px;
    height: 35px
}

.social-icons {
    display: flex;
    margin-top: 15px
}

.social-icons li :not(:last-child) {
    margin-right: 15px
}

.error {
    color: red;
    padding-top: 5px;
    padding-left: 5px;
    font-size: .9em
}

.sMessage {
    text-align: center;
    color: #2081aa;
    padding: 2px 10px;
    border-radius: 7px;
    margin-top: 5px;
    font-weight: 500;
    width: 100%
}
@media (max-width:576px){
    .three-block-info {
        background: #2081aa
    }
    .three-block-info .block1 {
        background: rgba(255, 255, 255, .1);
        margin-bottom: 15px;
        padding: 15px
    }
    .three-block-info h4 {
        margin-bottom: 10px
    }
    .three-block-info .block1 p {
        margin-bottom: .5em
    }
    .three-block-info .block2 {
        margin-bottom: 10px;
        padding: 15px
    }
    .three-block-info .block3 {
        margin-bottom: 10px;
        padding: 15px
    }
}
@media (min-width:768px) and (max-width:999px) {
    .grid-item,
.grid-sizer {
    width: 100% !important;
    margin: 5px;
    /* left:0% !important; */
}

}
@media only screen and (min-width:0) and (max-width:768px) {
    html {
        font-size: .9em
    }
    p {
        font-size: .9em
    }
    .copyrights {
        text-align: center;
        padding: .5em 1em
    }
    .copyrights p {
        float: none!important;
        font-size: .9em
    }
    section.section-pad {
        padding: 1em .5em 3em;
    }
    .footer li a {
        padding: 3px 0
    }
    .footer li p {
        padding: 3px 0
    }
    .footer .contact-block {
        padding-top: 1em;
        padding-bottom: 1em
    }
    .news-card {
        margin-bottom: 1rem
    }
    section .section-heading {
        margin-bottom: 20px!important;
        background-size: 140px
    }
    .testimonials .carousel-control-prev {
        left: 0;
        width: 30px;
        top: 60%
    }
    .testimonials .carousel-control-next {
        right: 0;
        width: 30px;
        top: 60%
    }
    .person-name {
        text-align: center!important
    }
    .testimonials #carouselTesti {
        margin-top: 0
    }
    .specialities .row .col-sm-3 :not(:last-child) .each-cell {
        border: none
    }
    .specialities .each-cell {
        margin-top: 1.5em
    }
    .specialities .each-cell .image img {
        max-height: 80px;
        max-width: 80px;
        margin-bottom: 1em
    }
    .each-cell {
        background: rgba(255, 255, 255, .1);
        padding: 15px 8px!important
    }
    .specialities .each-cell p {
        margin-bottom: 5px
    }
    .specialities {
        padding-bottom: 2em!important
    }
    .facilities-list {
        padding-top: 0;
        margin-bottom: 0
    }
    .three-block-info {
        margin-top: 0;
        padding: 2em 0
    }
    
    .home-slider .bx-wrapper .bx-controls-direction a {
        height: 30px;
        width: 30px
    }
    .home-slider .bx-wrapper .bx-pager {
        bottom: 0;
        background: rgba(56, 128, 255, .38);
        padding: 5px 0
    }
    .home-slider .carousel-indicators {
        bottom: 5%
    }
    .home-slider .slide-caption {
        width: 100%;
        font-size: 1em;
        background: rgba(255, 255, 255, .8)
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }
    .top-strip {
        padding: .5em 0
    }
    .top-strip .email-addr {
        padding-bottom: 5px
    }
    .top-strip .row {
        flex-direction: column
    }
    .top-strip .text-left {
        text-align: center!important
    }
    .top-strip .text-right {
        text-align: center!important
    }
    .about-banner .banner-heading-block {
        left: 0!important;
        justify-content:center;
    }
    .navbar-header .navbar-brand {
        width: 280px;
        height: 75px
    }
    .navbar-toggler {
        padding: .25rem .5rem;
        background: #2081aa
    }
    .navbar-header {
        padding-right: 15px
    }
    .navbar-header.active {
        padding-right: 15px
    }
    .navbar-light .navbar-toggler {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        margin-right: 15px
    }
    .navbar-toggler:focus {
        outline: 0
    }
    .navbar-light .navbar-toggler-icon {
        background: url('../img/menu.png');
        background-size: cover
    }
    .navbar-collapse {
        border-bottom: 3px solid #fff
    }
    .navbar-nav {
        background: #0c4560
    }
    
    .navbar-nav li {
        color: #fff
    }
    .navbar-nav li{
        position: relative;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: .9em;
    }
    .navbar-header {
        padding: 0
    }
    .navbar-header.active {
        padding-right: 0
    }
    .navbar-light .navbar-nav .active {
        background: rgba(255, 255, 255, .8)
    }
    .navbar-header .navbar-nav .nav-link {
        padding: .5em 0 .5em 30px
    }
    .line {
        display: none
    }
    .page-banner .card-content {
        margin-top: 85px;
        border-bottom: 5px solid #2081aa!important;
        margin-bottom: 20px
    }
    .page-banner .card-content p {
        font-size: .9em
    }
    .section-heading h3 {
        font-size: 1.25em
    }
    .about-page-banner .bg-image {
        background-size: cover!important;
        bottom: 10em
    }
    .doctor-info {
        margin-top: 2rem
    }
    .doctor-info p {
        font-size: .9em
    }
    .about-doctor {
        padding: 2em 0
    }
    .doctor-info h3 {
        font-size: 1.4em
    }
    .awarness-program {
        background: rgba(32, 129, 170, .2)
    }
    .awarness-program .label {
        margin-bottom: 10px
    }
    
    .page-banner-section {
        height: 150px
    }
    .service-heading {
        font-size: 1.2em;
        margin-top: 15px;
        line-height: 1.7
    }
    .service-subheading {
        font-size: 1.1em
    }
    .serv-image {
        margin: 30px 0;
        padding-bottom: 10px;
    }
    .fac {
        height: 378px!important
    }
    .contact-pad-block {
        margin: 0
    }
    .gallery-albums .album-container .each-album {
        width: 100%;
        min-height: 300px!important
    }
    .carousel-arrow {
        width: 25px;
        height: 25px
    }
    .specialities .each-cell .view-more {
        position: relative;
        left: 0;
        right: 0;
        transform: translateX(0);
        bottom: 0
    }
    .bx-controls-direction {
        display: none
    }
    .bx-wrapper {
        display: block
    }
    .footer-sp-line {
        top: 10px
    }
    .footer-social-icon {
        margin-top: 20px
    }
    .grid-item,
    .grid-sizer {
        width: 100% !important;
        margin: 5px
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: 0
    }
    .contact-pad-block {
        padding: 30px 0
    }
    .sp-strip {
        padding: 1em 0
    }
    .sp-strip h2 {
        font-size: 1em
    }
}

.bx-wrapper .bx-prev {
    margin-left: -8%;
    background: url(../img/icon/left-arrow.svg);
    width: 20px
}

.bx-wrapper .bx-next {
    margin-right: -8%;
    background: url(../img/icon/right-arrow.svg);
    width: 20px
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: 0
}

.error-class {
    display: block;
    height: 10px;
    background-color: transparent;
    color: red;
}

.success {
    text-align: center;
    color:green;
}

.home-slider .carousel-item .image {
    position: relative;
    padding-top: 45%
}

@media (max-width:767px) {
    .home-slider .carousel-item .image {
        padding-top: 71.42%
    }
}

.home-slider .carousel-item img {
    position: absolute;
    top: 0;
    left: 0
}
@media (max-width:991px){
    .facility-1 {
        margin-bottom: 16px;
    }
}

.facility-1 .image {
    position: relative;
    padding-top: 83.16%
}

.facility-1 .image img {
    position: absolute;
    top: 0;
    left: 0
}

.facility-2 .image {
    position: relative;
    padding-top: 70.01%
}

.facility-2 .image img {
    position: absolute;
    top: 0;
    left: 0
}

.section-pad .book-library-img {
    position: relative;
    padding-top: 73.91%
}

.section-pad .book-library-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-pad .book-library1-img {
    position: relative;
    padding-top: 73.57%
}

.section-pad .book-library1-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-pad .book-library2-img {
    position: relative;
    padding-top: 73.79%
}

.section-pad .book-library2-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-pad .doctor-large-img {
    position: relative;
    padding-top: 109.88%
}

.section-pad .doctor-large-img img {
    position: absolute;
    top: 0;
    left: 0
}

.logo-img img {
    width: 100%;
    height: 100%
}

.footer .icon-img {
    height: 40px
}

.each-service-section .serv-img {
    position: relative;
    padding-top: 45.31%
}

.each-service-section .serv-img img {
    position: absolute;
    top: 0;
    left: 0
}

.each-service-section .services-img {
    position: relative;
    padding-top: 103.14%
}

.each-service-section .services-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.foot-2-img {
    position: relative;
    padding-top: 74.85%
}

.foot-2-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.foot-1-img {
    position: relative;
    padding-top: 64.97%
}

.foot-1-img img {
    position: absolute;
    top: 0;
    left: 0
}

.kidney-img {
    position: relative;
    padding-top: 52.39%
}

.kidney-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.kidney-one-img {
    position: relative;
    padding-top: 96.1%
}

.kidney-one-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.facilities-image {
    position: relative;
    padding-top: 47.86%
}

.facilities-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.facility-3 {
    position: relative;
    padding-top: 103.7%
}

.facility-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.facility-2 {
    position: relative;
    padding-top: 55.3%
}

.facility-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.facility-4 {
    position: relative;
    padding-top: 66.91%
}

.facility-4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-img {
    position: relative;
    padding-top: 56.18%
}

.gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.poster-img {
    padding-top: 137.04%;
}

.poster-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
}

.machine-images img {
    width: 100%;
    height: 100%;
}
@media (max-width:320px){
    .navbar-header .navbar-brand {
        width: 250px;
        height: 75px;
    }
}

.email-addr a {
    color: #fff;
}
.emergency-phone-no a {
    color: #fff;
}
.footer-phone a {
    color: #fff;
}
.footer-mail a {
    color: #fff;
}
@media (max-width:800px){
    .doctor-info {
        margin-top: 2rem
    }
    .foot-1-img {
        margin-bottom: 2em;
    }
}
@media (min-width:1900px) and (max-width:2000px){
    .d-heart-care {
        min-height: 600px;
    }
}
@media (max-width:576px){
    .sp-banner .banner-heading-block {
        left: 5px;
        font-size: 1.25em;
        text-align: left;
        justify-content: center;
        background-size: cover
    }
    .sp-banner .banner-heading-block h1 {
        font-size: 0.85em;
    }
}
@media (max-width:600px){
    .book-library-img {
        margin-bottom: 2em;
    }
    /* .book-library1-img {
        margin-bottom: 2em;
    } */
}
@media (min-width:799px) and (max-width:801px){
    .d-heart-care {
        min-height: 615px;
    }
}
.ph_contact a{
    color: #212529;
}