.contact-banner{
    padding: 100px 0;
}

.contact-title{
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: center;

}

.contact-desc{
    width: 80%;
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: center;
    color: #E0E0E0;
}

@media(max-width:768px){
    .contact-desc {
        width: 100%;
    }

    .contact-title {
        font-size: 33px;
        line-height: 45px;
    }
}

/* Love To Help */

.lth-main-section{
    padding-bottom: 100px;
}

.lth-title{
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: left;
    color: #ffffff;
}

.lth-desc{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    color: #E0E0E0;
}

.lth-num-add-icon {
    background: #F77900;
    padding: 10px;
    border-radius: 50px;
    margin-right: 20px;
}

.lth-icon-text {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.05px;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.form-main-div{
    background-color: #122312;
    border-radius: 14px;
    padding: 35px;
}

.form-fields{
    border-radius: 6px !important;
    padding: 17px 17px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
}

.form-fields::placeholder{
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    color: #999999;
}

.lth-submit{
    border-color: #F77900 !important;
    background-color: #F77900;
    border-radius: 8px;
    padding: 12px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: center;
}

.lth-submit:hover{
    background-color: #F77900;
    border-color: #F77900 !important;
}

@media(max-width: 768px){
    .lth-main-section {
        padding-bottom: 60px;
    }

    .lth-title {
        font-size: 33px;
        line-height: 45px;
    }

    .lth-icon-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width: 567px){
    .form-main-div{
        padding: 15px;
    }

    .form-main-div {
        padding: 15px;
    }

    .form-fields {
        padding: 10px;
    }

    .lth-submit {
        font-size: 16px;
        font-weight: 500;
    }
}

/* Map CSS */


.contact-maps-section {
    margin-bottom: 100px;
}

.contact-map-title {
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.contact-map-desc {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #E0E0E0;
}

@media(max-width: 768px){
    .contact-maps-section {
        margin-bottom: 60px;
    }
}

@media(max-width: 698px){
    .contact-map-desc {
        width: 100%;
    }

    .contact-maps-section iframe {
        height: 300px !important;
    }
}