.rr-price-2-top {
    -webkit-clip-path: unset;
    clip-path: unset;
}
.rr-price-2-rate small {
    font-size: 15px;
    color: #fff;
}
.rr-price-2-list ul li {
    font-size: 14px;
}
.rr-price-2-top {
    background: #7aabd0;
}
.rr-price-2-item.active .rr-price-2-top {
    background: #085085;
}
.price-cta h4 {
    font-weight: normal;
}
.price-cta h4 span.block-bg {
    background-color: #f0ac22;
    display: inline-block;
    color: #fff;
    padding: 3px;
    font-weight: bold;
}
.price-cta h4 span.underline {
    border-bottom: 3px solid #f0ac22;
    padding-bottom: 3px;
}
.best-choice {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 120px;
}

.whats {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10000;
    animation: bounce 2s infinite;
}
.whats a {
    background-color: #00bf49;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    display: block;
}
.whats .balloon {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 10;
    width: 160px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    font-size: 15px;
}
.whats .balloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -5px;
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #333;
    transform: rotate(46deg);
}
.whats a:hover {
    background-color: #13d45d;
}
.phone {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    animation: bounce 2s infinite;
}
.phone a {
    background-color: #085085;
    color: #fff;
    padding: 15px 18px;
    border-radius: 40px;
    display: block;
}
.phone a i {
    margin-top: 3px;
}
.header-time {
    background-color: #085085;
    padding: 5px 0;
    color: #fff;
    position: fixed;
    top: 86px;
    width: 100%;
    display: none;
    z-index: 1000000;
}
.header-time.show {
    display: block;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.header-time .counter-column {
    padding: 0 10px;
    font-weight: bold;
}
.header-time .counter-column .count {
    margin-right: 5px;
}
.header-time span,
.header-time .time-countdown {
    font-size: 12px;
}
.header-top_socials a {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.header-time {
}
.text-red {
    color: #ff0000;
}
.rr-video-before::before,
.rr-slider-1-area::before {
    opacity: 0.5;
}
.rr-video-container {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rr-video-container img {
    border-radius: 30px;
}
.rr-video-play {
    right: unset;
    z-index: 20;
}
.rr-video-area {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .rr-video-play {
        left: 50%;
        top: 45%;
    }
}
@media (max-width: 592px) {
    .rr-header-4-menu {
        padding: 0;
    }

    .header-time {
        top: 66px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rr-header-main-menu > nav > ul > li {
        margin: 0px 10px;
    }
}
