

/************************About Us Start *****************/
@import url('components/dealbanner.css');
@import url('components/popups.css');

.about .deals-cont {
    margin-top: 0;
}

.about .abt-btn {
    font-size: 18px;
    color: var(--primary-color);
    background: #fff;
    border-radius: var(--small-border-radius);
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    box-shadow: 0 5px 0 0 rgb(60 78 90 / 50%);
    transition: all ease-out .25s;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 10px auto;
    cursor: pointer;
}

    .about .abt-btn ion-icon {
        font-size: 30px;
    }

.about .delimiter-line:before {
    left: calc(50% + 30px);
    width: 350px;
}

.about .delimiter-line:after {
    right: calc(50% + 30px);
    width: 350px;
}

.about .container.card {
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 10%), 0 0px 0px 0 rgb(0 0 0 / 8%);
    border-radius: 0;
}

.quality-sec {
    height: 450px;
    background-position-y: center;
}

.quality-body {
    background: rgba(255,255,255,.75);
    box-shadow: 6.95px 7.19px 0 0 rgb(21 21 22 / 15%);
    padding: 20px 25px 10px;
    color: #3c4e5a;
    font-weight: 300;
    margin-left: auto;
    border-radius: var(--main-border-radius);
    width: 50%;
}

    .quality-body h4 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 300;
        color: var(--body-text-color);
        padding-bottom: 10px;
    }

    .quality-body p {
        font-size: 16px;
        font-weight: 300;
        color: var(--body-text-color);
        line-height: 1.5;
    }

.about .heading {
    font-size: 30px;
    font-weight: 300;
}

.rep-tab {
    background: #ffffff;
    border-radius: 0px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
}

    .rep-tab img {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .rep-tab .rep-tab-heading {
        font-size: 20px;
        font-weight: 300;
    }

    .rep-tab p {
        font-size: 14px;
        font-weight: 400;
    }

.carousel-single-about .splide__arrow--prev {
    left: 0em;
}

.carousel-single-about .splide__arrow--next {
    right: 0em;
}

.team-section {
    height: 550px;
    background-size: cover;
    background-position: center;
}

    .team-section p {
        font-size: 16px;
        font-weight: 300;
    }

.about .contact-sec {
    height: 350px;
}

    .about .contact-sec .links a {
        font-size: 22px;
    }

        .about .contact-sec .links a:hover {
            color: #fff;
        }

    .about .contact-sec .fa-phone-volume {
        transform: rotate(-35deg)
    }


.discover-detail-box {
        margin: 30px 0;
    }

.discover-detail-box p {
    color: #3c4e5a;
    font-weight: 200;
    margin: 0 auto 10px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
}

/************************About Us  end *****************/
