/* Place Your Custom Styles Here */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 25%;
    right: 3px;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 97px;
    height: 97px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 67px;
    height: 67px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    /* -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; */
    /* animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; */
    /* transition: all .5s; */
    /* -webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%; */
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    /* -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
			animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 32px;
    height: 32px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 57px;
    width: 220px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    right: 70px;
    bottom: 14px;
}

.hotline-bar>a {
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 33px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}


.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}
.hotline-phone-ring-wrap-request-call {
    position: fixed;
    bottom: 37%;
    right: 3px;
    z-index: 999999;
}
@media (max-width: 768px) {
    .hotline-phone-ring-wrap {
        display: block !important;
    }

    .hotline-phone-ring-wrap-request-call {
        display: block !important;
    }
    .float {
        display: block !important;
        right: 2%;
    }
    .button-margin-res{
        margin-top: 15px !important;
    }
}
.appear-banner-before,
.appear-banner-after {
    background-color: #009AD6 !important;
}

.requested-call-banner {
    background-color: #009AD6 !important;
    opacity: 0.75;
}

.requested-call-banner-button {
    background-color: #009AD6 !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15%;
    right: 5%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
@media (max-width:425px) {

    .float {
        right: 1rem;
    }
}
.my-float {
    margin: 12px 2px 2px 2px;
}
.img-ppsc-btn{
    margin-top: 12px;
    margin-left: 12px;
}
.input-icon-phone-number{
    border-top-right-radius: 23px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 20px;
    border-color: #009AD6;
}
.margin-icon
{
    margin-bottom: 20px;
    margin-top: 20px;
}
