@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap);

.logo, .nav-menu, .top-search, body {
    font-family: Cairo,sans-serif
}

    .about-sec-img, .blog-image, .flat-show-search, .p-relative, .show-search, .show-search a, .testimonial .testimonial-user-wrapper, .top-search #searchform-all, ul li {
        position: relative
    }

*, ul {
    margin: 0;
    padding: 0
}

html {
    min-height: 100%
}

.filter-button button.active::before, .testimonial-img img, body, html {
    width: 100%
}

.form-control {
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 0
}

.accordion .card-body, p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
    font-weight: 400
}

label, ul li {
    font-size: 14px
}

.about-title:last-child, .contact-content p, .contact-image-text p, .mean-nav ul li.mean-last, .team-info p, .why__content p, ul li {
    margin-bottom: 0
}

.logo {
    font-size: 24px;
    font-weight: 800
}

    .logo a {
        color: #303030
    }

ul li {
    line-height: 36px;
    color: #777;
    display: block;
    padding: 0
}

a:hover {
    color: #5670b1;
    text-decoration: none
}

.text-primary {
    color: #5670b1 !important
}

.pb-100 {
    padding-bottom: 100px
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -.05em
}

.flex-header, .logo {
    display: -ms-flexbox;
    -ms-flex-align: center
}

.lnr-home {
    color: #0f52ba;
    font-size: 40px
}

.blog, .section {
    padding: 100px 0
}

.section-heading {
    padding: 0 0 50px
}

.btn-outline-primary {
    border-color: #303030;
    font-size: 14px;
    color: #303030 !important
}

    .btn-outline-primary:hover {
        background-color: #fff;
        border-color: #fff;
        color: #5670b1
    }

.btn-primary {
    color: #fff;
    background-color: #5670b1;
    border-color: #5670b1;
    font-size: 14px;
    padding: 10px 30px
}

.btn-secondary, .btn-service {
    background-color: transparent;
    font-size: 14px
}

.btn-primary:hover {
    color: #fff;
    background-color: #426bb3;
    border-color: #426bb3
}

.btn-service {
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff
}

    .btn-service:active, .btn-service:focus, .btn-service:hover {
        background-color: #5670b1 !important;
        border-color: #fff !important;
        box-shadow: 0 0 0 0 rgb(38 143 255 / 50%) !important
    }

.btn-secondary {
    font-weight: 500;
    color: #5670b1;
    border: 2px solid #5670b1
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5670b1;
        border: 2px solid #5670b1
    }

.service-heading h2 {
    font-size: 36px;
    font-weight: 700
}

.service-heading h6 {
    color: #545454;
    line-height: 30px;
    font-size: 16px
}

.header-top-start {
    background-color: #5670b1;
    padding: 10px 0
}

    .header-top-start p {
        margin: 0;
        color: #fff
    }

.logo {
    width: 215px;
    display: flex;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-header {
    display: flex;
    align-items: center
}

.content-menu {
    width: calc(100% - 215px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.show-search {
    margin-right: 11px
}

    .show-search a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        background-color: #f9eedf;
        display: block;
        text-align: center
    }

        .show-search a i {
            font-size: 14px;
            color: #291d0d;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

#main-menu .menu > li > .sub-menu, .top-search {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.top-search {
    left: 0;
    top: 100px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

    .top-search #searchform-all #s {
        margin-bottom: 0;
        font-size: 14px;
        color: rgba(21,65,110,.65);
        background-color: #fff
    }

    .top-search #searchform-all .search-submit {
        top: 12px;
        left: 15px;
        color: #5670b1;
        padding: 0;
        background-color: unset;
        position: absolute
    }

    .top-search.show {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        top: 90px
    }

.header, .header.fixed-header {
    z-index: 9999;
    background-color: #fff
}

.show {
    display: block !important
}

.show-search.active .fa-search::before {
    content: '\f00d'
}

.navbar-brand {
    width: 100px
}

.main-menu .navbar, .nav-link {
    padding: 0
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    outline: 0
}

.mean-container .mean-nav ul li div, .mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255,255,255,.25);
    text-shadow: none !important;
    font-weight: 400;
    text-transform: capitalize;
    visibility: visible
}

.dropdown-item, .navbar-light .navbar-nav .nav-link {
    color: #868686;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.about-sub-title, .exp .exp-caption, .link-btn {
    text-transform: uppercase
}

#main-menu .menu > li > a:hover, .about-title h4 em, .gallery-controls-item.active, .gallery-controls-item:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5670b1
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5670b1
}

.navbar-expand-lg {
    justify-content: space-between !important
}

.main-menu {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px
}

#main-menu .menu > li {
    display: inline-block;
    position: relative
}

    #main-menu .menu > li > a {
        line-height: 80px;
        display: inline-block;
        padding: 0 20px;
        color: #868686;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500
    }

    #main-menu .menu > li > .sub-menu {
        opacity: 0;
        z-index: 9999;
        width: 220px;
        background-color: #291d0d;
        top: 150%;
        right: 0;
        visibility: hidden;
        transition: .3s ease-in-out
    }

    #main-menu .menu > li:last-child .sub-menu {
        right: auto;
        left: 0
    }

    #main-menu .menu > li:hover > .sub-menu {
        opacity: 1;
        z-index: 1;
        top: 100%;
        visibility: visible;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        box-shadow: 0 0 15px rgba(0,0,0,.08)
    }

    #main-menu .menu > li > .sub-menu > li > a {
        display: block;
        color: #848484;
        padding: 0 15px 0 0;
        line-height: 45px;
        border-bottom: 1px solid #efefef;
        background-color: #fff;
        font-size: 14px;
        box-shadow: 0 13px 40px 0 rgba(237,246,249,.6);
        font-weight: 400
    }

        #main-menu .menu > li > .sub-menu > li > a:hover {
            background-color: #5670b1;
            color: #fff
        }

    #main-menu .menu > li > .sub-menu > li:last-child > a {
        border-bottom: none
    }

.header.fixed-header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.fixed-header #main-menu .menu > li > a {
    line-height: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header {
    position: sticky;
    top: -1px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.btn-menu, .mean-container .mean-nav ul li a.mean-expand:hover {
    background: 0 0
}

.btn-menu {
    display: none;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 42px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: .238s;
    -moz-transition: .238s;
    transition: .238s
}

.about-title, .photogallery-item {
    margin-bottom: 30px
}

.btn-menu span, .btn-menu:after, .btn-menu:before {
    background-color: #5670b1;
    -webkit-transition: .238s;
    -moz-transition: .238s;
    transition: .238s
}

.btn-menu:after, .btn-menu:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%
}

.btn-menu:before {
    -webkit-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0)
}

.btn-menu:after {
    -webkit-transform: translate3d(0,7px,0);
    transform: translate3d(0,7px,0)
}

.btn-menu.active span {
    opacity: 0
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

.btn-submenu {
    width: 50px;
    height: 50px;
    left: 15px;
    top: 0;
    position: absolute;
    font: 20px/50px FontAwesome;
    text-align: center;
    cursor: pointer
}

.header-three, .header-two {
    background-color: transparent;
    right: 0;
    left: 0
}

.btn-submenu:before {
    content: "\f107";
    color: #fff
}

.btn-submenu.active:before {
    content: "\f106"
}

.photogallery-item {
    position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block
}

    .photogallery-item .gallery-icon {
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translateX(50%) translateY(-280%);
        transform: translateX(50%) translateY(-280%);
        z-index: 2;
        -webkit-transition: .3s linear;
        transition: .3s linear;
        opacity: 0;
        color: #fff;
        font-size: 30px
    }

    .photogallery-item:hover .gallery-icon, .photogallery-item:hover .h-line, .photogallery-item:hover .v-line {
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        opacity: 1
    }

    .photogallery-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }

.gallery-item, [aria-expanded=false] > .expanded, [aria-expanded=true] > .collapsed {
    display: none
}

    .gallery-item.show {
        display: block;
        -webkit-animation: .5s ease-in faqsCardsItemShow;
        animation: .5s ease-in faqsCardsItemShow
    }

.photogallery-item::after {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    content: "";
    width: 0;
    height: 0;
    background-color: rgba(86,112,177,.8);
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    z-index: 1
}

.photogallery-item:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1
}

.gallery-controls-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.searchBox, .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox
}

.gallery-controls-item {
    font-size: 18px;
    color: #333;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-left: 30px;
    cursor: pointer
}

.mean-container .mean-bar {
    background: #fff
}

.mean-container a.meanmenu-reveal span {
    background: #5670b1
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    right: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.mean-container .mean-nav ul li div {
    background: 100% 0 #fff;
    color: #1e1e1e;
    display: block;
    float: right;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    text-decoration: none;
    width: 90%
}

.mean-container a.meanmenu-reveal:hover {
    color: #1fc157
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mean-container a.meanmenu-reveal {
    color: #444
}

.mean-container .mean-nav ul li li a {
    padding: 10px 20px;
    width: 100%;
    color: #868686;
    font-size: 13px
}

.mean-container .mean-nav {
    background: #ececec
}

    .mean-container .mean-nav ul li a {
        background: 100% 0 #fff;
        float: right;
        font-size: 14px;
        margin: 0;
        padding: 10px 20px;
        text-align: right;
        text-decoration: none;
        text-transform: inherit;
        width: 100%;
        font-weight: 500;
        color: #868686;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center
    }

        .mean-container .mean-nav ul li a.mean-expand {
            color: #5670b1;
            line-height: 17px
        }

    .mean-container .mean-nav ul li {
        width: 99.7%
    }

.header-two .flex-header {
    background-color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 5px
}

.header-two {
    position: absolute;
    box-shadow: none
}

.header-three {
    position: absolute;
    border-bottom: 1px solid #fff
}

    .header-three #main-menu .menu > li > a, .header-three .logo a {
        color: #fff
    }

.slider {
    background-image: url('../images/slider/slider-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slider-card {
    text-align: right;
    padding: 20px;
    border: none
}

.swiper-container, .w-img img {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.our-services-slider .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet, .testimonial-slider .swiper-pagination-bullet {
    background: #b9b4b4;
    opacity: 1
}

.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important
}

.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    left: 10px;
    right: auto;
    text-align: center;
    color: #fff;
    font-size: 40px
}

.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: none;
    right: 10px;
    left: auto;
    text-align: center;
    color: #fff;
    font-size: 40px
}

.our-services-slider .swiper-pagination-bullet-active, .testimonial-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3158a7 !important
}

.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    left: 10px;
    right: auto;
    text-align: center;
    color: #3158a7;
    font-size: 40px
}

.testimonial-slider .swiper-button-prev, .testimonial-slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    right: 10px;
    left: auto;
    text-align: center;
    color: #3158a7;
    font-size: 40px
}

.slider-text {
    padding: 200px 0
}

    .slider-text h2 {
        font-size: 70px;
        font-weight: 700;
        color: #fff
    }

    .slider-text h6 {
        font-size: 20px;
        color: #fff;
        font-weight: 400
    }

.why-item {
    background: #fff;
    padding: 40px 20px;
    text-align: center
}

.why__icon i::before {
    font-size: 60px;
    color: #3158a7
}

.why__icon-2 i::before {
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,.1);
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 50px;
    color: #3158a7;
    margin-left: 20px
}

.why__content h3 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #35a692
}

.why__text-2 {
    padding-right: 20px
}

.why__icon-2 .icon {
    font-size: 30px;
    text-align: center;
    padding: 20px
}

.why__text-2 h3 {
    color: #303030;
    margin-bottom: 10px
}

.pl-60 {
    padding-right: 60px
}

.why-img {
    height: 200px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px
}

    .why-img img {
        object-fit: cover;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px
    }

.transition-3, img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.scale:hover .thumb img, .thumb-2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.why__icon-2 {
    height: 90px;
    width: 100px;
    background-color: #f0f8ff;
    padding: 10px;
    border-radius: 70px;
    line-height: 75px
}

.why__wrapper h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0
}

.about-section {
    background-color: #fdfdfd;
    padding-bottom: 0
}

.about-sub-title, .about-title h4, .accordion .card, .patient-guide-container .team-info p {
    margin-bottom: 10px
}

.about-sec-content h2 {
    margin: 10px 0 20px;
    font-size: 35px;
    font-weight: 800;
    line-height: 50px
}

.about-sub-title {
    font-size: 15px;
    font-weight: 500;
    padding-right: 60px;
    position: relative
}

.exp .exp-caption {
    color: #303030;
    margin: 45px 15px 0 0
}

.exp .exp-number {
    font-size: 80px;
    font-weight: 900;
    color: #5670b1
}

.about-sub-title:after {
    content: '';
    right: 0;
    background: #5670b1;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 50%
}

.about-sec-content h6 {
    font-size: 16px;
    line-height: 30px;
    color: #848484
}

.about-sec-img h6 {
    background-color: #5670b1;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    border-radius: 0
}

.about-two-appoinment {
    position: absolute;
    top: -68px;
    z-index: 99999
}

.about-two-section {
    padding: 50px 50px 50px 0
}

.why-choose-us .s-card {
    background: #fff;
    text-align: center;
    padding: 50px 25px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .why-choose-us .s-card .icon {
        color: #5670b1;
        font-size: 40px;
        margin-bottom: 30px
    }

    .why-choose-us .s-card h6 {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 10px
    }

.s-card:hover {
    background: #5670b1 !important;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

    .s-card:hover .icon, .s-card:hover h6, .s-card:hover p {
        color: #fff !important
    }

.our-services-slider {
    padding-bottom: 50px
}

.service-section {
    background-color: #f7f7f7
}

.services-item-2:hover, .services-item:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.1)
}

.services__content {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0;
    position: relative;
    text-align: right
}

    .services__content h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px
    }

        .blog-content h3 a:hover, .comment-meta a, .footer-section .footer-bottom a:hover, .footer-section .footer-bottom ul li a:hover, .footer-section .footer-top .footer-top-left .single-link ul li a.active, .footer-section .footer-top .footer-top-left .single-link ul li a:hover, .form-content-box .footer span a, .services__content h3 a, .single-team .team-social-icon a:hover i, .team-info span, h2 a {
            color: #5670b1
        }

            .link-btn:hover, .link-btn:hover::before, .patient-guide-container .team-info a:hover, .services__content h3 a:hover, .services__history--content h3 {
                color: #3158a7
            }

.services__content-2 {
    padding-top: 60px
}

    .services__content-2 .icons {
        position: absolute;
        right: 30px;
        top: -30px;
        width: 60px;
        height: 60px;
        line-height: 55px;
        border: 2px solid #fff;
        text-align: center;
        background: #3158a7;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: 0 3px 20px rgba(5,5,5,.1)
    }

.services__history--year h2, .services__inner--icon i {
    background: #3158a7;
    border-radius: 50%;
    text-align: center
}

.services__content-2 .icons i::before {
    font-size: 28px
}

.services__content-2 .icons:hover {
    background: #fff;
    color: #3158a7;
    border-color: #3158a7
}

.link-btn {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding-left: 25px;
    color: #1f6357;
    display: inline-block
}

    .link-btn::before {
        position: absolute;
        content: '\f30b';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 16px;
        color: #35a692;
        left: 0;
        top: 0;
        transition: .3s ease-in-out
    }

    .link-btn:hover:hover::before {
        animation: .3s ease-in-out sideMove
    }

@keyframes sideMove {
    0%,100% {
        left: 0
    }

    50% {
        left: 12px
    }
}

.services__history--year h2 {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    color: #fff;
    margin-bottom: 30px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.services__history--content h3:hover {
    color: #35a692
}

.services__history--content p {
    color: #848b8a;
    font-size: 16px
}

.services__history-item {
    background: #fff;
    padding: 40px;
    box-shadow: 0 8px 10px rgba(0,0,0,.1);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

    .services__history-item:hover .services__history--year h2 {
        background: #35a692
    }

.case__details--list, .services__appointment, .services__details--list {
    padding: 35px
}

.case__details--video--img, .services__des--video--img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px
}

    .services__des--video--img::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #056c5fcc
    }

.services__inner--content p {
    text-transform: capitalize;
    margin-bottom: 0
}

.services__inner--icon i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px
}

.services__des--wrapper h3 {
    margin-bottom: 20px;
    color: #15625c
}

.scale {
    width: 100%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.fix {
    overflow: hidden
}

.service-two .services__content h3 a {
    color: #4d4e4e
}

.service-two-icon {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border: 2px solid #fff;
    text-align: center;
    background: #5670b1;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 3px 20px rgba(5,5,5,.1)
}

    .service-two-icon img {
        width: 40px
    }

.single-search {
    display: inline-flex
}

    .news-list li, .share-social-links li, .single-search .team-img, .single-search .team-info, .social-links li, .widget-data, .widget-data .date, .widget-image {
        display: inline-block
    }

    .single-search .team-img {
        width: 300px;
        margin-left: 20px
    }

        .single-search .team-img img, .testimonial-style-1 {
            border-radius: 5px;
            width: 100%
        }

.widget-image {
    width: 100px;
    margin-left: 10px
}

.widget-data {
    width: calc(100% - 110px)
}

    .widget-data a {
        color: #5670b1;
        font-size: 16px
    }

        .widget-data a:hover {
            color: #212529
        }

    .widget-data p {
        line-height: 1.4;
        margin-bottom: 10px
    }

    .widget-data .date {
        margin-bottom: 5px
    }

    .widget-data .service-btn a {
        font-size: 12px;
        margin-bottom: 5px;
        display: inline-block
    }

.single-team .team-img img {
    border-radius: 5px
}

.single-team .team-social-icon {
    position: absolute;
    bottom: 35%;
    left: 10%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

    .single-team .team-social-icon a {
        display: block;
        background-color: #5670b1;
        color: #fff;
        -webkit-box-shadow: 0 0 18px rgba(48,63,100,.13);
        box-shadow: 0 0 18px rgba(48,63,100,.13);
        text-align: center;
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
        border-radius: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .single-team .team-social-icon i {
        line-height: 35px
    }

.team-info h4 {
    font-size: 20px
}

.partners img:hover, .single-team:hover .team-social-icon {
    opacity: 1
}

.single-team .team-social-icon a:hover {
    background-color: #fff
}

.single-team .team-info {
    margin-top: 15px
}

.case-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 2
}

.case__content-2::before, .case__thumb-2::before {
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: ''
}

.case__thumb img {
    width: 100%;
    transition: .3s
}

.case-item:hover .case__thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.case__content {
    right: 20px;
    bottom: -20px;
    padding: 20px;
    background: 0 0;
    color: #fff;
    text-align: right;
    z-index: 2;
    text-transform: capitalize;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

    .case__content h3 {
        font-size: 30px;
        margin-bottom: 5px;
        text-align: right;
        text-transform: uppercase
    }

    .case__content p {
        font-size: 16px;
        color: #fff
    }

.p-absolute {
    position: absolute
}

.case-item.slick-center .case__content {
    top: 20px;
    visibility: visible;
    opacity: 1
}

.case__content h3 + a {
    background: #35a692;
    width: 80px;
    height: 72px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px
}

.case__content-2 {
    padding: 33px;
    z-index: 1;
    background-color: #fff
}

    .case__content-2 h3 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
        color: #303030
    }

    .case__content-2 a {
        color: #303030
    }

.case-item-2:hover .case__content-2 .link-btn::after, .case-item-2:hover .case__content-2 a, .case-item-2:hover .case__content-2 h3, .case-item-2:hover .case__content-2 p, .case-item-2:hover .link-btn::after, .case-item-2:hover .link-btn::before {
    color: #fff
}

.case__thumb-2 {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    margin-bottom: 0
}

    .case__thumb-2::before {
        width: 100%;
        background: #00000040;
        visibility: hidden;
        opacity: 0
    }

.case-item-2:hover .case__thumb-2::before {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.blow-background .btn-outline-primary, .case-item-2:hover .btn-outline-primary {
    border-color: #fff;
    color: #fff !important
}

    .case-item-2:hover .btn-outline-primary:hover {
        border-color: #fff;
        color: #5670b1 !important
    }

.case__content-2::before {
    width: 0;
    background: #5670b1
}

.case-item-2:hover .case__content-2::before {
    width: 100%;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.case-item-2:hover .link-btn:hover::after, .case-item-2:hover .link-btn:hover::before {
    animation: .3s ease-in-out sideMove
}

.filter-button button {
    padding: 12px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: 0 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

    .filter-button button::before {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 0;
        height: 4px;
        left: 0;
        margin: auto;
        background: #3158a7
    }

.case__inner-icon i::before {
    font-size: 34px;
    background: #3158a7;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px
}

.appoinment-title, .patient-guide-container .team-info a {
    font-size: 20px;
    color: #5670b1
}

.case__inner-content h3 {
    font-size: 20px;
    color: #00000099
}

.case__inner-item {
    border: 1px solid #0000001a;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

    .case__inner-item:hover {
        background: #3158a7;
        border: 1px solid #3158a7
    }

        .case__inner-item:hover i::before {
            background: #fff;
            color: #3158a7
        }

        .case__inner-item:hover h3, .our-services .service-wrap.active .readmore, .our-services .service-wrap.active .readmore i::before, .our-services .service-wrap:hover .readmore, .our-services .service-wrap:hover .readmore i::before, .service-item .item-desc .item-title a, .service-item .item-desc .overlay-content .icon a {
            color: #fff
        }

.case__details--video--img::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #056c5fcc
}

.case__details--item h3 {
    margin-bottom: 20px;
    color: #15625c
}

.case__details--item p, .case__head p {
    font-size: 16px;
    color: #00000099
}

.service-section {
    background-size: cover;
    position: relative
}

.patient-guide-container .team-info a.readmore {
    color: #5670b1;
    font-size: 14px
}

.service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .service-item:after {
        background: #0575e6;
        opacity: .3;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        border-radius: 4px;
        transition: transform 450ms ease-in-out,opacity 450ms ease-in-out
    }

    .service-item img {
        transform: scale(1);
        transition: .4s;
        border-radius: 6px
    }

    .service-item .item-desc .overlay-content .icon i:before, .service-item .item-icon i:before {
        font-size: 40px;
        line-height: 40px
    }

    .service-item .item-desc {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        color: #fff
    }

        .service-item .item-desc .desc-wrap {
            position: absolute;
            right: 50%;
            transform: translateX(50%);
            bottom: 0;
            padding: 30px 40px;
            width: 100%;
            height: auto;
            z-index: 9;
            overflow: hidden;
            justify-content: space-between
        }

        .service-item .item-desc .overlay-content {
            position: absolute;
            right: 50%;
            top: 55%;
            transform: translate(50%,-50%);
            padding: 20px 40px;
            width: 100%;
            height: auto;
            z-index: 9;
            overflow: hidden;
            transition: .5s ease-in-out;
            opacity: 0;
            visibility: hidden
        }

            .service-item .item-desc .item-title a:hover, .service-item .item-desc .overlay-content .icon a:hover {
                color: #bbb
            }

        .service-item .item-desc .icon {
            margin-top: 16px
        }

        .service-item .item-desc p {
            margin-bottom: 22px
        }

        .service-item .item-desc .service-title {
            font-weight: 600;
            color: #fff;
            font-size: 30px;
            margin-top: 0;
            margin-bottom: 0;
            transition: .4s
        }

        .service-item .item-desc .item-title {
            color: #fff;
            font-weight: 600;
            font-size: 30px;
            margin-top: 0;
            margin-bottom: 8px;
            transition: .4s
        }

    .service-item:hover:after {
        background: linear-gradient(-48deg,#021a74,#0575e6);
        opacity: 1
    }

    .service-item:hover .item-desc .desc-wrap {
        opacity: 0;
        visibility: hidden
    }

    .service-item:hover .item-desc .overlay-content {
        top: 50%;
        opacity: 1;
        visibility: visible
    }

.our-services .section-title {
    width: 43%
}

.our-services .title-desc {
    width: 57%
}

.our-services .title-wrap {
    margin-bottom: 43px
}

.our-services .service-wrap {
    padding: 46px 40px;
    border: none;
    position: relative;
    transition: 1s;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.08)
}

    .our-services .service-wrap:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: 0 0/cover #fff;
        transition: 1s;
        opacity: 1
    }

@media only screen and (max-width:1660px) {
    .our-services .service-wrap {
        padding: 35px 30px
    }
}

.our-services .service-wrap:after {
    background: linear-gradient(-90deg,#5670b1 0,#4c8cce 95%);
    opacity: 1;
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    transform: translate(50%,-50%);
    right: 50%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    z-index: 1;
    border-radius: 10px
}

.our-services .service-wrap .service-desc {
    position: relative;
    z-index: 5
}

.our-services .service-wrap p {
    transition: .1s
}

.our-services .service-wrap .service-icon {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px
}

    .our-services .service-wrap .service-icon i {
        height: 50px;
        display: block
    }

.our-services .service-icon img {
    width: 50px
}

.appointment__counter--inner::after, .tree li::before {
    width: 1px;
    height: 100%
}

.our-services .service-wrap .service-icon i:before {
    font-size: 50px;
    color: #021a74
}

.our-services .service-wrap .service-title {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .9s;
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 0;
    color: #333
}

@media only screen and (max-width:1440px) {
    .our-services .section-title {
        width: 50%
    }

    .our-services .title-desc {
        width: 50%;
        padding-right: 20px
    }

    .our-services .service-wrap .service-title {
        font-size: 28px
    }
}

.our-services .service-wrap.active:before {
    opacity: 1;
    visibility: visible
}

.our-services .service-wrap.active:after, .our-services .service-wrap:hover:after {
    opacity: .8;
    visibility: visible;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 50%
}

.our-services .service-wrap.active .service-icon i:before, .our-services .service-wrap.active .service-title a, .our-services .service-wrap.active p, .our-services .service-wrap:hover .service-icon i:before, .our-services .service-wrap:hover .service-title, .our-services .service-wrap:hover p {
    color: #fff;
    transition: .1s
}

    .our-services .service-wrap.active .service-title a:hover {
        color: #bbb;
        transition: .4s
    }

.our-services .service-wrap:hover:before {
    opacity: 0;
    visibility: visible
}

.appointment-area__inner {
    box-shadow: -4px 5px 40px 10px #00000022
}

.appointment-area__inner-2 {
    box-shadow: none
}

.appointment__form--inner {
    background: #446cb1;
    padding: 20px
}

    .appointment__form--inner h4 {
        color: #fff;
        text-transform: inherit;
        text-align: center;
        margin-bottom: 0
    }

.appointment__inner {
    background: #819fd3;
    padding: 40px
}

.single__counter {
    background-color: #eaf3fb;
    padding: 20px;
    text-align: center;
    margin: 10px
}

.appoinment-section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #4f5152
}

.appointment__counter {
    padding: 45px 50px
}

.appointment__inner label {
    color: #fff
}

.appointment__inner form #text, .appointment__inner form input, .appointment__inner form select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    background: #426bb3;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.appointment__inner .form-control:focus {
    color: #fff;
    background: #426bb3;
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%)
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.appointment__inner form #text::placeholder, .appointment__inner form input::placeholder {
    color: #fff
}

.appointment__inner form #text {
    height: 180px;
    resize: none
}

.appointment__inner button, .comment-meta, .testimonial .testimonial-user-wrapper span {
    font-size: 14px
}

.services__appointment--form form #case__select-2, .services__appointment--form form #text2, .services__appointment--form form input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    outline: 0;
    border: 0;
    color: rgba(0,0,0,.6);
    font-size: 15px;
    font-weight: 600
}

    .services__appointment--form form #case__select-2::placeholder, .services__appointment--form form #text2::placeholder, .services__appointment--form form input::placeholder {
        color: rgba(0,0,0,.6)
    }

.services__appointment--form form #text2 {
    height: 180px;
    resize: none
}

.team__contact form #text3, .team__contact form input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    outline: 0;
    border: 1px solid #e5e5e5;
    color: rgba(0,0,0,.6);
    font-size: 15px;
    font-weight: 600
}

    .team__contact form #text3::placeholder, .team__contact form input::placeholder {
        color: rgba(0,0,0,.6)
    }

    .team__contact form #text3:focus, .team__contact form input:focus {
        border-color: #35a692
    }

.team__contact form #text3 {
    height: 200px;
    resize: none
}

.single__counter h2 span {
    font-size: 50px
}

.single__counter > span {
    color: #5670b1;
    font-size: 20px;
    text-transform: capitalize
}

.comments, .tree ul {
    padding-right: 30px
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0;
    position: relative
}

    .tree li::after, .tree li::before {
        content: '';
        right: -20px;
        position: absolute;
        left: auto
    }

    .tree li::before {
        border-right: 2px solid #f3f4f9;
        bottom: 50px;
        top: 0
    }

    .tree li::after {
        border-top: 2px solid #f3f4f9;
        height: 20px;
        top: 25px;
        width: 25px
    }

    .tree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 2px solid #f3f4f9;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        cursor: pointer
    }

        .tree li span a {
            padding: 3px 8px;
            color: #5670b1
        }

.tree > ul > li::after, .tree > ul > li::before {
    border: 0
}

.tree li:last-child::before {
    height: 27px
}

.tree li span:hover {
    background: #5670b1;
    border: 2px solid #5670b1
}

    .contact-form p, .footer-section .footer-top .footer-top-right, .footer-section .footer-top .footer-top-right p, .tree li span:hover a {
        color: #fff
    }

.testimonial-single {
    display: inline-flex;
    position: relative;
    margin-bottom: 30px
}

    .testimonial-single::after {
        font-family: FontAwesome;
        content: "\f10e";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 33px;
        color: #5670b1
    }

.testimonial-img {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px
}

.testimonial-text {
    width: calc(100% - 170px);
    display: inline-block
}

.testimonial-section {
    padding: 100px 0;
    background-color: #f8fafc
}

.testimonial {
    padding: 30px;
    background-color: #fff
}

    .testimonial h2 {
        font-size: 20px;
        margin-top: 0;
        font-weight: 700
    }

.testimonial-rating i.fa {
    color: #ef9c21
}

.testimonial p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 300
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0
}

.testimonial .testimonial-user-wrapper img:not(.quote-icon) {
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    width: 80px;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 0
}

.testimonial .testimonial-user-wrapper h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #5670b1;
    white-space: nowrap;
    float: right
}

.testimonial .quote-icon {
    position: absolute;
    top: -15px;
    left: 0;
    opacity: .15;
    width: auto !important
}

.accordion .card-header {
    padding: 0;
    border-bottom: 0 !important
}

    .accordion .card-header button {
        padding: 10px 20px;
        width: 100%;
        text-align: right;
        position: relative;
        background: #5670b1;
        color: #fff;
        text-decoration: none;
        white-space: normal;
        word-wrap: break-word
    }

        .accordion .card-header button.collapsed {
            background: #f7f7f7;
            color: #000
        }

        .accordion .card-header button::after {
            font-family: FontAwesome;
            content: "\f107";
            position: absolute;
            left: 20px
        }

        .accordion .card-header button.collapsed::after {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            left: 20px
        }

.blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px
}

.blog-card {
    box-shadow: 0 10px 30px 0 rgba(201,201,201,.48);
    border-radius: 5px;
    margin-bottom: 30px
}

.blog-tags li {
    display: inline
}

.blog-content {
    padding: 10px 20px 20px
}

.blog-time h6 {
    font-size: 14px;
    color: #5670b1;
    margin-bottom: 0
}

.blog-date p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    background-color: #5670b1;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 20px
}

.blog-content h3 a {
    font-size: 20px;
    color: #303030;
    font-weight: 700
}

.partners {
    padding: 100px 0;
    background-color: #f8fbff
}

    .partners img {
        transition: .3s;
        opacity: .6;
        margin: 0 auto;
        width: 150px;
        height: 50px;
        object-fit: contain
    }

.sub-subheader::after, .sub-subheader::before {
    pointer-events: none;
    content: "";
    bottom: 0;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    zoom: 1;
    left: 0
}

.partner-img {
    padding: 10px
}

.footer-section {
    background: #25272e
}

.footer-top-right a {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.footer-section .footer-top {
    padding: 50px 0 40px
}

    .footer-section .footer-top .footer-top-left h3 {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize
    }

        .footer-section .footer-top .footer-top-left h3:after, .footer-section11:after {
            position: absolute;
            content: "";
            width: 55px;
            border-bottom: 3px solid #5670b1;
            top: 35px;
            right: 0;
            border-radius: 10px
        }

        .footer-section .footer-top .footer-top-left h3:before, .footer-section11:before {
            position: absolute;
            content: "";
            width: 100%;
            border-bottom: 3px solid #303239;
            top: 35px;
            right: 0;
            border-radius: 10px
        }

    .footer-section .footer-top .footer-top-left .single-link ul {
        margin: 45px 0 0;
        padding: 0
    }

        .footer-section .footer-top .footer-top-left .single-link ul li {
            list-style: none;
            line-height: 40px
        }

            .footer-section .footer-bottom a, .footer-section .footer-bottom ul li a, .footer-section .footer-top .footer-top-left .single-link ul li a {
                color: #e0e0e0
            }

                .footer-section .footer-top .footer-top-left .single-link ul li a i {
                    margin-left: 5px;
                    -webkit-transition: .3s;
                    -o-transition: .3s;
                    transition: .3s
                }

                .footer-section .footer-top .footer-top-left .single-link ul li a.active i, .footer-section .footer-top .footer-top-left .single-link ul li a:hover i {
                    margin-left: 7px
                }

    .footer-section .footer-top .footer-top-left .contact-us-right ul {
        margin: 50px 0 0;
        padding: 0
    }

        .footer-section .footer-top .footer-top-left .contact-us-right ul li {
            list-style: none;
            color: #e0e0e0;
            padding-bottom: 11px;
            line-height: 28px
        }

            .footer-section .footer-top .footer-top-left .contact-us-right ul li i {
                color: #fff;
                margin-left: 15px;
                margin-top: 7px
            }

            .footer-section .footer-top .footer-top-left .contact-us-right ul li p {
                line-height: 27px;
                color: #e0e0e0
            }

    .footer-section .footer-top .footer-top-right img {
        height: auto;
        width: 180px;
        object-fit: cover;
        margin-bottom: 30px;
        margin-top: 10px
    }

    .footer-section .footer-top .footer-social-link {
        margin-top: 30px
    }

        .footer-section .footer-top .footer-social-link ul {
            margin: 30px 0 0;
            padding: 0
        }

            .footer-section .footer-top .footer-social-link ul li {
                display: inline-block;
                list-style: none;
                background: #5670b1;
                border-radius: 3px;
                margin-left: 5px
            }

                .footer-section .footer-top .footer-social-link ul li i {
                    height: 40px;
                    width: 40px;
                    color: #fff;
                    padding-top: 11px;
                    text-align: center
                }

                .footer-section .footer-top .footer-social-link ul li:hover {
                    background: #fff;
                    color: #5670b1
                }

                    .footer-section .footer-top .footer-social-link ul li:hover i {
                        color: #5670b1;
                        -webkit-transition: .3s;
                        -o-transition: .3s;
                        transition: .3s
                    }

.footer-section .footer-bottom {
    color: #e0e0e0;
    padding: 15px 0 5px;
    border-top: 1px solid #303239
}

    .footer-section .footer-bottom ul {
        float: left;
        margin: 0;
        padding: 0
    }

        .footer-section .footer-bottom ul li {
            list-style: none;
            display: inline-block;
            margin-right: 30px
        }

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #5670b1;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0 rgb(0 123 255 / 25%)
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5670b1;
    border-color: #5670b1
}

.page-login, .page-login .content-area {
    background: #fafafa
}

.content-area {
    padding: 70px 0;
    background: #f2f2f2
}

.form-content-box {
    max-width: 450px;
    box-shadow: rgba(0,0,0,.0980392) 0 1px 1px;
    color: #4a4747;
    margin: 50px auto;
    text-align: center
}

    .form-content-box .details .main-title h1 {
        color: #505050;
        font-size: 30px;
        margin-bottom: 25px
    }

    .form-content-box .details {
        padding: 30px;
        background: #fff
    }

    .form-content-box .footer {
        font-size: 14px;
        padding: 20px;
        font-weight: 500;
        background-color: #e2e2e2
    }

    .form-content-box .checkboxes {
        padding-right: 0;
        margin: 15px 0
    }

        .form-content-box .checkboxes a {
            color: #8b8b8b;
            font-size: 13px
        }

.section-faq {
    padding: 40px 0
}

.faq {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.06);
    border-radius: 4px
}

    .faq .card {
        border: none;
        background: 0 0;
        border-bottom: 1px dashed #cee1f8
    }

        .faq .card .card-header {
            padding: 0;
            border: none;
            background: 0 0;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

            .faq .card .card-header:hover {
                background: rgba(24,70,157,.2);
                padding-right: 10px
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: right;
                padding: 20px 30px;
                font-weight: 400;
                font-size: 15px;
                color: #3b566e;
                text-decoration: none !important;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                cursor: pointer;
                margin-bottom: 0;
                line-height: 24px
            }

                .faq .card .card-header .faq-title .badge {
                    width: 25px;
                    height: 25px;
                    line-height: 14px;
                    float: right;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #5670b1;
                    color: #fff;
                    font-size: 12px;
                    margin-left: 20px;
                    padding: 6px;
                    display: block
                }

        .faq .card .card-body {
            padding: 30px 35px 16px 30px;
            font-weight: 400;
            font-size: 16px;
            color: #6f8ba4;
            line-height: 28px;
            border-top: 1px solid #f3f8ff
        }

            .faq .card .card-body p {
                margin-bottom: 14px
            }

.sub-subheader {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 150px 0 100px
}

.contact-content, .error, .form-group {
    text-align: right
}

.sub-subheader::before {
    background-image: linear-gradient(-270deg,#000,#303030);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
    z-index: -2
}

.blog-author::before, .sub-subheader::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0
}

.sub-subheader:hover::before {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.sub-subheader::after {
    background-image: -webkit-linear-gradient(180deg,#7abd72,var(--black));
    background-image: -moz-linear-gradient(180deg,#7abd72,var(--black));
    background-image: -ms-linear-gradient(180deg,#7abd72,var(--black));
    background-image: -o-linear-gradient(180deg,#7abd72,var(--black));
    background-image: linear-gradient(-270deg,#7abd72,var(--black));
    position: absolute !important;
    opacity: .5;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
    background-image: -webkit-linear-gradient(0deg,#7abd72,var(--black));
    background-image: -moz-linear-gradient(0deg,#7abd72,var(--black));
    background-image: -ms-linear-gradient(0deg,#7abd72,var(--black));
    background-image: -o-linear-gradient(0deg,#7abd72,var(--black));
    background-image: linear-gradient(-90deg,#7abd72,var(--black));
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.sub-subheader:hover::after {
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.sub-subheader--inner h1 {
    color: #fff;
    font-size: 48px;
    margin: 0;
    font-weight: 800
}

.sub-subheader--inner .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center
}

    .sub-subheader--inner .breadcrumbs li {
        color: #dcdcdc;
        font-weight: 600
    }

        .sub-subheader--inner .breadcrumbs li::after {
            content: '/';
            margin-right: 10px;
            margin-left: 10px
        }

        .sub-subheader--inner .breadcrumbs li:last-child:after {
            content: ''
        }

        .sub-subheader--inner .breadcrumbs li a {
            color: #fff;
            position: relative;
            opacity: 1
        }

            .sub-subheader--inner .breadcrumbs li a::before {
                content: '';
                position: absolute;
                top: 100%;
                right: 0;
                width: 0;
                height: 1px;
                background-color: #fff;
                transition: .3s
            }

            .sub-subheader--inner .breadcrumbs li a + span {
                padding: 0 10px;
                opacity: .4
            }

            .sub-subheader--inner .breadcrumbs li a:hover::before {
                width: 100%
            }

.service-details-wrapper {
    background-color: #f2f2f2;
    padding: 25px
}

.service-lists li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 20px;
    font-size: 16px
}

    .service-lists li:hover {
        background-color: #5670b1;
        cursor: pointer
    }

        .service-lists li:hover a, .service-lists li:hover svg {
            color: #fff;
            cursor: pointer
        }

.service-title {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    position: relative
}

    .blog-comment h3, .comment-form h3, .service-title h3 {
        font-size: 24px
    }

        .service-title h3::before {
            position: absolute;
            content: '';
            right: 0;
            bottom: -1px;
            width: 60px;
            height: 2px;
            background: #3158a7
        }

.case-detail-list li:hover {
    background-color: transparent;
    cursor: pointer
}

    .case-detail-list li:hover a, .case-detail-list li:hover svg {
        color: #8f8f8f;
        cursor: pointer
    }

.doctor-content {
    padding: 20px;
    background-color: #ebf2f9
}

.card {
    border: none
}

.blog-single {
    padding: 20px 0 0;
    box-shadow: none;
    border-radius: 0
}

.contact-image-text, .contact-list {
    box-shadow: 0 0 42px rgba(0,0,0,.08)
}

blockquote {
    color: #8f8f8f;
    position: relative;
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background-color: #fbfbfb
}

    blockquote::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-color: #5670b1
    }

.blog-author {
    position: relative;
    padding: 20px;
    z-index: 1;
    margin-bottom: 50px;
    display: flex
}

    .blog-author::before {
        content: '';
        position: absolute;
        background-color: #fbfbfb;
        border-radius: 5px
    }

.author-img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    flex: 0 0 100px
}

    .author-img img {
        border-radius: 50%
    }

.author-desc h5 {
    font-size: 18px;
    font-weight: 600
}

.widget li {
    display: inline-flex;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.sidebar-search input[type=search] {
    float: right;
    width: 80%;
    border: 1px solid #eee;
    color: #666;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 14px
}

.widget-tags li {
    border-bottom: none;
    display: inline-block;
    background-color: #fbfbfb;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px
}

.social-links li a {
    color: #fff;
    margin-left: 10px
}

.share-social-links {
    margin-right: 10px
}

    .share-social-links li a {
        color: #5670b1;
        margin-left: 10px
    }

.share-container {
    display: flex;
    align-items: center
}

.blog-content-area .badges {
    position: absolute;
    top: 20px;
    left: 20px
}

.sidebar-search button {
    background: #5670b1;
    color: #fff;
    border: none;
    padding: 11px 15px
}

.blog-comment > .comments {
    padding: 0;
    margin-bottom: 50px
}

.comments article {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments .comments .comment {
    border-bottom: 0
}

.comments .comment {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    display: block
}

    .comments .comment article {
        display: flex
    }

.comments .comment-thumbnail {
    flex: 0 0 40px;
    margin-left: 20px
}

    .comments .comment-thumbnail img {
        border-radius: 50%;
        width: 40px;
        height: 40px
    }

.comment-des h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.comment-meta a:hover {
    text-decoration: underline
}

.badge-primary {
    color: #fff;
    background-color: #5670b1;
    padding: 15px 20px
}

.badge-danger {
    color: #5670b1;
    background-color: #fff;
    padding: 15px 20px
}

.comment-form h4 {
    font-weight: 600;
    margin-bottom: 20px
}

.contact-div h2 {
    font-weight: 700
}

.contact-list {
    display: flex;
    padding: 10px
}

.contact-icon {
    align-items: center;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .contact-icon i {
        font-size: 30px;
        color: #5670b1
    }

.blow-background .btn-outline-primary:active, .blow-background .btn-outline-primary:focus, .blow-background .btn-outline-primary:hover {
    border-color: #fff !important;
    color: #5670b1 !important;
    background: #fff !important;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 50%) !important
}

.contact-content {
    padding-right: 20px
}

    .contact-content h6 {
        margin-bottom: 5px
    }

.contact-form {
    padding: 20px;
    background-color: #5670b1;
    border-radius: 5px
}

    .contact-form h2 {
        color: #fff;
        font-weight: 700
    }

    .contact-form label {
        font-size: 14px;
        color: #fff;
        font-weight: 500
    }

    .contact-form ul li {
        color: #303030;
        font-weight: 500;
        font-size: 12px
    }

.contact-image-text {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    bottom: 70px;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
    right: 0;
    left: 0
}

    .contact-image-text h3 {
        font-size: 24px;
        font-weight: 700
    }

.footer-logo {
    width: 80px;
    display: inline-block
}

.google-map {
    height: 450px;
    width: 100%
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0
}

    .map-responsive iframe {
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

.btn.disabled {
    cursor: not-allowed
}

.lang {
    color: #000;
    background: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.fa-angle-right:before {
    content: "\f104"
}

.fa-angle-left:before {
    content: "\f105"
}

.search {
    color: #fff !important;
    margin-left: 20px;
    cursor: pointer
}

.searchBox {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: -120%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    opacity: 0
}

    .searchBox form, .searchBox-close {
        -webkit-box-align: center;
        display: -webkit-box;
        display: -ms-flexbox
    }

.searchBox-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.searchBox form {
    width: calc(100% - 160px);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .searchBox form input {
        max-width: 785px;
        width: 90%;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        border: none;
        border-bottom: 2px solid #fff;
        margin-left: 10px;
        background-color: transparent;
        color: #fff;
        font-size: 20px;
        height: 48px;
        margin-top: 0
    }

    .searchBox form button {
        cursor: pointer;
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        width: 150px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        border: 2px solid #fff;
        background-color: transparent;
        -webkit-transition: .3s linear;
        transition: .3s linear
    }

@media (min-width:768px) and (max-width:991px) {
    .content-menu {
        width: 100%
    }

    #main-menu .menu > li > a {
        padding: 0 13px
    }

    .case-item-2, .footer-social-link, .services__wrapper, .single-link, .single-team {
        margin-bottom: 30px
    }

    .our-services-slider .services__wrapper {
        margin-bottom: 0
    }

    .pl-60 {
        padding-right: 0
    }

    .slider {
        padding-bottom: 100px
    }

    .about-two-appoinment {
        position: relative;
        top: 0;
        z-index: 99999
    }

    .slider-text {
        padding: 100px 0
    }

    .footer-section .footer-top .footer-social-link ul li i {
        height: 30px;
        width: 30px
    }

    .footer-section .footer-bottom ul li {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .case-item-2, .footer-social-link, .services__wrapper, .single-link, .single-team {
        margin-bottom: 30px
    }

    .our-services-slider .services__wrapper {
        margin-bottom: 0
    }

    .pl-60 {
        padding-right: 0
    }

    .slider {
        padding-bottom: 100px
    }

    .about-two-appoinment {
        position: relative;
        top: 0;
        z-index: 99999
    }

    .slider-text {
        padding: 100px 0
    }
}

.error {
    width: 100%;
    color: red !important
}

.col-lg-6 {
    padding-right: 25px !important
}
.about {
    background-image: url('../../content/images/bannerDesktop/aboutAR.jpg');
}

.service {
    background-image: url('../../content/images/bannerDesktop/serviceAR.jpg');
}

.success {
    background-image: url('../../content/images/bannerDesktop/successAR.jpg');
}

.patientguide {
    background-image: url('../../content/images/bannerDesktop/patientguideAR.jpg');
}

.mediabanner {
    background-image: url('../../content/images/bannerDesktop/mediaAR.jpg');
}

.contactus {
    background-image: url('../../content/images/bannerDesktop/contactusAR.jpg');
}
.slide-mobile-1 {
    background-image: url('../../content/images/main-banner-1-mobilear.jpg');
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-mobile-2 {
    background-image: url('../../content/images/main-banner-2-mobilear.jpg');
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-mobile-3 {
    background-image: url('../../content/images/main-banner-3-mobilear.jpg');
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}