.headings {
    background: linear-gradient(to right, var(--themesecondaryclr), var(--themesecondaryclr));
    padding: 80px 0 100px 0;
}

@media (max-width:991px) {
    .headings {
        padding: 90px 0 90px 0;
    }
}

@media (max-width: 575px) {
    .headings {
        padding: 64px 0 64px 0;
    }
}

@media (min-width:768px) {
    .contact-heading {
        width: 80%;
    }
}

.headings h1 {
    font-weight: 700;
    font-size: 50px;
    color: var(--plainclr) !important;
}

@media (max-width:991px) {
    .headings h1 {
        font-size: 31px;
    }
}

.headings h6 {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    color: var(--plainclr) !important;
}

@media (max-width:991px) {
    .headings h6 {
        font-size: 18px;
    }
}


.terms-condition .content h1 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #43464A;
}

.terms-condition .content h3 {
    font-weight: 600;
    color: var(--themeprimaryclr);
}

.terms-condition .content h5 {
    font-weight: 600;
    color: var(--themeprimaryclr);
}

.terms-condition .content p {
    text-align: justify;
}

.terms-condition .content p span {
    font-weight: 600;
}

.terms-condition .content ul {
    padding-left: 20px;
}

.terms-condition .content ul li {
    display: flex;
    align-items: top;
}

.terms-condition .content ul li:last-child {
    margin-bottom: 1rem;
}

.terms-condition .content ul li p {
    text-align: justify;
}

.terms-condition .content ul li p span {
    font-weight: 600;
}

.terms-condition .content p a.p-mail {
    font-weight: 600;
    text-decoration: none;
    color: var(--themeprimaryclr);
}

.terms-condition .content ul li span i {
    color: var(--themeprimaryclr);
    margin-right: 10px;
}
