h1, h2, h3, h4, h5, h6 {
    /*font-family: Poppins, sans-serif*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
}

.owl-next, .owl-prev, a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

a, a:active {
    color: #000
}

.book-top-bar span, .breadcrumb, .btn-default, .btn-trans, .divider-comment p, .mfp-title, .portfolio-dtl a, .portfolio-filter ul li, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase
}

body {
    font-size: 14px;
    font-weight: 400
}

body, html {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #fff;
    margin: 0
}

.btn-default, p {
    font-weight: 400
}

h1 {
    font-size: 46px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

.btn-default, .form-control, p {
    font-size: 14px
}

p {
    color: #282b30;
    line-height: 1.86
}

a {
    transition: all .3s ease
}

a:focus, a:hover {
    color: #0075ca;
    text-decoration: none
}

a:active {
    text-decoration: none
}

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

.form-control {
    background-color: #FFF;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    color: #4F4F4F;
    font-style: italic;
    line-height: 2.67;
    border-radius: 0;
    height: 40px
}

.form-control:focus {
    border-color: #0075ca;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(65, 181, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(65, 181, 255, .6)
}

.overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.page-banner-main, .parallax {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.btn-default, .testimonial-block .owl-controls {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.parallax {
    background-attachment: fixed;
    position: relative
}

.btn {
    padding: 10px 38px
}

.btn-default {
    color: #FFF;
    border-radius: 5px;
    border: none;
    background-color: #0075ca;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.btn-default:hover, .btn-gray {
    background-color: #000
}

.btn-default:hover {
    color: #FFF
}

.btn-blue, .btn-gray:hover {
    background-color: #0075ca
}

.btn-default.btn-blue:hover {
    background-color: #000
}

.btn-trans {
    color: #0075ca;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    border: 2px solid #0075ca;
    background-color: transparent
}

.btn-trans:hover {
    color: #FFF;
    border: 2px solid #0075ca;
    background-color: #0075ca
}

.section-heading {
    line-height: 1;
    color: #000
}

.read-more, .section-heading span {
    color: #0075ca
}

.section p {
    line-height: 1.86;
    max-width: 658px;
    margin: 14px auto 0
}

.read-more {
    font-size: 14px;
    line-height: 1.86;
    padding: 0 0 32px
}

.read-more:hover {
    color: #000
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-next, .owl-prev {
    font-family: fontAwesome;
    color: #000;
    font-size: 29.9px;
    position: absolute;
    top: 20%;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease
}

.hexagon, .specialize-heading {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.owl-next:hover, .owl-prev:hover {
    color: #0075ca
}

.owl-prev:before {
    content: "\f177";
    margin-right: 10px
}

.owl-next:after {
    content: "\f178";
    margin-right: 10px
}

.breadcrumb {
    position: absolute;
    margin-top: 6px;
    background-color: transparent
}

.section .page-heading {
    padding-top: 117px;
    margin-left: 10px;
    font-weight: 400
}

.breadcrumb > li + li:before {
    color: #000
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: 500
}

.breadcrumb li.active a {
    color: #0075ca
}

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

.margin-top-30 {
    margin-top: 30px
}

.pad-0 {
    padding: 0
}

.top-bar {
    height: 40px;
    background-color: #0075ca;
    z-index: 1;
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06)
}

.helth-dtl p {
    font-size: 12px;
    line-height: 3.33
}

.helth-dtl p span {
    color: #0075ca;
    text-transform: uppercase
}

.info-top {
    text-align: right
}

.info-top p {
    color: #333;
    line-height: 3
}

.info-top p span {
    color: #0075ca
}

@media (max-width: 992px) {
    .margin-top-30 {
        margin-top: 30px
    }

    .info-top, .top-bar {
        text-align: center
    }

    .top-bar {
        height: 80px
    }

    .info-top p {
        line-height: 1
    }
}

.logo {
    padding: 5px 0 0
}

.navigation {
    position: relative;
    margin: 39px auto auto;
    z-index: 1111
}

.cart-icon {
    color: #3B3B3B;
    font-size: 14px;
    margin-top: 52px
}

.cart-icon span {
    background-color: #0075ca;
    border-radius: 100%;
    padding: 2px 7px;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    top: -10px;
    margin-left: -5px
}

#cssmenu > ul > li > a {
    padding: 16px
}

@media (max-width: 767px) {
    .owl-nav {
        visibility: hidden
    }

    #cssmenu.small-screen #menu-button:before, #cssmenu.small-screen .submenu-button:after, #cssmenu.small-screen .submenu-button:before {
        background: #0075ca
    }

    .logo img {
        width: 50% !important;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: block
    }

    .navigation {
        margin-top: 0
    }

    #cssmenu.small-screen #menu-button {
        color: #000;
        font-size: 14px
    }

    #cssmenu.small-screen #menu-button:after {
        background: #0075ca;
        border-top: 2px solid #0075ca;
        border-bottom: 2px solid #0075ca
    }

    #cssmenu.small-screen ul ul li a {
        color: #000
    }

    #cssmenu.small-screen ul ul li a:hover {
        color: #0075ca
    }

    #cssmenu.small-screen .submenu-button.submenu-opened {
        background: #0075ca
    }

    h2 {
        font-size: 26px !important;
    }

    .footer_top_h1 {
        font-size: 36px !important;
    }

    .footer_bottom_h1 {
        font-size: 44px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .logo img {
        display: block;
        margin: 0 auto
    }

    .navigation {
        margin-top: 0
    }

    .cart-icon {
        margin-top: 11px
    }
}

.home-banner-main .item {
    width: 100%;
    height: 800px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.overlay-home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(65, 181, 255, .8)*/
    background: rgb(13 15 16 / 80%)
}

.banner-text {
    width: 100%;
    padding-top: 40vh;
    position: relative
}

.banner-heading span {
    color: #FFF
}

.banner-text .btn {
    padding: 15px 43px;
    margin-top: 42px
}

.banner-text .btn-gray:hover {
    background-color: #FFF;
    color: #000
}

@media (max-width: 767px) {
    .overlay-home {
        width: 100%
    }

    .banner-text {
        width: 100%;
        padding-top: 35vh
    }

    .banner-heading {
        font-size: 30px
    }
}

.about-main-block {
    margin: 54px 0 85px
}

.about-main-block .section-heading {
    line-height: 1.11;
    margin-bottom: 9px
}

.about-dtl {
    width: 100%;
    height: 200px;
    padding: 48px 0 0;
    opacity: rgba(65, 181, 255, .95);
    background-color: #0075ca;
    border-radius:5px;
}

.about-dtl-img {
    float: left;
    padding: 25px;
    border-right: 1px solid #FFF;
    margin-right: 16px;
    font-size: 63px;
    line-height: 1;
    color: #FFF
}

.dtl-heading {
    margin-bottom: 6px
}

.dtl-heading span {
    color: #FFF
}

.about-dtl ul li {
    color: #FFF;
    padding: 3px 3px 3px 0;
}

.about-dtl .emg-no a {
    color: #FFF;
    font-weight: 600;
    font-style: italic
}

.about-dtl .emg-no a:hover {
    color: #000
}

.about-dtl .call-us {
    font-style: italic
}

.book-appointment {
    background-color: #F4F4F4;
    box-shadow: 0 3px 9.3px .7px rgba(198, 198, 198, .35);
    /*margin-top: -182px;*/
    z-index: 999;
    position: relative
}

.book-top-bar {
    width: 100%;
    height: 80px;
    background-color: #0075ca
}

.book-top-bar span {
    color: #FFF;
    font-size: 20px;
    line-height: 2
}

.book-top-bar span i {
    color: #fff;
    font-size: 34px;
    margin-right: 20px
}

.book-form {
    margin: 23px 27px 0
}

.book-form .form-group {
    margin-bottom: 19px
}

.book-form .btn-default {
    width: 100%;
    height: 40px;
    background-color: #0075ca;
    font-size: 15px;
    color: #FFF;
    margin: 20px 0 24px
}

.book-form .btn-default:hover {
    background-color: #000
}

textarea.form-control {
    height: 100px
}

@media (max-width: 767px) {
    .book-top-bar p {
        line-height: 4
    }

    .about-dtl {
        margin-top: 30px
    }
}

@media (max-width: 992px) {
    .book-appointment {
        margin-top: 30px
    }
}

.specialize-main-block {
    /*background-image: url(../images/bg/specialize-bg.jpg);*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    position: relative;
    padding: 100px 0 150px
}

.specialize-main-block .section-heading:after {
    content: "";
    display: block;
    position: absolute;
    /*background: url(../images/icons/heading-line.jpg);*/
    width: 200px;
    height: 1px;
    margin: 15px 0;
    border: 1px solid #41b5ff;
}

.hexagon {
    position: relative;
    width: 70px;
    height: 40.41px;
    background-color: #fff;
    margin: 5px 0 0;
    border-left: solid 1px #0075ca;
    border-right: solid 1px #0075ca;
    font-size: 28px;
    color: #0075ca;
    text-align: center;
    transition: all .3s ease
}

.hexagon:after, .hexagon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 49.5px;
    height: 49.5px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 9.25px
}

.hexagon:before {
    top: -24.75px;
    border-top: solid 1.41px #0075ca;
    border-right: solid 1.41px #0075ca
}

.hexagon:after {
    bottom: -24.75px;
    border-bottom: solid 1.41px #0075ca;
    border-left: solid 1.41px #0075ca
}

.specialize-dtl:hover .hexagon {
    color: #FFF;
    background-color: #000
}

.specialize-dtl .hexagon i {
    position: relative;
    z-index: 99999
}

.specialize-heading {
    font-size: 17px;
    padding-left: 76px;
    margin: 45px 0 0;
    text-transform: none;
    transition: all .3s ease
}

.department-block .nav-tabs li .department-tab-block:before, .hospital-thumb-overlay {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.specialize-heading a {
    color: #fff
}

.specialize-heading a:hover {
    color: #000
}

.specialize-dtl img.specialize-line {
    margin-left: 70px;
    margin-top: -25px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    img.specialize-line {
        width: 60%
    }
}

@media (max-width: 992px) {
    .specialize-main-block {
        background-image: none
    }
}

.department-main-block {
    padding: 0 0 75px
}

.department-block {
    margin: 48px 0 0
}

.department-block .nav-tabs {
    border: 0
}

.department-block .nav-tabs .department-tab-block {
    width: 165px;
    height: 151px;
    background-color: transparent;
    border: 5px solid rgba(65, 181, 255, .5);
    margin-left: -15px;
    margin-right: 15px;
    text-align: center;
    position: relative
}

.department-block .nav-tabs li .department-tab-block:before, .department-block .nav-tabs li.active .department-tab-block:before {
    width: 165px;
    height: 151px;
    margin: 5px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    content: ""
}

.department-block .nav-tabs li.active .department-tab-block:before {
    border: 2px solid rgba(65, 181, 255, .5);
    opacity: 1
}

.department-block .nav-tabs li.active .department-tab-block a, .department-block .nav-tabs li.active .department-tab-block a:focus, .department-block .nav-tabs li.active .department-tab-block a:hover {
    background-color: transparent;
    border: none;
    border-bottom-color: transparent
}

.department-block .nav-tabs li .department-tab-block:before {
    border: 2px solid rgba(65, 181, 255, .5);
    opacity: 0;
    transition: all .3s ease
}

.hospital-overlay, .video-item .video-preview, .video-item .video-preview iframe {
    height: 100%;
    width: 100%
}

.department-block .nav-tabs li:hover .department-tab-block:before {
    opacity: 1
}

.department-block .department-tab-block {
    padding-top: 28px
}

.department-block .nav-tabs li a {
    color: #454545;
    font-size: 71px;
    line-height: 0;
    background: 0 0;
    border: none
}

.department-block .nav-tabs li span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #4F4F4F
}

.department-block .nav-tabs li a:hover {
    border: transparent
}

.department-block .nav li a:focus, .department-block .nav li a:hover {
    border: none;
    background-color: transparent
}

.department-tab-content {
    margin: 31px 0 19px
}

.department-heading {
    line-height: 1.08;
    color: #0075ca;
    padding: 25px 0 14px
}

.department-icon {
    color: #0075ca;
    font-size: 120px;
    line-height: 0;
    margin-top: 21px
}

.department-tab-content .btn {
    padding: 10px 28px
}

@media (max-width: 992px) {
    .department-block .nav-tabs li {
        margin-bottom: 30px
    }

    .department-tab-content {
        margin: 31px 0 19px
    }

    .department-dtl {
        /*overflow: hidden*/
    }
}

@media (max-width: 767px) {
    .department-block .nav-tabs {
        padding-left: 20%
    }
}

.hospital-main-block {
    margin: 0 0 120px
}

.hospital-main-block .section {
    float: left;
    margin-bottom: 46px
}

.faq-heading {
    font-size: 14px;
    text-transform: none;
    line-height: 1.86;
    padding-left: 6px
}

.faq-dtl-img {
    float: left;
    padding-right: 13px
}

.hospital-faq .panel-default > .panel-heading {
    background-color: #FFF;
    border: 1px solid #0075ca
}

.faq-btn, .faq-btn:active, .faq-btn:focus, .faq-btn:hover, .hospital-video .nav > li > a:focus, .hospital-video .nav > li > a:hover {
    background-color: transparent
}

.hospital-faq .panel-heading {
    border-radius: 0
}

.hospital-faq .panel {
    border-radius: 0;
    border: 1px solid #FFF;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hospital-faq .panel-group .panel + .panel {
    margin-top: 20px
}

.hospital-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 40px 19px 40px 27px;
    box-shadow: 0 3px 9.3px .7px rgba(198, 198, 198, .35)
}

.hospital-faq .btn {
    padding: 14px 15px
}

.faq-btn {
    color: #0075ca;
    margin-top: -37px;
    margin-right: -15px;
    border: none;
    border-left: 1px solid #0075ca
}

.faq-btn:active, .faq-btn:focus, .faq-btn:hover {
    color: #0075ca;
    border: none;
    border-left: 1px solid #0075ca;
    outline: -webkit-focus-ring-color auto 0;
    box-shadow: none
}

.news-block, .specialist-block {
    box-shadow: 0 3px 9.3px .7px rgba(198, 198, 198, .35)
}

.faq-btn-minus {
    display: inherit
}

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

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

.hospital-video .nav-tabs {
    border: 0
}

.hospital-video .nav-tabs > li.active > a, .hospital-video .nav-tabs > li.active > a:focus, .hospital-video .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    border-bottom-color: transparent
}

.hospital-video .nav-tabs > li > a:hover {
    border-color: transparent
}

.hospital-video-block {
    position: relative;
    overflow: hidden
}

.hospital-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(65, 181, 255, .5);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -transition: .5s ease-out
}

.hospital-video-block:hover .hospital-overlay {
    top: -500px
}

.video-item {
    text-align: center
}

.video-device .bg_img {
    background-size: cover;
    width: 100%
}

.video-device {
    position: relative
}

.video-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%
}

.btn-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    line-height: 75px;
    width: 80px;
    height: 80px;
    border: 4px solid rgba(0, 0, 0, .25);
    border-radius: 100%;
    font-size: 22.7px;
    color: #0075ca;
    text-align: center;
    background-color: #FFF
}

.btn-video-play:hover {
    color: #FFF;
    background-color: #0075ca
}

.hospital-tab {
    margin-top: 30px
}

ul.hospital-tab li {
    position: relative
}

ul.hospital-tab li a {
    padding: 2px 1px;
    border-radius: 100%;
    position: relative
}

ul.hospital-tab li img {
    border-radius: 100%
}

.hospital-thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 0;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    border: 7px solid rgba(65, 181, 255, 0);
    background-color: rgba(65, 181, 255, 0);
    transition: all .3s ease
}

ul.hospital-tab li.active .hospital-thumb-overlay, ul.hospital-tab li:hover .hospital-thumb-overlay {
    font-size: 32px;
    border: 7px solid rgba(65, 181, 255, .85);
    background-color: rgba(65, 181, 255, .85)
}

@media (max-width: 767px) {
    .btn-video-play {
        top: 13vh;
        z-index: 30;
        line-height: 50px;
        width: 55px;
        height: 55px;
        border: 3px solid rgba(0, 0, 0, .25);
        font-size: 11px
    }
}

@media (max-width: 992px) {
    .hospital-main-block .section {
        float: none;
        text-align: left
    }

    .hospital-main-block .section p {
        margin: 14px 0 0
    }

    .hospital-video-block img {
        width: 100%
    }

    .video-item .video-preview, .video-item .video-preview iframe {
        height: 100%
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .btn-video-play {
        top: 25vh
    }
}

.specialist-main-block {
    padding: 41px 0 112px
}

.specialist-main-block .section {
    margin-bottom: 51px
}

.dr-style-one .specialist-block {
    margin-bottom: 30px
}

.specialist-block .overlay-bg {
    opacity: 0
}

.specialist-block:hover .overlay-bg {
    opacity: 1
}

.specialist-img {
    position: relative;
    margin-bottom: 26px
}

.specialist-img img {
    width: 100%
}

.specialist-dtl {
    padding: 0 20px 0 25px
}

.dr-name a {
    color: #000;
    font-size: 17px
}

.specialist-post {
    line-height: 2;
    color: #0075ca;
    margin: 6px 0 0
}

.specialist-dtl .social-icon {
    text-align: right;
    padding-bottom: 17px
}

.social-icon ul li {
    display: inline-block;
    background-color: #000;
    width: 35px;
    height: 31px;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.divider-comment, .social-icon ul li:hover {
    background-color: #0075ca
}

.social-icon ul li a {
    color: #FFF
}

@media (max-width: 992px) {
    .specialist-main-block {
        padding: 41px 0 82px
    }

    .specialist-block {
        margin-bottom: 30px
    }
}

.divider-main-block .col-md-4 {
    padding: 0
}

.testimonial-block {
    padding: 48px 0 86px;
    background-image: linear-gradient(to right, #0075ca, #0075ca, #0075ca 55%, #0075ca), linear-gradient(#FFF, #FFF)
}

.testimonial-icon {
    padding: 0 0 24px;
    font-size: 51px;
    line-height: 1;
    color: #000;
    text-align: center
}

.testimonial-heading {
    line-height: 1.08;
    color: #FFF
}

.testimonial-slider p {
    line-height: 1.86;
    color: #FFF;
    padding: 18px 30px 41px;
    max-width: 80%;
    margin: 0 auto
}

.owl-carousel .owl-item .testimonial-client img {
    display: block;
    margin: 0 auto;
    width: 99px;
    height: 99px;
    border-radius: 100%
}

.testimonial-client .client-name {
    color: #000;
    margin-top: 18px
}

.testimonial-block .owl-controls {
    opacity: 0;
    transition: all .5s ease
}

.news-overlay, .service-detail {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.testimonial-block:hover .owl-controls {
    opacity: 1
}

.testimonial-block .owl-next, .testimonial-block .owl-prev {
    top: 60%;
    padding: 0 100px
}

.testimonial-block .owl-next:hover, .testimonial-block .owl-prev:hover {
    color: #FFF
}

.divider-comment {
    padding: 88px 20px 216px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.divider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0075ca, #0075ca), linear-gradient(#EEE, #EEE);
    opacity: .8
}

.divider-dtl {
    position: relative
}

.divider-icon i {
    font-size: 60px;
    color: #FFF;
    line-height: .8
}

img.comment-img {
    margin: 30px auto 35px
}

.divider-comment p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 2.14;
    max-width: 80%;
    margin: 0 auto
}

.news-comment, .news-comment ul li a {
    color: #0075ca
}

.divider-comment, .divider-tab-block, .testimonial-block {
    min-height: 550px
}

.letest-news-main-block {
    margin: 160px 0 37px
}

.letest-news-main-block .section {
    margin-bottom: 46px
}

.letest-news-main-block .section p {
    margin: 14px 0 0;
    padding-top: 30px
}

.letest-news-main-block .section-heading:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icons/heading-line.jpg);
    width: 200px;
    height: 1px;
    margin-top: 23px
}

.letest-news-main-block .section {
    z-index: 99999;
    position: relative
}

.letest-news-main-block .section .btn {
    margin-top: 19px;
    padding: 10px 38px
}

.letest-news-main-block .owl-controls {
    position: absolute;
    top: -8px;
    right: 0
}

.letest-news-main-block .owl-nav {
    display: flex
}

.letest-news-main-block .owl-next, .letest-news-main-block .owl-prev {
    right: 0;
    top: 0;
    position: static
}

.news-block, .news-img, .news-img img {
    position: relative
}

.news-block {
    background-color: #FFF;
    margin: 48px 0 36px
}

.news-comment {
    text-align: right
}

.news-comment ul li {
    display: inline-block;
    padding: 15px 5px 15px 0
}

.news-img img {
    width: 100%
}

.news-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    padding-top: 25%;
    background: rgba(0, 0, 0, .7);
    transition: all .5s ease
}

.news-overlay a {
    color: #FFF
}

.blog-heading, .news-overlay a:hover {
    color: #0075ca
}

.news-block .news-overlay {
    opacity: 0
}

.news-block:hover .news-overlay {
    opacity: 1
}

.news-block-dtl {
    padding: 0 25px 32px
}

.blog-heading {
    font-size: 14px;
    margin: 29px 0 7px
}

.blog-heading a {
    color: #000
}

.blog-heading a:hover {
    color: #0075ca
}

.news-date {
    line-height: 1.86;
    font-size: 14px;
    color: #C9C9C9
}

@media (max-width: 992px) {
    .letest-news-main-block .section {
        margin-bottom: 30px
    }
}

.clients-main-block {
    padding: 50px 0
}

.client-img {
    display: block;
    margin: 0 auto
}

.client-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -transition: .5s ease-out
}

.social-footer ul li, .useful-widget ul li {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -transition: .3s ease-out
}

.client-img:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.footer-main-block {
    padding: 10px 0 10px;
    background: linear-gradient(75deg, #0075ca 10%, #162567 );
}

.footer-block {
    position: relative
}

.footer-widget:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 35px;
    height: 2.5px;
    margin: 36px 0 0;
    background-color: #0075ca
}

.footer-heading {
    color: #FFF;
    margin-bottom: 38px
}

.about-details p {
    color: #FFF
}

.footer-logo {
    margin-top: 30px
}

.useful-widget ul li {
    border-bottom: 1px solid #FFF;
    padding: 11px 0;
    color: #0075ca
}

.useful-widget ul li:last-child {
    border-bottom: none
}

.useful-widget ul li:first-child {
    padding: 0 0 11px
}

.useful-widget ul li a {
    color: #FFF
}

.useful-widget ul li:hover a {
    color: #0075ca
}

.useful-widget ul li:hover {
    color: #FFF
}

.conact-widget ul li {
    color: #FFF;
    line-height: 1.86;
    padding-bottom: 10px
}

.conact-widget ul li span {
    color: #0075ca
}

.social-footer {
    padding: 40px 0 10px 0;
}

.social-footer ul li {
    display: inline-block;
    width: 41px;
    height: 38px;
    border: 2px solid #FFF;
    text-align: center;
    line-height: 34px;
    margin: 0 8.5px
}

.social-footer ul li a {
    color: #FFF
}

.social-footer ul li:hover {
    border: 2px solid #0075ca
}

.social-footer ul li:hover a {
    color: #0075ca
}

.footer-details p {
    line-height: 2.57;
    color: #A0A0A0
}

.footer-details a {
    color: #0075ca
}

.footer-details a:hover {
    color: #FFF
}

@media (max-width: 767px) {
    .social-footer ul li {
        margin: 0 3px
    }
}

@media (max-width: 992px) {
    .footer-widget {
        margin-top: 30px
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .footer-widget:after {
        top: 30px
    }
}

.portfolio-col-three-main {
    padding-bottom: 30px
}

.portfolio-col-three-main .section {
    margin: 80px 0 51px
}

.portfolio-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.portfolio-img img {
    width: 100%
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 181, 255, .75);
    opacity: 0;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -transition: .5s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.portfolio-overlay a {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.portfolio-block:hover .portfolio-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.scale-anm {
    transform: scale(1)
}

.portfolio-filter {
    margin-bottom: 40px
}

.portfolio-filter ul li {
    border: 1px solid #ECECEC;
    border-radius: 0;
    color: #4F4F4F;
    text-align: center;
    border-right: none;
    margin-left: -3px;
    padding: 16px 18px
}

.portfolio-col-four-main .section, .portfolio-full-width-main .section {
    margin: 80px 0 51px
}

.portfolio-col-four-main, .portfolio-full-width-main, .portfolio-main-block {
    padding-bottom: 30px
}

.portfolio-filter ul li:first-child {
    padding-left: 48px
}

.portfolio-filter ul li:last-child {
    border-right: 1px solid #ECECEC;
    padding-right: 48px
}

.portfolio-filter ul li:hover {
    color: #0075ca
}

.mfp-title {
    color: #FFF
}

.portfolio-full-col {
    width: 20%;
    float: left;
    position: relative
}

.portfolio-full-width-main .portfolio-img {
    margin-bottom: 0
}

.portfolio-masonry-main {
    margin: 90px 0 88px
}

.portfolio-masonry-block {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%
}

.portfolio-masonry-block .portfolio-img {
    margin-bottom: 0;
    overflow: visible
}

@media (max-width: 767px) {
    .portfolio-full-col {
        width: 100%
    }

    .portfolio-masonry-main .portfolio-masonry-block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .portfolio-full-col {
        width: 50%
    }

    .portfolio-masonry-main .portfolio-masonry-block {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%
    }
}

.portfolio-main-block .section {
    margin: 80px 0 51px
}

.portfolio-main-block .portfolio-block {
    margin-bottom: 30px
}

.portfolio-main-block .portfolio-img {
    margin-bottom: 0
}

.portfolio-dtl {
    padding: 23px 33px 19px;
    border: 1px solid #F1F1F1
}

.portfolio-dtl a {
    color: #000;
    font-size: 16px
}

.portfolio-dtl span {
    display: block;
    color: #0075ca;
    font-size: 14px;
    margin: 3px 0 8px;
    text-transform: lowercase
}

.counter-col, .counter-col-days {
    display: inline-block
}

.specialist-main-block.dr-style-one {
    padding: 41px 0 91px
}

.dr-style-one .specialist-department {
    background-color: #000
}

.search-block {
    height: 112px;
    background-color: #0075ca;
    position: relative;
    margin: 91px 0 18px
}

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.dr-style-two .social-icon, .dr-style-two .specialist-department {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -transition: .3s ease-out
}

.search-main-block label {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    text-transform: uppercase
}

.search-main-block .form-control {
    width: 500px;
    margin-right: 27px
}

.search-main-block .btn-default {
    background-color: #000
}

.search-main-block .btn-default:hover {
    background-color: #454545
}

@media (max-width: 992px) {
    .search-block {
        height: 200px;
        text-align: center
    }

    .search-main-block .form-control {
        width: 100%;
        margin: 20px auto
    }
}

.dr-style-two {
    margin: 124px 0 60px
}

.dr-style-two .specialist-block {
    box-shadow: none
}

.dr-style-two .specialist-department {
    margin: 0 auto;
    opacity: 0;
    top: 40%;
    transform: translate(0, -40%)
}

.dr-style-two .specialist-block:hover .specialist-department {
    opacity: 1
}

.dr-style-two .specialist-dtl {
    padding: 20px 6px 13px
}

.dr-style-two .specialist-post {
    margin: 6px 0 3px
}

.dr-style-two .social-icon {
    text-align: center;
    bottom: 2px;
    margin: 0 auto;
    opacity: 0
}

.dr-style-two .specialist-block:hover .social-icon {
    opacity: 1
}

.comming-soon-nav .logo {
    margin-top: 66px
}

.comming-soon-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: .56;
    color: #0075ca
}

.comming-soon-block p {
    font-style: italic;
    line-height: 2.86;
    margin: 22px 0 0
}

.comming-block {
    font-size: 72px;
    font-weight: 800;
    line-height: .56;
    color: #000;
    margin: 57px 0 127px
}

.count-days, .count-hours, .count-minutes, .count-seconds {
    position: relative
}

.count-days:before, .count-hours:before, .count-minutes:before, .count-seconds:before {
    position: absolute;
    top: 70px;
    font-size: 14px;
    line-height: 2.86;
    color: #4F4F4F;
    text-align: center;
    margin: 15px auto 0;
    left: 0;
    right: 0;
    text-transform: uppercase
}

.count-days:before {
    content: "Days"
}

.count-hours:before {
    content: "Hours"
}

.count-minutes:before {
    content: "Minutes"
}

.count-seconds:before {
    content: "Seconds"
}

.department-block-img, .service-detail, .service-img {
    position: relative
}

.comming-soon-main .social-icon {
    margin-top: 50px
}

.comming-soon-main .social-icon ul li {
    margin: 0 3px
}

.subscribe-form .form-control {
    width: 316px
}

.subscribe-form .btn-default {
    width: 148px;
    height: 40px;
    background-color: #0075ca;
    font-size: 15px;
    font-style: italic;
    color: #FFF;
    margin: 0 34px
}

.contact-form .form-control, .contact-form textarea {
    font-style: normal;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 3.43
}

@media (max-width: 767px) {
    .comming-soon-heading {
        font-size: 40px;
        line-height: 1
    }

    .comming-block {
        font-size: 20px;
        line-height: 1
    }

    .count-days:before, .count-hours:before, .count-minutes:before, .count-seconds:before {
        display: none
    }

    .subscribe-form .form-control {
        width: 100%
    }
}

@media (max-width: 992px) {
    .comming-block {
        font-size: 50px;
        line-height: 1
    }
}

.error-page-main {
    margin: 95px 0 146px
}

.error-btn, .error-heading {
    margin-top: 60px
}

.error-heading {
    font-size: 250px;
    color: #0075ca;
    line-height: .87
}

.error-dtl p {
    color: #000;
    font-size: 18px;
    text-transform: uppercase
}

.error-page-main .error-btn .btn-default {
    margin-right: 50px
}

@media (max-width: 992px) {
    .error-img {
        margin-top: 60px
    }

    .error-img img {
        margin: 0 auto
    }
}

.contact-main-block {
    margin: 78px 0 87px
}

.contact-form label {
    font-size: 16px;
    color: #2F2F2F;
    text-transform: uppercase;
    line-height: 1.88;
    margin: 4px 0 14px
}

.contact-form .form-control {
    height: 47px
}

.contact-form textarea {
    padding-left: 15px;
    width: 100%;
    height: 269px
}

.contact-form .btn-default {
    margin-top: 30px
}

.map-location {
    width: 100%;
    height: 518px
}

.contact-two-main-block {
    margin: 90px 0 100px
}

.contact-block-title {
    font-size: 14px;
    line-height: 3.43;
    color: #000
}

.contact-block-title i {
    font-size: 18px;
    color: #0075ca
}

.contact-img img {
    width: 100%
}

.address-block {
    margin-top: -14px
}

.mail-block ul li, .phone-block ul li {
    font-size: 14px;
    line-height: 1.86;
    color: #4F4F4F
}

.contact-two-main-block .contact-form {
    margin-top: -10px
}

.contact-two-main-block .contact-form label {
    margin: 0 0 17px
}

.contact-two-main-block .contact-form .form-control {
    font-style: italic;
    width: 100%
}

.contact-two-main-block .contact-form textarea {
    font-style: italic;
    height: 175px
}

.contact-two-main-block .contact-form .btn-default {
    margin-top: 38px
}

.map-location2 {
    margin-top: 40px;
    width: 100%;
    height: 332px
}

@media (max-width: 767px) {
    .contact-two-main-block .mail-block {
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .contact-two-main-block .contact-img {
        margin-bottom: 30px
    }
}

.contact-three-main-block {
    margin: 90px 0 92px
}

.map-location3 {
    width: 100%;
    height: 322px
}

.contact-three-main-block .contact-form {
    margin-top: 42px
}

.faq-page-main {
    margin: 76px 0 196px
}

.faq-page-main .section .section-heading {
    font-size: 26px;
    line-height: 1
}

.faq-page-main .section p {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.73;
    color: #777;
    max-width: 864px
}

.faq-page-main .section {
    margin-bottom: 56px
}

.faq-nav-list ul li {
    width: 100%;
    height: 50px;
    padding: 14px 32px;
    color: #FFF;
    border-bottom: 1px solid #DDD;
    background-color: #ECF0F1;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -transition: .3s ease-out
}

.faq-nav-list ul li a {
    font-size: 14px;
    line-height: 1.86;
    color: #000
}

.faq-nav-list ul li.active, .faq-nav-list ul li:hover {
    border-bottom: 1px solid #0075ca;
    background-color: #0075ca
}

.faq-nav-list ul li.active a, .faq-nav-list ul li:hover a {
    color: #FFF
}

.faq-page-block .panel-group .panel {
    border: none;
    margin-top: -14px
}

.faq-page-block .panel-default > .panel-heading {
    color: #000;
    background-color: transparent;
    border: none
}

.faq-page-block .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.faq-page-block .faq-btn {
    color: #FFF;
    background-color: #0075ca;
    width: 40px;
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    margin-right: 12px;
    border: none;
    border-left: none;
    float: left;
    padding: 0
}

.faq-img img, .service-img img {
    width: 100%
}

.faq-page-block .faq-btn:active, .faq-page-block .faq-btn:focus, .faq-page-block .faq-btn:hover {
    color: #FFF;
    background-color: #000;
    border: none;
    border-left: none;
    outline: -webkit-focus-ring-color auto 0;
    box-shadow: none
}

.faq-page-block .panel-body {
    padding: 6px 15px
}

.question-heading {
    font-size: 14px;
    line-height: 1.86;
    padding-top: 5px
}

.faq-img {
    border: 5px solid #EEE;
    margin: 22px 0
}

.price-main-block {
    margin: 157px 0 8px
}

.price-main-block .section {
    margin-bottom: 52px
}

.pricing-table {
    margin-bottom: 80px
}

.price-img img {
    max-width: 100%;
    border-radius: 50%
}

.price-dtl {
    margin: 18px 0 0
}

.price-heading {
    font-size: 17px
}

.price-dtl ul {
    margin: 20px 0 23px
}

.price-dtl ul li {
    margin: 16px 0;
    line-height: 1.36;
    color: #4F4F4F
}

.career-main-block {
    margin: 90px 0 70px
}

.career-appointment {
    background-color: #F4F4F4;
    box-shadow: 0 3px 9.3px .7px rgba(198, 198, 198, .35);
    margin-top: 0
}

.career-top-bar {
    width: 100%;
    height: 80px;
    background-color: #0075ca
}

.career-top-bar span {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2
}

.career-top-bar span i {
    color: #000;
    font-size: 34px;
    margin-right: 20px
}

.career-form .form-group {
    margin-bottom: 19px
}

.career-form-dtl {
    padding: 30px 27px 1px 24px
}

.career-form .btn-default {
    font-size: 15px;
    font-style: italic;
    color: #FFF;
    margin: 20px 0 24px;
    display: block
}

.blog-date, .blog-page-heading, .departments-heading, .departments-icons, .meta-tag li, .rating label, .skill-tag-left {
    display: inline-block
}

.career-job-dtl {
    margin-top: -14px
}

.career-job-dtl ul {
    margin-bottom: 30px
}

.career-job-dtl ul li {
    line-height: 2.86;
    color: #000
}

.career-job-dtl ul li span {
    color: #0075ca
}

.career-dept-block {
    margin: 60px 0 0
}

.career-dept-img img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -transition: .3s ease-out
}

.career-dept-block:hover .career-dept-img img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.career-dept-dtl .career-heading {
    font-size: 17px
}

.career-dept-dtl p {
    font-size: 14px
}

.career-city li {
    color: #0075ca;
    font-size: 11px;
    line-height: 2.36;
    text-transform: uppercase
}

.career-city li i {
    margin-right: 6px
}

@media (max-width: 767px) {
    .career-top-bar p {
        line-height: 4
    }
}

@media (max-width: 992px) {
    .career-appointment {
        margin-top: 30px
    }

    .career-dtl-block {
        margin-top: 60px
    }
}

.our-services-main-block {
    padding: 86px 0 40px
}

.our-services-main-block .section {
    margin-bottom: 50px
}

.our-services-main-block .section p {
    margin-left: 0
}

.service-img .overlay-bg {
    height: 0;
    top: auto;
    bottom: 0
}

.service-block:hover .service-img .overlay-bg {
    height: 100%
}

.service-detail {
    margin: -140px auto 61px;
    left: 0;
    right: 0;
    width: 95%;
    background-color: #FFF;
    padding: 40px 55px 30px;
    box-shadow: 0 10px 20px rgba(198, 198, 198, .19), 0 6px 6px rgba(0, 0, 0, .23);
    transition: all .5s ease
}

.departments-block, .services-price li {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.service-block:hover .service-detail {
    margin: -150px auto 61px;
    padding: 40px 55px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.service-detail p {
    padding: 14px 0 13px
}

.our-services-main-block .read-more {
    text-transform: uppercase
}

.department-block-two .btn-default, .profile-dtl-heading {
    text-transform: none
}

.services-details-main-block {
    padding: 91px 0 0
}

.services-img img {
    width: 100%
}

.services-dtl {
    margin-top: 24px
}

.our-features-block {
    margin-top: 38px
}

.our-features-heading {
    font-size: 17px
}

.our-features-block ul {
    margin: 18px 0 21px
}

.our-features-block li {
    margin-bottom: 10px;
    color: #4F4F4F
}

.our-features-block i {
    color: #0075ca;
    margin-right: 10px
}

.dr-style-two.services-dr {
    margin: 0;
    padding: 82px 0 63px
}

.services-content ul {
    margin: 30px 0 63px
}

.services-content li {
    margin-bottom: 20px
}

.services-content i {
    margin-right: 26px
}

.services-price {
    margin-top: 19px
}

.services-price li {
    margin-top: 20px;
    color: #4F4F4F;
    transition: all .5s ease
}

.services-price li:hover {
    color: #000
}

.our-departments-main-block {
    margin: 80px 0 60px
}

.departments-block {
    border: 1px solid #E3E3E3;
    padding: 15px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.departments-icons, .next, .prev {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.departments-block:hover {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2)
}

.department-dtl-main-block .department-dtl-icon, .departments-icons-two {
    top: 0;
    right: 0;
    height: 72px;
    padding-top: 10px;
    background-color: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    text-align: center
}

.departments-icons {
    font-size: 46px;
    width: 60px;
    transition: all .5s ease
}

.departments-block:hover .departments-icons a {
    color: #0075ca
}

.departments-heading span {
    font-size: 13px;
    line-height: 2;
    color: #C7C7C7
}

.departments-dtl {
    margin-bottom: 22px
}

.our-departments-main-block .btn-default {
    font-style: italic
}

.departments-two-main-block {
    margin: 62px 0 0
}

.department-block-two {
    margin-bottom: 98px
}

.department-block-img img {
    width: 100%
}

.departments-icons-two {
    position: absolute;
    font-size: 46px;
    width: 100px;
    color: #0075ca
}

.departments-dtl-two {
    margin-bottom: 30px
}

.department-block-two .departments-heading {
    font-size: 10px;
    line-height: 2.6;
    color: #9A9A9A;
    margin-bottom: 7px
}

.department-dtl-main-block {
    margin: 62px 0 0
}

.department-dtl-img {
    position: relative
}

.department-dtl-img img {
    width: 100%
}

.department-dtl-main-block .department-dtl-icon {
    position: absolute;
    font-size: 46px;
    width: 100px;
    color: #0075ca
}

.departments-dtl-heading {
    margin-top: 28px
}

.departments-dtl-heading span {
    font-size: 10px;
    line-height: 1;
    color: #9A9A9A
}

.department-dtl-block blockquote {
    margin: 19px 0;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.81;
    color: #0075ca;
    border-left: none;
    padding: 0
}

.department-service-block {
    margin-top: 20px
}

.department-block-featured {
    margin-top: 51px
}

@media (max-width: 992px) {
    .quote p {
        width: 100%;
        height: 100%
    }

    .department-service {
        margin-bottom: 30px
    }
}

.doctor-profile-main-block {
    margin: 42px 0 34px
}

.doctor-profile-main-block .profile-heading {
    margin: 0 0 60px;
    font-size: 17px;
    background-color: #000;
    color: #FFF;
    width: 233px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.blog-banner-img img, .profile-img img {
    width: 100%
}

.doctor-profile-main-block .profile-heading span {
    color: #0075ca
}

.profile-name {
    margin: 28px 0 0
}

.profile-name .social-icon {
    margin-top: 16px
}

.profile-doctor-dtl ul li {
    line-height: 2.5;
    color: #000
}

.profile-work-dtl ul {
    margin-top: 6px
}

.profile-work-dtl ul li {
    font-size: 13px;
    font-style: italic;
    line-height: 2.46;
    color: #0075ca
}

.profile-doctor-dtl p {
    margin: 7px 0 4px
}

.profile-doctor-quote {
    font-size: 22px;
    font-style: italic;
    line-height: 1.45;
    color: #4F4F4F
}

.profile-qualification {
    margin: 18px 0 6px
}

.skill-block {
    margin-top: 10px
}

.skill-tag-right {
    float: right;
    line-height: 1.86;
    color: #000
}

.progress {
    background-color: #EEE;
    height: 12px;
    border-radius: 0;
    box-shadow: none
}

.progress-bar {
    height: 6px;
    margin-top: 3px;
    background-color: #0075ca;
    box-shadow: none
}

.scroll-bar {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.doctor-profile-main-block .btn-default {
    font-style: italic
}

.doctor-profiles-pecialist-block {
    padding: 70px 0;
    background-color: #F4F4F4
}

.blog-left-main-block {
    margin: 90px 0 60px
}

.blog-block {
    margin-bottom: 60px
}

.blog-date {
    width: 87px;
    height: 91px;
    text-align: center;
    color: #FFF;
    margin-right: 15px;
    background-color: #0075ca
}

.blog-date .blog-day {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.75;
    color: #FFF
}

.blog-date div {
    font-weight: 600;
    line-height: 0;
    color: #FFF
}

.blog-page-heading {
    margin: 11px 0 39px
}

.meta-tag li {
    margin: 16px 6px
}

.meta-tag i {
    font-size: 16px;
    line-height: 1.19;
    color: #0075ca
}

.blog-block .btn-default {
    margin-top: 35px;
    border-radius: 4px
}

.blog-block .owl-next, .blog-block .owl-prev {
    color: #FFF;
    top: 40%;
    width: 60px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #000
}

.blog-block .owl-next:hover, .blog-block .owl-prev:hover {
    color: #FFF;
    background-color: #0075ca
}

.blog-block .owl-prev:before {
    content: "\f104";
    margin: 0
}

.blog-block .owl-next:after {
    content: "\f105";
    margin: 0
}

.blog-block .video-item .video-preview, .blog-block .video-item .video-preview iframe {
    width: 100%;
    height: 100%
}

.pagination-block {
    font-size: 14px;
    color: #406576;
    width: 100%;
    background: #FFF;
    text-align: center
}

.pagination {
    border-radius: 0;
    margin: 14px 0 0
}

.next, .prev {
    margin: 14px 0 0;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    transition: all .5s ease
}

.next a, .prev a {
    color: #FFF
}

.next:hover, .prev:hover {
    background-color: #0075ca
}

.pagination li a, .pagination li span {
    border-radius: 4px
}

.pagination li a {
    border: none;
    margin: 0 2px;
    font-size: 14px;
    color: #406576
}

.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover {
    color: #FFF;
    background-color: #0075ca
}

.accor-widget.faq-page-block .panel-group .panel {
    margin-top: 20px
}

.accor-widget.faq-page-block .faq-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    padding-left: 3px
}

.accor-widget.faq-page-block .panel-body {
    padding: 8px 0 0
}

.accor-widget.faq-page-block .panel-default > .panel-heading {
    padding: 0
}

.tab-widget {
    margin: 39px 0 60px
}

.tab-widget .nav-tabs {
    border: 0;
    margin: 34px 0 40px
}

.tab-widget .nav-tabs > li {
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #000
}

.tab-widget .nav-tabs > li a {
    color: #FFF;
    border-radius: 0;
    border: none
}

.tab-widget .nav-tabs > li.active > a, .tab-widget .nav-tabs > li.active > a:focus, .tab-widget .nav-tabs > li.active > a:hover {
    color: #FFF;
    border-radius: 0;
    background-color: #0075ca;
    border: none;
    border-bottom-color: transparent
}

.tab-widget .nav-tabs > li > a:hover {
    color: #FFF;
    background-color: #0075ca;
    border-color: transparent
}

.tab-widget-dtl {
    margin: 30px 0
}

.flickr-widget-block .portfolio-img, .tag-widget .badge {
    margin-bottom: 10px
}

.tab-widget-dtl .tab-thumb {
    width: 100px;
    height: 80px;
    margin-right: 15px;
    float: left
}

.tab-widget-dtl a {
    font-weight: 600;
    line-height: 1.71;
    color: #000
}

.flickr-widget-block {
    margin-top: 35px
}

.flickr-widget-block .portfolio-overlay {
    font-size: 18px
}

.tag-widget {
    margin-top: 40px
}

.tags {
    margin-top: 33px
}

.tag-widget .badge {
    padding: 10px 16px;
    color: #262626;
    border-radius: 0;
    background-color: #ECF0F1;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.mission-icon, .product-gallery-overlay {
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -transition: .5s ease-out
}

.tag-widget .badge:hover {
    color: #FFF;
    background-color: #0075ca
}

.tag-widget a {
    margin-right: 8px
}

.blog-single-main-block {
    margin: 90px 0 28px
}

.blog-block blockquote {
    font-size: 15px;
    font-style: italic;
    line-height: 2.4;
    color: #565656;
    margin: 55px 0 42px;
    border-left: 3px solid #93B403;
    padding: 0 30px
}

.blog-code {
    margin-top: 45px;
    padding: 15px 32px 0;
    font-size: 12px;
    border-radius: 0;
    line-height: 1.75;
    color: #333;
    background-color: #F4F4F4;
    border: 1px solid #EDEDED
}

.btn-shp, .product-img {
    border: 1px solid #D5D5D5
}

.blog-comment {
    margin: 60px 0 94px
}

.comments-heading {
    position: relative
}

.comments-heading:before {
    content: '';
    position: absolute;
    top: 35px;
    width: 35px;
    height: 2.5px;
    background-color: #0075ca
}

.blog-comment .media {
    margin: 52px 0 0
}

.blog-comment .comments-reply {
    margin: 112px 0 20px
}

.blog-comment .media-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.88;
    color: #000;
    text-transform: none
}

.blog-comment .media-heading span {
    color: #9E9E9E
}

.blog-comment .media-heading:hover span {
    color: #0075ca
}

.media-reply a {
    font-size: 14px;
    font-weight: 600;
    color: #8D8D8D;
    text-transform: uppercase
}

.media-reply a:hover {
    color: #0075ca
}

.blog-comment-send .comments-heading:before {
    background-color: #F7A349
}

.comment-note {
    width: 694px;
    margin: 33px 0 47px
}

@media (max-width: 992px) {
    .comment-note {
        width: 100%
    }
}

.product-main-block {
    margin: 90px 0 86px
}

.product-block {
    margin-bottom: 32px
}

.product-img {
    position: relative
}

.product-img img {
    width: 100%;
    margin: 0 auto
}

.product-dtl {
    margin: 16px 0 0
}

.rating {
    margin: 10px 0 0;
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating input {
    position: absolute;
    left: -999999px
}

.rating label {
    font-size: 0
}

.rating > label:before {
    position: relative;
    font: 24px/1 FontAwesome;
    display: block;
    content: "\f006";
    color: #0075ca;
    background: #0075ca;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.select-filter, .select-filter span {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5
}

.job-heding, .mission-head, .mission-icon, .price-slider-amount span, .price-slider-amount > input, .product-price .offer-price, .product-price .price, .product-quantity form, .product-shop-btn, .share-heading, .single-product-dtl .social-icon ul {
    display: inline-block
}

.rating > label.selected:before, .rating > label.selected ~ label:before, .rating > label:hover:before, .rating > label:hover ~ label:before {
    color: #0075ca;
    content: "\f005";
    background: #0075ca;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.product-price .offer-price, .product-price .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    color: #8D8D8D
}

.product-price .price {
    text-decoration: line-through;
    padding-right: 26px
}

.product-price .offer-price {
    color: #0075ca
}

.btn-shp {
    color: #262626;
    width: 100%;
    background-color: transparent
}

.btn-shp:hover {
    border: 1px solid #0075ca
}

.btn-shp i {
    margin-right: 20px
}

.show-more .btn-default {
    margin-top: 38px;
    text-transform: none
}

.product-filter {
    margin-bottom: 59px
}

.filter-by {
    text-align: center;
    border: 1px solid #BFBFBF
}

.select-filter select {
    border: none;
    padding-right: 20px
}

.select-filter span {
    color: #8D8D8D
}

.select-filter {
    color: #2F2F2F
}

.filter-icon {
    padding: 1.5px 0;
    text-align: center;
    border: 1px solid #BFBFBF
}

.filter-icon a {
    font-size: 26px;
    color: #8D8D8D
}

.sales-tag {
    color: #FFF;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #0075ca
}

.price-slider-amount {
    margin: 34px 0 30px
}

.price-slider-amount span {
    color: #262626;
    margin-right: 15px;
    text-transform: uppercase
}

.price-slider-amount > input {
    border: 0;
    color: #4F4F4F;
    font-size: 14px;
    outline: 0
}

.slider-range {
    margin-bottom: 64px
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #E2DEDE;
    border: 0;
    height: 3px;
    position: relative
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #0075ca;
    border: none;
    border-radius: 50%;
    height: 16px;
    top: -6px;
    width: 16px;
    outline: 0;
    position: absolute
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #0075ca;
    height: 3px;
    position: absolute
}

.single-product-main-block {
    margin: 92px 0 0
}

.product-gallery-thumb {
    width: 118.7px;
    position: relative;
    margin-bottom: 7px
}

.product-gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 181, 255, .75);
    opacity: 0;
    text-align: center;
    font-size: 11px;
    color: #000;
    cursor: crosshair;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.product-gallery-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.product-gallery-thumb:hover .product-gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.single-product-dtl .product-name {
    font-size: 16px;
    font-weight: 400;
    color: #2F2F2F
}

.single-product-dtl .product-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #0075ca;
    margin: 15px 0 14px
}

.single-product-dtl .social-icon {
    margin: 28px 0 23px
}

.share-heading {
    line-height: 1.44;
    text-transform: none
}

.single-product-dtl .social-icon ul li {
    margin: 0 5px
}

.product-quantity {
    border: 1px solid #BFBFBF;
    width: 30%;
    padding: 16px 0 10px 26px;
    display: inline-block
}

.product-quantity span {
    font-size: 16px;
    font-weight: 500;
    color: #8D8D8D;
    float: left;
    margin-right: 15px
}

.product-quantity form {
    cursor: pointer
}

.product-quantity .select-filter {
    line-height: 0
}

.select-filter.number {
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    margin-top: -8px
}

.cart-plus-minus-box {
    background: rgba(0, 0, 0, 0);
    border: 0;
    float: left;
    font-size: 20px;
    line-height: 1.8;
    outline: 0;
    text-align: center;
    width: 20px;
    margin-right: 5px
}

.inc.qtybutton {
    float: left;
    color: #8D8D8D
}

.dec.qtybutton {
    float: none;
    color: #8D8D8D
}

.product-shop-btn .btn-shp {
    border: none
}

.product-dtl-tab {
    margin: 48px 0 57px
}

.product-dtl-tab .nav-tabs {
    border: 0;
    margin-bottom: 57px
}

.product-dtl-tab .nav-tabs > li {
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #0075ca
}

.product-dtl-tab .nav-tabs > li a {
    color: #FFF;
    border-radius: 0;
    border: none
}

.product-dtl-tab .nav-tabs > li.active > a, .product-dtl-tab .nav-tabs > li.active > a:focus, .product-dtl-tab .nav-tabs > li.active > a:hover {
    color: #FFF;
    border-radius: 0;
    background-color: #000;
    border: none;
    border-bottom-color: transparent
}

.product-dtl-tab .nav-tabs > li > a:hover {
    color: #FFF;
    background-color: #0075ca;
    border-color: transparent
}

.product-dtl-tab .comments-reply {
    margin: 103px 0 68px
}

.product-dtl-tab .blog-comment-send .comments-heading:before {
    background-color: #0075ca
}

.product-display {
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .product-gallery-thumb {
        display: inline-block;
        margin: 30px 2px
    }

    .product-quantity {
        width: 50%
    }
}

.single-product-right-main-block {
    margin: 92px 0 0
}

.single-product-right-main-block .single-product-main-block {
    margin: 0
}

.single-product-right-main-block .single-product-dtl .product-name {
    margin-top: 40px
}

.about-dtl-two {
    margin-top: 30px
}

.job-looking {
    width: 100%;
    height: 110px;
    padding: 35px 40px;
    background-color: #EEE
}

.job-heding {
    line-height: 1.8
}

.job-heding span {
    color: #0075ca
}

.mission-main-block {
    margin: 83px 0 23px
}

.mission-main-block .section {
    margin-bottom: 48px
}

.mission-main-block .section p {
    margin: 14px 0 0
}

.mission-block {
    margin-bottom: 58px
}

.mission-icon {
    font-size: 60px;
    color: #000
}

.mission-block:hover .mission-icon {
    color: #0075ca
}

.mission-head {
    margin-left: 30px
}

.mission-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25;
    text-align: left;
    color: #262626
}

.mission-sub-heading {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #8D8D8D
}

.facts-main-block {
    position: relative
}

.facts-main-block .overlay-bg {
    background-color: rgba(0, 0, 0, .8)
}

.facts-block {
    padding: 78px 0 112px
}

.facts-icon {
    font-size: 50px;
    line-height: 1.52;
    color: #FFF
}

.facts-number {
    font-size: 36px;
    font-weight: 800;
    line-height: .72;
    color: #0075ca
}

.facts-text {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    float: right;
    margin-top: -50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.about-specialist.specialist-main-block {
    padding: 84px 0 90px
}

@media (max-width: 767px) {
    .job-looking {
        height: 100%;
        text-align: center
    }

    .job-looking .pull-right {
        float: none !important
    }

    .facts-block {
        padding: 60px 0
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .product-gallery-thumb {
        width: 100%
    }

    .job-looking {
        margin-bottom: 30px
    }
}

.appointment-main-block .section {
    margin: 80px 0 51px
}

.appointment-form {
    margin-top: 20px;
    margin-bottom: 60px
}

.appointment-main-block i {
    color: #0075ca;
    margin-right: 10px;
    font-weight: 700
}

th.next, th.prev {
    color: #FFF
}

.preloader {
    background: #F4F4F4;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999
}

.status {
    /*background-image: url(../images/logo.png);*/
    animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite
}

.status, .status-message {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat
}

.status-message {
    padding-top: 20%
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.footer_a, .footer_a:hover {
    color: white;
!important;
}

.d-none {
    display: none !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.steps {
    background-color: #0075ca;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    color: white;
}
.mt-60{
    margin-top: -60px;
}

.custom-logo{
    position: absolute;
    left: -30px!important;
    top: -5px!important;
}

@media (max-width: 767px) {
    .preloader .status{
        top: 20% !important;
    }

    .mbl-block {
        display: block!important;
    }

    .mbl-mb-20{
        margin-bottom: 20px;
    }

    .mbl-mb-30{
        margin-bottom: 30px;
    }

    .font-13{
        font-size: 13px!important;
    }

    #menu-button{
        margin-top: -50px!important;
    }

    .width_mbl{
        width: 445px!important;
    }

    .mbl-pb-110{
        padding-bottom: 110px!important;
    }

    .mbl-mt-139{
        margin-top: -139px!important;
    }

    .mbl-mt-20 {
        margin-top: -20px!important;
    }

    .text-sm-center{
        text-align: center!important;
    }

    .specialize-main-block{
        padding-bottom: 90px!important;
    }

    .why_choose_medicare_plan{
        padding-bottom: 50px!important;
    }
}

@media (min-width: 990px) {
    .desktop-pl-65 {
        padding-left: 145px !important;
        padding-top: 5px !important;
    }

    .desktop-text-left {
        text-align: left !important;
        padding-left: 20em;
        padding-top: 30vh !important;
        max-width: 1000px;
    }

    .desktop-text-left p {
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px){
    .container.container-lg {
        width: 1400px;
    }
}
@media only screen and (max-width: 1620px){
    .img-adjustments {
        width: 130% !important;
        left: -130px!important;
    }

    .custom-logo{
        left: -275px!important;
    }

    .desktop-text-left{
        padding-left: 3em!important;
        max-width: 600px;
    }
}

.why_choose_medicare_plan p, p.content{
    margin-bottom: 0!important;
    line-height: 1.5!important;
}

.btn-custom:hover{
    background: white!important;
    color: #0075ca!important;
}

.text-white{
    color: white!important;
}

.nav_polygon{
    background: #702f8a;
    padding: 27px;
    rotate: 180;
    width: 42%;
    position: relative;
    left: -330px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 900%);
    clip-path: polygon(0 0, 100% 0%, 0 900%);
}

#home-banner .btn-gray{
    background: #fff;
    color: #0075ca!important;
}

#home-banner .btn-gray:hover{
    background: #0075ca!important;
    color: #fff!important;
}

@media only screen and (max-width:767px){
    .desktop-text-left{
        padding-left: unset!important;
    }
}

.services-box{
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
}

.services-box .content {
    padding: 30px;
    border-radius: 0 0 5px 5px;
}