
#exit_intent_modal {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-heightheight: 1.42857143;
    color: #333333;
}

.label_msg {
    width: 100%;
    display: inline-block;
    text-align: center;
}




p.error_s {
	font-size:12px;
    color: white;
    background: #ce4040;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    width: 78%;
    margin-right: auto !important;
    margin-left: auto !important;
}


#exit_intent_modal .error {
    border-color: #ce4040 !important;
}

div#button-area {
    text-align: center;
}


.form-group p {
    margin: 0 0 10px;
}



#pm_member_form .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#exit_intent_modal label {
    display: inline-block;
    max-width: 25.5%;
    margin-top: 5px;
    font-weight: bold;
    width: 25.5%;
    vertical-align: top;
    text-align: right;
}


#exit_intent_modala .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pm_member_form  .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#pm_member_form .btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

#pm_member_form #submit {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#sm_button-area {
    text-align: center;
}

#exit_intent_modal .form-control {
    width: 100%;
}

#exit_intent_modal .form-control {
    display: inline-block;
    height: 25px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 75%;
    
}

#exit_intent_modal {
    z-index: 9999;
}



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

#exit_intent_modal .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#exit_intent_modal .modal:before
{

    content: inherit !important;
    display: initial !important;
}



#exit_intent_modal .modal-footer
{
    padding: 0px;
    border-top: none;
}
#exit_intent_modal .modal {
    max-width: 420px;

    background-color: #ffffff;
    z-index: 1;
    position: fixed;
    margin: auto;
    top: 50px !important;
    right: 0;
    bottom:inherit !important;
    left: 0;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    border: #ccc;
    display: block;
    border-radius: 15px;
}

#exit_intent_modal .modal-title {
    font-size: 15px;
    padding: 5px;
    margin: 0px;
    text-align: center;
    color: #FFFFFF !important;
    background-color: #FB6400;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


#exit_intent_modal .modal-title h4  {

    padding: 0px;
}

select#ei_country {
    width: 79% !important;
}




#arrow_img {
    background: url("../../../images/exit_intent/red-arrow-curved.png");
    position: absolute;
    background-repeat: no-repeat;
    padding: 24px;
    background-size: 50px;
    left: 9px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    top: 29px;
}


#exit_intent_modal h3 {
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-transform: inherit;
    margin: inherit;
    text-align: center;
}



#exit_intent_modal select#country {
    padding-left: 0px;
    width: 78%;
}


#exit_intent_modal .modal-body {
    position: initial;
}

#exit_intent_modal .modal-body {
    padding: 0px 25px;
    margin-top: 0px;
}

div#button-area p {
    font-size: 11px;
}

div#success-mesg-e p
{

    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1px;
}


div#error-mesg-e p
{
    color: #ffffff;
}

.modal-footer p {
    font-size: 11px;
}

div#success-mesg-e {
    padding: 5px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 15px;
    margin-top: 20%;
}

div#error-mesg-e {
    background: red;
    float: left;
    width: 100%;
	font-size:12px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: -10px;
}

#exit_intent_modal .form-group {
    margin-bottom: 3px;
    text-align: left;
}

#button-area img {
    cursor: pointer;
}


#exit_intent_modal  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d7d7d7;
}
#exit_intent_modal  ::-moz-placeholder { /* Firefox 19+ */
    color: #d7d7d7;
}
#exit_intent_modal  :-ms-input-placeholder { /* IE 10+ */
    color: #d7d7d7;
}
#exit_intent_modal  :-moz-placeholder { /* Firefox 18- */
    color: #d7d7d7;
}

#exit_intent_modal div#button-area {
    text-align: center !important;
    margin-top: 0px;
}



#exit_intent_modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}
div#sm_button-area p {
    text-align: center;
    font-size: .9em;
    color: black;
}

#exit_intent_modal .modal-footer {
    text-align: center;
    width: 100%;
    float: left;
}
#exit_intent_modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
@-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
    }
}


#exit_intent_modal
{
    display: none;
}

#exit_intent_modal textarea.form-control {
  height: 50%;
}

/* Default media screens */
@media screen and (max-width: 1199px) {

}

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

}


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

}

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


}




