body {
    position: relative;
}

.intro.find-us {
    padding-top: 70px;
}

.intro h2 .move-right {
    font-style: normal;
    float: right;
}

.intro.find-us h2 {
    max-width: 600px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}

.col-two-form .bg-img {
    position: absolute;
    top: 0px;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.col-two-form {
    padding-top: 0;
}

.col-two-form .bg-img img {
    object-fit: contain;
}

.col-two-form h2 {
    padding-left: 60px;
    font: italic normal bold 76px / 78px Swear Display;
    color: #C4AC47;
}

.col-two-form h2 .exclamation {
    color: #7C001F;
    font: normal normal normal 80px / 90px Intensa;
    position: relative;
}

.col-two-form .top-content .red-bar {
    max-width: 35%;
    margin-bottom: 0;
}

.col-two-form .top-content .red-bar p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.col-two-form .content-wrap {
    padding-left: 60px;
    padding-top: 40px;
}

.col-two-form .content-wrap p {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 20px;
}

.col-two-form .content-wrap a.btn-default {
    margin-top: 40px;
    display: inline-block;
    padding: 17px 30px;
}

.col-two-form .col-lg-6:last-child {
    padding-left: 40px;
}

.col-two-form .form-wrapper {
    max-width: 80%;
    background: #7E131F 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #95959529;
    border-radius: 25px;
    text-align: center;
    padding: 20px 30px 25px;
    height: 100%;
}

.col-two-form .form-wrapper h3 {
    color: #fff;
    max-width: 65%;
    margin: 0 auto;
    font-size: 35px;
}

.col-two-form .form-wrapper p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
}

.col-two-form .form-wrapper #enquiry_form {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.col-two-form .form-wrapper #enquiry_form> :not(.submit_btn) {
    margin-bottom: 10px;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 21px 18px;
}

.col-two-form .form-wrapper #enquiry_form input::placeholder {
    color: #838383;
    font-weight: 200;
}

#enquiry_form #message-box {
    max-height: 202px;
}

#enquiry_form .submit_btn {
    max-width: 30%;
    margin: 40px auto 0;
    text-align: center;
    padding: 10px;
    min-width: 150px;
    outline: none;
    border: none;
}

.col-two-form form#enquiry_form input.error {
    border: 2px solid red !important;
}

.col-two-form .form-wrapper .thankyou_content p {
    font-size: 20px;
    margin-bottom: 0;
}

.form-wrapper.form-submitted {
    height: auto;
}

.form-wrapper.form-submitted form#enquiry_form {
    display: none;
}

.thankyou_content.show_thankyou {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 1001;
}

body.thankYou_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1000;
}

.form-wrapper.form-submitted>h3 {
    display: none;
}

.form-wrapper.form-submitted>p {
    display: none;
}

.map-location .intro-wrap {
    padding-left: 60px;
}

.map-location .intro-wrap h2 {
    max-width: 45%;
    font: italic normal bold 76px / 88px Swear Display;
    color: #C4AC47;
}

.map-location .intro-wrap span {
    color: #7C001F;
    font: normal normal normal 82px / 90px Intensa;
    position: relative;
}

.map-location .intro-wrap .red-bar {
    max-width: 55%;
    margin-bottom: 27px;
    padding: 10px;
}

.map-location .intro-wrap .red-bar p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 24px;
    letter-spacing: 0.03em;
}

.map-location iframe {
    width: 100%;
    height: 550px;
    visibility: visible !important;
}

.map-location .map-wrap a {
    display: none;
}

.map-location .map-wrap img {
    display: none;
}

.map-location .map-wrap {
    margin: 30px 0 50px;
}

.map-location>.red-bar {
    margin-bottom: 0;
}

.map-location>.red-bar p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: 0.03em;
    font-size: 20px;
}

.map-location>p {
    text-align: center;
    margin: 40px 0;
}

.map-location .satelite-view img {
    object-fit: cover;
}

.map-location>p br {
    display: none;
}

@media only screen and (min-width: 1701px) {
    .intro.find-us .bg-img img {
        object-position: bottom;
    }

    .col-two-form {
        max-width: 1700px;
        margin: 0 auto;
    }

    .map-location.find-us {
        max-width: 1700px;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1200px) {
    col-two-form .top-content .red-bar {
        max-width: 55%;
    }

    .col-two-form .col-lg-6:last-child {
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
        padding-right: 60px;
    }

    .col-two-form .form-wrapper h3 {
        max-width: 80%;
    }

    #enquiry_form #message-box {
        max-height: unset;
        height: 100%;
    }

    .col-two-form .top-content .red-bar {
        max-width: 50%;
    }

    .map-location .intro-wrap h2,
    .map-location .intro-wrap .red-bar {
        max-width: 50%;
    }

}



@media only screen and (max-width: 991px) {
    .intro.find-us {
        margin-top: 120px;
        min-height: 400px;
        padding-bottom: 0;
    }

    .intro.find-us .bg-img {
        height: 100%;
    }

    .col-two-form .bg-img {
        top: -80px;
        left: 70%;
        width: 50%;
        height: 60%;
    }

    .col-two-form .top-content .red-bar {
        max-width: 60%;
    }

    .col-two-form .col-lg-6:last-child {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        margin-top: 40px;
    }

    .col-two-form .form-wrapper {
        max-width: 100%;
        width: calc(100% - 60px);
        margin: 0 30px;
        max-height: 87%;
    }

    .col-two-form h2 {
        padding-left: 20px;
        font: italic normal bold 60px / 68px Swear Display;
    }

    .col-two-form h2 .exclamation {
        font: normal normal normal 70px / 80px Intensa;
    }

    .map-location .intro-wrap h2 {
        font: italic normal bold 60px / 68px Swear Display;
    }

    .map-location .intro-wrap span {
        font: normal normal normal 62px / 68px Intensa;
    }

    .map-location .intro-wrap .red-bar {
        padding: 8px;
    }

    .map-location .intro-wrap .red-bar p {
        font-size: 22px;
    }

    .map-location iframe {
        height: 450px;
    }

    .map-location>p {
        margin: 40px 20px;
    }
}



@media only screen and (max-width: 767px) {
    .intro.find-us {
        margin-top: 154px;
        min-height: 280px;
    }

    .intro.find-us .bg-img {
        height: 100%;
    }

    .intro.find-us h2 {
        max-width: 400px;
    }

    .col-two-form h2 .exclamation {
        font: normal normal normal 38px / 40px Intensa;
    }

    .col-two-form .top-content .red-bar {
        max-width: 86%;
        padding: 0 0 0 7px;
    }

    .col-two-form .top-content .red-bar p {
        font-size: 16px;
        line-height: 25px;
    }

    .col-two-form .content-wrap {
        padding: 30px 20px 0;
    }

    .col-two-form .content-wrap p {
        font-size: 16px;
        padding-right: 0;
    }

    .col-two-form .bg-img {
        top: unset;
        left: 10%;
        width: 90%;
        height: 30%;
        bottom: 15%;
    }

    .col-two-form h2 {
        padding-left: 20px;
        font: italic normal bold 42px / 46px Swear Display;
    }

    .col-two-form .form-wrapper {
        padding: 30px 30px;
        margin-top: 100px;
    }

    .col-two-form .content-wrap a.btn-default {
        padding: 17px 20px;
        display: block;
        margin: 30px auto 0;
        letter-spacing: 1.3px;
    }

    .col-two-form .form-wrapper p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-two-form .form-wrapper #enquiry_form> :not(.submit_btn) {
        padding: 10px 14px;
    }

    #enquiry_form .submit_btn {
        max-width: 100%;
        margin: 20px auto 0;
        width: 100%;
    }

    .col-two-form .form-wrapper h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 29px;
        max-width: 100%;
    }

    #enquiry_form #message-box {
        height: 100%;
        max-height: 120px;
    }

    .map-location .intro-wrap {
        padding-left: 0;
    }

    .map-location .intro-wrap h2 {
        font: italic normal bold 30px / 40px Swear Display;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .map-location .intro-wrap h2 br {
        display: none;
    }

    .map-location .intro-wrap span {
        font: normal normal normal 41px / 49px Intensa;
        margin-left: 7px;
    }

    .map-location .intro-wrap .red-bar {
        padding: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .map-location .intro-wrap .red-bar p {
        font-size: 16px;
    }

    .map-location iframe {
        height: 300px;
    }

    .map-location>.red-bar {
        padding: 5px;
    }

    .map-location>.red-bar p {
        font-size: 16px;
        line-height: 25px;
    }

    .map-location>p {
        margin: 25px 20px;
        text-align: left;
    }

    .map-location>p br {
        display: block;
    }

    .col-two-accordion.find-us h2 em {
        display: block;
        float: right;
        font: italic normal bold 28px / 34px Swear Display;
        margin-left: 5px;
    }

    .col-two-accordion.find-us h2 {
        display: flex;
        margin-bottom: 0;
    }
}



@media only screen and (max-width: 360px) {
    .intro.find-us {
        min-height: 220px;
    }

    .col-two-form .top-content .red-bar p {
        font-size: 14px;
    }

    .col-two-form .content-wrap p {
        font-size: 14px;
    }

    .col-two-form .content-wrap a.btn-default {
        padding: 14px 20px;
    }

    .col-two-form .form-wrapper h3 {
        font-size: 20px;
        max-width: 100%;
    }

    .col-two-form .form-wrapper {
        padding: 25px 20px 30px;
    }

    #enquiry_form #message-box {
        max-height: 150px;
    }

    .map-location .intro-wrap h2 {
        font: italic normal bold 36px / 38px Swear Display;
    }

    .map-location .intro-wrap span {
        font: normal normal normal 36px / 38px Intensa;
    }

    .map-location .intro-wrap .red-bar p {
        font-size: 16px;
    }

    .map-location iframe {
        height: 200px;
    }

    .map-location .map-wrap {
        margin: 20px 0 30px;
    }

    .map-location>p {
        margin: 15px 20px;
        font-size: 14px;
    }
}