.contactUs_main h1{
    font-family: 'Headline One';
    font-size: 50px;
    margin-bottom: 50px;
}
.contactUs_main .main_form p {
    margin-bottom: 0px;
}
.contactUs_main input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contactUs_main select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.device-type {
    padding: 10px 0 30px;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000000;
    border-top: 0px;
    border-left: 0px;
    margin-bottom: 50px;
    border-right: 0px;
}
.contactUs_main .wpcf7-not-valid-tip{
    margin-top: -45px;
    margin-bottom: 50px;
}
::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
  }
.contactUs_main .main_form{
    margin-right: 30px;
}
.contactUs_main .contact_details a{
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat';
}
.contact_details{
    display: flex;
    gap: 20px;
}
.contact_details img{
 width: 20px;
}
.contactUs_main .contact_details .fb img{
    width: 10px;
    height: 20px;
}
.contactUs_main .contact_details .fb a, .contactUs_main .contact_details .laz a, .contactUs_main .contact_details .shopee a {
    text-decoration: underline;
}
.contact_details .phone, .contact_details .fb, .contact_details .laz, .contact_details .shopee{
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact_details .inner-flex{
    display: flex;
    flex-direction: column;
}
.contactUs_main{
    padding: 100px 0;
}
.contactUs_main iframe{
    height: 100%;
    width: 100%;
}
.contactUs_main input[type="submit"] {
    font-family: 'Avenir-regular';
    background: #39B79C;
    font-weight: lighter;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 0.3s;
    text-decoration: none;
    padding: 15px 30px;
    border: 0;
    color: #fff;
}
.contactUs_main input[type="submit"]:hover{
 background-color: #159B84;
}



.contactUs_main textarea{
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #000000;
    border-top: 0px;
    border-left: 0px;
    height: 70px;
    margin-bottom: 50px;
    border-right: 0px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}

@media screen and (max-width: 1200px) {
    .contactUs_main iframe {
        height: 100%;
        width: 100%;
    }
    .contact_details {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .contactUs_main .contact_details .fb img{
        width: 20px;
    }
}

@media screen and (max-width: 991px){
    .contactUs_main{
        padding: 70px 30px;
    }
    .contact_details {
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .contactUs_main iframe{
        height: 500px;
    }
}

@media screen and (max-width: 767px){
    .contactUs_main .main_form{
        margin-right: 0;
    }
    .contactUs_main{
        padding: 50px 20px;
    }
    .contact_details {
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
    }
}