
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../../../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../../../fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    src: url('../../../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
}

a {
    color: #0880e8;
}

    a:hover {
        color: #2b99f8;
        text-decoration: none;
    }

@media (min-width: 1200px) {
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }

    .container {
        max-width: 1100px;
    }
}

@media (max-width:768px ) {
    .owl-salamtak-carousel .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }

    .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 998;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #52a1d1;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #52add1;
            color: #fff;
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
            transform: translate(0, -5px);
            transition: 0.3s;
        }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #52a1d1;
        border-top-color: #bfe0fd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 60px;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
}

    #topbar.topbar-scrolled {
        top: -60px;
    }

    #topbar .contact-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #topbar .contact-info li {
        display: inline-block;
        padding: 0;
    }

        #topbar .contact-info li + li {
            margin-left: 18px;
        }

    #topbar .contact-info a {
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #fff;
        }

    #topbar .contact-info i {
        color: #52a1d1;
        padding-right: 4px;
    }

    #topbar .cta {
        background: transparent;
    }

        #topbar .cta a {
            color: #fff;
            background: #52a1d1;
            padding: 6px 24px 8px 24px;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
        }

            #topbar .cta a:hover {
                background: #f1a40a;
            }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*   background: rgba(0, 0, 0, 0.1);*/
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

    /* #header.header-scrolled {
        top: 0;
        padding: 5px 0;
        background: linear-gradient(182deg, #5e5ce6 134%, #52a1d1 101%, #5e5ce6 42%, #5e5ce6 -31%);
    }*/

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-width: 100px;
            height: 100%;
            width: 100%;
        }

@media (max-width: 992px) {
    #header {
        padding: 15px 0;
        background: transparent;
    }

        #header .logo {
            font-size: 28px;
        }
}

.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    margin: 0px 15px;
}

.nav-menu a:not(.notify-link),
.nav-menu a.notify-icon {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 12px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    line-height: 2.3;
    letter-spacing: 0.05px;
    padding: 0 3px;
    font-weight: 600;
    font-family: Montserrat-SemiBold;
}

.nav-menu > ul > li > a:not(.notify-link):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    /* background-color: #52a1d1;*/
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
}

@keyframes growDown {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

.nav-menu .drop-down .notify-icon .notify-counter {
    display: none;
}

.nav-menu .drop-down .notify-icon.active .notify-counter {
    background: red;
    border-radius: 50%;
    position: absolute;
    min-width: 15px;
    min-height: 15px;
    left: 10px;
    top: -2px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold';
    font-size: 11px;
    padding: 1px 6px;
    display: initial;
}

.nav-menu .drop-down ul {
    position: absolute;
    top: calc(100% + 30px);
    left: -15%;
    z-index: 99;
    opacity: 0;
    display: none;
    padding: 12px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    /*transition: 1s;*/
    border-radius: 8px;
}

.nav-menu .drop-down ul.notify-menu {
    width: 370px;
    max-height: 525px;
    overflow-y: auto;
    left: initial;
    right: 0;
}

.nav-menu .drop-down ul.notify-menu::-webkit-scrollbar {
    width: 5px;
}

.nav-menu .drop-down ul.notify-menu::-webkit-scrollbar-track-piece:end {
    margin-bottom: 32px;
}

.nav-menu .drop-down ul.notify-menu::-webkit-scrollbar-track-piece:start {
    margin-top: 32px;
}

.nav-menu .drop-down ul.notify-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

.nav-menu .drop-down ul.notify-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 15px;
}

.nav-menu .drop-down ul.notify-menu:hover::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

.nav-menu .drop-down:hover > ul:not(.notify-menu) {
    opacity: 1;
    top: 100%;
    display: block;
    animation: growDown 250ms ease;
    transform-origin: top center;
    left: 0;
}

.nav-menu .drop-down ul.notify-menu {
    padding: 32px 39px;
}

.nav-menu .drop-down ul.notify-menu.open {
    opacity: 1;
    top: 100%;
    display: block;
    left: initial;
    right: 0;
}

.nav-menu .drop-down ul.notify-menu .notify .notify-head .notify-title a,
.nav-menu .drop-down ul.notify-menu .notify-head .notify-time {
    font-family: Montserrat-Bold;
    font-size: 12px;
    letter-spacing: 0.05px;
    color: #5967a4;
    text-decoration: none;
}

.nav-menu .drop-down ul.notify-menu .notify-head .notify-time {
    color: #c4c4c4
}

.nav-menu .drop-down ul.notify-menu .notify-head .notify-time {
    font-size: 11.5px;
    font-weight: 600;
    line-height: .5;
}

.nav-menu .drop-down ul.notify-menu .notify-head .notify-state {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #c4c4c4;
    display: inline-block;
    line-height: .5;
}

.nav-menu .drop-down ul.notify-menu .notify.active .notify-head .notify-state {
    background: #52a1d1;
}

.nav-menu .drop-down ul.notify-menu .notify.active .notify-head .notify-title a,
.nav-menu .drop-down ul.notify-menu .notify.active .notify-head .notify-time {
    color: #52a1d1;
}

.nav-menu .drop-down ul.notify-menu .notify .notify-body .name,
.nav-menu .drop-down ul.notify-menu .notify .notify-body .date,
.nav-menu .drop-down ul.notify-menu .notify .notify-body .city,
.nav-menu .drop-down ul.notify-menu .notify .notify-status span:first-child,
.nav-menu .drop-down ul.notify-menu .notify .notify-status span.status,
.nav-menu .drop-down ul.notify-menu .notify .notify-status .read-state,
.nav-menu .drop-down ul.notify-menu .notify .notify-status .notify-attachment a,
.nav-menu .drop-down ul.notify-menu .notify .notify-status .notify-view-times {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    letter-spacing: 0.05px;
    color: #5967a4;
}

.nav-menu .drop-down ul.notify-menu .notify .notify-status span:first-child,
.nav-menu .drop-down ul.notify-menu .notify .notify-status .notify-attachment a,
.nav-menu .drop-down ul.notify-menu .notify .notify-status .notify-view-times {
    color: #52a1d1;
    text-decoration: none;
}

.nav-menu .drop-down ul.notify-menu .notify .notify-status .read-state {
    cursor: pointer;
    font-size: 11.5px!important;
    color: #c4c4c4!important;
}

.nav-menu .drop-down ul.notify-menu .notify .notify-status .notify-call-link a {
    width: 172px;
    height: 34px;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #52a1d1;
    text-decoration: none;
    font-family: Montserrat-Bold;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 2.5;
}

.nav-menu .drop-down ul.notify-menu .notify.video-cons-now-notify .read-state {
    position: relative;
    top: 13px;
}

.nav-menu .drop-down li {
    /* min-width: 180px;*/
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 0px 15px;
    margin-bottom: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.05px;
    text-align: left;
    color: #5967a4;
}

.our-services:not(.notify-menu) li a span::after,
.nav-menu .drop-down ul.notify-menu .notify:after {
    content: '';
    padding-bottom: 5px;
    border-bottom: 0.5px solid #e8e8e8;
    display: block;
}

.nav-menu .drop-down ul.notify-menu .notify:after {
    margin-bottom: 22px;
    margin-top: 22px;
}

.our-services:not(.notify-menu) li:last-child a > span::after,
.nav-menu .drop-down ul.notify-menu .notify:last-child:after {
    display: none;
}

.service-chev-icon:hover a:after {
    /*content: '\f077' !important;*/
    transition: ease;
}

.service-chev-icon:hover .our-services li > a:after {
    transition: ease;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #52a1d1;
}

/*.nav-menu .drop-down > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    padding-left: 10px;
    font-size: 11px;
}*/

.service-chev-icon .fa-chevron-down,
.service-chev-icon:hover .fa-chevron-up {
    padding-left: 10px;
    font-size: 11px;
}


.nav-menu .drop-down .our-services .drop-down .fa-chevron-right {
    position: absolute;
    right: 15px;
    bottom: 13.9px;
    color: #52a1d1;
}


.service-chev-icon .fa-chevron-up {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .service-chev-icon:hover .fa-chevron-up {
        display: inline;
    }

    .service-chev-icon:hover .fa-chevron-down {
        display: none;
    }
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .user-menu {
    left: 7px;
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        /*content: "\f054";*/
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 15px;
        top: 8px;
        color: #52a1d1;
        font-size: 10px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    /*    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }*/
}

/* Mobile Navigation */
.mobile-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: 0;
    width: 0;
    padding-top: 18px;
    background-image: linear-gradient(to top, #5e5ce6 138%, #52a1d1 103%, #5e5ce6 41%, #5e5ce6 -35%);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #fff !important;
            text-decoration: none;
        }

    .mobile-nav .service-chev-icon .drop-down > a:after {
        content: "\ea99" !important;
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
        color: #fff !important;
    }

    .mobile-nav .service-chev-icon .our-services .drop-down .fa-chevron-right {
        display: none;
    }

    .mobile-nav .drop-down > a:after:hover {
        color: #fff !important;
    }

    /*    .mobile-nav .active.drop-down > a:after {
        content: "\eaa0";
    }*/

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

    .mobile-nav ul li {
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        font-family: Montserrat-SemiBold;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.4;
        letter-spacing: 0.06px;
        text-align: center;
        color: #ffffff;
    }

    .mobile-nav .our-services li a span::after {
        display: none !important;
    }

    .mobile-nav .our-services li a {
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        font-family: Montserrat-SemiBold;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.06px;
        text-align: center;
        color: #ffffff;
    }

    .mobile-nav .our-services .drop-down > a:after {
        display: none !important;
    }

    .mobile-nav ul li a {
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        font-family: Montserrat-SemiBold;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 4.07;
        letter-spacing: 0.06px;
        color: #ffffff;
    }

.mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 9997;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav-toggle i::before {
    content: url('../../images/burger-menu.png');
}

/*
.mobile-nav-toggle i.icofont-close {
    position: relative;
    bottom: 85px;
}

@media(max-width: 395px) {
    .mobile-nav-toggle i.icofont-close {
        bottom: 180px;
    }
}

@media(min-width: 396px) and (max-width: 436px) {
    .mobile-nav-toggle i.icofont-close {
        bottom: 145px;
    }
}

@media(min-width: 437px) and (max-width: 520px) {
    .mobile-nav-toggle i.icofont-close {
        bottom: 115px;
    }
}
*/

.mobile-nav-toggle i.icofont-close::before {
    content: '\eee4';
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        right: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-image: url(../../images/banner-bg2.png);
    background-position: 100%;
    background-size: cover;
    position: relative;
    margin-bottom: -60px;
    border-radius: 0 0 45px 45px;
}

#hero:before {
    content: "";
    background: url(../../images/hero-bg.png);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -99999;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 45px 45px;
    background-position: top;
}

    #hero .carousel-container {
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: left;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h2 {
        object-fit: contain;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        font-family: Montserrat-Bold;
        font-size: 33px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36 !important;
        letter-spacing: 0.33px;
        text-align: left;
        color: #ffffff;
        margin: 39.2px 0 32px 0;
    }

    #hero p {
        object-fit: contain;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        font-family: Montserrat-SemiBold;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: 0.06px;
        text-align: left;
        color: #ffffff;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 32px 0 47px 0;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #52a1d1;
    }

        #hero .btn-get-started:hover {
            background: #52a1d1;
            color: #fff;
            text-decoration: none;
            position: relative;
            top: -5px;
            transition: 0.6s;
            transform: translate(0, -5px);
        }


@media (max-width: 767px) {
    #hero {
        margin-bottom: -53px;
        height: 100vh;
        background-position: top;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f8ff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 24px;
        font-weight: bold;
        font-family: Montserrat-Bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #5e5ce6;
    }

    .section-title p {
        margin-bottom: 0;
        font-style: italic;
    }

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
    padding-top: 0;
}

    .icon-boxes .icon-box {
        padding: 20px 15px;
        position: relative;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
        transition: all 0.3s ease-in-out;
        border-radius: 40px 0 40px 0;
    }

    .icon-boxes .icon {
        margin: 0 auto 20px auto;
        display: inline-block;
        text-align: center;
    }

        .icon-boxes .icon i {
            font-size: 36px;
            line-height: 1;
            color: #52a1d1;
        }

    .icon-boxes .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .icon-boxes .title a {
            color: #05579e;
        }

    .icon-boxes .description {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
        color: #777777;
    }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding: 140px 0;
    background: url("../img/about-bg.png") top center no-repeat;
    position: relative;
}

    .about:before {
        content: "";
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .about .container {
        position: relative;
    }

    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 10px;
            }

        .about .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #0880e8;
            line-height: 1;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .btn-learn-more {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.3s;
        line-height: 1;
        color: #0880e8;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #0880e8;
    }

        .about .content .btn-learn-more:hover {
            background: #0880e8;
            color: #fff;
            text-decoration: none;
        }

@media (max-width: 992px) {
    .about {
        padding: 60px 0;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

    .clients .owl-item img {
        width: 60%;
        opacity: 0.5;
        transition: 0.3s;
    }

        .clients .owl-item img:hover {
            opacity: 1;
        }

.clients .owl-nav, .clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .clients .owl-dot.active {
        background-color: #0880e8 !important;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    background: #f1f8ff;
    padding: 0;
}

    .why-us .content {
        padding: 60px 100px 0 100px;
    }

        .why-us .content h3 {
            font-weight: 400;
            font-size: 34px;
        }

        .why-us .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .why-us .content p {
            font-size: 15px;
            color: #848484;
        }

    .why-us .video-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        position: relative;
    }

    .why-us .accordion-list {
        padding: 0 100px 60px 100px;
    }

        .why-us .accordion-list ul {
            padding: 0;
            list-style: none;
        }

        .why-us .accordion-list li + li {
            margin-top: 15px;
        }

        .why-us .accordion-list li {
            padding: 20px;
            background: #fff;
            border-radius: 4px;
        }

        .why-us .accordion-list a {
            display: block;
            position: relative;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding-right: 30px;
            outline: none;
        }

        .why-us .accordion-list span {
            color: #0880e8;
            font-weight: 600;
            font-size: 18px;
            padding-right: 10px;
        }

        .why-us .accordion-list i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .why-us .accordion-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .why-us .accordion-list .icon-show {
            display: none;
        }

        .why-us .accordion-list a.collapsed {
            color: #343a40;
        }

            .why-us .accordion-list a.collapsed:hover {
                color: #0880e8;
            }

            .why-us .accordion-list a.collapsed .icon-show {
                display: inline-block;
            }

            .why-us .accordion-list a.collapsed .icon-close {
                display: none;
            }

    .why-us .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden;
    }

        .why-us .play-btn::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .why-us .play-btn::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 2s;
            animation: pulsate-btn 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgba(8, 128, 232, 0.7);
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

        .why-us .play-btn:hover::after {
            border-left: 15px solid #0880e8;
            transform: scale(20);
        }

        .why-us .play-btn:hover::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            -webkit-animation: none;
            animation: none;
            border-radius: 0;
        }

@media (max-width: 1024px) {
    .why-us .content, .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .services .icon-box i {
        float: left;
        color: #52a1d1;
        font-size: 40px;
    }

    .services .icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .services .icon-box h4 a {
            color: #05579e;
            transition: 0.3s;
        }

            .services .icon-box h4 a:hover {
                color: #0880e8;
            }

    .services .icon-box p {
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border-radius: 50px;
        border: 2px solid #52a1d1;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #52a1d1;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .portfoio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 18px 10px 18px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        margin: 0 3px 10px 3px;
        transition: all ease-in-out 0.3s;
        border-radius: 50px;
    }

        .portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active {
            color: #fff;
            background: #0880e8;
        }

        .portfoio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfoio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

    .portfoio .portfolio-item img {
        position: relative;
        top: 0;
        transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .portfoio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -50px;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: #0880e8;
        padding: 15px 20px;
    }

        .portfoio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

        .portfoio .portfolio-item .portfolio-info p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 50px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: white;
            transition: ease-in-out 0.3s;
        }

            .portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover {
                color: #8ec8fb;
            }

        .portfoio .portfolio-item .portfolio-info .details-link {
            right: 15px;
        }

    .portfoio .portfolio-item:hover img {
        top: -30px;
    }

    .portfoio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover img {
        transform: scale(1.1);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #05579e;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #bfe0fd;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #ecf6fe;
            color: #0665b7;
        }

            .team .member .social a i {
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #0880e8;
                color: #fff;
            }

            .team .member .social a + a {
                margin-left: 8px;
            }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #05579e;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #0880e8;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #0880e8;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #0880e8;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #2b99f8;
    }

.pricing .featured h3 {
    color: #fff;
    background: #0880e8;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0880e8;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #75bdfa;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #343a40;
    }

        .faq .faq-list a.collapsed:hover {
            color: #0880e8;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: url("../img/contact-bg.png") left center no-repeat;
    position: relative;
}

    .contact:before {
        content: "";
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .contact .container {
        position: relative;
    }

    .contact .info {
        width: 100%;
    }

        .contact .info i {
            font-size: 20px;
            background: #5e5ce6;
            color: #fff;
            float: left;
            width: 44px;
            height: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #5e5ce6;
            font-family: Montserrat-SemiBold;
        }

        .contact .info p {
            padding: 0 0 0 60px;
            margin-bottom: 0;
            color: #222;
            font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.08;
            letter-spacing: 0.05px;
            text-align: left;
            font-family: Montserrat-SemiBold;
        }

        .contact .info .email, .contact .info .phone {
            margin-top: 40px;
        }

    .contact .php-email-form {
        width: 100%;
        background: #fff;
    }

        .contact .php-email-form .form-group {
            padding-bottom: 8px;
        }

        .contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 4px;
            box-shadow: none;
            font-size: 14px;
        }

        .contact .php-email-form input {
            height: 44px;
        }

        .contact .php-email-form textarea {
            padding: 10px 12px;
        }

        .contact .php-email-form button[type="submit"] {
            border: 0;
            padding: 10px 32px;
            color: #0880e8;
            transition: 0.4s;
            border-radius: 10px;
            border: 2px solid #52ADD1;
            background: #fff;
        }

            .contact .php-email-form button[type="submit"]:hover {
                background: #52ADD1;
                color: #fff;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 130px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 50px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 600;
    color: #043c6d;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #f8c255;
            content: "/";
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-container {
        position: relative;
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left;
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important;
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #0880e8 !important;
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0;
        }

@media (max-width: 768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0;
}

    .blog .entry {
        padding: 20px;
        margin-bottom: 60px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 400px;
            margin: -20px -20px 20px -20px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 20px;
            line-height: 26px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #054a85;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #0880e8;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #2b99f8;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog .entry .entry-meta a {
                color: #2b99f8;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
            font-size: 15px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #52a1d1;
                color: #fff;
                padding: 6px 20px 8px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 50px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #0880e8;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #0880e8;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #8ec8fb;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #e7f3fe;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #52a1d1;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

        .blog .entry-single .entry-title {
            font-size: 32px;
            line-height: 38px;
        }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
        }

        .blog .blog-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog .blog-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog .blog-author .social-links a {
                color: #bfe0fd;
            }

        .blog .blog-author p {
            margin-left: 140px;
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                width: 50px;
            }

            .blog .blog-comments .comment h5 {
                margin-left: 65px;
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #52a1d1;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #0880e8;
                }

            .blog .blog-comments .comment time {
                margin-left: 65px;
                display: block;
                font-size: 14px;
                color: #2b99f8;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment p {
                margin-left: 65px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 20px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #fad386;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 0;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #fad386;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 50px;
                padding: 10px 30px;
                border: 0;
                background-color: #0880e8;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #52a1d1;
                }

    .blog .blog-pagination {
        color: #5db1f9;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding-left: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            border: 1px solid white;
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li.active {
                background: white;
            }

            .blog .blog-pagination li a {
                color: #aaaaaa;
                padding: 7px 16px;
                display: inline-block;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #0880e8;
                border: 1px solid #0880e8;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

            .blog .blog-pagination li.disabled {
                background: #fff;
                border: 1px solid white;
            }

                .blog .blog-pagination li.disabled i {
                    color: #f1f1f1;
                    padding: 10px 16px;
                    display: inline-block;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #054a85;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
            border-radius: 50px;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 60px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 25px;
                margin: -1px;
                border-radius: 50px;
                background: #0880e8;
                color: #fff;
                transition: 0.3s;
            }

                .blog .sidebar .search-form form button:hover {
                    background: #2b99f8;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #0665b7;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #52a1d1;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #8ec8fb;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #054a85;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #52a1d1;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #138df7;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #0880e8;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #ddeefe;
                    border-radius: 50px;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border-color: #52a1d1;
                        background: #52a1d1;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: white;
                        font-size: 14px;
                    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background-image: url(../../images/banner2-bg.png);
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: contain;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #05579e;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                margin: 3px;
                background: #52a1d1;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #0880e8;
                }

    #footer .footer-top {
        padding: 65px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 16px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            line-height: 1;
            padding: 10px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #52a1d1;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            position: relative;
            font-family: Montserrat-Bold;
            font-size: 13px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 3.15;
            letter-spacing: 0.05px;
            color: #ffffff;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #5db1f9;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a, .non-click-able-li {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    font-family: Montserrat-SemiBold;
                    font-size: 13px;
                    font-weight: bold;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 2.08;
                    letter-spacing: 0.05px;
                    text-align: left;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #fff;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                font-family: Montserrat-SemiBold;
                font-size: 13px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: 2;
                letter-spacing: 0.05px;
                text-align: left;
                color: #ffffff;
            }

    #footer .copyright {
        padding: 14px 0 60.5px 0;
        font-family: Montserrat-Medium;
        font-size: 11.5px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.35;
        letter-spacing: 0.05px;
        color: #ffffff;
        border-top: solid 0.4px #ffffff;
    }

    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #52a1d1;
        }


/*custom css*/
.login-signup-btn {
    color: #fff !important;
    border-radius: 10px;
    padding: 9.5px 30px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    background-color: transparent;
    margin-left: 25px;
}

.mobile-login-signup-btn {
    color: #fff !important;
    border-radius: 10px;
    transition: 0.3s;
    font-family: Montserrat-SemiBold;
    border: 1px solid #fff;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    padding: 11px 38.5px;
    letter-spacing: 0.06px;
}

.get-started-btn {
    color: #fff !important;
    border-radius: 10px;
    /*padding: 11px 73px;*/
    width: 237px;
    height: 41px;
    line-height: 2.5;
    transition: 0.3s;
    font-size: 15px;
    font-family: Montserrat-Bold;
    display: inline-block;
    border: 1px solid #52A1D1;
    text-align: center;
    background-color: #52A1D1;
    letter-spacing: 0.06px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

    .get-started-btn:hover {
        background-color: #52ADD1;
        border: 1px solid #52ADD1;
        position: relative;
        transform: translate(0, -5px);
    }

.send-message:hover {
    background-color: #52ADD1;
    border: 1px solid #52ADD1;
}

.send-message {
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 25px;
    transition: 0.3s;
    font-size: 15px;
    font-family: Montserrat-Bold;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #52A1D1;
    text-align: center;
    background-color: #52A1D1;
    font-weight: bold;
    letter-spacing: 0.06px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

    .send-message:active, .send-message:visited, .send-message:focus {
        background-color: #52ADD1;
        border: 1px solid #52ADD1;
        outline: none !important;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    }

@media (max-width: 992px) {
    .login-signup-btn {
        display: none !important;
    }

    .login-container {
        padding: 43px 15px !important;
    }

    #hero h2 {
        width: 100% !important;
    }

    #hero p {
        width: 100% !important;
    }

    .counters .text-center {
        margin: 10px 0;
    }

    .footer-info-empty {
        display: none;
    }
}

.login-signup-btn:hover, .mobile-login-signup-btn {
    background-color: #52ADD1;
    border-color: #52ADD1;
}

.counter-stats ul.counter-stats li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    border-right: 1px solid #e6e6e6;
}

#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #413e66;
    margin-bottom: 5px;
}

#icon-boxes .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186;
}


#icon-boxes .counters span {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 0.18px;
    text-align: center;
    color: #5e5ce6;
}

#icon-boxes .counters p {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-SemiBold;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #5967a4;
    margin-bottom: 0 !important
}


.get-started {
    margin-top: 50px;
}

.counters .col-lg-2:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    height: 40.7px;
    margin: 8.5px 0 4.8px;
    border: solid 0.8px #e8e8e8;
}

.counters .col-lg-2:last-child:after {
    content: '';
    height: 100%;
    position: absolute;
    border: none;
}

.login-account-title, .signup-account-title, .reset-password-title, .send-link-title, .account-found-title, .new-password-title, .success-reset-title {
    font-family: Montserrat-Bold;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: 0.06px;
    text-align: left;
    color: #5e5ce6;
    text-align: center;
}

#registration-modal .nav-tabs, #reset-password-modal .nav-tabs, #signup-modal .nav-tabs, #new-password-modal .nav-tabs {
    border-bottom: none !important;
}

.login-container  {
    padding: 43px 100px 0 100px;
}

#registration-modal .modal-content, #reset-password-modal .modal-content, #signup-modal .modal-content, #welcome-modal .modal-content, #send-link-modal .modal-content, #account-found-modal .modal-content, #new-password-modal .modal-content {
    border-radius: 10px;
    border-color: transparent !important;
}

#registration-modal .forgot-password, #signup-modal p.medicine-text {
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    color: #52a1d1;
}

#registration-modal .already-account, #reset-password-modal .already-account, #send-link-modal .no-link, #account-found-modal .already-account, #new-password-modal .already-account {
    font-family: Montserrat-SemiBold;
    font-size: 13.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: 0.05px;
    color: #5e5ce6;
}

#registration-modal .btn-signup, #reset-password-modal .btn-signup, #send-link-modal .btn-resend-link, #account-found-modal .btn-signup, #new-password-modal .btn-signup {
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #5e5ce6;
    border: 1px solid #5e5ce6;
    font-family: Montserrat-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #fff;
    padding: 15px 133px;
}

#registration-modal .btn-signup:active, #registration-modal .btn-signup:visited, #registration-modal .btn-signup:focus, #registration-modal .btn-signup:hover,
#reset-password-modal .btn-signup:active, #reset-password-modal .btn-signup:visited, #reset-password-modal .btn-signup:focus, #reset-password-modal .btn-signup:hover,
#send-link-modal .btn-resend-link:active, #send-link-modal .btn-resend-link:visited, #send-link-modal .btn-resend-link:focus, #send-link-modal .btn-resend-link:hover,
#account-found-modal .btn-signup:active, #account-found-modal .btn-signup:visited, #account-found-modal .btn-signup:focus, #account-found-modal .btn-signup:hover,
#new-password-modal .btn-signup:active, #new-password-modal .btn-signup:visited, #new-password-modal .btn-signup:focus, #new-password-modal .btn-signup:hover {
    background-color: #5e5ce6;
    border: 1px solid #5e5ce6;
    outline: none !important;
    color: #fff;
}

#registration-modal .btn-login, #reset-password-modal .btn-login, #signup-modal .btn-register, #welcome-modal .btn-login, #new-password-modal .btn-new-password, #success-reset-modal .btn-login {
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #52a1d1;
    border: 1px solid #52a1d1;
    font-family: Montserrat-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #fff;
    padding: 15px 133px;
}

#registration-modal .btn-login:active, #registration-modal .btn-login:visited, #registration-modal .btn-login:focus, #registration-modal .btn-login:hover,
#reset-password-modal .btn-login:active, #reset-password-modal .btn-login:visited, #reset-password-modal .btn-login:focus, #reset-password-modal .btn-login:hover,
#signup-modal .btn-register:active, #signup-modal .btn-register:visited, #signup-modal .btn-register:focus, #signup-modal .btn-register:hover,
#welcome-modal .btn-login:active, #welcome-modal .btn-login:visited, #welcome-modal .btn-login:focus, #welcome-modal .btn-login:hover,
#new-password-modal .btn-new-password:active, #new-password-modal .btn-new-password:visited, #new-password-modal .btn-new-password:focus, #new-password-modal .btn-new-password:hover,
#success-reset-modal .btn-login:active, #success-reset-modal .btn-login:visited, #success-reset-modal .btn-login:focus, #success-reset-modal .btn-login:hover {
    background-color: #52a1d1;
    border: 1px solid #52a1d1;
    outline: none !important;
    color: #fff;
}

.pull-right {
    float: right !important;
}

#registration-modal .nav-tabs li, #reset-password-modal .nav-tabs li, #signup-modal .nav-tabs li, #new-password-modal .nav-tabs li {
    width: 45%;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 1px 5px 0 rgba(68, 68, 68, 0.17);
    margin: 10px;
    cursor: pointer;
}

#registration-modal .nav-tabs li a, #reset-password-modal .nav-tabs li a, #signup-modal .nav-tabs li a, #new-password-modal .nav-tabs li a {
    font-family: Montserrat-Bold;
    font-size: 12.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.05px;
    color: #5967a4 !important;
}

#registration-modal .nav-tabs li.active, #reset-password-modal .nav-tabs li.active, #signup-modal .nav-tabs li.active, #new-password-modal .nav-tabs li.active {
    color: #fff;
}

#registration-modal .nav-tabs li a:hover, #reset-password-modal .nav-tabs li a:hover, #signup-modal .nav-tabs li a:hover, #new-password-modal .nav-tabs li a:hover {
    color: #fff !important;
}

#registration-modal .nav-tabs .nav-link.active, #reset-password-modal .nav-tabs .nav-link.active, #signup-modal .nav-tabs .nav-link.active, #new-password-modal .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #52a1d1 !important;
    border-color: #52a1d1 !important;
    border-radius: 50px !important;
}

#registration-modal .nav-tabs li.active, #registration-modal .nav-tabs li:hover,
#reset-password-modal .nav-tabs li.active, #reset-password-modal .nav-tabs li:hover,
#signup-modal .nav-tabs li.active, #signup-modal .nav-tabs li:hover,
#new-password-modal .nav-tabs li.active, #new-password-modal .nav-tabs li:hover {
    background-color: #52a1d1;
    border-color: #52a1d1;
}

#registration-modal .tab-content, #reset-password-modal .tab-content, #signup-modal .tab-content, #new-password-modal .tab-content {
    position: relative;
    perspective: 100%;
    perspective-origin: 50% 50%;
}

    #registration-modal .tab-content .tab-pane, #reset-password-modal .tab-content .tab-pane, #signup-modal .tab-content .tab-pane, #new-password-modal .tab-content .tab-pane {
        padding: 30px 0;
        width: 100%;
    }


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: rotateY(45deg) translateZ(200px);
    }

    100% {
        transform: rotateY(0deg) translateZ(200px);
        opacity: 1;
    }
}


#registration-modal .tab-content .tab-pane.active, #reset-password-modal .tab-content .tab-pane.active, #signup-modal .tab-content .tab-pane.active, #new-password-modal .tab-content .tab-pane.active {
    animation: 1s ease-out;
}

#registration-modal .tab-content .tab-pane form input.form-control, #reset-password-modal .tab-content .tab-pane form input.form-control,
#signup-modal .tab-content .tab-pane form input.form-control, #signup-modal .select-box input, #new-password-modal .tab-content .tab-pane form input.form-control {
    border-color: transparent transparent #e8e8e8 transparent;
    box-shadow: none;
    padding-left: 0;
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    color: #b9b9b9;
    background: transparent !important;
}


.input-group-icon {
    background-color: transparent;
    border: transparent;
    color: #52a1d1;
    font-size: 20px;
}

.reset-info, .send-link-info, .account-found-info, .success-reset-info {
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    color: #5967a4;
    margin-bottom: 0 !important;
}

.back-to-login, .back-to-reset {
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.32;
    letter-spacing: 0.05px;
    color: #52a1d1;
}

.field-validation-error {
    font-family: Montserrat-SemiBoldItalic;
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.82;
    letter-spacing: 0.04px;
    color: #f44336;
    float: right;
}

.email p a, .phone p a, .address p a {
    color: #222 !important;
}

.app-store {
    max-width: 130px;
    width: 100%;
}

.z-one {
    max-width: 120px;
    opacity: 0.8;
    width: 100%;
    margin: -15px 0;
}

.mail-to, .mail-to:hover, .google-location, .google-location:hover {
    color: #fff !important;
}

.google-location {
    position: absolute;
}

.made-germany {
    position: absolute;
    right: 0;
    top: 12px;
}

    .made-germany img {
        max-width: 100px;
        width: 100%;
    }

.footer-logo-top {
    max-width: 109px !important;
}

.no-fixed-top {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 1030 !important;
}

.salamtak-menu .download-app a:hover {
    transition: ease-in-out 0.3s;
    transform: translate(0, -5px);
}

.footer-contact-icon {
    max-width: 16px;
    margin-right: 20px;
    width: 100%;
}

.registeration-menu li .nav-link:hover {
    border-color: transparent !important;
}

.google-location span {
    display: block;
}

.overlay-mobile-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background: url('../../images/mobile-bg@3x.png');
    overflow-x: hidden;
    transition: 0.5s;
}

.burger-menu {
    max-width: 16.2px;
    width: 100%;
}

.owl-salamtak-carousel .about-p {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.06px;
    text-align: left;
    color: #5967a4;
    margin-bottom: 36px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: red !important;
}

.about-salamtak {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, rgba(244, 243, 243, 0.5));
}

.about-salamtak-logo img {
    width: 100%;
    max-width: 65px;
}

.about-salamtak h2 {
    margin: 32px 0;
    font-family: Montserrat-Bold;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 0.09px;
    text-align: left;
    color: #5e5ce6;
}


/*--------------------------------------------------------------
# Consultation Section
--------------------------------------------------------------*/
#what-is-salamtak {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

#consultation {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

    #consultation .carousel-item {
        width: 100%;
        height: calc(100vh - 114px);
        background-size: cover;
        background-position: top !important;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    #consultation .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    #consultation .carousel-content {
        text-align: left;
    }

@media(min-width: 768px) {
    .d-tak-block {
        display: block;
    }
}

@media (max-width: 992px) {
    .carousel-control-next, .carousel-control-prev {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .get-started-btn {
        width: 100%;
    }

    #consultation .btn-get-started {
        width: 100%;
    }
}

#consultation h2 {
    margin: 42px 0 21.5px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-Bold;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.26px;
    text-align: left;
    color: #ffffff;
}

.consultation-inner h3 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.28;
    letter-spacing: 0.07px;
    text-align: left;
    color: #ffffff;
}

#consultation p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.06px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}

#consultation .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: top;
}

#consultation .carousel-inner .carousel-item,
#consultation .carousel-inner .active.carousel-item-left,
#consultation .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#consultation .carousel-inner .active,
#consultation .carousel-inner .carousel-item-next.carousel-item-left,
#consultation .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}


#consultation .carousel-control-next-icon, #consultation .carousel-control-prev-icon {
    background: none;
    width: auto !important;
    height: auto !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    list-style: none;
    margin-bottom: 10px;
}

#consultation .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
}


#consultation .carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #f4f3f3;
    cursor: pointer;
    border-radius: 100%;
    margin-right: 10px;
}

#consultation .btn-get-started {
    color: #fff !important;
    border-radius: 10px;
    width: 237px;
    height: 41px;
    transition: 0.3s;
    font-size: 15px;
    font-family: Montserrat-Bold;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #52A1D1;
    text-align: center;
    background-color: #52A1D1;
    letter-spacing: 0.06px;
    line-height: 2.5;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

    #consultation .btn-get-started:hover {
        background-color: #52ADD1;
        border: 1px solid #52ADD1;
        transform: translate(0, -5px);
        position: relative;
    }

#consultation .carousel-control-prev {
    margin-left: -40px;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff !important;
    text-decoration: none;
    outline: 0 !important;
    opacity: 1 !important;
}

    .carousel-control-prev img, .carousel-control-next img {
        max-width: 100px;
        width: 100%;
    }

.slide1 {
    background-image: url('../../images/Group848@3x.png');
}

.slide2 {
    background-image: url('../../images/Group849@3x.png');
}

.slide3 {
    background-image: url('../../images/Group850@3x.png');
}

.we-r-live {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, rgba(244, 243, 243, 0.5));
}

@media(max-width: 768px) {
    .we-r-live p {
        font-size: 15px !important;
    }

    .we-r-live h2 {
        margin: 6px 0 32px 0 !important;
    }

    .app-store-live img {
        margin-bottom: 49.8px;
    }
}

@media (min-width:992px) {
    .live-store-app {
        position: relative;
        left: 130px;
    }
}

.we-r-live h2 {
    margin: 187px 0 32px 0;
    font-family: Montserrat-Bold;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.09px;
    text-align: left;
    color: #5e5ce6;
}

.we-r-live p {
    object-fit: contain;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.06px;
    text-align: left;
    color: #5967a4;
    margin: 32px 0 36px 0;
}

.app-store-live img {
    max-width: 155px;
    width: 100%;
}

.app-phone img {
    max-width: 695px;
    width: 100%;
}

#what-salamtak .carousel-indicators {
    height: 19px;
    bottom: -20px;
    margin-bottom: 0;
    width: 76px;
    box-shadow: 0px 1px 10px 0px rgba(68, 68, 68,0.17);
    left: 15px;
    border-radius: 20px;
    /*    height: 10px;
    width: 30px;*/
}

    #what-salamtak .carousel-indicators li {
        position: relative;
        bottom: 4px;
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #5e5ce6;
        cursor: pointer;
        border-radius: 100%;
        opacity: 1;
    }

#what-salamtak .carousel-indicators .active {
    background-color: #52add1;
}


/*Start Signup Style "Hawary"*/
body.modal-opened {
    overflow-y: hidden!important;
}

@media(min-width: 576px) {
    body.modal-opened {
        padding-right: 17px!important
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #5967a4;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b9b9b9!important;
    width: 99px;
    height: 15px;
    object-fit: contain;
    font-family: Montserrat-bold;
    font-size: 12.5px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    text-align: left;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b9b9b9 !important;
    width: 99px;
    height: 15px;
    object-fit: contain;
    font-family: Montserrat-bold;
    font-size: 12.5px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    text-align: left;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b9b9b9 !important;
    width: 99px;
    height: 15px;
    object-fit: contain;
    font-family: Montserrat-bold;
    font-size: 12.5px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.05px;
    text-align: left;
}

#signup-modal .modal-dialog {
    max-width: 1130px
}

#signup-modal .modal-content {
    margin: 0 30px 2%;
}

#signup-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

@media(max-width: 575px) {
    #signup-modal .modal-body {
        padding-bottom: 87px;
    }
}

#signup-modal .signup-img {
    width: 100%;
    min-height: 100%;
    position: relative;
}

#signup-modal .signup-img img.bg-img {
    position: absolute;
    top: -7px;
    left: -8px;
    width: 100%;
    height: 103%;
    border-radius: 10px 0 0 10px;
}

#signup-modal .signup-img .signup-welcome {
    position: absolute;
    top: 40%;
    left: 5%;
}

#signup-modal .mobile-signup-welcome, #signup-modal .mobile-link {
    position: relative;
}

#signup-modal .signup-img .signup-welcome .welcome-text {
    min-width: 115px;
    margin: -9px 48px 207.7px 6px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: 0.18px;
    text-align: left;
    color: #ffffff;
}

#signup-modal .mobile-signup-welcome .salamtak-logo {
    position: absolute;
    top: 15px;
    left: 15px;
}

#signup-modal .signup-img .signup-welcome .salamtak-logo, #signup-modal .mobile-signup-welcome .salamtak-logo {
    width: 47px;
    height: 37.6px;
    margin: 0 122px 24px 0;
    border-radius: 18px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

#signup-modal .mobile-link a.mobile-goto-login {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#signup-modal .signup-img a.goto-login {
    min-width: 116px;
    margin: 208.7px 12px 1.5px 48px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-bold;
    font-size: 13px;
    line-height: 3.15;
    letter-spacing: 0.05px;
    color: #fff;
    position: absolute;
    right: 22px;
    bottom: 18px;
}

#signup-modal .mobile-link a.mobile-goto-login {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-bold;
    font-size: 13px;
    line-height: 3.15;
    letter-spacing: 0.05px;
    position: absolute;
    right: -14px;
    bottom: -45px;
    color: #5e5ce6;
}

#signup-modal .signup-container {
    padding: 54px 170px 54px 155px;
    height: 589.2px
}

@media(max-width: 575px) {
    #signup-modal .signup-container {
        padding: 54px 24px 54px 24px!important;
    }

    #signup-modal .btn-register {
        padding: 15px 118px!important;
    }
}

@media (max-width: 991px) {
    #signup-modal .signup-container {
        padding: 54px 40px 54px 40px;
    }

    #signup-modal .btn-register {
        padding: 15px 105px !important;
    }
}

#signup-modal .nav {
    flex-wrap: nowrap;
}

#signup-modal input.form-control {
    padding-bottom: 20px;
    margin-left: 8px;
    color: #5967a4!important;
}

#signup-modal .input-group {
    border: 1px solid;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-bottom-color: #e8e8e8;
}

#signup-modal .input-group-prepend, #signup-modal .select-box, #signup-modal input.form-control {
    border: none;
    position: relative;
}

#signup-modal .input-group-prepend span.input-group-icon {
    position: relative;
    bottom: 6px;
}

#signup-modal .input-group.password-input {
    position: relative;
    width: inherit;
}

#signup-modal .input-group.password-input i.eye, #signup-modal .input-group img.check {
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
    color: #b9b9b9;
    z-index: 999;
    font-size: 12.5px;
}

#signup-modal .input-group img.check {
    display: none;
}

#signup-modal .toggle p.medicine-text.off {
    color: #5967a4;
}

#signup-modal .toggle:first-child + input {
    border: 1px solid;
    color: #5967a4;
}

#signup-modal .toggle:first-child + input.hidden-input {
    display: none
}

#signup-modal .btn-register {
    margin-top: 52px;
    margin-bottom: -20px;
}

#signup-modal .btn-register.margin-on {
    margin-top: 13px;
}

#signup-modal .btn-register.margin-off {
    margin-top: 85px;
}

#signup-modal .signup-timeline {
    position: relative;
}

#signup-modal .signup-timeline.margin-page1 {
    margin-top: 17px;
}

#signup-modal .signup-timeline.margin-page2 {
    margin-top: 7px;
}

#signup-modal .signup-timeline.margin-page3 {
    margin-top: 60px;
}

#signup-modal .signup-timeline .controls i {
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    color: #52ADD1;
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
    cursor: pointer;
    top: -2px;
}

#signup-modal .signup-timeline .controls i.bxs-chevron-left {
    left: 30%;
}

#signup-modal .signup-timeline .controls i.bxs-chevron-right {
    right: 30%;
}

#signup-modal .signup-timeline .pages {
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 27px;
  font-family: Montserrat-bold;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.05px;
  color: #52a1d1;
}

#signup-modal .signup-timeline .bar {
    user-select: none;
}

#signup-modal .signup-timeline .bar span {
    display: inline-block;
    height: 4px;
    width: calc(100% /4);
    margin-left: -5px;
    background: #e8e8e8;
}

#signup-modal .signup-timeline .bar span.active {
    background: #52ADD1;
}

#signup-modal form .page:not(.active) {
    display: none;
}
/*Start styling the dropdown menu*/
#signup-modal .select-box {
    margin-left: 8px;
    position: relative;
}

#signup-modal .select-box.phone-box {
    width: 54px;
}

#signup-modal .select-box:not(.date-box)::after, #signup-modal .select-box.date-box span.after::after {
    content: url('../../images/chevron-up-outline.png');
    display: block;
    width: 20px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    color: #52ADD1;
    position: absolute;
    top: 15px;
    left: -8px;
    z-index: 1;
    cursor: pointer;
    transform: rotate(180deg);
}

#signup-modal .select-box:not(.date-box).specify::after, #signup-modal .select-box.date-box.specify span.after::after {
    transform: rotate(0deg);
    top: -12px;
}

#signup-modal .select-box input {
    width: 100% !important;
    cursor: pointer !important;
    border: none;
    background-color: transparent;
    margin-left: 8px;
    color: #5967a4!important;
}

#signup-modal .select-box.phone-box input {
    margin-left: 20px;
}

#signup-modal .select-box:not(.phone-box) input {
    position: relative;
    bottom: 5px;
}

#signup-modal .select-box.phone-box input {
    position: relative;
    bottom: 1px;
}

#signup-modal .select-box ul.options-box {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    padding: 20px 35px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 8px;
    list-style: none;
    max-height: 158px;
    width: 217.8px;
    overflow-y: auto;
}

#signup-modal .select-box ul.options-box.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    left: -15%;
    top: 28px;
}

#signup-modal .select-box.date-box ul.options-box .controls {
    position: relative;
    margin-bottom: 25px;
    color: #52A1D1;
}

#signup-modal .select-box.date-box ul.options-box .controls i.fa-chevron-left {
    position: absolute;
    left: 0;
    cursor: pointer;
}

#signup-modal .select-box.date-box ul.options-box .controls i.fa-chevron-right {
    position: absolute;
    right: 0;
    cursor: pointer;
}

#signup-modal .select-box.date-box ul.options-box .date-data .box:not(.active) {
    display: none;
}

#signup-modal .select-box ul.options-box::-webkit-scrollbar {
    display: none;
}

#signup-modal .select-box ul.options-box li {
    position: relative;
}

#signup-modal .select-box ul.options-box .drop-down span, #signup-modal .select-box ul.options-box .box-tag-name {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.05px;
    text-align: left;
    color: #5967a4;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

#signup-modal .select-box ul.options-box .box-tag-name {
    font-family: Montserrat-Bold;
}

#signup-modal .select-box ul.options-box .drop-down:not(:last-child) span {
    margin-bottom: 12px;
}

#signup-modal .select-box ul.options-box .drop-down span::after {
    content: '';
    border-bottom: 0.5px solid #e8e8e8;
    display: block;
}

#signup-modal .select-box ul.options-box .drop-down:last-child span::after {
    content: '';
    border-bottom: none;
}

#signup-modal .select-box ul.options-box .drop-down:not(:last-child) span::after {
    padding-top: 12px;
}

#signup-modal .select-box ul.options-box .drop-down span:hover, #signup-modal .select-box.date-box ul.options-box .date-data .box li span.active {
    color: #52a1d1;
}
/*End styling the dropdown menu*/

/*Special Responsive Design*/
@media(min-width: 576px) and (max-width: 605px) {
    #signup-modal .signup-img .signup-welcome .welcome-text {
        font-size: 16px;
    }

    #signup-modal .nav-tabs li a {
        font-size: 11.5px;
        padding: 9px;
    }
}

@media(min-width: 605px) and (max-width: 660px) {
    #signup-modal .signup-img .signup-welcome .welcome-text {
        font-size: 16px;
    }
}

@media(max-width: 575px) {
    #signup-modal .modal-content {
        margin: initial;
        margin-top: 5%;
    }

    #signup-modal .nav {
        flex-wrap: wrap;
    }

    #signup-modal .signup-timeline .controls i.bxs-chevron-left {
        left: 23%;
    }

    #signup-modal .signup-timeline .controls i.bxs-chevron-right {
        right: 23%;
    }
}
/*End Signup Style "Hawary"*/

/*Start Welcome Model Style "Hawary"*/
.welcome-container {
    padding: 54px 150px 54px 150px;
}

@media(max-width: 575px) {
    .welcome-container {
        padding: 54px 30px 54px 30px!important;
    }
}

@media(max-width: 681px) {
    .welcome-container {
        padding: 54px 100px 54px 100px;
    }
}

#welcome-modal .modal-dialog {
    max-width: 665px
}

#welcome-modal .welcome-text {
    margin: 30px 51px 22px;
    object-fit: contain;
    font-family: Montserrat-bold;
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 0.06px;
    text-align: center;
    color: #5e5ce6;
}

#welcome-modal p.welcome-info {
    margin: 22px 0 32px;
    object-fit: contain;
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    line-height: 1.6;
    letter-spacing: 0.05px;
    text-align: center;
    color: #5967a4;
}

@media(max-width: 410px) {
    #welcome-modal .btn-login {
        padding: 15px 55px;
    }
}
/*End Welcome Model Style "Hawary"*/

/*Start Reset Password Modal, Send Link Modal, Account Found Modal, New Password Modal & Success Reset Model "Hawary"*/
#reset-password-modal .modal-dialog, #send-link-modal .modal-dialog, #account-found-modal .modal-dialog, #new-password-modal .modal-dialog, #success-reset-modal .modal-dialog {
    max-width: 665px;
}

#reset-password-modal .modal-body, #send-link-modal .modal-body, #account-found-modal .modal-body, #new-password-modal .modal-body, #success-reset-modal .modal-body {
    padding: 0;
}

#reset-password-modal .nav-tabs li, #new-password-modal .nav-tabs li {
    width: 46.5%;
}

#signup-modal .nav-tabs li {
    width: 50%;
}

@media(max-width: 564px) {
    #reset-password-modal .nav-tabs li, #new-password-modal .nav-tabs li, #signup-modal .nav-tabs li {
        width: 100%;
    }

    #reset-password-modal .nav .nav-item:first-child, #new-password-modal .nav .nav-item:first-child, #signup-modal .nav .nav-item:first-child {
        margin-right: 0;
    }

    #reset-password-modal .nav .nav-item:last-child, #new-password-modal .nav .nav-item:last-child, #signup-modal .nav .nav-item:last-child {
        margin-left: 0;
    }
}

@media(min-width: 565px) and (max-width: 673px) {
    #reset-password-modal .nav-tabs li, #new-password-modal .nav-tabs li {
        width: 48%;
    }

    #signup-modal .nav-tabs li {
        width: 47.7%;
    }
}

@media(min-width: 674px) and (max-width: 992px) {
    #reset-password-modal .nav-tabs li, #new-password-modal .nav-tabs li, #signup-modal .nav-tabs li {
        width: 48.4%;
    }
}

#reset-password-modal .nav .nav-item:first-child, #new-password-modal .nav .nav-item:first-child, #signup-modal .nav .nav-item:first-child {
    margin-left: 0;
}

#reset-password-modal .nav .nav-item:last-child, #new-password-modal .nav .nav-item:last-child, #signup-modal .nav .nav-item:last-child {
    margin-right: 0;
}

#reset-password-modal .tab-content .tab-pane, #new-password-modal .tab-content .tab-pane {
    padding-bottom: 0;
}

#reset-password-modal .input-group-icon, #new-password-modal .input-group-icon {
    padding-left: 0;
    position: relative;
    bottom: 6px;
}

#reset-password-modal .reset-container {
    padding: 54px 170px 54px 170px;
}

@media (max-width: 992px) {
    #reset-password-modal .reset-container {
        padding: 54px 15px !important;
    }
}

#reset-password-modal .btn-login, #reset-password-modal .btn-signup, #send-link-modal .btn-resend-link, #account-found-modal .btn-signup {
    padding: 15px 114px;
}

#reset-password-modal .input-group, #new-password-modal .input-group {
    border: 1px solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: #e8e8e8;
}

#reset-password-modal .input-group-prepend, #reset-password-modal input.form-control, #new-password-modal .input-group-prepend, #new-password-modal input.form-control {
    border: none;
    position: relative;
}

#reset-password-modal input.form-control, #new-password-modal input.form-control {
    padding-bottom: 20px;
    margin-left: 8px;
    color: #5967a4 !important;
}

#send-link-modal .modal-content, #account-found-modal .modal-content {
    margin-bottom: 8%;
}

#send-link-modal .send-link-container {
    padding: 74px 164px;
}

#account-found-modal .account-found-container {
    padding: 74px 157px;
}

@media (max-width: 992px) {
    #send-link-modal .send-link-container, #account-found-modal .account-found-container {
        padding: 74px 15px !important;
    }
}

#send-link-modal hr, #account-found-modal hr {
    border: 1px solid #e8e8e8;
    width: 80%
}

#send-link-modal .no-link, #account-found-modal .already-account, #new-password-modal .already-account {cursor: initial}

@media(max-width: 575px) {
    #new-password-modal, #success-reset-modal, #account-found-modal, #reset-password-modal, #signup-modal, #registration-modal, #send-link-modal, #welcome-modal {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media(min-width: 576px) {
    #new-password-modal, #success-reset-modal, #account-found-modal, #reset-password-modal, #signup-modal, #registration-modal, #send-link-modal, #welcome-modal {
        padding-right: 17px !important;
    }
}

#new-password-modal .new-password-container {
    padding: 54px 170px 40px 170px;
}

@media (max-width: 992px) {
    #new-password-modal .new-password-container {
        padding: 54px 15px 40px 15px !important;
    }
}

#new-password-modal .input-group i.eye {
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
    color: #b9b9b9;
    z-index: 999;
    font-size: 12.5px;
}

#new-password-modal .btn-new-password, #new-password-modal .btn-signup {
    padding: 15px 100px;
}

#new-password-modal .back-to-login {
    position: relative;
    top: 24px;
}

#success-reset-modal .success-reset-container {
    padding: 74px 167px;
}

@media (max-width: 992px) {
    #success-reset-modal .success-reset-container {
        padding: 74px 15px;
    }
}

#success-reset-modal .modal-content {
    margin-bottom: 23%;
}

i.fa-times.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #5e5ce6;
    cursor: pointer;
    z-index: 999;
}

/*End Reset Password Modal, Send Link Modal, Account Found Modal, New Password Modal & Success Reset Model "Hawary*/

/*Start Video Consultation, Treatment Request & Second Opinion Pages JS "Hawary"*/
#hero.video-cons, #hero.treatment-req, #hero.second-opinion {
    margin-bottom: 0;
    overflow: visible;
    position: relative;
    height: 456px;
}

#hero.video-cons {
    background-image: url(../../images/video_cons_bg.png);
}

#hero.treatment-req {
    background-image: url(../../images/treatment_req_bg.png);
}

#hero.second-opinion {
    background-image: url(../../images/second_opinion_bg.png)
}
  
#hero.video-cons .middle-content, #hero.treatment-req .middle-content, #hero.second-opinion .middle-content {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 100%;
    transform: translate(-50%, 100%);
}

#hero.video-cons .video-cons-head, #hero.treatment-req .treatment-req-head, #hero.second-opinion .second-opinion-head {
    margin-bottom: 26px;
    object-fit: contain;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-Bold;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.26px;
    color: #ffffff;
}

#hero.video-cons .video-cons-info, #hero.treatment-req .treatment-req-info, #hero.second-opinion .second-opinion-info {
    height: 19px;
    margin-top: 26px;
    object-fit: contain;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.06px;
    color: #ffffff;
    text-align: center;
}

.search-pages-main {
    background-color: rgba(244, 243, 243, 0.5);
    padding-top: 100px;
}

.search-container {
    position: relative;
}

.search-box {
    width: 664px;
    height: 44px;
    padding: 7px 214.5px;
    object-fit: contain;
    border-radius: 23px;
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
    background-color: #ffffff;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9998;
    cursor: pointer;
    transition: .1s;
}

.search-box input {
    border: none;
    outline: none;
    width: 90%;
    font-family: Montserrat-SemiBold;
    font-size: 13.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: 0.05px;
    text-align: left;
    cursor: pointer;
    color: #5967a4;
}

.search-box i {
    color: #b9b9b9;
    font-size: 13.5px;
    line-height: 1.48;
    letter-spacing: 0.05px;
}

.search-box i.fa-times {
    display: none;
    cursor: pointer;
}

.search-box.active {
    padding: 7px 17px 7px 100px;
    cursor: initial;
}

.search-box.active i.fa-search {
   color: #5967a4;
}

.search-box i.fa-times.open {
    display: initial;
    color: #5967a4;
}

.search-box.active input {
    cursor: initial;
}

.search-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    line-height: 1.1;
}

.search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    line-height: 1.1;
}

.search-box input::-ms-input-placeholder { /* Microsoft Edge */
    line-height: 1.1;
}

.search-menu {
    display: block;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    z-index: 99999;
    padding: 40px 42px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 8px;
    max-height: 283px;
    width: 648px;
    overflow-y: auto;
    display: none;
    outline: none;
}

.search-menu::-webkit-scrollbar {
    width: 5px;
}
.search-menu::-webkit-scrollbar-track-piece:end {
    
    margin-bottom: 40px;
}

.search-menu::-webkit-scrollbar-track-piece:start {
    margin-top: 40px;
}

.search-menu::-webkit-scrollbar-track {
    background-color: transparent;
        
}

.search-menu::-webkit-scrollbar-thumb {
    background-color: #5967a4;
    border-radius: 10px;
}

.search-menu ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.search-menu ul.group-box:not(:first-child) {
    margin-top: 30px;
}

.search-menu.first-box-filtered ul.group-box {
    margin-top: 0;
}

.search-menu.first-box-filtered ul.group-box:not(:last-child) {
    margin-bottom: 30px;
}

.search-menu.both-box-filtered ul.group-box {
    margin-top: 0;
    margin-bottom: 0;
}

.search-menu.both-box-filtered ul.group-box:not(.filtered) {
    margin-top: 30px;
}

.search-menu ul.group-box li {
    position: relative;
}

.search-menu ul.group-box li span, .search-menu ul.group-box li.box-tag-name span {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.05px;
    text-align: left;
    color: #5967a4;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.search-menu ul.group-box li.box-tag-name span {
    font-family: Montserrat-Bold;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.search-menu ul.group-box .results li.box-result:not(:first-child) span {
    margin-top: 16px;
}

.search-menu ul.group-box li span:hover {
    color: #52a1d1;
}

.filtered {
    display: none!important;
}

@media(max-width: 360px) {
    .search-box {
        width: 265px !important;
        padding: 7px 16px !important;
    }

    .search-box i.fa-times.open {
        right: 0!important;
    }

    .search-menu {
        width: 265px!important;
    }
}

@media(max-width: 519px) {
    .search-box {
        width: 340px;
        padding: 7px 32px;
    }

    .search-box i.fa-times.open {
        position: relative;
        top: -17px;
        right: -15px;
        float: right;
    }

    .search-box.active {
        padding: 7px 38px 7px 23px;
    }

    .search-menu {
        width: 340px;
    }
}

@media(min-width:520px) and (max-width: 767px) {
     .search-box {
        width: 500px;
        padding: 7px 133px;
    }

    .search-box.active {
        padding: 7px 27px 7px 65px;
    }

    .search-menu {
        width: 500px;
    }
}

.fade-body, .side-bar-fade-body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    display: none;
}

.side-bar-fade-body {
    z-index: 9999;
}

body.fade-opened {
    overflow-y: hidden !important;
}

@media(min-width: 576px) {
    body.fade-opened {
        padding-right: 17px !important
    }
}

.search-pages-slider .owl-carousel {
    position: relative;
    bottom: 38px;
}

.search-pages-slider .owl-carousel .owl-item .slide {
    position: relative;
    width: 220px;
    height: 145px;
}

.search-pages-slider .owl-carousel .owl-item.active .slide {
    transition: .3s;
}

.search-pages-slider .owl-carousel .owl-item .slide img {
    margin: auto;
    height: 100%;
    cursor: pointer;
}

.search-pages-slider .owl-carousel .owl-item.active .slide.hover::after {
    content: "";
    position: absolute;
    width: 91%;
    height: 87%;
    top: 11px;
    left: 9.5px;
    background: #ECE9E6; 
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); 
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); 
    opacity: .3;
    cursor: pointer;
} 

.search-pages-slider .owl-carousel .owl-item.active .slide.selected {
    transform: scale(1.02)
}

.search-pages-slider .owl-carousel .owl-item.active .slide.selected::after {
    content: "";
    position: absolute;
    width: 91%;
    height: 87%;
    top: 11px;
    left: 9.5px;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    opacity: .3;
    cursor: pointer;
    box-shadow: 0 2px 15px 0 rgba(68, 68, 68, 0.17);
}

.search-pages-slider .owl-carousel .slide.blur-right::after {
    content: "";
    position: absolute;
    width: 37%;
    height: 85%;
    top: 11px;
    left: 12.5px;
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .6;
    cursor: pointer;
}

.search-pages-slider .owl-carousel .slide.blur-left::after {
    content: "";
    position: absolute;
    width: 37%;
    height: 85%;
    top: 11px;
    right: 12.5px;
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .6;
    cursor: pointer;
}

.search-pages-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 32%;
    width: 100%
}

.search-pages-slider .owl-carousel .owl-nav .owl-prev , .search-pages-slider .owl-carousel .owl-nav .owl-next  {
    position: absolute;
    z-index: 999;
    background: #fff;
    border-radius: 50%;
    color: #5967a4;
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
    outline: none;
    width: 30px;
    height: 30px;
}

.search-pages-slider .owl-carousel .owl-nav .owl-prev span, .search-pages-slider .owl-carousel .owl-nav .owl-next span {
    position: relative;
    bottom: 9px;
}

.search-pages-slider .owl-carousel .owl-nav .owl-prev.disabled , .search-pages-slider .owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.search-pages-slider .owl-carousel .owl-nav .owl-prev:hover, .search-pages-slider .owl-carousel .owl-nav .owl-next:hover {
    color: #52add1;
}
.search-pages-slider .owl-carousel .owl-nav .owl-prev {
    left: 10px;
    
} 
.search-pages-slider .owl-carousel .owl-nav .owl-next {
    right: 10px;
} 

.search-pages-slider .owl-carousel .owl-dots {
    min-height: 19px;
    margin-bottom: 10px;
    margin-top: 24px;
    min-width: 76px;
    box-shadow: 0px 1px 10px 0px rgba(68, 68, 68,0.17);
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.search-pages-slider .owl-carousel .owl-dots .owl-dot {
    position: relative;
    bottom: 7px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #5e5ce6;
    cursor: pointer;
    border-radius: 100%;
    opacity: 1;
    outline: none;
}

.search-pages-slider .owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 5px;
}

.search-pages-slider .owl-carousel .owl-dots .owl-dot.active {
    background-color: #52add1;
}

.reset-filter {
    width: 74px;
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    line-height: 1.76;
    letter-spacing: 0.05px;
    text-align: left;
    color: #52a1d1;
    position: relative;
    bottom: 73px;
    right: 0;
    float: right;
    right: 18px;
    cursor: pointer;
    z-index: 999;
}

.reset-filter:hover {
    color: #52ADD1;
}

#page-body {
    margin-top: 96px;
}

#page-body .tags-bars .title {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    line-height: 1.82;
    letter-spacing: 0.04px;
    text-align: left;
    color: #5967a4;
}

#page-body .tags-bars .tag {
    background: #e8e8e8;
    border-radius: 20px;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    letter-spacing: .05px;
    line-height: 1.83;
    text-align: center;
    display: inline-block;
    padding: 2px 30px;
    color: #b9b9b9;
    text-transform: capitalize;
}

#page-body .tags-bars .tag.filter {
    margin-bottom: 16px;
}

#page-body .tags-bars .tag.filter:not(:last-child) {
    margin-right: 16px;
}

#page-body .tags-bars .filter-bar .search-result-tag span {
    margin-right: 16px;
}

#page-body .tags-bars .filter-bar, #page-body .tags-bars .sort-bar {
    float: left;
}

#page-body .tags-bars .sort-bar {
    display: none;
}

#page-body .tags-bars .filter-bar .tag.filter i {
    position: relative;
    left: 12px;
    cursor: pointer;
}

#page-body .default-state, #page-body .not-found-specialty-state {
    position: relative;
    min-height: 300px;
}

#page-body .not-found-specialty-state, #page-body .not-found-result-state {
    display: none;
}

#page-body .default-state .middle-content, #page-body .not-found-specialty-state .middle-content, #page-body .not-found-result-state .middle-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

#page-body .not-found-result-state .middle-content {
    top: 5%;
}

#page-body .default-state i.fa-search, #page-body .not-found-specialty-state i.fa-search, #page-body .not-found-result-state i.fa-search {
    font-size: 20px;
    line-height: 1.48;
    letter-spacing: 0.05px;
    color: #5967a4;
}

#page-body .default-state h4, #page-body .not-found-specialty-state h4, #page-body .not-found-result-state h4 {
  font-family: Montserrat-Bold;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.06px;
  color: #5967a4;
}

#page-body .default-state p, #page-body .not-found-specialty-state p, #page-body .not-found-result-state p {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.05px;
  color: #5967a4;
}

#page-body .cards-and-side-bar-content {
    display: none;
}

#page-body .side-bar {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(68, 68, 68, 0.17);
    padding: 42px;
    min-height: 2274px;
}

#page-body .side-bar hr {
    border-top: 1px solid rgba(232,232,232, 1)
}

#page-body .side-bar .clear {
    clear: both;
}

#page-body .side-bar .main-head {
    margin-bottom: 58px;
}

#page-body .side-bar .head > span:first-child {
  font-family: Montserrat-Bold;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.06px;
  color: #5e5ce6;
}  

#page-body .side-bar .head > span:last-child {
    float: right;
    cursor: pointer;
}

#page-body .side-bar .reset {
  font-family: Montserrat-SemiBold;
  font-size: 12.5px;
  line-height: 1.76;
  letter-spacing: 0.05px;
  color: #52a1d1;
  cursor: pointer;
}

#page-body .side-bar .reset:hover {
    color: #52ADD1;
}

#page-body .side-bar .minus-sign {
    color: #5e5ce6;
    position: relative;
    bottom: 6px;
}

#page-body .side-bar .side-bar-section ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#page-body .side-bar .search-section {
    position: relative;
}

#page-body .side-bar .side-bar-search {
    height: 44px;
    margin-top: 36px;
}

#page-body .side-bar .side-bar-search .side-bar-search-box {
    height: 44px;
    width: 100%;
    padding: 7px 15px;
    object-fit: contain;
    border-radius: 23px;
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    cursor: pointer;
    transition: .1s;
}

#page-body .side-bar .side-bar-search .side-bar-search-box input {
    border: none;
    outline: none;
    width: 75%;
    font-family: Montserrat-SemiBold;
    font-size: 13.5px;
    line-height: 1.48;
    letter-spacing: 0.05px;
    text-align: left;
    cursor: pointer;
    color: #5967a4;
}

#page-body .side-bar .side-bar-search .side-bar-search-box i {
    color: #b9b9b9;
    font-size: 13.5px;
    line-height: 1.48;
    letter-spacing: 0.05px;
}

#page-body .side-bar .side-bar-search .side-bar-search-box i.fa-times {
    display: none;
    cursor: pointer;
}

#page-body .side-bar .side-bar-search .side-bar-search-box.active {
    cursor: initial;
}

#page-body .side-bar .side-bar-search .side-bar-search-box.active i.fa-search {
    color: #5967a4;
}

#page-body .side-bar .side-bar-search .side-bar-search-box i.fa-times.open {
    display: initial;
    color: #5967a4;
}

#page-body .side-bar .side-bar-search .side-bar-search-box.active input {
    cursor: initial;
}

#page-body .side-bar .side-bar-search .side-bar-search-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    line-height: 1.1;
}

#page-body .side-bar .side-bar-search .side-bar-search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    line-height: 1.1;
}

#page-body .side-bar .side-bar-search .side-bar-search-box input::-ms-input-placeholder { /* Microsoft Edge */
    line-height: 1.1;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 92px;
    transform: translateX(-50%);
    z-index: 99999;
    padding: 40px 42px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 8px;
    max-height: 480px;
    overflow-y: auto;
    outline: none;
    display: none;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu.hospital-search-menu {
    width: 115%;
    max-height: 484px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu.hospital-search-menu ul.group-box:not(:last-child) {
    margin-bottom: 30px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu::-webkit-scrollbar {
    width: 5px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu::-webkit-scrollbar-track-piece:end {
    margin-bottom: 40px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu::-webkit-scrollbar-track-piece:start {
    margin-top: 40px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu::-webkit-scrollbar-thumb {
    background-color: #5967a4;
    border-radius: 10px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu ul.group-box li {
    position: relative;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu ul.group-box li span {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.05px;
    text-align: left;
    color: #5967a4;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu ul.group-box li.box-tag-name span {
    font-family: Montserrat-Bold;
    cursor: initial;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu ul.group-box .results li.box-result span {
    margin-top: 16px;
}

#page-body .side-bar .side-bar-search .side-bar-search-menu ul.group-box .results li span:hover {
    color: #52a1d1;
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-head > span:first-child span {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 0.04px;
    color: #b9b9b9;
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-head > span:last-child {
    position: relative;
    bottom: 28px;
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-list::-webkit-scrollbar,
#page-body .side-bar .city-section .city-list::-webkit-scrollbar {
    width: 5px;
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-list::-webkit-scrollbar-track,
#page-body .side-bar .city-section .city-list::-webkit-scrollbar-track {
    background-color: #e8e8e8;
        
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-list::-webkit-scrollbar-thumb,
#page-body .side-bar .city-section .city-list::-webkit-scrollbar-thumb {
    background-color: #5967a4;
    border-radius: 10px;
}

#page-body .side-bar .city-section .city-list {
    max-height: 377px;
    overflow-y: auto;
}

#page-body .side-bar .hospital-ranking-section .hospital-ranking-list {
    max-height: 120px;
    overflow-y: auto;
}

#page-body .side-bar input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #c4c4c4;
    position: relative;
    top: 3px;
    cursor: pointer;
}

#page-body .side-bar input[type='radio']:before {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    margin: 11% auto;
    border-radius: 50%;
}

#page-body .side-bar input[type="radio"]:checked:before {
    background: #52a1d1;
}

#page-body .side-bar input[type="radio"]:checked {
    border-color: #52a1d1;
}

#page-body .side-bar label {
    font-family: Montserrat-SemiBold;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.05px;
    color: #b9b9b9;
    cursor: pointer;
}

#page-body .side-bar .price-section .price-inputs {
    display: flex;
    flex-wrap: nowrap;
}

#page-body .side-bar .price-section .price-inputs .divider {
    width: 13px;
    height: 1px;
    display: inline-block;
    background: #c4c4c4;
    position: relative;
    top: 22px;
    margin: 0 12px;
}

#page-body .side-bar .price-section .price-inputs .input-one,
#page-body .side-bar .price-section .price-inputs .input-two {
   min-width: 108px;
   position: relative;
}

#page-body .side-bar .price-section .price-inputs .input-one i,
#page-body .side-bar .price-section .price-inputs .input-two i {
    position: absolute;
    color: #b9b9b9;
    font-size: 8px;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

#page-body .side-bar .price-section .price-inputs .input-one i:hover,
#page-body .side-bar .price-section .price-inputs .input-two i:hover {
    color: #52A1D1;
}

#page-body .side-bar .price-section .price-inputs .input-one i.fa-chevron-down,
#page-body .side-bar .price-section .price-inputs .input-two i.fa-chevron-down {
    top: 25px;
}

#page-body .side-bar input[type='number'] {
    text-align: left;
    height: 44px;
    width: 100%;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 1px 5px 0 rgba(68, 68, 68, 0.17);
    background-color: #ffffff;
    border: none;
    outline: none;
    font-family: Montserrat-SemiBold;
    color: #b9b9b9;
    letter-spacing: .05px;
    font-size: 13px;
    cursor: pointer;
    padding-left: 20px;
}

#page-body .side-bar input[type='number']::-webkit-outer-spin-button,
#page-body .side-bar input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#page-body .side-bar input.range-bar {
  -webkit-appearance: none;  
  appearance: none;
  width: 100%;
  height: 5px; 
  background: transparent;
  outline: none;
  float: left;
}

#page-body .side-bar input.range-bar:first-child {
    position: relative;
    top: 5px;
}

#page-body .side-bar input.range-bar::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 12px; 
  height: 12px; 
  border-radius: 50%;
  background: #5e5ce6; 
  cursor: pointer;
  position: relative;
  z-index: 10;
}

#page-body .side-bar input.range-bar::-moz-range-thumb {
  width: 10px; 
  height: 10px; 
  border-radius: 50%;
  background: #5e5ce6; 
  cursor: pointer; 
}

#page-body .side-bar .range-bar-connector {
    background: #e8e8e8;
    height: 4px;
    width: 100%;
    position: relative;
    top: 10px;
    z-index: 2;
}

#page-body .breadcrumb-page {
    margin-bottom: 200px;
}

#page-body .breadcrumb-page .page {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    line-height: 1.82;
    letter-spacing: 0.04px;
    color: #5967a4;
}

#page-body .breadcrumb-page .page a {
    cursor: pointer;
}

#page-body .cards .result-card {
    max-width: 664px;
    padding: 30px;
    height: 234px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(68, 68, 68, 0.17);
}

#page-body .cards .result-card.hospital-card, #page-body .cards .result-card.second-opinion-card {
    height: 216.5px;
}

#page-body .cards .result-card:hover {
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
}

#page-body .cards .result-card.sponsored {
    height: 345px;
    box-shadow: 0 1px 15px 0 rgba(68, 68, 68, 0.17);
}

#page-body .cards .result-card.hospital-card.sponsored {
    height: 324px;
}

#page-body .cards .result-card.second-opinion-card.sponsored {
    height: 332px
}

#page-body .cards .result-card.sponsored-info {
    height: auto;
    position: relative;
}

#page-body .cards .result-card.sponsored:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

#page-body .cards .result-card.sponsored span.sponsor {
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05px;
    text-align: left;
    color: #52add1;
    position: relative;
    left: 10px;
}

#page-body .cards .result-card.sponsored-info .up-arrow {
    position: absolute;
    top: 32px;
    right: 42px;
    cursor: pointer;
}

#page-body .cards .result-card .result-card-info .name, 
#page-body .cards .result-card.sponsored-info .sponsored-info-title {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 0.06px;
    color: #5e5ce6;
}

#page-body .cards .result-card .result-card-info .speciality,
#page-body .cards .result-card .result-card-info .address,
#page-body .cards .result-card.sponsored-info .sponsored-info-description {
    font-family: Montserrat-SemiBold;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.05px;
    color: #5967a4;
}

#page-body .cards .result-card .result-card-info .address,
#page-body .cards .result-card.sponsored-info .sponsored-info-description {
    font-size: 12px;
    line-height: 1.67;
}

#page-body .cards .result-card.sponsored-info .sponsored-info-description {
    line-height: 1.83;
}

#page-body .cards .result-card.sponsored-info .sponsored-info-description .sponsored-info-name {
    font-family: Montserrat-Bold;
}

#page-body .cards .result-card .result-card-info .available-time,
#page-body .cards .result-card .result-card-info .fee,
#page-body .cards .result-card .result-card-ranking .ranking-title,
#page-body .cards .result-card .result-card-ranking span {
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    line-height: 1.6;
    letter-spacing: 0.05px;
    color: #52a1d1;
}


#page-body .cards .result-card .result-card-ranking .ranking-title {
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    top: 3px;
}

#page-body .cards .result-card .result-card-ranking span {
    font-size: 12px;
    line-height: 1.5;
}

#page-body .cards .result-card .result-card-info .available-time span,
#page-body .cards .result-card .result-card-info .fee span {    
  font-family: Montserrat-SemiBold;
  font-size: 12.5px;
  line-height: 1.6;
  letter-spacing: 0.05px;
  color: #5967a4;
  margin-left: 23px;
}

#page-body .cards .result-card .info-btn, #page-body .cards .result-card .book-btn, #page-body .cards .result-card .req-btn, #page-body .cards .result-card .get-opinion-btn {
    width: 200px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #52a1d1;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-family: Montserrat-Bold;
    line-height: 2.92;
    letter-spacing: 0.05px;
    position: relative;
}

#page-body .cards .result-card .book-btn, #page-body .cards .result-card .req-btn, #page-body .cards .result-card .get-opinion-btn {
    background: #5e5ce6
}

#page-body .cards .result-card:not(.sponsored) .result-card-ranking {
    margin-bottom: 40px;
}

#page-body .cards .result-card.doctor-card:not(.sponsored) .result-card-ranking {
    margin-bottom: 70px;
}

#page-body .cards .result-card .book-btn, #page-body .cards .result-card .req-btn, #page-body .cards .result-card .get-opinion-btn {
    right: 28px;
}

#page-body .cards .result-card.sponsored .info-btn {
    right: 55px;
}

#page-body .see-more, #page-body .no-result-reset-filters, #page-body .search-reset-filters {
    font-family: Montserrat-SemiBold;
    font-size: 12.5px;
    line-height: 1.76;
    letter-spacing: 0.05px;
    color: #52a1d1;
    text-align: center;
    cursor: pointer;
}

#page-body .see-more:hover, #page-body .no-result-reset-filters:hover, #page-body .search-reset-filters:hover {
    color: #52ADD1;
} 

#page-body .no-result-reset-filters {
    transform: translateX(0);
    left: 0;
}

#page-body .see-more, #page-body .search-reset-filters {
    display: none;
}

/*Responsive Media Query*/
@media(max-width: 400px) {
    #page-body .side-bar .side-bar-search .side-bar-search-box input {
        width: 75%!important;
    }
}

@media(max-width: 500px) {
    #page-body .side-bar .price-section .price-inputs .input-one, #page-body .side-bar .price-section .price-inputs .input-two {
        min-width: 45%;
    }
    #page-body .side-bar .side-bar-search .side-bar-search-box input {
        width: 80%;
    }
}

@media(min-width: 501px) and (max-width: 767px) {
    #page-body .side-bar .price-section .price-inputs .input-one, #page-body .side-bar .price-section .price-inputs .input-two {
        min-width: 47%;
    }
    #page-body .side-bar .side-bar-search .side-bar-search-box input {
        width: 88%;
    }
}

@media(max-width: 575px) {
    #page-body .cards .result-card:not(.sponsored) .book-btn, #page-body .cards .result-card:not(.sponsored) .req-btn, #page-body .cards .result-card:not(.sponsored) .get-opinion-btn {
        width: 100%;
    }
    #page-body .cards .result-card .result-card-info .available-time span, #page-body .cards .result-card .result-card-info .fee span {
        margin-left: 18px;
    }
    #page-body .cards .result-card {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    #page-body .cards .result-card.sponsored .book-btn, #page-body .cards .result-card.sponsored .info-btn, #page-body .cards .result-card.sponsored .req-btn, #page-body .cards .result-card.sponsored .get-opinion-btn {
        right: 0;
        width: 100%;
    }
    #page-body .cards .result-card:not(.sponsored) .result-card-ranking {
        margin-bottom: 20px!important;
    }
    #page-body .cards .result-card:not(.sponsored) .book-btn, #page-body .cards .result-card:not(.sponsored) .req-btn, #page-body .cards .result-card:not(.sponsored) .get-opinion-btn {
        right: 0;
    }
    #page-body .cards .result-card {
        min-height: 234px;
        height: initial;
    }
    #page-body .cards .result-card.hospital-card, #page-body .cards .result-card.second-opinion-card {
        min-height: 216.5px;
        height: initial;
    }
    #page-body .cards .result-card.sponsored {
        min-height: 345px;
        height: initial;
    }
    #page-body .cards .result-card.hospital-card.sponsored {
        min-height: 324px;
        height: initial;
    }
    #page-body .cards .result-card.second-opinion-card.sponsored {
        min-height: 332px;
        height: initial;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #page-body .side-bar .price-section .price-inputs .input-one, #page-body .side-bar .price-section .price-inputs .input-two {
        min-width: 48%;
    }
    #page-body .side-bar .side-bar-search .side-bar-search-box input {
        width: 92%;
    }
}

@media(max-width: 991px) {
    #page-body .breadcrumb-page {
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #page-body .side-bar .price-section .price-inputs .input-one, #page-body .side-bar .price-section .price-inputs .input-two {
        min-width: 90px;
    }
    #page-body .cards .result-card .result-card-info .available-time span, #page-body .cards .result-card .result-card-info .fee span {
        margin-left: 13px;
    }
}

@media(max-width: 1199px) {
    #page-body .side-bar .price-section .price-inputs .divider {
        margin: 0 7px;
    }
}
/*End Video Consultation, Treatment Request & Second Opinion Pages JS "Hawary"*/

/*Start Video Page "Hawary"*/
#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#publisher {
    position: absolute;
    width: 360px;
    height: 240px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}
/*End Video Page "Hawary"*/