.heading {
    font-size: 6.25rem;
    line-height: 7.125rem;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    margin-bottom: 80px;
    margin-top: 36px;
}
.contact-hq {
    text-transform: uppercase;
    color: #1C1B1B;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
}
.contact-info {
    color: #1C1B1B;
    font-family: Poppins-Regular, sans-serif;
    font-size: 14px;
}
.contact-details {
    margin-bottom: 40px;
}
main form {
    position: relative;
    padding: 40px;
    border: 1px solid #707070;
}
.form-heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
    flex-wrap: wrap;
}
.form-heading-container .form-heading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
}
.form-heading-container .form-required-legend {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    color: #1C1B1B;
}
form .form-group {
    margin-bottom: 40px;
}
main form input.form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    border: 1px solid #707070;
}
main form textarea {
    border: 1px solid #707070;
}
main form input.form-control, main form input.form-control::placeholder,
main form textarea.form-control, main form textarea.form-control::placeholder {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    color: #1C1B1B;
}
form .headquarters .row .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins-SemiBold, sans-serif;
    box-shadow: none;
    width: 100%;
    position: relative;
}


form .headquarters .row {
    margin-left: 0;
    margin-right: 0;
}
form .headquarters .row .btn:not(.active) {
    color: #888888;
}
form .headquarters .row .btn.active, form .headquarters .row .btn:hover {
    background-color: #FFFFFF;
    color: #1C1B1B;
}
form .headquarters .row .btn.active:after, form .headquarters .row .btn:hover:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
border: 1px solid #1C1B1B;
top: 0;
left: 0;
}

.submit-btn span:after {
    width: 24px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    right: -29px;
}
.submit-btn:hover {
    background-color: #393939;
}
.submit-btn:hover span {
    font-family: Poppins-Bold, sans-serif;
}
.submit-btn span {
    color: #FFFFFF;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    position: relative;
}
.submit-btn {
    position: relative;
    border-radius: 0;
    background-color: #1C1B1B;
    min-width: 150px;
    min-height: 55px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
form .text-container {
    margin-bottom: 46px;
}
textarea.form-control {
    min-height: 300px;
    border: 0;
    border-radius: 0;
}
.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
form .headquarters .col-lg-4 {
    padding: 0;
}

.success_msg
{
    background: #000;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
   .desktop:not(header):not(footer .desktop) {
        display: none;
    }
    .heading {
        font-size: 60px;
        line-height: 70px;
    }
    .form-heading-container .form-heading {
        margin-bottom: 20px;
    }
    main form {
        padding: 40px 24px 0 24px;
    }
    .btn-container {
        position: relative;
    }
}
@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none;
    }
}