.getintouch_list .getintouch_img {
    border-radius: 70px;
    /* width: min(max(2.5rem, 3.854vw), 4.625rem);
    height: min(max(2.5rem, 3.854vw), 4.625rem); */
    height: 75px !important;
    width: 75px !important;
    background: #F7D255;
    /* padding: min(max(.75rem, 18.01px), 1.125rem); */
    padding: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.getintouch_list .getintouch_img img {
    width: 100%;
}

.getintouch_number {
    display: flex;
    flex-direction: column;
}

.getintouch_number br{
    display: none;
}

.getintouch_list {
    gap: 20px;
    margin-bottom: min(max(1.25rem, 2.083vw), 2.5rem);
}

.getintouch_list .getintouch_content {
    width: 100%;
    flex: 1;
}

/* form */
.input-data {
    margin-bottom: 24px;
    margin-bottom: min(max(0.9375rem, 1.25vw), 1.5rem);

}

.form_inner .input-data input {
    width: 100%;
    height: 60px;
    height: min(max(2.8125rem, 3.125vw), 3.75rem);
    border-radius: min(max(.9375rem, 2.604vw), 3.125rem);
    border: 1px solid #BEBEBE;
    background: #FFF;
    padding-left: 25px;
    padding-left: min(max(.9375rem, 1.302vw), 1.5625rem);
    font-size: 1rem;
    box-shadow: 22px 22px 22px 0 rgba(0, 0, 0, 0.05);
    outline: none;
}

.form_inner .input-data > span span {
    padding-left: 25px;
}

.form_inner .input-data input.wpcf7-validates-as-number{
    padding-right: 15px;
}

.form_inner .input-data select{
    width: 100%;
    height: 60px;
    height: min(max(2.8125rem, 3.125vw), 3.75rem);
    border-radius: min(max(.9375rem, 2.604vw), 3.125rem);
    border: 1px solid #BEBEBE;
    background: #FFF;
    padding-left: 25px;
    padding-left: min(max(.9375rem, 1.302vw), 1.5625rem);
    font-size: 1rem;
    box-shadow: 22px 22px 22px 0 rgba(0, 0, 0, 0.05);
    outline: none;
    position: relative;
    
}

.form_inner .select-box-data{
    position: relative;
}


.form_inner .select-box-data select{
appearance: none;
}

.date-picker-data input{
    padding-right: 20px;
}


.form_inner .select-box-data::before{
   content: "";
   background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219668 0.219668C0.512558 -0.0732225 0.987438 -0.0732225 1.28033 0.219668L5.75 4.6893L10.2197 0.219668C10.5126 -0.0732225 10.9874 -0.0732225 11.2803 0.219668C11.5732 0.512558 11.5732 0.987437 11.2803 1.2803L6.2803 6.2803C6.1397 6.421 5.9489 6.5 5.75 6.5C5.5511 6.5 5.3603 6.421 5.2197 6.2803L0.219668 1.2803C-0.0732225 0.987437 -0.0732225 0.512558 0.219668 0.219668Z" fill="%236D757E"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 1.1458vw;
    z-index: 1;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

::placeholder {
    font-size: 1rem;
}

.input-data.input-data-full {
    width: 100%;
}

.input-data textarea {
    height: min(max(4.8125rem, 9.01vw), 10.75rem);
    ;
    width: 100%;
    resize: none;
    border-radius: min(max(0.625rem, 1.042vw), 1.25rem);
    padding-left: 25px;
    padding-left: min(max(.9375rem, 1.302vw), 1.5625rem);
    outline: none;
    padding-top: 14px;

}

.invest__now_contect_section {
    margin-top: min(max(3.75rem, 5.208vw), 6.25rem);
}

@media screen and (max-width: 767px) {
    .input-data {
        width: 100%;
    }
}

.map_img {
    height: 100%;
    width: 100%;

}

.location_icon svg {
    border-radius: 50%;
    height: min(max(1.25rem, 2.083vw), 2.5rem);
    width: min(max(1.25rem, 2.083vw), 2.5rem);
}

.location_icon {
    width: min(max(2.5rem, 3.854vw), 4.625rem);
    height: min(max(2.5rem, 3.854vw), 4.625rem);
    background-color: #F7D255;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.embed-map-container {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 450px;
    height: min(max(15.625rem, 23.438vw), 28.125rem) !important;
    border-radius: 20px;
    aspect-ratio: 389/102;
}

.location_adresss p {
    font-style: normal;

}

.location-img {
    filter: invert(62%) sepia(74%) saturate(603%) hue-rotate(2deg) brightness(97%) contrast(92%);
    text-decoration: underline;
}

.our_location_text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: min(max(.625rem, 1.25rem), 1.25rem);
}

.our_location__inner_text {
    align-items: center;
}

.primaryy_btn_icon img {
    width: 12px;
    height: 12px;
}

.embed-map-fixed {
    position: relative;
    text-align: right;
    width: 100%;
    height: auto;
}

.embed-map-container {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
    height: min(max(12.5rem, 20.833vw), 25rem);
}

.embed-map-frame {
    width: 100% !important;
    height: min(max(15.625rem, 23.49vw), 28.1875rem) !important
}

.getintouch_form.get__touch_contactus{
    width: 100%;
    max-width: 100%;
}


@media screen and (max-width: 1199px) {
    .our_location_text {
        flex-direction: column;
    }

    .our_location_btn {
        margin-top: 10px;
    }

    .our_location__inner_text {
        align-items: start;
    }

    .getintouch_form {
        max-width: 60%;
    }

.form_inner .select-box-data::before{
    top: 1.5458vw;
}

.date-picker-data input {
    padding-right: 12px;
}


.getintouch_list .getintouch_img {
    height: 60px !important;
    width: 60px !important;
    padding: 14px !important;
}


}

@media screen and (max-width: 991px) {


    .form_inner .select-box-data::before{
        top: 2.1458vw;
    }

    .our_location_text {
        width: 90%;
        flex-direction: column;
    }

    .getintouch_form {
        margin-top: 40px;
    }

    .getintouch_form {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .our_location_text {
        display: flex;
        justify-content: space-between;
        width: 90%;
        flex-direction: column;
    }

    .getintouch_list .getintouch_img {
    height: 45px !important;
    width: 45px !important;
    padding: 10px !important;
}

    .form_inner .select-box-data::before{
        top: 4.1458vw;
    }

    .getintouch_form {
        margin-top: 2.5rem;
    }

    .getintouch_form .form {
        margin-top: 2.5rem;
    }

    .our_location_section {
        padding-top: 30px;
    }
}
/* Open Button */