@import url(fontawesome-all.css);
@import url(animate.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(jquery.fancybox.min.css);

*,
.text,
li,
p,
ul {
    margin: 0
}

.btn-style-one,
.theme-btn,
.theme-btn i {
    display: inline-block
}

.main-timeline .timeline-content:hover,
a,
a:hover {
    text-decoration: none
}

* {
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

.btn-style-one,
.btn-style-three,
.btn-style-two {
    border-radius: 5px;
    overflow: hidden
}

body {
    font-size: 14px;
    color: #222;
    line-height: 1.6em;
    font-weight: 500;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Noto Sans', sans-serif
}

a {
    cursor: pointer;
    color: #12ac9f
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.2em
}

.mobile-menu-visible,
textarea {
    overflow: hidden
}

button {
    outline: 0 !important;
    cursor: pointer
}

.text,
p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    opacity: .4;
    z-index: -1
}

._inner_doc_info,
.auto-container,
.banner-carousel,
.banner-section,
.btn-style-one,
.btn-style-three,
.btn-style-three .btn-title,
.btn-style-two,
.btn-style-two .btn-title,
.contact-info,
.docrows,
.inner_doc_profiles,
.inner_services_text,
.main-footer .contact-info,
.main-footer .contact-widget,
.main-footer .links-widget,
.main-footer .list,
.main-header .header-top,
.main-header .header-upper,
.main-timeline,
.newsletter-section .title-column,
.rsk_fac_section,
.rsk_list,
.ser_inner_nav,
.ser_inner_nav ul,
.services-row,
.services_info,
.social-icon-one,
.social-icon-two,
.splrow,
.tabs-box,
.testimonial-block .info-box,
.theme-btn i,
.tips-row-section,
.treatments_section {
    position: relative
}

.auto-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

li,
ul {
    list-style: none;
    padding: 0
}

.banner-section .owl-dot:last-child,
.main-footer .activity-list li:last-child,
.main-footer .contact-info li:last-child,
.sidebar-widget:last-child,
figure {
    margin-bottom: 0
}

.theme-btn {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theme-btn i {
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center !important
}

.btn-style-one {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 5px 14px;
    font-weight: 500;
    background: linear-gradient(to left, #0c9b8e, #012d54)
}

.btn-style-one:hover {
    color: #fff;
    background: linear-gradient(to right, #0c9b8e, #012d54)
}

@keyframes rainbow {
    0% {
        background-color: #25bdd8
    }

    25% {
        background-color: #5798fe
    }

    50% {
        background-color: #7cbe47
    }

    75% {
        background-color: #9c49fa
    }

    100% {
        background-color: #ff4880
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #25bdd8
    }

    25% {
        background-color: #5798fe
    }

    50% {
        background-color: #7cbe47
    }

    75% {
        background-color: #9c49fa
    }

    100% {
        background-color: #ff4880
    }
}

.btn-style-two {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 25px 50px;
    font-weight: 700;
    background-color: #1e2c67
}

.btn-style-two:hover {
    color: #1e2c67;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-three:before,
.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

.btn-style-three:hover:before,
.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-three {
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 500;
    padding: 10px 32px;
    background-color: #1a2940;
    transition: .3s linear
}

.social-icon-one li a,
.social-icon-two li a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #333;
    background-color: #333
}

.btn-style-four:hover {
    color: #333;
    border: 1px solid #fff;
    -webkit-box-shadow: #fff 0 0 0 40px inset;
    -moz-box-shadow: #fff 0 0 0 40px inset;
    -ms-box-shadow: #fff 0 0 0 40px inset;
    -o-box-shadow: #fff 0 0 0 40px inset;
    box-shadow: #fff 0 0 0 40px inset
}

.main-header .header-top .info-list,
.main-menu,
.social-icon-one li,
.social-icon-two li {
    position: relative;
    display: inline-block
}

.social-icon-one li a {
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
    width: 37px;
    height: 37px;
    background: #012d54;
    text-align: center;
    box-shadow: 0 0 10px #9b9b9b;
    border-radius: 50%;
    transition: .3s
}

.social-icon-one li a:hover {
    background: #1abbae;
    color: #fff
}

.social-icon-one li:first-child,
.social-icon-two li:first-child {
    margin-left: 0
}

.social-icon-two li a {
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: linear-gradient(to left, #0c9b8e, #43dbce);
    border: 1px solid;
    border-radius: 50%;
    margin: 0 3px;
    transition: .3s
}

.social-icon-two li a img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.main-header .header-top .info-list li a,
.scroll-to-top {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.social-icon-two li a:hover {
    background: linear-gradient(to right, #0c9b8e, #43dbce)
}

.theme_color {
    color: #fa7720
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.bread-crumb .bread-links li:last-child:before,
.dropdown-toggle::after,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li>a:before,
.tabs-box .tab,
.testimonial-carousel .owl-nav {
    display: none
}

.bread-head,
.ser_inner_nav ul li,
.tabs-box .active-tab {
    display: block
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-position: center center;
    background-repeat: no-repeat
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(to left, #0c9b8e, #012d54);
    display: none;
    transition: .3s
}

.scroll-to-top:hover {
    background: linear-gradient(to right, #0c9b8e, #012d54)
}

.main-header {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 99999
}

.main-header .header-top .top-left {
    position: absolute;
    right: 0;
    margin-top: 7px;
    border-radius: 30px 0 0 30px;
    z-index: 99
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    right: -150%
}

.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #222;
    transition: .3s
}

.main-menu .navigation>li {
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.main-header .header-top .info-list li a:hover {
    color: #11a79b
}

.main-header .header-top .info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: #0c9b8e;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 3px
}

.main-header .header-top .top-right,
.main-header .outer-box .btn-box {
    position: relative;
    float: right
}

.social-links {
    display: inline-block;
    margin-left: 20px
}


.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 350px;
    top: 16px
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 0;
    top: 0;
    content: ""
}

.main-header .header-upper .logo {
    right: 0;
    margin: auto
}

.main-header .header-upper .logo:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    content: ""
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 5%;
    top: 14px
}

.main-header .nav-outer {
    position: relative;
    margin: auto;
    top: 0;
    text-align: right;
    padding: 58px 145px 0 0
}

.appointment {
    top: 61px;
    position: absolute;
    right: 0;
    background: #fff;
    color: #0c9b8e;
    border: 1px dashed #004685;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 10px
}

.top-wraapper {
    position: relative;
    height: 100vh
}

.main-header .header-lower {
    position: relative;
    width: 100%
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    padding: 10px 6px;
    transition: .3s
}

.main-menu .navigation>li>a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative
}

.main-menu .navigation>li>a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    padding: 0;
    text-transform: capitalize;
    transition: .3s;
    color: inherit
}

.mobile-menu,
.sticky-header {
    opacity: 0;
    visibility: hidden
}

.mobile-menu .navigation li>a,
.sec-title .title,
.sec-title h2,
.specializedblock h2,
.specilatytitle,
.spl_list h3 {
    text-transform: uppercase
}

.main-menu .navigation>li:hover>a {
    color: #0ea195
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 141px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background-color: #012d54;
    border-top: 3px solid #15bfa1;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right,
.main-menu .navigation>li>ul>li>ul.from-right,
.treatments_row .col-md-6:hover::after {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child,
.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background: #0c9b8e
}

.main-menu .navigation>li>ul>li:hover:before,
.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 14px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background: #0c9b8e
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 12px;
    top: 5px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 350px;
    z-index: 100;
    display: none;
    padding: 0;
    background-color: #008579;
    border-top: 3px solid #012d54;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background: #012d54
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 1px 10px;
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #012d54
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation li>ul>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .5s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block
}


.mobile-menu .navigation,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0 20px 20px
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: ""
}

.contact-info li:last-child {
    margin-right: 0
}

.fixed-header .sticky-header .logo {
    padding: 10px 0
}

.mobile-menu .social-links li a:hover {
    color: #ff4788
}

.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0 !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #696478;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sticky-header .main-menu .navigation>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    font-weight: 700;
    color: #1e2c67
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ff4788;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(37, 189, 216, .8);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s
}

.mobile-menu-visible .mobile-menu .menu-backdrop,
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    color: #ff4788;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li>a:before {
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    left: 0;
    top: 0;
    height: 0;
    transition: .5s
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    transition: .5s;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #0c978a;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.banner,
.banner-section:before,
.offers-section::before {
    background-position: center;
    background-repeat: no-repeat
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999;
    font-weight: 400;
    margin-bottom: 10px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 1.2em;
    color: #00213e;
    font-weight: 600;
    padding-top: 20px
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 90px;
    height: 3px;
    background-color: #17bbac;
    content: "";
    border-radius: 2px
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 300;
    margin-top: 20px
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto
}

.sec-title.light h2,
.services_list:hover .services_info h3 {
    color: #fff
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-size: cover;
    content: "";
    z-index: 9
}

.banner {
    background-size: cover;
    height: 100vh
}

.slide1 {
    background-image: url(../images/main-slider/1.jpg)
}

.slide2 {
    background-image: url(../images/main-slider/2.jpg)
}

.slide3 {
    background-image: url(../images/main-slider/3.jpg)
}

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 0
}

.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    background: 0 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    opacity: .3;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.banner-section .owl-nav .owl-next {
    left: auto;
    right: 30px
}

.banner-section .owl-dots {
    position: absolute;
    left: 14px;
    width: 20px;
    text-align: center;
    top: 46%
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 3px solid #012d54;
    background: #fff;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    opacity: 1;
    background: #14afa2
}

.offers-section {
    position: relative;
    padding: 82px 0 20px
}

.offers-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    background-size: cover;
    bottom: 0
}

.specilatytitle {
    position: absolute;
    left: -200px;
    transform: rotate(-90deg);
    z-index: 1;
    font-size: 33px;
    bottom: 257px
}

.specilatytitle::before {
    content: "";
    position: absolute;
    width: 54%;
    height: 2px;
    border-bottom: 1px solid;
    left: 340px;
    top: 6px
}

.doc_info,
.doc_pic,
.doctors_section,
.services_pic,
.specializedblock {
    position: relative
}


.specializedblock {
    text-align: center;
    margin-top: -53px;
    z-index: 9
}

.specializedblock h2 {
    display: inline-block;
    background: #012d54;
    color: #1abbae;
    padding: 8px 43px
}

.splrow .col-md-4 {
    padding: 48px 10px;
    background-color: #012d54
}

.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6::after,
.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6::before,
.splrow .col-md-4:nth-child(2) {
    background-color: #0c9b8e
}

.spl_icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #041d44;
    border-radius: 50%;
    line-height: 84px
}

.splrow .col-md-4:nth-child(2) .spl_icon {
    background: #04a79a
}

.spl_list h3 {
    color: #fff;
    margin: 14px 0 0
}

.about-content h2,
.doc_info h2 {
    color: #012d54;
    text-transform: uppercase
}

.welcometext {
    font-size: 29px;
    display: inline-block
}

.about-content,
.doc_profiles,
.services_list,
.why_list {
    position: relative;
    text-align: center
}

.about-content h2::after,
.about-content h2::before,
.acatt_pic::before,
.doc_pic::before,
.docrows::before,
.doctors_section::before,
.main-footer .footer-upper .footer-column:before,
.services_list::before {
    position: absolute;
    content: ""
}

.about-content h2 {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 82px
}

.about-content h2::after,
.about-content h2::before {
    width: 20%;
    height: 20px;
    top: 31px
}

.about-content h2::before {
    left: 79px;
    border-bottom: 1px dashed #003e9b
}

.about-content h2::after {
    right: 79px;
    border-bottom: 1px dashed #1aa196
}

.about-content h2 span,
.bread-crumb .bread-links li a,
.docrows .col-md-6:nth-child(2) .doc_info h2 {
    color: #0c9b8e
}

.about-content h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 52px
}

.about-content p {
    margin-bottom: 20px;
    text-align: justify
}

.doctors_section {
    padding: 0 0 50px
}

.doctors_section::before {
    width: 7px;
    height: 89%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px #c5c5c5;
    bottom: 0;
    background: #fff
}

.doctors_section .auto-container {
    max-width: 1250px
}

.docrows .col-md-6 {
    padding: 0 15px;
    min-height: 297px
}

.ser_btm {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 43px;
    background: linear-gradient(to left, #012d54, #06a192);
    color: #fff;
    padding: 18px 15px;
    font-weight: 300;
    margin: 0 0 69px;
    border-radius: 76px;
    box-shadow: 0 4px 3px #606060
}

.docrows .treatments_row .col-md-6 {
    background: 0 0;
    padding: 27px 15px
}

.treatments_row .col-md-6 {
    border-right: 1px dashed #35638b;
    border-bottom: 1px dashed #35638b
}

.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6 {
    border-right: 1px dashed #218f84;
    border-bottom: 1px dashed #218f84
}

.treatments_row.row {
    margin: 0
}

.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(2),
.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(4),
.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(6),
.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(8),
.facilities-row .col-md-2:last-child,
.services-row .col-md-3:nth-child(4),
.services-row .col-md-3:nth-child(8),
.treatments_row .col-md-6:nth-child(2),
.treatments_row .col-md-6:nth-child(4),
.treatments_row .col-md-6:nth-child(6),
.treatments_row .col-md-6:nth-child(8) {
    border-right: 0px
}

.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(7),
.docrows .col-md-6:nth-child(2) .treatments_row .col-md-6:nth-child(8),
.treatments_row .col-md-6:nth-child(7),
.treatments_row .col-md-6:nth-child(8) {
    border-bottom: 0
}

.treatments_row .col-md-6::after,
.treatments_row .col-md-6::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #012d54;
    transition: .7s ease-in-out;
    top: 0;
    z-index: -1
}

.treatments_row .col-md-6:hover::after,
.treatments_row .col-md-6:hover:before {
    width: 50%
}

.treatments_row .col-md-6:hover:before {
    left: 0
}

.doc_pic {
    margin: 0 0 18px;
    background: #012d54;
    display: inline-block;
    padding: 24px;
    border-radius: 0 214px 214px 0
}

.docrows::before {
    width: 225px;
    height: 18px;
    background: linear-gradient(to left, #0c9b8e, #012d54);
    left: 0;
    right: 0;
    top: 204px;
    margin: auto
}

.docrows .col-md-6:nth-child(2) .doc_pic {
    border-radius: 214px 0 0 214px;
    background: #0c9b8e
}

.doc_pic::before {
    width: 200%;
    height: 100%;
    background: #012d54;
    right: 100%;
    top: 0
}

.docrows .col-md-6:nth-child(2) .doc_pic::before {
    left: 100%;
    right: initial;
    background: #0c9b8e
}

.doc_pic img {
    border-radius: 50%;
    border: 9px solid #ebebeb;
    width: 390px
}

.doc_info {
    left: 0;
    top: 0
}

.doc_info h2 {
    margin: 0 0 5px;
    font-size: 43px;
    font-weight: 600;
    transition: .7s ease-in-out
}

.services_pic,
.services_pic img {
    transition: .8s ease-in-out;
    display: inline-block
}

.doc_info h3 {
    color: #333;
    font-size: 22px;
    margin: 0 0 8px
}

.doc_info h4 {
    color: #012d54;
    font-size: 29px
}

.doc_info a,
.ser_icon img,
.why_icon img {
    display: inline-block
}

.inner_about,
.inner_docrows,
.trmnt_head {
    text-align: center
}

.trmnt_head h2 {
    text-transform: uppercase;
    display: inline-block;
    background: #012d54;
    color: #fff;
    padding: 4px 19px;
    margin: 27px 0 0;
    font-size: 38px
}

.docrows .col-md-6:nth-child(2) .ser_icon,
.docrows .col-md-6:nth-child(2) .trmnt_head h2,
.inner_docrows .col-md-6:nth-child(2) {
    background: #0c9b8e
}

.services_pic {
    width: 181px;
    overflow: hidden;
    border-radius: 17px;
    border: 9px solid #bdd8ef
}

.services_list:hover .services_pic img {
    transform: scale(1.2);
    filter: grayscale(0)
}

.docrows .col-md-6:nth-child(2) .trrow2 .services_pic {
    border: 9px solid #c8ebe8
}

.services_pic a {
    position: absolute;
    width: 100px;
    background: linear-gradient(to top, #0d786f, #0c9b8e);
    color: #fff;
    padding: 5px 0;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .9s ease-in-out
}

.docrows .col-md-6:nth-child(2) .trrow2 .services_pic a {
    background: linear-gradient(to top, #012d54, #0e5391)
}

.services_list:hover .services_pic a {
    opacity: 1;
    visibility: visible;
    bottom: 26px;
    color: #fff
}

.services_info h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 14px 0 0;
    font-weight: 500;
    transition: .9s ease-in-out
}

.ser_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #012d54;
    right: -25px;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
    bottom: -25px
}

.sec-title.light h3 {
    color: #eee
}

.services-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #909090;
    top: 228px;
    left: 0
}

.services-row .col-md-3 {
    border-right: 1px solid #909090;
    margin-bottom: 40px
}

.services-blocks {
    text-align: center;
    position: relative;
    display: block;
    padding: 22px 6px;
    min-height: 212px
}

.services-blocks h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px
}

.services-blocks p {
    color: #cecece;
    font-size: 15px;
    line-height: 27px
}

.services-blocks span {
    color: #989898;
    display: inline-block;
    border: 1px solid;
    padding: 3px 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px
}

.services-blocks:hover span {
    background-color: #f72f67;
    color: #fff
}

.faq-section {
    position: relative;
    background-color: #f2f5f6;
    padding: 120px 0 70px
}

.faq-section .icon-star-4 {
    left: -155px !important;
    top: 175px !important
}

.faq-section .icon-sun {
    top: auto !important;
    left: auto !important;
    right: -265px !important;
    bottom: 90px !important
}

.faq-section .accordion-column,
.faq-section .image-column {
    position: relative;
    margin-bottom: 50px
}

.faq-section .image-column .inner-column {
    position: relative;
    padding-right: 30px
}

.faq-section .image-column .image {
    position: relative;
    margin-bottom: 0
}

.faq-section .image-column .image img {
    display: block;
    width: 100%
}

.faq-section .image-column .sec-title {
    margin-bottom: 45px
}

.main-footer .activity-list li {
    position: relative;
    margin-bottom: 10px
}

section.tips-secrtion {
    padding: 62px 0 0;
    position: relative
}

.tips-row-section::before {
    content: "";
    position: absolute;
    width: 33%;
    height: 76%;
    background: #f7ee62;
    left: 242px;
    bottom: 0
}

.tips-list p {
    position: relative;
    padding-left: 24px;
    color: #151515;
    font-weight: 500;
    line-height: 31px
}

.tips-list p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #333;
    left: 0;
    top: 13px
}

.team-section {
    position: relative;
    padding: 66px 0 136px;
    background: center/cover no-repeat #ff1d5c
}

.team-section::before {
    content: "";
    position: absolute;
    background: rgb(236 39 94 / 93%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.appointmeent-section {
    background-position: center;
    background-size: cover
}

.facilities-row .col-md-2 {
    border-right: 2px dashed #e4e4e4;
    flex: 0 0 20.666667%;
    max-width: 20%
}

.fac-title {
    margin-bottom: 55px
}

.fac-title h2:before {
    background-color: #eee
}

.facility-list {
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 600px;
    height: 98px
}


.appointmeent-section {
    position: relative;
    padding: 60px 0;
    background-image: url(../images/appointmentbg.jpg);
    background-repeat: no-repeat
}

.appointmeent-section::before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, rgb(1 45 84 / 86%), #012d54, rgb(1 45 84 / 84%));
    top: 0;
    width: 100%;
    height: 100%
}

.appointment-block {
    text-align: center;
    position: relative;
    padding: 0 88px
}

.appointment-block h2 {
    text-transform: uppercase;
    color: #27c1b3;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 41px
}

.app_icon i,
.appointment-block select.form-control option {
    color: #fff;
    background: #0c9b8e
}

.appointment-block .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #ccc;
    border-radius: 0;
    color: #eee;
    height: 45px
}

.appointment-block textarea.form-control {
    height: 100px
}

.appointment-block .form-control::placeholder {
    color: #eee
}

.appointment-block .btn {
    width: 139px;
    padding: 5px;
    margin-top: 22px;
    background: #0c9b8e;
    border: none;
    font-size: 21px
}

.app_icon {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 1
}

.appbtm_icon {
    left: initial;
    right: 0
}

.app_icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 68%;
    background: #ccc;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.app_icon i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 44px;
    border-radius: 50%;
    border: 2px solid #ccc
}

.docotor-app-img {
    position: absolute;
    right: 98px;
    top: 85px
}

.sec-title h3 {
    color: #0c9b8e;
    text-transform: capitalize
}

.acch_att_sec h3,
.newsletter-section h2,
.rsk_info h2,
.testimonial-block .name,
.timings_head,
.why_desc h3 {
    text-transform: uppercase
}

::-webkit-calendar-picker-indicator {
    filter: invert(1)
}

.acatt_pic {
    position: relative;
    padding: 77px 22px 31px;
    background: linear-gradient(to top, #057a70, #22cdbd);
    text-align: center;
    border-radius: 0 0 174px 174px
}

.acatt_pic img {
    border-radius: 50%;
    border: 12px solid #ccc;
    width: 276px
}

.acch_att_sec h3 {
    font-weight: 600;
    margin: 0 0 10px;
    color: #053764
}

.acch_att_sec p {
    text-align: justify;
    font-size: 18px
}

.acch_att_sec a {
    background: linear-gradient(to left, #0c9b8e, #012d54);
    color: #fff;
    display: inline-block;
    padding: 11px 16px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 30px;
    margin: 17px 0 0
}

.testimonial-section {
    position: relative;
    padding: 0 0 69px
}

.testimonial-head {
    margin-top: 30px;
    margin-bottom: 35px
}

.testimonial-section:after,
.testimonial-section:before {
    position: absolute;
    left: 0;
    bottom: 218px;
    height: 86px;
    width: 16%;
    content: "";
    background: linear-gradient(to right, #c2d4e5, transparent);
    border-left: 0
}

.testimonial-section:after {
    left: initial;
    right: 0;
    background: linear-gradient(to left, #cde9e7, transparent)
}

.smiluicon {
    position: absolute;
    left: 114px;
    top: 0;
    width: 101px
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto
}

.testimonial-block {
    position: relative;
    padding: 0 0 12px
}

.testimonial-block .inner-box {
    position: relative;
    padding: 0;
    text-align: center;
    z-index: 5;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%)
}

.testimonial-block .inner-box:after,
.testimonial-block .inner-box:before {
    position: absolute;
    left: 30px;
    top: 8px;
    height: 36px;
    width: 42px;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #018f82;
    font-size: 25px;
    z-index: 1
}

.testimonial-block .inner-box:after {
    content: "\f10e";
    left: initial;
    top: initial;
    right: 30px;
    bottom: 52px
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 17px 8px 9px;
    padding: 33px 16px 0;
    min-height: 196px;
    background: #f1f1f1;
    box-shadow: 0 0 10px #ccc;
    border-radius: 17px;
    font-style: italic
}

.testimonial-block .name {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #e9f5ff;
    font-weight: 500;
    margin-bottom: 0
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    margin-bottom: 5px
}

.blog_info a,
.risk_pic,
.rsk_info h2,
.testimonial-block .thumb,
.why_icon {
    display: inline-block
}

.testimonial-block .thumb {
    position: relative;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 18px
}

.testimonial-block::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 55%;
    width: 71%;
    bottom: 0;
    margin: 0 auto;
    background: linear-gradient(to left, #012d54, #06a192);
    content: "";
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.bread-crumb::before,
.main-footer:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.newsletter-section::after,
.testimonial-block:before {
    z-index: -1
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 29px;
    border: 2px solid #023f74;
    opacity: 1;
    margin: 0 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover {
    opacity: 1;
    border: 2px solid #018f82
}

.rattings {
    position: relative;
    color: #eee
}

.gg_review_icon {
    position: absolute;
    top: 0;
    right: 0
}

.riskfactors {
    position: relative;
    padding: 0 0 218px
}

.risk_pic {
    position: relative;
    width: 382px;
    margin-top: -76px
}

.risk_pic img {
    border: 9px solid #def;
    box-shadow: 0 -5px 9px #8f8f8f
}

.riskrows .col-md-6:nth-child(2) .risk_pic img {
    border: 9px solid #cde9e7
}

.rsk_info {
    position: absolute;
    top: 0;
    right: 0;
    background: #def;
    padding: 14px 41px;
    text-align: center;
    box-shadow: 0 9px 5px #959595
}

.riskrows .col-md-6:nth-child(2) .rsk_info {
    right: initial;
    left: 0;
    background: #d9f3f1
}

.rsk_info h2 {
    background: #012d54;
    color: #fff;
    font-size: 26px;
    padding: 4px 14px;
    margin: 0 0 11px;
    border-radius: 7px
}

.riskrows .col-md-6:nth-child(2) .rsk_info h2 {
    background: #0c978b
}

.rsk_list li {
    border-bottom: 1px dashed #7a7a7a;
    font-size: 16px;
    padding: 0 0 3px;
    margin: 0 0 2px
}

.rsk_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.riskrows .col-md-6:nth-child(2) {
    text-align: right
}

.whychooseus {
    position: relative;
    padding: 15px 0 65px
}

.whyrow .col-md-3 {
    padding: 50px 10px
}

.whyrow .col-md-3:first-child,
.whyrow .col-md-3:nth-child(3) {
    background-color: #d7e9fb
}

.whyrow .col-md-3:nth-child(2),
.whyrow .col-md-3:nth-child(4) {
    background-color: #d9f3f1
}

.why_icon {
    width: 115px;
    height: 115px;
    border: 7px solid #ededed;
    border-radius: 50%;
    background: #fff;
    line-height: 94px;
    box-shadow: 0 0 9px #8b8b8b
}

.why_desc h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 12px 0 3px
}

.why_desc p {
    margin: 0;
    line-height: 24px
}

.latestblogs {
    position: relative;
    padding: 0 0 90px
}

.latest_blog_list {
    text-align: center;
    padding: 9px;
    background: #fff;
    box-shadow: 0 0 10px #ccc
}

.blog_pic {
    position: relative;
    overflow: hidden
}

.newsletter-section::after,
.newsletter-section::before {
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    content: ""
}

.blog_pic img {
    transition: .8s ease-in-out
}

.latest_blog_list:hover .blog_pic img {
    transform: scale(1.1)
}

.blog_info {
    position: relative;
    padding: 16px 17px;
    background: #e1f0ff
}

.blog_info h3 {
    font-size: 20px;
    font-weight: 500
}

.blog_info p {
    margin: 0;
    line-height: 23px
}

.blog_info a {
    background: linear-gradient(to left, #0c9b8e, #012d54);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 11px 0 0
}

.newsletter-section {
    position: relative;
    background: linear-gradient(to left, #12ad9f, #012d54);
    padding: 28px 0;
    z-index: 1
}

.newsletter-section::before {
    width: 100%;
    height: 100px
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0
}

.newsletter-section h2 {
    color: #fff;
    font-weight: 300;
    font-size: 39px
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    font-weight: 500
}

.reachbtn a {
    display: inline-block;
    background-color: #002953;
    color: #fff;
    padding: 13px 11px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 300
}

.call-to-action {
    position: relative;
    padding: 110px 0;
    background-color: #ff4788
}

.call-to-action h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700
}

.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 20px
}

.call-to-action.alternate {
    padding: 110px 0 130px
}

.name {
    margin-bottom: 35px
}

.sidebar .tags-list a:hover {
    background-color: #1e2c67;
    color: #fff
}

.inner-box {
    position: relative;
    padding-left: 210px;
    min-height: 170px;
    padding-top: 5px
}

.image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px
}

.image-box img {
    display: block;
    width: 100%;
    border-radius: 50%;
    height: auto
}

.name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.contact-info span {
    color: #12ab9e;
    margin-right: 15px;
    position: absolute;
    left: 0;
    font-size: 22px
}

.contact-info li a {
    color: #393d72;
    display: inline-block;
    transition: .3s
}

.contact-info li a:hover {
    color: #ff4880
}

.main-footer .activity-list li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}


.main-footer {
    position: relative;
    background: linear-gradient(to top, #f2f9ff, transparent)
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 0
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 16px
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #012d54
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #12ab9e;
    left: 0;
    top: 32px
}

a:hover {
    color: #1bc3b4
}

.logo-widget {
    position: relative;
    text-align: center;
    margin: 0 0 23px
}

.logo-widget img {
    position: relative;
    width: 350px;
    padding: 5px;
    box-shadow: 0 4px 4px #ababab;
    border-radius: 13px
}

.timings {
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #12ad9f, #012d54);
    color: #fff;
    font-size: 18px;
    padding: 14px 0;
    margin: 0 0 26px
}

.timings_head {
    padding: 0 15px
}

.timings span {
    padding: 0 10px
}

.timings span:nth-child(2) {
    border-right: 1px dashed
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px
}

.main-footer .activity-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #c8bfe3;
    padding: 10px 15px 10px 30px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    transition: .3s
}

.main-footer .list li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.main-footer .activity-list li a:hover {
    border: 1px solid #ff4788
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-left: 17px;
    font-weight: 400
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #12ac9e
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    transition: .3s;
    color: inherit;
    text-transform: capitalize
}

.main-footer .list li a:hover {
    color: #12ac9e
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 20px
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #333;
    text-align: center;
    color: #fff
}

.main-footer .contact-info li a {
    display: inline-block;
    transition: .3s;
    color: inherit
}

.main-footer .contact-info li a:hover {
    color: #0f9b8f
}

.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0;
    text-align: center
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 61%;
    content: "";
    background: #012d54;
    top: 51px
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    display: inline-block;
    background: #012d54;
    padding: 12px 16px;
    border-radius: 36px;
    margin: 0 0 10px
}

.main-footer .footer-bottom .copyright {
    position: relative;
    float: inherit;
    font-weight: 400;
    font-size: 15px
}

.main-footer .footer-bottom .copyright a {
    color: #0ca194
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline
}

.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    background-color: #f2f5f6;
    margin-bottom: 30px;
    border-radius: 7px
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #1e2c67;
    font-weight: 700;
    line-height: 30px
}

.categories {
    position: relative;
    padding: 45px 50px 50px
}

.sidebar .tags-list a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.sidebar .tags-list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.sidebar .tags-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #25bdd8;
    border-radius: 5px;
    transition: .3s
}


.bread-crumb {
    padding: 161px 0 102px;
    text-align: center;
    position: relative;
    background: linear-gradient(to top, #e9eff5, #fff)
}

.bread-crumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bradcumbg.jpg);
    left: 0;
    margin: auto;
    opacity: .08
}

.bread-head h1 {
    color: #012d54;
    font-size: 30px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px
}

._blog_nav h4,
._inner_doc_info h2,
.contact_form h4,
.inner_about h2,
.inner_about h3,
.main-timeline .title,
.ser_inner_nav h3 {
    text-transform: uppercase
}

.bread-crumb .bread-links {
    display: inline-block;
    position: relative;
    margin: 0;
    border-radius: 25px
}

.bread-crumb .bread-links li {
    display: inline-block;
    padding: 3px 7px;
    font-size: 17px;
    color: #041a3e;
    position: relative;
    text-transform: capitalize
}

.bread-crumb .bread-links li::before {
    content: "/";
    position: absolute;
    right: -6px;
    top: 3px;
    font-size: 21px;
    color: #0c9b8e
}

.inner_content_section {
    position: relative;
    padding: 77px 0 90px;
    min-height: 60vh
}

.inner_services_text h2,
.inner_services_text h3 {
    margin: 20px 0 10px;
    font-size: 19px;
    color: #058d80
}

.inner_services_text h4 {
    margin: 20px 0 10px;
    font-size: 17px;
    color: #292929;
    font-weight: 500;
}

.inner_services_text h2 {
    font-weight: 600;
    font-size: 23px;
    color: #052949
}

.inner_services_text p {
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 7px
}

.ser_inner_nav h3 {
    color: #1abbae;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center
}

.ser_inner_nav ul li a {
    display: block;
    color: #fdfdfd;
    padding: 13px 24px;
    font-size: 15px;
    background: #073b6a;
    margin: 0 0 6px;
    text-transform: capitalize;
    border-radius: 41px
}

.ser_inner_nav ul li a.active {
    background: #1abbae
}

.ol_styles {
    position: relative;
    padding-left: 14px
}

.ol_styles li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 4px
}

.ol_styles li::before {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
    width: 18px;
    height: 18px;
    background: #073b6a;
    border-radius: 2px;
    text-align: center;
    line-height: 19px;
    top: 1px;
    color: #fff
}

.add_c_info {
    text-align: center;
    background: #003e74;
    color: #fff;
    padding: 18px 12px;
    border-radius: 14px;
    position: relative
}

.add_c_info span {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #0c9b8e;
    border-radius: 50%;
    line-height: 49px;
    margin: 0 0 8px
}

.add_c_info p,
.inn_blog_list p {
    line-height: 24px
}

.c_add_row {
    position: relative;
    padding: 0 13px
}

.c_add_row::after,
.c_add_row::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 44px
}

.c_add_row::before {
    left: 0;
    border-top: 13px solid #0c9b8e;
    border-left: 13px solid #0c9b8e
}

.c_add_row::after {
    right: 0;
    border-top: 13px solid #0c9b8e;
    border-right: 13px solid #0c9b8e
}

.contact_form {
    position: relative;
    padding: 36px 0 0;
    margin-top: 0;
    text-align: center
}

.contact_form h4 {
    margin-bottom: 25px;
    font-size: 37px;
    display: inline-block;
    border-bottom: 2px dashed;
    font-weight: 500;
    color: #0c9b8e
}

.contact_form .form-control {
    height: 45px;
    background-color: #efefef;
    border: none;
    box-shadow: 0 4px 2px #a1a1a1
}

.contact_form .form-group {
    margin-bottom: 17px
}

.contact_form textarea.form-control {
    height: 103px
}

.contact_form .btn {
    margin-top: 6px;
    background: linear-gradient(to left, #12ad9f, #012d54);
    border: none;
    padding: 6px 18px;
    font-size: 19px
}

.cmap iframe {
    width: 100%;
    height: 268px;
    margin-top: 0
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.main-timeline .timeline {
    width: 50%;
    float: left
}

.main-timeline .timeline-content {
    background-color: #f1f8ff;
    padding: 20px 120px 20px 20px;
    border-radius: 20px 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 35%);
    outline: rgb(1 45 84) dashed 1px;
    outline-offset: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px
}

.main-timeline .timeline-content:before {
    content: '';
    background-color: #bcefea;
    height: 100%;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0
}

.main-timeline .timeline-icon {
    color: #012d54;
    font-size: 50px;
    text-align: center;
    width: 100px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%
}

.main-timeline .title {
    color: #012d54;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 7px
}

.main-timeline .description {
    color: #101010;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align: justify
}

.main-timeline .timeline:nth-child(2n) {
    margin: 0 0 15px 5px;
    float: right
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 20px 20px 120px
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: 0
}

@media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(2n) {
        width: 100%;
        margin: 0 0 31px
    }
}

@media screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        text-align: center;
        padding: 120px 20px 20px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        height: 100px;
        width: 100%;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 0
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        line-height: 100px;
        height: 100px;
        width: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 0
    }
}

.video_list iframe {
    width: 100%;
    height: 250px;
    border: 11px solid #cdebe9;
    margin-bottom: 30px
}

.inner_about span {
    font-size: 34px;
    display: block
}

.inner_about h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 67px;
    background: linear-gradient(to right, #00427c, #0c9b8e);
    color: #fff;
    padding: 3px 24px;
    margin: 11px 0 13px;
    border-radius: 10px
}

.inner_about h3 {
    font-size: 46px;
    color: #005db1;
    margin: 0 0 13px
}

.inner_about p {
    text-align: justify;
    margin: 0 0 49px
}

.inner_docrows .col-md-6 {
    background: #012d54;
    padding: 53px 0
}

._blog_nav,
.inner_blog_row .col-md-6 {
    box-shadow: 0 0 10px #ccc;
    background: #f5f5f5
}

.inner_doc_pic {
    display: inline-block;
    border: 13px solid #ccc;
    border-radius: 16px;
    overflow: hidden
}

._inner_doc_info h2 {
    color: #fff;
    font-size: 41px;
    margin: 18px 0 0
}

._inner_doc_info h3 {
    font-size: 20px;
    color: #eee;
    margin: 13px 0 0
}

._inner_doc_info h4 {
    font-size: 29px;
    color: #eee;
    margin: 9px 0 13px
}

._inner_doc_info a {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 9px 16px;
    border-radius: 30px
}

.inner_blog_row .col-md-4 {
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
}

.inn_blog_list h2 {
    font-size: 22px;
    margin: 12px 0 0;
    color: #003c70
}

.inn_blog_list p {
    font-size: 16px;
    margin: 10px 0 11px
}

.inn_blog_list a._blg_link {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 5px 14px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(to left, #0c9b8e, #012d54)
}

._blog_nav {
    position: relative;
    padding: 17px 18px;
    margin: 0 0 19px;
    border-top: 4px solid #0c9b8e
}

._blog_nav h4 {
    font-size: 29px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #14a398;
}

._blog_nav ul {
    padding: 0;
    list-style: none
}

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #003c72;
    font-size: 16px
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 0;
    border-radius: 50%;
    top: 8px
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.offers-section h1 {
    font-size: 31px;
    margin: 20px 160px;
}

@media only screen and (max-width:800px) {
    .offers-section h1 {
        font-size: 31px;
        margin: 20px 0px;
    }
}

.serv-inner-img img {
    width: 330px;
    margin: auto;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #00000042;
}

.team_modal .modal-dialog {
    max-width: 800px;
}

.team_modal .modal-header {
    display: block;
    padding: 0px;
    border: none;
}

.modal-content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: #012d54;
    opacity: 1;
    color: #fff;
    padding: 7px 8px;
}

.team_header {
    display: block;
    padding: 10px 0
}

.team_header h2 {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    color: #012d54;
    text-transform: uppercase;
}

.team_header h4 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #222
}

.team_header h5 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #0c9b8e;
    margin-bottom: 5px;
}

.modal-matter h2 {
    font-size: 20px;
    color: #0c9b8e;
    margin-bottom: 6px;
    margin-top: 10px;
}

.modal-matter {
    position: relative;
    text-align: left;
    padding: 15px 30px 0px;
    border-top: 1px solid #d7d7d7;
}

.team_modal_doilauge.modal-dialog {
    max-width: 682px;
    margin-top: 7%
}

.team_m_content.modal-content {
    border: 7px solid #d2d2d2;
    padding: 18px 0px;
    overflow: hidden;
    height: 548px;
    overflow-y: auto;
}

.modal-matter .ol_styles li {
    text-align: left;
}