#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-call-phone-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 370px;
    border: 1px solid #06d3c8;
    /* width: 90%; */
    margin: 30px auto;
    min-height: 100px;
    position: relative
}
#popup-call-phone-wrapper .home__form--heading{
    padding: 38px 15px 24px 15px;
    background: rgba(67, 207, 199, 0.07);
    gap: 25px;
    margin: 0;
}
#popup-call-phone-wrapper .popup-heading {
    text-align: left;
    background: rgba(67, 207, 199, 0.07);
    color: #ffffff;
    font-size: 21px;
    padding: 0 15px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
}

#popup-call-phone-wrapper .mfp-close {
    text-indent: -9999px;
    width: 40px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3927 18.4643L5.53557 5.60714C5.24272 5.31429 5.24272 4.82857 5.53557 4.53571C5.82843 4.24286 6.31415 4.24286 6.607 4.53571L19.4641 17.3929C19.757 17.6857 19.757 18.1714 19.4641 18.4643C19.1713 18.7571 18.6856 18.7571 18.3927 18.4643Z' fill='%2300958D' /%3E%3Cpath d='M6.60716 18.4643L19.4643 5.60714C19.7572 5.31429 19.7572 4.82857 19.4643 4.53571C19.1714 4.24286 18.6857 4.24286 18.3929 4.53571L5.53573 17.3929C5.24287 17.6857 5.24287 18.1714 5.53573 18.4643C5.82859 18.7571 6.3143 18.7571 6.60716 18.4643Z' fill='%2300958D' /%3E%3C/svg%3E");
    /* background: url(close.png) no-repeat #fff; */
    background-color: transparent;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: 0;
    border: 0;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

#popup-call-phone-wrapper .popup-footer {
    padding: 15px 15px 22px 15px;
    background: rgba(67, 207, 199, 0.07);
    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 {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #43cfc7;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 7px;
    position: relative;
    cursor: pointer;
}

.masked, .masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#popup-call-phone-wrapper .popup-footer {
    display: flex;
    justify-content: center;
}
#popup-call-phone-wrapper .popup-center {
    background: rgba(67, 207, 199, 0.07);
    padding: 0;
    overflow: auto
}

#popup-call-phone-wrapper .payment-info {
    clear: both;
    padding: 0 15px;
}

#popup-call-phone-wrapper .payment-info > div {
    width: 100%;
    display: inline-block
}

#popup-call-phone-wrapper .payment-info > div + div {
    margin-top: 15px
}

#popup-call-phone-wrapper .payment-info > div label {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #7da8a6;
    display: none;
}

#popup-call-phone-wrapper .payment-info > div label span {
    color: red
}

#popup-call-phone-wrapper select, #popup-call-phone-wrapper .payment-info > div input, #popup-call-phone-wrapper .payment-info > div textarea {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 128, 122, 0.12);
    border-radius: 10px;
    background-color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #7da8a6;
    padding: 0 27px;
}
#popup-call-phone-wrapper ::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #7da8a6;
}
#popup-call-phone-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical;
    padding-top: 13px;
}

.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 (max-width: 1023px) {
#popup-call-phone-wrapper select, #popup-call-phone-wrapper .payment-info > div input, #popup-call-phone-wrapper .payment-info > div textarea{
    padding-left: 15px;
    padding-right: 15px;
}
}
@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
    }
}