.contactForm {
    margin-top: 50px;
}

.contactForm .main_form_holder {
    margin: 0px 5%;
    position: relative;
}

.contactForm .contact_address_holder {
    background: transparent
        linear-gradient(
            199deg,
            #387138 0%,
            #287828 47%,
            #0a680a 80%,
            #0f300f 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 30px 30px;
    border-radius: 5px;
    height: 100%;
}

.contactForm .heading_holder {
    margin-bottom: 50px;
}

.contactForm .heading_holder h5 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.contact_address_holder .text_holder {
    margin-bottom: 30px;
    display: flex;
}

.contact_address_holder .text_holder .icon_holder {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_address_holder .text_holder .icon_holder .contact_icon {
    font-size: 14px;
    color: #2e7826;
    font-weight: 100;
}

.contact_address_holder .text_holder .info_holder {
    margin-left: 12px;
}

.contact_address_holder .text_holder .info_holder h4 {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    opacity: 1;
}

.contact_address_holder .text_holder .info_holder p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    opacity: 1;
}

.contactForm .contactForm_holder {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 40px 40px;
    height: 100%;
}

.contactForm .map_holder {
    margin-top: -45px;
}

.contactForm .map_holder .gmap_canvas .gmap_iframe {
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 500px;
    border-radius: 14px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .contactForm .contact_address_holder {
        padding: 10px;
    }

    .contact_address_holder .text_holder .info_holder h4 {
        font-size: 14px;
    }

    .contact_address_holder .text_holder .info_holder p {
        font-size: 12px;
    }

    .contact_address_holder .text_holder .icon_holder {
        width: 20px;
        height: 20px;
    }

    .contactForm .heading_holder {
        margin-bottom: 30px;
    }

    .contact_address_holder .text_holder .icon_holder .contact_icon {
        font-size: 10px;
    }

    .contact_address_holder .text_holder {
        margin-bottom: 10px;
    }

    .contactForm .contactForm_holder {
        padding: 10px;
        margin-top: 20px;
    }

    .Form_holder .form-label {
        font-size: 15px;
    }

    .Form_holder .form-control {
        margin-bottom: 20px;
    }

    .contactForm_holder .modal_btn_holder {
        margin-top: 20px;
    }

    .contactForm_holder .modal_btn_holder .continue_btn {
        padding: 4px 29px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contactForm .contact_address_holder {
        padding: 20px;
    }

    .contact_address_holder .text_holder .info_holder h4 {
        font-size: 14px;
    }

    .contact_address_holder .text_holder .info_holder p {
        font-size: 12px;
    }

    .contact_address_holder .text_holder .icon_holder {
        width: 20px;
        height: 20px;
    }

    .contactForm .heading_holder {
        margin-bottom: 30px;
    }

    .contact_address_holder .text_holder .icon_holder .contact_icon {
        font-size: 10px;
    }

    .contact_address_holder .text_holder {
        margin-bottom: 10px;
    }

    .contactForm .contactForm_holder {
        padding: 20px;
    }

    .Form_holder .form-label {
        font-size: 15px;
    }

    .Form_holder .form-control {
        margin-bottom: 20px;
    }

    .contactForm_holder .modal_btn_holder {
        margin-top: 20px;
    }

    .contactForm_holder .modal_btn_holder .continue_btn {
        padding: 4px 29px;
    }
}

/* @media (min-width: 768px) and (max-width: 991px) {
    .contact_address_holder .text_holder .info_holder p {
        font-size: 12px;
    }

    .contact_address_holder .text_holder .info_holder h4 {
        font-size: 15px;
    }
} */
