/*get a quote - begin*/
.reviews-rating {
    width: 50%;
}

@media(max-width: 767px) {
    .reviews-rating {
        width: 100%;
    }
}

.reviews-rating-cont {
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    padding: 15px;
}

@media (max-width: 1260px){
    .stars2 {
        margin: 0 auto;
    }
}

.stars2 {
    max-height: 25px;
    margin-top: 5px;
}

.reviews-rating-cont p {
    line-height: 1.4;
    opacity: 0.7;
    margin-top: 15px;
}

.review-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  font-size: 16px;
  padding: 11px 12px;
}

.col-right .review-btn {
    max-width: 340px;
}

.review-btn img {
    margin-right: 7px;
}

.reviews-rating-cont .btn-block {
    margin-top: 18px;
}

.review-btn span {
    position: relative;
    top: 2px;
}
/*get a quote - end*/

/*watch the video - begin*/
.youtube-block {
    position: relative;
    background-color: #b8373f;
    border-radius: 10px;
    padding: 50px;
    margin-top: 180px;
    margin-bottom: 97px;
}

.youtube-block .bg-inner {
    border-radius: 10px;
    background-position: right center;
    background-image: url(../img/youtube.jpg);
}

@media(max-width: 1260px) {
    .youtube-block {
        padding: 40px 30px;
        margin-top: 110px;
    }
}

@media(max-width: 991px) {
    .youtube-block {
        background-color: #000;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .youtube-block .bg-inner {
        opacity: 0.5;
    }
}

.youtube-logo {
    margin-bottom: 100px;
}

.youtube-logo img {
    max-height: 65px;
}

@media(max-width: 991px) {
    .youtube-logo {
        margin-bottom: 35px;
    }
    .youtube-logo img {
        max-height: 60px;
    }
}

.youtube-block, .youtube-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media(max-width: 991px) {
    .youtube-block, .youtube-logo {
        justify-content: center;
    }
}

.youtube-content {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.watch-video {
    min-width: 360px;
}

@media(max-width: 1260px) {
    .youtube-content {
        max-width: 320px;
    }
    .watch-video {
        min-width: 320px;
    }
}

@media(max-width: 991px) {
    .youtube-content {
        max-width: 100%;
        text-align: center;
    }
}

.video-text {
    margin-top: 18px;
}

.youtube-screen {
    max-width: 540px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
    transform: rotate(-9deg);
    right: 64%;
    top: -175px;
    padding: 15px;
}

@media(max-width: 1260px) {
    .youtube-screen {
        max-width: 420px;
        top: -100px;
    }
}

@media(max-width: 991px) {
    .youtube-screen {
        max-width: 100%;
        position: relative;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 35px;
    }
}

.car-block {
    position: relative;
    width: 10%;
    flex: 1 1;
}

@media(max-width: 991px) {
    .car-block {
        width: 100%;
        flex: none;
        order: 2;
        margin-top: 30px;
    }
}

.youtube-car { 
    max-width: 670px;
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 47%;
    transform: translateX(-50%) translateY(-50%);
}

@media(max-width: 1260px) {
    .youtube-car {
        max-width: 520px;
    }
}

@media(max-width: 991px) {
    .youtube-car { 
        position: relative;
        max-height: 350px;
        max-width: 100%;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 767px) {
    .youtube-car { 
        max-height: 270px;
    }
}
/*watch the video - end*/