﻿body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

.contactus-header {
    background-image: url(/Images/common-bg.png);
    /*    background: transparent linear-gradient(180deg, #DD333B 0%, #7A136A 68%, #4F146C 86%, #2D166E 100%) 0% 0% no-repeat padding-box;
*/ background-position: center;
    background-size: 100% 100%;
    height: 60vh;
}

/*.contact-row {
    padding-top: 12rem;
    padding-bottom: 12rem;
}*/

.contactus-main {
    padding-left: 5rem;
}
.contact-section{
    padding-top:5rem;
    padding-bottom:5rem;
}
.contactus-main h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #f4f8fd;
    padding-bottom: 10px;
}

    .contactus-main p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
        color: #f4f8fd;
        max-width: 65%;
        padding-top: 15px;
    }

.vector-contactus {
    max-width: 55%;
}

.enquiry {
    background-image: url(/Images/ContactUs/contactusstepbg.webp);
    background-position: center;
    background-size: cover;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

    .enquiry h2 {
        font-size: 25px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.58;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
        max-width: 56%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }

.main-form {
    border-radius: 12px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 15px;
}

    .main-form .form-control {
        font-size: 14px;
        color: #21262c;
    }

    .main-form label {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
    }

.submit-button {
    text-align: center;
}

.input-group-text {
    background-color: inherit !important;
    border: inherit !important;
    padding: 0 !important;
}

.input-group-prepend {
    align-items: center;
}

.main-form .valid {
    margin-right: 3px !important;
}

.submit-btn {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.87), #9f2a52);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgb(244, 248, 253);
    padding: 15px 80px;
    border: none;
}

.email {
    border-radius: 12px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 1.7rem;
    max-width: 85%;
    margin-right: auto;
}

.email-content-1 {
    display: flex;
    padding-top: 1rem;
}

    .email-content-1 img {
        height: 25px;
        padding-left: 2rem;
    }

    .email-content-1 h3 {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
        padding-left: 2rem;
    }

.mail-info {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0672f0;
    text-decoration: none;
    padding-left: 95px;
}

    .mail-info:hover {
        text-decoration: none;
    }

.call {
    border-radius: 12px;
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 85%;
    margin-right: auto;
}

.call-content {
    display: flex;
    padding-bottom: 0.75rem;
}

    .call-content img {
        height: 25px;
        padding-left: 2rem;
    }

    .call-content a {
        text-decoration: none;
    }

    .call-content h3 {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
        padding-left: 2rem;
    }

.call-info {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0672f0;
    text-decoration: none;
}

.call-contact {
    padding-bottom: 24px;
}

.location {
    padding-top: 3rem;
}

.location-content {
    display: flex;
    align-items: center;
}

.location p {
    padding-left: 3.5rem;
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.92px;
}

.location-content img {
    max-width: 50px;
}

.location-content h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #21262c;
    padding-left: 10px;
}

.location-info {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0672f0;
    text-decoration: none;
    padding-left: 2rem;
}

.valid {
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 1px #dfe0e2;
    background-color: #fff;
    font-family: Poppins;
    font-size: 14px;
    text-align: left;
    color: #21262c;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.invalid {
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 1px #dfe0e2;
    background-color: #fff;
    font-family: Poppins;
    font-size: 14px;
    text-align: left;
    color: #21262c;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.valid:focus-within {
    outline: #dfe0e2 !important;
}

.map {
    text-align: center;
}

    .map iframe {
        width: 100%;
        height: 536px;
        margin: 0 auto;
        margin-bottom:-1rem;
    }

@media (max-width: 1200px) {
    .contactus-main p {
        max-width: inherit;
    }

    .vector-contactus {
        max-width: 90%;
    }

    .enquiry h2 {
        font-size: 18px;
    }

    .email {
        max-width: 100%;
    }

    .email-content h3 {
        font-size: 16px;
    }

    .mail-info {
        font-size: 15px;
    }

    .call {
        max-width: 100%;
    }

    .call-info {
        font-size: 15px;
    }

    .call-content h3 {
        font-size: 15px;
    }

    .location-content h3 {
        font-size: 16px;
    }

    .location-info {
        font-size: 15px;
    }

}

@media (max-width: 992px) {
    .email-content h3 {
        font-size: 14px;
    }

    .mail-info {
        font-size: 14px;
    }

    .call-content h3 {
        font-size: 14px;
    }

    .contactus-main h2 {
        font-size: 25px;
    }

    .contactus-main p {
        font-size: 14px;
    }

    .vector-contactus {
        max-width: 100%;
    }

    .enquiry h2 {
        font-size: 16px;
    }

    .main-form label {
        font-size: 14px;
    }

    .main-form .form-control {
        font-size: 12px;
    }

    .email-content img {
        padding-left: 1rem;
    }

    .mail-info {
        padding-left: 72px;
    }

    .call-content img {
        padding-left: 1rem;
    }

    .location-content img {
        padding-left: 1rem;
    }

    .call-content h3 {
        font-size: 13px;
    }

    .call-info {
        font-size: 13px;
    }

    .mail-info {
        font-size: 13px;
    }

    .email-content h3 {
        font-size: 13px;
    }

    .location-info {
        font-size: 13px;
    }

    .location-content h3 {
        font-size: 13px;
    }

    .wrapper-text li {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .contactus-main {
        padding-top: 1rem;
    }

    .vector-contactus {
        max-width: 95%;
    }

    .enquiry h2 {
        max-width: 85%;
    }

    .email {
        margin-top: 2rem;
    }

    .location {
        margin-top: 15px;
    }
}

@media (max-width: 577px) {
    .call-content h3 {
        padding-left: 1rem;
        font-size: 11px;
    }

    .call-info {
        font-size: 11px;
    }

    .contactus-main {
        padding-left: inherit;
    }

    .contact-section {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .email-content-1 img {
        padding-left: 1rem;
    }

    .email-content-1 h3 {
        font-size: 11px;
        padding-left: 1rem;
    }

    .mail-info {
        font-size: 11px;
    }

    .location-content h3 {
        font-size: 11px;
    }

    .location-info {
        font-size: 11px;
    }

    .contact-row {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
