#uptocall-mini {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 999;
    border: 10px solid rgba(0, 248, 0, .15);
    border-radius: 100%
}

#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(55, 200, 55, .8);
    width: 70px;
    height: 70px
}

#uptocall-mini .uptocall-mini-phone:hover {
    background-color: rgba(55, 200, 55, 1)
}

#uptocall-mini .uptocall-mini-phone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(callback.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite
}

@-webkit-keyframes uptocallphone {
    0%, 100%, 50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-moz-keyframes uptocallphone {
    0%, 100%, 50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@keyframes uptocallphone {
    0%, 100%, 50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

.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-phone-wrapper {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
	background: #fff;
	border-radius:22px;
}

#popup-phone-wrapper .popup-heading {
    text-align: left;
    color: #000; 
    font-size: 21px;
    padding: 0 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding-top: 20px;
}

#popup-phone-wrapper .mfp-close {
	background-position: 0 -60px
    text-indent: -9999px;
    width: 60px;
    height: 52px;
    /*background: url(close.png) no-repeat;*/
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: 0;
    border: 0
}

 

#popup-phone-wrapper .popup-footer {
    padding: 17px 25px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    text-align: center;
}

#popup-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-phone-wrapper .popup-footer button:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background: #E5BE01;
    border: 1px solid #E5BE01
}

#popup-phone-wrapper .popup-footer a {
width: 100%;
    background: #E5BE01;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 50px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
	
}
::placeholder{
    color: #000;
}
.payment-info input, .payment-info textarea {
        border: 1px solid #c3c3c3 !important;
    background: #fff !important;
    border-radius: 21px;
}

.masked, .masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#popup-phone-wrapper .popup-footer a:hover {
    background: #E5BE01
}

#popup-phone-wrapper .popup-center {
    padding: 25px;
    overflow: auto
}

#popup-phone-wrapper .payment-info {
    clear: both
}

#popup-phone-wrapper .payment-info > div {
    width: 100%;
    display: inline-block
}

#popup-phone-wrapper .payment-info > div + div {
    margin-top: 10px
}

#popup-phone-wrapper .payment-info > div label {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-bottom: 2px
}

#popup-phone-wrapper .payment-info > div label span {
    color: red
}

#popup-phone-wrapper .payment-info > div input, #popup-phone-wrapper .payment-info > div textarea {
    padding: 10px 10px;
    outline: 0;
    color: #000;
    font-size: 12px;
    width: 100%
}

#popup-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-phone-wrapper .popup-heading {
        font-size: 14px
    }

    #popup-phone-wrapper .popup-footer button {
        width: 100%
    }

    #popup-phone-wrapper .popup-footer a {
        width: 100%;
        margin-top: 5px
    }
}
#popup-phone-wrapper .payment-info > div label{
	color:#000;
}
.text-danger {
    color: #e5be01;
}