#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 {
    background: transparent;
    max-width: 550px;
    width: 90%;
    margin: 50px auto 0;
    min-height: 100px;
    position: relative;

}
#popup-call-phone-wrapper .popup-heading {
    background-color: #FFFFFF;
    color: #1c1c1c;
    font-size: 21px;
    border-bottom: 1px solid #dfe4eb;
    padding: 15px 25px 15px 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.popup-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-heading img{
    width: 200px;
}
#popup-call-phone-wrapper .mfp-close {
    border-radius: 50%;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: #fff url(xmark-solid.svg) no-repeat;
    background-size: cover;
    background-position: center;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: none;
    border: 1px solid gray;
}
#popup-call-phone-wrapper .popup-footer {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 17px 25px 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: none;
    text-align: center;
}
#popup-call-phone-wrapper .popup-footer button:hover {
    box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
    background: #379C0D;
    border: 1px solid #379C0D;
}
#popup-call-phone-wrapper .popup-footer a {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #0ea5de;
    color: #0ea5de;
    font-weight: bold;
    font-size: 13px;
    width: 200px;
    height: 45px;

}
#popup-call-phone-wrapper .popup-footer a:hover {
    border: 2px solid #a9a9a9;
    color: #a9a9a9;
}
#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 + div {
    margin-top: 10px;
}
#popup-call-phone-wrapper .payment-info > div label {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
}
#popup-call-phone-wrapper .payment-info > div label span {
    color: #f00;
}
#popup-call-phone-wrapper .payment-info > div input, 
#popup-call-phone-wrapper .payment-info > div textarea,
.order_field select {
    padding: 5px 10px 5px 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    height: 45px;
}
#popup-call-phone-wrapper .payment-info > div textarea {
    min-height: 100px;
    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;
}
.order_field{
    position: relative;
    width: 100%;
    /* height: 60px; */
    background: white;
    margin-bottom: 15px;
}
.order_field input,
.order_field select,
.order_field textarea{
    border-radius: 25px;
    border: 1px solid #a9a9a9;
    font-weight: bold;
    color:#a9a9a9;
}
.order_field textarea{
    padding: 15px !important;
    resize: none !important;
}
.order_field input::placeholder{
    font-weight: bold;
}
.order_field input:hover::placeholder{
    color:#0ea5de; 
}
.order_field textarea:hover::placeholder{
    color:#0ea5de;
}
.order_field textarea:hover,
.order_field textarea:focus,
.order_field input:hover,
.order_field select:hover,
.order_field input:focus,
.order_field select:focus{
    border-radius: 25px;
    border: 1px solid #0ea5de;
    color:#0ea5de;
    
}
@media screen and (max-width: 768px){
    #popup-call-phone-wrapper .payment-info > div input, #popup-call-phone-wrapper .payment-info > div textarea, .order_field select{
        height: 35px;
    }
}
@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;
    }
    #popup-call-phone-wrapper .payment-info > div + div{
        margin-top: 0;
    }
    #popup-call-phone-wrapper .popup-heading{
        padding: 10px 15px;
    }
    #popup-call-phone-wrapper .popup-center{
        padding: 10px 25px;
    }
    .order_field input, .order_field select{
        border: none;
        border-bottom: 1px solid #a9a9a9;
    }
}