body {
    font-family: "Source Sans Pro", sans-serif;
    color: #676767;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    overflow-x: hidden;
}

body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #221223;
    margin-top: 0;
    margin-bottom: 20px
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    margin: 0 0 20px;
    line-height: 26px
}

.pt-1em {
    padding-top: 1em
}

ol,
ul {
    margin-bottom: 20px
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.listnone {
    list-style: none
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1d74ca
}

 ::selection {
    background: #e5f1f0;
    color: #2d2f30
}

 ::-moz-selection {
    background: #e5f1f0;
    color: #2d2f30
}

*,
 ::after,
 ::before {
    transition: all .3s ease-in-out
}

hr {
    color: #d3d9df
}

.no-pad {
    padding: 0!important
}

.no-mrg {
    margin: 0!important
}

.mb0 {
    margin-bottom: 0
}

.heading-title {
    text-transform: uppercase;
    color: #207fdc;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 10px
}

.sub-title {
    color: #221223;
    font-weight: 600;
    margin-bottom: 40px
}

.sub-title-normal {
    color: #221223;
    font-weight: 500
}

.listnone {
    list-style: none;
    padding: 0
}

.lead {
    font-size: 21px;
    font-weight: 500;
    color: #313335;
    line-height: 1.6
}

.highlight {
    color: #ec6b08
}

.ptbg {
    background: #f3f3f3
}

.bluebg {
    background: #207fdc;
    color: #fff
}

.black {
    color: #221223
}

* {
    outline: 0!important
}

.btn {
    padding: 13px 25px 13px 25px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: transparent
}

.btn-default {
    background: #f44336;
    color: #fff;
    border: 2px solid #f44336
}

.btn-default:hover {
    background-color: #f9c729;
    color: #fff;
    border: 2px solid #f9c729
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #f9c729;
    border: 2px solid #f9c729
}

.btn-primary {
    background: #f44336;
    color: #fff;
    border: 2px solid #f44336
}

.btn-primary:hover {
    border: 2px solid #c8d3dc;
    background-color: #fff;
    color: #221223
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #196398;
    border: 2px solid #c8d3dc
}

.btn-secondary {
    background-color: #074571;
    color: #fff
}

.btn-secondary:hover {
    background-color: #0b5386;
    color: #fff
}

.btn-lg {
    font-size: 16px;
    padding: 17px 25px;
    border-radius: 33px
}

.btn-sm {
    font-size: 14px;
    padding: 10px 14px
}

.btn-xs {
    font-size: 12px;
    padding: 6px 8px
}

.btn-link {
    color: #ec6b08;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn-linegreen {
    color: #fff;
    border-bottom: 4px solid #f44336;
    border-radius: 0;
    padding: 13px 1px;
    margin-right: 30px;
    font-size: 17px;
    font-weight: 500
}

.btn-lineblue {
    color: #fff;
    border-bottom: 4px solid #2481dc;
    border-radius: 0;
    padding: 13px 1px;
    font-size: 17px;
    font-weight: 500
}

.btn-lineyellow {
    color: #fff;
    border-bottom: 4px solid #f9c729;
    border-radius: 0;
    padding: 13px 1px;
    font-size: 17px;
    font-weight: 500
}

.btn:focus,
.btn:hover {
    box-shadow: .87px .096px 10px 0 rgba(0, 0, 0, .4)
}

.btn-lineblue:hover,
.btn-linegreen:hover {
    box-shadow: none;
    color: #f5f5f5
}

.form-control {
    background-color: transparent;
    border-bottom: solid 1px #afbdbc;
    box-shadow: none;
    font-size: 15px;
    color: #221223;
    padding: 6px 15px 6px 40px;
    line-height: 2.67;
    border-radius: 0;
    height: 40px;
    font-weight: 600;
    position: relative
}

.error {
    color: red;
    font-size: .8em
}

.form-control:focus {
    border-color: #7979dc;
    box-shadow: 0 0 0 1px #7979dc
}

.form-control:focus+span {
    color: #54549c
}

.text {
    padding-left: 10px
}

#header-fix.affix {
    background-color: #fff;
    width: 100%
}

#header-fix.affix .top-bar {
    background-color: rgba(0, 0, 0, .9)
}

#header-fix .timing-bar {
    background-color: rgba(0, 0, 0, .9)
}

#header-fix.affix .top-bar .logo-block {
    bottom: 30px!important
}

#header-fix.affix .top-bar .logo-block img {
    height: 57px;
    width: 93px
}

#header-fix.affix .top-bar p {
    font-size: 12px
}

#header-fix.affix .top-bar h5 {
    margin-bottom: 0;
    font-size: 14px
}

#header-fix.affix .top-bar .left-block,
#header-fix.affix .top-bar .right-block {
    padding-top: 10px
}

#header-fix.affix .top-bar .follow-btn {
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 20px
}

.page-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    width: 100vw;
}

@media(max-width:991px) and (min-width:600px) {
    .page-header-fixed {
        width: 100vw;
    }
}

.topbar {
    background-color: #eef2f6;
    width: 100vw;
}

@media(max-width:991px) and (min-width:600px) {
    .topbar {
        width: 100vw;
    }
}

.topbar-contact {
    float: right
}

.topbar-email {
    border-right: 1px solid #e3e3e3
}

.topbar-info {
    padding: 6px 20px;
    display: inline-block
}

.topbar-info a {
    color: #5f7080;
    font-size: 14px;
    text-transform: uppercase
}

.topbar-info i {
    margin-right: 10px;
    color: #b2c3d3
}

p.wel-msg {
    text-transform: uppercase;
    padding-top: 7px;
    font-size: 14px;
    margin-bottom: 10px
}

.top-bar {
    padding: 5px 20px;
    vertical-align: middle;
    background-size: 5px;
    background-color: rgba(64, 64, 64, .53)
}

.top-header {
    background: #fff
}

.top-header p span {
    color: #f54335!important
}

.top-bar .left-block {
    float: left;
    padding-right: 20px;
    padding-top: 22px
}

.top-bar .right-block {
    float: right;
    padding-top: 22px;
    padding-left: 20px
}

.top-bar .logo-block {
    vertical-align: middle
}

.top-bar .logo-block img {
    width: 132px;
    height: 81px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.top-bar p {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    color: #5caeff;
    text-transform: uppercase
}

.top-bar p span {
    color: #fff;
    padding-right: 3px
}

.top-bar h5 {
    font-weight: 600;
    font-size: 18px;
    color: #ffca2b;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}

.top-bar .social-btn p span {
    padding-right: 2px
}

.top-bar .social-btn p {
    color: #ffca2b;
    font-weight: 700
}

.top-bar .social-btn .follow-btn {
    display: inline-block;
    margin-left: 6px;
    height: 25px;
    width: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%
}

.top-bar .social-btn .follow-btn:nth-child(1) {
    background-color: rgba(6, 137, 226, .93)
}

.top-bar .social-btn .follow-btn:nth-child(2) {
    background-color: #5caeff
}

.top-bar .social-btn .follow-btn:nth-child(3) {
    background-color: #f44336
}

.header {
    position: relative;
    background-color: rgba(0, 0, 0, .62);
    width: 100vw
}

.header:before {
    content: "";
    position: absolute;
    right: 0;
    left: 40%;
    margin-left: -15px;
    top: 0;
    bottom: 0
}

.navbar-brand {
    height: auto;
    padding: 10px 0
}

.c1 {
    color: #337ab7
}

.header .logo {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin: 3px 0 0;
    font-size: 24px;
    color: #f44336
}

.header .logo span {
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #123
}

.header-timing table {
    margin-bottom: 0
}

.header-timing th,
td {
    border: none!important;
    padding: 2px!important;
    color: #ddd
}

.timing-bar {
    background-color: rgba(64, 64, 64, .63)
}

.timing-bar span {
    color: #ffca2b;
    line-height: 1;
    letter-spacing: .75px;
    padding-right: 6px
}

.timing-bar .week {
    color: #5caeff
}

.slider .item-1 {
    width: 100%;
    height: 700px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../img/slider/slider_1.webp);
}

.slider .item-2 {
    width: 100%;
    height: 700px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../img/slider/slider_2.webp);
}

.slider .item-3 {
    width: 100%;
    height: 700px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../img/slider/slider_3.webp);
}

.slider .item-4 {
    width: 100%;
    height: 700px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../img/slider/slider_5.webp);
}

.overlay-home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .5)
}

.banner-section {
    position: relative;
    padding-top: 25px
}

.banner-section .slider .owl-carousel .owl-item:nth-child(1) .item {
    background-image: url(../img/slider/slider_1.webp);
}

.banner-section .slider .owl-carousel .owl-item:nth-child(2) .item {
    background-image: url(../img/slider/slider_2.webp);
}

.banner-section .slider .owl-carousel .item:nth-child(3) {
    background-image: url(img/slider/slider_3.webp);
}

.banner-section .slider .owl-carousel .item:nth-child(4) {
    background-image: url(img/slider/slider_5.webp);
}

.slide-captions {
    position: absolute;
    width: 100%;
    bottom: 25%
}

.slide-title {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.3
}

.slide-heading {
    color: #fff;
    font-weight: 700;
    font-size: 47px;
    letter-spacing: -1px;
    line-height: 1.4
}
@media (min-width:1000px) and (max-width: 1100px) {
    .slide-heading {
        font-size: 40px;
    }
}

@media (min-width:600px) and (max-width: 800px) {
    .slide-heading {
        font-size: 29.6px;
    }
}

.slide-captions .slide-heading span {
    display: block;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #03a9f4
}

.specialities-box {
    background: rgba(255, 255, 255, .7);
    width: 370px;
    position: absolute;
    z-index: 99;
    right: 0;
    padding: 32px 22px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .3)
}

.specialities-box .heading-title {
    margin-bottom: 5px
}

.specialities-box li {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    margin-bottom: 10px;
    padding-bottom: 15px
}

.specialities-content h3,
.specialities-content p {
    letter-spacing: -.1px
}

.specialities-content p {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .6);
    font-size: .9em
}

.specialities-content h5 {
    margin-bottom: 0!important
}

.specialities-content h3 {
    font-weight: 600
}

.specialities-box li:last-child {
    border-bottom: none
}

.banner-section .container-fluid.specialities-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.banner-section .owl-controls {
    position: absolute;
    left: 80px;
    bottom: 36px;
    width: auto;
    top: auto
}

.banner-section .owl-controls .owl-dots .owl-dot.active span,
.banner-section .owl-controls .owl-dots .owl-page.active span {
    background-color: #f9c729
}

.specialities-icon {
    float: left
}

.specialities-icon i {
    font-size: 54px;
    color: #207fdc;
    line-height: 1.1;
    margin-left: 0
}

.specialities-content {
    margin-left: 20px;
    float: left
}

.testimonial-section {
    background: #e5f1f0;
    padding: 60px 0
}

.testimonial-box {
    width: 60px;
    height: 60px;
    margin: 30px 5px 30px 5px
}

.testimonial-text {
    font-size: 17px;
    color: #676767;
    margin-bottom: 25px
}

.testimonial-name {
    color: #2f2f2f;
    text-transform: uppercase;
    letter-spacing: -1;
    font-size: 14px;
    font-weight: 700
}

.testimonial-name::before {
    background: #f44336;
    content: "";
    display: block;
    height: 2px;
    margin: 0;
    width: 10px
}

.testimonial-arrow-right {
    position: relative;
    border-right: 1px solid #d2e1e4
}

.testimonial-arrow-right:after,
.testimonial-arrow-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.testimonial-arrow-right:after {
    border-left-color: #e5f1f0;
    border-width: 10px;
    margin-top: -10px
}

.testimonial-arrow-right:before {
    border-left-color: #d2e1e4;
    border-width: 11px;
    margin-top: -11px
}

.testimonial-box.projectitem img {
    border: 3px solid #e5f1f0
}

.testimonial-box.projectitem.active img {
    border: 3px solid #fff;
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, .4)
}

#testimonial-content .owl-item .projectitem {
    padding: 0 90px
}

#testimonial-content .projectitem {
    border: 0;
    position: relative
}

#testimonial-content .projectitem:before {
    content: "â€œ";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 40px;
    font-size: 48px;
    color: #f44336
}

#testimonial-content .projectitem:after {
    content: "â€";
    display: inline-block;
    position: absolute;
    bottom: 0;
    font-size: 48px;
    color: #f44336;
    right: 40px
}

#testimonial-box1 .owl-controls .owl-dots .owl-dot span,
#testimonial-box1 .owl-controls .owl-dots .owl-page span {
    background-color: #47b3d8
}

#testimonial-box1 .owl-controls .owl-dots .owl-dot.active span,
#testimonial-box1 .owl-controls .owl-dots .owl-page.active span {
    background-color: #fff
}
@media (max-width:991px){
    #testimonial-box1 .owl-dots {
        text-align: center;
    }
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.about-section {
    padding: 4em 1em;
    background-repeat: no-repeat;
    width: 100%
}

.about-title {
    padding: 15px 0
}

.about-title .aboutus-content {
    padding-bottom: 2em
}

.about-section .aboutus-image {
    max-width: 400px
}

.aboutus-image {
    position: relative;
    padding-top: 100%
}

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

.about-whitebox {
    padding: 40px 70px;
    box-shadow: 0 37px 218px 0 rgba(0, 0, 0, .1);
    z-index: 99;
    background: #fff
}

.about-whitebox .sub-title {
    margin-bottom: 15px
}

.about-whitebox .working-hour p {
    margin-bottom: 5px
}

.about-whitebox .working-hour p span {
    font-weight: 700
}

.ptb80 .btn {
    margin-bottom: 20px
}

.about-us-section .bx-wrapper {
    border: none;
    box-shadow: none
}

.wp .bx-wrapper .bx-prev {
    left: -40px
}

.wp .bx-wrapper .bx-next {
    right: -40px
}

.department-section {
    padding: 2em 0;
    background: #207fdc;
    /* overflow-x: hidden; */
}
@media (max-width:991px){
    .department-section {
        overflow-x: hidden;
    }
}

.department-section .heading-title {
    color: #fff
}

.department-section .sub-title {
    color: #bed5eb
}

.department-section h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: -1;
    margin-bottom: 15px
}

.department-section p {
    color: #c8e1fa;
    margin-bottom: 0
}

.department-inner-icon {
    text-align: center;
    color: #fff
}

.department-inner-icon i {
    font-size: 20px!important
}

.each-module .department-icon {
    display: inline-block
}

.department-section .each-module {
    padding: 25px 20px;
    margin-bottom: 30px;
    border: 3px solid transparent
}

@media (min-width:1600px) {
    .department-section .each-module .para {
        height: 250px;
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .department-section .each-module .para {
        height: 320px;
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    .department-section .each-module .para {
        height: 210px;
    }
}

@media (min-width:1000px) and (max-width:1100px) {
    .department-section .each-module {
        height: 395px;
    }
}

@media (min-width:760px) and (max-width:991px) {
    .department-section .each-module {
        height: auto;
    }
}

.department-section .each-module:hover {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 5px 1px 0 #ffeb3b
}

.department-section .each-module:hover h2 a {
    color: #ffeb3b
}

.department-section .each-module:hover .department-icon {
    color: #ffeb3b
}

.department-icon {
    color: #fff;
    font-size: 40px;
    line-height: 1.2
}

.department-section h2 a {
    color: #fff
}

.about-us-section {
    padding-top: 170px
}

.about-image {
    position: relative;
    padding-top: 100%
}

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

.about-us-section img {
    padding-bottom: 30px
}

.ptbg img {
    padding-bottom: 0;
    width: 100%
}

.ptb80.ptbg {
    padding: 40px 0
}

.doctor-section {
    padding: 2em 0
}

.dr-tabs-box {
    margin: 0;
    padding: 0
}

.doctor-section .image {
    position: relative;
    padding-top: 100%
}

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

.dr-tabs-box ul li {
    border-bottom: 1px solid #e5f1f0
}

.dr-tabs-box ul li:last-child {
    border-bottom: none
}

.dr-box {
    display: inline-block;
    padding-top: 20px
}

.dr-img {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px
}

.dr-box img {
    border: 2px solid #e5f1f0
}

.dr-tabs-box .nav>li>a:focus,
.dr-tabs-box .nav>li>a:hover {
    background: 0 0
}

.dr-tabs-box .nav>li>a {
    padding: 0
}

.dr-tabs-box li.active .dr-img img {
    border: 2px solid #f44336
}

.dr-details {
    box-shadow: 0 21px 163px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 40px 60px;
    display: table;
    position: relative
}

.dr-details:after,
.dr-details:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.dr-details:after {
    border-right-color: #fff;
    border-width: 13px;
    margin-top: -13px
}

.dr-social-box {
    float: right
}

.dr-social-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dr-social-box ul li {
    float: left;
    padding: 10px 6px
}

.dr-social-box ul li a i {
    color: #c8d3dc;
    font-size: 22px
}

.dr-social-box ul li a:hover i {
    color: #80888e
}

.dt-bottom {
    border-bottom: 1px solid #ddd
}

.lightbg p {
    margin: 0
}

.why-choose-section {
    padding: 2em 0
}

.why-choose-section h1 {
    padding-bottom: 2em
}

.why-heading {
    font-weight: 700;
    font-size: 34px;
    color: #20262e;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .25px
}

.why-sub-heading {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #20262e;
    text-transform: uppercase
}

@media only screen and (max-device-width: 1024px) {
    .why-choose-section .why-choose-box {
        padding: 1em 0;
    }
}

.why-icon-box i {
    color: #929292
}

.why-icon-box {
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed #ccc;
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 10px 0 20px;
    line-height: 4;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.why-choose-box:hover .why-icon-box {
    border: 2px dotted #ccc;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.why-choose-box:hover .why-icon-box i {
    color: #789
}

.stat-1 .why-heading,
.stat-1 .why-icon-box i {
    color: #ff9800;
    font-size: 2em
}

.stat-2 .why-heading,
.stat-2 .why-icon-box i {
    color: #8bc34a;
    font-size: 2em
}

.stat-3 .why-heading,
.stat-3 .why-icon-box i {
    color: #9c27b0
}

.stat-4 .why-heading,
.stat-4 .why-icon-box i {
    color: #009688;
    font-size: 2em
}

.stat-1 .why-sub-heading {
    color: #e28700
}

.stat-2 .why-sub-heading {
    color: #74a23e
}

.stat-3 .why-sub-heading {
    color: #802190
}

.stat-4 .why-sub-heading {
    color: #01756a
}

.footer-section {
    background: #1d3349;
    color: #90a6bc
}

.footer-section .container-fluid {
    max-width: 100%
}

.footer-widget {
    margin-top: 80px
}

.footer-section h2 {
    color: #fff
}

.footer-section .footer-inner {
    display: -webkit-flex;
    display: flex
}

.footer-contact-box {
    background: #207fdc;
    margin-bottom: -44px;
    padding: 80px 35px 74px;
    z-index: 1;
    display: inline-block;
    width: 350px
}

.footer-section .map-location {
    display: inline-block;
    width: calc(100% - 350px);
    margin-bottom: -40px
}

.footer-contact-box p {
    color: #c4dcf4;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
}

.footer-contact-box i {
    color: #c4dcf4
}

.contact-icon i {
    float: left;
    font-size: 18px;
    padding: 5px 20px 10px 0
}

.footer-social-box {
    margin-left: 30px
}

.footer-social-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-social-box ul li {
    float: left;
    padding: 10px 6px 0 6px
}

.footer-social-box ul li a i {
    color: #569add;
    font-size: 22px
}

.footer-social-box ul li a:hover i {
    color: #a1d0ff
}

.footer-ul {
    display: inline-block
}

.footer-ul li {
    float: left;
    line-height: 30px;
    text-align: left;
    width: 50%;
    position: relative;
    font-size: 15px
}

.tiny-footer-section {
    background: rgba(19, 35, 52, .61);
    position: relative;
    padding: 0 20px;
    padding-left: 370px
}

.inner-txt {
    padding-left: 0
}

.tiny-footer-copyright a {
    color: #2dbeff
}

.tiny-footer-copyright {
    font-size: 15px;
    color: #fff;
    padding: 10px 0
}

.developer {
    float: right;
    font-size: 15px;
    color: #fff;
    padding: 10px 0
}

.developer a {
    color: #2dbeff;
    font-weight: 600
}

#navmenu ul {
    text-align: center
}

#navmenu ul li {
    float: none;
    display: inline-block;
}

.departments {
    padding-top: 170px
}

.testimonial-style {
    background-color: #e5f1f0;
    padding: 2em;
    overflow-x: hidden;
}

@media (max-width:991px) and (min-width:0px) {
    .testimonial-style {
        padding: 1em;
    }
    .testimonial-text2 {
        margin-right: 0 !important;
    }
    .testimonial-style .heading-title {
        margin-top: 1em;
    }
}

.testimonials-img {
    position: relative;
    padding-top: 74.2%
}

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

.left-quote {
    font-size: 140px;
    color: #207fdc;
    font-weight: 600
}

.testimonial-style-box .testimonial-name::before {
    margin: 0 0 20px;
    width: 20px
}

.testimonial-text2 {
    margin-bottom: 40px;
    font-size: 20px;
    color: #222
}

/* @media (max-width:1024px) {
    .testimonial-text2 {
        margin-right: 32px;
    }
} */

.testimonial-pic img {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%
}

.testimonial-style-box .testimonial-name {
    font-size: 16px;
    line-height: 1.3
}

.testimonial-name span {
    display: block;
    text-transform: none;
    color: #676767;
    font-weight: 500
}

.testimonial-style-box .owl-controls {
    margin-top: 15px
}

.dc-box {
    margin-bottom: 30px;
    text-align: center
}

.dc-box p {
    margin: 0
}

.modal-img {
    position: relative;
    padding-top: 100%
}

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

.dc-box img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 0
}

.dc-box:hover img {
    box-shadow: .57px .96px 20px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.dc-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.dc-box h4 a {
    color: #2f2f2f
}

.dc-box-sub {
    font-size: 17px
}

.dc-style-box {
    margin-bottom: 50px
}

.dc-style-box img {
    border: 1px solid #dce8f1;
    width: 100%
}

.dc-style-inner {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #e0e0e0
}

.dc-style-inner ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dc-style-inner ul li {
    display: inline-block;
    padding: 0 5px
}

.dc-style-inner ul li a {
    color: #bbc6ce
}

.dc-style-inner i {
    font-size: 14px
}

.dc-style-box h5 {
    margin-bottom: 0;
    font-weight: 700
}

.dc-style-box h5 a {
    color: #221223
}

.dc-style-inner span {
    color: #4c6880
}

.dc-style-inner:hover {
    background: #f44336;
    color: #fff
}

.dc-style-inner:hover a,
.dc-style-inner:hover span {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.lightbg.ptb80 {
    padding: 20px 0
}

.dr-single-box p {
    margin: 0
}

.dr-single-tile {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.dr-single-box .sub-tile {
    font-weight: 300;
    color: #364d61;
    margin-bottom: 20px;
    font-size: 26px
}

.ptbg-img {
    position: relative;
    padding-top: 100%
}

.ptbg-img .dc-img {
    position: absolute;
    top: 0;
    left: 0
}

.dc-img {
    box-shadow: 0 35px 43px 0 rgba(0, 0, 0, .11)
}

.dc-single-social .facebook {
    background: #3b5999
}

.dc-single-social .twitter {
    background: #00abf1
}

.dc-single-social .googleplus {
    background: #e12f2f
}

.dc-single-social {
    margin-bottom: 20px
}

.dc-single-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.dc-single-social ul li {
    display: inline-block;
    margin-right: 5px
}

.dc-single-social ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    display: table-cell;
    border-radius: 50%;
    vertical-align: middle
}

.testimonial-bg {
    background: #e5f1f0
}

#testimonial-box2 .testimonial-style-content {
    margin-right: 50px
}

#map-canvas {
    height: 100%
}

#contact-block {
    padding: 20px 0
}

.contact-box-content {
    padding: 15px 0;
    display: table-cell
}

.contact-box {
    padding-top: 10px
}

.contact-box-content span {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #221223;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .75px
}

.contact-box-content a {
    display: block;
    font-size: 19px;
    color: #6b6f72
}

.contact-box .contact-icon i {
    line-height: 1.6;
    padding: 23px 25px 0 0;
    color: #207fdc;
    font-size: 24px;
    display: block
}

.contact-box p {
    color: #6b6f72;
    margin-bottom: 0
}

.ptb40-img {
    position: relative;
    padding-top: 114%
}

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

#googleMap {
    height: 500px
}

.input-field span {
    position: absolute;
    top: 12%;
    font-size: 20px;
    color: #207fdc;
    padding-left: 13px
}

#map {
    height: 100%;
    width: 100%;
    display: block;
    position: relative
}

.faq-section {
    padding-top: 170px
}

.faq-section .panel-default,
.faq-section .panel-heading {
    background: 0 0;
    border: none;
    box-shadow: none
}

.faq-section .panel {
    margin-bottom: 10px
}

.faq-section .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #fff
}

.faq-section .panel-title {
    font-size: 17px;
    color: #000
}

.faq-cat {
    text-transform: uppercase;
    font-weight: 900
}

.faq-btn {
    color: #000;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px
}

.faq-btn:active,
.faq-btn:focus,
.faq-btn:hover {
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none
}

.faq-btn-minus {
    display: none
}

.collapsed .faq-btn-minus {
    display: inherit
}

.faq-btn-plus {
    display: inherit;
    color: #ff462d
}

.collapsed .faq-btn-plus {
    display: none
}

.question-heading strong {
    margin-right: 25px
}

.lightbg.ptb70 {
    padding: 50px 0;
    background: #dee2e4
}

ul.department-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul.department-list li {
    border-bottom: 1px solid #e6eff5;
    padding: 10px 0
}

ul.department-list li:last-child {
    border-bottom: none
}

ul.department-list li a {
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 300
}

ul.department-list li a:focus {
    outline: 0
}

ul.department-list li a:hover {
    color: #207fdc
}

ul.department-list li i {
    font-size: 26px;
    display: inline-block;
    width: 65px;
    font-weight: 600
}

ul.department-list li.active a {
    color: #207fdc
}

.department-list-panel {
    margin: 0 20px
}

.department-title {
    font-size: 36px;
    margin-bottom: 40px;
    color: #221223
}

.department-list-panel i {
    font-size: 60px;
    color: #207fdc;
    margin-right: 30px
}

.testimonial-section-box {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .header::before {
        background: 0 0
    }
    .sp-icon-image {
        margin-left: 0!important
    }
    .specialities-box {
        display: none
    }
    .dr-social-box {
        float: none
    }
    .dr-details a {
        margin-bottom: 10px
    }
    .footer-widget {
        margin-top: 30px
    }
    .footer-contact-box {
        margin-bottom: 0;
        margin-right: 0;
        display: block
    }
    .testimonial-arrow-right::after,
    .testimonial-arrow-right::before {
        left: auto
    }
    #testimonial-content .owl-item .projectitem {
        padding: 0 70px
    }
    .footer-logo-box {
        text-align: center;
        margin: 10px 0 30px 0
    }
    .department-nav li a {
        font-size: 16px
    }
    .dr-details {
        padding: 30px 45px
    }
    .department-inner-icon {
        text-align: left;
        margin-bottom: 10px
    }
    .video-device {
        margin-bottom: 30px
    }
    .contact-box-content {
        margin-bottom: 20px
    }
    
    .department-section .each-module {
        padding: 25px 20px;
        margin-bottom: 30px;
        border: 3px solid transparent
    }
    @media (min-width:1600px){
        .department-section .each-module .para {
            height: 250px;
        }
    }
    @media (min-width:1200px) and (max-width:1599px){
        .department-section .each-module .para {
            height: 320px;
        } 
    }
    @media (min-width:1100px) and (max-width:1200px){
        .department-section .each-module .para {
            height: 210px;
        } 
    }
    @media (min-width:1000px) and (max-width:1100px){
        .department-section .each-module {
            height: 395px;
        } 
    }
    @media (min-width:760px) and (max-width:991px){
        .department-section .each-module  {
            height: auto;
        } 
    }
    
    .department-section .each-module:hover {
        background-color: rgba(0, 0, 0, .2);
        box-shadow: 0 5px 1px 0 #ffeb3b
    }
    
    .department-section .each-module:hover h2 a {
        color: #ffeb3b
    }
    
    .department-section .each-module:hover .department-icon {
        color: #ffeb3b
    }
    
    .department-icon {
        color: #fff;
        font-size: 40px;
        line-height: 1.2
    }
    
    .department-section h2 a {
        color: #fff
    }
    
    .about-us-section {
        padding-top: 170px
    }
    
    .about-image {
        position: relative;
        padding-top: 100%
    }
    
    .about-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
    
    .about-us-section img {
        padding-bottom: 30px
    }
    
    .ptbg img {
        padding-bottom: 0;
        width: 100%
    }
    .about-whitebox {
        padding: 30px 40px
    }
    .equipments .ptb40 {
        padding: 0
    }
}

@media (max-width:992px) {
    .testimonial-style {
        background-image: none
    }
    .left-quote {
        line-height: .6
    }
    .home-contact {
        position: relative
    }
}

@media (max-width:1280px) {
    .testimonial-style {
        background-position: calc(52% - 0) calc(100% - 1px)
    }
}

@media (min-width:1300px) {
    .container-fluid {
        margin: 0 auto
    }
}

#navmenu>ul>li>a {
    letter-spacing: .5px;
    color: #fff
}

#navmenu ul ul li a {
    border-top: 1px solid rgba(33, 33, 33, .76);
    background: rgba(42, 42, 43, .9)
}

.gallery {
    padding-top: 170px
}

.gallery-box {
    position: relative;
    margin-bottom: 30px
}

.gallery-box img {
    z-index: 999;
    background: #ccc;
    width: 100%
}

.gallery-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    margin-left: 30px
}

.overlay-gallery-box {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    display: block;
    height: 100%!important;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    z-index: 1
}

.popup-gallery a img:hover {
    box-shadow: 1px 1px 20px #000
}

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

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

.doc-room-img {
    position: relative;
    padding-top: 66.66%
}

.doc-room-img img {
    position: absolute;
    top: 0
}

.dr-sub-title {
    color: #f44336
}

.lb-outerContainer {
    overflow: hidden
}

.hospital-structure {
    background-color: #eee!important;
    padding: 2em 0
}

.hospital-structure .tab-section {
    margin-top: 2em
}

.departments-content strong {
    font-size: 18px
}

#navmenu .active a {
    color: #f1b700!important;
    font-weight: 700
}

.equipments {
    padding-top: 170px
}

.plus-sign {
    font-size: 30px;
    padding-left: 7px
}

.about-doctors .modal-content {
    margin-top: 11em
}

button.close {
    padding: 10px;
    font-size: 2em;
    color: red
}

.footer-timing .week {
    color: #ffca2b
}

iframe {
    overflow: hidden
}

.brain-icon img {
    width: 55%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto
}

@media only screen and (max-device-width:480px) {
    html {
        font-size: 16px
    }
    body {
        font-size: 1em;
        overflow-x: hidden
    }
    .heading-title {
        font-size: 1.5em
    }
    p {
        margin-bottom: 10px
    }
    .sub-title {
        margin-bottom: 20px
    }
    .top-bar {
        padding: .6em 0 .2em
    }
    .top-bar .left-block,
    .top-bar .right-block {
        padding: 10px 0 0
    }
    .top-bar .logo-block img {
        max-width: 100%
    }
    .top-bar h5,
    .top-bar p {
        font-size: 10px;
        margin-bottom: 0
    }
    #header-fix.affix .top-bar h5 {
        font-size: 10px
    }
    #navmenu.small-screen {
        display: block
    }
    .slide-captions {
        bottom: 30%
    }
    .footer-section .footer-inner {
        display: block!important
    }
    .footer-contact-box {
        width: 100%;
        padding: 1.5em
    }
    .footer-section .map-location {
        width: 100%;
        height: 300px
    }
    .tiny-footer-section {
        padding: 0
    }
    .tiny-footer-section .wow {
        width: 100%;
        text-align: center
    }
    .banner-section {
        padding: 0
    }
    .about-section {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding: 1.5em 1em
    }
    .about-section .flex {
        display: block
    }
    .about-section .mbc {
        padding: 1em 0
    }
    .doctor-section .tab-content .flex {
        display: block
    }
    .dr-details {
        padding: 20px 15px
    }
    .why-choose-section .why-choose-box {
        padding: 1em 0
    }
    .why-choose-section h1 {
        padding-bottom: 0
    }
    /* .department-section {
        overflow-x: hidden
    } */
    .department-section .each-module {
        padding: 1em;
        margin-bottom: 0
    }
    .about-us-section {
        padding-top: 110px
    }
    .ptb80.ptbg {
        padding-top: 20px
    }
    .doctor-section {
        padding: 0
    }
    .about-us-section .flex {
        display: block
    }
    .dr-single-box {
        padding: 1em 0
    }
    .dr-single-box .mbc,
    .dr-single-box h3 {
        text-align: center
    }
    .about-doctors .hospital-structure .mbc {
        border-top: 1px solid rgba(0, 0, 0, .2);
        padding: 1em
    }
    .bxslider4 {
        width: 80%
    }
    .dc-box {
        padding: 0 2em
    }
    .bx-controls-direction {
        display: none
    }
    .departments {
        padding-top: 110px
    }
    .departments-list .mbc {
        padding: 0
    }
    ul.department-list li i {
        font-size: 26px;
        display: table;
        margin: 0 auto;
        font-weight: 600
    }
    ul.department-list li {
        border: 1px solid #e6eff5;
        padding: 10px;
        width: 100%
    }
    .departments-content .mbc {
        padding: 5px
    }
    [class^=flaticon-]:before {
        margin: 0
    }
    .gallery {
        padding-top: 120px
    }
    .pt-1em {
        padding: 0
    }
    .pt-1em img:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .5)
    }
    .pt-1em img {
        padding: .5em 0
    }
    .lb-outerContainer {
        height: auto!important
    }
    .equipments {
        padding-top: 100px
    }
    .equipments h2 {
        text-align: center
    }
    .equipments .ptb40 {
        padding: 0
    }
    .faq-section {
        padding-top: 110px
    }
    .tiny-footer-copyright {
        padding: 5px 0;
        text-align: center
    }
}

.service-list li p {
    margin-bottom: 5px!important
}

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

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

@media (min-width:1024px) and (max-width: 1366px) {
    .why-sub-heading {
        font-weight: 700;
        font-size: 13px;
    }
}

@media (max-width:1200px) {
    .col-sm-6 {
        width: 33.33%;
        padding-top: 20px;
    }
}

@media (max-width:992px) {
    .col-sm-6 {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width:992px) {
    .gallery-0 {
        width: 100%;
    }
}