/* =========form========== */
.popup-form input.wpcf7-email{
    width: 100%;
    color:#333;
    border:1px solid #333;
    border-right: none;
}
.popup-form .wpcf7-submit{
    display:inline-block;
    width:40%;
    /*background-color:#ed0170;*/
    background-color: #1a1a1a;
    color:#fff;
    /*border:1px solid #ed0170;*/
    border: 1px solid #1a1a1a;
}
.popup-form .wpcf7-form-control{
    border-radius:0;
    height:auto;
    padding:8px 10px;
    font-size:15px;
    float: left;
}
.popup-form .wpcf7-form{
    text-align:center;
}
.popup-form div.wpcf7-mail-sent-ok{
    border: 2px solid #ee0770;
    color: #333;
}
.popup-form .wpcf7-not-valid-tip{
    position: absolute;
    top: -30px;
}
.popup-form .wpcf7 label{
    display: flex;
    position: relative;
}
.popup-form .wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.popup-form .wpcf7 .wpcf7-form-control-wrap{
    width: 60%;
}
.popup-form .wpcf7 .ajax-loader,
.popup-form .wpcf7 .wpcf7-spinner{
    display: block;
    position: absolute;
    margin: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.at-share-btn-elements{text-align:center;}
.share-box h4{color:#fff;text-align:center;}

/*right-bottom-form*/
.right-bottom-subscribe-btn-wrap{
    position: fixed;
    /*right: 40px;
    bottom: 40px;*/
    right: 48px;
    bottom: 105px;
    z-index: 5;
}
.right-bottom-subscribe-btn{
    display: block;
    cursor: pointer;
    width: 56px;
    height: 56px;
    /*background: #f00039;*/
    background: transparent;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    line-height: 56px;
    opacity: 0.8;
    font-size: 0;
}
.popup a.close{
    color: #fff;
}
.right-bottom-subscribe-btn img{
    width: 100%;
    height: auto;
}
.right-bottom-subscribe-tips{
    pointer-events: none;
    text-align: center;
    right: 80px;
    background: #fff;
    color: #000;
    -webkit-filter: drop-shadow(0 2px 3px rgba(0,0,0,.3));
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.3));
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    width: 150px;
    padding: 15px 10px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0.8;
    display: none!important;
}
.right-bottom-subscribe-tips,.right-bottom-subscribe-tips::after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right-bottom-subscribe-tips::after{
    right: -10px;
    content: "";
    border: 10px solid transparent;
    border-right: none;
    border-left: 10px solid #fff;
}
.right-bottom-popup-wrap{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,.3);
    background: rgba(232, 232, 237, .4);
    backdrop-filter: blur(7px);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 4;
}
.right-bottom-popup-wrap.calloutpop{
    display: -webkit-box;
    display: flex;
}
.right-bottom-popup-box{
    max-width: 500px;
    z-index: 5;
}
.popuparea{
    position: fixed;
    width: 100%;
    height: 100%;
}
.right-bottom-popup{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding:20px 0 26px;
    width: 500px;
    box-shadow: 0 6px 20px #00000014;
}
.popup .popup-content{
    padding:30px;
    text-align: center;
}
.popup h3{
    font-size: 20px;
    color: #155fd3;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: inherit;
}
.popup h3 img{
    height: 25px;
    width: auto;
    display: inline-block;
    vertical-align: -3px;
}
.popup h2{
    font-size: 32px;
    margin: 4px auto;
    color: #e60033;
    line-height: 1.5;
    font-weight: 900;
    padding: 0;
    font-family: inherit;
}
.popup p{
    font-size: 16px;
    color: #303030;
    line-height: 1.8;
    margin:0;
    padding: 0;
    font-family: inherit;
}
@media(min-width: 568px){
    .right-bottom-popup{
        position: absolute;
        /*right: 40px;
        bottom: 120px;*/
        right: 48px;
        bottom: 180px;
    }
}
@media (max-width:833px){
.popup .popup-content{
    padding: 10px 15px;
}
}
@media(max-width: 567px){
    .popup-back-img img{
        height: 100%;
        width: 100%;
    }
    .right-bottom-popup{
        position: absolute;
        width: calc(100% - 50px);
        right: 25px;
        bottom: 170px;
    }
    .right-bottom-popup-content{
        min-width: unset;
    }
    .right-bottom-subscribe-btn-wrap{
        /*bottom: 18px;
        right: 18px;*/
        bottom: 94px;
        right: 25px;
    }
    .right-bottom-subscribe-btn{
        width: 45px;
        height: 45px;
        line-height: 45px;
        right: 15px;
        bottom: 15px;
    }
    .right-bottom-subscribe-tips{
        padding:12px 8px;
        width: 120px;
        border-radius: 4px;
        right: 64px;
        font-size: 12px;
    }
    .right-bottom-subscribe-tips::after{
        border-left: 8px solid #fff;
        right: -8px;
    }
    .popup h3{
        font-size: 18px;
    }
    .popup h3 img{
        height: 22px;
    }
    .popup h2{
        font-size: 24px;
    }
    .popup p{
        font-size: 14px;
    }
    .popup-form .wpcf7-form-control{
        font-size: 14px;
    }
}