#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 60%;
    max-width: 100%;
    background-color: #f0f1f2;
    z-index: 1;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
    display: flex;
}

#ouibounce-modal h3 {
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}

#ouibounce-modal .modal-body {
    font-size: .9em;
    display: flex;
}

#ouibounce-modal p {
    color: #fff;
    margin-top: 4px;
}

#ouibounce-modal form {
    text-align: center;
}

#ouibounce-modal form input[type=text] {
    padding: 12px;
    font-size: 14px;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #03abf4;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-modal form input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #03abf4;
    color: #03abf4;
}

#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}


#ouibounce-modal .modal-footer {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.modal-body-left {
    background-image: url("/wp-content/uploads/2023/04/exit-1.png");
    width: 50%;
    padding: 55px 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-contents h2,
.modal-content h2 {
    font-size: 23px;
    font-weight: 500;
    color: #ffff;
    line-height: 1.2;
}

.box-modale {
    position: relative;
}

.modal-body-right {
    padding: 30px;
    width: 50%;
}

.modal-body-right textarea,
.modal-body-right .input input {
    width: 100% !important;
    margin: 10px 0;
    margin: 10px 0;
    padding: 15px 18px !important;
    border-radius: 5px !important;
}

.modal-body-right .input {
    text-align: left;
}

.modal-body-right label.hs-main-font-element,
.modal-body-right label.hs-error-msg {
    color: red;
    text-align: left;
    display: block;
}

.modal-body-right ul {
    margin-left: 25px;
    margin-top: 0;
}

@media (max-width: 1400px) {
    .modal-contents h2,
    .modal-content h2 {
        font-size: 22px;
    }

    #ouibounce-modal .modal {
        width: 70%;
    }
}

@media (max-width: 1300px) {
    .modal-content h2 {
        font-size: 17px;
    }

    #ouibounce-modal .modal {
        width: 70%;
    }
}

@media (max-width: 890px) {
    .modal-content h2 {
        font-size: 15px;
    }
}

.modals {
    width: 60%;
    max-width: 100%;
    background-color: #f0f1f2;
    z-index: 1;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1400px) {
    #ouibounce-modal .modals {
        width: 70%;
    }
}

@media (max-width: 1300px) {
    #ouibounce-modal .modals {
        width: 70%;
    }
}