/* .footer-form_contact{
    background: #000929;
    padding: 50px 15px;
}
.footer-form_contact .form-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-form_contact .head h2,
.footer-form_contact .head p{
    color: white;
    text-align: center;
    margin-bottom: 5px;
}
.footer-form_contact .form-wrap .left-form{
    width: 100%;
}

.footer-form_contact .form-wrap .left-form form{
    margin-top: 16px;
}
.footer-form_contact .form-wrap .left-form form .half-field{
    width: 100%;
}
.footer-form_contact .form-wrap .left-form form .full-field{
    width: 100%;
}
.footer-form_contact .form-wrap .left-form form .text-fields{
    display: flex;
    row-gap: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer-form_contact .left-form form .text-fields input,
.footer-form_contact .left-form form .text-fields textarea,
.footer-form_contact .left-form form .text-fields select{
    height: 40px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #9EA5B280;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.footer-form_contact .left-form form .text-fields textarea{
    margin-top: 10px;
}
.footer-form_contact .left-form form .text-fields input::placeholder,
.footer-form_contact .left-form form .text-fields textarea::placeholder,.footer-form_contact .left-form form .text-fields select::placeholder{
    color: white;
}
.footer-form_contact .left-form form .text-fields select option {
    color: var(--black-text);
    font-weight: 500;
  }
.footer-form_contact .left-form form h5{
    font-size: 17px;
    font-weight: 500;
    color: white;
    margin-bottom: 18px;
    text-align: center;
}
.footer-form_contact .left-form form .check-field{
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-form_contact .left-form form .check-field input[type="checkbox"]{
    accent-color: white;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
}
.footer-form_contact .left-form form .check-field .checkmark{
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    border: 1px solid white;
    border-radius: 3px;
}
.footer-form_contact .left-form form .check-field .checkmark::after{
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-form_contact .left-form form .check-field input[type="checkbox"]:checked ~ .checkmark::after{
    display: block;
}
.footer-form_contact .left-form form .check-field .checks-wrap{
    width: 46%;
    display: flex;
}
.footer-form_contact .left-form form .check-field label{
    color: white;
    font-size: 15px;
    line-height: 1.4;
    width: 96%;
    padding-left: 25px;
    position: relative;
}
.footer-form_contact .left-form form .button-wrapper{
    display: flex;
    justify-content: center;
}
.footer-form_contact .left-form form .footer-submit{
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    padding: 9px 46px;
    justify-content: center;
}
.footer-form_contact .left-form form .footer-submit svg{
    fill: white;
    width: 25px;
    margin-left: 3px;
}

.footer-form_contact .form-wrap .right-contact .contact-wrapper{
    width: 100%;
    background: #53247D;
    padding: 22px;
    border-radius: 20px;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul{
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li{
    display: flex;
    column-gap: 18px;
    flex-wrap: wrap;
    color: white;
    margin-bottom: 20px;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li img{
    width: 36px;
    height: fit-content;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts{
    width: 80%;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts p{
    color: white;
    font-size: 16px;
}
.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts a{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.footer-form_contact .right-contact .contact-wrapper .map-wrap iframe{
    width: 100%;
    height: 224px;
}

@media screen and (min-width:576px){}
@media screen and (min-width:768px){
    .footer-form_contact .form-wrap .left-form form .half-field{
        width: 47.5%;
    }
    .footer-form_contact .left-form form .check-field .checks-wrap{
        width: 32%;
        display: flex;
    }
}
@media screen and (min-width:1024px){
    .footer-form_contact .head h2, .footer-form_contact .head p {
        text-align: left;
    }
    .footer-form_contact{
        padding: 50px 30px;
    }
    .footer-form_contact .form-wrap .left-form{
        width: 59%;
    }
    .footer-form_contact .form-wrap .right-contact{
        width: 36%;
        margin-top: 0;
    }
    .footer-form_contact .left-form form .button-wrapper {
        display: flex;
        justify-content: flex-start;
    }
    .footer-form_contact .left-form form h5 {
        text-align: left;
    }
    .footer-form_contact .left-form form .footer-submit{
        margin: 20px 0 0 0;
    }
}
@media screen and (min-width:1440px){
    .footer-form_contact{
        padding: 50px 0;
    }
    .footer-form_contact .form-wrap .right-contact .contact-wrapper{
        padding: 34px;
    }
} */

/* ---------------- New Design ----------------- */
.footer-form_contact {
    background: #000929;
    padding: 50px 15px;
}

.footer-form_contact .form-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.footer-form_contact .head h2,
.footer-form_contact .head p {
    color: white;
    text-align: center;
    margin-bottom: 5px;
}

.footer-form_contact .form-wrap .left-form {
    width: 100%;
    /* background: #53247D; */
    /* border-radius: 20px; */
    padding: 20px;
    order: 1;
}

.footer-form_contact .form-wrap .left-form form {
    margin-top: 16px;
}

.footer-form_contact .form-wrap .left-form form .half-field {
    width: 100%;
}

.footer-form_contact .form-wrap .left-form form .full-field {
    width: 100%;
}

.footer-form_contact .form-wrap .left-form form .text-fields {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer-form_contact .left-form form .text-fields input,
.footer-form_contact .left-form form .text-fields textarea,
.footer-form_contact .left-form form .text-fields select {
    height: 40px;
    width: 100%;
    background: none;
    /* border: none; */
    border: 1px solid #ffffff;
    border-radius: 7px;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
    height: 50px;
    font-size: 15px;
}

.footer-form_contact .left-form form .text-fields textarea {
    /* margin-top: 10px; */
    padding: 12px 15px;
}

.footer-form_contact .left-form form .text-fields input::placeholder,
.footer-form_contact .left-form form .text-fields textarea::placeholder,
.footer-form_contact .left-form form .text-fields select::placeholder {
    color: white;
}

.footer-form_contact .left-form form .text-fields select option {
    color: var(--black-text);
    font-weight: 500;
}

.footer-form_contact .left-form form h5 {
    font-size: 17px;
    font-weight: 500;
    color: white;
    margin-bottom: 18px;
    text-align: center;
}

.footer-form_contact .left-form form .check-field {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-form_contact .left-form form .check-field input[type="checkbox"] {
    accent-color: white;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
}

.footer-form_contact .left-form form .check-field .checkmark {
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    border: 1px solid white;
    border-radius: 3px;
}

.footer-form_contact .left-form form .check-field .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-form_contact .left-form form .check-field input[type="checkbox"]:checked~.checkmark::after {
    display: block;
}

.footer-form_contact .left-form form .check-field .checks-wrap {
    width: 46%;
    display: flex;
}

.footer-form_contact .left-form form .check-field label {
    color: white;
    font-size: 15px;
    line-height: 1.4;
    width: 96%;
    padding-left: 25px;
    position: relative;
}

.footer-form_contact .left-form form .button-wrapper {
    display: flex;
    justify-content: center;
}

.footer-form_contact .left-form form .footer-submit {
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    padding: 9px 46px;
    justify-content: center;
}

.footer-form_contact .left-form form .footer-submit svg {
    fill: white;
    width: 25px;
    margin-left: 3px;
}

.footer-form_contact .form-wrap .right-contact {
    width: 100%;
    order: 2;
}

.footer-form_contact .form-wrap .right-contact .contact-wrapper {
    width: 100%;
    border-radius: 20px;

}

.footer-form_contact .form-wrap .right-contact .contact-wrapper .detail-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-form_contact .form-wrap .right-contact .contact-wrapper .map-wrap {
    width: 100%;
}


.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li {
    color: white;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li img {
    width: auto;
    height: 34px;
}

.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts {
    width: 100%;
}

.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts p {
    color: white;
    font-size: 16px;
}

.footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li .detail-texts a {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.footer-form_contact .right-contact .contact-wrapper .map-wrap iframe {
    width: 100%;
    height: 300px;
    /* border-radius: 15px; */
    display: block;
}

@media screen and (min-width:576px) {
    .footer-form_contact .right-contact .contact-wrapper .detail-wrap ul li {
        /* width: 32%; */
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .footer-form_contact .form-wrap .left-form form .half-field {
        width: 48.5%;
    }

    .footer-form_contact .left-form form .check-field .checks-wrap {
        width: 32%;
        display: flex;
    }

    .footer-form_contact .form-wrap .right-contact .contact-wrapper {
        display: flex;
        flex-direction: row-reverse;
    }

    .footer-form_contact .form-wrap .right-contact .contact-wrapper .detail-wrap {
        width: 30%;
    }

    .footer-form_contact .right-contact .contact-wrapper .detail-wrap ul {
        gap: 30px;
    }

    .footer-form_contact .form-wrap .right-contact .contact-wrapper .map-wrap {
        width: 70%;
    }

}

@media screen and (min-width:1024px) {
    .footer-form_contact .right-contact .contact-wrapper .map-wrap iframe {
        height: 470px;
    }

    .footer-form_contact .form-wrap .left-form {
        /* width: 48.5%; */
        width: 100%;
        order: 1;
    }

    .footer-form_contact .head h2,
    .footer-form_contact .head p {
        text-align: center;
    }

    .footer-form_contact .left-form form .button-wrapper {
        display: flex;
        justify-content: flex-start;
    }

    .footer-form_contact .left-form form h5 {
        text-align: left;
    }

    .footer-form_contact .left-form form .footer-submit {
        margin: 20px 0 0 0;
    }

    .footer-form_contact .form-wrap .right-contact {
        /* width: 48.5%; */
        width: 100%;
        margin-top: 0;
        order: 2;
    }
}

@media screen and (min-width:1440px) {
    .footer-form_contact {
        padding: 70px 0 50px;
    }

    .footer-form_contact .form-wrap .left-form {
        /* padding: 34px 34px 40px 34px; */
        padding: 0;
    }
}