body .optin-flex {
    padding: 50px;
}

body .optin-flex .optin-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .optin-flex .optin-content .flex-item {
    flex-basis: 50%;
}
body .optin-flex .optin-content .flex-item.optin-full-width {
    flex-basis: 100%;
    text-align: center;
}


body .optin-flex .optin-content .lead-cover img {
    max-width: 80%;
}

body .optin-flex .optin-content .flex-item:first-child {
    padding-right: 15px;
}

body .optin-flex .optin-content .flex-item:last-child {
    padding-left: 15px;
}

body .optin-flex .optin-content .optin-form input {
    height: 50px !important;
}

body .optin-flex .optin-content .optin-form .ginput_container {
    margin-bottom: 0 !important;
}

body .optin-flex .optin-content .optin-form .gform_wrapper .gform_footer {
    margin-top: 15px !important;
}

body .optin-flex .optin-content h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

body .optin-flex .optin-content h3, 
body .optin-flex .optin-content h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.booking-container {
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.booking-container .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.booking-container .inner h2, 
.booking-container .inner h3 {
    margin:5px;
}
.booking-container .inner h2 {
    max-width: 800px;
    font-weight: 400;
    margin: 0 auto;
}
.booking-container .inner h1 {
    font-size: 67px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    line-height: 1.2em;
    margin: 10px;
}
.booking-container .inner a {
    color: inherit;
    margin-top: 20px !important;
}
.booking-container .btn-boooking {
    margin-top: 50px !important;
}
.booking-container .btn-boooking a {
    padding: 15px 20px !important;
    border: 1px solid #C8140F;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
    background-color: #C8140F;
    color: #fff;
}

@media (max-width: 768px) {
.booking-container {
    height: auto;
    padding: 50px 0;
}
.booking-container .inner h1 {
font-size: 45px;
}
.booking-container .inner h2 {
    font-size: 20px;
}
.booking-container .inner h3 {
    font-size: 18px;
}
.booking-container .inner {
    padding: 0 20px; 
}
.booking-container .btn-boooking a {
    font-size: 18px;
}
}

@media (max-width: 768px) {
    body .optin-flex .optin-content {
        flex-direction: column;
        text-align: center;
    }
    
    body .optin-flex .optin-content .lead-cover img {
        text-align: center;
        margin-top: 15px;
    }

    body .optin-flex .optin-content .flex-item {
        flex-basis: 100%;
    }
}

@media (max-width: 680px) {
    body .optin-flex .optin-content h1 {
        font-size: 50px;
        line-height: 50px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }
}