#uptocall-mini {position:fixed;bottom:20px;left:20px;cursor:pointer;z-index:999;}
 
#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, .5);
width:70px;height:70px;-webkit-animation: uptocallmini 1.5s 0s ease-out infinite;-moz-animation: uptocallmini 1.5s 0s ease-out infinite;animation: uptocallmini 1.5s 0s ease-out infinite;}
 
#uptocall-mini .uptocall-mini-phone:before {content: "";position: absolute;width: 100%;height: 100%;top:0;left:0;background-image:url(call.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% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(55, 200, 55, 0);}
10% {box-shadow: 0 0 8px 6px #19ff53, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #19ff53;}
100% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(55, 200, 55, 0);}
}
@-moz-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(55, 200, 55, 0);}
10% {box-shadow: 0 0 8px 6px #19ff53, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #19ff53;}
100% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(55, 200, 55, 0);}
}
@keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(55, 200, 55, 0);}
10% {box-shadow: 0 0 8px 6px #19ff53, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #19ff53;}
100% {box-shadow: 0 0 8px 6px rgba(55, 200, 55, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(55, 200, 55, 0);}
}

.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 {
    border: 1px solid rgb(63, 73, 79);
    border-radius: 10px;
    background: rgb(15, 28, 35);
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    padding: 50px 35px;
}
#popup-call-phone-wrapper .popup-heading {
    font-family: 'Rajdhanisemibold';
    font-size: 44px;
    line-height: 54px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 33px;
}
#popup-call-phone-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: none;
    border: 0;
}
#popup-call-phone-wrapper .mfp-close:hover {

}
button.mfp-close{
    display: none;
}
#popup-call-phone-wrapper .popup-footer {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 24px;
}
#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: none;
    text-align: center;
}

#popup-call-phone-wrapper .popup-footer a {
    background: url(/image/templates/btn-green.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    display: flex;
    box-shadow: none;
    color: #1E1E1E;
    font-family: 'Rajdhanibold';
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
    width: 200px;
    height: 56px;
    position: relative;
    align-items: center;
    justify-content: center;
}
#popup-call-phone-wrapper .popup-footer a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/image/templates/btn-green-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.popup-center p {
    color: rgb(150, 158, 178);
    font-family: 'Poppinsregular';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
#popup-call-phone-wrapper .payment-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    margin-bottom: 24px;
}
#popup-call-phone-wrapper .payment-info > div {
    width: 100%;
    display: inline-block;
}

#popup-call-phone-wrapper .payment-info > div label span {
    color: #f00;
}
#popup-call-phone-wrapper .payment-info > div input, 
#popup-call-phone-wrapper .message textarea {
    border: 1px solid rgb(56, 207, 58);
    border-radius: 10px;
    background: rgb(15, 28, 35);
    color: rgb(150, 158, 178);
    font-family: 'Poppinsregular';
    font-size: 14px;
    line-height: 24px;
    padding-left: 23px;
    height: 56px;
    width: 100%;
}
.message textarea {
    min-height: 200px;
    resize: vertical;
}
.masked {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0.4;
    left: 0;
    top: 0;
}
.masked_loading {
    background: url(ring-alt.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 0;
}
.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-footer{
        justify-content: center;
    }

}