.popup-content {
    background: #ffffff;
    border: 1px solid #ffffff;
    overflow: hidden;
}

.popup-content button.close {
    z-index: 9999999999;
}

#modalLeadPopRow {
    padding: 2.2rem 4rem 0rem 2rem;
}

#modalLeadPopForm {
    margin: 3rem 0 2rem 0;
}

#leadPopBodyText {
    margin: 0rem 0px 2rem 0px;
}

p b {
    color: #242221;
}

.exit-intent-popup {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-content p {
    color: #52B8F6;
    font-size: 1.5vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2vw;
}

.popup-content h2 {
    font-size: 2.5vw;
}

.mb-l-dynamic {
    margin-bottom: 3vw;
}

.mt-l-dynamic {
    margin-top: 3vw;
}

.mb-m-dynamic {
    margin-bottom: 1.5vw;
}

.mt-m-dynamic {
    margin-top: 1.5vw;
}

.mb-s-dynamic {
    margin-bottom: .75vw;
}

.mt-s-dynamic {
    margin-top: .75vw;
}

.popup-content button {
    margin: 1vw;
    margin-bottom: 0;
    margin-right: 1.5vw;
}

.popup-content .img-col {
    margin: 0;
    padding: 0;
}

.popup-content img {
    width: 100%;
}

.popup-content a {
    text-decoration-line: none;
    color: #1d77c5;
}

.popup-content input {
    font-size: 1.25vw;
    height: 3.5vw;
    line-height: 0vw;
}





.popup-content #main-image {
    filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
}


.popup-content {

    border-radius: 20px;
}



.popup-content h2 {
    font-size: 22px;
    text-align: start;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #242221;
}

ul li {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 25px;
}

.popup-content p {
    text-align: start;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: normal;
    color: #545454;
}

.popup-content p.fine {
    text-align: start;
    margin-top: 1rem;
    font-size: 12px;
}


.popup-content a input, .popup-content button.cta{
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 10px 0;
    border: 0;
    border-radius: 5px;
    background-color: #cb378c;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}

.popup-content input {
    height: 42px;
}

.popup-content .form-sr {
    background:none;
    margin-bottom: 0;
}

.popup-content input.input-field {
    font-size: 15px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 5px;
}


.popup-content button.close {
    right: 10px;
    position: absolute;
    margin: 0;
    top: 5px;
}

.popup-content #status img {
    width: 15px;
}
/*Mobile Styling*/


@media only screen and (max-width: 910px) {
    .popup-content {
        width: 70rem;

    }
    #modalLeadPopRow {
        padding: 1rem 0rem 1rem 0rem;
    }

    #modalLeadPopForm {
        margin: 2rem 0 0.2rem 0;
    }

    ul li {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 22px;
    }

    #leadPopBodyText {
        margin: 0rem 0px 1rem 0px;
    }
    .popup-content p {
        text-align: start;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .popup-content h2 {
        font-size: 22px;
    }
    
}

 @media screen and (max-width: 767px) {
    .popup-content {
        width: 90vw;
    }
    .popup-content input {
    font-size: 4.25vw;
    height: 8.5vw;
    line-height: 0vw;
    margin-bottom: 2rem;
}


.right-side-popup-content {
    height: auto !important;
    padding: 2rem;
  }
  .popup-content h2 {
    font-size: 8.5vw;
}
.popup-content p {
    /* color: #52B8F6; */
    font-size: 4.5vw;
    text-align: left;
    font-weight: bold;
    margin-bottom: 2vw;
}
.popup-content button {
    margin: 1vw;
    margin-bottom: 0;
    margin-right: 3.5vw;
}    
.close {
    font-size:3.5rem;
}



}



@media only screen and (min-width: 911px) {
    .popup-content {
    width: 90rem;
}
}
@media only screen and (min-width: 768px) {

.sbfld1 {
padding-right:0px;
}

.sbbtn1 {
padding-left:0px;
}

.popup-content input.input-field {
    border-radius: 5px 0px 0px 5px;
}

.popup-content button.cta.submitButton {
    border-radius: 0px 5px 5px 0px;
}

}

@media only screen and (max-width: 767px) {


.popup-content {
    max-height: 98vh;
}

ul li {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}


.popup-content button.close {
    top: 0px;
    z-index: 9999999999;
        color: white;
        opacity: 0.9;
}

.popup-content p {
font-size: 14px;
margin-bottom: 0px;
}

#modalLeadPopRow {
    padding: 1rem 0rem 0rem 0rem;
}

.popup-content h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0.4rem;

    }
    

.popup-content input {
   margin-bottom: 1rem;
}

.right-side-popup-content {
    height: auto !important;
    padding: 2rem;
    padding-top: 1rem;
}

.popup-content p.fine {
font-weight: normal;
text-align: center;
}
}

@media only screen and (max-width: 320px) {
.popup-content .col-xs-push-3 {
    left: 0;
}



}
