@import url(../../css2);
@import url(../../css2-1);
@keyframes toLeftFromRight {
    49% {
        transform: translateX(-100%)
    }
    50% {
        opacity: 0;
        transform: translateX(100%)
    }
    51% {
        opacity: 1
    }
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn,
.medi-app-banner-text a,
.medi-app-cta-form-wrap button {
    color: #fff;
    width: 176px;
    height: 52px;
    border: none;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    background-color: #223645;
    transition: .3s all ease-in-out;
    font-size: 20px
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn span,
.medi-app-banner-text a span,
.medi-app-cta-form-wrap button span {
    top: 9px;
    right: -20px;
    width: 35px;
    height: 33px;
    position: absolute;
    line-height: 32px;
    color: #223645;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .04)
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn:hover,
.medi-app-banner-text a:hover,
.medi-app-cta-form-wrap button:hover {
    background-color: #48aa8d
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn:hover span,
.medi-app-banner-text a:hover span,
.medi-app-cta-form-wrap button:hover span {
    animation: toLeftFromRight .5s forwards
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.app-medi {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 500;
    line-height: 1.625;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app-medi::selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-medi::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

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

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    list-style: none;
    display: block
}

div#app-medi-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #fff url("../img/pre.svg") no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

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

section {
    position: relative
}

button {
    cursor: pointer
}

.form-control:focus,
a.active,
a:focus,
a:hover,
a:visited,
button.active,
button:focus,
button:hover,
button:visited,
input.active,
input:focus,
input:hover,
input:visited,
select,
select:focus,
select:hover,
select:visited,
textarea:focus,
textarea:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

.form-control {
    box-shadow: none
}

.pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.05, 1.05)
    }
    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.app-medi-headline h1,
.app-medi-headline h2,
.app-medi-headline h3,
.app-medi-headline h4,
.app-medi-headline h5,
.app-medi-headline h6 {
    margin: 0
}

.app-medi-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #112f54
}

.app-medi-scrollup i {
    color: #fff;
    font-size: 20px
}

.medi-app-section-title {
    padding-bottom: 39px
}

.medi-app-section-title .title-watermark {
    left: 0;
    right: 0;
    top: -91px;
    z-index: -1;
    line-height: 1;
    color: #e9eff4;
    font-weight: 300;
    font-size: 78px
}

.medi-app-section-title .title-tag {
    font-size: 21px;
    font-weight: 500;
    color: #48ab8e
}

.medi-app-section-title h2 {
    font-size: 44px;
    padding-top: 5px;
    font-weight: 700;
    color: #163a64;
    text-transform: uppercase
}

.medi-app-background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.medi-app-header-top {
    padding: 8px 4px;
    background: linear-gradient(to left, #163a64, #48ab8e);
    position: absolute;
    right: -18px;
    z-index: 2;
    border-radius: 30px;
    top: 20px;
    border: transparent
}

.medi-app-header-top-social {
    padding-right: 0;
    position: absolute;
    width: 300px;
    text-align: center;
    bottom: 1rem;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: auto
}

.medi-app-header-top-social ul {
    list-style: none;
    padding: 0
}

.medi-app-header-top-social ul li {
    display: inline-block
}

.medi-app-header-top-social a {
    margin-bottom: 9px;
    transition: .3s all ease-in-out;
    background-color: #fff;
    color: #3f6dd6;
    border: 1px solid;
    width: 49px;
    height: 49px;
    line-height: 43px;
    font-size: 27px;
    border-radius: 50%;
    display: block
}

.medi-app-header-top-social ul li:nth-child(2) a {
    color: #fd1ab7
}

.medi-app-header-top-social ul li:nth-child(3) a {
    color: #15af53
}

.medi-app-header-top-social ul li:nth-child(4) a {
    color: #f33a3a
}

.medi-app-header-top-social a:hover {
    color: #e12454
}

.medi-app-header-top .medi-app-header-top-login {
    font-size: 14px
}

.medi-app-header-top .medi-app-header-top-login .h-top-login {
    color: #fff;
    font-weight: 700;
    margin-right: 5px
}

.medi-app-header-top .medi-app-header-top-login .h-top-login i {
    color: #e12454;
    margin-right: 5px
}

.medi-app-header-top .medi-app-header-top-contact {
    padding-right: 0
}

.medi-app-header-top .medi-app-header-top-contact a {
    font-size: 17px;
    padding: 0 13px;
    color: #e7e7e7;
    border-right: 1px solid;
    font-weight: 500
}

.medi-app-header-top .medi-app-header-top-contact a:last-child {
    border-right: 0px
}

.medi-app-header-top .medi-app-header-top-contact a i {
    color: #223645;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    line-height: 29px
}

.medi-app-header-top .medi-app-header-top-language {
    top: 0;
    right: 0;
    position: absolute
}

.medi-app-header-top .medi-app-header-top-language:after {
    top: 10px;
    right: 22px;
    color: #fff;
    font-size: 14px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.medi-app-header-top .medi-app-header-top-language select {
    color: #fff;
    height: 40px;
    width: 120px;
    border: none;
    padding-left: 25px;
    text-align: center;
    background-color: #e12454;
    -webkit-appearance: none
}

.medi-app-main-menu-wrap {
    padding-right: 109px;
    text-align: right
}

.medi-app-main-menu-wrap .site-brand-logo {
    top: 0;
    left: 0;
    width: 382px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    border: 5px solid #b7b7b7;
    border-radius: 11px;
    background: #f5f5f5
}

.medi-app-sticky-on .medi-app-main-menu-wrap .site-brand-logo {
    border: none;
    background: 0 0
}

.medi-app-main-menu-wrap .dropdown {
    position: relative
}

.medi-app-main-menu-wrap .dropdown:after {
    top: 15px;
    color: #48ab8e;
    right: 0;
    content: ">";
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out;
    transform: rotate(90deg)
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu {
    top: 52px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 389px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #163a64;
    transition: all .4s ease-in-out;
    border-top: 2px solid #48ab8f;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu.customdropdown {
    width: 120px
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #747474
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 12px;
    position: relative;
    transition: .3s all ease-in-out
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:after,
.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:before {
    display: none
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:hover {
    background-color: #48ab8e;
    color: #f9fdfc
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.medi-app-main-menu-wrap .dropdown:hover .dropdown-menu {
    top: 52px;
    opacity: 1;
    visibility: visible
}

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

.medi-app-main-header {
    position: absolute;
    max-width: 1210px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    padding-top: 38px
}

.medi-app-main-header::before {
    content: "";
    position: absolute;
    width: 411px;
    height: 100vh;
    top: 0;
    background: #163a64;
    border-top: 5px solid #48ab8e
}

.medi-app-sticky-on.medi-app-main-header::before {
    display: none
}

.medi-app-main-header .container {
    max-width: 1210px
}

.medi-app-main-navigation .navbar-nav {
    display: inline-block;
    margin: auto;
    position: relative;
    right: 46px;
    top: 19px;
    padding: 0
}

.medi-app-main-navigation li a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 14px 13px 14px;
    transition: .4s all ease-in-out;
    text-transform: uppercase
}

.medi-app-main-navigation li a:after {
    left: 0;
    bottom: -2px;
    width: 0%;
    right: 0;
    content: "";
    height: 4px;
    margin: 0 auto;
    position: absolute;
    transition: .4s all ease-in-out
}

.medi-app-main-navigation li a:hover {
    color: #48ab8e
}

.medi-app-main-navigation li a:hover:after {
    width: 100%
}

.medi-app-side-btn button {
    border: none;
    color: #abb7c0;
    font-size: 20px;
    padding: 30px 35px;
    background-color: transparent;
    border-left: 1px solid #f1f1f1;
    transition: .3s all ease-in-out
}

.medi-app-side-btn button:hover {
    color: #e12454
}

.medi-app-sticky-on {
    top: -40px;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    position: fixed;
    height: 134px;
    background-color: #fff;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.app-medi-search-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform .7s ease;
    background-color: rgba(0, 0, 0, .85)
}

.app-medi-search-body.app-medi-search-open {
    transform-origin: top center;
    transform: scale(1, 1)
}

.app-medi-search-body .app-medi-search-form {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.app-medi-search-body .app-medi-search-form .app-medi-search-form-area {
    width: 100%;
    z-index: 9991;
    max-width: 600px;
    position: relative
}

.app-medi-search-body .app-medi-search-form input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 30px;
    background-color: #fff
}

.app-medi-search-body .app-medi-search-form button {
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 120px;
    height: 60px;
    position: absolute;
    background-color: #e12454
}

.app-medi-search-body .outer-close {
    top: 40px;
    right: 55px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    background-color: red
}

.app-medi-search-body .outer-close i {
    color: #fff
}

.app-medi-search-open {
    opacity: 1;
    visibility: visible
}

.medi-app-side-btn .shopping-cart {
    top: 85px;
    right: 90px;
    z-index: -1;
    opacity: 0;
    width: 350px;
    display: block;
    margin: 10px 0;
    background: #fff;
    padding: 30px 20px;
    position: absolute;
    visibility: hidden;
    transition: .3s all ease-in-out;
    border-top: 5px solid #e12454;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.medi-app-side-btn .shopping-cart.cart-show {
    top: 80px;
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.medi-app-side-btn .shopping-cart li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.medi-app-side-btn .shopping-cart li:last-child {
    border-bottom: none
}

.medi-app-side-btn .shopping-cart .cart-total {
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px
}

.medi-app-side-btn .shopping-cart .cart-total span {
    color: #e12454
}

.medi-app-side-btn .shopping-cart .cart-checkout {
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
    background-color: #e12454
}

.medi-app-side-btn .cart-product-img {
    margin-right: 20px;
    height: 80px;
    width: 80px
}

.medi-app-side-btn .cart-product-text {
    padding-top: 15px
}

.medi-app-side-btn .cart-product-text h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.medi-app-side-btn .cart-product-text h3 a {
    color: #223645
}

.medi-app-side-btn .cart-product-text span {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block
}

.app-medi-side-bar-toggle {
    z-index: 1;
    width: 70px;
    height: 70px;
    right: 240px;
    bottom: -60px;
    cursor: pointer;
    line-height: 65px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #70808c
}

.app-medi-side-bar-toggle:before {
    top: 8px;
    left: 8px;
    content: "";
    width: 50px;
    height: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background-color: #e12454
}

.app-medi-side-bar-toggle i {
    color: #fff;
    font-size: 26px
}

.sm-side_inner_content {
    top: 0;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 50px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s
}

.sm-side_inner_content p {
    text-align: left
}

.sm-side_inner_content .side_inner_logo {
    margin: 30px 0
}

.sm-side_inner_content .side_contact {
    margin-bottom: 30px
}

.sm-side_inner_content .side_contact .social_widget {
    margin-bottom: 40px
}

.sm-side_inner_content .side_contact .social_widget h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #70808c
}

.sm-side_inner_content .side_contact .social_widget li i {
    font-size: 14px
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary {
    margin-bottom: 25px
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary li {
    float: left;
    margin: 5px 3px
}

.sm-side_inner_content .side_copywright {
    font-size: 14px
}

.sm-side_inner_content .close_btn {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    transition: .3s all ease-in-out
}

.sm-side_inner_content .close_btn i {
    font-size: 14px
}

.sm-side_inner_content .close_btn:hover {
    background-color: #e12454
}

.sm-side_inner_content .close_btn:hover i {
    color: #fff
}

.app-medi-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all .7s
}

.app-medi-sidebar-inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 11;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-in-out;
    cursor: url(../img/cl.html), auto
}

.body_overlay_on {
    overflow: hidden
}

.app-medi-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

.app-medi-sidebar-gallary li {
    width: 80px;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden
}

.medi-app-main-header .app-medi-mobile_menu_content {
    top: 40px;
    bottom: 0;
    right: -393px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1b0234;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation {
    width: 100%
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav {
    width: 100%
}

.medi-app-main-header .app-medi-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li a {
    color: #afafaf;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase
}

.medi-app-main-header .app-medi-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .app-medi-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.medi-app-main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.medi-app-main-header .mobile_menu_overlay_on {
    overflow: hidden
}

.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.medi-app-main-header .app-medi-mobile_menu_button {
    right: 20px;
    top: 15px;
    z-index: 5;
    color: #e12454;
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.medi-app-main-header .app-medi-mobile_menu .dropdown {
    position: relative
}

.medi-app-main-header .app-medi-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.medi-app-main-header .app-medi-mobile_menu .dropdown:after {
    display: none
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

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

.medi-app-banner-section {
    background-image: url(../img/slide1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.medi-app-banner-section .container {
    position: relative;
    height: 100%;
    max-width: 1210px
}

.medi-app-banner-content {
    padding: 0;
    display: flex;
    position: absolute;
    max-width: 426px;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center
}

.bannersticky .medi-app-banner-content {
    display: none
}

.bannerdocpic {
    position: relative;
    z-index: 9999;
    text-align: center
}

.bannerdocpic img {
    width: 58%;
    border: 5px solid #bfbfbf
}

.doctitle h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #f5f5f5;
    margin-top: 6px
}

.doctitle h3 {
    text-transform: uppercase;
    color: #69d3b4;
    font-size: 17px
}

.medi-app-banner-text {
    max-width: 580px
}

.medi-app-banner-text h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2;
    color: #223645;
    padding-bottom: 15px
}

.medi-app-banner-text p {
    font-size: 18px;
    padding-bottom: 45px
}

.medi-app-banner-text a {
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin: 0 40px 0 0
}

.medi-app-banner-text a:hover {
    background-color: #223645
}

.medi-app-banner-text a:nth-child(1) {
    width: 180px
}

.medi-app-banner-text a:nth-child(2) {
    width: 215px
}

.medi-app-banner-feature {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    text-align: center
}

.medi-app-banner-feature-icon-text {
    height: auto;
    padding: 9px 11px 25px;
    margin: auto;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 32%;
    border-right: 1px dashed
}

.medi-app-banner-feature-icon-text:nth-child(3) {
    border-right: 0px
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon {
    line-height: 1;
    margin-bottom: 25px
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon img {
    width: 45px
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-text span {
    font-size: 18px;
    font-weight: 600;
    color: #10325a;
    text-transform: uppercase
}

.medi-app-banner-feature-icon-text:after {
    top: 0;
    left: 0;
    right: 0;
    width: 76px;
    content: "";
    height: 76px;
    margin: 0 auto;
    position: absolute;
    background-color: rgb(66 157 129 / 29%);
    transition: .4s all ease-in-out;
    border-radius: 50%;
    z-index: -1
}

.medi-app-banner-feature-icon-text:hover .medi-app-banner-feature-icon {
    animation: icon-bounce .8s ease-out infinite
}

.app-medi-banner-cta {
    background-color: transparent;
    position: relative;
    padding-bottom: 0
}

.app-medi-banner-cta-icon-text {
    padding: 20px 50px 20px 55px;
    background-color: #ffb908;
    z-index: 1;
    top: -99px
}

.app-medi-banner-cta-icon-text:before {
    left: 0;
    top: -5px;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: -1;
    background: #000
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-icon {
    position: absolute;
    left: 22px;
    top: 13px
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-icon {
    height: 69px;
    width: 69px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 65px
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-icon img {
    position: relative;
    width: 42px
}

.app-medi-banner-cta-text {
    padding-left: 61px
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-text h3 {
    color: #000;
    font-size: 21px;
    font-weight: 600
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-text span {
    color: #000;
    font-size: 22px
}

.app-medi-banner-cta-slug {
    padding-top: 35px;
    padding-left: 50px
}

.app-medi-banner-cta-slug p {
    color: #fff;
    float: left
}

.app-medi-banner-cta-slug p a {
    font-size: 20px;
    font-weight: 600
}

.app-medi-banner-cta-slug span {
    top: -10px;
    width: 50px;
    float: right;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #e12454;
    text-align: center;
    background-color: #fff
}

.app-medi-banner-cta-slug span a {
    width: 100%;
    display: block
}

._whychosse {
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px
}

._whychosse i {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid;
    left: 0;
    right: 0;
    margin: auto;
    top: 108px;
    font-size: 21px;
    line-height: 34px;
    z-index: 2
}

._whychosse::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 2px;
    border-bottom: 1px solid;
    left: 0;
    top: 51px
}

._whychosse::after {
    content: "";
    position: absolute;
    width: 34%;
    height: 2px;
    border-bottom: 1px solid;
    right: 0;
    top: 51px
}

.page_wapper {
    position: relative;
    overflow-x: hidden
}

.page_wapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    top: 0;
    opacity: .5
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.medi-app-about-section {
    padding: 58px 0 24px
}

.medi-app-about-section::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 79px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.medi-app-about-section::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%
}

.medi-app-about-img-wrap {
    position: relative;
    padding: 0 19px
}

.medi-app-about-img-wrap::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 231px;
    top: 0;
    right: 0;
    background: #112f54;
    transition: all ease-in-out .9s
}

.medi-app-about-img-wrap:hover::before {
    top: 100px
}

.medi-app-about-img-wrap::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 231px;
    left: 0;
    bottom: 0;
    background: #48ab8e;
    z-index: -1;
    transition: all ease-in-out .9s
}

.medi-app-about-img-wrap:hover::after {
    bottom: 100px
}

.medi-app-hover-img {
    overflow: hidden
}

.medi-app-hover-img:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg)
}

.medi-app-hover-img:hover:after {
    opacity: 1;
    animation: shine .75s
}

.medi-app-about-img-wrap .medi-app-about-img2 {
    padding: 0;
    margin-top: 0
}

.medi-app-about-text-wrap {
    padding-top: 58px;
    margin-bottom: 0
}

.medi-app-about-exp {
    padding-top: 30px;
    margin-right: 41px;
    border-top: 1px solid #429d81
}

.medi-app-about-exp .app-medi-exp-title {
    font-size: 19px;
    font-weight: 700;
    max-width: 60px;
    color: #223645;
    display: inline-block
}

.medi-app-about-exp h2 {
    color: #fcfcfc;
    font-size: 164px;
    -webkit-text-stroke: 3px #429d81;
    line-height: 157px
}

.medi-app-about-exp .app-medi-title2 {
    font-size: 30px;
    font-weight: 500;
    max-width: 176px;
    color: #163a64;
    display: inline-block;
    line-height: 33px;
    margin-top: 26px
}

.medi-app-about-text h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.25;
    color: #223645;
    padding-bottom: 14px
}

.medi-app-about-text .app-medi-about-list li {
    width: 49%;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 3px;
    position: relative;
    text-align: center;
    padding: 38px 11px;
    background: #eaeaea
}

.medi-app-about-text .app-medi-about-list li h4 {
    text-transform: uppercase;
    font-size: 27px;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 7px
}

.medi-app-about-text .app-medi-about-list li p {
    line-height: 22px;
    color: #4e4e4e
}

.medi-app-about-text .app-medi-about-list li:nth-child(1) {
    background: #cef5e9
}

.medi-app-about-text .app-medi-about-list li:nth-child(3) {
    width: 100%;
    background: #d3e7ff
}

.medi-app-about-text .app-medi-about-list li:before {
    top: 0;
    left: 0;
    font-weight: 900;
    position: absolute;
    color: #e12454;
    font-family: "Font Awesome 5 Free"
}

.welcometext {
    padding-bottom: 33px;
    text-align: center
}

.welcometext h1 {
    color: #063a64
}

.welcometext h4 {
    font-size: 46px;
    position: relative;
    margin: 0 0 15px;
    display: inline-block;
    color: #48ab8e;
    text-transform: uppercase
}

.welcometext h2 {
    text-transform: uppercase;
    color: #163a64;
    font-size: 41px;
    font-weight: 600
}

.welcometext h3 {
    font-size: 26px;
    color: #48ab8e;
    text-transform: uppercase
}

.welcometext p {
    line-height: 27px;
    color: #333;
    font-size: 17px;
    text-align: justify
}

.desktopnone,
.welconehead {
    display: none
}

.them-btn {
    position: relative
}

.txt-right {
    text-align: right
}

.them-btn a {
    display: inline-block;
    color: #48ab8e;
    background: #fff;
    padding: 4px 19px 8px;
    border-radius: 30px;
    border: 2px solid;
    font-weight: 600;
    font-size: 18px
}

.medi-app-service-section {
    padding: 80px 0 99px;
    z-index: 1
}

.medi-app-service-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #102f54
}

.medi-app-service-section::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 38%;
    bottom: 119px;
    background: #48ab8e;
    transform: skew(0deg, -12deg);
    right: 0;
    z-index: -1
}

.ser_line::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.medi-app-service-innerbox {
    padding: 45px 40px;
    background-color: #fff
}

.medi-app-service-innerbox .medi-app-service-icon-title {
    margin-bottom: 14px
}

.medi-app-service-innerbox .medi-app-service-icon {
    margin-right: 20px;
    transition: .6s cubic-bezier(.24, .74, .58, 1)
}

.medi-app-service-innerbox .medi-app-service-icon svg {
    height: 60px;
    fill: #e12454
}

.medi-app-service-innerbox .app-medi-service-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #223645
}

.medi-app-service-innerbox .app-medi-service-text p {
    font-size: 14px;
    line-height: 1.857;
    padding-bottom: 30px
}

.medi-app-service-innerbox .app-medi-service-text li {
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    color: #223645;
    position: relative;
    margin-bottom: 12px
}

.medi-app-service-innerbox .app-medi-service-text li:last-child {
    margin-bottom: 0
}

.medi-app-service-innerbox .app-medi-service-text li:before {
    top: 0;
    left: 0;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #e12454;
    font-family: "Font Awesome 5 Free"
}

.medi-app-service-innerbox:hover .medi-app-service-icon {
    transform: rotateY(360deg)
}

#app-medi-service-slider .owl-nav {
    display: none
}

#app-medi-service-slider .owl-dots {
    margin-top: 40px;
    text-align: center
}

#app-medi-service-slider .owl-dots .owl-dot {
    height: 6px;
    width: 24px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    transition: .3s all ease-in-out
}

#app-medi-service-slider .owl-dots .owl-dot.active {
    background-color: #e12454
}

.ser_title_head h2 {
    color: #fff
}

.ser_title_head p {
    max-width: 600px;
    margin: auto;
    margin-bottom: 6px;
    color: #eee
}

.servicesblock {
    position: relative
}

.ser_row {
    position: relative;
    justify-content: center
}

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

.ser_blocl_list::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18px
}

.ser_blocl_list::after {
    content: "";
    position: absolute;
    width: 171px;
    height: 171px;
    left: -3px;
    right: 0;
    margin: auto;
    top: -5px;
    border-radius: 50%;
    transition: all ease-in-out 2s
}

.ser_blocl_list:hover::after {
    transform: rotate(90deg)
}

.ser_row .col-md-2 {
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 27px 10px
}

.ser_row .col-md-2:nth-child(10),
.ser_row .col-md-2:nth-child(6) {
    border-right: 0px
}

.ser_row .col-md-2::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .8s;
    background-color: #48ab8e
}

.ser_row .col-md-2:hover::before {
    width: 100%;
    height: 100%
}

.ser_image {
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px dashed #dedede;
    margin-bottom: 5px;
    padding: 8px
}

.serbottom {
    text-align: center;
    color: #58c5a5;
    text-transform: uppercase;
    font-size: 43px;
    margin-top: 23px
}

.ser_image img {
    border-radius: 50%;
    border: 3px solid #fff
}

.ser_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

._ser_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 600
}

.ser_blocl_list a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #48ab8e;
    color: #f4f4f5;
    border-radius: 50%;
    line-height: 33px;
    font-size: 26px;
    z-index: 1;
    position: relative
}

.ser_blocl_list:hover a {
    background-color: rgb(253 253 253)!important;
    color: #48ab8e!important
}

.medi-app-cta-section {
    padding: 69px 0
}

.medi-app-cta-section {
    background-image: url(../img/appointmentbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.medi-app-cta-section .medi-app-background_overlay {
    background: linear-gradient(to left, #11523f, rgb(49 151 121 / 56%))
}

.medi-app-cta-text {
    padding-top: 40px
}

.medi-app-cta-text .medi-app-section-title {
    padding-bottom: 40px
}

.medi-app-cta-text .medi-app-section-title .title-tag,
.medi-app-cta-text .medi-app-section-title h2,
.medi-app-cta-text .medi-app-section-title p {
    color: #fff
}

.medi-app-cta-text .medi-app-section-title h2 {
    font-size: 40px;
    padding-bottom: 20px
}

.medi-app-cta-text .medi-app-section-title p {
    line-height: 1.75;
    max-width: 520px
}

.medi-app-cta-text .medi-app-cta-list li {
    width: 50%;
    float: left;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 30px;
    position: relative
}

.medi-app-cta-text .medi-app-cta-list li:before {
    top: -8px;
    left: 0;
    width: 40px;
    content: "";
    height: 40px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ffffff7d
}

.medi-app-cta-text .medi-app-cta-list li:after {
    top: -1px;
    left: 13px;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #ffffff7d;
    font-family: "Font Awesome 5 Free"
}

.medi-app-cta-form-wrap {
    text-align: center
}

.medi-app-cta-form-wrap h3 {
    font-weight: 500;
    font-size: 37px;
    color: #fefefe;
    padding-bottom: 12px;
    text-transform: uppercase
}

.medi-app-cta-form-wrap p {
    font-size: 14px;
    max-width: 415px;
    padding-bottom: 35px;
    margin: auto;
    color: #fff
}

.app-medi-cta-form-input {
    margin: 0 -10px
}

.app-medi-cta-input,
.app-medi-cta-input2 {
    margin-bottom: 15px
}

.app-medi-cta-input .form-control {
    height: 58px;
    font-size: 16px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px dashed #fff;
    color: #fff
}

.app-medi-cta-input textarea.form-control {
    height: 100px
}

.app-medi-cta-input .form-control::placeholder {
    color: #eee
}

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

.app-medi-cta-input .icon-bg,
.app-medi-cta-input2 .icon-bg {
    top: 13px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    z-index: -1
}

.app-medi-cta-section-2 {
    padding: 100px 0;
    background-color: #223645
}

.app-medi-cta-call .app-medi-cta-icon {
    margin-right: 20px
}

.app-medi-cta-call .app-medi-cta-icon-2 {
    margin-left: 5px
}

.app-medi-cta-call .app-medi-cta-text-2 {
    overflow: hidden;
    padding-top: 12px;
    display: inline-block
}

.app-medi-cta-call .app-medi-cta-text-2 span b {
    color: #e12454
}

.app-medi-cta-call .app-medi-cta-text-2 h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px
}

.app-medi-cta-call .app-medi-cta-text-2 h4 span {
    color: #e12454
}

.app-medi-cta-btn a {
    color: #fff;
    height: 60px;
    width: 200px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    background-color: #e12454
}

.blog_row {
    align-items: center
}

.blog_row:nth-child(2) {
    border-bottom: 1px dashed #333;
    padding-bottom: 23px;
    margin-bottom: 23px
}

.blogdes h3 {
    font-size: 21px;
    text-align: start;
    color: #48ab8e
}

.blogdes a {
    display: inline-block;
    background: #112f54;
    color: #fff;
    padding: 3px 14px;
    border-radius: 30px
}

.faq-section {
    position: relative;
    padding: 83px 0 100px
}

.faqtimline.main-timeline {
    position: relative
}

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

.faqtimline.main-timeline:before {
    content: '';
    height: 100%;
    width: 3px;
    border-left: 3px dashed #555;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%
}

.faqtimline.main-timeline .timeline {
    width: 50%;
    padding: 15px 15px 15px 55px;
    margin: 0 0 0 5px;
    float: right;
    position: relative;
    z-index: 1
}

.faqtimline.main-timeline .timeline:before {
    content: '';
    background-color: #112f54;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    top: 50%
}

.faqtimline.main-timeline .timeline-content {
    color: #777;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    display: block;
    position: relative
}

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

.faqtimline.main-timeline .timeline-content:after,
.faqtimline.main-timeline .timeline-content:before {
    content: "";
    background: #e2e2e2;
    width: 35px;
    height: 35px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: -33px;
    z-index: -1
}

.faqtimline.main-timeline .timeline-content:after {
    background: linear-gradient(to left, transparent, #e3e3e3);
    height: auto;
    width: auto;
    border-radius: 20px;
    transform: translateY(0);
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    z-index: -2
}

.faqtimline.main-timeline .timeline-icon {
    color: #f7f7f7;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #112f54;
    border-radius: 50%
}

.faqtimline.main-timeline .title {
    color: #48ab8e;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.faqtimline.main-timeline .description {
    font-size: 17px;
    line-height: 22px;
    margin: 0
}

.faqtimline.main-timeline .timeline:nth-child(even) {
    padding: 15px 55px 15px 15px;
    margin: 0 5px 0 0;
    float: left
}

.faqtimline.main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -10px
}

.faqtimline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: -33px
}

.faqtimline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotate(180deg)
}

@media screen and (max-width:767px) {
    .faqtimline.main-timeline:before {
        transform: translateX(-50%);
        left: 18px
    }
    .faqtimline.main-timeline .timeline,
    .faqtimline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px 15px 15px 55px;
        margin: 0 0 30px
    }
    .faqtimline.main-timeline .timeline:before,
    .faqtimline.main-timeline .timeline:nth-child(even):before {
        left: -7px
    }
    .faqtimline.main-timeline .timeline-content:before,
    .faqtimline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: -33px;
        right: auto
    }
    .faqtimline.main-timeline .timeline:nth-child(even) .timeline-content:after {
        transform: rotate(0)
    }
}

.app-medi-team-section {
    padding: 120px 0
}

.app-medi-team-innerbox .app-medi-team-img {
    overflow: hidden
}

.app-medi-team-innerbox .app-medi-team-img img {
    transition: .5s all ease-in-out
}

.app-medi-team-innerbox .app-medi-team-img:before {
    top: -35px;
    content: "";
    z-index: 1;
    width: 100px;
    height: 100px;
    right: -100px;
    position: absolute;
    border-radius: 100%;
    background-color: #e12454;
    transition: .4s all ease-in-out;
    transition-delay: 0.2s
}

.app-medi-team-innerbox .app-medi-team-icon {
    top: 25px;
    opacity: 0;
    right: 15px;
    z-index: 2;
    visibility: hidden;
    position: absolute;
    transition: .4s all ease-in-out;
    transition-delay: 0.4s
}

.app-medi-team-innerbox .app-medi-team-icon svg {
    fill: #fff;
    height: 25px
}

.app-medi-team-innerbox .app-medi-team-social {
    left: 0;
    right: 0;
    height: 30px;
    bottom: -30px;
    margin: 0 auto;
    max-width: 165px;
    line-height: 30px;
    position: absolute;
    background-color: #e12454;
    transition: .3s all ease-in-out
}

.app-medi-team-innerbox .app-medi-team-social a {
    color: #fff;
    font-size: 14px;
    margin: 0 5px
}

.app-medi-team-innerbox .app-medi-text-text {
    padding: 25px 35px;
    border: 2px solid #f7f7f7;
    transition: .3s all ease-in-out
}

.app-medi-team-innerbox .app-medi-text-text span {
    font-size: 14px;
    font-weight: 700;
    color: #e12454;
    letter-spacing: 3px;
    text-transform: uppercase
}

.app-medi-team-innerbox .app-medi-text-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 5px;
    color: #223645
}

.app-medi-team-innerbox:hover .app-medi-team-social {
    bottom: 0
}

.app-medi-team-innerbox:hover .app-medi-team-img:before {
    right: -35px
}

.app-medi-team-innerbox:hover .app-medi-team-icon {
    top: 15px;
    opacity: 1;
    visibility: visible
}

.app-medi-team-innerbox:hover .app-medi-text-text {
    box-shadow: rgba(0, 0, 0, .1) 0 -30px 100px 0
}

.app-medi-team-innerbox:hover .app-medi-team-img img {
    transform: scale(1.2)
}

.app-medi-process-section {
    padding: 310px 0 102px
}

.app-medi-process-img {
    z-index: 1;
    padding-top: 80px
}

.app-medi-process-img:before {
    top: 0;
    z-index: -1;
    content: "";
    left: -100px;
    width: 350px;
    height: 675px;
    position: absolute
}

.medi-app-process-step-item {
    z-index: 1;
    padding-bottom: 2px
}

.medi-app-process-step-item .medi-app-process-number {
    width: 60px;
    color: #fff;
    height: 60px;
    font-size: 24px;
    display: inline-block;
    margin-top: 32px;
    line-height: 55px;
    font-weight: 700;
    margin-right: 30px;
    border-radius: 100%;
    background-color: #112f54;
    position: absolute;
    z-index: 1;
    left: 0
}

.medi-app-process-step-item .medi-app-process-number::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #fdfdfd;
    z-index: -1;
    border-radius: 50%;
    top: 5px
}

.medi-app-process-step-item .medi-app-process-step-text {
    padding: 19px 31px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    margin-left: 88px;
    width: 100%
}

.medi-app-process-step .medi-app-process-step-item:nth-child(2) .medi-app-process-step-text {
    background-color: #dff1ec
}

.medi-app-process-step-item .medi-app-process-step-text:before {
    width: 0;
    top: 48px;
    height: 0;
    content: "";
    left: -15px;
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 15px solid #48ab8e;
    border-bottom: 15px solid transparent
}

.medi-app-process-step-item .medi-app-process-step-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #223645;
    padding-bottom: 5px;
    text-transform: uppercase
}

.medi-app-process-step-item:after,
.medi-app-process-step-item:before {
    top: 55px;
    left: 30px;
    width: 2px;
    z-index: -2;
    content: "";
    height: 100%;
    position: absolute;
    transition: .4s all ease-in-out
}

.medi-app-process-step-item:after {
    bottom: 0;
    height: 0;
    z-index: -1;
    background-color: #3e92a9
}

.medi-app-process-step-item:last-child {
    padding-bottom: 0
}

.medi-app-process-step-item:last-child:after,
.medi-app-process-step-item:last-child:before {
    display: none
}

.medi-app-process-step-item:hover:after {
    height: 100%;
    bottom: auto
}

.app-medi-feature-section {
    background-color: #f5f5f5
}

.app-medi-feature-img-text {
    margin: 0 auto;
    max-width: 640px
}

.app-medi-feature-img-text:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: rgba(34, 53, 68, .75);
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text {
    top: 100px;
    left: 80px;
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon {
    line-height: 1;
    margin-bottom: 30px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon svg {
    height: 60px;
    fill: #e12454
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text h3 {
    color: #fff;
    font-size: 36px;
    max-width: 350px;
    font-weight: 700;
    line-height: 1.278;
    padding-bottom: 15px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text span {
    color: #adbbc5;
    font-size: 17px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text .app-medi-feature-more-btn {
    bottom: 0;
    right: -95px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff
}



.app-medi-testimonial-slider {
    bottom: -130px;
    padding: 45px;
    right: 30px;
    max-width: 385px;
    position: absolute;
    background-color: #e12454
}

.app-medi-testimonial-slider .owl-nav {
    display: none
}

.app-medi-testimonial-slider .app-medi-testimonial-quote p {
    font-size: 14px;
    color: #ffd6e0;
    font-style: italic;
    font-family: "Playfair Display", serif
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author {
    margin-top: 25px
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-img {
    width: 47px;
    height: 47px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text {
    color: #fff
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text h4 {
    font-size: 20px;
    font-weight: 600
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text span {
    font-size: 14px
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-icon-bg {
    right: 45px;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    line-height: 1
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-icon-bg svg {
    fill: #e73461;
    height: 160px
}

.app-medi-testimonial-text {
    padding-top: 35px
}

.app-medi-testimonial-text .medi-app-section-title {
    padding-bottom: 40px
}

.app-medi-testimonial-text-details p {
    line-height: 1.75;
    padding-bottom: 15px
}

.app-medi-testimonial-signature {
    margin-top: 15px
}

.medi-app-blog-section {
    padding: 120px 0
}

.medi-app-blog-img-text .medi-app-blog-img {
    overflow: hidden
}

.medi-app-blog-img-text .medi-app-blog-img img {
    transform: scale(1.2);
    transition: .4s all ease-in-out
}

.medi-app-blog-img-text .medi-app-blog-cat {
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    padding: 5px 20px;
    background-color: #e12454
}

.medi-app-blog-img-text .medi-app-blog-text {
    padding: 40px 35px;
    background-color: #fff;
    border: 2px solid #e2e7eb;
    transition: .4s all ease-in-out;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta {
    margin-bottom: 8px
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a {
    font-size: 14px;
    margin-right: 40px;
    position: relative
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a:after {
    top: 2px;
    right: -22px;
    width: 2px;
    content: "";
    height: 12px;
    position: absolute;
    background-color: #dde6ec
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a:last-child:after {
    display: none
}

.medi-app-blog-img-text .medi-app-blog-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #223645;
    padding-bottom: 15px
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-more {
    color: #98a6b1;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-more:after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    background-color: #98a6b1
}

.medi-app-blog-img-text:hover .medi-app-blog-text {
    box-shadow: none;
    border: 2px solid #fff
}

.medi-app-blog-img-text:hover .medi-app-blog-img img {
    transform: scale(1)
}

.app-medi-partner-section {
    padding: 75px 0;
    background-color: #e12454
}

.app-medi-partner-slider .owl-nav {
    display: none
}

.app-medi-partner-slider .app-medi-partner-img img {
    transition: .4s all ease-in-out;
    filter: grayscale(1)
}

.app-medi-partner-slider .app-medi-partner-img:hover img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.tipssection {
    position: relative;
    background: #112f54;
    padding: 65px 0 65px
}

.tips_block {
    position: relative;
    border-radius: 121px
}

.tipetitle {
    color: #65cbac;
    text-align: center
}

.tipetitle h2 {
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 12px
}

.tipls_list_block {
    text-align: center
}

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


.tips_list {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px dashed;
    padding: 37px 11px 0;
    display: inline-block;
    width: 161px;
    height: 161px;
    border-radius: 50%;
    margin: 17px 13px 0
}

.tips_list::before {
    content: "\f21e";
    position: relative;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    display: table;
    margin: auto;
    color: #66b9a1;
    font-size: 31px
}

.tipsrow {
    align-items: center
}

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

.tips_img::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 300px;
    background: #dedede;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    bottom: -65px
}

.app-medi-footer {
    padding: 75px 0 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #ebfffa)
}

.app-medi-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1126px;
    height: 10px;
    background: linear-gradient(to left, #48ab8e, transparent, #48ab8e);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px
}

.footer_icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -36px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 5px solid #d5d5d5;
    line-height: 64px;
    border-radius: 50%;
    box-shadow: 0 0 10px;
    background: #fff
}

.footer_icon img {
    width: 50px
}

.app-medi-footer .medi-app-background_overlay {
    background-color: rgba(16, 30, 41, .75)
}

.app-medi-footer .medi-app-footer-widget-content {
    padding-bottom: 29px
}

.app-medi-footer-widget .medi-app-widget-title {
    color: #112f54;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 17px;
    text-transform: uppercase;
    border-left: 3px solid #48ab8e;
    padding-left: 11px
}

.app-medi-footer-widget h4 {
    color: #48ab8e;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 9px
}

.app-medi-footer-widget .app-medi-logo-widget {
    max-width: 100%;
    text-align: center
}

.app-medi-footer-widget .app-medi-logo-widget .medi-app-footer-logo {
    margin-bottom: 15px;
    display: inline-block;
    width: 343px;
    margin-top: 37px
}

.app-medi-footer-widget .app-medi-logo-widget p {
    color: #171717;
    padding-bottom: 22px;
    line-height: 26px
}

.app-medi-footer-widget .app-medi-logo-widget p a {
    color: #d29705
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social {
    display: inline-block;
    margin: auto;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 9px 12px
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a {
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    margin-right: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: #3e90e8;
    transition: .4s all ease-in-out
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a:nth-child(2) {
    background: #dd4ed2
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a:nth-child(3) {
    background: #4aac6d
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a:nth-child(4) {
    background: #f34051
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a:hover {
    background-color: #223645
}

.app-medi-footer-widget .app-medi-menu-widget li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.app-medi-footer-widget .app-medi-menu-widget li a {
    font-size: 15px;
    color: #141414;
    display: block;
    position: relative;
    padding-left: 20px
}

.app-medi-footer-widget .app-medi-menu-widget li a::before {
    content: "\f140";
    font-weight: 600;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 3px;
    font-size: 13px;
    color: #2d9778
}

.app-medi-footer-widget .app-medi-contact-widget {
    padding: 0
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap {
    margin-bottom: 15px;
    position: relative;
    padding-left: 36px
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text {
    padding-top: 0;
    line-height: 14px;
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text h3 {
    color: #033333;
    font-size: 22px;
    font-weight: 600
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text span {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 22px;
}

.contact-widget-wrap .cw-widget-icon {
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid;
    text-align: center;
    top: 2px;
    font-size: 14px
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn {
    margin: 0 auto;
    line-height: 60px
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn a {
    width: 100%;
    display: block
}

.app-medi-footer-copyright {
    padding: 0
}

.app-medi-copyright-text {
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 7px 0 10px;
    border-top: 1px dashed
}

.app-medi-copyright-text a {
    font-weight: 600;
    color: #48ab8e
}

.app-medi-footer-menu {
    text-align: right
}

.app-medi-footer-menu li {
    margin-left: 40px
}

.app-medi-footer-menu li a {
    color: #a6b5c0
}

.f_cnt_info {
    position: relative;
    background: #112f54;
    color: #fff;
    padding: 15px 13px;
    font-size: 17px;
    margin: 0 0 32px;
}

._ftr_add_info_row .col-md-3:nth-child(2) .f_cnt_info {
    background: #00977d;
}

.f_cnt_info span {
    display: block;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

a._appointment {
    position: absolute;
    top: 23rem;
    z-index: 9;
    right: -69px;
    background: #163a64;
    color: #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    font-size: 21px;
    cursor: pointer
}

a._appointment:hover {
    background: #48ab8e;
    color: #fff
}

.add_row {
    position: relative;
    left: 40px
}

.add_row .col-md-6 {
    padding: 0 10px
}

.add_row .col-md-6:nth-child(1) .add_image {
    margin-top: 0
}

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

.add_image {
    position: relative
}

.add_image::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 255px;
    background: #d6f1e9;
    right: -28px;
    top: -28px;
    z-index: -1
}

.add_image img {
    box-shadow: 0 8px 3px #ccc
}

.add_info_block {
    position: relative;
    text-align: center;
    background: #d1f3e9;
    color: #000;
    padding: 17px 4px;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 30px
}

.subscribeus {
    position: relative;
    text-align: center;
    background: #223645;
    padding: 30px 45px;
    z-index: 1
}

.subscribeus::before {
    content: "";
    position: absolute;
    width: 94%;
    height: 90%;
    border: 1px dashed #ccc;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 12px
}

.subscribeus h4 {
    text-transform: uppercase;
    color: #fff
}

.subscribeus p {
    margin-bottom: 17px;
    color: #eee
}

.sub_input .form-control {
    background-color: transparent;
    border-radius: 0
}

.sub_input .form-control::placeholder {
    color: #fff
}

.sub_input .btn {
    background-color: #ffc92f;
    color: #000;
    border: none;
    margin-top: 10px;
    width: 100%
}

.inner-content {
    padding: 83px 0 99px;
    min-height: 60vh
}

section.bread-cumb-section {
    padding-top: 190px;
    text-align: center;
    padding-bottom: 0;
    position: relative
}

.bread-cumb-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/serv-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    opacity: .1
}

.bread-cumb-section h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #15476e;
    margin-bottom: 6px;
    font-weight: 600
}

.inner-page .medi-app-main-header::before {
    display: none
}

.inner-page .medi-app-header-top-social {
    display: none
}

.breadcrumb {
    display: inline-block;
    padding: 10px 0 0 0;
    margin: 0;
    border-top: 4px solid #01ab8e;
    border-radius: 0;
    background: 0 0;
    overflow: hidden
}

.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease 0s
}

.breadcrumb li:hover {
    background: #063a64
}

.breadcrumb li:last-child {
    padding: 3px 15px;
    margin-right: 0;
    background: #a6ebdf;
    color: #fff
}

.breadcrumb li:last-child:after {
    content: "";
    width: 5px;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top: 10px solid #a6ebdf;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0
}

.breadcrumb li:before {
    display: none
}

.breadcrumb li a {
    display: block;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.breadcrumb li:hover a {
    color: #fff
}

@media only screen and (max-width:767px) {
    .breadcrumb li a,
    .breadcrumb li:last-child {
        padding: 3px 10px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb li {
        margin: 4px 0 0
    }
    .breadcrumb li a,
    .breadcrumb li:last-child {
        padding: 3px 5px;
        font-size: 12px
    }
    .breadcrumb li:last-child:after {
        display: none
    }
}

.serviceBox {
    text-align: center
}

.serviceBox .service-icon::before {
    right: 79px;
    top: 33px
}

.serviceBox .service-icon::after {
    left: 79px;
    top: 33px
}

.serviceBox .service-icon::after,
.serviceBox .service-icon::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid hsl(170deg 99% 34%);
    border-top: 1px solid hsl(170deg 99% 34%);
    content: " ";
    height: 14px;
    position: absolute;
    transition: all .4s ease 0s;
    width: 45px
}

.serviceBox .service-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid hsl(170deg 99% 34%);
    border-radius: 82px;
    display: inline-block;
    height: 82px;
    line-height: 92px;
    margin-bottom: 15px;
    position: relative;
    transition: all .4s ease 0s;
    width: 82px;
    text-align: center
}

.serviceBox .service-icon i {
    color: hsl(207deg 89% 21%);
    font-size: 34px;
    transition: all .4s ease 0s;
    line-height: 82px
}

.serviceBox .service-content h3 {
    color: #01ab8e;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
    margin-top: 0
}

.serviceBox .service-content p {
    color: hsl(212deg 7% 33%);
    font-size: 15.5px;
    line-height: 25px;
    margin: 0;
    padding: 0 15px
}

.serviceBox:hover .service-icon,
.serviceBox:hover .service-icon::after,
.serviceBox:hover .service-icon::before {
    border-color: #083b65
}

.serviceBox:hover .service-icon i {
    color: #01ab8e;
    transition: all .4s ease 0s
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 20px
    }
}

._cform {
    position: relative;
    padding: 23px 23px;
    max-width: 1000px;
    margin: auto;
    margin-top: 39px;
    text-align: center;
    box-shadow: 0 0 10px #ccc
}

._cform h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px
}

._cform .form-control {
    background-color: #f5f5f5;
    height: 50px
}

._cform textarea.form-control {
    height: 120px
}

.c_map iframe {
    width: 100%;
    height: 357px;
    margin-top: 40px;
    border: 4px solid #45a68c;
    position: relative
}

.testi-timeline {
    font-family: Roboto, sans-serif;
    overflow: hidden;
    position: relative
}

.testi-timeline:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #505050;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.testi-timeline .timeline {
    width: 50%;
    padding: 0 20px 0 50px;
    margin-left: 5px;
    float: right;
    position: relative
}

.testi-timeline .timeline:after,
.testi-timeline .timeline:before {
    content: '';
    display: block;
    position: absolute
}

.testi-timeline .timeline:before {
    background-color: #09ad91;
    height: 25px;
    width: 25px;
    border: 2px solid #fff;
    box-shadow: 0 0 1px 2px grey;
    border-radius: 50%;
    transform: translateY(-50%);
    left: -13px;
    top: 50%
}

.testi-timeline .timeline:after {
    background-color: #d9e9f6;
    height: 100%;
    width: 22px;
    border: 3px solid #01ab8e;
    border-radius: 0 5px 5px 0;
    right: 0;
    top: 0
}

.testi-timeline .timeline-content {
    color: #363636;
    min-height: 147px;
    padding: 15px 25px 15px 160px;
    border-radius: 80px 0 0 70px;
    display: block;
    position: relative
}

.testi-timeline .timeline-content:hover {
    text-decoration: none
}

.testi-timeline .timeline-content:before {
    content: '';
    transform: translateY(-50%);
    border: 11px solid transparent;
    border-right: 20px solid #01ab8e;
    position: absolute;
    left: -40px;
    top: 50%
}

.testi-timeline .timeline-year {
    color: #105b99;
    background-color: #01ab8e;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 125px;
    height: 145px;
    width: 145px;
    padding: 8px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #505050;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 49%;
    left: -1px
}

.testi-timeline .timeline-year span {
    background-color: #ebf5f2;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #105b99;
    border-radius: 50%;
    display: block
}

.testi-timeline .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: end;
    color: #163a64
}

.testi-timeline .title i.fa {
    font-size: 30px
}

.testi-timeline .description {
    font-size: 16px;
    margin: 0;
    text-align: end
}

.testi-timeline .timeline:nth-child(even) .title {
    text-align: start
}

.testi-timeline .timeline:nth-child(even) .description {
    text-align: start
}

.testi-timeline .timeline:nth-child(even) {
    padding: 0 50px 0 20px;
    margin: 0 5px 0 0;
    float: left
}

.testi-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -13px
}

.testi-timeline .timeline:nth-child(even):after {
    border-radius: 5px 0 0 5px;
    right: auto;
    left: 0
}

.testi-timeline .timeline:nth-child(even) .timeline-content {
    border-radius: 0 80px 70px 0;
    padding: 15px 160px 15px 25px
}

.testi-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: -40px;
    border: 11px solid transparent;
    border-left: 20px solid #01ab8e
}

.testi-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 0
}

.testi-timeline .timeline:nth-child(even) .timeline-year i {
    transform: rotate(180deg)
}

@media only screen and (max-width:990px) {
    .testi-timeline .title {
        font-size: 20px
    }
    .testi-timeline .title i.fa {
        font-size: 25px;
        margin-top: 5px
    }
    .testi-timeline .timeline-year {
        font-size: 35px;
        width: 120px;
        height: 120px
    }
    .testi-timeline .timeline-year span {
        line-height: 100px
    }
    .testi-timeline .timeline-content {
        padding: 25px 20px 25px 130px
    }
    .testi-timeline .timeline:nth-child(even) .timeline-content {
        padding: 25px 130px 25px 20px
    }
}

@media only screen and (max-width:767px) {
    .testi-timeline:before {
        left: 13px
    }
    .testi-timeline .timeline,
    .testi-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 20px 0 60px;
        margin: 0 0 30px 0;
        float: right
    }
    .testi-timeline .timeline:before,
    .testi-timeline .timeline:nth-child(even):before {
        left: 0
    }
    .testi-timeline .timeline:nth-child(even):after {
        border-radius: 0 5px 5px 0;
        right: 0;
        left: auto
    }
    .testi-timeline .timeline-content,
    .testi-timeline .timeline:nth-child(even) .timeline-content {
        padding: 80px 25px 25px 25px;
        border-radius: 15px 0 0 15px
    }
    .testi-timeline .timeline-year,
    .testi-timeline .timeline:nth-child(even) .timeline-year {
        height: 70px;
        width: 150px;
        border-radius: 20px;
        transform: translateY(0);
        top: 0;
        left: 0;
        right: auto
    }
    .testi-timeline .timeline-year span {
        line-height: 50px;
        border-radius: 20px
    }
    .testi-timeline .timeline:nth-child(even) .timeline-content:before {
        border: 11px solid transparent;
        border-right: 20px solid #f5a84a;
        left: -40px;
        right: auto
    }
}

@media only screen and (max-width:479px) {
    .testi-timeline .title {
        font-size: 16px
    }
    .testi-timeline .timeline-content {
        padding: 80px 28px 25px 0
    }
    .testi-timeline .description {
        text-align: justify
    }
    .testi-timeline .timeline:nth-child(even) .timeline-content {
        padding: 80px 20px 25px 25px
    }
}

.ol_styles {
    padding-left: 20px
}

.ol_styles li {
    color: #000;
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 24px;
    padding-bottom: 15px
}

.ol_styles li::before {
    position: absolute;
    content: "";
    background-image: url(../img/brain2.png);
    width: 30px;
    height: 30px;
    left: 0;
    background-size: 22px;
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: 4px
}

.inner-service-page h2 {
    font-size: 25px;
    color: #01ab8e;
    font-weight: 600
}

.inner-service-page h3 {
    font-size: 21px;
    color: #063a64;
    font-weight: 600
}

.inner-service-page strong {
    font-size: 17px;
    font-weight: 800;
    color: #2e2e2e
}

.inner-service-page a {
    color: #01ab8e
}

.about-page h2 {
    color: #063a64;
    border: 2px solid #46a78d;
    display: inline-block;
    padding: 7px;
    border-radius: 25px;
    background-color: #e7f1ee;
    box-shadow: 0 1px 3px 1px #555
}

.list {
    column-count: 2;
    margin-top: 15px
}

.list2 {
    column-count: 3
}

.medi-app-about-img-wrap::before {
    right: 18px
}

.medi-app-about-img-wrap:hover::before {
    top: 90px
}

.medi-app-about-img-wrap:hover::after {
    bottom: 90px
}

.about-page .medi-app-about-img-wrap::before {
    right: 0
}

.about-page .medi-app-about-img-wrap:hover::before {
    bottom: 100px
}

.bloglist_ a.b_link {
    display: inline-block;
    background: #01ab8e;
    color: #fff;
    padding: 4px 11px;
    border-radius: 6px;
}

._blog_nav {
    position: relative;
    box-shadow: 0 0 10px #ccc;
    padding: 17px 18px;
    margin: 0 0 19px;
    border-top: 4px solid #1d1d1d;
    background: linear-gradient(to right, #01ab8e, #002040);
}

._blog_nav h4 {
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #fff;
}

._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: #fcfcfc;
    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;
}

.contact_info_add_list {
    position: relative;
    text-align: center;
    border: 3px solid #ccc;
    padding: 11px 10px 0px;
    margin-bottom: 20px;
}

.contact_info_add_list h3 {
    text-transform: uppercase;
    color: #003a68;
    font-size: 21px;
    font-weight: 600;
}

.address_info_ {
    font-size: 15px;
    margin: 0 0 7px;
}

.address_map iframe {
    border: 0px;
    width: 100%;
    height: 200px;
}

.c_cl_ml_info {
    background: #112f54;
    margin-bottom: 10px;
    color: #fff;
    padding: 19px 29px;
    text-align: center;
}

.c_cl_ml_info h3 {
    text-transform: uppercase;
}

.c_cl_ml_info span {
    display: block;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

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

.c_cl_ml_info:nth-child(2) {
    background: #00977d;
}

.webnavigation {
    position: absolute;
    right: -305px;
    z-index: 99;
    top: 9rem;
    background: #fff;
    box-shadow: 0px 0px 10px #8c8c8c;
    border-radius: 51px 0px 0px 50px;
    transition: all ease-in-out .8s;
}

@-webkit-keyframes blinkanimation {
    0%,
    49% {
        background: #163a64;
    }
    50%,
    100% {
        background: #00977d;
    }
}

.webnavigation:hover {
    right: 0px;
}

.webnavigation span {
    position: absolute;
    left: 9px;
    top: 6px;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    animation: blinkanimation 1s infinite;
    box-shadow: 0px 0px 10px #313131;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

.webnavigation a {
    padding: 12px 20px 7px 151px;
    display: block;
}

.webnavigation p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #009368;
}

.webnavigation h5 {
    text-transform: uppercase;
    color: #00316a;
    font-weight: 700;
}

.bloglist_ {
    text-align: center;
    padding: 10px;
    border: 5px solid #bad3e7;
    background: #fff;
    margin-bottom: 30px;
}

.bloglist_ h2 {
    font-size: 24px;
    color: #063a64;
    margin: 10px 0 9px;
}


.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
}

.auto-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
        
}
li,
ul {
    list-style: none;
    padding: 0
}

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

.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;
    text-transform: uppercase;
}

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

.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
}

.rsk_fac_section {
    position:relative;
}

.rsk_fac_section {
    position:relative;
}


.testimonial-block .name,
.timings_head,
.why_desc h3 {
    text-transform: uppercase
}

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

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

._inner_doc_info,
.activity-block,
.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,
.clients-section .slide-item,
.contact-info,
.contact-map-section,
.contact-section .contact-form,
.contact-section .contact-info,
.docrows,
.event-block .event-info,
.event-day .event-popup .event-info,
.event-single .image-column .image-box,
.events-container,
.gallery-item,
.gallery-item .image-box .image,
.gallery-section,
.header-style-two,
.inner_doc_profiles,
.inner_services_text,
.list-style-one,
.list-style-two,
.main-footer .contact-info,
.main-footer .contact-widget,
.main-footer .links-widget,
.main-footer .list,
.main-header .header-top,
.main-header .header-top .login-info,
.main-header .header-upper,
.main-timeline,
.map-outer,
.map-section,
.news-block .btn-box,
.news-block .image-box,
.news-block .inner-box,
.news-detail,
.news-detail .post-share-options .tags,
.news-detail .upper-box,
.news-detail .upper-box .image-box,
.newsletter-section .title-column,
.posts-widget,
.program-block .image-box,
.program-single .content-box,
.program-single .image-column,
.program-single .program-info,
.program-single .program-info .info-list,
.rsk_fac_section,
.rsk_list,
.ser_inner_nav,
.ser_inner_nav ul,
.services-row,
.services_info,
.sidebar .popular-tags,
.social-icon-one,
.social-icon-two,
.splrow,
.subscribe-form,
.tabs-box,
.team-block .info-box .text,
.testimonial-block .info-box,
.theme-btn i,
.tips-row-section,
.treatments_section,
.video-box {
    position: relative;
}

.app-medi {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 500;
    line-height: 1.625;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

  
.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-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-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;
}



.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: "";
    
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

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


.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
}

/* Call & Whatsapp css start */

@media only screen and (max-width: 767px) {
    .d-lg-none {
        display: inline-flex !important;
    }
}

@media only screen and (max-width: 767px) {
    .foot-block {
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 16px;
        letter-spacing: .06em;
        z-index: 99999999;
    }
}

@media only screen and (max-width: 767px) {
    .foot-block a {
        width: 50%;
        text-align: center;
        padding: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-theme-blue {
        background: #f06a45 !important;
        color: #fff;
        border-radius: 0 !important;
    }
}

.paoc-popup-btn {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    background: #e91e63;
    color: #fff;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .btn-theme-green {
        background: #169b4d;
        color: #fff !important;
        border-radius: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .copyright {
        margin-bottom: 50px;
    }
}

/* Call & Whatsapp css end */



.activities-carousel .owl-nav,
.bread-crumb .bread-links li:last-child:before,
.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav,
.dropdown-toggle::after,
.events-section.events-page .sec-title h2:before,
.gallery-section .owl-nav,
.header-style-two .header-upper .logo-outer:before,
.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
}

.event-block h5 a:hover,
.main-header .header-top .login-info li a:hover,
.news-block .post-info li a:hover,
.news-detail .lower-content .post-info li a:hover,
.offer-block h5 a:hover,
.program-block .inner-box:hover h4 a,
.team-block .info-box .name a:hover {
    color: #25bdd8
}

.event-block h5 a,
.news-block h3 a,
.offer-block h5 a,
.program-block h4 a,
.team-block .info-box .name a {
    color: #1e2c67;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.program-block .inner-box:hover .btn-box a,
.team-block .inner-box:hover .info-box .social-links {
    background-color: #1e2c67
}

.team-block .info-box .social-links,
.team-block .social-links li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.team-block .info-box {
    position: relative;
    padding-left: 250px
}

.team-block .info-box .inner {
    position: relative;
    padding: 50px 60px
}

.team-block .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1e2c67;
    font-weight: 600;
    margin-bottom: 5px
}

.team-block .info-box .designation {
    display: block;
    font-size: 16px;
    color: #696478;
    margin-bottom: 30px
}

.team-block .info-box .social-links {
    position: relative;
    display: block;
    text-align: center;
    background-color: #25bdd8;
    padding: 10px 0;
    transition: .3s
}

