.about-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.about-sec-page .about-content {
    width: 48%;
    margin: auto;
    background-color: white;
    padding: 2.5rem 3.5rem;
    margin-top: -3rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 1.5;
    border: 1px solid rgba(128, 128, 128, 0.186);
}

.about-sec-page .about-content span {
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.about-sec-page .about-content h3 {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 500;
}
.about-sec-page .about-content p {
    margin: 1.5rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* About us Completed */
.contact-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.contact-sec-page .contact-content {
    width: 58%;
    margin: auto;
    background-color: white;
    padding: 2.5rem 3.5rem;
    margin-top: -4rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 1.5;
    border: 1px solid rgba(128, 128, 128, 0.186);
}

.contact-sec-page .contact-content span {
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.contact-sec-page .contact-content h3 {
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.contact-sec-page .contact-content .paragraph {
    margin: 1.5rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.8;
}

.contact-sec-page .contact-content p {
    font-size: 0.95rem;
}

.contact-sec-page .contact-content .about {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin-top: 2rem;
}
.contact-sec-page .contact-content .about article {
    border: 2px solid rgba(128, 128, 128, 0.925);
    padding: 1rem;
    min-height: 16rem;
    max-height: 20rem;
    border-radius: 0.5rem;
}

.contact-sec-page .contact-content .about article h5 {
    font-weight: 500;
    font-size: 1.1rem;
}
.contact-sec-page .contact-content .about article p {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: gray;
}

/* Contact completed */
.terms-sec-page .terms-content {
    width: 60%;
    margin: auto;
}
.terms-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
    object-fit: cover;
}

.terms-sec-page ul {
    margin: 1rem;
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem;
    text-align: justify;
    li {
        color: gray;
    }
}
.terms-sec-page h3 {
    font-size: 1.7rem;
    font-weight: 700;
}
.last-updated {
    display: block;
    margin-bottom: 1rem !important;
    font-size: 0.8rem;
    color: gray;
}

.privacy-sec-page ul {
    margin: 1rem;
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem;
    text-align: justify;
    li {
        color: gray;
    }
}
.privacy-sec-page h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.terms-policy-coockie-page {
    .hero-article {
        height: 14rem !important;
        background: linear-gradient(to right, #00022c, #113d61);
        .heading {
            h2 {
                margin-left: -2rem;
                font-size: 4rem !important;
                margin-top: -2rem;
                text-align: left;
            }
            .hori-line-1 {
                margin-left: -2rem;
                padding: 1px;
                width: 60%;
                margin-top: 1rem;
                background-color: rgba(255, 255, 255, 0.126);
            }
            .hori-line-2 {
                margin-left: -2rem;
                padding: 1px;
                width: 30%;
                margin-top: 1rem;
                background-color: rgba(255, 255, 255, 0.161);
            }
        }
    }
}

.terms-sec-page .terms-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
}
.terms-sec-page .terms-content section {
    margin: 1rem 0;
    line-height: 1.5;
}

.terms-sec-page .terms-content section h4 {
    font-weight: 600;
    font-size: 1rem;
}
.terms-sec-page .terms-content p {
    font-size: 1rem;
    color: gray;
}

/* terms page completed */
.privacy-sec-page .privacy-content {
    width: 60%;
    margin: auto;
}
.privacy-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.privacy-sec-page .privacy-content h2 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 1rem;
}

.privacy-sec-page .privacy-content section {
    margin: 1rem 0;
    line-height: 1.7;
}
.privacy-sec-page .privacy-content section h3 {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}
.privacy-sec-page .privacy-content section p {
    font-size: 1rem;
    color: gray;
}

.privacy-sec-page .privacy-content section p strong {
    font-weight: 600;
}

.privacy-sec-page .privacy-content section td {
    font-size: 1rem;
}
.privacy-sec-page .privacy-content section table {
    border: 1px solid rgba(128, 128, 128, 0.384);
    th {
        border: 1px solid rgba(128, 128, 128, 0.384);
        padding: 0.3rem;
        font-size: 1rem;
        font-weight: 600;
    }
    td {
        border: 1px solid rgba(128, 128, 128, 0.384);
        padding: 0.4rem;
        font-size: 1rem;
    }
}

/* Media Queries */

@media screen and (max-width: 965px) {
    .contact-sec-page .contact-content {
        width: 90%;
    }

    .terms-sec-page .terms-content{
        width: 90%;
    }

    .terms-sec-page .terms-content{
        width: 90%;
    }
     .privacy-sec-page .privacy-content{
        width: 90%;
     }
}

@media screen and (max-width: 780px) {
    .about-sec-page .about-content {
        width: 75%;
    }
    .contact-sec-page .contact-content .about {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 590px) {
    /* added changes */
    .container {
        width: 95%;
    }
    nav {
        /* visibility: hidden; */
        .flex7 {
            flex: 0 1 30%;
            margin: auto;
        }
        .right-side {
            flex-direction: column-reverse;
            align-items: center;
            .become-parnter {
                text-wrap: noWrap;
                padding: 1rem 1.5rem !important;
            }
            .right-img1 {
                margin-left: -1rem;
            }
        }
    }

    .hero-article {
        /* height: 35vh; */
        height: 100% !important;
        padding-bottom: 3rem;
        .heading {
            width: 100%;
            margin: auto;
            margin-top: 3rem;
            h2 {
                font-size: 3rem;
            }
            p {
                width: 90%;
            }
        }
        /* h2{
        text-wrap: noWrap;
    } */
    }

    .footer {
        .above-footer {
            span {
                width: 85% !important;
            }
            .trust-secure-icons {
                width: 60%;
                img {
                    width: 45% !important;
                }
            }
        }

        ul {
            width: 90% !important;
        }
    }

    /* ended added changes */
    .contact-sec-page .contact-content {
        width: 65%;
    }
    .contact-sec-page .contact-content .about {
        grid-template-columns: repeat(1, 1fr);
    }
    .privacy-sec-page .privacy-content {
        width: 90%;
    }
}

@media screen and (max-width: 470px) {
    .about-sec-page .about-content {
        width: 90%;
        padding: 0.9rem;
    }
    .contact-sec-page .contact-content {
        padding: 1rem;
        width: 85%;
    }
    .terms-sec-page .terms-content {
        width: 90%;
    }
    .privacy-sec-page .privacy-content {
        width: 95%;
    }

    .privacy-sec-page .privacy-content table td,
    .privacy-sec-page .privacy-content table th {
        font-size: 10px;
    }
}

@media screen and (max-width: 375px) {
    .privacy-sec-page .privacy-content table td,
    .privacy-sec-page .privacy-content table th {
        font-size: 8px;
    }
}

