.addLeft {
    position: fixed;
    left: 3px;
    bottom: 3px;
    z-index: 99;
}
.phone-ring {
    display: block;
    float: left;
    width: 235px;
    line-height: 40px;
    background-color: #ed1c24;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 17px;
    padding: 3px;
    text-decoration: none;
    z-index: 1000;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.25s;
    height: 46px;
}
.phone-ring .phone-circle {
    float: left;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 5px;
}
.phone-ring .phone-circle .animation {
    -webkit-animation: 1s ease-in-out infinite ring-anim;
    animation: 1s ease-in-out infinite ring-anim;
}
.phone-ring .phone-circle i {
    font-size: 25px;
    color: #ed1c24;
}
.phone-circle .fa {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-animation: 1s ease-in-out infinite ring-anim;
    animation: 1s ease-in-out infinite ring-anim;
}
.fa-phone-alt:before {
    content: "";
}
@-webkit-keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
@-webkit-keyframes ring-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@keyframes ring-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(90deg) scale(1) skew(1deg);
        transform: rotate(90deg) scale(1) skew(1deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
.phone-ring.pricequote {
    width: unset;
    padding: 3px 20px 3px 3px;
}
.fa-clipboard-list-check:before {
    content: "♥";
}
/* modal */
#modalPriceQuote {
    font-size: 100%;
    color: #111 !important;
    display: none;
    max-width: 600px;
    border-radius: 12px;
    padding: 0;
    overflow: auto;
    position: fixed;
    z-index: 99999;
    left: calc(50% - 300px);
    top: 20px;
    background: #fff;
}
#modalPriceQuote .modal-banner img {
    width: 100%;
}
#modalPriceQuote .modal-body {
    padding: 20px;
}
#modalPriceQuote .price-quote-title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #2b1907;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 5px;
}
#modalPriceQuote .price-quote-desc {
    width: 100%;
    text-align: center;
    font-weight: 400;
}
#modalPriceQuote .form-group {
    position: relative;
    padding-top: 20px;
}
#modalPriceQuote .form-group > label {
    position: absolute;
    background-color: #fff;
    top: 10px;
    left: 10px;
    line-height: 1;
    margin: 0;
    padding: 0 4px;
}
#modalPriceQuote .form-control {
    color: #111 !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding-top: 14px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
#modalPriceQuote .fancybox-close-small {
    right: 6px !important;
    top: 6px !important;
    background-color: #777;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px / 30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}
