.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-44px {
    margin-top: 44px;
}

.mt-46 {
    margin-top: 46px;
}

.pr-5vw {
    padding-right: 5vw;
}

.contactform_Wrapper {
    min-height: 100vh;
}
.contactform_Wrapper .detail-pg{
    padding-left: 0px;
}

/* .contact_Info_area {
    background: linear-gradient(52deg, #2AABF0 27.19%, #0049A0 91.37%);

} */

.contact_info_wrapper {
    padding: 45px 60px;
    padding-right: 5vw !important;
}

.contact_sect2 {
    height: 100% !important;
    min-height: 100vh;
}

.contact_sect2 .gallery {
    width: 100%;
    min-height: 100vh;
}

.contact_sect2 .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: inherit;
}

.h-inherit {
    height: inherit;
}

.contact_sect1 {
    width: 45%;
}

.contact_sect2 {
    width: 46%;
    margin-left: auto;

}

.content_warpper {
    display: flex;
    justify-content: space-between;

}

.about_content_info .contact_h {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.about_content_info .about-section-para {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.about-section-para a {
    text-decoration: underline;
    color: #fff;
}

.content_warpper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 32px;

}

.section-divider {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 32px;
}



.form-request .wpforms-container-full label.wpforms-field-label {
    color: #006699 !important;
    font-weight: 400 !important;
    margin-bottom: 7px !important;
}

.form-request .wpforms-container-full .wpforms-field-large {
    height: 55px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    background-color: transparent;
}

.form-request .wpforms-container-full .wpforms-field-btn {
    height: 55px !important;
    background: linear-gradient(122deg, #4ADEDE 18.8%, #7BD5F5 69.63%) !important;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
    color: #004365 !important;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-request .wpforms-container-full .form-request .wpforms-field-large::-webkit-input-placeholder,
.form-request .wpforms-container-full .form-request .wpforms-field-large:-ms-input-placeholder,
.form-request .wpforms-container-full .form-request .wpforms-field-large::placeholder {
    color: #373534 !important;
}

.form-request .wpforms-container-full .wpforms-datepicker-wrap::before {
    content: "";
    background-image: url("../images/forms/calendar.svg");
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 100%;
    line-height: 55px;
    z-index: -1;
}

.form-request .wpforms-container-full .wpforms-field-select select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.form-request .wpforms-container-full .wpforms-field-select select {
    background-image: url("../images/forms/Polygon 4.svg");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 15px;
    line-height: 20px;
}

.form-request .wpforms-container-full .wpforms-field-phone .iti__flag-container {
    padding-left: 24px !important;
}

/**Confirm Modal Popup**/
.confirmmodal {
    padding: 24px;
    text-align: center;
    margin: auto;
}

.confirmmodal .confirmheading {
    color: #373534;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4px;
}

.confirmmodal .confirmpara {
    color: #373534;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 679px;
    margin-bottom: 20px;
}

.confirmmodal .btn-confirm {
    border-radius: 6px;
    background: linear-gradient(122deg, #4ADEDE 18.8%, #7BD5F5 69.63%);
    padding: 16px 117px;
    border: 0;
    color: #004365;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 1164px) {
    .contact_divide_ratio .contact_sect1 .pl-5vw{
        padding-left: 24px !important;
    }
 
}

@media (max-width: 991px){
    .contact_sect1 {
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-bottom: 68px;
    }
    .contact_divide_ratio .contact_sect1 .pl-5vw{
        padding-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .confirmmodal .btn-confirm {
        padding: 16px 80px;
    }
    .content_warpper {
        display: grid;
        grid-template-columns: auto;
        gap: auto;
        margin-bottom: 32px;

    }
  
    .contact_sect1 {
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .contact_sect2 {
        width: 100%;
        margin-top: 24px;
    }
    .contact_info_wrapper {
        padding: 45px 24px;
    }
    .contactform_Wrapper .detail-pg{
        padding-left: 0px;
    }
    .contactform_Wrapper .conservation_para_section{
        padding-left: 0px !important;
        
    }
    .contact_sect2 .gallery {
        padding-top: 28px;
    }
    .content_warpper {
        display: flex;
        grid-template-columns: auto;
        gap: auto;
        margin-bottom: 32px;
        flex-direction: column;
    }
    .contact_Info_area .section-divider{
        margin-bottom: 0px;
    }
 
    .contact_info_wrapper .content_warpper:last-child .section-divider:last-child{
        display: none !important;
    }
    
    
}

