.call-back-btn {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    min-height: 60px;
    padding: 10px 5px;
    background-color: #f7f7f7;
    position: relative;
    color: #4d7293;
    font-weight: 900;
}

.call-back-btn:hover{
    background-color: #f0f8ff
}
.call-back-btn:hover span{
   color: #4d7293
}
.call-back-btn:hover:before{
    color: #ff9600
}
.popup_call_phone_btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9997;
    width: 90px;
    height: 90px;
    background: url(call.png) no-repeat;
    border: 0 !important
}

#popup-call-phone-wrapper {
    background: #fff;
    max-width: 380px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative
}

#popup-call-phone-wrapper .popup-heading {
    text-align: left;
    background-color: #FFF;
    color: #1c1c1c;
    font-size: 21px;
    border-bottom: 1px solid #dfe4eb;
    padding: 0 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden
}

#popup-call-phone-wrapper .mfp-close {
    text-indent: -9999px;
    width: 60px;
    height: 52px;
    background: url(close.png) no-repeat #fff;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: 0;
    border: 0
}

#popup-call-phone-wrapper .mfp-close:hover {
    background-position: 0 -60px
}

#popup-call-phone-wrapper .popup-footer {
    padding: 17px 25px;
    border-top: 1px solid #dfe4eb;
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

#popup-call-phone-wrapper .popup-footer button {
    height: 32px;
    line-height: 30px;
    color: #FFF;
    padding: 0 25px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #FF8001;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #FF8001;
    border-radius: 2px;
    outline: 0;
    text-align: center
}

#popup-call-phone-wrapper .popup-footer button:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background: #379C0D;
    border: 1px solid #379C0D
}

#popup-call-phone-wrapper .popup-footer a {
    float: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background: #ff9600;
    color: #fff;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-align: center
}

.masked, .masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#popup-call-phone-wrapper .popup-footer a:hover {
    background: #ff9601
}

#popup-call-phone-wrapper .popup-center {
    background: #fff;
    padding: 25px;
    overflow: auto
}

#popup-call-phone-wrapper .payment-info {
    clear: both
}

#popup-call-phone-wrapper .payment-info > div {
    width: 100%;
    display: inline-block
}

#popup-call-phone-wrapper .payment-info > div + div {
    margin-top: 10px
}

#popup-call-phone-wrapper .payment-info > div label {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    font-weight: 700;
    margin-bottom: 2px
}

#popup-call-phone-wrapper .payment-info > div label span {
    color: red
}

#popup-call-phone-wrapper .payment-info > div input, #popup-call-phone-wrapper .payment-info > div textarea {
    border: 1px solid #dfe4eb;
    padding: 5px 10px;
    background: #fff;
    outline: 0;
    color: #666;
    font-size: 12px;
    width: 100%
}

#popup-call-phone-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical
}

.masked {
    z-index: 10000;
    background: #eee;
    opacity: .4
}

.masked_loading {
    background: url(ring-alt.svg) center center no-repeat;
    z-index: 10001
}

.popup-call-phone-button {
    text-align: center
}

.popup-call-phone-button button {
    width: 100% !important
}

@media (min-width: 320px) and (max-width: 532px) {
    #popup-call-phone-wrapper .popup-heading {
        font-size: 14px
    }

    #popup-call-phone-wrapper .popup-footer button {
        width: 100%
    }

    #popup-call-phone-wrapper .popup-footer a {
        width: 100%;
        margin-top: 5px
    }
}