﻿.banner-background {
    background: url(/Images/Aboutus/aboutusbg.webp) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.privacy-row {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.banner-left {
    padding-left: 3rem;
}

    .banner-left h2 {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #f4f8fd;
    }

    .banner-left p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
        color: #f4f8fd;
        max-width: 90%;
        padding-top: 15px;
        text-align: justify;
    }

.banner-right {
    text-align: center;
}

.privacy-policy-1 {
    max-width: 75%;
}

.wrapper-text {
    padding-top: 50px;
    padding-bottom: 4rem;
}

.terms-head {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #21262c;
}

.wrapper-text h3 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    color: #21262c;
}

.wrapper-text p {
    font-family: Poppins;
    font-size: 15px;
    line-height: 1.75;
    color: #21262c;
    font-weight: 400;
    text-align: justify;
}

.wrapper-text ul {
    list-style: none;
}

.wrapper-text li {
    position: relative;
    padding-bottom: 15px;
    line-height: 2;
    font-size: 15px;
    color: #5a5a5a;
    text-align: justify;
    margin-left: 1rem;
}

.wrapper-text span {
    display: block;
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.83;
    color: #21262c;
    padding-top: 15px;
}

.wrapper-text ul li::before {
    content: "";
    background: url(/Images/PrivacyPolicy/select.webp) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -35px;
    top: 5px;
    background-color: #1c0440;
    border-radius: 50%;
    background-position: center;
    background-size: 50%;
}

.wrapper-btn {
    padding: 10px 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #1c0440;
    color: #fff;
    width: 16%;
    margin: 10px;
}

    .wrapper-btn:focus {
        background-color: #fff;
        color: #1c0440;
        outline: none;
        font-weight: 600;
    }

.check-list {
    padding-top: 15px;
}

.privacy-policy-2 {
    max-width: 50%;
}

.wrapper-text1 {
    padding-top: 35px;
}

    .wrapper-text1 h3 {
        padding-top: 15px;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        color: #21262c;
    }

    .wrapper-text1 p {
        padding-top: 15px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: 1.01px;
        text-align: left;
        color: #21262c;
    }
/* responsive css */

@media (max-width: 1200px) {
    .banner-background {
        height: inherit;
    }

    .wrapper-btn {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .banner-left {
        padding-top: 1rem;
    }

    .privacy-policy-1 {
        max-width: 90%;
    }

    .banner-left h2 {
        font-size: 30px;
    }

    .banner-left p {
        font-size: 15px;
    }

    .terms-head {
        font-size: 25px;
    }

    .wrapper-text h3 {
        font-size: 25px;
    }

    .wrapper-text p {
        font-size: 14px;
    }

    .wrapper-text1 h3 {
        font-size: 25px;
    }

    .wrapper-text p {
        font-size: 14px;
    }

    .wrapper-text li {
        padding-bottom: 15px;
    }

    .privacy-policy-2 {
        max-width: 85%;
        padding-top: 7rem;
    }

    .wrapper-btn {
        padding: 10px 10px;
        width: 23%;
    }

    .wrapper-text li {
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .banner-background {
        padding-bottom: 4rem;
    }

    .banner-left {
        padding-bottom: 2.5rem;
    }

        .banner-left h2 {
            font-size: 25px;
        }

        .banner-left p {
            font-size: 14px;
        }

    .privacy-policy-1 {
        max-width: 75%;
    }

    .terms-head {
        font-size: 20px;
    }

    .wrapper-text h3 {
        font-size: 20px;
    }

    .wrapper-text p {
        font-size: 13px;
    }

    .wrapper-btn {
        padding: 10px 10px;
        width: 35%;
    }

    .wrapper-text1 h3 {
        font-size: 22px;
    }

    .wrapper-text1 p {
        font-size: 14px;
    }

    .privacy-policy-2 {
        max-width: 55%;
        padding-top: 2rem;
    }
}

@media (max-width: 577px) {
    .main-privacy h2 {
        font-size: 18px;
    }

    .banner-left {
        padding-left: 1rem;
    }

        .banner-left h2 {
            font-size: 15px;
        }

    .terms-head {
        font-size: 18px;
    }

    .banner-left p {
        font-size: 12px;
    }

    .wrapper-text h3 {
        padding-top: 1.5rem;
        font-size: 18px;
    }

    .wrapper-text p {
        font-size: 12px;
    }

    .wrapper-text li {
        font-size: 13px;
    }

    .wrapper-text p {
        font-size: 12px;
    }

    .wrapper-btn {
        padding: 10px 10px;
        width: 60%;
    }

    .wrapper-text1 p {
        font-size: 12px;
    }

    .agree-btn {
        text-align: center;
    }

    .welcome {
        padding-top: 2rem;
    }

    .privacy-row {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }
}



    .main-privacy h2 {
        font-size: 22px;
        font-weight: 600;
        color: #21262c;
        padding-top: 15px;
    }

    .main-privacy p {
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: 0.62px;
        text-align: justify;
        color: #5a5a5a;
    }
