/*Exit Intent Start*/

.exit-intent-modal .modal-dialog{
    max-width: 640px;
    text-align: center;
}
.exit-intent-modal .modal-content{
    background: linear-gradient(180deg, #EEF2FF 26.4%, #FFFFFF 79.31%);
    box-shadow: 0px 4px 15px rgba(38, 38, 38, 0.15);
    border-radius: 4px;
}
.exit-intent-modal .modal-body{
    padding:40px 50px 0 50px;
}
.exit-intent-modal .close{
    position: absolute;
    right: 17px;
    top: 6px;
    font-size: 40px;
    font-weight: normal;
}
.exit-intent-modal .modal-body h4{
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #262626;
    font-weight: bold;
}

.exit-intent-modal .modal-body p.top-title{
    font-size: 14px;
    font-weight:normal;
    color: #262626;
    line-height: 17px;
    text-align: center;
    margin-top:12px;
}
.exit-intent-modal .modal-body p.top-title.thank-you-text{
    line-height: 24px;
}
.exit-intent-modal .modal-body p.top-title.thank-you-text a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.exit-intent-modal .modal-body p.top-title.thank-you-text a:hover{
    color: #113DCD;
}
.exit-intent-modal .blue-primary-cta{
    margin-top: 15px;
}
.exit-intent-modal .blue-primary-cta a{
    background: #113DCD;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    height: 52px;
    display: inline-block;
    line-height: 33px;
    font-weight: bold;
    color: #fff;
    transition-duration: .3s;
}
.exit-intent-modal .blue-primary-cta a:hover{
    box-shadow: 0 30px 22px -20px #788ace;
}
.exit-intent-modal .bottom-strip{
    background: #EEF2FF;
    display: inline-block;
    margin-left: -50px;
    width: calc(100% + 100px);
    margin-top: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.exit-intent-modal .bottom-strip p{
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin: 0px;
    color: #262626;
    padding: 11px;
    font-weight: normal;
    position:relative;
    display: inline-block;
}
.exit-intent-modal .bottom-strip p a{
    color: #113DCD;
}
.exit-intent-modal .intent-sprite-img,.exit-intent-modal .intent-sprite-img-before:before{
    background: url("../../images/exit-intent-img/exit-intent-img.png");
}
.exit-intent-modal .bottom-strip p:before{
    content: '';
    left: -13px;
    background-position: -14px -64px;
    width: 13px;
    height: 13px;
    position: absolute;
}
.exit-intent-modal .logo-img{
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    width: 338px;
    height: 36px;
    background-position: -12px -13px;
    margin-top: 15px;
}
.exit-intent-modal .thank-you-icon{
    display: inline-block;
    text-align: center;
    margin: 0px auto 20px auto;
    background-position: -17px -97px;
    width: 66px;
    height: 66px;
}
.exit-intent-modal .exit-intent-form{
    margin-top: 16px;
}
.exit-intent-modal .exit-intent-form input{
    width: 478px;
    height: 50px;
}
.exit-intent-modal .form-group{
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 8px;
}

.exit-intent-modal .exit-intent-form .error{
    display:block;
    color: red;
}

.exit-intent-modal .password-text {
    display: block;
    text-align: left;
    margin-left: 30px;
    font-size:12px;
}

.exit-intent-mouseleave {
    padding-top: 0.5rem;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;


}

/*Exit Intent End */