
html, body{
    transition: all 0.6s linear;
        margin-right: 0px !important;
}
.container-fluid{
    transition: all 0.6s linear;
}
.container{
    transition: all 0.6s linear;
}
.user-popup{
    position: fixed;
    //left:0;
    right:-55px;
    margin: 0 auto;
    z-index: 999999;
    background: #fff;
    border: 1px solid #aaa;
    width:auto;
    padding-top: 0px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    box-shadow: -3px 5px 5px rgba(0,0,0,0.15);
        display: none;
}

.link-text-popup {
    color: #0e7e80;
    transition: all 0.2s linear;
}

.link-text-popup:hover {
    color: #f4bd17;
}

.pop-up-contant {
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.close-popup{
    color: #1DA1F2;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
}
.close-popup:hover{
    text-decoration: underline !important;
    /*color: #E51A1F;*/
}
.cross-img{
    max-width: none;
}
.text-popup{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ddd;
    line-height: 26px;
    margin-top: 0px;
    display: block;
    padding: 10px 55px;
}
.heading-2 {
    margin-top: 3px;
    color: #f4bd17;
    font-size: 25px;
}
#mainart{
    padding-top: 25px;
    padding-bottom: 15px;
}
/*.pop-button a{
    padding: 20px 50px;
    min-width: 50%;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    background: #80EC2A;
    text-decoration: none !important;
    color:#fff;
    //box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}*/
.bg-top-part{
    background-color: #0e7e80;
    background-image: url('../images/bg-popup-pattern.png');
    padding-top: 30px;
}
/*.pop-button p{
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 15px;
}*/
.user-popup-overlay {
    position: fixed;
    min-width: 100%;
    width: 100vw;
    min-height: 100%;
    height: 100vh;
    background: #000;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.85;
}
.fonts-70 {
    font-size: 70px;
}
.btn-sbt-popup {
    padding: 11px 50px;
    background: #86AF0B;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #86AF0B;
    border-radius: 2px;
    font-family: 'Exo', sans-serif !important;
    transition: all 0.3s linear;
    text-transform: uppercase;
    margin-top: 0px !important;
    margin-bottom: 10px;
    width: 100%;
}
.btn-sbt-popup:hover {
    color: #86AF0B;
    background: #fff;
}
.pop-up-form .form-control {
    height: 38px;
}
.offer-text {
    font-weight: 600;
    font-size: 58px;
    font-family: 'Exo';
    background: transparent;
    margin-bottom: 3px;
    display: block;
    text-align: center;
    margin-right: 0px;
    max-width: 100%;
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.pop-up-form p,  .pop-up-form .btn-sbt-popup{
    margin-bottom: 0px;
}
.user-popup .close {
    width: 40px;
    height: 40px;
    background: #f35c5c;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 40px;
    z-index: 9999999999999999;
    opacity: 1;
    left: 15px;
    outline: none;
    border: 3px solid #fff !important;
    box-shadow: -3px 5px 5px rgba(0,0,0,0.15);
    transition: all 0.2s linear;
}
.user-popup .close:hover {
    background: #212e63;
}
.btn-terms:hover {
    text-decoration: underline !important;
}
.user-popup .close:focus {
    outline: none;
}
.thankyou {
    display: none;
    width: 100%;
    height: 100%;
    background: #4E85EC;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*display: table;;*/
    /*align-items: center;*/
    text-align: center;
    z-index: 99999999;
    opacity: 1;
    transition: all 0.3s linear;
}
.btn-thnakyou {
    padding: 11px 50px;
    background: #86AF0B;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #86AF0B;
    border-radius: 2px;
    font-family: 'Exo', sans-serif !important;
    transition: all 0.3s linear;
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 10px;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    cursor: pointer;
}
.btn-thnakyou:hover {
    color: #86AF0B;
    background: #fff;
}
.thankyou-content {
    display: table-cell;
    vertical-align: middle;
}
.no-float {
    float: none;
}
.wpcf7-mail-sent-ok {
    display: none !important;
}
/****************************Media Query for Mobiles*****************************/
@media only screen and (max-width:767px) {
    .user-popup{ 
        display: block;
    }
    .mob-fonts-30 {
        font-size: 30px !IMPORTANT;
    }
    .mob-fonts-15 {
        font-size: 15px !IMPORTANT;
    }
    .mob-fonts-12 {
        font-size: 12px !important;
    }
    .text-popup {
        line-height: 18px;
    }
    .btn-sbt-popup {
        padding: 8px 20px;
        width: 100%;
        margin-bottom: 0;
    }
    .text-popup {
        margin-bottom: 0px !important;
    }
    .pop-up-form .form-group {
        margin-bottom: 5px;
    }
    .pop-up-form p {
        margin-bottom: 0px;
    }
    .close-popup {
        position: relative;
        top: 5px;
    }
    .offer-text {
        word-spacing: 0px;
    }
    .bg-top-part{
        padding-top: 20px;
    }
}



.subscribe-newsletter {
    margin-top: 10px;
    padding-top: 15px;
}

.subscribe-newsletter .field-email {
    display: block;
    min-width: 100%;
    padding: 12px 10px;
    color: #444444;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    transition: all 0.2s linear;
    margin-bottom: 7px;
    box-sizing: border-box;
}

.subscribe-newsletter .field-email::placeholder {
    color: #888;
}

.subscribe-newsletter .btn-submit-form {
    background: #017b8b;
    display: block;
    min-width: 100%;
    border: 0px;
    padding: 14px 10px 12px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}

.subscribe-newsletter .btn-submit-form:hover {
    background: #e3a80c;
}

.subscribe-newsletter .btn-submit-form img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}