body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    background: radial-gradient(circle at 35% 61%, #0000ff, #0000ff 26%, #878787bb), url("../img/body-bg.webp");
    font-size: 14px !important;
    background-position: 290% 28%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-wrapper {
    min-height: 100vh;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-content {
    position: relative;
}

section.main-heading-text,
section.Email-text,
.email-content {
    max-width: 752px;
}

.email-content::after {
    background: url("../img/arrow.svg");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    top: 6px;
    height: 70px;
    width: 55px;
    filter: invert(1);
    background-size: 75%;
}

.inner-container {
    max-width: 70%;
    margin: 0 auto;
    z-index: 1;
}

.logo img {
    margin: 0 0 2.5rem 0;
    max-width: 180px;
}

h1.big-heading {
    font-size: 6.3rem;
    margin: 0;
    position: relative;
    font-weight: normal;
    line-height: 1;
}

h1.big-heading::before {
    content: "get";
    position: absolute;
    top: -14px;
    font-size: 26px;
    font-style: italic;
    font-family: 'Pacifico', cursive;
    left: -27px;
    transform: rotate(-18deg);
    color: #ffbb40;
    text-transform: capitalize;
}

h4.sm-heading {
    font-size: 1.305rem;
    margin: 1.8rem 0 0.5rem 0 !important;
    padding-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 100;
}

h5.drop-mail {
    font-size: 0.8rem;
    margin-top: 2rem;
}

input#validationCustom01::placeholder {
    color: #b9b9b9;
}

.was-validated .form-control:valid,
.was-validated .form-control:invalid,
.form-control {
    border: none !important;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.email-input-content {
    width: 100%;
}

.email-input-content input {
    border-radius: 0px;
    text-transform: lowercase;
}

.w-100.drop-email-box {
    margin: 0.8rem 0 0rem 0;
}

input.enter-email {
    border: none;
    border-radius: 0px;
    height: 44px;
    display: inline-block;
    color: rgb(34, 34, 34) !important;
    background: #fff;
    border: none;
}

input.enter-email value {
    color: #c7c7c7 !important;
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
}

.btn-default {
    background: #ffbb40 !important;
    width: 100%;
    border-radius: 0px;
    color: #222;
    transform: translateY(0px);
    border: none;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    height: 36px;
    position: relative;
}

.btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffc864;
    color: #000;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

#loader {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

.button_loading {
    font-size: 0;
}

.button_loading #loader {
    display: flex !important;
}

.button_loading_modal #loader {
    display: flex !important;
}

#loader2 {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

form#commentForm2 {
    margin-top: 23px;
}

.button_loading_modal #loader2 {
    display: flex !important;
}

.button_loading:hover {
    display: flex;
}

.button_loading_modal:hover {
    display: flex;
}

img#loader-img {
    width: 36px;
}

.btn-default:hover:before {
    transform: scaleX(1);
}

.email-button {
    max-width: 19rem;
    padding-left: 1.5rem;
}

.email-inut-text {
    margin-top: 0.5rem;
    font-size: 14px;
    opacity: 0.75;
}

section.takeaway-text {
    margin-top: 2rem;
}

.section-right {
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    max-height: 457px;
    overflow: hidden;
    border-radius: 20px;
}

.section-right img {
    box-shadow: 8px 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.more-takeaways {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0 0 0;
    text-align: center;
}

h1.takaway-heading {
    font-size: 30px;
    font-weight: 400;
}

.takeaway-text {
    margin-top: 0.5rem;
    font-size: 16px;
}

.error {
    color: red;
}

.success-msg {
    display: none;
}

.error-msg {
    display: none;
}

section.Email-text .success-msg {
    background: #7ebf00;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 100;
    border: none;
    text-align: center;
    letter-spacing: 0.01rem;
    padding: 0;
}

.success-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #7ebf00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
}

.green-bg {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #ffffff;
}

.success-text {
    color: #363636;
    font-size: 14px;
    letter-spacing: 1px;
}

h5.client_heading {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 7px;
    font-weight: 600;
    color: black;
}

.modal-dialog {
    width: 100%;
    max-width: 870px;
}

img.side_image {
    width: 100%;
    max-width: 365px;
}

label.attributes {
    font-weight: bold;
    margin-bottom: 5px;
}


/* .modal-backdrop.fade.show {
	display: none !important;
} */

.bottom-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.client-section {
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

button.list_redirect {
    background: #ffbb40 !important;
    width: 100%;
    border-radius: 0px;
    color: #222;
    transform: translateY(0px);
    border: none;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    height: 24px;
    max-width: 235px;
    padding: 0 12px 0 12px;
    margin-left: 24px;
}

button.list_redirect:hover:before {
    transform: scaleX(1);
}

button.list_redirect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffc864;
    color: #000;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.heading-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img.hand_img {
    width: 100%;
    max-width: 21px;
}

body.modal-open {
    padding-right: 0px !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}

.client-form .form-control {
    display: block;
    width: 100%;
    padding: .45rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #efefef;
}

.client {
    background: #ffbb40 !important;
    width: 100%;
    border-radius: 0px;
    color: #222;
    transform: translateY(0px);
    border: none;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    height: 36px;
    position: relative;
}

.checkbox_form {
    display: flex;
    margin-top: 30px;
}

label.logic_input {
    font-size: 13px;
    margin-left: 10px;
}

input::placeholder {
    font-size: 12px;
}

.error-msg.alert {
    margin-top: 15px;
}

.success-msg-modal {
    display: none;
}

.success-msg-modal {
    color: #000000;
    background-color: #b4e7c2;
    border: 1px solid #3bb15b;
    margin-top: 22px;
    border-radius: 0.30rem;
}

.green-bg-modal {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.button_loading_modal {
    font-size: 0;
}

.button_loading_modal::before {
    background: url("../img/spinner2.gif") !important;
    width: 32px;
    height: 32px;
}

button.client:hover:before {
    transform: scaleX(1);
}

button.client:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffc864;
    color: #000;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

img.download {
    width: 100%;
    max-width: 12px;
}


/************RESPONISVE CSS STARTS**************/

@media (min-width:1600px) {
    body {
        background: radial-gradient(circle at 28% 60%, #0000ff, #0000ff 22%, #878787bb), url("../img/body-bg.webp");
        background-position: 155% 28%;
        background-size: contain;
    }
}

@media (min-width:1200px) and (max-width:1630px) {
    .inner-container {
        max-width: 70%;
    }
    h1.big-heading::before {
        top: -16px;
    }
    section.main-heading-text,
    section.Email-text,
    .email-content {
        max-width: 530px;
    }
    h1.big-heading {
        font-size: 4.4rem;
    }
    h4.sm-heading {
        font-size: 0.9rem;
    }
}

@media (min-width:1200px) and (max-width:1370px) {
    h1.big-heading {
        font-size: 3.4rem;
    }
    h4.sm-heading {
        font-size: 0.9rem;
        margin: 1.3rem 0 0.5rem 0 !important;
    }
    .more-takeaways {
        margin: 2rem 0 2rem 0;
    }
    .service_icons {
        width: 100%;
        max-width: 34px;
    }
}

@media (max-width:1199px) {
    body {
        background-position: 212% 28%;
    }
    h5.drop-mail {
        font-size: 1rem;
    }
    .section-right img {
        height: auto;
    }
    .logo img {
        margin: 0 0 3rem 0;
    }
    h1.big-heading::before {
        top: -13px;
    }
    section.main-heading-text,
    section.Email-text,
    .email-content {
        max-width: 535px;
    }
    h4.sm-heading {
        font-size: 1.4rem;
        margin: 0rem 0 0.5rem 0;
        padding-right: 1rem;
        margin-top: 1rem;
    }
    .main-wrapper {
        padding: 3.5rem;
    }
    .inner-container {
        max-width: 100%;
    }
    h1.big-heading {
        font-size: 4.5rem;
        margin: 0;
    }
    h1.big-heading {
        line-height: 1.1;
    }
}

@media (min-width:812px) and (max-width:991px) {
    body {
        background: radial-gradient(circle at 35% 61%, #0000ff, #0000ff 26%, #000000bb);
    }
    section.main-heading-text,
    section.Email-text,
    .email-content {
        max-width: 100%;
    }
    h4.sm-heading {
        font-size: 1.3rem;
    }
    h1.big-heading {
        font-size: 5.1rem;
    }
    .more-takeaways {
        margin: 1rem 0 0 0;
    }
}

@media (max-width:768px) {
    body {
        background: radial-gradient(circle at 35% 61%, #0000ff, #0000ff 26%, #000000bb);
    }
    h1.big-heading {
        font-size: 4.5rem;
    }
    h4.sm-heading {
        font-size: 1.5rem;
    }
    section.main-heading-text,
    section.Email-text,
    .email-content {
        max-width: 100%;
    }
    .main-wrapper {
        position: relative;
    }
    .main-wrapper::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.05;
        z-index: -1;
    }
}

@media (max-width:767px) {
    .success-text {
        font-size: 13px;
    }
    .email-input-content {
        width: 100%;
    }
    section.Email-text {
        background: rgb(255 255 255 / 20%);
        margin: 1.5rem 0;
        padding: 1rem;
    }
    .hold {
        display: none;
    }
    .email-inut-text {
        opacity: 1;
        font-size: 4.2vh;
        margin-top: 0;
    }
    body {
        background: radial-gradient(circle at 35% 61%, #0000ff, #0000ff 26%, #000000bb);
    }
    .takeaway-text {
        font-size: 14px;
    }
    h1.big-heading::before {
        font-size: 22px;
    }
    .email-content::after {
        display: none;
    }
    h1.big-heading::before {
        top: -15px;
    }
    h1.big-heading {
        font-size: 3.6rem;
    }
    h4.sm-heading {
        font-size: 2rem;
    }
    h5.drop-mail {
        margin-top: 0;
        text-shadow: 0 2px 5px #606060;
    }
    h4.sm-heading {
        font-size: 3.5vw;
        line-height: 1.3;
        margin-top: 2rem;
        font-weight: normal;
        margin-bottom: 0;
    }
    .logo img {
        margin: 0 0 1.5rem 0;
        max-width: 150px;
    }
    section.takeaway-text {
        margin-top: 0;
    }
    button.arrow-btn {
        background: #ffbb40;
        border: none;
        padding: 0 10px;
        position: relative;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    button.arrow-btn::before {
        position: absolute;
        content: "";
        background: url("../img/right-arrow.svg");
        height: 23px;
        width: 23px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    button.arrow-btn.button_loading::before {
        background: url("../img/spinner2.gif") !important;
        width: 32px;
        height: 32px;
    }
    .arrow-btn {
        width: 40px;
        height: 36px;
    }
    .email-inut-text {
        padding-left: 0;
    }
    section.Email-text .success-msg {
        font-size: 17px;
        font-weight: 100;
        margin: 0;
    }
    .email-button {
        padding-left: 0;
    }
    .modal-dialog {
        width: auto;
        max-width: 751px;
        margin-top: unset;
    }
    .takeaway-img img {
        max-height: 30px;
        max-width: 30px;
    }
    .bottom-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    button.list_redirect {
        margin-left: unset;
        line-height: 14px;
        font-size: 11px;
        padding: 3px 12px 3px 12px;
        height: 36px;
    }
    label.logic_input {
        font-size: 13px;
        margin-left: 10px;
        margin-top: 16px;
    }
}

@media (max-width:576px) {
    section.Email-text .success-msg {
        font-size: 13px;
        font-weight: 100;
        text-align: center;
        margin: 0;
    }
    .email-inut-text {
        opacity: 1;
        font-size: 1.8vh;
    }
    h4.sm-heading {
        font-size: 4.4vw;
    }
    h1.takaway-heading {
        font-size: 20px;
    }
    section.takeaway-text {
        margin-top: 0;
    }
    .email-button {
        max-width: 13rem;
        padding-left: 0;
        text-align: center;
    }
    .main-wrapper {
        padding: 1rem;
    }
    h1.big-heading {
        font-size: 8.8vw;
        letter-spacing: 1px;
    }
    h1.big-heading::before {
        top: -20px;
    }
    .logo img {
        margin: 0 0 3rem 0;
    }
    .takeaway-img img {
        max-height: 35px;
    }
    .more-takeaways {
        margin: 01.3rem 0 0 0;
    }
}


/************RESPONISVE CSS ENDS**************/