/**********************************************************
    Theme Name: Medsita - Hospital & Clinic HTML5 Template
    Author: WebCodeMania
    Version: 1.0
**********************************************************/

/******************************
    Table of Content
    01 - Section Title
    02 - Features
    03 - Process
    04 - Team
    05 - Services
    06 - Hover Style
    07 - Fun Fact
    08 - Blog
    09 - Pricing
    10 - Why CHoose
    11 - Testimonial
    12 - Header
    13 - Footer
    14 - Overlap Column
    15 - Accordion
    16 - List Group
    17 - Home SLider
    18 - Call To Action

******************************/

@import "./spacer.css";

/*----------------------------------------*/
/*  01 - Title
/*----------------------------------------*/

.heading-subheading {
    margin-bottom: 25px;
}

.heading-subheading.text-center {
    margin-bottom: 45px;
}

.heading-subheading.text-left {
    margin-bottom: 45px;
}

.heading-subheading h4.subtitle {
    z-index: 1;
    padding: 7px 25px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--secondaryColor);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    font-weight: var(--fw-sbold);
}

.heading-subheading h4.subtitle:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.07;
    position: absolute;
    border-radius: 30px;
    background-color: var(--secondaryColor);
}

.heading-subheading h2.title {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.heading__title {
    position: relative;
    margin-bottom: 23px;
    margin-top: -7px;
}

.heading__title .sub-title {
    z-index: 1;
    padding: 7px 25px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 600;
}

.heading__title .sub-title:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.07;
    position: absolute;
    border-radius: 30px;
    background-color: var(--mainColor);
}

.heading__title h3 {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    display: inline-block;
    font-family: var(--bodyFont);
}

.heading__title h2.title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    font-family: var(--headingFont);
}

.heading__title h3 i {
    padding-right: 5px;
}

.heading__title.title-style-center_text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.heading__title.title-style-center_text.heading__title h3:before {
    margin-left: -47px;
    left: 0;
    right: auto;
}

.heading__title.title-style-center_text.heading__title h3:after {
    margin-right: -47px;
    left: auto;
    right: 0;
}

.heading__title .featured-desc {
    padding-top: 5px;
}

.heading__title .header__title {
    padding-bottom: 0px;
}

.heading__title .desc__title {
    padding-top: 5px;
}

.heading__title.without-seperator {
    margin-bottom: 24px;
}

.heading__title.without-seperator:before {
    content: unset;
}

.heading__title.without-seperator .header__title {
    padding-left: 0;
}

.heading__title.without-desc__title {
    margin-bottom: 0px;
}

.heading__title.without-seperator h2.title {
    margin-bottom: 5px;
}


/* style1 */

.heading__title.style1 .header__title {
    padding-left: 0;
    padding-right: 30px;
}

.heading__title.style1 .header__title:before {
    right: 0;
    top: 0;
    left: auto;
    background-color: #07332f;
}

.heading__title.style1 h2.title {
    font-size: 25px;
    line-height: 34px;
}


/* style2 */

.heading__title.style2 h3 {
    margin-bottom: 15px;
}

.heading__title.style2 {
    margin-bottom: 26px;
}

.heading__title.style2 h2 span {
    color: var(--base-skin) !important;
    text-transform: uppercase;
}


/* row-title */

.title__row .heading__title {
    margin-bottom: 18px;
}

.title__row .heading__title h3:before,
.title__row .heading__title .header__title:before,
.title__row .heading__title h3:after {
    content: unset;
}

.title__row .heading__title h2.title {
    font-size: 65px;
    line-height: 75px;
}

.title__row .heading__title h3 {
    font-size: 16px;
}

.title__row .heading__title.without-seperator:after {
    content: unset;
}

.heading__title.without-seperator .header__title:before {
    content: unset;
}

.title__row.style2 .heading__title h2.title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.title__row.style2 .heading__title:before {
    content: unset;
}

.title__row .heading__title .header__title,
.title__row.style2 .header__title {
    padding-left: 0;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*----------------------------------------*/
/*  02 - Single Features
/*----------------------------------------*/
.our-features .feature__list li{
    background: var(--mainColor);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 600;
    color: var(--pureWhite);
    display: flex;
    align-items: center;
    gap: 7px;
}
.our-features .feature__list li i{
    color: var(--pureWhite);
}
.single__features .col-lg-6:nth-child(1) .featured__item {
    border-radius: 50px 0 0 0;
}

.single__features .col-lg-6:nth-child(1) .featured__item:hover {
    border-radius: 0;
}

.single__features .col-lg-6:nth-child(2) .featured__item {
    border-radius: 0 50px 0 0;
}

.single__features .col-lg-6:nth-child(2) .featured__item:hover {
    border-radius: 0;
}

.single__features .col-lg-6:nth-child(3) .featured__item {
    border-radius: 0 0 0 50px;
}

.single__features .col-lg-6:nth-child(3) .featured__item:hover {
    border-radius: 0;
}

.single__features .col-lg-6:nth-child(4) .featured__item {
    border-radius: 0 0 50px 0;
}

.single__features .col-lg-6:nth-child(4) .featured__item:hover {
    border-radius: 0;
}

.featured__item {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: var(--pureWhite);
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: var(--bdr-radius);
}

.featured__item i {
    display: inline-block;
    background-color: #def5ee;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: var(--secondaryColor);
    margin-bottom: 16px;
    font-size: 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.featured__item h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.featured__item p {
    margin-bottom: 15px;
    font-size: 14px;
}

.featured__item a {
    font-size: 14px;
}

.featured__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.featured__item:hover i {
    background-color: var(--secondaryColor);
    color: var(--pureWhite);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media only screen and (max-width: 767px) {
    .single__features .col-lg-6:nth-child(1) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(2) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(3) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(4) .featured__item {
        border-radius: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single__features .col-lg-6:nth-child(1) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(2) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(3) .featured__item {
        border-radius: 0;
    }

    .single__features .col-lg-6:nth-child(4) .featured__item {
        border-radius: 0;
    }

}


/*----------------------------------------*/
/*  03 - Process
/*----------------------------------------*/
.process__item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: var(--transition);
}

.process__inner {
    position: relative;
    display: block;
}

.process__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #e0e0e0;
    border-radius: 0.6rem;
    text-align: center;
    margin: 0 auto;
    background-color: var(--pureWhite);
    overflow: hidden;
    transition: all 400ms linear;
    z-index: 1;
    top: -10px;
}

.process__item:hover .process__icon {
    border: 1px solid var(--mainColor);
}

.process__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 0.6rem;
    background-color: var(--mainColor);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.process__item:hover .process__icon:before {
    transform: scaleX(1);
}

.process__icon i {
    font-size: 52px;
    color: var(--darkBlack);
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.process__item:hover .process__icon i {
    transform: scale(0.9);
    color: var(--pureWhite);
}

.process__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--pureWhite);
    padding: 60px 30px 39px;
    border: 2px;
    margin-top: -60px;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.process__step {
    font-size: 16px;
    font-weight: 700;
    line-height: 53px;
    color: var(--secondaryColor);
}

.process__title {
    line-height: 26px;
}

.process__title a {
    font-size: 20px;
    font-weight: 700;
    color: var(--darkBlack);
    line-height: 26px;
    transition: all 500ms linear;
}

.process__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.process__item:hover .process__title a {
    color: var(--secondaryColor);
}

.process__text {
    font-size: 15px;
    font-weight: 400;
    color: var(--darkBlack);
    opacity: .80;
    line-height: 24px;
    margin-top: 15px;
}


/*----------------------------------------*/
/*  04 - Team member
/*----------------------------------------*/
.team__member {
    background: #ffffff;
    border-radius: var(--bdr-radius);
    box-shadow: 0 20px 20px rgba(12, 3, 27, 0.1);
    position: relative;
    transition: all 700ms ease;
    padding: 10px;
    box-sizing: border-box;
}

.team__member:hover {
    box-shadow: none;
}

.team__member:hover .team__member-img::before {
    left: 0;
    border-radius: var(--bdr-radius);
    ;
}

.team__member:hover .team__member-socials,
.team__member:hover .team__member-whatsapp {
    visibility: visible;
    opacity: 1;
}

.team__member .team__member-img {
    position: relative;
    border-radius: var(--bdr-radius);
    overflow: hidden;
}

.team__member .team__member-img img {
    display: block;
    width: 100%;
}

.team__member .team__member-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(135deg, rgba(92, 131, 151, 0.8), rgba(42, 47, 94, 0.8));
    border-radius: 50%;
    transition: all 1s ease;
    z-index: 1;
}

.team__member .team__member-details {
    margin: 15px 0;
    text-align: center;
}

.team__member .team__member-details h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.team__member .team__member-details small {
    font-size: 15px;
}

.team__member .team__member-socials {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s 400ms ease;
    z-index: 2;
}

.team__member .team__member-socials a {
    background: #ffffff;
    color: var(--mainColor);
    padding: 10px;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    transition: all 400ms ease;
}

.team__member .team__member-socials a:hover {
    background: var(--mainColor);
    color: #ffffff;
}

.team__member .team__member-whatsapp {
    background: #54eb72;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    padding: 15px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 1s 400ms ease;
    z-index: 2;
    font-size: 16px;
}


/*----------------------------------------*/
/*  05 - Services
/*----------------------------------------*/

.service__card {
    position: relative;
    display: block;
}

.service__card .serv__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--bdr-radius);
}

.service__card .serv__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.80;
    background-color: var(--mainColor);
    z-index: 1;
    transform: scale(0.0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
}

.service__card:hover .serv__img:before {
    transform: scale(1.0);
}

.service__card .serv__img .serv__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    background: var(--mainColor);
    transition: all 500ms ease;
    z-index: 2;
    border-radius: 5px;
}

.service__card:hover .serv__img .serv__icon {
    color: var(--pureWhite);
}

.service__card .serv__img .serv__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--secondaryColor);
    z-index: 1;
    transform: scale(0.0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
    z-index: -1;
    border-radius: 5px;
}

.service__card:hover .serv__img .serv__icon:before {
    transform: scale(1.0);
}

.service__card .serv__img img {
    width: 100%;
}

.service__card .service__text {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px;
    margin-inline: auto;
    width: 92%;
    background: var(--pureWhite);
    border-radius: 8px;
    margin-top: -80px;
    z-index: 1;
}

.service__card .service__text h3 {
    font-family: var(--headingFont);
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--headingFont-Variant);
    margin-bottom: 15px;
}

.service__card .service__text h3 a {
    color: var(--blackish-color);
}

.service__card .service__text h3 a:hover {
    color: var(--mainColor);
}

.service__card .service__text p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

@media (max-width: 767px) {
    .service__card .service__text {
        width: 100%;
        margin: 0;
        border-radius: 0 0 10px 10px;
        padding: 20px;
    }

    .service__card .serv__img {
        border-radius: 10px 10px 0 0;
    }

    .service__card .service__text p {
        font-size: 14px;
        line-height: 24px;
    }
}



/*----------------------------------------*/
/*  06 - Hover Style
/*----------------------------------------*/
.hover__style {
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
}

.hover__style::before,
.hover__style::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #f55e1a;
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border-radius: 4px;
    z-index: -1;
}

.hover__style::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.hover__style .border__inner {
    display: block;
}

.hover__style .border__inner::before,
.hover__style .border__inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #f55e1a;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
}

.hover__style .border__inner::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.hover__style:hover::before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.hover__style:hover::after {
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover__style:hover .border__inner::before {
    height: 100%;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.hover__style:hover .border__inner::after {
    height: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*----------------------------------------*/
/*  07 - Fun Fact
/*----------------------------------------*/

.counter-one {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 50px 0 50px;
    z-index: 1;
}

.counter-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: overlay;
    z-index: -1;
}

.fun__fact-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.counter-one__single {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 30px;
}

.counter-one-inner {
    position: relative;
    display: block;
    background: #faf5f5;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
}

.counter-one__icon {
    position: relative;
    display: flex;
    place-content: center;
}

.counter-one__icon i {
    position: relative;
    display: flex;
    font-size: 40px;
    color: var(--mainColor);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    height: 80px;
    width: 80px;
    background-color: white;
    place-content: center;
    align-items: center;
    border-radius: 50%;
}

.counter-one__single:hover .counter-one__icon i {
    color: var(--pureWhite);
    transform: scale(.9);
    background: var(--mainColor);
}

.counter-one-inner__count-box {
    position: relative;
    display: flex;
    align-items: center;
    place-content: center;
    margin-top: 20px;
}

.counter-one-inner__count-box h3 {
    font-size: 65px;
    color: var(--secondaryColor);
    font-weight: 800;
    line-height: 54px !important;
}

.counter-one-inner__plus {
    font-size: 25px;
    color: var(--secondaryColor);
    font-weight: 800;
    line-height: 40px;
    position: relative;
    bottom: -14px;
}

.counter-one-inner__text {
    font-weight: 500;
    color: var(--darkBlack);
    font-size: 18px;
    line-height: 34px;
}

.counter-one-inner .plus-two {
    font-size: 65px;
    color: var(--secondaryColor);
    font-weight: 800;
    line-height: 54px !important;
    top: -1px;
    left: -3px;
}

/*----------------------------------------*/
/*  08 - Blog
/*----------------------------------------*/

.news__card {
    border: 1px solid var(--bdr-color);
    border-radius: var(--bdr-radius);
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;

}

.news__card:hover {
    -webkit-box-shadow: 0px 21px 15px rgb(190 195 204 / 13%);
    box-shadow: 0px 21px 15px rgb(190 195 204 / 13%);
}

.news__card .news__content .post-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.news__card .news__description {
    margin-top: 10px;
}

.news__card .news__content {
    padding: 15px;
}

.news__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 0 0;
}

.news__author h5 {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.news__author span {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.news__author .thumbs {
    margin-bottom: 0;
}

.news__author img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    padding: 1px;
    margin-right: 15px;
}

.news__card .meta-container .meta-line {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.news__card .meta-container .meta-line a {
    color: #999;
}

.rtl .news__card .meta-container .meta-line:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}

.news__card .meta-container .meta-line:last-child {
    margin-right: 0;
}

.news__card .meta-container .meta-line i {
    margin-right: 5px;
    font-size: 15px;
    color: var(--mainColor);
}

.rtl .news__card .meta-container .meta-line i {
    margin-left: 5px;
    margin-right: 0;
}

.news__card .featured-wrapper {
    overflow: hidden;
}

.news__card .featured-wrapper img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.news__card:hover .featured-wrapper img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*----------------------------------------*/
/*  09 - Pricing
/*----------------------------------------*/

.pricing__box {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pricing__box .pricing__head,
.pricing__box .pricing__body,
.pricing__box .pricing__btn {
    padding-inline: 30px;
}

.pricing__box .pricing__head .plan__name {
    margin-bottom: 15px;
}

.pricing__box .pricing__head .plan__name h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.pricing__box .pricing__head .plan__name .plan__icon {
    font-size: 35px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    place-content: center;
    background: var(--secondaryColor);
    border-radius: 50%;
    color: var(--pureWhite);
}

.pricing__box .pricing__head span {
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pricing__box .pricing__price {
    background: var(--mainColor);
    padding: 20px 30px;
}

.pricing__box .pricing__price h1 {
    color: var(--pureWhite);
    font-size: 60px;
    font-family: var(--headingFont);
    margin-bottom: 15px;
}

.pricing__box .pricing__price h1 sub {
    font-size: 16px;
    font-weight: normal;
}

.pricing__box .pricing__body ul {
    padding-left: 0;
    margin-bottom: 28px;
    list-style-type: none;
}

.pricing__box .pricing__body ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.pricing__box .pricing__body ul li:first-child {
    padding-top: 0;
}

.pricing__box .pricing__body ul li:last-child {
    margin-bottom: 0;
}

.pricing__box .pricing__body ul li i.bx-check-circle {
    color: #009933;
}

.pricing__box .pricing__body ul li i.bx-x-circle {
    color: #ff0000;
}

.pricing__box .default-btn {
    background-color: transparent;
    color: #1b2336;
    width: 100%;
}

.pricing__box .default-btn:hover {
    background-color: #2279fc;
    color: #ffffff;
}

.pricing__box:hover {
    -webkit-box-shadow: 0px 20px 20px rgba(50, 112, 252, 0.08);
    box-shadow: 0px 20px 20px rgba(50, 112, 252, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*----------------------------------------*/
/*  10 - Why Choose
/*----------------------------------------*/
.features-items {
    /* margin-top: -30px; */
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.features .feature__card {
    padding: 35px;
    color: #FFF;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
    background-color: #3c5562;
}

.features .feature__card:after {
    font-size: 160px;
    font-family: 'icomoon';
    opacity: 0.1;
    position: absolute;
    top: 10px;
    right: -75px;
    line-height: 1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .feature__card:hover:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*.features .feature__card.one::after {
    content: "\e932";
}*/

/*.features .feature__card.two::after {
    content: "\e900";
}*/

/*.features .feature__card.three::after {
    content: "\e94a";
}*/



.features .feature__card .feature__icon {
    font-size: 40px;
    line-height: 1;
    height: fit-content;
    width: fit-content;
    background: var(--mainColor);
    padding: 10px;
    display: flex;
    border-radius: 50%;
    border: 7px solid white
}

.features .feature__card:hover .feature__icon {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.features .feature__card .feature__content {
    margin-top: 15px;
}

.features .feature__card .feature__content h3 {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 1.1;
    font-weight: var(--fw-sbold);
    margin-bottom: 18px;
    color: var(--pureWhite);
}

.features .feature__card .feature__content p {
    color: var(--pureWhite);
    margin-bottom: 0;
    font-size: 14px;
}

.features .feature__card .feature__content .buttn__white.buttn__outlined {
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .25);
}

.features .feature__card .feature__content a.phone {
    font-size: 25px;
    line-height: 1;
    font-family: var(--bodyFont);
    font-weight: var(--fw-sbold);
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--pureWhite);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .feature__card .feature__content a.phone i {
    font-size: 20px;
    border-radius: 3px;
    border: 2px solid #FFF;
    text-align: center;
    padding: .5rem;
}

.features .feature__card .feature__content a.phone:hover {
    color: #13ADE5;
}

.features .feature__card .feature__content a.phone:hover i {
    color: #13ADE5;
    border-color: #13ADE5;
}

.features .feature__card .feature__content a.phone:after {
    display: none;
}

.features .feature__card .feature__content a.timetable:hover,
.features .feature__card .feature__content a.timetable:hover:after {
    color: #FFF;
    border-color: #FFF;
}

/*----------------------------------------*/
/*  11 - Testimonial
/*----------------------------------------*/
.testi-item__single {
    position: relative;
    display: block;
    border: 1px solid var(--bdr-color);
    border-radius: 20px;
    padding: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--pureWhite);
}

.testi-item__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.testi-item__client-box {
    background-color: var(--pureWhite);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testi-item__client-img {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    padding: 4px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(135deg, #3c8599, #213360);
    background-image: -webkit-linear-gradient(135deg, #3c8599, #213360);
    background-image: -ms-linear-gradient(135deg, #3c8599, #213360);
}

.testi-item__client-img>img {
    width: 100% !important;
    border-radius: 50%;
    border: 4px solid var(--pureWhite);
}

.testi-item__client {
    position: relative;
    display: block;
}

.testi-item__client-name {
    font-size: 18px;
    color: var(--darkBlack);
    font-weight: var(--fw-sbold);
    line-height: 22px;
    letter-spacing: var(--letter-spacing);
}

.testi-item__client-sub-title {
    font-size: 14px;
    color: var(--color2);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.testi-item__quote {
    display: flex;
    place-content: center;
}

.testi-item__quote i {
    font-size: 34px;
    color: var(--mainColor-variant);
    opacity: 0.5;
}

.ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.testi-item__star {
    margin-bottom: 0px;
}

.testi-item__star ul {
    margin: 0;
    padding: 0;
}

.testi-item__star ul li {
    display: inline-flex;
    align-items: center;
}

.testi-item__star ul li i {
    font-size: 15px;
    color: #fab600;
}

.testi-item__star ul li span {
    margin: 0px 5px;
    color: var(--darkBlack);
    font-size: 14px;
    font-weight: 600;
}

.testi-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: var(--letter-spacing);
    margin-top: 15px;
}

/*----------------------------------------*/
/*  12 - Header
/*----------------------------------------*/

.header-style-1 .top__bar {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.header-style-1 .header__main {
    min-height: 120px;
    position: relative;
}

.header-style-1 .sticky-header .site-navigation ul.navigation>li>a,
.header-style-1 .header__main.sticky-header {
    min-height: 90px;
    line-height: 90px;
}

.top__bar .contact-info li {
    color: var(--pureWhite);
}

.top__bar .contact-info i {
    font-size: 14px; 
    color: var(--pureWhite);   
}

.top__bar ul.nav.link {
    margin-right: 10px;
}

/*----------------------------------------*/
/*  13 - Footer
/*----------------------------------------*/

.footer {
    background-color: var(--blackish-color);
    color: #fff;
    font-size: 13px;
    padding-top: 80px;
}

.footer a {
    color: #fff;
}

/* ---------------------- */
.footer__area .footer__widget {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 13px;
    position: relative;
    color: #b8c3cb;
}

.footer-social-links:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    left: -20%;
    top: 0;
    background-color: rgb(255 255 255 / 10%);
}

.footer__widget .widget__title {
    color: #fff;
    font-size: 22px;
    font-weight: var(--fw-sbold);
}

.footer .footer__link li {
    margin-bottom: 2px;
    padding: 10px 0 10px;
}

.footer .footer__link li a {
    color: #b8c3cb;
    position: relative;
    font-family: var(--bodyFont);
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
    -webkit-transition: .6s;
    transition: .6s;
    display: block;
}


.footer .footer__link li a i {
    margin-right: 3px;
    font-size: 10px;
}


.footer .footer__link li a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-text-area {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 30px 0;
}

.footer__about .footer__logo{
    max-width: 230px;
}

.footer__about .footer__logo img{
    max-width: 100%;
}
.footer__about p{
    margin-top: 15px;
    color: #b8c3cb;
    font-size: 14px;
}

.footer-social-links .social-links li a {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    text-align: center;
    color: var(--blackish-color);
    border-radius: 50%;
    font-size: 13px;
}

.footer-social-links .social-links li a:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.footer-social-links .social-links {
    margin-top: -15px;
}

.footer__contacts {
    position: relative;
}

.footer__info-title {
    font-size: 14px;
    font-family: var(--headingFont);
    font-weight: var(--fw-sbold);
    color: var(--pureWhite);
    margin-bottom: 10px;
    margin-top: -0.2em;
}

.footer__contacts .footer__info {
    display: flex;
    gap: 10px;
    place-items: center;
}

.footer__contacts .footer__info i {
    background: var(--mainColor);
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: var(--pureWhite);
    display: flex;
    place-content: center;
    border-radius: 3px;
}

.footer__contacts .footer__info a {
    color: #b8c3cb;
    font-size: 13px;
}

.social__links {
    margin-top: 20px;
}

.social__links .social__icons li {
    display: inline-block;
    padding-right: 5px;

}

.social__links .social__icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--mainColor);
    border-radius: 3px;
    transition: all .5s ease-in-out;
    display: inline-block;
    color: var(--pureWhite);
    font-size: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.social__links .social__icons li a:hover {

    color: var(--pureWhite);
    background: var(--secondaryColor);

}

@media only screen and (max-width: 991px) {
    .footer{
        padding-top: 35px;
    }
    .footer-widget-area{
        margin-bottom: 40px;
    }
}


/*----------------------------------------*/
/*  14 - Overlap Colomn
/*----------------------------------------*/

.overlap-colomn {
    position: relative;
}

.overlap-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.overlap-img,
.overlap-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlap-left {
    margin-left: -500px;
}

.overlap-right {
    margin-right: -500px;
    width: auto;
    left: 0;
    right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.content-element-text {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 30px;
}

/*----------------------------------------*/
/*  15 - Accordion
/*----------------------------------------*/

.faq__accordion {
    max-width: 930px;
    margin: auto
}

.faq__accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0/10%);
    box-shadow: 0 15px 35px rgb(0 0 0/10%)
}

.faq__accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq__accordion .accordion .accordion-title {
    padding: 20px 40px 20px 25px;
    color: var(--heading-color);
    position: relative;
    display: block;
    text-transform: capitalize;
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.faq__accordion .accordion .accordion-title.active,
.faq__accordion .accordion .accordion-title.active i {
    color: var(--mainColor);
}

.faq__accordion .accordion .accordion-title i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--heading-color);
    font-size: 20px;
    -webkit-transition: .6s;
    transition: .6s
}

.faq__accordion .accordion .accordion-title.active i::before {
    content: "\eb8b";
    color: var(--mainColor)
}

.faq__accordion .accordion .accordion-content {
    display: none;
    padding: 20px
}

.faq__accordion .accordion .accordion-content p {
    color: #666;
    font-weight: 400;
    font-size: 15px;
}

.faq__accordion .accordion .accordion-content.show {
    display: block
}

/** heading-subheading **/

.heading-subheading h4.element-subtitle {
    margin-bottom: 5px;
}

.heading-subheading .element-subtitle {
    position: relative;
    display: inline-block;
}

.heading-subheading .element-subtitle:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 8px;
    align-items: center;
    margin-left: 10px;
}

.heading-subheading .element-subtitle {
    font-family: var;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #1bbde4;
    text-transform: none;
    font-style: normal;
}

.heading-subheading .element-title {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.2px;
    color: #081839;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.image.about-signature {
    margin-right: 40px;
    width: 80px;
}

.about-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
}

.about-rol {
    color: #555;
    font-size: 14px;
}

.about-img {
    position: relative;
}

.about-img:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    left: 50%;
    bottom: 50%;
    z-index: 1;
    background: var(--secondaryColor);
    border-radius: 0 15px;
}

.about-img img {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-img img:hover {
    transform: scale(0.98);
}

.about-img-hotifer {
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 260px;
    padding: 26px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: var(--secondaryColor);
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.about-img-hotifer:before {
    font-family: 'boxicons';
    content: "\ec56";
    bottom: 20px;
    right: 20px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 35px;
    font-weight: normal;
}

.about-img-hotifer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 480px) {
    .about-img-hotifer {
        width: 230px;
        padding: 20px;
    }

    .about-img-hotifer p {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-img-hotifer:before {
        bottom: 1px;
        right: 15px;
        font-size: 30px;
    }
}


/*----------------------------------------*/
/*  16 - List Gourp
/*----------------------------------------*/

.list-group-borderless .list-group-item {
    border: none;
    color: #8f9397;
    padding: 0.3rem 0;
    background: transparent;
    font-family: var(--headingFont);
    font-size: 18px;
    font-weight: 600;
    color: var(--blackish-color);
    display: flex;
    align-items: center;
}

.list-group-borderless .list-group-item i {
    margin-right: 10px;
    color: var(--mainColor);
}

.list-group.list-group-borderless .list-group-item:hover {
    color: var(--mainColor) !important;
}

/*----------------------------------------*/
/*  17 - Home Slider
/*----------------------------------------*/
.home--slider .slideshow--large {
    height: 810px;
    background-position: center top !important;
}

.home--slider.slideshow .slider2 .bg-size {
    background-position: center bottom !important;
}

.home--slider.slideshow .ss-mega-title {
    font-size: calc(var(--fontSize-base) * 4.28px);
    color: var(--heading-color)
}

.home--slider.slideshow .ss-sub-title {
    font-size: calc(var(--fontSize-base) * 1.25px);
    color: #fff;
}

.home--slider.slideshow .ss-small-title {
    font-size: calc(var(--fontSize-base) * 1.16px);
    color: var(--pureWhite);
}

.home--slider.slideshow .btn-primary,
.home--slider .btn-primary {
    color: #fff;
    background-color: rgb(238, 108, 77);
    border-color: rgb(238, 108, 77);
    border-radius: var(--buttons-radius-10);
    transition: all 0.3s ease-in-out;
}

.home--slider.slideshow .btn-primary:hover,
.home--slider.slideshow .btn-primary:focus {
    background-color: #2f4858;
    border-color: #2f4858;
}

.slideshow-wrapper,
.slideshow .slide {
    position: relative;
}

.slideshow .bottom-middle {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.slideshow .bottom-middle .slideshow-content-in {
    top: auto;
    bottom: 50px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slideshow .bottom-left .slideshow-content-in {
    top: auto;
    left: 60px;
    bottom: 60px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slideshow .middle-right .slideshow-content-in {
    text-align: left;
    right: 17%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow .middle-left .slideshow-content-in {
    text-align: left;
    left: 17%;
}

.slideshow .middle-bottom .slideshow-content-in {
    right: 14%;
    bottom: 8%;
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slideshow-content-in {
    position: absolute;
    max-width: max-content;
    width: 100%;
    top: 50%;
    z-index: 3;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow .wrap-caption {
    display: inline-block;
    padding: 25px;
}

.slideshow--medium {
    height: 600px;
}

.slideshow--large {
    height: 700px;
}

.slideshow--xlarge {
    height: 900px;
}


/* Slide Caption Animation */

.slideshow .animation.style1 {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.slideshow .slick-active .animation.style1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.slideshow .animation.style2 {
    opacity: 0;
    margin-bottom: -30px;
    transition: 1s all .1s;
    -webkit-transition: 1s all .1s;
    -ms-transition: 1s all .1s;
}

.slideshow .slick-active .animation.style2 {
    opacity: 1;
    margin-bottom: 0;
}

.slideshow .animation.style3 {
    opacity: 0;
    transform: translateY(-15px);
    transition: .8s all .2s;
}

.slideshow .slick-active .animation.style3 {
    opacity: 1;
    transform: translateY(0);
}

.slideshow .animation.style3 .ss-btnWrap {
    opacity: 0;
    transition: .6s all .4s;
    transform: translateY(10px);
}

.slideshow .slick-active .animation.style3 .ss-btnWrap {
    opacity: 1;
    transform: translateY(0);
}

.slideshow .slick-active .animation.style4 .ss-small-title {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.slideshow .slick-active .animation.style4 .ss-mega-title {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.slideshow .slick-active .animation.style4 .ss-sub-title {
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.slideshow .slick-active .animation.style4 .ss-btnWrap,
.slideshow .slick-active .animation.style4 .slide-btn-box {
    animation-delay: .9s;
    -webkit-animation-delay: .9s;
    animation-duration: .9s;
    -webkit-animation-duration: .9s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


/* End slideshow animation */

.slideshow .ss-mega-title {
    color: #000000;
    line-height: 1.1;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
    margin: 0 0 10px;
}

.slideshow .ss-sub-title {
    color: #000000;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    display: block;
}

.slideshow .whiteText .ss-mega-title,
.slideshow .whiteText .ss-sub-title,
.slideshow .whiteText .ss-small-title {
    color: #fff;
    text-transform: none;
}

.slider-sub-title{
    background: var(--mainColor);
    color: var(--pureWhite);
    text-transform: uppercase;
    padding: 4px 15px;
    font-weight: var(--fw-bold);
    display: inline-block;
    /* margin-bottom: 20px; */
    border-radius: 50px;
}

.slider-btn .buttn{
    height: 50px;
}

/* add */

.slideshow-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 3;
}

.home--slider .slideshow-overlay:before {
    background: linear-gradient(135deg, rgba(92, 131, 151, 0.8), rgba(24, 22, 40, 0.8));
    /* opacity: 0.5; */
}

.slideshow .slick-slide img {
    width: 100%;
}

.slideshow .btn-primary+.btn-primary {
    margin-left: 20px;
}

.slideshow .whiteText .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.slideshow .whiteText .btn-primary:hover,
.slideshow .whiteText .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.slideshow .slick-prev,
.slideshow .slick-next {
    line-height: normal;
    font-size: 0px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 4;
    top: 50%;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    -ms-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.slideshow .btn-outline-primary {
    background-color: transparent !important;
}

.slideshow .btn-outline-primary:hover {
    background-color: #000 !important;
}

.slideshow .whiteText .btn-outline-primary {
    color: #fff;
    border-color: #fff;
    background-color: transparent !important;
}

.slideshow .whiteText .btn-outline-primary:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff !important;
}

.slideshow:hover .slick-prev,
.slideshow:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
    background-color: var(--mainColor)
}

.slideshow .slick-prev:hover:before,
.slideshow .slick-next:hover:before {
    color: #fff
}

.slideshow .slick-prev {
    left: 30px;
}

.slideshow .slick-next {
    right: 30px;
}

.slideshow .slick-next:before {
    content: "\f140";
    font-family: "doctor-icon";
    color: #000;
}

.slideshow .slick-prev:before {
    content: "\f141";
    font-family: "doctor-icon";
    color: #000;
}

.slideshow .slick-prev:before,
.slideshow .slick-next:before {
    font-size: 15px;
    line-height: 15px;
}

.slideshow .btn {
    color: #fff;
    background-color: #2f4858;
    border-color: #2f4858;
}

.slideshow .btn:hover {
    color: #fff;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.slideshow .slick-dots {
    margin: 0;
    width: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slideshow .slick-dots li {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-right: 8px;
}

.slideshow .slick-dots li button {
    color: transparent;
    line-height: 0;
    font-size: 0;
    background: transparent;
    display: block;
    cursor: pointer;
    color: #fff;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 100%;
    border: 2px solid #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    opacity: 1;
}

.slideshow .slick-dots li.slick-active button {
    background-color: #fff;
}

.slideshow img.mobile-hide {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .home--slider .slideshow--large {
        height: 600px;
    }

    .slideshow .middle-left .slideshow-content-in {
        left: 60px;
    }

    .slideshow .middle-right .slideshow-content-in {
        right: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slideshow__text-content {
        max-width: 450px;
    }

    .slideshow .slideshow__title {
        font-size: 30px;
    }

    .slideshow .slideshow__subtitle {
        font-size: 14px;
    }

    .slideshow .middle-left .slideshow-content-in {
        left: 30px;
    }

    .slideshow .middle-right .slideshow-content-in {
        right: 30px;
    }

    .slideshow .bottom-middle .slideshow-content-in {
        bottom: 35px;
    }

    .slideshow .middle-bottom .slideshow-content-in {
        right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .slideshow .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .slideshow--medium {
        height: 450px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 15px;
        line-height: 18px;
    }

    .home--slider .slideshow--large {
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home--slider.slideshow .ss-mega-title {
        font-size: calc(var(--fontSize-base) * 2.3px);
    }
}

@media only screen and (max-width: 991px) {
    .slideshow .slick-prev {
        left: 10px;
    }

    .slideshow .slick-next {
        right: 10px;
    }

    .slideshow--large {
        height: 450px;
    }

    .slideshow .ss-sub-title {
        font-size: 15px !important;
    }

    .slideshow .ss-small-title {
        font-size: 13px !important;
        margin-bottom: 10px;
    }

    .slideshow .middle-left .slideshow-content-in {
        left: 5%;
        width: 90%;
    }

    .slideshow .bottom-left .slideshow-content-in {
        left: 35px;
        bottom: 45px;
    }

    .slideshow.style2 .slideshow__title {
        font-size: 30px;
    }

    .slideshow.style2 .slideshow__subtitle {
        font-size: 13px;
    }

    .slideshow img.desktop-hide {
        display: none;
    }

    .slideshow img.mobile-hide {
        display: block;
    }

    .home--slider.slideshow .ss-small-title {
        font-size: calc(var(--fontSize-base) * 1.15px);
    }

    .home--slider.slideshow .ss-mega-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .slideshow .mega-small-title {
        display: none;
    }

    .slideshow .slideshow__title {
        font-size: 22px;
    }

    .slideshow .slideshow__subtitle {
        font-size: 13px;
        display: none;
    }

    .slideshow__text-content.bottom {
        bottom: 0;
    }

    .slideshow .slick-prev,
    .slideshow .slick-next {
        width: 30px;
        height: 30px;
    }

    .slideshow .slick-prev::before,
    .slideshow .slick-next::before {
        font-size: 15px;
    }
    .slideshow .slick-prev:before, .slideshow .slick-next:before{
        line-height: 1;
    }

    .slideshow .btn-primary+.btn-primary {
        margin-left: 10px;
    }

    .slideshow--medium {
        height: 360px;
    }

    .slideshow--large,
    .home--slider .slideshow--large {
        height: 300px;
    }

    .slideshow .slick-dots {
        bottom: 20px;
    }

    .home--slider.slideshow .ss-mega-title {
        font-size: calc(var(--fontSize-base) * 1.9px);
    }

    .slider-btn .buttn{
        height: 40px;
    }
    .slider-sub-title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .slideshow .wrap-caption {
        padding: 10px 0;
    }

    .slideshow .btn {
        font-size: 13px;
    }

    .slideshow .ss-small-title,
    .slideshow .ss-sub-title {
        font-size: 15px;
    }

    .slideshow.style2 .slideshow__title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .slideshow.style2 .slideshow__subtitle {
        font-size: 11px;
        line-height: 16px;
    }

    .home--slider.slideshow .ss-mega-title {
        font-size: calc(var(--fontSize-base) * 1.8px);
        line-height: 1.2 !important;
    }
}

@media only screen and (max-width: 480px) {
    .slideshow .slideshow__title {
        font-size: 16px;
    }

    .slideshow.style2 .slideshow__title {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .slideshow.style2 .mega-small-title {
        display: none;
    }

    .slideshow.style2 .wrap-caption {
        padding: 10px;
    }
}

/*----------------------------------------*/
/*  18 - Call to action
/*----------------------------------------*/

.call-action {
    position: relative;
    z-index: 2;
}
.call-action::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--mainColor) 0%, rgba(33, 51, 96, 0.5) 100%);
    z-index: -1;
}

.action__phone{
    display: flex;
    align-items: center;
    place-content: center;
}

.action__phone span{
   color: var(--secondaryColor);
   margin-right: 10px;
   font-size: 18px;
   font-weight: 700;
}

.action__phone a.buttn__white{
    font-size: 20px;
    font-weight: 700;
    border-width: 1px;

}

.call-action .heading-subheading h4.subtitle {
    background-color: var(--pureWhite);
    color: var(--secondaryColor);
}
.call-action .heading-subheading .element-title{
    color: var(--pureWhite);
}

@media (min-width: 320px) and (max-width: 767px) {
    .action__phone a.buttn__white{
        font-size: 13px;
        font-weight: 700;
        border-width: 1px;
    
    }
}