@media (max-width: 780px) {
    .hotline-phone {
        display: none
    }
}

.hotline-phone {
    position: fixed;
    bottom: -40px;
    left: 5%;
    z-index: 999999;
    transform: translate(-50%, -50%)
}

.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
}

.ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: circle-anim 1.2s infinite ease-in-out;
    animation: 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: .5
}

.ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: 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%
}

.ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-img-anim 1s infinite ease-in-out;
    animation: 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
}

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

.ring-img-circle .btn-img img {
    width: 20px;
    height: 20px
}

img {
    transition: opacity 1s;
    opacity: 1
}

.bar {
    position: absolute;
    background: rgba(230, 8, 8, .75);
    height: 40px;
    width: 175px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px
}

.bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 60px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

input[type=number]:disabled {
    width: auto;
    background: #3333332e;
    width: 100%
}

@media (max-width: 400px) {
    .faa-ring {
        font-size: 1em !important;
        margin-right: 5px
    }

    .cta-bottom {
        font-size: 14px !important
    }
}

@media (min-width: 768px) {
    @keyframes colorchange {
        50% {
            background: #123247
        }

        100% {
            background: #d93
        }
    }

    .tool-tip {
        color: #fff;
        float: right;
        display: inline;
        position: fixed;
        width: 125px;
        bottom: 215px;
        left: 85px;
        border: 1px solid;
        border-radius: 5px;
        padding: 3px;
        animation: colorchange 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running
    }

    .cta-bottom {
        display: none
    }
}

@media (max-width: 767px) {
    .cta-bottom {
        font-size: 15px;
        position: fixed;
        left: 0;
        top: initial;
        width: 113%;
        bottom: 0;
        z-index: 500
    }

    .cta {
        width: 28%;
        height: 65px;
        background: #d93;
        display: flex;
        align-items: center;
        float: left;
        text-align: center;
        padding: 10px 8px
    }





    @keyframes steam {
        0% {
            background-position: 0 0
        }

        50% {
            background-position: 400% 0
        }

        100% {
            background-position: 0 0
        }
    }

    .cta-small-left:after {
        filter: blur(5px)
    }

    .cta-small-right {
        width: 12.25%;
        height: 65px;
        background: #d93;
        display: flex;
        align-items: center;
        float: left;
        text-align: center;
        padding: 10px 8px;
        border-right: 1px solid #12324726;
        justify-content: center
    }

    div#rh_save_search {
        display: none
    }

    .cta-small-left {
        position: relative;
    /* width: 36.25%; */
    width: 64.25%;
    height: 65px;
    background: #d93;
    /* display: flex; */
    align-items: center;
    float: left;
    text-align: left;
    /* padding: 10px 8px; */
    justify-content: center;
    border-right: 1px solid #12324726;
    padding: 17px 0px 0px 10px;
    }


    @keyframes steam {
        0% {
            background-position: 0 0
        }

        50% {
            background-position: 400% 0
        }

        100% {
            background-position: 0 0
        }
    }

    .cta-small-left:after {
        filter: blur(20px)
    }