html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #848e9f;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

::-moz-selection {
    background-color: #21cdc0;
    color: #fff
}

::selection {
    background-color: #21cdc0;
    color: #fff
}

a {
    color: #4649a3;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

a:hover {
    color: #d70a15;
    text-decoration: none
}

section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px
}

img {
    max-width: 100%
}

* {
    outline: 0
}

button {
    padding: 0;
    border: none;
    background-color: transparent
}

select {
    background-color: transparent
}

.form-control, .form-control:focus, button, button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: none
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .container {
        max-width: 100%
    }
}

@media (max-width:991px) {
    body, html {
        overflow-x: hidden
    }
}

.sticky-top {
    z-index: 500
}

.row-no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row-no-gutter>[class*=col] {
    padding-right: 0;
    padding-left: 0
}

.inner-padding {
    padding: 65px
}

.box-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.background-banner {
    min-height: 500px
}

.bg-size-auto {
    background-size: auto !important
}

.bg-top-right {
    background-position: top right !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.bg-bottom-center {
    background-position: bottom center !important
}

.width-auto {
    width: auto !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important;
    color: #ffffff;
}

.fz-16 {
    font-size: 16px !important
}

.fz-25 {
    font-size: 25px !important
}

.font-secondary {
    font-family: Roboto, sans-serif
}

.lh-1 {
    line-height: 1 !important
}

.list-inline>li {
    display: inline-block
}

.align-v {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-v-h {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.border-top {
    border-top: 1px solid #e7ebef !important
}

.border-bottom {
    border-bottom: 1px solid #e7ebef !important
}

.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef
}

.divider-sm {
    width: 20px;
    height: 2px
}

.divider-xl {
    width: 130px
}

.divider-primary {
    background-color: #21cdc0
}

.divider-secondary {
    background-color: #213360
}

.divider-white {
    background-color: #fff
}

.minwidth-120 {
    min-width: 120px !important
}

.minwidth-170 {
    min-width: 170px !important
}

.z-index-2 {
    z-index: 2 !important
}

.mt--20 {
    margin-top: -20px
}

.mt--50 {
    margin-top: -50px
}

.mt--80 {
    margin-top: -80px
}

.mt--90 {
    margin-top: -90px
}

.mt--100 {
    margin-top: -80px
}

.mt--120 {
    margin-top: -120px
}

.mt--130 {
    margin-top: -130px
}

.mt--140 {
    margin-top: -140px
}

.mt--170 {
    margin-top: -170px
}

.mt--200 {
    margin-top: -200px
}

.mt--210 {
    margin-top: -210px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mt--100 {
    margin-top: -100px
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pb-10 {
    padding-top: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-170 {
    padding-top: 170px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-220 {
    padding-bottom: 220px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-100 {
    padding-left: 100px !important
}

.max-width-1300 {
    max-width: 1300px !important
}

@media (min-width:1500px) {
    .inner-padding {
        padding: 110px
    }
}

@media (max-width:1200px) {
    .inner-padding {
        padding: 30px !important
    }
}

@media (max-width:992px) {
    .mt-30 {
        margin-top: 20px !important
    }

    .mt-40 {
        margin-top: 20px !important
    }

    .mt-50 {
        margin-top: 25px !important
    }

    .mt-60 {
        margin-top: 30px !important
    }

    .mt-70 {
        margin-top: 35px !important
    }

    .mt-80 {
        margin-top: 40px !important
    }

    .mt-90 {
        margin-top: 45px !important
    }

    .mt-100 {
        margin-top: 50px !important
    }

    .mt-120 {
        margin-top: 60px !important
    }

    .mt-150 {
        margin-top: 75px !important
    }

    .mb-30 {
        margin-bottom: 15px !important
    }

    .mb-40 {
        margin-bottom: 20px !important
    }

    .mb-50 {
        margin-bottom: 25px !important
    }

    .mb-60 {
        margin-bottom: 30px !important
    }

    .mb-70 {
        margin-bottom: 35px !important
    }

    .mb-80 {
        margin-bottom: 40px !important
    }

    .mb-90 {
        margin-bottom: 45px !important
    }

    .mb-100 {
        margin-bottom: 50px !important
    }

    .mb-120 {
        margin-bottom: 60px !important
    }

    .mb-130 {
        margin-bottom: 65px !important
    }

    .mr-30 {
        margin-right: 15px !important
    }

    .mr-40 {
        margin-right: 20px !important
    }

    .mr-50 {
        margin-right: 25px !important
    }

    .ml-30 {
        margin-left: 15px !important
    }

    .ml-40 {
        margin-left: 20px !important
    }

    .ml-50 {
        margin-left: 25px !important
    }

    .pt-30 {
        padding-top: 15px !important
    }

    .pt-40 {
        padding-top: 20px !important
    }

    .pt-50 {
        padding-top: 25px !important
    }

    .pt-60 {
        padding-top: 30px !important
    }

    .pt-70 {
        padding-top: 35px !important
    }

    .pt-80 {
        padding-top: 40px !important
    }

    .pt-90 {
        padding-top: 45px !important
    }

    .pt-100 {
        padding-top: 50px !important
    }

    .pt-110 {
        padding-top: 55px !important
    }

    .pt-120 {
        padding-top: 60px !important
    }

    .pt-130 {
        padding-top: 70px !important
    }

    .pt-140 {
        padding-top: 70px !important
    }

    .pt-150 {
        padding-top: 75px !important
    }

    .pt-160 {
        padding-top: 80px !important
    }

    .pt-170 {
        padding-top: 85px !important
    }

    .pb-30 {
        padding-bottom: 15px !important
    }

    .pb-40 {
        padding-bottom: 20px !important
    }

    .pb-50 {
        padding-bottom: 25px !important
    }

    .pb-60 {
        padding-bottom: 30px !important
    }

    .pb-70 {
        padding-bottom: 35px !important
    }

    .pb-80 {
        padding-bottom: 40px !important
    }

    .pb-90 {
        padding-bottom: 45px !important
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pb-110 {
        padding-bottom: 55px !important
    }

    .pb-120 {
        padding-bottom: 60px !important
    }

    .pb-130 {
        padding-bottom: 65px !important
    }

    .pb-140 {
        padding-bottom: 70px !important
    }

    .pb-150 {
        padding-bottom: 75px !important
    }

    .pb-160 {
        padding-bottom: 80px !important
    }

    .pb-170 {
        padding-bottom: 85px !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:320px) and (max-width:767px) {
    body {
        overflow-y: hidden;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .inner-padding {
        padding: 20px !important
    }

    .text-center-xs-sm {
        text-align: center !important
    }

    .mt-0-xs-sm {
        margin-top: 0 !important
    }
}

.color-white {
    color: #fff !important
}

.color-white-hover:hover {
    color: #fff !important
}

.color-gray {
    color: #f9f9f9 !important
}

.color-dark {
    color: #222 !important
}

.color-primary {
    color: #21cdc0 !important
}

.color-secondary {
    color: #213360 !important
}

.color-heading {
    color: #0e204d !important
}

.color-body {
    color: #848e9f !important
}

.bg-white {
    background-color: #fff !important
}

.bg-gray {
    background-color: #f9f9f9 !important
}

.bg-dark {
    background-color: #222 !important
}

.bg-heading {
    background-color: #0e204d !important
}

.bg-primary {
    background-color: #21cdc0 !important
}

.bg-secondary {
    background-color: #213360 !important
}

.bg-light-blue {
    background-color: #3851a2 !important
}

.bg-img {
    position: relative;
    z-index: 1
}

.background-size-auto {
    background-size: auto !important
}

.bg-parallax {
    background-attachment: fixed
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, .25)
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, .15)
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, .05)
}

.bg-overlay-gradient:before {
    background-color: transparent;
    opacity: .65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010711), color-stop(34%, rgba(27, 26, 26, .65)));
    background-image: linear-gradient(180deg, #010711 0, rgba(27, 26, 26, .65) 34%)
}

.bg-overlay-secondary:before {
    background-color: rgba(33, 51, 96, .93)
}

.bg-overlay-primary:before {
    background-color: rgb(33 51 96);
}

.bg-overlay-primary-gradient:before {
    opacity: .95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #21cDC0F2), color-stop(71%, #21cdc0));
    background-image: linear-gradient(180deg, #21cDC0F2 19%, #21cdc0 71%)
}

.bg-overlay-secondary-gradient:before {
    opacity: .95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #061733), color-stop(71%, #061733));
    background-image: linear-gradient(180deg, #061733 19%, #061733 71%)
}

.bg-overlay-blue-gradient:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #3851A2E6), color-stop(86%, #263b72));
    background-image: linear-gradient(180deg, #3851A2E6 21%, #263b72 86%)
}

h1, h2, h3, h4, h5, h6 {
    color: #0e204d;
    font-family: Quicksand, sans-serif;
    /*text-transform: capitalize;*/
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

p {
    line-height: 1.75;
    margin-bottom: 15px;
    font-size: 17px;
    color: #020202;
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 38px
}

h4 {
    font-size: 32px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 18px
}

.heading__subtitle {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #435ba1;
    margin-bottom: 12px
}

.heading__title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #d70a15;
}

.heading__title .underlined-text {
    border-bottom: 4px solid #21cdc0
}

.heading__desc {
    font-size: 16px;
    margin-bottom: 0
}

.heading-layout2 .heading__title {
    font-size: 30px;
    color: #d70a15;
    /* text-align: center; */
}

.heading-layout3 .heading__title {
    font-size: 50px
}

.heading-light .heading__subtitle {
    color: #f9f9f9
}

.heading-light .heading__subtitle:after {
    background-color: #fff
}

.heading-light .heading__desc, .heading-light .heading__title {
    /* color: #fff; */
    color: #003262;
    font-weight: 600;
    text-align: justify;
    margin-left: 30px;
}

.text-block__title {
    font-size: 25px;
    margin-bottom: 17px
}

.text-block__desc {
    font-size: 16px;
    line-height: 26px;
    color: #575050;
    text-align: justify;
}

.text__link {
    font-size: 14px;
    font-weight: 700
}

.text__link a:not(.btn) {
    padding-bottom: 2px;
    border-bottom: 2px solid #21cdc0
}

.text__link a:not(.btn).color-secondary {
    border-bottom-color: #213360
}

.text__link:hover a:not(.btn) {
    color: #213360;
    border-bottom-color: #213360
}

.text__link:hover a:not(.btn).color-secondary {
    color: #21cdc0;
    border-bottom-color: #21cdc0
}

@media (max-width:992px) {
    .heading__title {
        font-size: 30px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .heading__title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .heading__subtitle, .text__link {
        font-size: 13px
    }

    .heading__desc {
        font-size: 13px
    }

    .heading-layout2 .heading__title {
        font-size: 24px
    }

    .heading-layout3 .heading__title {
        font-size: 26px
    }

    .text-block__desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.header-transparent+.page-title {
    margin-top: -135px
}

.pagetitle__subheading {
    color: #21cdc0;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px
}

.pagetitle__heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pagetitle__desc {
    color: #283b6a;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 32px
}

.page-title {
    padding-top: 160px;
    padding-bottom: 180px;
}

.page-title .breadcrumb-item a, .page-title .breadcrumb-item+.breadcrumb-item::before, .page-title .breadcrumb-item.active {
    color: #435ba1
}

.page-title .btn {
    min-width: 190px
}

.page-title .btn.btn__outlined {
    line-height: 58px
}

.page-title.bg-overlay:before {
    opacity: .55;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(35%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, #fff 0, rgba(0, 0, 0, 0) 35%)
}

.page-title-layout2 .pagetitle__desc {
    font-size: 18px
}

.page-title-layout2 .pagetitle__icon {
    position: relative;
    width: 120px;
    height: 120px;
    font-size: 80px;
    border-radius: 50%;
    display: inline-block;
    color: #213360;
    background-color: #fff;
    margin-bottom: 70px
}

.page-title-layout2 .pagetitle__icon:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #fff
}

.page-title-layout2 .scroll-down {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 80px;
    font-size: 25px;
    border-radius: 30px;
    color: #21cdc0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.page-title-layout2.bg-overlay:before {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fffFFF26), color-stop(76%, #fff));
    background-image: linear-gradient(180deg, #fffFFF26 47%, #fff 76%)
}

.page-title-layout3 {
    padding-bottom: 250px
}

.page-title-layout5 {
    padding-top: 80px;
    padding-bottom: 80px
}

.page-title-layout6 .testimonials__rating .overall__rate {
    border-color: #fff
}

.page-title-layout6 .testimonials__rating .overall__rate, .page-title-layout6 .testimonials__rating .total__rate, .page-title-layout6 .testimonials__rating span {
    color: #fff
}

@media (min-width:1200px) {
    .page-title-layout4 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .page-title-layout4 .pagetitle__desc {
        padding: 0 40px
    }

    .page-title-layout6 {
        padding-top: 320px;
        padding-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page-title {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width:320px) and (max-width:767px) {
    
    .page-title {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .page-title .pagetitle__subheading {
        font-size: 14px;
        margin-bottom: 10px
    }

    .page-title .pagetitle__desc {
        font-size: 14px;
        margin-bottom: 10px
    }

    .page-title .pagetitle__heading {
        font-size: 28px !important;
        line-height: 1.2;
        margin-bottom: 20px
    }

    .page-title .btn {
        height: 40px;
        min-width: 140px
    }

    .page-title-layout3 {
        padding-bottom: 170px
    }
}

.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn.active, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn i, .btn span {
    margin: 0 3px
}

.btn .icon-filled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn:not(.btn__link):not(.btn__outlined):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #d70a15;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9)
}

.btn:not(.btn__link):not(.btn__outlined):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.btn__primary {
    color: #fff;
    background-color: #213360
}

.btn__primary .icon-outlined {
    color: #213360;
    border: 1px solid #21cdc0;
    color: #21cdc0;
    background-color: #fff
}

.btn__primary .icon-filled {
    color: #fff;
    background-color: #21cdc0
}

.btn__primary:active, .btn__primary:focus {
    color: #fff;
    border-color: #21cdc0;
    background-color: #21cdc0
}

.btn__primary:hover {
    color: #fff
}

.btn__primary:hover .icon-outlined {
    color: #213360;
    background-color: #fff
}

.btn__primary:hover .icon-filled {
    color: #fff;
    background-color: #213360
}

.btn__primary.btn__outlined {
    background-color: #d7ecfd;
    border: 2px solid #1e255c;
    color: #1e255c;
}

.btn__primary.btn__outlined .icon-arrow-left, .btn__primary.btn__outlined .icon-arrow-right {
    color: #fff;
    background-color: #21cdc0
}

.btn__primary.btn__outlined:hover {
    color: #fff;
    background-color: #1e255c;
}

.btn__primary.btn__outlined:hover .icon-arrow-left, .btn__primary.btn__outlined:hover .icon-arrow-right {
    color: #21cdc0;
    background-color: #fff
}

.btn__primary-style2:before {
    background-color: #fff !important
}

.btn__primary-style2:hover {
    color: #213360
}

.btn__primary-style2:hover .icon-arrow-left, .btn__primary-style2:hover .icon-arrow-right {
    color: #213392;
    background-color: #d5ecfd;
}

.btn__secondary {
    color: #fff;
    background-color: #213360
}

.btn__secondary:before {
    background-color: #21cdc0 !important
}

.btn__secondary .icon-filled {
    color: #fff;
    background-color: #213360
}

.btn__secondary:hover {
    color: #fff
}

.btn__secondary:hover .icon-filled {
    background-color: #21cdc0
}

.btn__secondary:active, .btn__secondary:focus {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.btn__secondary.btn__outlined {
    color: #213360;
    background-color: transparent;
    border: 2px solid #213360
}

.btn__secondary.btn__outlined:hover {
    color: #fff;
    background-color: #213360
}

.btn__secondary-style2:before {
    background-color: #fff !important
}

.btn__secondary-style2:hover {
    color: #213360
}

.btn__white {
    background-color: #fff;
    color: #213360
}

.btn__white:active, .btn__white:focus {
    color: #213360;
    border-color: #fff;
    background-color: #fff
}

.btn__white:hover {
    color: #fff
}

.btn__white.btn__outlined {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.btn__white.btn__outlined:hover {
    color: #21cdc0;
    background-color: #fff
}

.btn__white-style2 {
    color: #21cdc0
}

.btn__white-style2:before {
    background-color: #21cdc0 !important
}

.btn__outlined {
    background-color: transparent
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: 0 !important;
    border-radius: 0
}

.btn__link:active, .btn__link:focus {
    background-color: transparent
}

.btn__link.btn__icon {
    height: auto;
    line-height: 1;
    padding: 0
}

.btn__link.btn__primary {
    color: #d70a15
}

.btn__link.btn__primary-style2:hover {
    color: #213360 !important
}

.btn__link.btn__primary.btn__underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #21cdc0
}

.btn__link.btn__primary:hover {
    color: #222
}

.btn__link.btn__primary:hover.btn__underlined {
    border-color: #213360
}

.btn__link.btn__secondary {
    color: #213360
}

.btn__link.btn__secondary:hover {
    color: #21cdc0
}

.btn__link.btn__white {
    color: #fff
}

.btn__link.btn__white.btn__underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #fff
}

.btn__link.btn__white:hover {
    color: #213360
}

.btn__link.btn__white:hover.btn__underlined {
    border-color: #213360
}

.btn__block {
    width: 100%
}

.btn__icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px
}

.btn__icon i, .btn__icon span {
    margin: 0 5px
}

.btn__social {
    height: 54px;
    line-height: 54px;
    width: 54px;
    min-width: 0 !important;
    font-weight: 400;
    color: #fff;
    border-radius: 3px
}

.btn__facebook {
    background-color: #4267b2
}

.btn__twitter {
    background-color: #1da0f0
}

.btn__google-plus {
    background-color: #ea4335
}

.btn__lg {
    min-width: 200px
}

.btn__xl {
    height: 70px;
    line-height: 70px;
    min-width: 220px
}

.btn__xhight {
    height: 70px;
    line-height: 68px
}

.btn__rounded {
    border-radius: 50px
}

@media (min-width:320px) and (max-width:767px) {
    .btn:not(.btn__link) {
        font-size: 13px;
        min-width: 120px;
        height: 40px
    }

    .btn__icon {
        padding: 0 10px
    }

    .btn__xl {
        height: 50px;
        min-width: 150px
    }
}

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

label.error {
    color: red;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 0 0
}

.form-group {
    position: relative;
    margin-bottom: 30px
}

.form-control {
    font-size: 14px;
    height: 60px;
    padding: 0 20px;
    /*border-radius: 55px;*/
    background-color: #fff;
    border: 2px solid #e6e8eb
}

.form-control:focus {
    border-color: #21cdc0;
    background-color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #26365e
}

.form-control:-moz-placeholder {
    color: #26365e
}

.form-control::-moz-placeholder {
    color: #26365e
}

.form-control:-ms-input-placeholder {
    color: #26365e
}

textarea.form-control {
    /*border-radius: 20px;*/
    min-height: 105px;
    padding-top: 10px
}

.form-select{
    border-radius: unset !important;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #848e9f
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 2px solid #eaeaea;
    border-radius: 50%
}

.label-radio input:checked~.radio-indicator {
    background: 0 0
}

.label-radio input:checked:focus~.radio-indicator, .label-radio:hover input:not([disabled]):checked~.radio-indicator {
    background: 0 0
}

.radio-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #21cdc0
}

.label-radio input:checked~.radio-indicator:after {
    display: block
}

.custom-control-label {
    font-weight: 400
}

.custom-control-label:before {
    position: absolute;
    top: -2px;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #e7ebef;
    border-radius: 0
}

.custom-control-label:after {
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    border-radius: 1px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: #21cdc0;
    width: 8px;
    height: 8px
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: transparent;
    border-color: transparent
}

.custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #e7ebef !important;
    background-color: transparent
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.nice-select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    margin-bottom: 30px
}

.nice-select .list {
    width: 100%
}

.nice-select .current, .nice-select .option {
    color: #848e9f
}

.nice-select:before {
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    background-color: #213360
}

.nice-select:after {
    right: 20px;
    z-index: 2;
    border-color: #fff
}

.form-group-icon {
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 2;
    color: #d7d8da;
    pointer-events: none
}

.form-group-icon+.form-control, .form-group-icon+select+.form-control {
    padding-left: 45px
}

.form-group-icon+.form-control[type=date], .form-group-icon+.form-control[type=time] {
    padding: 0 15px
}

.form-group-date .form-group-icon {
    top: 22px;
    left: auto;
    right: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

::-webkit-calendar-picker-indicator, ::-webkit-inner-spin-button {
    opacity: 0
}

@media (min-width:320px) and (max-width:767px) {
    .form-group, .nice-select {
        margin-bottom: 20px
    }
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav__link {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    color: #213360
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0
}

.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #21cdc0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(.2, 1, .3, 1);
    transition: -webkit-transform 2s cubic-bezier(.2, 1, .3, 1);
    transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    transition: transform 2s cubic-bezier(.2, 1, .3, 1), -webkit-transform 2s cubic-bezier(.2, 1, .3, 1)
}

.nav-tabs .nav__link.active, .nav-tabs .nav__link:hover {
    color: #21cdc0
}

.nav-tabs .nav__link.active:after, .nav-tabs .nav__link:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.nav-tabs-white .nav__link {
    color: #fff
}

.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
    color: #fff
}

.nav-tabs-white .nav__link:after {
    background-color: #fff
}

@media (min-width:320px) and (max-width:767px) {
    .nav-tabs .nav__link {
        font-size: 13px;
        margin: 0 15px 0 0
    }

    .nav-tabs .nav__link:after {
        bottom: 4px
    }
}

.social-icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.social-icons li {
    margin-right: 10px
}

.social-icons li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #213360;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.social-icons li a:hover {
    background-color: #d70a15
}

.social-icons li:last-of-type {
    margin-right: 0
}

.social-icons-light li a {
    color: #fff
}

.social-icons-light li a:hover {
    color: #21cdc0
}

.social-icons-primary li a {
    color: #21cdc0
}

.social-icons-primary li a:hover {
    color: #213360
}

.icon-arrow-right {
    font-size: 65%
}

.breadcrumb {
    padding: 0;
    background-color: transparent
}

.breadcrumb-item {
    position: relative;
    font-size: 14px
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"
}

@media (min-width:320px) and (max-width:767px) {
    .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item {
        font-size: 12px
    }
}

.pagination li {
    margin-right: 10px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #213360;
    border: 2px solid #e6e8eb;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pagination li a.current, .pagination li a:hover {
    color: #fff;
    border-color: #21cdc0;
    background-color: #21cdc0
}

@media (min-width:320px) and (max-width:767px) {
    .pagination li a {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 31px
    }
}

.contact-list li {
    font-size: 14px;
    margin-bottom: 5px
}

.contact-list li:last-child {
    margin-bottom: 0
}

.contact-list li a {
    color: #848e9f
}

.list-items li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px;
}

.list-items li:before {
    /* content: "\f00c"; */
    content: "\f0b2";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #21cdc0
}

.list-items li:last-of-type {
    margin-bottom: 0
}

.list-items-layout2 li {
    margin-bottom: 15px;
    padding-left: 33px;
    color: #625550;
    text-align: unset;
    line-height: 20px;
}

.list-items-layout2 li:before {
    color: #3c3f97;
    /* border-color: #3c3f97;
    background-color: #3c3f97 */
}

.list-items-layout4 li {
    margin-bottom: 14px;
    padding-left: 33px;
    color: #848e9f
}

.list-items-layout4 li:before {
    color: #fff;
    border-color: #435ba1;
    background-color: #435ba1
}

.list-items-layout3 li:before {
    color: #213360
}

.list-items-light li {
    color: #003259
}

.list-items-light li:before {
    color: #fff
}

.list-items-light.list-items-layout2 li:before {
    color: #fff;
    border-color: #21cdc0;
    background-color: #21cdc0
}

.list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    font-weight: 700;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 18px;
    /* text-align: justify; */
    /* padding: 0px 33px; */
    padding-right: 9px;
}

.details-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    /* border-radius: 13px; */
    border: 1px solid #3d4574;
}

.details-list>li:nth-of-type(odd) {
    background-color: #e4f0fa
}

.details-list>li .details__title {
    font-size: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0
}

.details-list>li .details__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.details-list>li .details__content p {
    font-size: 18px;
    color: #363a3e;
}

.details-list .list-items-layout2 li {
    font-weight: 400
}

.borderd-box {
    padding: 27px;
    border-radius: 4px;
    border: 1px solid #e7ebef
}

@media (max-width:992px) {
    .list-horizontal {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .list-horizontal li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .details-list>li {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .details-list>li .details__content, .details-list>li .details__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:320px) and (max-width:767px) {
    .list-items li {
        font-size: 14px
    }

    .list-horizontal li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .3;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .3;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoomOut {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes zoomOut {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.alert-primary {
    padding: 30px;
    color: #21cdc0;
    background-color: #def8f6;
    border-color: transparent;
    border-radius: 15px
}

.alert-primary .alert__title {
    font-size: 19px
}

.slick-list {
    margin: 0 -10px
}

.slick-slide {
    margin: 0 10px
}

.m-slides-0 .slick-list {
    margin: 0
}

.m-slides-0 .slick-slide {
    margin: 0
}

.slick-arrow {
    position: absolute;
    top: 50%;
    color: #213360;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 0;
    z-index: 3;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-arrow:hover {
    color: #21cdc0
}

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    font-family: icomoon;
    font-size: 40px
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\e906"
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\e904"
}

.carousel-arrows-light .slick-arrow {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .2)
}

.carousel-arrows-light .slick-arrow:hover {
    color: #fff
}

.slick-dots {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
    margin-bottom: 0
}

.slick-dots li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #213360;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.slick-dots li.slick-active button {
    background-color: #21cdc0;
    -webkit-box-shadow: 0 0 0 5px rgba(33, 205, 192, .15);
    box-shadow: 0 0 0 5px rgba(33, 205, 192, .15)
}

.carousel-dots-light .slick-dots li button {
    background-color: #fff
}

.carousel-dots-light .slick-dots li.slick-active button {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.preloader .loading {
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .loading span {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 5px solid #21cdc0;
    border-radius: 50%;
    -webkit-animation: rotating 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: rotating 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #21cdc0 transparent transparent transparent
}

.preloader .loading span:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.preloader .loading span:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .loading span:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header {
    position: relative;
    z-index: 1000
}

.navbar {
    padding: 0;
    height: 80px;
    max-height: 80px;
    /* background-color: #fff */
    background: linear-gradient(181deg, #c9e6fc, #ffffff);
}

.navbar>.container, .navbar>.container-fluid {
    position: relative;
    height: 100px
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px
}

.navbar .logo-light {
    display: none
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block
}

.navbar .navbar-toggler .menu-lines:after, .navbar .navbar-toggler .menu-lines:before {
    content: '';
    position: absolute;
    left: 0;
    width: 23px;
    height: 1px;
    display: inline-block;
    background-color: #213360;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.navbar .navbar-toggler .menu-lines:before {
    top: 0
}

.navbar .navbar-toggler .menu-lines:after {
    top: 12px
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 1px;
    background-color: #213360
}

.navbar .navbar-toggler.actived .menu-lines>span {
    opacity: 0
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .nav__item {
    position: relative;
    margin-right: 10px;
}

.navbar .nav__item:last-child {
    margin-right: 0
}

.navbar .nav__item .nav__item-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 80px;
    /* letter-spacing: .4px; */
    padding-right: 13px
}

/* .navbar .nav__item .nav__item-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #393a9f;
    -webkit-transition: .5s ease;
    transition: .5s ease
} */

.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
    color: #e53a43
}

.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before {
    width: 100%
}

.navbar .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-submenu .dropdown-toggle:after{
    content: none !important;
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    
    background: #ffffff;
}

.navbar .dropdown-menu .nav__item {
    padding: 0 20px;
    margin-right: 0
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    font-size: 14px;
    color: #0e204d;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 30px !important;
    /*white-space: nowrap;*/
    position: relative
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #d70a15;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: #d70a15
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: -15px
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0
}

.navbar-actions>li {
    margin-left: 20px
}

.navbar-actions>li:last-child {
    margin-right: 0
}

.action__btn {
    color: #213360
}

.lang-dropdown .dropdown-item {
    font-size: 14px;
    padding: .25rem 1rem
}

.lang-dropdown .lang-dropdown-toggle {
    font-size: 14px;
    height: 40px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    color: #fff
}

.lang-dropdown .lang-dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: 0;
    display: block !important
}

.lang-dropdown .lang-dropdown-toggle i {
    font-size: 30px;
    margin-right: 7px
}

.lang-dropdown .dropdown-menu {
    min-width: 100px !important;
    padding: .6rem 0 !important
}

.lang-dropdown .dropdown-menu .dropdown-item {
    color: #848e9f
}

.lang-dropdown .dropdown-menu .dropdown-item:focus, .lang-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #21cdc0
}

.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent
}

.header-topbar {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d70a15
}

.header-topbar .contact__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    margin-right: 20px
}

.header-topbar .contact__list li a:not(.btn) {
    color: #f4f4f4;
    font-size: 15px;
}

.header-topbar .contact__list li a:not(.btn):hover {
    color: #fff
}

.header-topbar .contact__list li>i {
    font-size: 16px;
    color: #788fc8;
    margin-right: 8px
}

.header-topbar .contact__list li:last-child {
    margin-right: 0
}

.header-topbar .social-icons li a {
    color: #213360;
    background-color: #e3a877
}

.header-topbar .social-icons li a:hover {
    background-color: #6062f1;
    color: #fff;
}

.header-topbar .header-topbar__search {
    position: relative
}

.header-topbar .header-topbar__search .form-control {
    height: 30px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border: 2px solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .15)
}

.header-topbar .header-topbar__search .form-control:focus {
    border-color: rgba(255, 255, 255, .15) !important
}

.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px
}

.header-topbar .header-topbar__search .form-control:-moz-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px
}

.header-topbar .header-topbar__search .form-control::-moz-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px
}

.header-topbar .header-topbar__search .form-control:-ms-input-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px
}

.header-topbar .header-topbar__search .header-topbar__search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.header-topbar .lang-dropdown .lang-dropdown-toggle {
    padding: 0 10px
}

.header-topbar .lang-dropdown .lang-dropdown-toggle img {
    margin-right: 7px
}

.header-topbar .action__btn {
    color: #fff !important
}

.header-layout1, .header-layout2 {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .1);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .1)
}

.header-layout2 .header-topbar>.container-fluid>.row, .header-layout3 .header-topbar>.container-fluid>.row {
    height: 60px
}

.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    height: 80px !important;
    max-height: 80px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    -webkit-animation: translateHeader .8s;
    animation: translateHeader .8s
}

.is-sticky>.container, .is-sticky>.container-fluid {
    position: relative;
    height: 80px
}

.is-sticky .miniPopup-departments-trigger {
    height: 80px
}

.is-sticky .navbar-brand {
    line-height: 80px
}

.is-sticky .header__top-right {
    display: none !important
}

.is-sticky .nav__item .nav__item-link {
    color: #213360;
    /* line-height: 80px !important */
}

.is-sticky .nav__item .nav__item-link:before {
    background-color: #d70a15 !important
}

.is-sticky .logo-light {
    display: none
}

.is-sticky .logo-dark {
    display: inline-block
}

.is-sticky .navbar-nav {
    margin-top: 0 !important
}

.miniPopup-emergency-trigger {
    position: relative;
    z-index: 151;
    height: 50px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: #213360;
    background-color: #d7ecfc
}

.miniPopup-emergency-trigger:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.miniPopup-emergency-trigger.active:after {
    content: "\f077"
}

.miniPopup-departments-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    height: 100px;
    color: #213360;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.miniPopup-departments-trigger .menu-lines {
    position: relative;
    width: 25px;
    height: 14px;
    margin-right: 15px
}

.miniPopup-departments-trigger .menu-lines span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #213360;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.miniPopup-departments-trigger .menu-lines:after, .miniPopup-departments-trigger .menu-lines:before {
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 2px;
    display: inline-block;
    background-color: #213360;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.miniPopup-departments-trigger .menu-lines:before {
    top: 0
}

.miniPopup-departments-trigger .menu-lines:after {
    bottom: 0
}

.miniPopup-departments-trigger .menu-lines.active {
    color: #21cdc0
}

.miniPopup-departments-trigger .menu-lines.active span {
    opacity: 0
}

.miniPopup-departments-trigger .menu-lines.active:after, .miniPopup-departments-trigger .menu-lines.active:before {
    top: 7px;
    background-color: #21cdc0
}

.miniPopup-departments-trigger .menu-lines.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.miniPopup-departments-trigger .menu-lines.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.miniPopup-departments-trigger a {
    color: #213360
}

.miniPopup-departments-trigger a:hover {
    color: #21cdc0
}

.miniPopup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    width: 310px;
    padding: 40px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.miniPopup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.miniPopup-departments.dropdown-menu {
    top: 100%;
    display: block;
    min-width: 220px;
    width: 220px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15) !important;
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15) !important
}

.miniPopup-emergency .emergency__icon {
    font-size: 60px;
    line-height: 1;
    color: #d70a15;
    margin-bottom: 20px
}

.miniPopup-emergency .phone__number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.miniPopup-emergency .btn {
    padding-top: 24px;
    border-top: 2px solid #e6e8eb
}

.search-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.search-popup.active .search-popup__form {
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.search-popup.inActive {
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.search-popup.inActive .search-popup__form {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

.search-popup .search-popup__close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    font-style: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #21cdc0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.search-popup .search-popup__close:hover {
    background-color: #0e204d
}

.search-popup .search-popup__form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.search-popup .search-popup__btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #213360;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.search-popup .search-popup__btn:hover {
    color: #21cdc0
}

.search-popup .search-popup__form__input {
    font-family: Quicksand, sans-serif;
    font-weight: 300;
    font-size: 35px;
    z-index: 1;
    width: 100%;
    height: 80px;
    border: none;
    padding: 0 0 0 40px;
    color: #848e9f;
    background: 0 0;
    border-bottom: 2px solid #e7ebef;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search-popup .search-popup__form__input::-webkit-input-placeholder {
    color: #848e9f
}

.search-popup .search-popup__form__input:-moz-placeholder {
    color: #848e9f
}

.search-popup .search-popup__form__input::-moz-placeholder {
    color: #848e9f
}

.search-popup .search-popup__form__input:-ms-input-placeholder {
    color: #848e9f
}

.login-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(1, 7, 17, .9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.login-popup .login-popup-wrapper {
    opacity: 0;
    width: 90%;
    max-width: 370px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.login-popup .login-popup__form {
    position: relative;
    padding: 50px;
    border-radius: 5px;
    background-color: #fff
}

.login-popup .login-popup__form .input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px
}

.login-popup .login-popup__form .input-icon.icon-lock {
    font-size: 20px
}

.login-popup .login-popup__form .form-control {
    height: 60px;
    padding-left: 40px;
    background-color: #f1f5fe
}

.login-popup .custom-control-label a {
    color: #213360;
    border-bottom: 1px solid #213360
}

.login-popup .login-popup__title {
    font-size: 24px;
    margin-bottom: 15px
}

.login-popup .go-login, .login-popup .go-register {
    color: #21cdc0;
    margin-left: 10px
}

.login-popup .go-login i, .login-popup .go-register i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 6px;
    color: #21cdc0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.login-popup .go-login:hover i, .login-popup .go-register:hover i {
    color: #fff;
    background-color: #21cdc0
}

.login-popup.active {
    opacity: 1;
    visibility: visible
}

.login-popup.active .login-popup-wrapper {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.login-popup.inActive {
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.login-popup.inActive .login-popup-wrapper {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.action__btn-search {
    color: #213360
}

@media (min-width:1200px) {
    .header-topbar {
        display: block
    }

    .header-topbar>.container-fluid, .navbar>.container-fluid {
        /*padding-left: 50px;*/
        padding-right: 50px
    }

    .header-layout3 .topbar__text {
        color: #788fc8
    }

    .header-layout3 .navbar .navbar-brand {
        padding-right: 50px;
        border-right: 1px solid #e6e8eb
    }

    .header-layout3 .action__btn-search {
        padding-right: 50px;
        height: 100%;
        border-right: 1px solid #e6e8eb
    }

    .header-layout3 .close__topbar {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff
    }
}

@media (max-width:1199px) {
    /*.header-topbar {*/
    /*    display: none*/
    /*}*/
    
     .all-media{
        display: none !important;
    }
}

@media  screen and (min-width:992px) and (max-width:1200px) {
    .navbar .nav__item {
        margin-right: 10px
    }
     .web-logo{
        width: 220px;
    }
      .navbar .nav__item .nav__item-link {
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
        display: block;
        position: relative;
        color: #213360;
        line-height: 80px;
        /* letter-spacing: .4px; */
        padding-right: 13px;
    }
}

@media (max-width:991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px
    }

    .navbar .collapse:not(.show) {
        display: block
    }

    .navbar .navbar-nav {
        margin: 0 !important
    }

    .navbar .nav__item {
        margin-right: 0
    }

    .navbar .nav__item .nav__item-link {
        color: #222;
        line-height: 35px !important;
        padding-left: 13px
    }

    .navbar .nav__item .nav__item-link:hover {
        color: #21cdc0
    }

    .navbar .nav__item .nav__item-link:before {
        display: none
    }

    .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
        z-index: 1000;
        padding: 0;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

    .navbar .navbar-collapse .navbar-nav {
        opacity: 0;
        width: 240px;
        height: 100%;
        overflow-y: auto;
        padding: 50px 0 20px;
        /*background-color: #fff;*/
         background: linear-gradient(181deg, #c9e6fc, #ffffff)!important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .navbar .navbar-collapse.menu-opened {
        opacity: 1;
        visibility: visible
    }

    .navbar .navbar-collapse.menu-opened .navbar-nav {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .navbar .navbar-collapse.menu-opened .close-mobile-menu {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .navbar .close-mobile-menu {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1100;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s
    }

    .navbar .nav__item [data-toggle=dropdown]:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        width: 50%;
        text-align: right;
        z-index: 2;
        padding-right: 15px;
        line-height: 35px;
        display: block !important
    }

    .navbar .dropdown-toggle:after {
        display: none;
    }

    .navbar .nav__item.opened>[data-toggle=dropdown]:after, .navbar .nav__item.show>[data-toggle=dropdown]:after {
        content: "\f107";
    }

    .navbar .dropdown-menu {
        background-color: #fff;
    }

    .navbar .dropdown-menu .nav__item {
        padding: 0 15px 0 30px;
    }

    .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 0;
        border-bottom: none;
    }

    .navbar .dropdown-menu .dropdown-menu-col .nav__item {
        padding: 0;
    }

    .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
        padding-left: 10px;
    }

    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0;
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }

    .navbar .mega-dropdown-menu>.nav__item {
        padding: 0 10px;
    }

    .navbar .mega-dropdown-menu .nav__item {
        padding: 0;
    }

    .header .navbar, .header-transparent .navbar {
        background-color: #fff;
    }

    .header .logo-dark, .header-transparent .logo-dark {
        display: inline-block;
    }

    .header .logo-light, .header-transparent .logo-light {
        display: none;
    }

    .header .module__btn, .header-transparent .module__btn {
        color: #213360;
        margin: 0 60px 0 0;
    }

    .header .navbar .navbar-toggler .menu-lines span, .header .navbar .navbar-toggler .menu-lines:after, .header .navbar .navbar-toggler .menu-lines:before, .header-transparent .navbar .navbar-toggler .menu-lines span, .header-transparent .navbar .navbar-toggler .menu-lines:after, .header-transparent .navbar .navbar-toggler .menu-lines:before {
        background-color: #213360;
    }

    .header .navbar-expand-lg>.container, .header .navbar-expand-lg>.container-fluid, .header-transparent .navbar-expand-lg>.container, .header-transparent .navbar-expand-lg>.container-fluid {
        width: 100%;
        max-width: none;
    }

    .header .navbar, .header .navbar>.container, .header .navbar>.container-fluid, .header-transparent .navbar, .header-transparent .navbar>.container, .header-transparent .navbar>.container-fluid {
        height: 80px;
    }

    .header .header-full .navbar, .header .header-full .navbar .navbar-brand, .header .navbar-brand, .header-transparent .header-full .navbar, .header-transparent .header-full .navbar .navbar-brand, .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important;
    }

    .header .header-full .navbar, .header .header-full .navbar .navbar-brand, .header-transparent .header-full .navbar, .header-transparent .header-full .navbar .navbar-brand {
        line-height: 80px;
    }

    .header-topbar>.container {
        max-width: none
    }

    .header-transparent .action__btn, .lang-dropdown .lang-dropdown-toggle {
        color: #213360;
    }

    .action__btn-search {
        position: absolute;
        top: 50%;
        right: 80px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:992px) {
    .navbar .dropdown-menu {
        /* width: auto; */
        width: max-content;
        /* min-width: 235px; */
        min-width: fit-content;
        -webkit-box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
        box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
        /* padding: 25px 0 23px; */
        border-radius: 0 0 6px 6px
    }

    .navbar .dropdown-menu .nav__item .nav__item-link:before {
        display: none
    }

    .navbar .dropdown-menu.wide-dropdown-menu {
        padding: 0;
        min-width: 500px;
        overflow: hidden
    }

    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
        padding: 0
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
        color: #0e204d;
        font-family: Quicksand, sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 1;
        margin: 0 0 13px 40px
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        padding: 40px 0 27px
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
        position: relative
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #e9e9e9
    }

    .navbar .nav__item.dropdown-submenu>.mega-menu, .navbar .nav__item.has-dropdown>.dropdown-menu, .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu, .navbar .nav__item.has-dropdown>.mega-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.has-dropdown>.dropdown-menu, .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
    }

    .navbar .nav__item.dropdown-submenu:hover>.mega-menu, .navbar .nav__item.has-dropdown:hover>.dropdown-menu, .navbar .nav__item.has-dropdown:hover>.mega-menu, .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar .nav__item.has-dropdown.mega-dropdown {
        position: static
    }

    .navbar .nav__item.has-dropdown .mega-dropdown-menu {
        width: 100%
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f111";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        opacity: 0;
        color: #21cdc0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: 4px
    }

    .nav__item i[data-toggle=dropdown] {
        display: none
    }

    .header-layout3 .navbar .navbar-brand {
        margin-right: 50px
    }
}

@media (min-width:320px) and (max-width:767px) {
  
    /*  */
    .dropdown-menu.mega-dropdown-menu>.nav__item {
        padding: 0 15px
    }

    .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
        border-bottom: 1px solid #f2f2f2
    }

    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
        border-bottom: none
    }
}

@media (min-width:320px) and (max-width:575px) {
    .search-popup .search-popup__form {
        width: 90%
    }

    .search-popup .search-popup__form__input {
        font-size: 20px;
        font-weight: 400;
        height: 40px;
        padding: 0 0 0 30px
    }

    .search-popup .search-popup__btn {
        font-size: 20px;
        line-height: 40px
    }

    .search-popup .search-popup__close {
        font-size: 14px;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media (max-width:420px) {
    .header .navbar-brand img {
        max-width: 240px
    }

    .header .action__btn-login span {
        display: none
    }
}

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.accordion-item {
    padding: 22px 0;
    margin-top: -1px;
    border-top: 2px solid #e7ebef;
    border-bottom: 2px solid #e7ebef;
    background-color: #fff
}

.accordion-item .accordion__title {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 40px;
    color: #213360
}

.accordion-item .accordion__title:hover {
    color: #21cdc0
}

.accordion-item .accordion__title:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    color: #fff;
    background-color: #213360
}

.accordion-item.opened {
    border-color: #21cdc0
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
    color: #21cdc0
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
    content: "\f107";
    background-color: #21cdc0
}

.accordion-item .accordion__body {
    padding-top: 20px
}

.accordion-item .accordion__body p {
    margin-bottom: 0
}

@media (min-width:320px) and (max-width:767px) {
    .accordion-item {
        padding: 10px 15px
    }

    .accordion-item .accordion__title {
        font-size: 14px
    }

    .accordion-item .accordion__body p {
        font-size: 13px
    }
}

.banner-layout1 .top-banner, .banner-layout2 .top-banner {
    padding-bottom: 35px
}

.banner-layout1 .banner-text, .banner-layout2 .banner-text {
    padding: 45px 40px 45px 0
}

.banner-layout1 .list-items-light.list-items-layout2 li:before, .banner-layout2 .list-items-light.list-items-layout2 li:before {
    color: #e58c91;
    border-color: #fff;
    background-color: #fff
}

@media (min-width:1200px) {
    .banner-layout1 .banner-img, .banner-layout2 .banner-img {
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%
    }

    .banner-layout1 .fancybox-layout3, .banner-layout2 .fancybox-layout3 {
        position: absolute;
        top: 15%;
        right: -250px;
        z-index: 3
    }

    .banner-layout1 .banner-img {
        border-top-left-radius: 15px
    }

    .banner-layout2 .banner-img {
        height: calc(100% + 100px);
        border-bottom-left-radius: 15px
    }
}

@media (max-width:1199px) {
    .banner-layout1 .banner-text, .banner-layout2 .banner-text {
        padding: 50px 0
    }

    .banner-layout1 .banner-img, .banner-layout2 .banner-img {
        min-height: 300px
    }
}

.footer .footer-primary {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #2991bb;
}

.footer .footer-secondary {
    position: relative;
    padding: 30px 0;
    background-color: #d70a15
}

.footer .footer-secondary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 5px;
    background-color: #ebf6fd
}

/* .footer [class*=footer-widget] {
    margin-bottom: 30px
} */

.footer .footer-widget__title {
    color: #f5e57d;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer .contact-list li {
    line-height: 26px;
    margin-bottom: 0
}

.footer .footer-widget-contact {
    position: relative;
    overflow: hidden;
    padding: 25px;
    border-radius: 15px;
    background-color: #d3ebfd;
    border: 4px solid #4360ab;
    margin-top: 10px;
}

.footer .footer-widget-contact:before {
    content: "\e916";
    font-family: icomoon;
    position: absolute;
    right: -30px;
    bottom: -15px;
    font-size: 170px;
    line-height: 1;
    color: rgba(40, 59, 106, .05);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 0;
    display: none;
}

.footer .footer-widget-contact:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    /* background-color: #21cdc0 */
}

.footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #e2f0fc;
    font-size: 16px;
    margin-bottom: 15px
}

.footer .footer-widget-nav li a:hover {
    color: #21cdc0
}

.footer .footer__copyright-links li a {
    color: #848e9f;
    display: block;
    margin-right: 25px;
    padding: 3px 0
}

.footer .footer__copyright-links li a:hover {
    color: #21cdc0
}

.footer .footer__copyright-links li:last-child a {
    margin-right: 0
}

.footer .phone__number {
    margin: 20px 0
}

.phone__number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3851a2 !important
}

.phone__number:hover {
    color: #d70a15 !important
}

.phone__number i {
    margin-right: 7px
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #d70a15;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#scrollTopBtn:hover {
    background-color: #daeefd;
    color: #3c4376;
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1
}

@media (min-width:1200px) {
    .footer .footer-widget-about, .footer .footer-widget-nav {
        /* margin-top: 40px */
    }
}

@media (min-width:320px) and (max-width:1200px) {
    .footer .footer-primary {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .footer .footer-secondary {
        padding: 20px 0
    }

    .footer .footer-secondary:after {
        left: 20px;
        right: 20px;
        height: 3px
    }

    .footer .footer-widget-contact {
        padding: 20px
    }

    .footer .footer-widget-contact:after {
        top: 20px;
        bottom: 20px
    }

    .footer .footer-widget {
        margin-bottom: 20px
    }

    .footer .footer-widget__title {
        margin-bottom: 15px
    }

    .footer .footer-widget-nav li a {
        font-size: 13px
    }

    .footer .phone__number {
        margin: 10px 0
    }
}

@media (min-width:320px) and (max-width:767px) {
    .footer .footer__copyright-links {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    #scrollTopBtn.actived {
        right: 20px
    }
}

.cta-banner {
    position: relative;
    z-index: 3;
    padding: 40px;
    max-width: 300px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
}

.cta-banner .cta__title {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.6
}

.cta-banner .cta__icon {
    color: #21cdc0;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 25px
}

.cta-banner .cta__icon i {
    line-height: 1
}

@media (min-width:320px) and (max-width:767px) {
    .cta-banner .cta__title {
        font-size: 16px
    }
}

.header-transparent+.slider {
    margin-top: -100px
}

.header-transparent.header-full+.slider {
    margin-top: -135px
}

.header-transparent+.slider .slide-item {
    padding-top: 100px;
    height: 100vh
}

.header-transparent.header-full+.slider .slide-item {
    padding-top: 165px;
    height: 100vh
}

.slider {
    padding: 0
}

.slider .slide-item {
    height: calc(100vh - 165px);
    min-height: 550px
}

.slider .slide__subtitle {
    color: #213360;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.slider .slide__title {
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 25px
}

.slider .slide__desc {
    color: #283b6a;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 550px;
    margin-bottom: 30px
}

.slider .slick-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%
}

.slider .cta-banner {
    max-width: 270px;
    padding: 50px 40px
}

.slider .cta-banner:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 2px;
    background-color: #21cdc0
}

.slider .cta-banner .cta__title {
    font-family: Quicksand, sans-serif
}

.slider .cta-banner .slick-dots {
    position: static;
    text-align: left;
    margin-left: -17px
}

.slider .cta-banner .slick-dots li button {
    border-color: #213360
}

.slider .cta-banner .slick-dots li.slick-active button {
    border-color: #21cdc0
}

.slider .cta-banner .slick-dots li:not(:first-child):before, .slider .cta-banner .slick-dots li:not(:last-child):after {
    background-color: #213360
}

.slider .cta-banner .slick-dots li.slick-active:after, .slider .cta-banner .slick-dots li.slick-active:before {
    background-color: #21cdc0
}

.slider .slick-arrow {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.slider .contact-panel-wrapper {
    position: relative
}

.slider .contact-panel {
    position: absolute;
    right: 15px;
    bottom: -100px;
    z-index: 5;
    padding: 50px;
    max-width: 370px
}

.slider .contact-panel .contact-panel__title {
    margin-bottom: 15px
}

.slider .contact-panel .form-group {
    margin-bottom: 20px
}

.slider-centerd {
    text-align: center
}

.slider-centerd .slide__desc {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1200px) {
    .slider .slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .slider .slick-arrow:before {
        font-size: 50px
    }

    .slider .slick-arrow.slick-next {
        right: 20px
    }

    .slider .slick-arrow.slick-prev {
        left: 20px
    }

    .slider .btn {
        min-width: 190px
    }

    .slider .btn.btn__outlined {
        line-height: 58px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .slider .slide-item {
        padding-right: 50px;
        padding-left: 50px
    }

    .slider .slick-arrow.slick-prev {
        left: 10px
    }

    .slider .slick-arrow.slick-next {
        right: 10px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .slider .slide__title {
        font-size: 65px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider .slide__title {
        font-size: 50px;
        margin-bottom: 10px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .header-transparent+.slider {
        margin-top: 0 !important
    }

    .slider .slide-item {
        min-height: 0;
        padding: 100px 10px;
        height: auto !important
    }

    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .slider .slide__title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width:320px) and (max-width:575px) {
    .slider .slide__title {
        font-size: 27px;
        margin-bottom: 10px
    }

    .slider .btn {
        margin-bottom: 10px
    }

    .slider .slick-arrow {
        display: none
    }

    .slider .slide-item {
        padding: 30px 10px
    }
}

.video__btn {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    /*padding-left: 70px;*/
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video__btn .video__player {
    position: absolute;
    top: 80px;
    left: 125px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: #21cdc0;
    -webkit-box-shadow: 0 0 0 7px rgb(0 0 0 / 15%);
    box-shadow: 0 0 0 7px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.video__btn:hover .video__player {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .15)
}

.video__btn .video__btn-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    margin-left: 12px
}

.video__btn-lg {
    padding-left: 80px;
    height: 80px
}

.video__btn-lg .video__player {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.video__btn-white .video__player {
    background-color: #fff !important;
    color: #0e204d
}

.video__btn-white .video__player-animation {
    border-color: #fff !important
}

.video-banner {
    position: relative;
    z-index: 2
}

.video-banner img {
    border-radius: 15px;
    border-left: 10px solid #d70a15;
    border-top: 10px solid #1e255c;
    padding: 24px 0px;
}

.video-banner .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-banner .video__btn-title {
    position: absolute;
    bottom: -30px;
    left: -7px;
    line-height: 1.5
}

.video-banner-layout2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.video-banner-layout2.bg-overlay:before {
    z-index: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #00000000), color-stop(97%, #061733));
    background-image: linear-gradient(180deg, #00000000 66%, #061733 97%)
}

.video-banner-layout2 .video__btn {
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding-left: 60px;
    height: 36px
}

.video-banner-layout2 .video__player {
    width: 54px;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.video-banner-layout2:hover .video__player {
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .1)
}

.video-banner-layout3 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.video-banner-layout3.bg-overlay:before {
    z-index: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #00000000), color-stop(97%, #061733));
    background-image: linear-gradient(180deg, #00000000 66%, #061733 97%)
}

.video-banner-layout3 .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature-item {
    position: relative;
    border-radius: 13px;
    /* margin-top: 30px; */
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.feature-item .feature__img {
    position: absolute;
    bottom: 40%;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.feature-item .feature__img img {
    border-radius: 13px
}

.feature-item .feature__content {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px;
    text-align: center;
    border-top: 3px solid #cc3840;
    background: #ffe1d2;
    min-height: 202px;
    /* border-radius: 11px; */
    /* box-shadow: rgb(153 223 251) 0px 5px 15px; */
}

.feature-item .feature__icon {
    font-size: 40px;
    line-height: 1;
    color: #21cdc0;
    margin-bottom: 20px;
    overflow: hidden
}

.feature-item .feature__icon i:nth-of-type(2) {
    position: absolute;
    right: -30px;
    font-size: 80px;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.feature-item .feature__title {
    font-size: 15px;
    margin-bottom: 0;
    color: #0e2a6c;
    font-weight: 500;
}

.feature-item .feature__desc {
    font-size: 14px;
    line-height: 1.7
}

.feature-item .btn__link {
    position: absolute;
    bottom: -15px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.feature-item .btn__link .icon-outlined {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #213360;
    margin-right: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.feature-item .btn__link .icon-outlined:hover {
    background-color: #d70a15
}

.feature-item .btn__link .icon-outlined.icon-arrow-right {
    font-size: 75%
}

.feature-item:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.feature-item:hover .feature__icon {
    color: #21cdc0
}

.feature-item:hover .feature__icon i:nth-of-type(2) {
    opacity: .2
}

.feature-item:hover .feature__img {
    bottom: 50%;
    opacity: 1
}

.feature-item:hover .btn__link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.features-layout1 {
    padding-top: 180px
}

.features-layout1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    z-index: -1;
    background-color: #fff
}

.features-layout2 .heading__icon {
    font-size: 60px;
    line-height: 1;
    color: #35fff0
}

.features-layout2 .feature-item .icon-outlined:hover {
    background-color: #222
}

.features-layout3 .feature-item-custom {
    overflow: hidden;
    background-color: #21cdc0
}

.features-layout3 .feature-item-custom:before {
    font-family: icomoon;
    content: "\e93f";
    position: absolute;
    right: -50px;
    bottom: -50px;
    font-size: 140px;
    color: rgba(255, 255, 255, .1)
}

.features-layout3 .feature-item-custom .feature__desc, .features-layout3 .feature-item-custom .feature__title {
    color: #fff
}

.features-layout3 .feature-item-custom .feature__title {
    margin-bottom: 20px
}

.features-layout3 .feature-item-custom .btn__link {
    position: static;
    opacity: 1;
    line-height: 1.5;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.features-layout4 .feature-item {
    padding: 30px;
    border-radius: 0;
    margin-bottom: 30px
}

.features-layout4 .feature-item .feature__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px
}

.features-layout4 .feature-item .feature__title {
    font-size: 23px;
    margin-bottom: 15px
}

.features-layout4 .feature-item .feature__content {
    padding: 0 !important
}

.features-layout4 .feature-item .btn__link {
    position: static;
    opacity: 1;
    line-height: 1.5;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.features-layout4 .slick-list {
    padding-bottom: 50px
}

.features-layout4 .slick-dots {
    margin-top: -50px
}

.features-list .feature-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 30px;
    text-align: center;
    background-color: transparent
}

.features-list .feature-item:last-of-type {
    margin-right: 0
}

.features-list .feature-item .feature__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #213360;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.features-list .feature-item .feature__title {
    font-size: 15px
}

.features-list .feature-item:hover .feature__icon {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 9px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

@media (min-width:1200px) {
    .features-layout3 .feature-wrapper {
        overflow: hidden;
        /* margin-top: -10px; */
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
        box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08)
    }

    .features-layout3 .feature-wrapper>[class*=col-]:not(:last-of-type) {
        border-right: 15px solid #fff
    }

    .features-layout3 .feature-item {
        margin-bottom: 0
    }

    .features-layout3 .feature-item:not(.feature-item-custom) {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .features-layout3 .feature-item:not(.feature-item-custom) .feature__title {
        line-height: 1.5
    }

    .features-layout3 .feature-item.feature-item-custom {
        margin-top: -10px;
        border-radius: 15px
    }

    .features-layout4 .carousel-container {
        margin-right: -160px
    }
}

@media (max-width:1199px) {
    .feature-item {
        margin: 10px 0
    }

    .features-layout1[class*=mt--] {
        margin-top: -30px !important
    }
}

@media (max-width:992px) {
    .features-layout2 .feature-item .feature__img {
        display: none
    }
}

@media (min-width:320px) and (max-width:767px) {
    .feature-item .feature__content {
        padding: 20px
    }

    .feature-item .feature__title {
        font-size: 18px !important;
        margin-bottom: 5px
    }

    .feature-item .feature__desc {
        font-size: 13px;
        margin-bottom: 10px
    }

    .feature-item .feature__icon {
        font-size: 40px;
        margin-bottom: 10px
    }

    .features-list .feature-item {
        margin-right: 10px
    }

    .features-list .feature-item .feature__icon {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .features-list .feature-item .feature__title {
        font-size: 11px !important
    }
}

.fancybox-item {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.fancybox-item .fancybox__icon {
    font-size: 50px;
    line-height: 1;
    color: #21cdc0
}

.fancybox-item .fancybox__title {
    font-size: 19px;
    margin-bottom: 16px
}

.fancybox-item .fancybox__desc {
    margin-bottom: 0
}

.fancybox-item .fancybox__desc, .fancybox-item .fancybox__icon, .fancybox-item .fancybox__title {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.fancybox-item:hover .fancybox__icon {
    -webkit-animation: zoomOut 1s infinite alternate;
    animation: zoomOut 1s infinite alternate
}

.fancybox-item:hover .fancybox__title {
    color: #d70a15
}

.fancybox-layout1 .fancybox-item, .fancybox-layout2 .fancybox-item {
    padding: 40px;
    border: 2px solid #e6e8eb
}

.fancybox-layout1 .fancybox-item .fancybox__icon, .fancybox-layout2 .fancybox-item .fancybox__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.fancybox-layout1 .fancybox-item:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.fancybox-layout2 .fancybox-item {
    padding: 30px
}

.fancybox-layout2 .fancybox-item .fancybox__title {
    font-size: 18px;
    margin-bottom: 6px
}

.fancybox-layout2 .fancybox-item:hover {
    border-color: #21cdc0;
    background-color: #21cdc0
}

.fancybox-layout2 .fancybox-item:hover .fancybox__desc, .fancybox-layout2 .fancybox-item:hover .fancybox__icon, .fancybox-layout2 .fancybox-item:hover .fancybox__title {
    color: #fff
}

.fancybox-layout3 .fancybox-item {
    width: 270px;
    padding: 37px 35px 30px;
    background-color: #fff;
    border: 1px solid #ff6b73;
}

.fancybox-layout3 .fancybox-item .fancybox__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.fancybox-layout3 .fancybox-item .fancybox__title {
    font-size: 18px
}

.fancybox-light .fancybox-item .fancybox__icon, .fancybox-light .fancybox-item .fancybox__title, .fancybox-light .fancybox-item:hover .fancybox__title {
    color: #fff
}

@media (min-width:320px) and (max-width:767px) {
    .fancybox-item .fancybox__icon {
        font-size: 40px;
        margin-bottom: 5px
    }

    .fancybox-item .fancybox__title {
        font-size: 15px !important;
        margin-bottom: 5px
    }

    .fancybox-layout1 .fancybox-item, .fancybox-layout2 .fancybox-item, .fancybox-layout3 .fancybox-item {
        padding: 20px
    }
}

.member {
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
    /* display: inline-flex; */
    align-items: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* padding: 5px;  */
    /*min-height: 390px;*/
    height: 500px !important;
    /* border: 5px double #f3a5a9;  */
}

.member:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #32436e;
    -webkit-transition: transform .4s linear;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.program {
    min-height: auto !important; 
    position: relative;
    border-radius: 8px;
    background-color: #eff8ff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    padding: 5px;
    border: 5px double #f3a5a9;
}

.program:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #32436e;
    -webkit-transition: transform .4s linear;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.member .member__img img {
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

.member .program-img img {
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    /* height: 150px;
    width: 238px; */
}

.member .member__info {
    padding:0px 16px;
    text-align: center;
}

.member .member__info .member__name {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
    color: #d70a15;
    height: 44px;
}

.member .member__info .member__name a {
    color: #0e204d;
    font-size: 20px;
}

.member .member__info .member__name a:hover {
    color: #d70a15
}

.member .member__info .member__job {
   color: #21408c;
    height: 25px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
}

.member .member__info .member__desc {
    font-size: 15px;
    margin-bottom: 0
}

.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.member .social-icons li {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.member .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff
}

.member .social-icons li a.facebook {
    background-color: #3b5999
}

.member .social-icons li a.twitter {
    background-color: #55acee
}

.member .social-icons li a.phone {
    background-color: #283b6a
}

.member .social-icons li a:hover {
    background-color: #222
}

.member .social-icons li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.member .social-icons li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.member .social-icons li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.member .btn__link.btn__secondary {
    padding: 12px 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.member .btn__link.btn__secondary i {
    width: auto;
    height: auto;
    margin-left: 3px;
    color: #213360;
    background-color: transparent !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.member .btn__link.btn__secondary:hover {
    color: #fff !important;
    background-color: #d70a15 !important
}

.member:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.member:hover .member__hover, .member:hover .social-icons li {
    opacity: 1
}

.member:hover .btn__link.btn__secondary {
    /* padding: 12px 15px; */
    color: #fff;
    background-color: #213360
}

.member:hover .btn__link.btn__secondary i {
    color: #fff
}

.team-layout1 .member .social-icons {
    position: absolute;
    top: 40px;
    left: 40px
}

.team-layout1 .slick-list, .team-layout2 .slick-list {
    margin: -15px;
    overflow: visible
}

.team-layout1 .slick-slide, .team-layout2 .slick-slide {
    margin: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.team-layout1 .slick-slide.slick-active, .team-layout2 .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.team-layout1 .slick-slide:not(.slick-active), .team-layout2 .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden
}

.team-layout1 .member:hover:before, .team-layout2 .member:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width:320px) and (max-width:767px) {
    .member:before {
        left: 20px;
        right: 20px
    }

    .member .member__info {
        padding: 5px 20px
    }
    
    /*.btn--btn{*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

.testimonial__title {
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 30px
}

.testimonial__meta {
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.testimonial__meta .testimonial__thmb {
    margin-bottom: 16px
}

.testimonial__meta.slick-current {
    opacity: 1
}

.testimonial__meta.slick-current .testimonial__thmb {
    border: 2px solid #21cdc0;
    background-color: #fff
}

.testimonial__meta-title {
    font-size: 16px;
    margin-bottom: 4px;
    white-space: nowrap
}

.testimonial__meta-desc {
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0
}

.testimonial__thmb {
    cursor: pointer;
    width: 52px !important;
    height: 52px;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonial__thmb img {
    display: block;
    border-radius: 50%;
    margin: auto
}

.testimonials-layout1 {
    border-radius: 15px;
    background-color: #edfbfa
}

.testimonials-layout1 .slick-dots {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 3
}

.testimonials-layout1 .testimonials-wrapper {
    position: relative
}

.testimonials-layout1 .testimonials-wrapper:before {
    font-family: icomoon;
    content: "\e95c";
    position: absolute;
    top: -160px;
    left: 0;
    font-size: 50px;
    color: #21cdc0
}

.testimonials-layout2 .slick-dots, .testimonials-layout3 .slick-dots {
    display: none !important
}

.testimonials-layout2 .slider-nav, .testimonials-layout3 .slider-nav {
    max-width: 550px
}

.testimonials-layout2 .testimonial__meta, .testimonials-layout3 .testimonial__meta {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials-layout2 .testimonial__meta .testimonial__thmb, .testimonials-layout3 .testimonial__meta .testimonial__thmb {
    position: relative;
    width: 65px !important;
    height: 65px;
    padding: 6px;
    margin-bottom: 0;
    margin-right: 15px
}

.testimonials-layout2 .testimonial__meta .testimonial__thmb:before, .testimonials-layout3 .testimonial__meta .testimonial__thmb:before {
    font-family: icomoon;
    content: "\e95c";
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 12px;
    opacity: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #21cdc0;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-layout2 .testimonial__meta.slick-current .testimonial__thmb:before, .testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb:before {
    opacity: 1
}

.testimonials-layout3 {
    padding-bottom: 290px
}

.testimonials-layout3+.contact-layout2 {
    margin-top: -240px
}

.testimonials-layout3 .testimonial__meta-title, .testimonials-layout3 .testimonial__title {
    color: #fff
}

.testimonials-layout3 .testimonial__meta-desc {
    color: #848e9f
}

.testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb {
    background-color: #213360
}

.testimonials__rating {
    position: relative;
    max-width: 300px;
    padding: 20px 0 20px 30px
}

.testimonials__rating:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 143px;
    height: 95px;
    background-image: url(../images/icons/text-shape.png)
}

.testimonials__rating .total__rate {
    font-family: Quicksand, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #21cdc0;
    margin-right: 10px
}

.testimonials__rating .overall__rate {
    font-weight: 700;
    color: #213360;
    border-bottom: 2px solid #213360
}

@media (min-width:1300px) {
    .testimonials-layout1 {
        margin: 0 50px
    }
}

@media (max-width:992px) {
    .testimonials-layout1 .testimonials-wrapper:before {
        top: -90px;
        font-size: 40px
    }
}

@media (max-width:992px) {
    .testimonial__title {
        font-size: 15px
    }

    .testimonial__meta-title {
        font-size: 13px
    }

    .testimonials-layout2 .testimonial__meta .testimonial__thmb {
        position: relative;
        width: 40px !important;
        height: 40px;
        padding: 3px;
        margin-right: 8px
    }

    .testimonials-layout2 .testimonial__meta .testimonial__thmb:before {
        font-size: 9px;
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.client {
    position: relative;
    overflow: hidden
}

.client img {
    padding: 15px;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.client img:first-of-type {
    opacity: .7
}

.client img:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%)
}

.client:hover img:first-of-type {
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

.client:hover img:last-of-type {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.clients-light .client img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.clients-light .client img:first-of-type {
    opacity: .98
}

.post-item {
    position: relative;
    border-radius: 6px;
    /* margin-bottom: 30px; */
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #d2f2ff;
    min-height: 122px;
}

.post-item .post__img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    /* margin: 10px 0px; */
    padding: 15px 0px;
    margin-bottom: 10px;
}



.post-item:hover p {
    display: block;
}

/*.post-item p {*/
/*    display: none;*/
/*}*/

.post-item .post__img img,
.post-item h4 {
    display: inline-block;
}

/*.post-item:hover .post__img img,*/
/*.post-item:hover h4 {*/
/*    display: none;*/
/*}*/

/* .post-item .post__img img {
    -webkit-transition: all .9s ease;
    transition: all .9s ease
} */

.post-item .post__title {
    font-size: 18px;
    /* margin-bottom: 28px */
    text-align: center;
}

.post-item .post__title a {
    color: #0e204d
}

.post-item .post__title a:hover {
    color: #d70a15
}

.post-item .post__meta {
    margin-bottom: 14px
}

.post-item .post__meta>* {
    position: relative;
    font-size: 13px;
    color: #435ba1;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px
}

.post-item .post__meta>:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #dedfe3
}

.post-item .post__meta>:last-child {
    padding-right: 0;
    margin-right: 0
}

.post-item .post__meta>:last-child:after {
    display: none
}

.post-item .post__body {
    position: relative;
    z-index: 3;
    /* padding: 0 30px 40px 37px; */
    padding: 10px;
    margin-top: -15px
}

.post-item .post__meta-cat {
    padding: 4px 13px;
    display: inline-block;
    border-radius: 0 8px 8px 8px;
    background-color: #21cdc0;
    margin-bottom: 15px
}

.post-item .post__meta-cat a {
    position: relative;
    color: #fff;
    padding-right: 7px;
    font-size: 13px
}

.post-item .post__meta-cat a:hover {
    color: #000
}

.post-item .post__meta-cat a:after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 1px;
    color: #fff
}

.post-item .post__meta-cat a:last-child {
    padding-right: 0
}

.post-item .post__meta-cat a:last-child:after {
    display: none
}

.post-item .btn__link.btn__secondary {
    padding: 12px 0;
    margin-top: 5px
}

.post-item .btn__link.btn__secondary i {
    width: auto;
    height: auto;
    margin-left: 3px;
    color: #213360;
    background-color: transparent !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.post-item .btn__link.btn__secondary:hover {
    color: #fff !important;
    background-color: #21cdc0 !important
}

.post-item:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

/* .post-item:hover .post__img img {
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg)
} */

.post-item:hover .btn__link.btn__secondary {
    padding: 12px 20px;
    color: #fff;
    background-color: #213360
}

.post-item:hover .btn__link.btn__secondary i {
    color: #fff
}

.blog-single .post-item .post__img {
    border-radius: 16px
}

.blog-single .post-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-widget__title {
    font-size: 21px;
    margin-bottom: 24px
}

.blog-share .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.blog-share .social-icons a:hover {
    background-color: #21cdc0
}

.widget-nav .widget-nav__img {
    position: relative;
    max-width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.widget-nav .widget-nav__img img {
    border-radius: 5px
}

.widget-nav .widget-nav__img:before {
    font-family: icomoon;
    font-size: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #213360;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget-nav .widget-nav__next, .widget-nav .widget-nav__prev {
    position: relative;
    padding: 20px 40px;
    border-radius: 12px;
    border: 2px solid #e6e8eb;
    max-width: 48%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget-nav .widget-nav__next:hover, .widget-nav .widget-nav__prev:hover {
    border-color: #21cdc0
}

.widget-nav .widget-nav__next:hover .widget-nav__img:before, .widget-nav .widget-nav__next:hover .widget-nav__ttile, .widget-nav .widget-nav__prev:hover .widget-nav__img:before, .widget-nav .widget-nav__prev:hover .widget-nav__ttile {
    color: #21cdc0
}

.widget-nav .widget-nav__next .widget-nav__img:before {
    content: "\e905";
    right: -20px
}

.widget-nav .widget-nav__prev .widget-nav__img:before {
    content: "\e903";
    left: -20px
}

.widget-nav .widget-nav__content {
    max-width: calc(100% - 90px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    padding: 0 10px
}

.widget-nav .widget-nav__content span {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #616161;
    display: block;
    margin-bottom: 1px
}

.widget-nav .widget-nav__content .widget-nav__ttile {
    font-size: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget-nav .widget-nav__all {
    font-size: 22px;
    line-height: 50px;
    display: block;
    text-align: center
}

.blog-author {
    position: relative;
    padding: 35px;
    border-radius: 6px;
    background-color: #def8f6
}

.blog-author:after {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 0;
    width: 3px;
    background-color: #21cdc0
}

.blog-author .blog-author__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 30px
}

.blog-author .blog-author__avatar img {
    border-radius: 50%
}

.blog-author .blog-author__content {
    -webkit-box-flex: calc(100% - 100px);
    -ms-flex: calc(100% - 100px);
    flex: calc(100% - 100px);
    max-width: calc(100% - 100px)
}

.blog-author .blog-author__name {
    font-size: 18px;
    margin-bottom: 12px
}

.blog-author .blog-author__bio {
    font-size: 15px;
    margin-bottom: 13px
}

.blog-author .social-icons li a {
    font-size: 15px;
    color: #0e204d;
    background-color: transparent !important
}

.blog-author .social-icons li a:hover {
    color: #21cdc0
}

.bordered-box {
    border-radius: 4px;
    border: 1px solid #e5e8ea
}

.bordered-box .blog-share, .bordered-box .blog-tags {
    padding: 25px
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px
}

.comments-list .comment__item .comment__avatar img {
    border-radius: 50%
}

.comments-list .comment__item .comment__content {
    padding-left: 90px
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 15px;
    margin-bottom: 11px
}

.comments-list .comment__item .comment__content .comment__date {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.comments-list .comment__item .comment__content .comment__desc {
    font-size: 15px;
    margin-bottom: 6px
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #21cdc0
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #213360
}

.comments-list .comment__item .nested__comment {
    border-top: 1px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px
}

.blog-comments-form .form-control {
    height: 60px
}

.blog-comments-form .btn {
    height: 70px;
    line-height: 70px
}

.blog-tags ul li a {
    position: relative;
    font-size: 14px;
    padding-right: 5px;
    color: #21cdc0
}

.blog-tags ul li a:hover {
    color: #213360
}

.blog-tags ul li a:before {
    content: ',';
    position: absolute;
    top: -2px;
    right: 1px;
    color: #21cdc0
}

.blog-tags ul li:last-child a:before {
    display: none
}

@media (min-width:1200px) {
    .blog-single .post-item .post__title {
        font-size: 40px
    }

    .blog-single .post-item .post__desc p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 25px
    }

    .blog-single .post-item .post__body {
        margin-top: -35px;
        background-color: #fff;
        border-top-right-radius: 30px;
        margin-right: 40px
    }

    .blog-single .post-item .post__meta-cat {
        position: relative;
        z-index: 6;
        top: -15px
    }
}

@media (min-width:768px) {
    
    .widget-nav__next {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:320px) and (max-width:767px) {
    .post-item {
        margin-bottom: 15px
    }

    .post-item .post__title {
        font-size: 17px;
        margin-bottom: 10px
    }

    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px
    }

    .comments-list .comment__item .comment__content {
        padding-left: 50px
    }

    .comments-list .comment__item .comment__content .comment__desc {
        font-size: 13px
    }

    .widget-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-nav .widget-nav__img {
        max-width: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px
    }

    .widget-nav .widget-nav__img:before {
        display: none
    }

    .widget-nav .widget-nav__next, .widget-nav .widget-nav__prev {
        max-width: 100%;
        padding: 15px
    }

    .widget-nav .widget-nav__prev {
        margin-bottom: 10px
    }

    .comments-list .comment__item .nested__comment {
        padding: 20px 0 0 0;
        margin: 20px 0 0 40px
    }

    .bordered-box .blog-share, .bordered-box .blog-tags {
        padding: 10px
    }

    .blog-carousel .heading-wrapper {
        margin-bottom: 60px !important
    }

    .blog-carousel .btn__explore {
        position: relative;
        right: 0
    }

    .blog-carousel .heading__title {
        font-size: 18px
    }

    .blog-carousel .slick-arrow {
        top: -30px
    }
}

@media (min-width:320px) and (max-width:575px) {
    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }

    .blog-author:after {
        top: 20px;
        bottom: 20px
    }

    .blog-author .blog-author__avatar, .blog-author .blog-author__content {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
}

.contact-info .boxes-wrapper {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -40px;
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(1) .contact-box {
    background-color: #ebf6fd;
    border-right: 2px dotted #171375;
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(2) .contact-box {
    background-color: #ebf6fd;
    border-right: 2px dotted #171375;
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(3) .contact-box {
    background-color: #ebf6fd;
    
}

.contact-info .contact-box {
    position: relative;
    padding: 25px;
    height: 100%;
    text-align: center;
}

.contact-info .contact-box .contact__title {
    font-size: 25px
}

.contact-info .contact-box .contact__icon {
    font-size: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    /* max-width: 80px */
}

.contact-info .contact-box .contact__desc, .contact-info .contact-box .contact__icon, .contact-info .contact-box .contact__title, .contact-info .contact-box .time__list li {
    color: #171375
}

.contact-info .contact-box .phone__number {
    font-size: 23px;
    margin-top: 5px;
    font-weight: 600;
    color: #171375 !important
}

.contact-info .contact-box .phone__number .icon-phone {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: #f3a5a9
}

.contact-info .contact-box .btn__white.btn__outlined {
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .25)
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .1);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .1)
}

.contact-panel__title {
    font-size: 24px
}

.contact-panel__desc {
    font-size: 15px;
    line-height: 25px
}

textarea.form-control {
    min-height: 120px;
    padding-top: 16px
}

.contact-layout1 .contact-panel__info, .contact-layout2 .contact-panel__info {
    position: relative;
    padding: 55px 60px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%
}

.contact-layout1 .contact-panel__info:after, .contact-layout2 .contact-panel__info:after {
    content: '';
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: 0;
    width: 3px;
    background-color: #213360
}

.contact-layout1 .contact-panel__info .contact__list li, .contact-layout2 .contact-panel__info .contact__list li {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px
}

.contact-layout1 .contact-panel__info .contact__list li a, .contact-layout2 .contact-panel__info .contact__list li a {
    color: #fff
}

.contact-layout1 .contact-panel__info .contact__list li i, .contact-layout2 .contact-panel__info .contact__list li i {
    margin-right: 8px
}

.contact-layout1 .contact-panel__info .contact-panel__title, .contact-layout2 .contact-panel__info .contact-panel__title {
    font-size: 30px
}

.contact-layout1 .contact-panel__form, .contact-layout2 .contact-panel__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%
}

.contact-layout3 .text__block {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 2px solid rgba(231, 235, 239, .3)
}

.contact-layout3 .text__block .text__block-desc {
    font-size: 17px
}

.contact-layout4 {
    padding: 50px;
    overflow: hidden;
    border-radius: 20px
}

.contact-layout5 .list-items-light.list-items-layout2 li:before {
    color: #213360;
    border-color: #fff;
    background-color: #fff
}

@media (min-width:1300px) {
    .contact-layout5 {
        margin-right: 50px;
        margin-left: 50px;
        overflow: hidden;
        border-radius: 20px
    }
}

@media (min-width:1200px) {
    .contact-layout1 .contact-panel__form, .contact-layout2 .contact-panel__form {
        padding-right: 70px
    }

    .contact-layout3 .contact-panel {
        margin-right: 30px
    }

    .contact-layout5 .contact-panel {
        margin-left: 30px
    }
}

@media (max-width:992px) {
    .contact-info .contact-box {
        padding: 25px
    }

    .contact-panel {
        padding: 20px
    }

    .contact-panel .contact-panel__desc {
        font-size: 13px;
        line-height: 23px
    }

    .contact-layout1 .contact-panel__info, .contact-layout2 .contact-panel__info {
        padding: 20px;
        margin-top: 30px
    }

    .contact-layout1 .contact-panel__info:after, .contact-layout2 .contact-panel__info:after {
        top: 20px;
        bottom: 20px
    }

    .contact-layout1 .contact-panel__form, .contact-layout1 .contact-panel__info, .contact-layout2 .contact-panel__form, .contact-layout2 .contact-panel__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:320px) and (max-width:767px) {
    
    .navbar .dropdown-menu,
    .menu-right {
      position: static;
      background: #e9ecef;
      width: 190px;
      line-height: 30px;
      border-radius: 0 0 5px 5px;
      /* top: 65px; */
      border-top: 2px solid #bb111b;
      left: 0;
      opacity: 0;
      visibility: visible;
      transition: all 0.4s ease;
      -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
      box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    }
    
    .contact-info .boxes-wrapper {
        margin-bottom: 5px
    }

    .contact-info .boxes-wrapper .contact-box {
        padding: 15px
    }

    .contact-info .boxes-wrapper .contact-box .contact__icon {
        font-size: 40px;
        /* -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px */
    }

    .contact-info .boxes-wrapper .contact-box .contact__title {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.pricing{
    background-color: #2991bb;
}

.pricing-package {
    position: relative;
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 30px);
    padding: 45px 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px rgba(14, 32, 77, .15);
    box-shadow: 0 5px 83px rgba(14, 32, 77, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px
}

.pricing-package .package__title {
    color: #3a5aac;
    font-size: 24px;
    margin-bottom: 15px;
}

.pricing-package .package__price {
    font-family: Quicksand, sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #435ba1;
    line-height: 1;
    margin-bottom: 20px
}

.pricing-package .package__period {
    font-size: 14px;
    font-weight: 600
}

.pricing-package .package__desc {
    font-size: 14px;
    margin-bottom: 44px
}

.pricing-package .package__list {
    margin-bottom: 50px
}

.pricing-package .package__list li {
    margin-bottom: 13px
}

.pricing-package .package__list li:before {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.pricing-package .package__footer {
    text-align: center;
    border-radius: 10px;
    padding: 32px 20px 40px;
    background-color: #def8f6
}

.packages-wrapper {
    position: relative;
    z-index: 2;
    /* margin-top: -130px; */
    border-radius: 15px
}

[class*=pricing-widget-layout] {
    padding: 40px;
    border-radius: 12px
}

[class*=pricing-widget-layout] .pricing__title {
    font-size: 19px
}

[class*=pricing-widget-layout] .pricing__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdee2
}

[class*=pricing-widget-layout] .pricing__list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

[class*=pricing-widget-layout] .pricing__list li .price {
    line-height: 1;
    padding: 6px 10px;
    border-radius: 5px
}

.pricing-widget-layout1 {
    background-color: #def8f6
}

.pricing-widget-layout1 .pricing__list li .price {
    color: #fff;
    background-color: #21cdc0
}

.pricing-widget-layout2 {
    border: 2px solid #e6e8eb
}

.pricing-widget-layout2 .pricing__list li .price {
    color: #fff;
    background-color: #213360
}

.pricing-widget-layout3 {
    background-color: #f6f6f6
}

.pricing-widget-layout3 .pricing__list li .price {
    color: #fff;
    background-color: #213360
}

.widget-plan {
    border-radius: 13px;
    border: 2px solid #e6e8eb
}

.widget-plan .widget__body {
    padding: 50px
}

.widget-plan .widget__footer {
    padding: 50px;
    border-top: 2px solid #e6e8eb
}

.widget-plan .plan__items {
    padding: 30px;
    border-radius: 10px;
    background-color: #def8f6
}

.widget-plan .plan__items li {
    color: #213360
}

.widget-plan .plan__price {
    line-height: 1;
    font-size: 50px;
    color: #435ba1
}

.widget-plan .plan__price .period {
    font-size: 14px
}

@media (min-width:992px) {
    .packages-wrapper>[class*=col-]:first-of-type .pricing-package {
        border-radius: 15px 0 0 15px
    }

    .packages-wrapper>[class*=col-]:last-of-type .pricing-package {
        border-radius: 0 15px 15px 0
    }
}

@media (max-width:992px) {
    .pricing-package {
        height: auto;
        padding: 20px;
        border-radius: 10px
    }

    .pricing-package .package__title {
        margin-bottom: 10px
    }

    .pricing-package .package__price {
        font-size: 40px;
        margin-bottom: 10px
    }

    .pricing-package .package__desc {
        margin-bottom: 20px
    }

    .pricing-package .package__list {
        margin-bottom: 30px
    }

    .pricing-package .package__footer {
        border-radius: 10px;
        padding: 17px 10px 20px
    }

    [class*=pricing-widget-layout] {
        padding: 20px;
        border-radius: 8px
    }

    [class*=pricing-widget-layout] .pricing__title {
        font-size: 16px
    }

    [class*=pricing-widget-layout] .pricing__list li {
        font-size: 14px
    }

    [class*=pricing-widget-layout] .pricing__list li .price {
        padding: 3px 6px
    }
}

.sidebar.sticky-top {
    top: 100px
}

.widget {
    position: relative;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #cce3f7
}

.widget:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #213360
}

.widget:last-child {
    margin-bottom: 0
}

.widget .widget__title {
    font-size: 19px;
    margin-bottom: 23px
}

.widget-search .widget__form-search {
    position: relative
}

.widget-search .widget__form-search .form-control {
    height: 55px
}

.widget-search .widget__form-search .form-control:focus {
    border-color: #21cdc0
}

.widget-search .widget__form-search .btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
    color: #21cdc0;
    padding: 0;
    min-width: 0;
    height: 55px;
    line-height: 55px
}

.widget-search .widget__form-search .btn:before {
    display: none
}

.widget-search .widget__form-search .btn:hover {
    color: #213360
}

.widget-categories ul li {
    margin-bottom: 11px
}

.widget-categories ul li:last-child {
    margin-bottom: 0
}

.widget-categories ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #213360;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget-categories ul li a:hover {
    color: #21cdc0
}

.widget-categories ul li a .cat-count {
    font-size: 13px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e6e8eb;
    color: #21cdc0;
    background-color: #fff
}

.widget-services ul li {
    margin-bottom: 4px
}

.widget-services ul li:last-child {
    margin-bottom: 0
}

.widget-services ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding: 22px 30px;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: Quicksand, sans-serif;
    color: #213360;
    background-color: #eef7ff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.widget-services ul li a:hover {
    color: #fff;
    background-color: #d70a15
}

.widget-tags ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
    border-radius: 6px;
    border: 1px solid #e6e8eb;
    color: #21cdc0;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.widget-tags ul li a:hover {
    color: #fff;
    border-color: #21cdc0;
    background-color: #21cdc0
}

.widget-post-item {
    margin-bottom: 25px
}

.widget-post-item:last-of-type {
    margin-bottom: 0
}

.widget-post-item .widget-post__title {
    font-size: 16px;
    margin-bottom: 0
}

.widget-post-item .widget-post__title a {
    color: #0e204d
}

.widget-post-item:hover .widget-post__title a {
    color: #21cdc0
}

.widget-post-item .widget-post__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px
}

.widget-post-item .widget-post__img img {
    border-radius: 5px
}

.widget-post-item .widget-post__date {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 4px
}

.widget-poducts .widget-product-item {
    margin-bottom: 20px
}

.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0
}

.widget-poducts .widget-product-item .widget-product__title {
    font-size: 15px;
    margin-bottom: 0
}

.widget-poducts .widget-product-item .widget-product__title a {
    color: #0e204d
}

.widget-poducts .widget-product-item:hover .widget-product__title a {
    color: #21cdc0
}

.widget-poducts .widget-product-item .widget-product__img {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 2px
}

.widget-poducts .widget-product-item .widget-product__img img {
    border-radius: 5px
}

.widget-poducts .widget-product-item .widget-product__price {
    color: #21cdc0;
    font-size: 15px;
    font-weight: 700
}

.widget-help .widget__icon {
    font-size: 55px;
    margin-bottom: 4px
}

.widget-help .widget__desc, .widget-help .widget__icon, .widget-help .widget__title {
    color: #fff
}

.widget-help .phone__number {
    font-size: 24px;
    margin-top: 5px;
    color: #fff !important
}

.widget-help .phone__number .icon-phone {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: #3851a2
}

.widget-schedule {
    background-color: #f4faff
}

.widget-schedule .widget__icon {
    color: #213360;
    font-size: 50px;
    margin-bottom: 6px
}

.time__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdee2
}

.time__list li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.widget-member {
    padding: 0;
    overflow: visible
}

.widget-member:after {
    display: none
}

.widget-member .member {
    z-index: 3;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.widget-member .member:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.widget-member .member .social-icons li {
    opacity: 1
}

.widget-reports {
    padding: 0;
    background-color: transparent
}

.widget-reports:after {
    display: none
}

.widget-reports .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    line-height: 88px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Quicksand, sans-serif
}

.widget-reports .btn:before {
    display: none
}

.widget-reports .btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.widget-reports .btn__primary i {
    background-color: #213360
}

.widget-reports .btn__primary:hover {
    background-color: #213360
}

.widget-reports .btn__primary:hover i {
    background-color: #21cdc0
}

.widget-filter .ui-slider {
    background-color: rgba(34, 34, 34, .06);
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #21cdc0
}

.widget-filter .price-output {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.widget-filter label {
    color: #848e9f;
    font-size: 14px;
    margin-bottom: 0
}

.widget-filter input {
    background-color: transparent;
    color: #21cdc0;
    font-size: 14px;
    border: none
}

.widget-filter .btn__filter {
    font-size: 14px;
    font-weight: 700;
    color: #0e204d
}

.ui-slider {
    position: relative
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget.ui-widget-content {
    border: none
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #21cdc0
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.sidebar-layout2 .widget {
    padding: 0;
    background-color: transparent
}

.sidebar-layout2 .widget:after {
    display: none
}

@media (min-width:1200px) {
    .sidebar.has-marign-right {
        margin-right: 40px
    }

    .sidebar.has-marign-left {
        margin-left: 40px
    }

    .widget-member.shifted-top {
        margin-top: -450px
    }
}

@media (min-width:320px) and (max-width:992px) {
    .widget {
        padding: 20px;
        margin-bottom: 30px
    }

    .widget:after {
        top: 20px;
        bottom: 20px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .widget {
        padding: 15px
    }

    .widget:after {
        top: 15px;
        bottom: 15px
    }

    .widget .widget__title {
        margin-bottom: 20px
    }

    .widget-categories ul {
        padding: 0
    }

    .widget-categories ul li a {
        font-size: 13px
    }
}

.about__img {
    position: relative
}

.about__img img {
    border-radius: 5px
}

.about-layout1 .about__Text, .about-layout4 .about__Text {
    padding: 0 40px;
    text-align: justify;
}

.about-layout1 .about__Text p, .about-layout4 .about__Text p {
    font-size: 16px;
    color: #213360
}

.about-layout1 .about__Text p:first-of-type, .about-layout4 .about__Text p:first-of-type {
    position: relative;
    font-weight: 600
}

.about-layout1 .about__Text p:first-of-type:before, .about-layout4 .about__Text p:first-of-type:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -40px;
    width: 2px;
    background-color: #213360
}

.about-layout4 .video-banner .video__btn {
    top: auto;
    left: 50px;
    bottom: 50px;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.about-layout2 .text-with-icon .text__icon {
    color: #21cdc0;
    font-size: 50px
}

.about-layout2 .video-banner-layout2 {
    margin-bottom: 20px
}

.about-layout3 .experience__years {
    font-size: 160px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px
}

.about-layout3 .experience__text {
    font-size: 16px
}

.about-layout3 .text__icon {
    font-size: 65px;
    color: #21cdc0
}

.about-layout5 .list-items li {
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 14px
}

.about-layout5 .list-items li:before {
    top: 3px;
    font-size: 14px
}

.about-layout5 .map-wrapper {
    position: relative;
    padding: 17px;
    /* background: #213360; */
    background: linear-gradient(45deg, #d70a15, #2133607d);
    border-top-left-radius: 130px;
    border-bottom-right-radius: 130px;
}

.about-layout5 .tooltip-box {
    position: absolute
}

.about-layout5 .tooltip-box:nth-of-type(1) {
    top: 28%;
    left: 15%
}

.about-layout5 .tooltip-box:nth-of-type(2) {
    top: 15%;
    right: 18%
}

.about-layout5 .tooltip-box:nth-of-type(3) {
    top: 50%;
    left: 46%
}

.about-layout5 .tooltip-box .tooltip__icon {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    background-color: #21cdc0
}

.about-layout5 .tooltip-box .tooltip__panel {
    position: absolute;
    opacity: 0;
    bottom: 45px;
    left: -15px;
    z-index: 3;
    width: 180px;
    border-radius: 10px;
    visibility: hidden;
    margin-bottom: -20px;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.about-layout5 .tooltip-box .tooltip__panel:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff
}

.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel {
    right: -15px;
    left: auto
}

.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel:after {
    left: auto;
    right: 30px;
    border-left: 0;
    border-right: 12px solid #fff
}

.about-layout5 .tooltip-box:hover .tooltip__panel {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0
}

.info-card {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: -50px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.info-card:after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 3px;
    background-color: #213360
}

.info-card .info__ttile {
    font-size: 25px
}

.info-card .testimonials__rating {
    max-width: 250px;
    padding: 0
}

.info-card .testimonials__rating:before {
    display: none
}

.info-card .testimonials__rating .overall__rate, .info-card .testimonials__rating .total__rate {
    color: #213360
}

.info-card .info__meta {
    padding-top: 45px;
    border-top: 2px solid #e6e8eb
}

.notes .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.notes .note>i {
    font-size: 20px;
    margin-right: 8px
}

.notes .note .btn {
    font-size: 14px
}

.notes .testimonials__rating {
    max-width: 250px;
    padding: 0
}

.notes .testimonials__rating:before {
    display: none
}

.notes .testimonials__rating .overall__rate, .notes .testimonials__rating .total__rate {
    color: #213360
}

.notes .btn:not(.btn__link) {
    height: 50px
}

@media (min-width:1200px) {
    .about-layout2+.services-layout1 {
        padding-top: 200px
    }

    .about-layout2 .text-with-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-layout2 .text-with-icon .text__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }

    .about-layout2 .text-with-icon .text__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px)
    }

    .about-layout2 .about__text {
        position: relative;
        z-index: 4;
        border-radius: 20px;
        padding: 0 0 90px 90px
    }

    .about-layout2 .video-banner-layout2 {
        position: absolute;
        z-index: 3;
        width: 135%;
        border-radius: 20px
    }

    .about-layout2 .video-banner-layout2 .video__player {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .about-layout2 .video-banner-layout2 .video__btn {
        position: absolute;
        left: auto;
        right: 10px
    }

    .about-layout2 .video-banner-layout2 .video__btn-title {
        line-height: 1.3;
        max-width: 80px;
        text-align: left;
        white-space: normal
    }

    .about-layout3 .experience {
        margin-top: 80px
    }

    .about-layout3 .about__text, .about-layout3 .video-banner-layout2 {
        margin-left: 40px
    }

    .about-layout3 .video-banner-layout2 {
        z-index: 3;
        margin-bottom: -60px
    }

    .about-layout5 .about-text-wrapper {
        margin-left: 50px
    }

    .notes .testimonials__rating {
        margin-left: 90px
    }

    .notes .btn:not(.btn__link) {
        min-width: 210px
    }
}

@media (max-width:992px) {
    .about-layout5 .about__Text {
        padding-left: 20px
    }

    .about-layout5 .blockquote {
        padding: 20px;
        max-width: 300px
    }

    .about-layout5 .blockquote:before {
        right: 20px
    }

    .about-layout5 .blockquote:after {
        left: 20px;
        font-size: 40px
    }

    .about-layout5 .blockquote .blockquote__title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .about-layout5 .blockquote .blockquote__author {
        font-size: 12px
    }

    .info-card {
        padding: 20px;
        margin-bottom: -20px
    }

    .info-card:after {
        top: 20px;
        bottom: 20px
    }

    .info-card .info__ttile {
        font-size: 20px
    }

    .info-card .info__meta {
        padding-top: 25px
    }
}

.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .05);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .05);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #435ba1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.service-item .service__content {
    padding: 40px
}

.service-item .service__icon {
    color: #213360;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-item .service__icon i:nth-of-type(2) {
    position: absolute;
    right: -60px;
    font-size: 140px;
    opacity: .1;
    top: 100px
}

.service-item .service__title {
    font-size: 24px;
    margin-bottom: 31px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-item .service__desc {
    font-size: 15px;
    margin-bottom: 32px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-item .list-items {
    margin-bottom: 30px
}

.service-item .list-items li {
    margin-bottom: 15px
}

.service-item .btn:not(.btn__link) {
    height: 50px
}

.service-item .btn:hover {
    border-color: #21cdc0;
    background-color: #21cdc0
}

.service-item:hover {
    z-index: 5;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
}

.service-item:hover:before {
    background-color: #21cdc0
}

.services-layout1 .service-item {
    padding: 40px
}

.services-layout1 .service-item .service__content {
    padding: 0
}

.services-layout2 .service-item:before {
    background-color: #d70a15 !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.services-layout2 .service-item .service__title {
    font-size: 23px;
    margin-bottom: 16px
}

.services-layout2 .service-item .service__img {
    overflow: hidden;
    border-radius: 8px
}

.services-layout2 .service-item .service__img img {
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.services-layout2 .service-item .btn:hover {
    border-color: #213360;
    background-color: #213360
}

.services-layout2 .service-item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.services-layout2 .service-item:hover .service__img img {
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg)
}

.services-carousel.services-layout1 .service-item {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .05);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .05)
}

.services-carousel.services-layout1 .service-item:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.services-carousel.services-layout1 .slick-dots {
    text-align: center
}

.services-carousel .slick-dots {
    margin-top: 40px;
    text-align: left
}

.services-carousel .slick-list {
    margin: -15px;
    overflow: visible
}

.services-carousel .slick-slide {
    margin: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.services-carousel .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.services-carousel .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden
}

@media (min-width:1500px) {
    .services-carousel .carousel-container {
        margin-right: -250px
    }
}

@media (min-width:1200px) {
    .services-carousel .carousel-container {
        margin-right: -170px
    }

    .services-carousel .slick-arrow {
        top: -90px
    }

    .services-carousel .slick-arrow.slick-prev {
        left: 80%
    }

    .services-carousel .slick-arrow.slick-next {
        left: 85%
    }

    .services-carousel .service-item .service__desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }
}

@media (max-width:992px) {
    .service-item {
        padding: 20px
    }

    .service-item:before {
        left: 20px;
        right: 20px
    }

    .service-item .service__icon {
        font-size: 50px;
        margin-bottom: 10px
    }

    .service-item .service__title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .service-item .service__desc {
        font-size: 13px;
        margin-bottom: 10px
    }

    .services-layout2 .service-item {
        margin-bottom: 30px
    }

    .services-layout2 .service-item .service__content {
        padding: 15px 0 0 0
    }

    .services-layout3 .service-item {
        padding: 20px
    }
}

.doctors-timetable th {
    font-weight: 700;
    color: #848e9f;
    padding: 17px 15px
}

.doctors-timetable td, .doctors-timetable th {
    text-align: center;
    vertical-align: middle;
    border-radius: 14px;
    border: 3px solid #fff
}

.doctors-timetable thead {
    background-color: #def8f6 !important
}

.doctors-timetable tbody tr:nth-of-type(even) td:first-of-type {
    min-width: 80px;
    background-color: #def8f6 !important
}

.doctors-timetable tbody tr td:first-of-type {
    font-weight: 700
}

.doctors-timetable .event {
    padding: 27px 10px;
    vertical-align: top;
    color: #fff;
    background-color: #435ba1
}

.doctors-timetable .event .event__header {
    font-family: Quicksand, sans-serif;
    display: block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px
}

.doctors-timetable .event .event__type {
    font-size: 13px
}

.doctors-timetable .event .doctor__name {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.doctors-timetable .event .event__time {
    margin: 15px 0
}

.doctors-timetable .event .event__time span {
    display: block
}

.timeline-item {
    position: relative
}

.timeline-item:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 116px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #21cdc0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.timeline-item .timeline__year {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 40px;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 0;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    padding: 5px 20px 5px 25px;
    background-color: #213360
}

.timeline-item .timeline__year:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    left: 10px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.timeline-item .timeline__year:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    right: -8px;
    top: 5px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #213360
}

.timeline-item .timeline__body {
    position: relative;
    font-size: 15px;
    padding-left: 40px;
    margin-bottom: 0;
    padding-bottom: 48px
}

.timeline-item .timeline__body:before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #dcdee2
}

.timeline-item .timeline__body:after {
    content: '';
    position: absolute;
    top: 22px;
    bottom: 0;
    left: -1px;
    width: 2px;
    background-color: #dcdee2
}

.timeline-item .timeline__title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 18px
}

.timeline-item:hover:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.timeline-item:last-of-type .timeline__body {
    padding-bottom: 0
}

.gallery .slick-list {
    margin: 0;
    overflow: hidden;
    border-radius: 12px
}

.gallery .slick-slide {
    margin: 0
}

.gallery .slick-arrow.slick-next {
    right: -50px
}

.gallery .slick-arrow.slick-prev {
    left: -50px
}

.gallery-layout2 .gallery-img {
    position: relative;
    margin-bottom: 30px
}

.gallery-layout2 .gallery-img img {
    border-radius: 10px
}

.gallery-layout2 .gallery-img .popup-gallery-item {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #213360;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 9px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 9px rgba(0, 0, 0, .15);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        display: none;
}

.gallery-layout2 .gallery-img .popup-gallery-item:hover {
    -webkit-box-shadow: 0 0 0 11px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 11px rgba(0, 0, 0, .15)
}

@media (min-width:320px) and (max-width:575px) {
    .gallery .slick-arrow.slick-next {
        right: 0
    }

    .gallery .slick-arrow.slick-prev {
        left: 0
    }
}

.product-item {
    position: relative;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
        border: 4px double #213360;
}

.product-item .product__action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-item .product__info {
    padding: 28px 0
}

.product-item:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.product-item:hover .product__action {
    opacity: 1;
    bottom: 30px
}

.product__title {
    font-size: 21px;
    margin-bottom: 8px
}

.product__title a {
    color: #0e204d
}

.product__title a:hover {
    color: #d70a15
}

.product__price {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #21cdc0
}

.product__img {
    position: relative;
    overflow: hidden
}

.product__img img {
    border-radius: 6px
}

.product-item-single .product__title {
    font-size: 29px;
    margin-bottom: 15px
}

.product-item-single .product__rating {
    margin-right: 37px
}

.product-item-single .product__rating i {
    font-size: 15px
}

.product-item-single .product__rating i.active {
    color: #21cdc0
}

.product-item-single .product__img img {
    border-radius: 15px
}

.product-item-single .product__price {
    font-size: 22px
}

.product-item-single .product__desc {
    font-size: 15px
}

.product-item-single .social-icons li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.product__details li {
    line-height: 2
}

.product__details li strong {
    font-size: 16px;
    font-weight: 700;
    color: #0e204d;
    min-width: 120px;
    display: inline-block
}

.product__meta-review {
    font-size: 14px
}

.product__meta-review a {
    position: relative;
    color: #848e9f;
    padding-left: 10px
}

.product__meta-review a:hover {
    color: #21cdc0
}

.product__meta-review a:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0
}

.product__meta-details li {
    font-size: 15px;
    margin-bottom: 8px
}

.product__meta-details li:last-child {
    margin-bottom: 0
}

.product__meta-details li span:first-of-type {
    font-family: Quicksand, sans-serif;
    color: #0e204d;
    font-weight: 700;
    font-size: 16px
}

.related__products-title {
    font-size: 24px
}

.product__quantity-title {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px
}

.quantity__input-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 80px;
    max-height: 50px;
    border-radius: 6px;
    border: 2px solid #e6e8eb
}

.quantity__input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #0e204d;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 9px;
    border-left: 2px solid #e6e8eb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.quantity__input-wrap .decrease-qty {
    bottom: 0;
    border-top: 2px solid #e6e8eb
}

.quantity__input-wrap .qty-input {
    background-color: transparent;
    text-align: center;
    color: #0e204d;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    -moz-appearance: textfield
}

.quantity__input-wrap .qty-input::-webkit-inner-spin-button, .quantity__input-wrap .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.product__details .nav-tabs {
    border-bottom: 2px solid #e6e6e6
}

.product__details .nav-tabs .nav__link {
    margin-bottom: -2px
}

.product__details .tab-content {
    padding-top: 20px
}

.product__details .tab-content p {
    font-size: 15px
}

.product__details .tab-content p:last-child {
    margin-bottom: 0
}

.product__details .reviews__form .form-control {
    height: 50px
}

.magnifier {
    z-index: 3000 !important
}

.sorting-options .nice-select {
    width: auto;
    min-width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-bottom: 0
}

.cart-table {
    margin-bottom: 50px
}

.cart-table .table {
    border-radius: 4px;
    margin-bottom: 0
}

.cart-table thead {
    background-color: transparent
}

.cart-table thead tr th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #0e204d;
    border-bottom-width: 0 !important;
    border-color: #e9e9e9;
    padding: 15px 0
}

.cart-table tbody tr td {
    padding: 15px;
    border-color: #e9e9e9;
    vertical-align: middle
}

.cart-table .cart-product {
    position: relative
}

.cart-table .cart-product__price, .cart-table .cart-product__total {
    font-size: 16px;
    font-weight: 700;
    color: #848e9f;
    text-align: center
}

.cart-table .cart-product__quantity {
    text-align: center
}

.cart-table .cart-product__img {
    width: 50px;
    margin-right: 20px
}

.cart-table .cart-product__title {
    font-size: 16px;
    margin-bottom: 0
}

.cart-table .cart-product__remove {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222;
    color: #fff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px
}

.cart-table .cart-product__remove:hover {
    background-color: #21cdc0
}

.cart-table .cart-product__action td {
    padding: 30px 20px 20px
}

.cart-table .cart-product__action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #dbdbdb
}

.cart-table .cart-product__action td .btn {
    line-height: 42px;
    height: 42px;
    min-width: 134px
}

.cart__total-amount ul li {
    font-size: 13px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9
}

.cart__total-amount ul li span:first-of-type {
    font-weight: 600;
    color: #0e204d
}

@media (min-width:320px) and (max-width:575px) {
    .cart-table tbody tr td {
        padding: 5px
    }

    .cart-table .cart-product__img {
        width: 40px;
        margin-right: 5px
    }

    .cart-table .cart-product__title {
        font-size: 12px;
        font-weight: 400
    }

    .cart-table .cart-product__price, .cart-table .cart-product__total {
        font-size: 10px
    }

    .cart-table .cart-product__action-content {
        display: block !important
    }

    .cart-table .cart-product__price, .cart-table .cart-product__total {
        font-size: 10px;
        font-weight: 400;
        padding: 0
    }

    .cart-table thead tr th {
        font-size: 10px
    }
}

.process-item {
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.process-item:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #21cdc0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .4s linear;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.process-item .process__number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: Quicksand, sans-serif;
    font-size: 104px;
    font-weight: 700;
    line-height: 1;
    color: #eaedf5
}

.process-item .process__icon {
    position: relative;
    color: #354f8e;
    font-size: 55px;
    margin-bottom: 10px;
    -webkit-transition: color .4s linear;
    transition: color .4s linear
}

.process-item .process__title {
    font-size: 19px;
    margin-bottom: 30px
}

.process-item .process__desc {
    margin-bottom: 20px
}

.process-item:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.process-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.process-item:hover .process__icon {
    color: #21cdc0
}

.work-process .slick-list {
    margin: -15px;
    overflow: visible
}

.work-process .slick-slide {
    margin: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.work-process .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.work-process .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden
}

.work-process .cta {
    padding-top: 140px;
    padding-bottom: 70px;
    margin-top: -70px
}

.work-process .cta .cta__title {
    color: #fff;
    font-size: 27px
}

.work-process .cta .cta__desc {
    font-size: 16px;
    color: #fff
}

.work-process .cta .btn:not(.btn__link) {
    height: 50px
}

@media (min-width:1500px) {
    .work-process .carousel-container {
        margin-right: -200px
    }

    .work-process .process-item .process__title {
        padding-right: 40px
    }
}

@media (min-width:1200px) {
    .work-process .carousel-container {
        margin-right: -140px
    }

    .work-process .cta .cta__title {
        padding: 0 30px
    }

    .work-process .cta .cta__desc {
        padding: 0 30px;
        margin-bottom: 0
    }
}

@media (min-width:320px) and (max-width:767px) {
    .only-mob {
        display: block !important;
    }

    .only-desk {
        display: none;
    }

    .process-item {
        padding: 20px
    }

    .process-item:before {
        top: 20px;
        bottom: 20px
    }

    .process-item .process__number {
        top: 20px;
        right: 20px;
        font-size: 50px
    }
}

.progress-item {
    margin-bottom: 27px;
    overflow: hidden
}

.progress {
    background-color: #e9e9e9;
    border-radius: 6px;
    width: 100%;
    height: 6px;
    overflow: visible;
    position: relative
}

.progress-bar {
    overflow: visible;
    position: relative;
    border-radius: 6px;
    height: 6px;
    width: 0;
    background-color: #21cdc0;
    -webkit-transition: width 2s ease;
    transition: width 2s ease
}

.progress__title {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px
}

.progress__percentage {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -18px;
    right: 0;
    color: #848e9f
}

.footer-address li {
    display: inline-flex;
}

.footer-address li i {
    padding-right: 10px;
    color: #273c71;
}

.navbar-collapse .navbar-nav .nav__item.active a {
    color: #d70a15;
    /* padding-left: 20px; */
}

.widget-content .list-unstyled li.active a {
    color: #fff;
    background-color: #d70a15;
}



.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }

    .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}


.css-6kluu6 > span{
    display: none !important; 
}

section.teeth-protection {
    /* background: linear-gradient(to right, #3d9cc2 0%, #3d9cc2 100%); */
    /* background: linear-gradient(to right, #1d7091 0%, #1a6887 100%); */
    background: #f8f8f8;
    padding-bottom: 50px
  }
  
  .tp-item {
    padding: 35px 0;
    text-align: right;
    position: relative
  }
  
  .tp-right {
    text-align: left
  }
  
  .tp-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }
  
  .tp-icon {
    border-radius: 50%;
    /* background: #ffffff40; */
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 2;
    color: #fff;
    border: 2px solid #1c72a0;
  }
  
  .tp-right .tp-icon {
    left: 0;
    right: unset;
    top: 50%;
    transform: translateY(-50%)
  }
  
  .tp-icon [class^=flaticon-]:before, .tp-icon [class*=" flaticon-"]:before {
    font-size: 40px
  }
  
  .tp-content {
    padding: 0 95px 0 0
  }
  
  .tp-right .tp-content {
    padding: 0 0 0 95px
  }
  
  .mar-rt-60 {
    margin-right: -60px
  }
  
  .mar-lt-60 {
    margin-left: -60px
  }
  
  .tp-content h3 {
    margin: 0
  }
  
  .tp-icon i, .tp-content h3, .tp-content p {
    color: #c6262f
  }
  
  @media(max-width:1100px) {
    .tp-shape {
        padding-top: 50%
    }
  }
  
  @media(max-width:991px) {
    .mar-rt-60, .mar-lt-60 {
        margin: 0
    }
  
    .tp-icon {
        right: inherit;
        left: 0
    }
  
    .tp-content {
        padding: 0 0 0 100px;
        text-align: left
    }
  
    .tp-shape {
        padding-top: 0;
        text-align: center
    }
  }
  .section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: -1;
  }
  
  .teeth-protection {
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
  }
  
  .title-white h2, .title-white h3, .title-white p {
    color: #fff;
  }
  .section-title h3 {
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .tp-content h3 {
    font-size: 21px;
    color: #05416e;
    /* color: #fff; */
    font-weight: 500;
  
  }

  @media only screen and (max-width: 767px){
      .truhealth-packges-info-category .book-now-row{
          position: relative !important;
      }
      .font-small{
          font-size: 12px !important;
        
      }
.tp-item {
    text-align: right !important;
}
}
  
@media only screen and (max-width: 767px){
.tp-icon {
    position: absolute !important;
    margin-left: 0% !important;
}
}

  .title-white h2, .title-white h3, .title-white p {
    color: #fff;
  }
  .section-title h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  
  .fa-lungs-virus{
    font-size: 38px;
      padding: 18px;
  }
  .teeth-protection .sec-title h2{
    color: #213360;
  }
  


/* li {
    display: inline;
    cursor: pointer;
  }
  .content {
    border: 1px solid #ccc;
    height: 30px;
  } */

  @media (max-width:768px) {
    .heading-layout2 .heading__title {
        text-align: center ;
    }
    .only-mob{
        display: block !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .no-mob{
        display: none;
    }
    .header-topbar .mob-list li{
        margin-right: 5px !important;
    }
    .program{
        display: block;
        text-align: center;
        width: 100%;
    }
    .no-flex{
        display: block !important;
    }
    .showDesktop{
        display: none;
    }

    .nav-tabs > li.fancyTab{
        border-radius: 0px !important;
    }

    .nav-tabs > li.fancyTab a img{
        border-radius: 0px !important;
    }


    .teeth-protection{
        display: block !important;
    }
    .extra-content{
        padding: 0 0 0 95px !important; 
    }
    .extra-item{
        top: 0px !important;
    }
    .tp-shape{
        display: none;
    }
  }


  /* tabs */
  .fancyTab {
	text-align: center;
  /* padding:15px 0; */
  /* background-color: #f2f3f3; */
    box-shadow: 0 0 0 1px #ddd;
    top: 15px;
    transition: top .2s;
    padding-bottom: 10px;
    background-color:#6dbfdf;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	/* font-family: 'Source Sans Pro'; */
	font-size:1.35em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	/* border-bottom:2px solid #ddd; */
  margin: 15px 0 0;
  justify-content: center;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
  color: #fff;
}

li.fancyTab.active a {
  padding-top: inherit;
}



.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#d2e8f8;
  margin-top: 10px;
  border: 2px solid #52b4c1;
  border-radius: 5px;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	/* background-color:#6dbfdf; */
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  /* background-color:#6dbfdf; */
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.arrow-active{
    display: none;
}


.nav-tabs > li.fancyTab.active .arrow-active{
    display: block !important;
    color: #fff;
    font-size: 20px;
}

.nav-tabs > li.fancyTab a img{
    margin-bottom: 5px;
    opacity: 1;
    border-radius: 30px;
}

.nav-tabs > li.fancyTab.active a img{
    opacity: 1;
}


.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
    color: #fff;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  /* padding-bottom: 30px;
  margin-bottom: -30px; */
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
    padding: 0px !important;
    border-radius: 30px;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}

.fancyTab:has(> a.active){
  /* color: blue; */
   background-color: #6dbfdf;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  /* padding-bottom:30px; */
}

.fancyTab a.active{
    color: #fff;
}


.tab-con h2{
    font-size: 25px;
    text-align: center;
    color: #000
}
.tab-con ul{
    list-style: none !important;
}

.tab-con ul li{
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-left: 2px solid #bf7175;
}

.tab-con ul li a{
    font-size: 20px;
    color:#061b50;
    padding-left: 10px;
}

.tab-con ul li img{
    height: 30px;
    /* margin-left: -40px; */
}

/* .arrow-down-inner:has(> a.active){
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
} */

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}

/* Social media tabs */
.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    box-shadow: -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    height: 100%;
    background-color: #fff;
}
ul.tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	 ul.tabs li{
		background: none;
		color: #222;
		display: inline-block;
		padding: 10px 15px;
		cursor: pointer;
		transition: 0.3s ease all;
     width: 33%;
	}

    ul.tabs li span i{
        padding-right: 10px;
    }

	ul.tabs .fb.current span{
		/* color: #222; */
        background-color: #1AA8E2;
		transition: 0.3s ease all;
	}

    ul.tabs .it.current span{
		/* color: #222; */
       background: linear-gradient(180deg, #f0467a, #fec106);
		transition: 0.3s ease all;
	}

    ul.tabs .yt.current span{
		/* color: #222; */
        background-color: #ff0404;
		transition: 0.3s ease all;
	}
	ul.tabs li.current span{
		/* color: #1AA8E2; */
        color: #fff;
		transition: 0.3s ease all;
	}
	.tab-content2{
		display: none;
		padding: 15px;
		transition: 0.3s ease all;
	}
	.tab-content2.current{
		display: inherit;
		transition: 0.3s ease all;
	}


	/*------ease effect------*/
	.nav-justified > li { 
		float: none; 
	}
	.nav-justified > li span { 
		width: 100%; 
	}
	.customize_solution .nav-justified > li {
    	float: none;
	}
	.customize_solution span.ease-effect { 
		text-decoration: none; 
		-webkit-transition: 0.3s all ease; 
		transition: 0.3s ease all; 
	}
	.customize_solution .fb .ease-effect:hover, .customize_solution .fb .ease-effect:focus,.customize_solution ul.tabs li.current .fb:hover,.customize_solution ul.tabs li.current .fb:focus { 
		color: #FFF; 
		transition: 0.3s ease all; 
        background-color: #1AA8E2;
	}
    .customize_solution .it .ease-effect:hover, .customize_solution .it .ease-effect:focus,.customize_solution ul.tabs li.current .it:hover,.customize_solution ul.tabs li.current .it:focus { 
		color: #FFF; 
		transition: 0.3s ease all; 
        background: linear-gradient(180deg, #f0467a, #fec106);
	}

    .customize_solution .yt .ease-effect:hover, .customize_solution .yt .ease-effect:focus,.customize_solution ul.tabs li.current .yt:hover,.customize_solution ul.tabs li.current .yt:focus { 
		color: #FFF; 
		transition: 0.3s ease all; 
        background-color: #ff0404;
	}

	.customize_solution span.ease-effect { 
		letter-spacing: 1px; 
		/* text-transform: uppercase;  */
		display: inline-block; 
		text-align: center; 
		font-weight: bold; 
        font-size: 18px;
		padding: 14px 0px; 
		border-top-right-radius: 2px; 
		border-top-left-radius: 2px; 
		position: relative; 
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
	}
	.customize_solution .ease-effect:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		position: absolute; 
		top: 0; left: 50%; 
		right: 50%; 
		bottom: 0; 
		opacity: 0; 
		content: ''; 
		background-color: #1AA8E2; 
		z-index: -2; 
	}
	.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		left: 0; 
		right: 0; 
		opacity: 1; 
	}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.social-media{
    background-color: #cce3f7;
}


.search {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 3px solid #2497cf;
    border-right: none;
    padding: 5px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 70px;
    height: 60px;
    border: 1px solid #2497cf;
    background: #2497cf;
    text-align: center;
    color:#ebb931;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 80%;
    text-align: center;
    position: relative;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .search-bar{
    background: #d2e8f8;
    /* background: linear-gradient(360deg, #af1e26, #ce4d53); */
    padding: 20px 10px 0px;
    border-radius: 5px
  }

  /* .search-dr{
    height: 244px;
    width: 369px;
    max-width: 200%;
  } */

  .search-order{
    text-decoration: underline;
    /* letter-spacing: .1em; */
    padding: 20px 5px;
    color: #742e2e;
    
  }

  /*.reward-box{*/
    
  /*  height: auto;*/
  /*  border-right: 6px double #2991bb;*/
  /*  border-left: 6px double #2991bb;*/
  /*  border-radius: 10px;*/
  /*  padding: 0px 0px;*/
  /*  background: #d2f2ff;*/
  /*  margin: 0px 10px;*/
  /*}*/

  .padded-img{
    padding: 15px;
  }

  .fancyTab{
    width: 20% !important;
    margin-right: 15px !important;
  }




  /* Ruby-css */

  .structure {
    text-align: center;
    position: relative;
    max-width: 695px !important;
    margin: auto;
}

.structure > img {
    max-width: 410px !important;
    display: inline-block !important;
    width: 100% !important;
}
.body_list {
    position: absolute;
    left: 0;
    top: 0;
}
.body_list.right {
    left: auto;
    right: 0;
}
.body_list > li {
    position: absolute;
    top: 0;
}
.body_list > li:hover .right_txt {
    opacity: 1;
    visibility: visible;
    left: -360px;
}
.body_list > li:hover > a {
    color: var(--warning);
}
.body_list.right .right_txt {
    right: -415px;
    left: auto;
    top: -30px;
}
.body_list.right .right_txt:before {
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--warning) transparent transparent;
    right: auto;
    top: 30px;
    left: -10px;
}
.body_list.right > li:hover .right_txt {
    opacity: 1;
    visibility: visible;
    right: -405px;
    left: auto;
}
.body_list > li > a {
    position: relative;
    color: #fff;
    /* font-family: FrutigerLTStd55Roman; */
    font-size: 16px;
    font-weight:bold;
    transition: none;
}
.body_list > li > a:hover {
    color: var(--warning);
}
.body_list > li > a > .txt {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
}
.body_list > li:hover > a .txt,
.body_list > li > a:hover .txt {
    /* transform: scale(1.5); */
    top: -1px;
    left: -50px;
    color: var(--warning);
}
.structure.male .body_list.left > li.eyeMpointer {
    left: 70px;
    top: 35px;
}
.structure.male .body_list.left > li.eyeMpointer > a:before {
    content: url(../images/eyeMpointerImgWhite.png);
    position: absolute;
    right: -220px;
}
.structure.male .body_list.left > li.eyeMpointer > a .txt {
    left:20px;
}
.body_list.left > li.eyeMpointer > a:hover:before,
.structure.male .body_list.left > li.eyeMpointer:hover > a:before {
    content: url(../images/eyeMpointerImgRed.png);
}
.structure.male .body_list.left > li.earMPointer {
    left: 50px;
    top: 55px;
}
.structure.male .body_list.left > li.earMPointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -225px;
}
.structure.male .body_list.left > li.earMPointer > a .txt {
    left:-35px;
    top: 2px;
}
.body_list.left > li.earMPointer > a:hover:before,
.structure.male .body_list.left > li.earMPointer:hover > a:before {
    content: url(../images/earMPointerImgRed.png);
}
.structure.male .body_list.left > li.teethMpointer {
    left: 80px;
    top: 100px;
}
.structure.male .body_list.left > li.teethMpointer > a:before {
    content: url(../images/teethMpointerImgWhite.png);
    position: absolute;
    right: -215px;
    top: -16px;
}
.structure.male .body_list.left > li.teethMpointer > a .txt {
    left:-35px;
}
.body_list.left > li.teethMpointer > a:hover:before,
.structure.male .body_list.left > li.teethMpointer:hover > a:before {
    content: url(../images/teethMpointerImgRed.png);
}
.structure.male .body_list.left > li.throatMpointer {
    left: 80px;
    top: 135px;
}
.structure.male .body_list.left > li.throatMpointer > a:before {
    content: url(../images/throatMpointerImgWhite.png);
    position: absolute;
    right: -220px;
    top: -23px;
}
.structure.male .body_list.left > li.throatMpointer > a .txt {
    left:-30px;
}
.body_list.left > li.throatMpointer > a:hover:before,
.structure.male .body_list.left > li.throatMpointer:hover > a:before {
    content: url(../images/throatMpointerImgRed.png);
}
.structure.male .body_list.left > li.chestMpointer {
    left: 15px;
    top: 165px;
}
.structure.male .body_list.left > li.chestMpointer > a:before {
    content: url(../images/chestMpointerImgWhite.png);
    position: absolute;
    right: -305px;
    top: -2px;
}
.body_list.left > li.chestMpointer > a:hover:before,
.structure.male .body_list.left > li.chestMpointer:hover > a:before {
    content: url(../images/chestMpointerImgRed.png);
}
.structure.male .body_list.left > li.liverMpointer {
    left: 30px;
    top: 195px;
}
.structure.male .body_list.left > li.liverMpointer > a:before {
    content: url(../images/liverMpointerImgWhite.png);
    position: absolute;
    right: -253px;
    top: 0;
}
.structure.male .body_list.left > li.liverMpointer > a .txt {
    left:-45px;
}
.body_list.left > li.liverMpointer > a:hover:before,
.structure.male .body_list.left > li.liverMpointer:hover > a:before {
    content: url(../images/liverMpointerImgRed.png);
}
.structure.male .body_list.left > li.handMpointer {
    left: -5px;
    top: 235px;
}
.structure.male .body_list.left > li.handMpointer > a:before {
    content: url(../images/handMpointerImgWhite.png);
    position: absolute;
    right: -220px;
    top: -2px;
}
.structure.male .body_list.left > li.handMpointer > a .txt {
    left:-15px;
}
.body_list.left > li.handMpointer > a:hover:before,
.structure.male .body_list.left > li.handMpointer:hover > a:before {
    content: url(../images/handMpointerImgRed.png);
}
.structure.male .body_list.left > li.kidneysMpointer {
    left: 55px;
    top: 265px;
}
.structure.male .body_list.left > li.kidneysMpointer > a:before {
    content: url(../images/kidneysMpointerImgWhite.png);
    position: absolute;
    right: -222px;
    top: -16px;
}
.structure.male .body_list.left > li.kidneysMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.kidneysMpointer > a:hover:before,
.structure.male .body_list.left > li.kidneysMpointer:hover > a:before {
    content: url(../images/kidneysMpointerImgRed.png);
}
.structure.male .body_list.left > li.lowerBackMpointer {
    left: 30px;
    top: 300px;
}
.structure.male .body_list.left > li.lowerBackMpointer > a:before {
    content: url(../images/lowerBackMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -7px;
}
.structure.male .body_list.left > li.lowerBackMpointer > a .txt {
    left:-30px;
}
.body_list.left > li.lowerBackMpointer > a:hover:before,
.structure.male .body_list.left > li.lowerBackMpointer:hover > a:before {
    content: url(../images/lowerBackMpointerImgRed.png);
}
.body_list.left > li.lowerBackMpointer > a:hover .txt,
.structure.male .body_list.left > li.lowerBackMpointer:hover > a .txt {
    /* transform: scale(1.5); */
    top: -1px;
    left: -30px;
    color: var(--warning);
}
.structure.male .body_list.left > li.lowerBackMpointer .right_txt {
    left: -370px;
}
.structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
    left: -370px;
}
.structure.male .body_list.left > li.lowerBackMpointer > a > .txt {
    white-space: nowrap;
}
.structure.male .body_list.left > li.reproductiveMpointer {
    left: 55px;
    top: 365px;
}
.structure.male .body_list.left > li.reproductiveMpointer > a:before {
    content: url(../images/reproductiveMpointerImgWhite.png);
    position: absolute;
    right: -249px;
    top: -3px;
}
.structure.male .body_list.left > li.reproductiveMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.reproductiveMpointer > a:hover:before,
.structure.male .body_list.left > li.reproductiveMpointer:hover > a:before {
    content: url(../images/reproductiveMpointerImgRed.png);
}
.body_list.left > li.reproductiveMpointer > a:hover .txt,
.structure.male .body_list.left > li.reproductiveMpointer:hover > a .txt {
    /* transform: scale(1.5); */
    top: -1px;
    left: -40px;
    color: var(--warning);
}
.structure.male .body_list.left > li.reproductiveMpointer .right_txt {
    left: -370px;
}
.structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
    left: -370px;
}
.structure.male .body_list.left > li.reproductiveMpointer > a > .txt {
    text-align: left;
    line-height: 16px;
}
.structure.male .body_list.left > li.thighMpointer {
    left: 100px;
    top: 440px;
}
.structure.male .body_list.left > li.thighMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    right: -180px;
    top: 0;
}
.structure.male .body_list.left > li.thighMpointer > a .txt {
    left:-20px;
}
.body_list.left > li.thighMpointer > a:hover:before,
.structure.male .body_list.left > li.thighMpointer:hover > a:before {
    content: url(../images/thighMpointerImgRed.png);
}
.structure.male .body_list.left > li.footMpointer {
    left: 50px;
    top: 675px;
}
.structure.male .body_list.left > li.footMpointer > a:before {
    content: url(../images/footMpointerImgWhite.png);
    position: absolute;
    right: -225px;
    top: 8px;
}
.structure.male .body_list.left > li.footMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.footMpointer > a:hover:before,
.structure.male .body_list.left > li.footMpointer:hover > a:before {
    content: url(../images/footMpointerImgRed.png);
}
.structure.male .body_list.right > li > a > .txt {
    left: auto;
    right: -40px;
}
.body_list.right > li > a:hover .txt,
.structure.male .body_list.right > li:hover > a .txt {
    left: auto;
    right: -40px;
}
.structure.male .body_list.right > li.brainMpointer {
    left: -132px;
    top: 50px;
}
.structure.male .body_list.right > li.brainMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -250px;
    top: -22px;
    width: 200px;
}
.structure.male .body_list.right > li.brainMpointer > a .txt {
    left:-70px;
}
.body_list.right > li.brainMpointer > a:hover:before,
.structure.male .body_list.right > li.brainMpointer:hover > a:before {
    content: url(../images/brainMpointerImgRed.png);
}
.structure.male .body_list.right > li.noseMpointer {
    left: -110px;
    top: 90px;
}
.structure.male .body_list.right > li.noseMpointer > a:before {
    content: url(../images/noseMpointerImgWhite.png);
    position: absolute;
    left: -290px;
    top: -23px;
    width: 182px;
}
.structure.male .body_list.right > li.noseMpointer > a .txt {
    left:-210px;
}
.body_list.right > li.noseMpointer > a:hover:before,
.structure.male .body_list.right > li.noseMpointer:hover > a:before {
    content: url(../images/noseMpointerImgRed.png);
}
.structure.male .body_list.right > li.heartMpointer {
    left: -145px;
    top: 162px;
}

.structure.male .body_list.right > li.heartMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: 0;
    width: 160px;
}
.structure.male .body_list.right > li.heartMpointer > a .txt {
    left:-80px;
}
.body_list.right > li.heartMpointer > a:hover:before,
.structure.male .body_list.right > li.heartMpointer:hover > a:before {
    content: url(../images/heartMpointerImgRed.png);
}
.structure.male .body_list.right > li.lungMpointer {
    left: -143px;
    top: 187px;
}
.structure.male .body_list.right > li.lungMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -230px;
    top: 0;
    width: 160px;
}
.structure.male .body_list.right > li.lungMpointer > a .txt {
    left:-120px;
}
.body_list.right > li.lungMpointer > a:hover:before,
.structure.male .body_list.right > li.lungMpointer:hover > a:before {
    content: url(../images/lungMpointerImgRed.png);
}
.structure.male .body_list.right > li.elbowMpointer {
    left: -105px;
    top: 240px;
}
.structure.male .body_list.right > li.elbowMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -190px;
    top: 0;
    width: 160px;
}
.structure.male .body_list.right > li.elbowMpointer > a .txt {
    left:-50px;
}
.body_list.right li.elbowMpointer > a:hover:before,
.structure.male .body_list.right > li.elbowMpointer:hover > a:before {
    content: url(../images/elbowMpointerImgRed.png);
}
.structure.male .body_list.right > li.spineMpointer {
    left: -145px;
    top: 265px;
}
.structure.male .body_list.right > li.spineMpointer > a:before {
    content: url(../images/spineMpointerImgWhite.png);
    position: absolute;
    left: -240px;
    top: -20px;
    width: 200px;
}
.structure.male .body_list.right > li.spineMpointer > a .txt {
    left:-50px;
}
.body_list.right li.spineMpointer > a:hover:before,
.structure.male .body_list.right > li.spineMpointer:hover > a:before {
    content: url(../images/spineMpointerImgRed.png);
}
.structure.male .body_list.right > li.stomachMpointer {
    left: -135px;
    top: 310px;
}
.structure.male .body_list.right > li.stomachMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -255px;
    top: -23px;
    width: 198px;
}
.structure.male .body_list.right > li.stomachMpointer > a .txt {
    left:-90px;
}
.body_list.right li.stomachMpointer > a:hover:before,
.structure.male .body_list.right > li.stomachMpointer:hover > a:before {
    content: url(../images/stomachMpointerImgRed.png);
}
.structure.male .body_list.right > li.hipMpointer {
    left: -92px;
    top: 362px;
}
.structure.male .body_list.right > li.hipMpointer > a {
    min-width: 90px;
}
.structure.male .body_list.right > li.hipMpointer > a:before {
    /* content: url(../img/lines/hipMpointerImgWhite.png); */
    content: url(../images/spineMpointerImgWhite.png);
    position: absolute;
    left: -230px;
    top: 0;
    width: 200px;
}
.structure.male .body_list.right > li.hipMpointer > a .txt {
    left:-50px;
    top:15px;
}
.body_list.right li.hipMpointer > a:hover:before,
.structure.male .body_list.right > li.hipMpointer:hover > a:before {
    /* content: url(../img/lines/hipMpointerImgRed.png); */
    content: url(../images/spineMpointerImgRed.png);
}
.structure.male .body_list.right > li.kneeMpointer {
    left: -155px;
    top: 510px;
}
.structure.male .body_list.right > li.kneeMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -190px;
    top: 0;
    width: 160px;
}
.structure.male .body_list.right > li.kneeMpointer > a .txt {
    left:-40px;
}
.body_list.right li.kneeMpointer > a:hover:before,
.structure.male .body_list.right > li.kneeMpointer:hover > a:before {
    content: url(../images//kneeMpointerImgRed.png);
}
.structure.male .body_list.right > li.ankleMpointer {
    left: -105px;
    top: 600px;
}
.structure.male .body_list.right > li.ankleMpointer > a:before {
    content: url(../images/ankleMpointerImgWhite.png);
    position: absolute;
    left: -248px;
    top: 6px;
    width: 215px;
}
.structure.male .body_list.right > li.ankleMpointer > a .txt {
    left:-40px;
}
.body_list.right li:nth-child(10) > a:hover:before,
.structure.male .body_list.right > li.ankleMpointer:hover > a:before {
    content: url(../images/ankleMpointerImgRed.png);
}
.structure.female .body_list.left > li.eyeMpointer {
    left: 70px;
    top: 35px;
}
.structure.female .body_list.left > li.eyeMpointer > a:before {
    content: url(../images/eyeMpointerImgWhite.png);
    position: absolute;
    right: -220px;
}
.structure.female .body_list.left > li.eyeMpointer > a .txt {
    left:20px;
}
.body_list.left > li.eyeMpointer > a:hover:before,
.structure.female .body_list.left > li.eyeMpointer:hover > a:before {
    content: url(../images/eyeMpointerImgRed.png);
}
.structure.female .body_list.left > li.earMPointer {
    left: 50px;
    top: 55px;
}
.structure.female .body_list.left > li.earMPointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -225px;
}
.structure.female .body_list.left > li.earMPointer > a .txt {
    left:-35px;
    top: 2px;
}
.body_list.left > li.earMPointer > a:hover:before,
.structure.female .body_list.left > li.earMPointer:hover > a:before {
    content: url(../images/earMPointerImgRed.png);
}
.structure.female .body_list.left > li.teethMpointer {
    left: 80px;
    top: 100px;
}
.structure.female .body_list.left > li.teethMpointer > a:before {
    content: url(../images/teethMpointerImgWhite.png);
    position: absolute;
    right: -215px;
    top: -16px;
}
.structure.female .body_list.left > li.teethMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.teethMpointer > a:hover:before,
.structure.female .body_list.left > li.teethMpointer:hover > a:before {
    content: url(../images/teethMpointerImgRed.png);
}
.structure.female .body_list.left > li.throatMpointer {
    left: 80px;
    top: 135px;
}
.structure.female .body_list.left > li.throatMpointer > a:before {
    content: url(../images/throatMpointerImgWhite.png);
    position: absolute;
    right: -220px;
    top: -23px;
}
.structure.female .body_list.left > li.throatMpointer > a .txt {
    left:-30px;
}
.body_list.left > li.throatMpointer > a:hover:before,
.structure.female .body_list.left > li.throatMpointer:hover > a:before {
    content: url(../images/throatMpointerImgRed.png);
}
.structure.female .body_list.left > li.chestMpointer {
    left: 0;
    top: 185px;
}
.structure.female .body_list.left > li.chestMpointer > a:before {
    content: url(../images/chestMpointerImgWhite.png);
    position: absolute;
    right: -315px;
    top: -2px;
}
.body_list.left > li.chestMpointer > a:hover:before,
.structure.female .body_list.left > li.chestMpointer:hover > a:before {
    content: url(../images/chestMpointerImgRed.png);
}
.structure.female .body_list.left > li.liverMpointer {
    left: 30px;
    top: 195px;
}
.structure.female .body_list.left > li.liverMpointer > a:before {
    content: url(../images/liverMpointerImgWhite.png);
    position: absolute;
    right: -253px;
    top: 0;
}
.structure.female .body_list.left > li.liverMpointer > a .txt {
    left:-45px;
}
.body_list.left > li.liverMpointer > a:hover:before,
.structure.female .body_list.left > li.liverMpointer:hover > a:before {
    content: url(../images/liverMpointerImgRed.png);
}
.structure.female .body_list.left > li.handMpointer {
    left: -5px;
    top: 235px;
}
.structure.female .body_list.left > li.handMpointer > a:before {
    content: url(../images/handMpointerImgWhite.png);
    position: absolute;
    right: -220px;
    top: -2px;
}
.structure.female .body_list.left > li.handMpointer > a .txt {
    left:-15px;
}
.body_list.left > li.handMpointer > a:hover:before,
.structure.female .body_list.left > li.handMpointer:hover > a:before {
    content: url(../images/handMpointerImgRed.png);
}
.structure.female .body_list.left > li.kidneysMpointer {
    left: 55px;
    top: 265px;
}
.structure.female .body_list.left > li.kidneysMpointer > a:before {
    content: url(../images/kidneysMpointerImgWhite.png);
    position: absolute;
    right: -222px;
    top: -16px;
}
.structure.female .body_list.left > li.kidneysMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.kidneysMpointer > a:hover:before,
.structure.female .body_list.left > li.kidneysMpointer:hover > a:before {
    content: url(../images/kidneysMpointerImgRed.png);
}
.structure.female .body_list.left > li.lowerBackMpointer {
    left: 30px;
    top: 300px;
}
.structure.female .body_list.left > li.lowerBackMpointer > a:before {
    content: url(../images/lowerBackMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -7px;
}
.structure.female .body_list.left > li.lowerBackMpointer > a .txt {
    left:-30px;
}
.body_list.left > li.lowerBackMpointer > a:hover:before,
.structure.female .body_list.left > li.lowerBackMpointer:hover > a:before {
    content: url(../images/lowerBackMpointerImgRed.png);
}
.body_list.left > li.lowerBackMpointer > a:hover .txt,
.structure.female .body_list.left > li.lowerBackMpointer:hover > a .txt {
    /* transform: scale(1.5); */
    top: -1px;
    left: -30px;
    color: var(--warning);
}
.structure.female .body_list.left > li.lowerBackMpointer .right_txt {
    left: -370px;
}
.structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
    left: -370px;
}
.structure.female .body_list.left > li.lowerBackMpointer > a > .txt {
    white-space: nowrap;
}
.structure.female .body_list.left > li.reproductiveMpointer {
    left: 55px;
    top: 365px;
}
.structure.female .body_list.left > li.reproductiveMpointer > a:before {
    content: url(../images/reproductiveMpointerImgWhite.png);
    position: absolute;
    right: -249px;
    top: -3px;
}
.body_list.left > li.reproductiveMpointer > a:hover:before,
.structure.female .body_list.left > li.reproductiveMpointer:hover > a:before {
    content: url(../images/reproductiveMpointerImgRed.png);
}
.structure.female .body_list.left > li.reproductiveMpointer > a .txt {
    left: -40px;
}
.body_list.left > li.reproductiveMpointer > a:hover .txt,
.structure.female .body_list.left > li.reproductiveMpointer:hover > a .txt {
    /* transform: scale(1.5); */
    top: -1px;
    left: -40px;
    color: var(--warning);
}
.structure.female .body_list.left > li.reproductiveMpointer .right_txt {
    left: -370px;
}
.structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
    left: -370px;
}
.structure.female .body_list.left > li.reproductiveMpointer > a > .txt {
    text-align: left;
    line-height: 16px;
}
.structure.female .body_list.left > li.thighMpointer {
    left: 100px;
    top: 440px;
}
.structure.female .body_list.left > li.thighMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    right: -180px;
    top: 0;
}
.structure.female .body_list.left > li.thighMpointer > a .txt {
    left:-20px;
}
.body_list.left > li.thighMpointer > a:hover:before,
.structure.female .body_list.left > li.thighMpointer:hover > a:before {
    content: url(../images/thighMpointerImgRed.png);
}
.structure.female .body_list.left > li.footMpointer {
    left: 50px;
    top: 675px;
}
.structure.female .body_list.left > li.footMpointer > a:before {
    content: url(../images/footMpointerImgWhite.png);
    position: absolute;
    right: -225px;
    top: 8px;
}
.structure.female .body_list.left > li.footMpointer > a .txt {
    left:-40px;
}
.body_list.left > li.footMpointer > a:hover:before,
.structure.female .body_list.left > li.footMpointer:hover > a:before {
    content: url(../images/footMpointerImgRed.png);
}
.structure.female .body_list.right > li > a > .txt {
    left: auto;
    right: -40px;
}
.body_list.right > li > a:hover .txt,
.structure.female .body_list.right > li:hover > a .txt {
    left: auto;
    right: -40px;
}
.structure.female .body_list.right > li.brainMpointer {
    left: -132px;
    top: 50px;
}
.structure.female .body_list.right > li.brainMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -250px;
    top: -22px;
    width: 200px;
}
.structure.female .body_list.right > li.brainMpointer > a .txt {
    left:-70px;
}
.body_list.right > li.brainMpointer > a:hover:before,
.structure.female .body_list.right > li.brainMpointer:hover > a:before {
    content: url(../images/brainMpointerImgRed.png);
}
.structure.female .body_list.right > li.noseMpointer {
    left: -110px;
    top: 90px;
}
.structure.female .body_list.right > li.noseMpointer > a:before {
    content: url(../images/noseMpointerImgWhite.png);
    position: absolute;
    left: -290px;
    top: -23px;
    width: 182px;
}
.structure.female .body_list.right > li.noseMpointer > a .txt {
    left:-210px;
}
.body_list.right > li.noseMpointer > a:hover:before,
.structure.female .body_list.right > li.noseMpointer:hover > a:before {
    content: url(../images/noseMpointerImgRed.png);
}
.structure.female .body_list.right > li.heartMpointer {
    left: -145px;
    top: 162px;
}
.structure.female .body_list.right > li.heartMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: 0;
    width: 160px;
}
.structure.female .body_list.right > li.heartMpointer > a .txt {
    left:-80px;
}
.body_list.right > li.heartMpointer > a:hover:before,
.structure.female .body_list.right > li.heartMpointer:hover > a:before {
    content: url(../images/heartMpointerImgRed.png);
}
.structure.female .body_list.right > li.lungMpointer {
    left: -143px;
    top: 187px;
}
.structure.female .body_list.right > li.lungMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -230px;
    top: 0;
    width: 160px;
}
.structure.female .body_list.right > li.lungMpointer > a .txt {
    left:-120px;
}
.body_list.right > li.lungMpointer > a:hover:before,
.structure.female .body_list.right > li.lungMpointer:hover > a:before {
    content: url(../images/lungMpointerImgRed.png);
}
.structure.female .body_list.right > li.elbowMpointer {
    left: -105px;
    top: 240px;
}
.structure.female .body_list.right > li.elbowMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -190px;
    top: 0;
    width: 160px;
}
.structure.female .body_list.right > li.elbowMpointer > a .txt {
    left:-50px;
}
.body_list.right li.elbowMpointer > a:hover:before,
.structure.female .body_list.right > li.elbowMpointer:hover > a:before {
    content: url(../images/elbowMpointerImgRed.png);
}
.structure.female .body_list.right > li.spineMpointer {
    left: -145px;
    top: 265px;
}
.structure.female .body_list.right > li.spineMpointer > a:before {
    content: url(../images/spineMpointerImgWhite.png);
    position: absolute;
    left: -240px;
    top: -20px;
    width: 200px;
}
.structure.female .body_list.right > li.spineMpointer > a .txt {
    left:-30px;
}
.body_list.right li.spineMpointer > a:hover:before,
.structure.female .body_list.right > li.spineMpointer:hover > a:before {
    content: url(../images/lines/spineMpointerImgRed.png);
}
.structure.female .body_list.right > li.stomachMpointer {
    left: -135px;
    top: 310px;
}
.structure.female .body_list.right > li.stomachMpointer > a:before {
    content: url(../images/lines/brainMpointerImgWhite.png);
    position: absolute;
    left: -255px;
    top: -23px;
    width: 198px;
}
.structure.female .body_list.right > li.stomachMpointer > a .txt {
    left:-80px;
}
.body_list.right li.stomachMpointer > a:hover:before,
.structure.female .body_list.right > li.stomachMpointer:hover > a:before {
    content: url(../images/lines/stomachMpointerImgRed.png);
}
.structure.female .body_list.right > li.hipMpointer {
    left: -92px;
    top: 362px;
}
.structure.female .body_list.right > li.hipMpointer > a {
    min-width: 90px;
}
.structure.female .body_list.right > li.hipMpointer > a:before {
    /* content: url(../img/lines/hipMpointerImgWhite.png); */
    content: url(../images/lines/spineMpointerImgWhite.png);
    position: absolute;
    left: -230px;
    top: 0;
    width: 200px;
}
.structure.female .body_list.right > li.hipMpointer > a .txt {
    left:-50px;
    top:15px;
}
.body_list.right li.hipMpointer > a:hover:before,
.structure.female .body_list.right > li.hipMpointer:hover > a:before {
    /* content: url(../img/lines/hipMpointerImgRed.png); */
    content: url(../images/lines/spineMpointerImgRed.png);
}
.structure.female .body_list.right > li.kneeMpointer {
    left: -155px;
    top: 510px;
}
.structure.female .body_list.right > li.kneeMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -190px;
    top: 0;
    width: 160px;
}
.structure.female .body_list.right > li.kneeMpointer > a .txt {
    left:-40px;
}
.body_list.right li.kneeMpointer > a:hover:before,
.structure.female .body_list.right > li.kneeMpointer:hover > a:before {
    content: url(../images/kneeMpointerImgRed.png);
}
.structure.female .body_list.right > li.ankleMpointer {
    left: -105px;
    top: 600px;
}
.structure.female .body_list.right > li.ankleMpointer > a:before {
    content: url(../images/ankleMpointerImgWhite.png);
    position: absolute;
    left: -248px;
    top: 6px;
    width: 215px;
}
.structure.female .body_list.right > li.ankleMpointer > a .txt {
    left:-40px;
}
.body_list.right li:nth-child(10) > a:hover:before,
.structure.female .body_list.right > li.ankleMpointer:hover > a:before {
    content: url(../images/ankleMpointerImgRed.png);
}
.forOtherProTxt {
    float: left;
    width: 100%;
    position: relative;
    bottom: 40px;
    padding-left: 15px;
    font-family: FrutigerLTStd55Roman;
    font-size: 20px;
    color: #fff;
}
.forOtherProTxt a {
    font-family: frutiger_boldregular;
    color: var(--warning);
    font-weight: 700;
    text-decoration: underline;
}
.forOtherProTxt a:hover {
    text-decoration: none;
    color: var(--warning);
}
.multiFunctionPopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 33, 39, 0.9);
    display: none;
}
.multiFunctionPopup .inner {
    height: 100%;
}
.multiFunctionPopup .inner .row {
    height: 100%;
    position: relative;
}
.multiFunctionMain {
    position: absolute;
    width: 400px;
    border: var(--warning) dashed 1px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 15%;
    background: #0f5866;
    background: -moz-linear-gradient(top, #0f5866 0, #012f38 100%);
    background: -webkit-linear-gradient(top, #0f5866 0, #012f38 100%);
    background: linear-gradient(to bottom, #0f5866 0, #012f38 100%);
}
.multiFunctionMain h2 {
    font-family: frutiger_boldregular;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: var(--warning);
    padding: 20px;
    margin: 0;
}
.multiFunctionMain ul {
    padding: 10px 20px 10px 20px;
    margin: 0;
    list-style: none;
}
.multiFunctionMain li a {
    font-family: FrutigerLTStd55Roman;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    border-bottom: var(--danger) solid 1px;
}
.multiFunctionMain li a:hover {
    color: var(--warning);
}
.multiFunctionMain li:last-child a {
    border-bottom: 0;
}
.multiFunctionMain span {
    position: absolute;
    top: 18px;
    right: 20px;
}

.right_txt {
    width: 320px;
    position: absolute;
    left: -250px;
    top: -35px;
    text-align: left;
    z-index: 90;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s;
    opacity: 0;
    visibility: hidden;
}
.body_list.right .right_txt {
    right: -415px;
    left: auto;
    top: -30px;
}

.right_txt:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--warning);
    position: absolute;
    right: -10px;
    top: 35px;
}
.body_list.right .right_txt:before {
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--warning) transparent transparent;
    right: auto;
    top: 30px;
    left: -10px;
}
.right_txt p {
    color: #fff;
    background-color: var(--warning);
    font-family: FrutigerLTStd55Roman;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    display: none;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.right_txt .inner_dd {
    width: 100%;
    border: 1px dashed var(--warning);
    background-color: var(--red);
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}
.right_txt .inner_dd>ul {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.right_txt .inner_dd>ul>li {
    float: left;
    width: 100%;
    list-style: none;
}
.right_txt .inner_dd>ul>li>a {
    float: left;
    width: 100%;
    color: #FFF !important;
    font-size: 16px;
    padding: 8px 10px;
    /* font-family: FrutigerLTStd55Roman; */
    background:transparent;
    text-decoration:none;
    border:none;
}
.right_txt .inner_dd>ul>li>a:hover {
    color:var(--warning) !important;
}
.structure li:before{
    display:none;
    padding-left:0
}

.structure li a{
    border:none !important;
}
.body_list {
    position: absolute;
    left: 0;
    top: 0;
}
.body_list>li>a>.txt {
    position: absolute;
    top: -2px;
    left: -5px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #3170ad;
}






.r-tabs-tab.r-tabs-state-active a{
    background: #82a5c0 !important;
    color:#FFF !important;
}


.pattern{
    /* background: url(../img/pattern.png);
    background-repeat: repeat; */
    background:#82a5c0;
}

.manWoman.tabs .r-tabs-anchor{
    /* color:#FFF; */
} 

.about.pink .title-block {
    background: #f25ba0;
    padding: 30px;
}
.text-pink{color:#f25ba0 !important;}

.about-item.pink{background:#FCF7FA}

.info-box__inner.pink{background: #f25ba0;}

.info-box__img.pink::before{
    background: rgba(242, 91, 160, .1);
}

.info-box:hover .info-box__img.pink::before{
    background: rgba(242, 91, 160, .5);
}

.services-inner.pink::before{
    background: rgba(242, 91, 160, .1);
}





/* SLICK ARROW */
.slick-arrow.slick-hidden {
    display: none;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2;
  }

  .slick-prev:hover,
  .slick-next:hover{
      outline: none;
      border:none;
  }

  .slick-prev:focus,
  .slick-next:focus{
      outline: none;
      border:none;
  }

  .slick-prev:before,
  .slick-next:before,
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 50px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .slick-prev:before,
  .slick-next:before {
    margin-top: -8px;
  }
  .slick-prev:after,
  .slick-next:after {
    margin-top: 22px;
    margin-top: 2.2rem;
  }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    margin-top: -18px;
    margin-top: -0.4rem;
  }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
  .slick-prev {
    left: -7px;
    left: -0.5rem;
  }
  .slick-prev:before {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .slick-prev:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .slick-prev:hover:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slick-prev:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slick-next {
    right: -7px;
    right: -0.5rem;
  }
  .slick-next:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .slick-next:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .slick-next:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slick-next:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ct-slick-arrows--type2 .slick-prev,
  .ct-slick-arrows--type2 .slick-next {
    opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .ct-slick-arrows--type2 .slick-prev:before,
  .ct-slick-arrows--type2 .slick-next:before,
  .ct-slick-arrows--type2 .slick-prev:after,
  .ct-slick-arrows--type2 .slick-next:after {
    background-color: #fff;
    height: 15px;
    height: 1.5rem;
    width: 70px;
    width: 7rem;
  }
  .ct-slick-arrows--type2 .slick-prev:before,
  .ct-slick-arrows--type2 .slick-next:before {
    margin-top: -20px;
    margin-top: -2rem;
  }
  .ct-slick-arrows--type2 .slick-prev:after,
  .ct-slick-arrows--type2 .slick-next:after {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .ct-slick-arrows--type2 .slick-prev:hover:before,
  .ct-slick-arrows--type2 .slick-next:hover:before {
    margin-top: -20px;
    margin-top: -2rem;
  }
  .ct-slick-arrows--type2 .slick-prev:hover:after,
  .ct-slick-arrows--type2 .slick-next:hover:after {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .ct-slick-arrows--type2 .slick-prev:hover:active,
  .ct-slick-arrows--type2 .slick-next:hover:active {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .ct-slick-arrows--type2 .slick-prev {
    left: 10px;
    left: 1rem;
  }
  .ct-slick-arrows--type2 .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ct-slick-arrows--type2 .slick-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ct-slick-arrows--type2 .slick-prev:hover:before {
    margin-top: -27px;
    margin-top: -2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .ct-slick-arrows--type2 .slick-prev:hover:after {
    margin-top: 27px;
    margin-top: 2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .ct-slick-arrows--type2 .slick-next {
    right: 10px;
    right: 1rem;
  }
  .ct-slick-arrows--type2 .slick-next:before,
  .ct-slick-arrows--type2 .slick-next:after {
    left: auto;
    right: 0;
  }
  .ct-slick-arrows--type2 .slick-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ct-slick-arrows--type2 .slick-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ct-slick-arrows--type2 .slick-next:hover:before {
    margin-top: -27px;
    margin-top: -2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .ct-slick-arrows--type2 .slick-next:hover:after {
    margin-top: 27px;
    margin-top: 2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  
  
  .bg-pink{
    background: #f25ba0 !important;
  }
  
  .linethrough{
    text-decoration: line-through;
}


/* .nav-tabs {
    border-bottom: 1px solid #dee2e6;
} */
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /*padding: 0.5rem 1rem;*/
    padding: 0rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box !important;
    /* display: flex; */
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: #e2f2fe !important;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
/* ================================================================================================================== */
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}



/* =========================================================================================================== */
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}


.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
/*.r-tabs .r-tabs-accordion-title {*/
/*    display: none;*/
/*}*/
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
@media only screen and (max-width: 769px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
/* 
.showDesktop
{
    min-height: 900px;
}
 */

.structure.female .body_list.right > li.brainMpointer > a:before {
    content: url(../img/lines/brainMpointerImgWhite.png);
    position: absolute;
    left: -250px;
    top: -22px;
    width: 200px;
}
.structure.female .body_list.right > li.brainMpointer > a .txt {
    left:-70px;
}
.body_list.right > li.brainMpointer > a:hover:before,
.structure.female .body_list.right > li.brainMpointer:hover > a:before {
    content: url(../img/lines/brainMpointerImgRed.png);
}
.structure.female .body_list.right > li.noseMpointer {
    left: -110px;
    top: 90px;
}

 .section {
    position: relative;
    background-color: #00B4CC;
}
/* .section {
    padding: 70px 0;
}
@media only screen and (min-width: 768px) {
    .section {
        padding: 90px 0;
    }
}
@media only screen and (min-width: 992px) {
    .section {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .section {
        padding: 140px 0;
    }
}

.offset-margin {
    margin-bottom: -50px !important;
} */

.tabs .tab {
    border: 2px solid #eff2f5;
    margin-top: -2px;
}

@media only screen and (min-width: 576px){
.tabs .tab {
    padding: 47px 50px 25px 50px;
}
.tabs .tab {
    border: 2px solid #b3b6b9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: -2px;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
}

.service-speciality-left li {
    position: relative;
    padding-left: 40px !important;
}

.service-speciality-left{
    color: #82868a;
    list-style: none !important;
    padding: 0;
    line-height: 30px;
}

.service-speciality-right li{
  
    padding-left: 40px ;
}

.service-speciality-right{
    color: #82868a;
    list-style: none !important;
    padding: 0;
    line-height: 30px;
}


/** funfact-section **/

/* .funfact-section{
    position: relative;
    padding: 94px 0px 105px 0px;
  }
  
  .counter-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .counter-block-one .inner-box .count-outer{
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Barlow', sans-serif;
    color: #ffffff;
    font-weight: 700;
  }
  
  .counter-block-one .inner-box .text{
    position: relative;
    padding-left: 140px;
  }
  
  .counter-block-one .inner-box .text p{
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 13px;
  }
  
  .counter-block-one .inner-box .text .bar{
    position:relative;
    width:100%;
    height:7px;
    background:#618ddc;
    border-radius:0px;
  }
  
  .counter-block-one .inner-box .text .bar-inner{
    position:relative;
    display:block;
    border-radius:0px;
    width:0px;
    height:12px;
    -webkit-transition:all 1500ms ease;
    -ms-transition:all 1500ms ease;
    -o-transition:all 1500ms ease;
    -moz-transition:all 1500ms ease;
    transition:all 1500ms ease; 
  }

  .bg-color-2 {
    background: #1d5ccd;
}

.counter-block-one .inner-box .text .bar-inner {
    background: #22b6af;
} */

/* .funfact-section{
    position: relative;
    padding: 94px 0px 105px 0px;
    display: flex;
  } */


.counter-container {
    /* display: inline-flex; */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
    color: #fff;
  }
  
  .counter {
    font-size: 60px;
    text-align: center;
    margin-top: 10px;
  }
  
  @media (max-width: 580px) {
    body {
      flex-direction: column;
    }
  }

  .counter-container span{
    font-size: 20px;
    text-align:center;
  }
  

  .counter-section{
    background: linear-gradient(177deg, #af1e26, #ce4d53);
    /* border: 0px solid; */
    border-top: 4px solid #ff6b73;
    border-bottom: 4px solid #ff6b73;
    padding: 0px;
  }

  .dr-search-bar{
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
  }

  .srch-con{
    background-color: #fff;
    /* color: #ebb931; */
    color: #000;
  }

  .srch-li{
    background-color: #2497cf !important;
  }

  .srch-li.current .srch-con{
    color: #d70a15;
  }

  .awards-icon{
    height: 90px;
    border: 2px solid #ffe1d2;
    border-radius: 50%;
    padding: 10px;
    background: #184a74;
  }

  .sec-title h2{
    font-size: 34px;
  }

  /* .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
} */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
/* .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}  */

.single-col{
   border-radius: 10px;
}

.double-col{
    /* border-radius: 10px; */
   
}

.double-col li{
    text-align: left !important;
    /* border-bottom: 1px solid #ff6b73; */
}

.single-col li{
    padding: 0px 1.5rem;
   
}

.left-col{
    border-right: 3px solid #213360;
}

.single-col li:hover{
    cursor: pointer;
}

.dropdown-submenu .dropdown-item .nav__item-link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #d70a15;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.dropdown-submenu .dropdown-item .double-list .double-col .nav__item-link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #d70a15;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.mega-links .nav__item-link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #d70a15;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.padded-list{
    padding: .25rem 0.5rem;
}



#elite-pricing-container{
	margin-top:50px;
	position:relative;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-wrap:wrap;
	box-sizing:border-box;
}

#elite-pricing-sales-text{
	
	padding-right:80px;
	text-align:right;
	font-size:24px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
	max-width:450px;
	padding-top:90px;
}

#elite-pricing-card.price-card{
	max-width:330px;
	color:white;
	position: relative;
	margin: 0 6px;
	padding: 30px 40px 10px 40px;
	background: url('https://images.unsplash.com/photo-1464639351491-a172c2aa2911?ixlib=rb-0.3.5&s=427721bc23b5d868669d8f0ba09c8710&auto=format&fit=crop&w=1200&q=80') left top no-repeat black;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


#elite-pricing-card.price-card .price-card--header{
	padding:0;
	background-color:transparent;
}

#elite-pricing-card.price-card .price-card--header h4{
	font-size: 36px;
	font-weight: 600;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom: 1px solid #f0c328;
	
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top left, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
  background-size: 1em 1em;
  color: #fff1a3;
}

#elite-pricing-card.price-card #elite-pricing-card--desc{
	padding-bottom:25px;
}

#elite-pricing-card.price-card .price-card--features{
	border-top: 1px solid #f0c328;
}

#elite-pricing-card.price-card ul.price-card--features--list{
	padding:0 11px;
}

#elite-pricing-card.price-card .price-card--features--item{
	padding-bottom:16px;
}

#elite-pricing-card.price-card .price-card--features--item:before{
color:#f0c328 !important;
	left:-12px !important;
}


#elite-pricing-card.price-card .price-card--cta--button.btn{
  background-color: #f0c328;
	color:black;
	margin:0 auto;
}
#elite-pricing-card.price-card .price-card--cta--button.btn:hover{
	background-color:white;
}

#elite-pricing-card--desc{
	font-size:16px;
	line-height:1.5;
	max-width:400px;
}


@media (max-width: 980px) {
	#pricing-cards{
/* 		display:none !important; */
	}
	

}











/* - - - - - - - - - Tooltips - - - */

.has-tooltip:not(.tooltip-disabled) {
	cursor: help;
	position:relative;
}

.has-tooltip:not(.tooltip-disabled):hover
	.tooltip-container {
	display: block;
}

.has-tooltip .tooltip-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 20;
	bottom: calc(100% + 13px);
	left: -10px;
	right: -10px;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 6px 55px -10px #777;
}
.has-tooltip .tooltip-container:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	font-size: 0;
	line-height: 0;
	content: "";
	position: absolute;
	bottom: -10px;
}

.has-tooltip .tooltip-container h6 {
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
}

.has-tooltip .tooltip-container p {
	color: #555;
	margin-top:4px;
}
/* - - - - - - - End Tooltips - - - */





#pricing-container * {
	box-sizing:border-box;
}

#pricing-container {
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	/* max-width: 1080px; */
	margin: 0 auto 50px;
	justify-content: center;
	line-height: 1;
	color: #000;
}



/* Cards */

#pricing-cards {
	display: flex;
	font-size: 14px;
}

#pricing-container .price-card {
	background-color: white;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	display: block;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	position: relative;
	margin: 0 6px;
	flex-grow: 1;
	flex-shrink:1;
}

#pricing-container .price-card:hover {
	transform: translateY(-5px);
		box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


/* - - - - - - - - - Header Section - - - */

#pricing-container .price-card--header {
	background-color: #dbf7ff;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#pricing-container .price-card--header h4 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #184a74;
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
}


/* - - - - - - - - - Price Section - - - */

#pricing-container .price-card--price {
	text-align: center;
	padding: 28px 0 6px 0;
}

#pricing-container .price-card--price-text {
	font-size: 48px;
}

#pricing-container .price-card--price-number {
	font-weight: 500;
	opacity: 0.89;
}

.odometer div {
	display: inline-block;
}

#pricing-container .price-card--price-number:before {
	content: "₹";
	font-size: 24px;
	top: -16px;
	display: inline-block;
	position: relative;
}

#pricing-container .price-card--price-number:after {
	content: "/person";
	font-size: 12px;
	display: inline-block;
	color: grey;
}

#pricing-container .price-card--price-conditions {
	padding: 14px 0;
	color: #888;
	line-height: 1.5;
}

#pricing-container .price-card--onboarding-fee {
	color: green;
}

#pricing-container .price-card--onboarding-fee.has-fee {
	color: #888;
}


/* - - - - - - - - - CTA Button Section - - - */

#pricing-container .price-card--cta {
	padding: 0 20px 24px;
	text-align: center;
}

#pricing-container .price-card--cta--button.btn{
	min-width:20px;
	display:block;
	max-width:183px;
	margin:0 auto;
}





/* - - - - - - - - - Features Section - - - */

#pricing-container .price-card--features {
	border-top: 1px solid #ddd;
	padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
	padding: 0 32px;
	list-style: none;
	margin: 0;
}

#pricing-container li.price-card--features--item {
	margin: 8px 0;
	padding-left: 8px;
	line-height: 1.5;
	position: relative;
}
/* 
#pricing-container
	li.price-card--features--item:not(.features-disabled):before {
	content: "";
	color: green;
	display: block;
	position: absolute;
	left: -8px;
} */

#pricing-container li.price-card--features--item.features-highlight {
	/* 	font-weight: 600; */
}

#pricing-container li.price-card--features--item.features-disabled {
	opacity: 0.5;
		text-decoration: line-through;
}




/* - - - - - - - - - Mobile Features Toggle - - - */

#pricing-container .price-card--mobile-features-toggle {
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 24px 0 0;
	padding: 16px 0;
	cursor: pointer;
	display: none;
	color: green;
}

#pricing-container .price-card--mobile-features-toggle:after {
	content: "Show All Features â–¾";
}
#pricing-container .price-card--mobile-features-toggle.hideall:after {
	content: "Hide Features â–´";
}

/* - - - - - - - - - Hero Card Styles - - - */

#pricing-container .price-card--hero {
	margin: -38px 6px 0;
	/* 	width:31%; */
	z-index: 10;
}

#pricing-container .price-card--hero-text {
	background-color: #184a74;
	height: 38px;
	color: white;
	line-height: 38px;
	text-align: center;
	font-weight: 600;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */

#pricing-container .only-yearly {
	position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
	transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
	position: absolute;
	top: -0.2em;
	left: 0;
	right: 0;
	display: none;
}
#pricing-container .only-yearly .only-yearly--text span {
	font-size: 14px;
}

#pricing-container .only-yearly.if-monthly .price-card--price-number {
	opacity: 0;
}

#pricing-container .only-yearly.if-monthly .only-yearly--text {
	display: block;
}

/* - - - - - - - - - Switch Section - - - */

#pricing-switch {
	margin: 55px auto 60px;
	text-align: center;
	line-height: 1.4;
	position: relative;
	max-width: 1080px;
}

#pricing-switch .switch-label {
	display: inline-block;
	width: 200px;
	text-align: center;
	opacity: 0.4;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
	color: #4caf50;
	font-style: italic;
	padding-left: 8px;
}
#pricing-switch .save-money--mobile {
	color: #4caf50;
	font-style: italic;
	padding-top: 22px;
	display: none;
}

#pricing-switch .switch-label.active {
	font-size: 18px;
	opacity: 1;
    color: aliceblue;
}
#pricing-switch .switch-label-monthly {
	text-align: right;
}
#pricing-switch .switch-label-yearly {
	text-align: left;
}

#pricing-switch .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: -50%;
	margin: 0;
}

#pricing-switch .switch input {
	display: none;
}

#pricing-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#dbf7ff;
	border-radius: 34px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

#pricing-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #ffa8a8;
	border-radius: 50%;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

/* #pricing-switch input:checked + .slider {
	background-color: green;
} */

#pricing-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/*@media (max-width: 767px) {*/
/*    #google_translate_element{*/
/*        width: 15% !important;*/
/*    }*/
/*    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{*/
/*        display: none !important;*/
/*    }*/
/*}*/




/* - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - Media Queries - - - */
/* - - - - - - - - - - - - - - - - - - - */

@media (max-width: 1280px) {
	/* Tweak the card price font size */
	#pricing-container .price-card--price-text {
		font-size: 32px;
	}
	#pricing-container .price-card--price-number:before {
		top: -10px;
		font-size: 18px;
	}
}

@media (min-width: 981px) {
	/* 	always show features when not in mobile view */
	#pricing-container .price-card--features {
		display: block !important;
	}
}

@media (max-width: 980px) {
	#pricing-cards {
		display: block;
		padding: 0 24px;
	}
	#pricing-container .price-card {
		max-width: 360px;
		margin: 0 auto 48px;
	}
	#pricing-container .price-card:hover {
		transform: none;
	}
	#pricing-container .price-card-full-width {
		display: block;
	}
	#pricing-container .price-card-full-width .price-card--features--list {
		columns: 1;
	}
	#pricing-container .price-card--price {
		padding: 28px 0 0;
	}
	#pricing-container .price-card--features {
		display: none;
		margin: 26px 0 0 0;
		padding-bottom:0;
	}
	#pricing-container ul.price-card--features--list {
		max-width: 250px;
		margin: 0 auto;
	}
	#pricing-container li.price-card--features--item.features-disabled {
		display: none;
	}
	#pricing-container .price-card--mobile-features-toggle {
		display: block;
	}

	/* Pricing Switch */
	#pricing-switch {
		margin: 26px 0 52px;
	}
	#pricing-switch .switch-label {
		display: inline-block;
		width: auto;
		font-size:15px;
	}
	#pricing-switch .switch-label.active{
		font-size:16px;
	}
	#pricing-switch .switch-label .save-money {
		display: none;
	}
	#pricing-switch .save-money--mobile {
		display: block;
	}
	
	/* Elite Pricing */
	#elite-pricing-container{
		display:block;
		padding: 0 24px
	}
	#elite-pricing-sales-text{
		padding-right: 0;
		padding-bottom: 32px;
		padding-top:0;
		width:auto;
		max-width:360px;
		margin: 0 auto;
		text-align: left;
		font-size:18px;
		line-height:1.5;
	}
	#elite-pricing-card.price-card .price-card--mobile-features-toggle{
		border-top:none;
		color: #f0c328;
		display:none;
	}
	#elite-pricing-card.price-card .price-card--features{
		display:block;
	}
}


@media (max-width: 480px) {
	#pricing-container .price-card {
		max-width: 360px;
		margin: 0 auto 36px;
	}

	#pricing-switch {
		margin: 26px 0 36px;
	}

	#elite-pricing-card.price-card{
	padding: 30px 20px 10px 20px;
	}
}










/* ****************** */
/* Odometer Theme CSS */
/* ****************** */
/* https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-default.css */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
    zoom: 1;
	display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
	.odometer-digit
	.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
	.odometer-digit
	.odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}

/* ************************** */
/* UPDATES TO CHANGE DURATION */
/* ************************** */

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
	will-change: auto;
}


/* Vertical Tabs */
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    border: 1px solid #f4aaae;
}

.nav-pills-custom .nav-link.active {
    color: #0e204d;
    background: #ffe7ce;
    border: none;
}

span.dr-tab{
    font-size: 18px;
    color: #0e204d;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #ffe7ce;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


#more {display: none;}

#more2 {display: none;}

#more3 {display: none;}

#more4 {display: none;}




.navbar {
  /* background: #ffffff;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px; */
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}
/* .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
} */
/* 
.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
} */

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #0e204d;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 36px !important;
    /* white-space: nowrap; */
    position: relative;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  /* top: 65px; */
  border-top: 2px solid #bb111b;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}
.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 21px !important;
  margin-bottom: 13px;
}
.navbar .menu-item:hover {
  color: #ff5722;
}

.menu-item.first-item {
  padding: 1.5rem 1rem;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */

.navbar .dropdown-menu {
    /* border-top: 2px solid #bb111b; */
}

.navbar .mega-menu {
  position: absolute;
  /* left: -560px !important; */
  left: -320px !important;
  /* right: 50px; */
  width: 100%;
  /* top: 65px; */
  /* border-top: 2px solid #bb111b; */
  /* background: #e2f2fe !important; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}


    @media only screen and (min-width: 1024px) and (max-width: 1170px){

    .navbar .mega-menu {
       
        left: -180px !important;
        
      }
}

/* @media screen and (max-width: 1600px){
    .navbar .mega-menu {
        left: -763px;
      }
} */

@media only screen and (max-width: 1026px){

    .ser-col{
        min-width:170px !important;
        /* min-width:180px; */
        /* width:min-content; */
    }
}



/* 
@media screen and (min-width: 1800px){
    .navbar .mega-menu {
        left: -1000px !important;
      }
} */

.mega-menu .content {
  background: #e2f2fe;
  /* padding: 1rem; */
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(6, 1fr);
  /* gap: 1rem; */
  width: max-content;
  justify-content: space-between;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

/* .mega-menu .content .ser1{
   
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   
    width: 100%;
    justify-content: space-between;
   
  } */

  /* .mega-menu .content .ser1 .col-in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem;
  } */

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}
.ser-col{
    /* min-width:160px; */
    min-width:180px;
    width:min-content;
}
.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #970f14;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

/* .col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
} */

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #ff5722;
}

/* container */
/* .container {
  margin: 100px auto auto;
  padding: 0 15px;
  max-width: 1200px;
  text-align: center;
} */
/* .container p {
  color: #ffffff;
} */
/* 
h1 {
  font-weight: 700;
  line-height: 10vw;
  color: #ffffff;
  text-transform: uppercase;
} */

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}

/* Responsive style */

@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 20px;
  }
/* 
  .overflow {
    overflow: hidden;
  } */

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 80%;
    top: 65px;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    /* transform-origin: left; */
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none !important;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    /* grid-template-columns: auto; */
    grid-template-columns:  repeat(6, 1fr);
    width: max-content;
  justify-content: space-between;
    /* padding: 1rem 1rem 0 1rem; */
  }

  .mega-menu .content .col {
    left: -17px;
    width: min-content;
    /* width: 100%; */
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}

.service-submenu{
    font-size: 16px;
    line-height: 30px;
    color: #f23940;
    margin-bottom: 5px;
    text-align: center;
    /* text-decoration: underline; */
    background: #b3d8f4;
    padding: 3px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    box-shadow: rgb(136 147 149 / 24%) 0px 2px 8px 0px;
}

.text-block h4{
    font-size: 24px;
}

.feature__title a{
    color: #0e2a6c;
    font-size: 15px;
    font-weight: 500;
}

.feature__title a:hover{
    color: #cc1a23;
}

.tel-no{
    border: 1px solid;
    width: 100%;
    align-items: center;
    border-collapse: collapse;
}

.tel-no tr th,td{
    border: 2px solid #213360;
    padding: 10px;
    font-size: 17px;
    color: #000;
    /* text-align: center !important; */
}

.tel-no tr td strong{
   color: #d60a15;
}

.heading__desc i {
    margin-left: -31px;
    color: #e58c91;
    background: #fff;
    top: 0;
    left: 0;
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    margin-right: 9px;
}
.text-block-txt
{
    margin-left: 14px;
    margin-top: 20px;
}
.text-block-txt-left
{
    margin-left: 1px;
    margin-top: 20px;
}
.list-items-layout2 .list-style

{
  margin-left: 33px;
}
.text-block h2.h2-block
{
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: justify;

}

.img-p p{
    text-align: center !important;
}
.text-block p
{
    text-align: unset;
}
.list-items .remove-icon:before
{
    content: " ";
    
}

.chairperson-box{
    padding: 30px 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
}

.contact-detail{
    background-color: #d4ebfd;
    padding: 0px 20px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

table tr:hover{
    background-color: #f0f8ff;
}

.mng-board-box{
    border: 4px double;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgb(220 239 253 / 64%) 0px 30px 60px -12px inset, rgb(215 236 252 / 73%) 0px 18px 36px -18px inset;
    margin-top: 15px;
}

.mng-board-box h4{
    font-size: 18px;
    color: #bb1a22;
    height: 35px;
}

.breadcrumb {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
}

.flat a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
    font-family: Roboto, sans-serif;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	/*padding-left: 46px;*/
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.flat a.active, .flat a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px;
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
    /* box-shadow: 2px -2px 0 2px rgb(33 51 147), 3px -3px 0 2px rgb(198 227 249); */
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.flat a:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    padding: 0px 5px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
    color: #213393;
}


.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
    background: #d60a15;
    color: aliceblue;
}

.cke_show_border{
    margin-bottom: 20px;
}

.content-list {
    margin: 0px -10px;
    padding: 0;
    margin-bottom: 10px;
    /* margin-bottom: 30px; */
    /* list-style: none; */
    border-left: 1px solid #213360;
}

.content-list li a::before {
    position: absolute;
    content: '' !important;
    left: 0px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px !important;
    height: 1px;
    background: #d70a15;
}
.content-list li a {
    color:#213360;
    padding-left: 15px;
}


@media (max-width:767px) {
    .breadcrumb a{
        font-size: 11px;
    }
    
    .navbar .dropdown-menu,
    .menu-right {
      position: static;
      background: #e9ecef;
      width: 100%;
      line-height: 30px;
      border-radius: 0 0 5px 5px;
      /* top: 65px; */
      border-top: 2px solid #bb111b;
      left: 0;
      opacity: 1;
      visibility: visible;
      transition: all 0.4s ease;
      -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
      box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    }

    .content .col .menu-title{
        display: none;
    }

    /*.service-submenu{*/
    /*    display: none;*/
    /*}*/
}

@media screen and (min-width: 1380px) and (max-width: 1429px){

    /* .navbar .mega-menu {
        left: -637px !important;

      } */
}

@media screen and (min-width: 1430px) and (max-width: 1490px){

    /* .navbar .mega-menu {
        left: -680px !important;

      } */
}

@media (min-width:1500px) and (max-width: 1900px){
    /* .navbar .mega-menu{
        left: -610px !important;
    } */
}


@media screen and (min-width: 1920px){

    .navbar .mega-menu {
       
        /* left: -1056px !important; */
        /* left: -650px !important; */
       
      }
}



.page-title .breadcrumb{
    display: inline-flex !important;
    box-shadow: none;
    overflow: auto;
}


/* .page-title .breadcrumb a{
        text-decoration: none;
    outline: none;
    display: block;
   float: left;
    font-size: 18px; 
    line-height: 36px; 
   color: white;
    padding: 0 10px 0 60px; 
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    font-family: Roboto, sans-serif;
} */


.reward-box button{
    width: 100%;
}

.mission-box:hover{
    box-shadow: none !important;
}

#myDIV1 p{
    color: #01101c;
}

#myDIV2 p{
    color: #01101c;
}

#myDIV3 p{
    color: #01101c;
}

@media screen and (max-width: 767px){
    .mob--mob{
        display: block !important;
    }

    .desk--desk{
        display: none !important;
    }
    
    
    .post-item .post__img img, .post-item h4{
        display: inline-block !important;
    }

    .awards-icon{
        display: block !important;
    }

    .post-item p{
        display: block !important;
        color: #08233c;
    }

}

.in-patient-section .post-item:hover .post__img img, 
.in-patient-section .post-item:hover h4 {
    display: inherit;
}

 .in-patient-section .reward-box .post-item {
    text-align: center;
} 


@media (max-width: 768px){
     .mob--mob{
     display: block !important;
 }
 .header-topbar .contact__list li a:not(.btn){
     font-size: 12px;
 }

}

 .structure.male .body_list.left > li.mobeyeMpointer > .right_txt p{
    left: 240px;
    top: 14px;
 }
.apt-btn{
    display: flex;
    justify-content: center;
        }

.btn--btn{
    padding: 15px;
    background: #c8e5ff;
    color: #32436e;
    width: 50%;
    border: 1px solid #2991bb;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 15px;
}

/*.list-unstyled{*/
/*    padding-top: 10px;*/
/*}*/

.btn--btn-2{
    padding: 10px;
    background: #c8e5ff;
    color: #32436e;
    width: 100%;
    border: 1px solid #2991bb;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 15px;
}


.text-block img{
    border-radius: 5px;
}


.btn--btn:hover{
    color: #ffffff !important;
    text-decoration: none;
    border-color: #d70a15 !important;
}

    
/*.appointment-button {*/
/*   position: fixed;*/
/*    bottom: 40%;*/
    /* right: 0px; */
/*    background-color: #d70a15;*/
/*    color: #fff;*/
/*    border: none;*/
    /* border-radius: 50%; */
/*    padding: 15px 13px;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
/*    z-index: 999;*/
/*    font-size: 13px;*/
/*    transition: background-color 0.3s ease, transform 0.3s ease;*/
/*    border: 1px solid #fc888e;*/
/*}*/

.appointment-button {
    position: fixed;
    bottom: 20%;
    right: -58px;
    background-color: #d70a15;
    color: #fff;
    border: none;
    /* border-radius: 50%; */
    padding: 15px 13px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-size: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid #fc888e;
    transform: translateY(-50%) rotate(-90deg);
}


/*.appointment-button:hover {*/
/*    background-color: #0056b3;*/
/*    transform: scale(1.05);*/
/*}*/

.appointment-button:hover {
        background-color: #2991bb;
    transform: scale(1.05);
    transform: translateY(-50%) rotate(-90deg);
    border-color: #ebf6fd;
    color: white;
}

@media (max-width: 767px) {
.appointment-button{
    display: none;
}    
}


@media (max-width: 767px) {
    #google_translate_element{
        width: 30% !important;
    }
    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
        display: inline-flex !important;
        font-size: 11px;
    }
}

    
    .post__img{
        position: relative;
    border-radius: 6px;
    /* margin-bottom: 30px; */
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #d2f2ff;
    min-height: 175px;
        display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
    
    .post-item p{
        display: block ;
    }
    
    .post-item:hover .post__img img,
.post-item:hover h4 {
    display: block;
}

.post-item .post__body{
    text-align: center;
}

#vision-more{
    display: none;
}
#mission-more{
    display: none;
}
#motto-more{
    display: none;
}

.post-item .post__title{
    margin-bottom: 0px;
}

#visionBtn{
        padding: 5px;
    font-size: 16px;
    background: #184a74;
    width: 80%;
    margin: 4px 0px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
}

#missionBtn{
        padding: 5px;
    font-size: 16px;
    background: #184a74;
    width: 80%;
    margin: 4px 0px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
}

#mottoBtn{
        padding: 5px;
    font-size: 16px;
    background: #184a74;
    width: 80%;
    margin: 4px 0px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
}

.post-item{
    min-height: 122px;
}

.qualification{
     margin-bottom: 30px;
     line-height: 1.25rem;
     font-size: 14px;
}


/* Neurology Speciality Clinic CSS */
.comment {
    position: relative;
}

.comment-author {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    left: 0;
    position: absolute;
    top: 0;
}

.comment-author a img {
    border-radius: 50%;
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 20px;
}

.comment-content {
    padding: 20px 20px 20px 60px;
    margin: 0 0 20px 40px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.comment-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.comment-content p{
    margin-bottom: 0;
}
.freeopt-txt{
    font-size: 24px;
    font-weight: 300;
    color: #8f0707;
    text-shadow: 1px 1px #201e1e;
    margin-bottom: 5px;
}

 /*img {*/
 /*     width: 100%;*/
 /*     height: auto;*/
 /*     vertical-align: bottom;*/
 /*   }*/

    .gallery-box {
      margin: 0 0 5px 0;
      position: relative;
    }

    .slick-prev,
    .slick-next {
      position: absolute!important;
      z-index: 3!important;
      top: 42%!important;
      cursor: pointer!important;
      outline: none!important;
      border-top: 2px solid #ccc!important;
      border-right: 2px solid #ccc!important;
      height: 25px!important;
      width: 25px!important;
      display:none!important;
    }

    .slick-prev {
      left: 2.5%!important;
      transform: rotate(-135deg)!important;
    }

    .slick-next {
      right: 2.5%!important;
      transform: rotate(45deg)!important;
       display:none!important;
    }

    .choice-btn li {
      cursor: pointer;
      outline: none;
      background: #333;
    }

    .choice-btn li img {
      opacity: 0.4;
    }

    .choice-btn li.slick-current img {
      opacity: 1;
    }


    .Content {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border: 1px solid rgba(0, 0, 0, .125);
      padding: 10px;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    a {
      color: #333;
    }

    a:hover,
    a:active {
      text-decoration: none;
    }

    h1 {
      text-align: center;
      font-size: 6vw;
      letter-spacing: 0.1em;

      margin: 30px 0;
    }

    /* p {
            margin: 30px 0;
            word-wrap: break-word;
        } */

    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 69.25%;
      /* 16:9 Aspect Ratio */
      margin-bottom: 20px;
      /* Optional: Adjust margin as needed */
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    /* ------text css------- */
    .last-section {
      padding: 20px 0px 0px 19px;
      background: #fdf6f6;
      /* margin-top: 17px;
            margin-left: 20px; */
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      border: 1px solid #f3eded;
    }

    .card-body.ind-sec {
      padding: 35px 0px 10px;
    }

    .card-body.indd2-sec {
      padding: 0px 0px 25px;
    }

    h5.card-title1 {
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      font-size: 20px;
    }

    h5.card-title1 span {
      font-size: 26px;
      color: #d70a15;
    }

    h5.card-title1 {
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      font-size: 20px;
    }

    p.card-text1 {
      font-size: 18px;
      font-weight: 500;
      color: #181818;
    }

    i.fa-solid.fa-bed {
      font-size: 17px;
      padding-right: 10px;
      color: black;
    }

    .card-body.indd2-sec {
      padding: 0px 0px 25px;
    }

    i.fa-solid.fa-indian-rupee-sign {
      font-size: 18px;
      padding-right: 10px;
      color: black;
    }

    .card-body.indd2-sec {
      padding: 0px 0px 25px;
    }

    .rooms-sec h1 {
      font-size: 38px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .rooms-sec h5 {
      font-size: 25px;
      font-weight: 500;
      text-align: center;
    }

    .container.main-ser {
      margin-top: 50px;
      padding-bottom: 50px;
    }
section.card-sec {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick-slide img{
    width:100%;
}
    @media (max-width:768px) {
      .last-section {
        padding: 20px 3px 0px 19px;
        margin-top: 0px;
        margin-left: 0px;
      }

      .card-body.ind-sec {
        padding: 5px 0px 10px;
      }

      .last-section.single-rooms {
        margin-top: 10px;
      }
    }

    section.card-sec {
      margin-bottom: 30px;
    }

    .last-section.single-rooms {
      padding-top: 20px;
    }


/* ===================================== */
@media (max-width:990px) {
    /* DROPDOWN, MEGA MENUS */
    .navbar .dropdown-menu{
      position: static;
      background: #e9ecef;
      width: 100%;
      line-height: 30px;
      border-radius: 0 0 5px 5px;
      /* top: 65px; */
      border-top: 2px solid #bb111b;
      left: 0;
      opacity: 1;
      visibility: visible;
      transition: all 0.4s ease;
      -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
      box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    }

        .mob--mob{
        display: block !important;
    }
   .till-tab0-mob{
    display: none !important;
   }
   }
   /* ==================================== */

   /* ====================================== coorections ======================================================= */


          /* ==================== start mobile banners ========================== */

          .only-desk {
            display: block !important;
          overflow-x: hidden;
          }
          
          .only-mob {
            display: none !important;
          } 
          
          @media(max-width: 667px) {        
            .only-desk{    
                display: none !important;    
            }
          }
          
          @media (max-width: 667px) {
            .only-mob {
              display: block !important;
            overflow-x: hidden;
            }
          }
        
        .swiper {
          width: 100%;
          height: 100%;
        }
        
        .swiper-slide {
          background-position: center;
          background-size: cover;
        }
        
        .swiper-slide img {
          display: block;
          width: 100%;
        }
        .myslidere {
          position: relative;
        }
        
        .myslidere, .swiper {
          width: 100%;
        height: auto;
        }

        .myslidere {
            position: relative;
        }
        
        .myslidere, .swiper {
            width: 100%;
            height: auto;
        }
        
        /* Set a fixed height for all slides to keep them uniform */
        .swiper-slide.homeslider {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-position: center;
            background-size: cover;
            
        }
        
        
        /* Style for images to cover the slide area */
        .swiper-slide img {
            display: block;
            width: 100%;
            object-fit: cover; 
        }
        
        
        /*===================== End mobile view banners ===================== */
        
         /* ============ sm screen nav mid ============ */
        @media screen and (max-width: 868px) {
            .header .navbar, .header-transparent .navbar {
              
                padding-top: 0px!important;
            }
        }
        
        
        /* =========== new updated css h ===========================*/
        
/* ============ Chairman's Message ============= */

.rv-28-video {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .rv-28-video {
    margin-top: 40px;
  }
}

.rv-28-video__img {
  position: relative;
  height: 100%;
}
.rv-28-video__img img {
  height: 100%;
}
.rv-28-video__img .rv-28-vdo__btn {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: #f7f7fa;
  z-index: 10;
  /*display: grid;*/
  /*place-items: center;*/
   display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-28-video__img .rv-28-vdo__btn {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video__img .rv-28-vdo__btn {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rv-28-video__img .rv-28-vdo__btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.rv-28-video__img .rv-28-vdo__btn a {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #1a4972;
  /*display: grid;*/
  /*place-items: center;*/
   display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-28-video__img .rv-28-vdo__btn a {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video__img .rv-28-vdo__btn a {
    height: 40px;
    width: 40px;
  }
}
.rv-28-video__img .rv-28-vdo__btn a i {
  color: white;
  font-size: 32px;
}

.rv-28-video__bg {
  background-color: #f7f7fa;
  position: relative;
}

.rv-28-video-content {
  padding: 100px 160px 100px 125px;
}
@media screen and (max-width: 1799px) {
  .rv-28-video-content {
    padding: 100px 80px 100px 100px;
  }
}
@media screen and (max-width: 1599px) {
  .rv-28-video-content {
    padding: 100px 50px 100px 60px;
  }
}
@media screen and (max-width: 1399px) {
  .rv-28-video-content {
    padding: 80px 50px 80px 90px;
  }
}
@media screen and (max-width: 1199px) {
  .rv-28-video-content {
    padding: 50px 30px 60px 80px;
  }
}
@media screen and (max-width: 991px) {
  .rv-28-video-content {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rv-28-video-content {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video-content {
    padding-top: 30px;
  }
}

.rv-28-video-subtitle {
  font-size: 18px;
  font-family: var(--oldenburg);
  font-weight: 400;
  color: #1569fd;
  margin-bottom: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .rv-28-video-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video-subtitle {
    text-align: center;
  }
}

.rv-28-video-title__text {
  font-size: 50px;
  font-family: var(--inter);
  font-weight: 800;
  margin-top: 10px;
}
@media screen and (max-width: 1399px) {
  .rv-28-video-title__text {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  .rv-28-video-title__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .rv-28-video-title__text {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rv-28-video-title__text {
    font-size: 28px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video-title__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .rv-28-video-title__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video-title__text {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .rv-28-video-title__text br {
    display: none;
  }
}

.rv-28-video__img .rv-28-vdo__btn {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: #f7f7fa;
  z-index: 10;
  /*display: grid;*/
  /*place-items: center;*/
   display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rv-28-video__img .rv-28-vdo__btn {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video__img .rv-28-vdo__btn {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rv-28-video__img .rv-28-vdo__btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.rv-28-video__img .rv-28-vdo__btn a {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #1a4972;
  /*display: grid;*/
  /*place-items: center;*/
   display: flex;
  justify-content: center;
  align-items: center;
}



@media screen and (max-width: 1199px) {
  .rv-28-video__img .rv-28-vdo__btn a {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .rv-28-video__img .rv-28-vdo__btn a {
    height: 55px;
    width: 55px;
  }
}
.rv-28-video__img .rv-28-vdo__btn a i {
  color: white;
  font-size: 22px;
}
.chairman-msg {
  border-left: 3px solid #1a4972;
  padding-left: 30px;
  padding-top: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

/*============ end =====================================*/

/* =============  Research Centre  Sections css ========================== */
.th-video {
  position: relative;
  border-radius: 20px;
}
.th-video img {
  border-radius: 20px;
}
.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media (min-width: 767px) {
  .why-video1 .play-btn > i {
    --icon-size: 80px;
  }
}

.play-btn > i {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #fff;
  color: #db001a;
  font-size: 26px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: allease 0.4s;
  transition: allease 0.4s;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: allease 0.4s;
  transition: allease 0.4s;
  width: 70px;
  height: 70px;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
.choose-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--th-border-color);
}
.box-title {
  font-size: 22px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}
.box-content {
  padding-top: 10px;
}


/*===================== Various Specialities =================================== */
@media screen and (min-width: 768px) {
  .mob--mob {
    display: none !important;
  }

  .showDesktop{
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .mob--mob {
    display: block !important;
  }

  .showDesktop{
    display: none !important;
  }
  .desk--desk {
    display: none !important;
  }

}

@media (min-width: 768px) { /* Adjust this breakpoint for tablet view */
  .instagram-media {
      min-width: 100% !important;
  }
}


/*===================== mediclaim page css ========================= */

.text-block h2.h2-block2 {
    font-size: 27px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: justify;
}

.sec-title h3
 {
    font-size: 28px !important;
}

/* sticky banner on top For 72 years desktop view */
.more-than img {
    position: fixed;
    top: calc(120px + 20px); /* 100px represents the height of your menu bar, adjust accordingly */
    left: 0px;
    border: none;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    width: 15%
    
  }
  
  @media (max-width: 767px) {
    .more-than img {
           top: calc(121px + 20px); /* Adjusted for mobile screen */
           left: 0px !important;  /* Slightly reduced distance for mobile view */       
           width: 200px;
       }
   }