.contact-us h1 {
    color: #0D022B;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact-us p {
    color: #0D022B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.contact-us h3 {
    color: #EC3116;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
}
.contact-us span {
    color: #0D022B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    padding-left: 0.5em;
}
.contact-us h5 {
    color: #0D022B;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
}
.contact-us .trusted-box {
    border-radius: 2.70831rem;
    border: 1px solid rgba(201, 207, 203, 0.45);
    background: #FFF;
    box-shadow: 0px 16px 36px -12px rgba(75, 20, 12, 0.15);
}
.contact-us .form-control {
    margin-top: 1em;
    border-radius: 0.5rem;
    border: 1px solid #E6E6E6;
    background: #FFF;
}
.contact-us .form-label {
    color: #0D022B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.contact-us .box-form {
    padding: 2em;
    border-radius: 0.5rem;
    border: 1px solid rgba(201, 207, 203, 0.54);
    background: #FFF;
    box-shadow: 54px 102px 32px 0px rgba(0, 0, 0, 0.00), 35px 65px 29px 0px rgba(0, 0, 0, 0.01), 20px 37px 25px 0px rgba(0, 0, 0, 0.05), 9px 16px 18px 0px rgba(0, 0, 0, 0.09), 2px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.contact-us .blur-img {
    position: absolute;
    right: 0;
    bottom: 20em;
    max-width: 100%;
    z-index: -1;
}
.contact-us .arrow-black-div {
    display: none;
}
@media (max-width: 768px) {
    .contact-us h1 {
        color: #0D022B;
        text-align: center;
        font-family: Epilogue, serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .contact-us p {
        color: #0D022B;
        text-align: center;
        font-family: Epilogue, serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    .contact-us h3 {
        color: #EC3116;
        font-family: Epilogue, serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
    }
    .contact-us span {
        color: #0D022B;
        font-family: Epilogue, serif;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
    }
    .contact-us .box-form {
        padding: 0 0.5em;
        box-shadow: unset;
        border: unset;
        border-radius: unset;
    }
    .contact-us .arrow-black-div {
        display: inline-flex;
    }
    .contact-us .box-form .btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
    }
    .contact-us .google-map {
        height: 22.8125rem;
    }
    .contact-us .blur-img {
        top: 0;
        left: -20em;
    }
}
