/* --------- contact us dec ----------- */

.contactUsMain {
    background-image: url('/assets/images/global/bg-banner-home.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0 60px;
}

@media (max-width: 1025px) {
    .contactUsMain {
        padding: 145px 15px 60px 15px;
    }
}

.contactUsMain .contactUs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 1025px) {
    .contactUsMain .contactUs {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contactUsMain .contactUs .contactUsForm {
    background-color: #fff;
    border-radius: 10px;
    padding: 80px 60px 115px;
    box-shadow: 17px 17px 32px 0px rgba(100.99999999999999, 106.00000000000009, 228.99999999999994, .12);
}

@media (max-width: 546px) {
    .contactUsMain .contactUs .contactUsForm {
        padding: 40px 20px 55px;
    }
}

.contactUsMain .contactUs .contactUsForm form h4 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #1b1d21;
    font-weight: 500;
}

.contactUsMain .contactUs .contactUsForm form>input {
    padding: 15px 0;
    width: 100%;
    border-width: 0 0 1px 0;
    color: #8990ac;
    border-bottom: 1px solid rgba(137, 144, 172, .2);
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    font-family: "Poppins";
}

.contactUsMain .contactUs .contactUsForm form input::placeholder {
    color: #8990ac;
    font-family: "Poppins";
}

.contactUsMain .contactUs .contactUsForm form label span::before {
    background: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    transition: all .275s;
    border: 1px solid rgba(137, 144, 172, .2);
}

.contactUsMain .contactUs .contactUsForm form label span::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 1px;
    width: 25px;
    height: 25px;
    background: url('/assets/images/global/check.svg') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: all 0.2s;
}

.contactUsMain .contactUs .contactUsForm form label input:checked+span::after {
    opacity: 1;
}

.contactUsMain .contactUs .contactUsForm form label {
    font-size: 14px;
    line-height: 28px;
    color: #80828e;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.contactUsMain .contactUs .contactUsForm form label input {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

.contactUsMain .contactUs .contactUsForm form label span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.contactUsMain .contactUs .contactUsForm form label {
    display: flex;
    align-items: center;
}

.contactUsMain .contactUs .contactUsForm form .subBtn {
    font-weight: 500;
    font-family: "Poppins";
    font-size: 16px;
    color: #fff;
    background: #656ae5;
    text-transform: none;
    border-radius: 10px;
    padding: 15px 62px;
    margin: 35px 0 0 0;
    width: unset;
}

.contactUsMain .contactUs .contactUsDec .contactUsDecHead h2 {
    margin: 0 0 17px;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    color: #161d39;
}

@media (max-width: 426px) {
    .contactUsMain .contactUs .contactUsDec .contactUsDecHead h2 {
        font-size: 32px;
        line-height: 46px;
        margin: 10px 0;
    }
}

.contactUsMain .contactUs .contactUsDec>p {
    margin: 0 0 50px;
    color: #8a91ad;
    line-height: 1.8;
    font-size: 18px;
}

@media (max-width: 426px) {
    .contactUsMain .contactUs .contactUsDec>p {
        font-size: 16px;
    }
}

.contactUsMain .contactUs .contactUsDec .contactDetail {
    padding: 0 0 45px;
    gap: 100px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 426px) {
    .contactUsMain .contactUs .contactUsDec .contactDetail  {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
}

.contactUsMain .contactUs .contactUsDec .contactDetail .inquiries p {
    margin: 0 0 20px;
    color: #8a91ad;
}

.contactUsMain .contactUs .contactUsDec .contactDetail .inquiries .info {
    color: #656ae5;
    font-weight: 500;
}

.contactUsMain .contactUs .contactUsDec .ourOfc .ourOfcHead h4 {
    margin: 0 0 55px;
    font-weight: 500;
    color: #161d39;
    font-size: 24px;
}

.contactUsMain .contactUs .contactUsDec .ourOfc .ofcAdd .oneAddPart {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 426px) {
    .contactUsMain .contactUs .contactUsDec .ourOfc .ofcAdd .oneAddPart  {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.contactUsMain .contactUs .contactUsDec .ourOfc .ofcAdd .oneAddPart .ofcAddDetail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #161d39;
    margin: 0 0 10px;
}

.contactUsMain .contactUs .contactUsDec .ourOfc .ofcAdd .oneAddPart .ofcAddDetail p {
    color: #8a91ad;
    line-height: 1.8;
}

/* -------------- contact us Map -------------- */
.contactMapMain .contactMap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

@media (max-width: 768px) {
    .contactMapMain .contactMap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 426px) {
    .contactMapMain .contactMap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }
}

.contactMapMain .contactMap iframe {
    height: 300px;
}