
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #1e1e1e;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 15px;
}

.page-wraper {
    background-image: url(../images/bg-coe.png);
    overflow-x: hidden;
}

a {
    color: #f03150;
    outline: 0px none;
    text-decoration: none;
}

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

a:active,
a:hover,
a:focus {
    color: #f03150;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/*Float clearfix*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    padding: 0px;
}

::selection {
    background: #012a5a;
    color: #fff;
}


/*===Heading & Title====*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #000;
}

h1 {
    font-size: 72px;
    font-weight: 700;
}

h2 {
    font-size: 60px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

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




/*===Listing Style===*/

dl,
ul,
ol {
    list-style-position: outside;
    padding: 0px;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li {
    padding: 0px;
}

ol li {
    padding: 0px;
}

.slides {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

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


.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}


.top_wrapper {
    position: relative;
    height: 100vh;
}

.header-style-3 {
    position: relative;
}

.header-style-3 .top-bar .container-fluid {
    padding-right: 0px;
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .container-fluid {
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-outer {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right {
        display: block !important;
    }
}

.container {
    position: relative;
    max-width: 1180px;
}

.header-style-3 .top-bar .wt-topbar-left-info {
    margin: 0px;
    background: #ffdae0;
    position: absolute;
    right: 241px;
    top: 22px;
    z-index: 99;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #8d8d8d;
}

.header-style-3 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    padding: 9px 15px;
    border-right: 1px solid #7d7a7a;
    line-height: inherit;
    font-size: 15px;
}
.header-style-3 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-3 .top-bar .wt-topbar-left-info li i {
    color: #161616;
}

.header-style-3 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
    color: #545353;
}

@media (max-width: 991px) {
    .header-style-3 .top-bar .wt-topbar-left-info li {
        display: block;
        border: 0px;
        padding-left: 0px;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info {
    margin: 0px;
    display: initial;
    position: absolute;
    right: 28px;
    top: 23px;
    z-index: 99;
}

@media (max-width: 991px) {
    .header-style-3 .top-bar .wt-topbar-right-info {
        display: block;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right-info {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info ul {
    margin: 0;
    display: inline-block;
    list-style: none;
}

.header-style-3 .top-bar .wt-topbar-right-info ul li {
    display: inline-block;
}


@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right-info ul {
        border: 1px solid #dcdcdc;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info ul li a {
    list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid;
    text-align: center;
    color: #ffffff;
    background: #0a3a72;
    font-size: 19px;
    border-radius: 50%;
    margin: 0 3px;
}

.header-style-3 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #f03150;
    color: #fff;
}


.header-style-3 .logo-header {
    /*--logo for header---*/
    /*! display: table; */
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 999;
    left: 0;
    width: 246px;
}

@media (max-width: 640px) {
    .header-style-3 .logo-header {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .header-style-3 .logo-header {
        width: 166px;
        left: 0;
    }
}

.header-style-3 .logo-header .logo-header-inner {
    height: auto;
}

.header-style-3 .logo-header .logo-header-inner img {
    box-shadow: 0px 5px 6px #ccc;
    border-radius: 14px;
}

.header-style-3.site-header {
    position: absolute;
    z-index: 999;
    background: transparent;
    display: initial;
    width: 100%;
}

.header-style-3.site-header ul,
.header-style-3.site-header ol {
    margin-bottom: 0px;
}

.header-style-3 .main-bar {
    /*--main-bar--*/
    text-align: right;
}

.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-style-3 .main-bar .container {
    max-width: 1180px;
}

@media (max-width: 991px) {
    .header-style-3 .main-bar .container,
    .header-style-3 .main-bar .container-fluid {
        display: block;
    }
}

.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
    clear: both;
    content: "";
    display: table;
}

.header-style-3 .is-fixed.color-fill .main-bar {
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 10px;
    height: 73px;
    z-index: 99999;
}

.header-style-3 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 15px;
    padding: 12px 10px;
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
        padding: 12px 0px;
    }
}

.header-style-3 .navbar-toggler .icon-bar {
    background: #fff;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-3 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .header-style-3 .navbar-toggler {
        margin-left: 15px;
    }
}

@media (max-width: 540px) {
    .header-style-3 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-3 .header-nav {
    position: relative;
    padding: 61px 0 0;
    /*-- Submenu direction---*/
    display: inline-block !important;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-3 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-3 .header-nav .nav {
    display: block;
    position: relative;
    left: 0;
}

.header-style-3 .is-fixed.color-fill .main-bar .header-nav .nav {
    top: 8px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav li {
        float: none;
    }
}

.header-style-3 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav li i {
        float: right;
    }
}

.header-style-3 .header-nav .nav>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
}

.header-style-3 .header-nav .nav>li>a {
    color: #170324;
    font-size: 18px;
    padding: 18px 16px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 400;
    display: block;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    /*hover block section*/
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        color: #000;
    }
}

.header-style-3 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #f03250;
}

.header-style-3 .header-nav .nav>li>a:active,
.header-style-3 .header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-style-3 .header-nav .nav>li>a:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    /* background-color: #ea130e; */
    transition: 0.5s all ease;
}

.header-style-3 .header-nav .nav>li>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li.active>a,
    .header-style-3 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }
}

.header-style-3 .header-nav .nav>li.active>a,
.header-style-3 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li>a:hover,
    .header-style-3 .header-nav .nav>li>a:active,
    .header-style-3 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.header-style-3 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-3 .header-nav .nav>li .sub-menu {
    background: linear-gradient(to top, #ffe9ec, white);
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 299px;
    z-index: 10;
    box-shadow: 0px 5px 4px #ababab;
    text-align: left;
}

.header-style-3 .header-nav .nav>li .sub-menu.custmmenu {
    width: 135px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }
}

.header-style-3 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    text-transform: none;
}

.header-style-3 .header-nav .nav>li .sub-menu li a {
    color: #101010;
    display: block;
    font-size: 14px;
    padding: 3px 16px;
    font-weight: 54;
    text-transform: capitalize;
}

.header-style-3 .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>a {
    color: #e63150;
}

.header-style-3 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-3 .header-nav .nav>li .sub-menu li .fa {
    color: #fff;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

.header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
    position: absolute;
    content: "";
    font-size: 10px;
    border: 2px solid #f03150;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: 20px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
        left: 0;
    }
}

.header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .has-child {
        position: relative;
    }
}

.header-style-3 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

@media (max-width: 991px) {
    .header-style-3 .has-child .submenu-toogle {
        display: block;
    }
}

.header-style-3 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "\2212";
}

@media (max-width: 991px) {
    .header-style-3 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 991px) {
    .header-style-3 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .header-style-3.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }
    .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-3.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .header-style-3.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
        background: #000;
    }
    .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 50px;
        position: relative;
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }
    .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
    .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style-3 .sticky-no .main-bar {
    position: static !important;
}

.header-style-3 .is-fixed .main-bar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}

.header-style-3 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
    .header-style-3 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
    }
    .header-style-3 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .main-bar {
        padding: 0px;
    }
    .header-style-3 .is-fixed .main-bar {
        padding: 0px;
    }
    .header-style-3 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }
}


.wt-small-separator {
    letter-spacing: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #F03150;
}

.wt-small-separator.white {
    color: #fff;
}

@media (max-width: 767px) {
    .wt-small-separator {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }
}

.section-head {
    position: relative;
    margin-bottom: 25px;
}

.section-head.when-bg-dark .wt-title {
    color: #fff;
}

.section-head.when-bg-dark p {
    color: #c1c1c1;
}


/*Center-title*/

.section-head.left.wt-small-separator-outer {
    text-align: left;
}

.section-head.left.wt-small-separator-outer h2 {
    margin-bottom: 5px;
    font-size: 35px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .section-head.left.wt-small-separator-outer h2 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .section-head.left.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

.section-head.left.wt-small-separator-outer p {
    margin-bottom: 40px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
    position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
    position: absolute;
    content: '';
    background-color: #ea130e;
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:after {
    background-color: #fff;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
    right: -20px;
    width: 10px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
    right: -27px;
    width: 4px;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:after {
    background-color: #fff;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div {
    color: #fff;
}

.section-head.center.wt-small-separator-outer {
    margin-bottom: 27px;
    text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
    max-width: 630px;
    margin: 0px auto;
    font-size: 40px;
}

@media (max-width: 1200px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

.section-head.center .wt-small-separator div.sep-leaf-left {
    position: relative;
}

.section-head.center .wt-small-separator div.sep-leaf-left:before,
.section-head.center .wt-small-separator div.sep-leaf-left:after {
    position: absolute;
    content: '';
    background-color: #ea130e;
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}

.section-head.center .wt-small-separator div.sep-leaf-left:before {
    right: -20px;
    width: 10px;
}

.section-head.center .wt-small-separator div.sep-leaf-left:after {
    right: -27px;
    width: 4px;
}

.about-section-two-right {
    text-align: center;
}

.about-section-two-right h1 {
    color: #073163;
    font-size: 46px;
    font-weight: 600;
}

.section-head h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 46px;
    color: #073163;
}

.about_head h2 {
    color: #073163;
    font-size: 40px;
    font-weight: 600;
}

._mvvicons {
    position: relative;
    padding: 0 6px;
    margin-bottom: 16px;
}

._mvvicons .ico_mv {
    display: inline-block;
    font-size: 52px;
    text-align: center;
}

._mvvicons .icon-content h4 {
    text-transform: uppercase;
    color: #073163;
    font-size: 28px;
    margin-bottom: 6px;
}

._mvvicons .icon-content h4 {
    border-right: 5px solid #F03150;
    padding-right: 10px;
}

.ab-two-icon-section .col-md-6:nth-child(2) ._mvvicons .icon-content h4 {
    border-left: 5px solid #F03150;
    border-right: 0;
    padding-right: 0;
    padding-left: 10px;
}

.ab-two-icon-section .col-md-6:nth-child(1) {
    border-right: 1px solid #021b3a;
    text-align: right;
}

.ab-two-icon-section .col-md-6:nth-child(2) {
    text-align: left;
}

.add_seetness_to_life {
    text-align: center;
    position: relative;
    padding: 27px 0;
}

.add_stol {
    padding: 27px 0;
    background: #e8ffca;
    border-radius: 13px;
}

.add_seetness_to_life h2 {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #585858;
}

.team_section {
    position: relative;
    padding: 60px 0 66px;
    z-index: 1;
}

.team_section::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 7px;
    background: #f13153;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}

.team_section::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 7px;
    background: #092f5c;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.team_tititle {
    text-align: center;
}

.team_tititle h2 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 42px;
    background: linear-gradient(to top, #ffdae0, white);
    padding: 11px 20px;
    box-shadow: 0px 5px 2px #ccc;
    color: #03234a;
    margin: 0 0 35px;
}

.h_team_row {
    position: relative;
}

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

.h_team_row::before {
    border-top: 10px solid #ffdee3;
    border-left: 10px solid #ffdee3;
    left: 75px;
}

.h_team_row::after {
    border-top: 10px solid #ffdee3;
    border-right: 10px solid #ffdee3;
    right: 73px;
}

.home_team_list {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 0 37px;
}

.home_team_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 68%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #93a5b9;
    z-index: -1;
}

.h_team_pic {
    position: relative;
}

.h_team_pic img {
    width: 432px;
}

._hteam_info h2 {
    text-transform: uppercase;
    font-size: 46px;
    color: #00336c;
}

._hteam_info h3 {
    font-size: 24px;
    color: #f03150;
}

._hteam_info p {
    line-height: 23px;
}

.home_list_styles {
    padding: 0px 36px;
    margin: 0px;
}

.home_list_styles li {
    position: relative;
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.home_list_styles li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0pa;
}

.home_team_list a {
    position: absolute;
    background: linear-gradient(to left, #073163, #F03150);
    color: #fff;
    bottom: 0;
    padding: 5px 8px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.team_list {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
}

.team_list::before {
    content: "";
    position: absolute;
    width: 92%;
    height: 58%;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #93a5b9;
    background: #fff;
    z-index: -1;
}

.team_list::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .6s;
    bottom: 18px;
    z-index: -1;
}

.team_list:hover:after {
    width: 92%;
    height: 59%;
    background: #092F5C;
}

.team_pic {
    position: relative;
    padding: 0 0 10px;
}

.team_pic img {
    width: 331px;
}

.team_info {
    position: relative;
    text-align: center;
}

.team_info h2 {
    text-transform: uppercase;
    font-size: 21px;
    color: #03254e;
    transition: all ease-in-out .7s;
}

.team_info h3 {
    font-size: 16px;
    color: #333;
    transition: all ease-in-out .7s;
}

.team_info h4 {
    font-size: 16px;
    background: #ffd5dc;
    text-transform: capitalize;
    padding: 10px 11px;
    display: inline-block;
    width: 92%;
    margin: 0;
    box-shadow: 0px 4px 2px #ccc;
    transition: all ease-in-out .7s;
}

.team_list:hover .team_info h2,
.team_list:hover .team_info h3 {
    color: #fff;
}

.team_list span {
    position: absolute;
    top: 300px;
    background: #012a5a;
    width: 109px;
    color: #fff;
    padding: 3px 0;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: all ease-in-out .7s;
}

.team_list:hover span {
    background: #f03150;
}

.team_dlg {
    max-width: 1000px;
}

.team_contet {
    border: 6px solid #ffd5dc;
}

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

.team_header .close {
    position: absolute;
    opacity: 1;
    background: linear-gradient(to left, #f03150, #012a5a);
    color: #fff;
    z-index: 9;
    right: 0;
    top: 0;
}

.team_profile_block {
    position: relative;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.team_profile_block::-webkit-scrollbar {
    width: 6px;
}

.team_profile_block::-webkit-scrollbar-track {
    background: #d5d5d5;
}

.team_profile_block::-webkit-scrollbar-thumb {
    background: #e3455f;
}

.team_profile_block::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.team_header .close:hover,
.team_header .close:focus {
    opacity: 1;
}

.team_pp_head {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.team_pp_head h2 {
    text-transform: uppercase;
    font-size: 33px;
    color: #002e64;
    font-weight: 700;
}

.team_pp_head h3 {
    font-size: 22px;
    color: #ff2249;
}

.pp_team_info {
    position: relative;
}

.pp_team_info h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #00254e;
    display: inline-block;
    border-bottom: 2px dashed #f1274b;
    margin: 4px 0 10px;
}

.pp_table {
    text-align: center;
}

.pp_tb_head {
    background: linear-gradient(to left, #f03150, #012a5a);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.stroke_block {
    position: relative;
    background: #ffebee;
    border: 5px solid #edaeb9;
    border-radius: 16px;
    padding: 64px 26px;
}

.str_title {
    position: relative;
}

.str_title span {
    font-size: 27px;
    display: block;
}

.str_title h2 {
    color: #073163;
    margin: 0 0 21px;
    position: relative;
}

.str_title h2::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    top: 34px;
    right: 4px;
}

.str_row {
    align-items: center;
    border-bottom: 1px dashed #dba1ab;
    padding: 0px 0 20px;
    margin: 0 0 20px;
    position: relative;
}

.str_row:last-child {
    border-bottom: 0px;
    padding: 0 0 0px;
    margin: 0 0 0px;
}

.srt_letter {
    text-align: center;
}

.srt_letter span {
    position: relative;
    width: 50px;
    height: 50px;
    background: linear-gradient(to left, #f03150, #012a5a);
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    display: inline-block;
}

.str_icon {
    position: absolute;
    right: 8px;
    width: 45px;
    text-align: center;
    top: 10px;
}

.srt_info {
    position: relative;
}

.srt_info h3 {
    text-transform: uppercase;
    color: #073163;
    font-size: 27px;
    margin: 0 0 0;
    font-weight: 600;
}

.srt_info p {
    margin: 0px;
    font-size: 16px;
}

.stroke_pic {
    position: absolute;
    right: 15px;
    width: 177px;
    top: 24px;
}

.ssevices_section {
    position: relative;
    padding: 51px 0px 116px;
}

.ser_rows .col-md-3,
.ser_rows .col-md-6,
.ser_rows .col-md-12:nth-child(4) {
    padding: 0 10px;
}

.ser_md_rows .col-md-5,
.ser_md_rows .col-md-7,
.ser_md_rows .col-md-12 {
    padding: 0 3px;
}

.ser_slider_list {
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    height: 193px;
    background: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 19px;
    overflow: hidden;
    filter: grayscale(1);
    transition: all ease-in-out .7s;
}

.ser_slider_list:hover {
    filter: grayscale(0);
}

.ser_rows .col-md-3:nth-child(1) .ser_slider_list:nth-child(1) {
    background-image: url(../images/services/Migraine.jpg);
}

.ser_rows .col-md-3:nth-child(1) .ser_slider_list:nth-child(2) {
    background-image: url(../images/services/headache.jpg);
    height: 252px;
}

.ser_rows .col-md-3:nth-child(1) .ser_slider_list:nth-child(3) {
    background-image: url(../images/services/Epilepsy.jpg);
}

.ser_md_rows .col-md-5:nth-child(1) .ser_slider_list {
    background-image: url(../images/services/stroke.jpg);
}

.ser_md_rows .col-md-7:nth-child(2) .ser_slider_list {
    background-image: url(../images/services/Neuropathy.jpg);
}

.ser_md_rows .col-md-12 .ser_slider_list {
    background-image: url(../images/services/Parkinsons.jpg);
}

.ser_md_rows .col-md-7:nth-child(4) .ser_slider_list {
    background-image: url(../images/services/neck-and-back-pain.jpg);
}

.ser_md_rows .col-md-5:nth-child(5) .ser_slider_list {
    background-image: url(../images/services/Neuromuscular-disorders.jpg);
}

.ser_md_rows .col-md-5 .ser_slider_list,
.ser_md_rows .col-md-7 .ser_slider_list {
    height: 223px;
}

.ser_rows .col-md-3:nth-child(3) .ser_slider_list:nth-child(1) {
    background-image: url(../images/services/myasthenia-gravis.jpg);
}

.ser_rows .col-md-3:nth-child(3) .ser_slider_list:nth-child(2) {
    background-image: url(../images/services/Vertigo.jpg);
    height: 252px;
}

.ser_rows .col-md-3:nth-child(3) .ser_slider_list:nth-child(3) {
    background-image: url(../images/services/Neuro--infections.jpg);
}

.row.ser_md_rows {
    margin: 0 -16px;
}

.ser_last_rows {
    margin: 0 -3px;
}

.ser_last_rows .col-md-6 {
    padding: 0 4px;
}

.ser_last_rows .col-md-6:nth-child(1) .ser_slider_list {
    background-image: url(../images/services/Pediatric-neurological-problems.jpg);
}

.ser_last_rows .col-md-6:nth-child(2) .ser_slider_list {
    background-image: url(../images/services/Dementia.jpg);
}

.ser_last_rows .col-md-6:nth-child(1) .ser_slider_list,
.ser_last_rows .col-md-6:nth-child(2) .ser_slider_list {
    height: 233px;
}

.ser_slider_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, #00224a, transparent);
    z-index: 1;
}

.ser_info {
    position: absolute;
    bottom: 18px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 0 2px;
}

.ser_info h3 {
    text-transform: uppercase;
    color: #eee;
    font-size: 15px;
    margin: 0;
}

.services_list_section .ser_slider_list:hover img {
    filter: grayscale(0);
}

.ser_slider_list a {
    position: absolute;
    top: -63px;
    right: 20px;
    width: 50px;
    height: 43px;
    background: linear-gradient(to bottom, #ffffff, rgb(255 222 227));
    text-align: center;
    box-shadow: 0px 5px 0px #ff6e85;
    border-radius: 0px 0px 27px 27px;
    line-height: 49px;
    transition: all ease-in-out .6s;
}

.services_list_section .ser_slider_list:hover a {
    top: 0;
}

.ser_slider_list a i {
    width: 30px;
    height: 30px;
    background: #f03150;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    border-radius: 50%;
    transition: all ease-in-out .6s;
}

.services_list_section .ser_slider_list:hover a i {
    transform: rotate(360deg);
}

.services_block {
    position: relative;
    padding: 0 20px;
}

.serhead {
    position: relative;
    margin-top: 27px;
    margin-bottom: 40px;
}

.serhead::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
}

.serhead h2 {
    display: block;
    margin: 0;
}


.about_section {
    position: relative;
    padding: 0px 0px 41px;
}

.about_section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 335px;
    background: linear-gradient(to left, #f03150, #012a5a);
    bottom: -180px;
    transform: skew(0deg, -5deg);
}

.about-section-two-right .section-head {
    margin-bottom: 0;
    display: inline-block;
}

.about-section-two-right .ab-two-info p.abt_text {
    margin-bottom: 23px;
    line-height: 25px;
    text-align: justify;
}
.mobile_ser_imag_icon {
    display: none;
}

.testimonials {
    position: relative;
}

.pricingTable {
    text-align: center;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after {
    content: '';
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    color: #222;
    margin: 0 0 8px 0;
}

.pricingTable .title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 10px;
    color: #fff;
}

.pricingTable .price-value .amount {
    font-size: 50px;
    font-weight: 700;
    display: block;
}

.pricingTable .price-value .duration {
    font-size: 16px;
    display: block;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #e9e9e9;
    font-size: 16px;
    padding: 0 66px;
    position: relative;
    text-align: center;
}

.pricingTable .pricing-content li:before {
    content: "";
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
    background: #ed4444;
    padding-right: 1px;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: #F03150;
    font-size: 29px;
    font-weight: 600;
    text-transform: capitalize;
    width: 62px;
    height: 62px;
    padding: 0;
    margin: 0 auto;
    line-height: 64px;
    border-radius: 50px;
    display: block;
    transition: all 0.5s;
}

.pricingTable.blue:before,
.pricingTable.blue .title {
    background: linear-gradient(to right, #896BEF, #60CEE7);
}

.pricingTable.blue .pricingTable-signup a {
    background: linear-gradient(-135deg, #896BEF, #60CEE7);
}

.pricingTable.green:before,
.pricingTable.green .title {
    background: linear-gradient(to right, #30CEBF, #47AA40);
}

.pricingTable.green .pricingTable-signup a {
    background: linear-gradient(-135deg, #30CEBF, #47AA40);
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 40px;
    }
}

.testimonial_list {
    position: relative;
    color: #fff;
    padding: 27px 29px;
}

.testimonila_block {
    margin-top: -15rem;
    position: relative;
}

.testimonialslider .owl-dots {
    position: absolute;
    right: 48px;
    width: 15px;
    text-align: center;
    top: 108px;
}

.testimonialslider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 0;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.testimonialslider .owl-dots .owl-dot.active {
    border: 2px solid #ff4765;
}

.testimonialslider .owl-dots .owl-dot span {
    display: none;
}

.ggleicon_ {
    position: absolute;
    left: -40px;
    top: 242px;
    margin: auto;
    width: 131px;
    display: block;
    text-align: center;
    color: #ff4462;
    z-index: 2;
}

.ggleicon_ span {
    font-size: 94px;
    display: block;
    line-height: 103px;
}

.ratings {
    position: relative;
}

.facilty_faq_section {
    position: relative;
    padding: 0 0 101px;
}

.fac_head.section-head h2 {
    color: #eee;
}

.facilty_section {
    position: relative;
    padding: 0;
    margin: -381px 0 0;
}

.facility_list {
    text-align: center;
    padding: 23px 14px;
    background: linear-gradient(to top, #e5e5e5, #ffffff);
    min-height: 293px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 4px #9b9b9b;
    border-radius: 19px;
}

.facl_pic {
    display: inline-block;
    width: 188px;
    padding: 20px 16px 32px;
}

.facl_pic img {
    border-radius: 50%;
    border: 6px solid #d7d7d7;
    box-shadow: 0px 7px 0px #ff99a9;
}

.facl_info {
    position: relative;
}

.facl_info h3 {
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}

.facl_row .col-md-6 {
    z-index: 1;
}

.facl_row .col-md-6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 30px;
    margin: auto;
    z-index: -1;
    top: 20px;
    border-right: 0;
    border-bottom: 0;
}

.facl_row .col-md-6::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 19px;
    margin: auto;
    z-index: -1;
    bottom: 16px;
    border-left: 0;
    border-top: 0;
}

.facl_row .col-md-6:nth-child(2),
.facl_row .col-md-6:nth-child(4),
.facl_row .col-md-6:nth-child(6) {
    top: 40px;
}

.facl_row .col-md-4:nth-child(4),
.facl_row .col-md-4:nth-child(5),
.facl_row .col-md-4:nth-child(6) {
    border-bottom: 0px;
}

.emergency_section {
    position: relative;
    height: 62vh;
    display: flex;
    align-items: center;
}

.emergency_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-image: url(../images/emergency.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skew(0deg, 4deg);
}

.emergency_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(to left, #00224a, rgb(1 42 90 / 72%));
    transform: skew(0deg, 4deg);
}

.emre_section {
    position: relative;
    z-index: 1;
}

.emrgency_stroke {
    position: relative;
    text-align: center;
}

.emrgency_stroke h3 {
    font-size: 50px;
    color: #ff99a9;
}

.emrgency_stroke p {
    font-size: 17px;
    color: #eee;
}

.em_btm {
    text-align: center;
    position: relative;
    border: 3px solid #ccc;
    padding: 42px 0;
    border-radius: 11px;
}

.em_btm h3 {
    font-size: 26px;
    color: #eee;
}

.em_btm h4 {
    font-size: 20px;
    color: #eee;
    margin: 0;
}

.em_btm h4 a {
    display: inline-block;
    background: #f03150;
    padding: 6px 13px;
    border-radius: 10px;
    color: #fff;
}

.appointment_block {
    margin: auto;
}


.faq_section {
    padding: 89px 0 0;
    position: relative;
}

.faq_list_group {
    position: relative;
    padding: 0 31px;
}

.faq_list {
    position: relative;
    padding: 19px 19px;
    box-shadow: 0px 3px 2px #ccc;
    background: #fff;
    margin: 4px 0px;
}

.faq_list i {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #ffe5e9;
    color: #333;
    font-size: 27px;
    text-align: center;
    line-height: 40px;
    top: 35px;
}

.faq_list h3 {
    font-size: 18px;
    color: #002d62;
    text-transform: uppercase;
    font-weight: 600;
}

.faq_list p {
    margin: 0px;
}

.blog_section {
    padding: 8px 0 102px;
}

._blogrow .col-md-4:nth-child(1),
._blogrow .col-md-4:nth-child(3) {
    margin-top: -102px;
}

.blogs {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px;
}

.blogs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #111b01);
}

._blog_info {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    padding: 0 20px;
}

._blog_info h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

._blog_info a {
    display: inline-block;
    color: #fff;
    border: 1px solid;
    padding: 2px 12px;
    border-radius: 30px;
    margin-top: 10px;
}

.blog_date {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #92c245;
    padding: 2px 11px;
    width: 130px;
    left: 0;
    margin: auto;
}
/*Client Logo 1*/

.home-client-outer {
    position: relative;
}

@media (max-width: 991px) {
    .home-client-outer .section-head.left.wt-small-separator-outer {
        text-align: center;
    }
}

/*Footer dark version css*/

.footer-dark {
    background-color: transparent;
}

.footer-dark .footer-top {
    padding: 44px 0px 0px 0px;
}

.footer-dark .widget-title {
    color: #03264e;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 9px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}

.footer-dark .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f03150;
    width: 70px;
    height: 2px;
}

.widget_about {
    display: block;
}

.ftr_media {
    display: flex;
    align-items: center;
    border-right: 1px dashed;
    padding: 0 15px;
    margin: 0 15px;
}

.ftr_media span {
    font-size: 20px;
    margin: 0 9px;
}

.f_social_icons {
    position: relative;
    margin: 0 0;
}

.f_social_icons li {
    display: inline-block;
    margin: 0 2px;
}

.f_social_icons li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0px;
    color: #f03150;
    border: 1px solid #012a5a;
    font-size: 19px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.f_social_icons li a:hover {
    background: #f03150;
    color: #fff;
    border: 1px solid #f03150;
}

.reachus a {
    border-radius: 30px;
    position: relative;
    left: 0;
    background: #012a5a;
    color: #fff;
    padding: 7px 22px;
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
}

.f_m_r {
    display: flex;
    justify-content: center;
    padding: 14px 0 27px;
}

.footer-dark .footer-bottom {
    background-color: transparent;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 11px 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #adadad;
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-bottom-info {
        display: block;
        text-align: center;
    }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    color: #000;
    font-size: 15px;
}


/*Footer_Block*/

.footertop {
    background-color: transparent;
    margin-top: 54px;
}

.footer_blocks {
    padding: 0;
    box-shadow: 0px 8px 5px #ccc;
}

@media (max-width: 767px) {
    .footer_blocks {
        padding: 0px 0px 20px 0px;
        border: 0px;
    }
}

.footer_blocks .block-content {
    margin-bottom: 0;
    color: #fff;
    display: block;
    text-align: center;
}

.footer_blocks .block-content .wt-tilte {
    color: #fff;
}

.footer_blocks .footer_add_row .col-md-4:nth-child(1) {
    border-right: 1px dashed;
}

.footer_blocks .footer_add_row .col-md-4:nth-child(3) {
    border-left: 1px dashed;
}

.footer_blocks .block-content .icon-content {
    padding-top: 15px;
}

.footer_blocks .block-content .icon-content h3 {
    font-size: 20px;
    color: #f03150;
}

.footer_blocks .block-content .icon-content h4 {
    font-size: 18px;
    color: #012a5a;
}

.footer_blocks .block-content .icon-content p {
    margin-bottom: 0px;
    color: #333;
}

.footer_add_row .col-md-4 {
    padding: 20px 10px;
}

.footer_icon_f .foo_add_icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    font-size: 27px;
    background: #012a5a;
    color: #ffffff;
    font-weight: 400;
    line-height: 49px;
    border-radius: 8px;
}

.widget {
    margin-bottom: 29px;
}
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.widget_services ul li a {
    color: #1f1f1f;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 0px 15px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 15px;
    text-transform: capitalize;
}

.widget_services ul li a:hover {
    margin-left: 10px;
    color: #f03150;
}

.widget_services ul li a:before {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    font-size: 10px;
    top: 4px;
    color: #f03150;
}

.widget_about p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 16px;
    line-height: 27px;
}

.widget_about a {
    padding: 6px 12px;
    position: relative;
    cursor: pointer;
    display: inline-table;
    background: linear-gradient(to left, #073163, #f03150);
    font-weight: 500;
    transition: 0.5s all ease;
    font-size: 15px;
    border-radius: 30px;
    color: #fff;
}


/*scroll top btn css*/

button.scroltop {
    height: 40px;
    width: 40px;
    background: linear-gradient(to top, #012a5a, #f03150);
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
}

button.scroltop span {
    display: block;
    font-size: 27px;
}

/*Google map*/

@media (max-width: 991px) {
    .gmap-outline {
        padding-bottom: 40px;
    }
}

.google-map {
    width: 100%;
    height: 460px;
}
.form-control {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 0px;
    border: none;
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    .section-full.p-t120,
    .section-full.p-b90,
    .section-full.p-tb120 {
        padding-top: 38px;
        padding-bottom: 10px;
    }
}



/*Loading Animation End*/

@media (max-width: 991px) {
    h3 {
        font-size: 24px;
        font-weight: 600;
    }
    h5 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    h2.wt-tilte,
    h2.wt-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    h2.wt-tilte,
    h2.wt-title {
        font-size: 30px;
    }
}

/*Section Overlay*/

.overlay-wraper {
    position: relative;
}

.overlay-wraper .overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.overlay-wraper>.container {
    position: relative;
    z-index: 1;
}

.overlay-wraper>.container-fluid {
    position: relative;
    z-index: 1;
}

.service-slider-one {
    margin: 0px -20px 30px -20px;
    width: auto;
}

.service-icon-box-one {
    position: relative;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.service-icon-box-one .service-icon-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 40px;
}

.service-icon-box-one .service-icon-box-content p {
    margin-bottom: 30px;
}

.service-icon-box-two {
    position: relative;
    padding: 40px 40px 40px 40px;
    border: 1px solid #e7e7e7;
}

.service-icon-box-two .service-icon-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .service-icon-box-two .service-icon-box-title .wt-title {
        padding-right: 0px;
    }
}

.service-icon-box-two .service-icon-box-content p {
    margin-bottom: 30px;
}

.service-icon-box-two.text-center .service-icon-box-title .wt-title {
    padding-right: inherit;
}

.service-icon-box-two.text-center .service-icon-box-content p {
    margin-bottom: 0px;
}

.service-icon-box-two.site-bg-black .service-icon-box-title .wt-title a {
    color: #fff;
}

.service-icon-box-two.site-bg-black .service-icon-box-content p {
    color: #fff;
}

.blog-post-4-outer {
    background-color: #fff;
}

.blog-post-4-outer .wt-post-info {
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-4-outer .wt-post-info .wt-post-meta {
    margin-bottom: 20px;
    position: relative;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #ea130e;
    color: #fff;
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    left: -30px;
    top: -126px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
    font-size: 14px;
    font-weight: 600;
    color: #ea130e;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 20px;
}


/*future section*/

@media (max-width: 991px) {
    .future-section-outer {
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .future-section-outer .future-section-left {
        height: 500px;
    }
}

.future-section-outer .future-section-right {
    position: relative;
}

.future-section-outer .future-section-right .future-sec-right-content {
    margin: 90px -15px 90px -90px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .future-section-outer .future-section-right .future-sec-right-content {
        margin: 40px 0px;
        padding: 30px;
    }
}

.future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
    max-width: 820px;
}

@media (max-width: 991px) {
    .future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
        max-width: 100%;
    }
}

.future-section-outer .future-section-right .our-future {
    padding-top: 50px;
}


/*Progress Bar*/

.progressText b {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.progress {
    position: relative;
    overflow: visible;
    background-color: #ebebeb;
    border-radius: 0px;
    height: 6px;
    margin: 20px 0px;
}

@media (max-width: 991px) {
    .progress {
        margin: 20px 0px;
    }
}

.progress .progress-bar {
    position: relative;
    height: 6px;
}

.progress span {
    position: absolute;
    right: 0px;
    top: -45px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}


/*-----All Services------*/

.all_services {
    background-color: #f9f9f9;
}

.all_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.all_services ul li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    font-size: 16px;
}

.all_services ul li:last-child {
    border-bottom: 0px;
}

.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    padding: 20px 35px 20px 30px;
    display: block;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.all_services ul li a:after {
    content: "\f101";
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 8px;
    font-weight: 700;
    font-family: Flaticon;
}

.all_services ul li a:hover {
    color: #ea130e;
}

.all_services ul li a.active {
    color: #ea130e;
    background-color: #fff;
}

blockquote {
    color: #fff;
    clear: both;
    border: none;
    position: relative;
    text-align: left;
}

@media (max-width: 575px) {
    blockquote.p-a50 {
        padding: 20px;
    }
}

blockquote .fa-quote-left {
    position: absolute;
    font-size: 50px;
    left: 20px;
    top: 30px;
    color: #ea130e;
    line-height: 50px;
}

@media (max-width: 575px) {
    blockquote .fa-quote-left {
        font-size: 30px;
        top: 18px;
    }
}

blockquote p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 50px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 575px) {
    blockquote p {
        font-size: 16px;
    }
}

blockquote strong {
    font-size: 14px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.service-side-btn a.btn-block {
    background-color: #fff;
    border-radius: 300px;
}

.service-side-btn a.btn-block:hover {
    background-color: #000;
}

@media (max-width: 991px) {
    .service-full-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .service-full-info .service-provide .list-angle-right {
        padding-top: 30px;
        margin-bottom: 0px;
    }
}

.project-single-side-btn a.btn-block {
    background-color: #000;
    color: #fff;
    border-radius: 300px;
    transition: 0.5s all ease;
    padding: 20px 30px;
}

.project-single-side-btn a.btn-block:hover {
    background-color: #f9f9f9;
    color: #000;
}


/*contact Popup*/

.contact-slide-hide {
    position: fixed;
    right: -500px;
    top: 0px;
    height: 100%;
    max-width: 3000px;
    z-index: 50;
    overflow-x: hidden;
}

.contact-nav {
    display: table;
    width: 100%;
    height: 100%;
}

.contact-nav .wt-title {
    color: #ea130e;
}

.contact-nav .contact-nav-form {
    padding-top: 60px;
    display: table-cell;
    vertical-align: middle;
}

.contact-nav .contact_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    border: none;
    text-align: right;
    font-size: 36px;
}


/*full navigation*/


/* OPEN / CLOSE BTNS */

.menu-btn {
    position: relative;
    z-index: 999;
}

@media (max-width: 991px) {
    .c-section-three-wrapper {
        padding-bottom: 0px !important;
        background-position: left center;
    }
}

.c-section-three .counter-block-half {
    max-width: 350px;
    padding: 30px 0px;
    margin-left: auto;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media (max-width: 460px) {
    .c-section-three .counter-block-half {
        max-width: 100%;
    }
}
.c-section-three .icon-content-info {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.c-section-three .counter {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 30px;
}

@media (max-width: 767px) {
    .c-section-three .counter {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .c-section-three .counter {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .c-section-three.example-2 {
        padding-bottom: 30px;
    }
}

.testimonial-3-content {
    position: relative;
}

.testimonial-3-content .testimonial-3 {
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

.testimonial-3-content .testimonial-3:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #5f1f8d;
    width: 100%;
    top: 50%;
    left: 0px;
    bottom: 0px;
}

.testimonial-3-content .testimonial-3 .testimonial-content {
    padding: 30px;
    background-color: #f8f5f0;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block {
    width: 90px;
    display: block;
    margin: 0px auto;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block {
        display: block;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic {
    background: #fff;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: block;
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info {
    padding: 0px;
    display: block;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info {
        display: block;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-name {
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-name:after {
    display: none;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-position {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    color: #ea130e;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text p {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text i {
    font-size: 54px;
    line-height: 30px;
    color: #ea130e;
}

@media (max-width: 640px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text i {
        font-size: 48px;
        top: -40px;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-detail {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-detail {
        display: block;
    }
}


/*Hover Box Style 1*/

.hover-box-style-1 {
    position: relative;
    overflow: hidden;
}

.hover-box-style-1 img {
    position: relative;
    transition: 0.5s all ease;
}

.hover-box-style-1 .hover-box-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 100%;
    transition: 0.5s all ease;
}
.hover-box-style-1:hover .hover-box-content {
    top: 0%;
}

.hover-box-style-1:hover img {
    transform: translateY(20px);
}
.icon-content h2 {
    font-size: 46px;
    color: #5a5a5a;
}

.heading-ad {
    font-size: 44px;
    font-weight: 500;
}

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

.page-content {
    /* background: url('../images/bg-back.jpg') repeat; */
}

@media screen and (max-width: 767px) {
    .header-style-3 .top-bar .wt-topbar-left-info {
        margin: 0px auto;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

.symptoms_section {
    position: relative;
    padding: 0 0 64px;
}

.symptoms_section::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 555px;
    background-image: url(../images/symtombg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -71px;
    top: 0;
}

.symtrow .col-md-3 {
    padding: 0 6px;
}

.symtoms_head {
    position: relative;
    text-align: center;
}

.symtoms_head h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #073163;
}

.symtoms_head p {
    font-size: 20px;
    display: inline-block;
    background: #f03150;
    color: #fff;
    padding: 4px 11px;
    margin: 0 0 24px;
    border-radius: 5px;
}

.symptoms_list {
    position: relative;
    width: 180px;
    height: 180px;
    background: linear-gradient(to top, #ededed, #ffffff, #ededed);
    color: #1e1e1e;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    padding: 0 17px 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f7cbd2;
    margin: 0 0 12px;
    box-shadow: 0px 6px 4px #a3a3a3;
}

.subscribe_section {
    background: linear-gradient(to left, #f03150, #012a5a);
    padding: 44px 10px;
}

.subscribe_section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 35px;
}

.subscribe_section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-right: 200px;
}

.subscribe-form .form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 30px;
    font-size: 16px;
    color: #858687;
    font-weight: 500;
    background: #fff;
    padding: 25px 40px;
    border-radius: 0;
}

.subscribe-form .form-group button {
    position: absolute;
    right: 15px;
    top: 0;
    min-width: 185px;
    height: 100%;
    border-radius: 0;
    background: #012a5a;
    border: none;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
}

.breadcumb_section {
    position: relative;
    padding: 177px 0 44px;
    text-align: center;
}

.breadcumb_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 395px;
    background-image: url(../images/breadcumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    opacity: .3;
}

.breadcumb_section h1 {
    text-transform: capitalize;
    color: #333;
    font-size: 34px;
    font-weight: 600;
}

.breadcumb_section ul {
    list-style: none;
    padding: 0;
    display: inline-block
}

.breadcumb_section ul li {
    display: inline-block;
    padding: 3px 17px;
    background: #012a5a;
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px
}

.breadcumb_section ul li a {
    color: #fff;
    text-transform: capitalize;
}

.breadcumb_section ul li:nth-child(1) {
    background: #f03150;
}

.breadcumb_section ul li::before {
    content: "";
    position: absolute
}

.breadcumb_section ul li:last-child:before {
    content: none
}

.inner_content_section {
    position: relative;
    padding: 20px 0px 111px;
    min-height: 60vh;
    /* z-index: 2; */
}

.c_add_block {
    position: relative;
    text-align: center;
    background: linear-gradient(to top, #e93050, #012a5a);
    padding: 28px 19px;
    color: #ccc;
    border-radius: 12px;
}

.c_add_block::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    right: 100%;
    top: 0;
}

.c_info_list {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.c_info_list:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.c_add_block i {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #333;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #ccc;
    line-height: 49px;
    margin-bottom: 10px;
}

.c_info_list h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.c_info_list h3 {
    font-size: 18px;
    color: #eee;
}

.c_info_list p {
    margin: 0px;
    color: #eee;
}

.contact-form {
    position: relative;
    text-align: center;
    padding: 0px 0px;
}

.contact-form h2 {
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #012a5a;
    font-size: 44px;
}

.contact-form .form-control {
    height: 49px;
    background-color: #e3e3e3;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 18px;
}

.contact-form textarea.form-control {
    height: 95px;
}

.contact-form .btn-danger {
    color: #fff;
    background: linear-gradient(to left, #012a5a, #f03150);
    border-color: initial;
}

.c_map {
    position: relative;
    z-index: 1;
}

.c_map::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 111%;
    left: 80%;
    top: 0;
    z-index: -1;
}

.c_map iframe {
    width: 100%;
    height: 255px;
    border: 9px solid #fff;
    box-shadow: 0px 10px 7px #afafaf;
    margin-top: 33px;
}

.main-timeline {
    position: relative;
}

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

.main-timeline .timeline {
    width: 50%;
    margin: 0 5px 16px 0;
    float: left;
}

.main-timeline .timeline-content {
    text-align: right;
    display: block;
    position: relative;
}

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

.main-timeline .timeline-icon {
    color: #fff;
    background: #012a5a;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0 50%;
    transform: rotate(45deg);
    display: inline-block;
    margin-bottom: 13px;
}

.main-timeline .timeline-icon i {
    transform: rotate(-45deg);
}

.main-timeline .timeline-year {
    color: #f03150;
    font-size: 26px;
    font-weight: 600;
    line-height: 72px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 68px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    right: initial;
    left: 68px;
}

.main-timeline .title {
    color: #012a5a;
    background: linear-gradient(to left, #ffc8d1, transparent);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px 9px;
    margin: 0 0 10px;
}

.main-timeline .timeline:nth-child(even) .timeline-content .title {
    background: linear-gradient(to right, #ffc8d1, transparent);
}

.main-timeline .description {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    margin: 0 0 35px 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: left;
    }
}

.box {
    box-shadow: rgba(50, 50, 80, 0.5) 0px 14px 18px -12px, rgba(0, 0, 0, 0.8) 0px 14px 15px -13px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.box:before,
.box:after {
    content: "";
    background: rgb(2 33 68 / 67%);
    width: 100%;
    height: 50%;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}

.box:after {
    top: auto;
    bottom: 0;
    transition-delay: 0.15s;
}

.box:hover:before,
.box:hover:after {
    transform: scaleX(1);
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    color: #fff;
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.box .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0s;
}

.box .post {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0.15s;
}

.box:hover .title,
.box:hover .post {
    opacity: 1;
    transform: translateY(0);
}

.box .icon {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.box .icon li {
    margin: 0 6px 0 0;
    display: inline-block;
    opacity: 0;
    transform: rotateX(90deg);
    transition: all .3s ease-in-out 0.2s;
}

.box .icon li:nth-child(2) {
    transition-delay: 0.3s;
}

.box:hover .icon li {
    opacity: 1;
    transform: rotateX(0deg);
}

.box .icon li a {
    color: #ffffff;
    background: #f03150;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 38px;
    width: 38px;
    display: block;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

.box .icon li a:hover {
    color: #fff;
    background: #f3004b;
    border-radius: 10px 10px;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.inner_facl_row .col-md-4 {
    margin-bottom: 30px;
}

.inner_facility_list {
    text-align: center;
    position: relative;
    height: 100%;
    padding: 0;
    border-radius: 26px;
    z-index: 1;
}

.inner_facility_list::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 20%;
    background: #c3c3c3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    z-index: -1;
}

.inner_facl_pic {
    display: inline-block;
    width: 200px;
    border: 9px solid #ffffff;
    margin: 0 0 29px;
    box-shadow: 0px 4px 8px #ccc;
    border-radius: 16px;
    overflow: hidden;
}

.inner_facl_info {
    position: relative;
}

.inner_facl_info h3 {
    text-transform: uppercase;
    margin: 0 0;
    background: linear-gradient(to left, #f03150, #012a5a);
    color: #fff;
    font-size: 17px;
    padding: 0 22px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    border-radius: 10px;
}

.inner_services_text h2 {
    font-size: 23px;
    color: #001c3c;
}

.inner_services_text h3 {
    font-size: 18px;
    color: #e51646;
}

.list_styles {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.list_styles li {
    position: relative;
    padding-left: 22px;
}

.list_styles li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background: #f03150;
    left: 0;
    top: 11px;
}

.inner_abt_text h2 {
    font-size: 30px;
    color: #ff3e5f;
}

.inner_abt_text p {
    text-align: justify;
    line-height: 27px;
}

.hospital_pic img {
    border: 11px solid #ddd;
    box-shadow: 0px 10px 6px #7e7e7e;
}

.mvv_l_lits {
    text-align: center;
    border: 8px solid #ccc;
    border-radius: 17px;
    margin-top: 33px;
    padding: 24px 0;
    background: #fff;
}

.mvvv_pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 7px solid #f1f1f1;
    border-radius: 50%;
    line-height: 72px;
    background: #fff;
    box-shadow: 0px 10px 9px #ccc;
    margin: 0 0 7px;
}

.mvvv_pic img {
    width: 50px;
}

.mvv_list_info {
    position: relative;
}

.mvv_list_info h3 {
    text-transform: uppercase;
    color: #012a5a;
    font-weight: 600;
    font-size: 27px;
}

.mvv_list_info p {
    margin: 0px;
}

.inner_body .modal-backdrop {
    z-index: 999;
    background-color: #001936;
}

.in_bl_list {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.blog_nav_text {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.blog_nav_text h2 {
    font-size: 20px;
    color: #f03150;
}

.blog_nav_text p {
    line-height: 26px;
}

.blog_nav_text a {
    display: inline-block;
    background: #012a5a;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

._blog_nav {
    padding: 0px 15px 18px;
    margin: 0 0 23px;
    text-align: center;
    border: 8px solid #ccc;
}

._blog_nav h4 {
    font-size: 37px;
    margin-bottom: 22px;
    background: #f03150;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 7px 37px;
}

._blog_nav ul {
    padding: 0;
}

._blog_nav ul,
li,
ul {
    list-style: none;
}

._blog_nav ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    position: relative;
    text-align: left;
    padding: 5px 4px;
    box-shadow: 0px 5px 4px #ccc;
    background: #fff;
    margin: 0 0 4px;
}

.socilamedia_section {
    padding: 0 0 90px;
}

.socila_media_block {
    text-align: center;
}

.socila_media_block iframe {
    width: 100%;
    height: 450px;
}

.timings {
    position: relative;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to left, #073163, #F03150);
    padding: 13px 19px;
    text-align: center;
}

.timings h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 16px;
}

.timings h3 {
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    border-bottom: 2px dotted;
    padding: 0px 0 12px;
    margin: 0px 0 12px;
}

.timings h4 {
    font-size: 15px;
    color: #fff;
}

.timings a {
    display: inline-block;
    background: #fff;
    padding: 2px 6px;
    border-radius: 17px;
    margin: 7px 0 0;
}

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

.timingsmodal .modal-header .close {
    position: absolute;
    right: 0;
    background: #fff;
    opacity: 1;
    z-index: 1;
    padding: 7px 8px;
}

.timingsmodal .modal-body {
    padding: 6px;
}

.top-bottom-info .info-list {
    position: fixed;
    display: inline-block;
    top: 40%;
    z-index: 99;
    left: -323px;
    width: auto;
    float: left;
    transition: all ease-in-out .8s;
}
.top-bottom-info .info-list li {
    position: absolute;
    left: -78px;
    /* left: -216px; */
    display: inline-block;
    font-size: 17px;
    line-height: 21px;
    /* background: #dee2e6; */
    color: #ffffff;
    font-weight: 500;
    padding: 11px 4px 11px 48px;
    margin-right: 8px;
    border-radius: 10px 0px 0px 10px;
    width: 404px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all ease-in-out .8s;
}
.top-bottom-info .info-list li:hover {
    right: -30px;
}

.top-bottom-info .info-list li a {
    display: inline-block;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-bottom-info .info-list li a:hover {
    color: #000;
}
.top-bottom-info .info-list li span p{
    padding-top: 10px;
}
.top-bottom-info .info-list li span {
    position: absolute;
    right: -81px;
    margin-right: 10px;
    display: inline-block;
    width: 75px;
    height: 64px;
    background: #092f5c;
    color: #fff;
    /* font-size: 24px; */
    /* line-height: 45px; */
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    top: 11px;
}
.top-bottom-info .info-list li span img {
    width: 27px;
    height: 27px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin: 0px 0px 3px 0px;
}
.top-bottom-info{
    position: relative;
}
.info-list:hover{
    left: 0px;
    transition: all ease-in-out .8s;
}

.extra-timings-sec{
    margin-bottom: 50px;
    margin-top: 22px;
}
.extra-timings-box h2 {
    font-size: 30px;
    background: #012a5a;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.extra-timings-sec .col-md-6:nth-child(1){
    border-right: 1px dashed;
}
.extra-timings-box p{
    margin-bottom: 8px;    
    font-size: 17px;
}