/********** Template CSS **********/

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 100px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .menu-item a {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 18px;
    /*text-transform: uppercase;*/
    outline: none;
    display: inline-block;
}

.navbar-light .navbar-nav .menu-item a:hover,
.navbar-light .navbar-nav .menu-item a.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .menu-item a {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .menu-item a {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
div#header-carousel div.carousel-inner {
    max-height: 780px;
}

div#header-carousel div.carousel-inner > video {
    position: absolute;
    z-index: 0;
}

div#header-carousel div.carousel-inner > img {
    position: absolute;
}

div#header-carousel div.carousel-inner .brand-video-cover {
    z-index: -1;
    left: 0;
    top: 0;
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    z-index: 10;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-caption {
    height: 855px;
}

#header-carousel div.mobile-img-fluid img {
    display: none;
}

@media (max-width: 1400px) {
    .carousel-caption {
        height: 755px;
    }
}

@media (max-width: 1100px) {
    .carousel-caption {
        height: 655px;
    }
}

@media (max-width: 900px) {
    .carousel-caption {
        height: 500px;
    }
}

#carouselContent .carousel-item {
    padding: 140px 0;
}

@media (max-width: 1400px) {

    #carouselContent .carousel-item {
        padding: 90px 0;
    }
}
@media (max-width: 768px) {

    #carouselContent .hed-heading {
        height: 86px;
    }

    #carouselContent .carousel-item {
        padding: 50px 0;
    }

    .carousel-caption {
        height: 400px;
        top: 70px;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel div.mobile-img-fluid img {
        display: block;
        width: 150px;
        margin: 0 auto;
        padding-bottom: 20px;
    }


}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.hed-heading {
    font-size: 2.5em;
}

/*** Facts ***/

.red-pre-heading {
    font-weight: 600;
}

/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}

/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

.icon-adv-lassa {
    font-size: 32px;
}

.icon-adv-ascania {
    font-size: 26px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.run-numbers {
    font-size: 3rem;
    margin: 0;
    font-weight: 600;
}

/*** Text block ***/
.justify-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.justify-text {
    text-align: justify;
}

.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .before .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer div.col-lg-3:first-child .btn.btn-link::before {
    content: "";
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.see-all-reviews {
    font-weight: 600;
}

.instead-h {
    font-size: 1.25rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary);
}


/*** Catalog Wide ***/
div.tireModel {
    padding-bottom: 100px;
    width: 100%
}

div.tireModel div.description {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 28px;
}

div.tireModel div.description strong {
    color: var(--primary)
}

div.tireModel div.description strong span {
    color: var(--secondary)
}

div.tireModel div.description p.subTitle {
    margin-top: 4px;
    font-size: 16px;
    line-height: 20px
}

div.tireModel div.description img {
    position: relative;
    float: right;
    bottom: 70px
}

div.tireModel div.tireImage {
    width: 553px;
    float: right
}

div.tireModel ul.features {
    width: 392px;
    float: left;
    margin-top: 35px;
}

div.tireModel ul.features li {
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    color: #596277;
}

div.tireModel ul.features li p.list {
    width: 313px;
    float: right
}

div.tireModel ul.features li img {
    float: left;
    bottom: 0;
    margin-right: 11px
}

div.tireModel ul.features li:nth-child(4) {
    width: 314px;
    font-size: 10px;
    line-height: 13px
}

div.tireModel div.button {
    display: inline-block;
    box-sizing: border-box;
}

div.tireModel:last-of-type div.description p.subTitle br {
    display: none
}

div.tireModel:last-of-type div.description p.subTitle br:nth-child(2) {
    display: block
}

div.catalog-bottom-btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}




@media (min-width: 768px) and (max-width: 959px) {
    .hed-heading {
        font-size: 2em;
    }

    div.tireModel div.tireImage {
        width: 424px;
        height: 290px
    }

    div.tireModel div.tireImage img {
        width: 100%;
        height: 100%
    }

    div.tireModel ul.features {
        width: 300px
    }

    div.tireModel ul.features li p.list {
        width: 238px
    }

    div.tireModel ul.features li img {
        width: 51px;
        height: 51px
    }

    div.tireModel ul.features li:last-of-type {
        margin-bottom: 40px;
        padding-bottom: 0px
    }

    div.tireModel div.button {
        padding: 10px 39px
    }

    div.tireModel:last-of-type div.description p.subTitle br {
        display: block
    }

    div.tireModel:last-of-type div.description p.subTitle br:nth-child(2) {
        display: none
    }
}

@media (max-width: 767px) {
    div.container-xxl div.row div.col-lg-4:first-child div {
        padding-top: 0rem !important;
    }

    .see-all-reviews {
        margin-top: 20px;
    }

    .hed-heading {
        font-size: 1.5em;
    }

    div.tireModel {
        text-align: center;
        margin: 0 auto
    }

    div.tireModel div.description {
        text-align: center;
        float: none;
    }

    div.tireModel div.description p.subTitle {
        font-size: 14px;
        line-height: 18px
    }

    div.tireModel div.description img {
        bottom: 100px;
        right: 10px
    }

    div.tireModel div.tireImage {
        position: relative;
        float: none;
        height: 203px;
        width: auto;
    }

    div.tireModel div.tireImage img {
        width: auto;
        height: 100%
    }

    div.tireModel ul.features {
        position: relative;
        float: none;
        width: auto;
    }

    div.tireModel ul.features li {
        float: none;
    }

    div.tireModel{
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .tireModel div.tireImage {
        order: -1;
        margin: 20px 0 ;
    }

    div.tireModel ul.features li p.list {
        width: 230px
    }

    div.tireModel:last-of-type div.description p.subTitle br {
        display: block
    }

    div.tireModel:last-of-type div.description p.subTitle br:nth-child(2) {
        display: none
    }

    div.tireModel div.button {
        padding: 10px 39px;
        margin-top: 10px
    }



    div.tireModel:nth-of-type(5) {
        padding-bottom: 100px
    }

    div.tireModel:nth-of-type(5) div.description img {
        bottom: 140px
    }
}

.clear, .clrBoth, .both {
    clear: both;
    display: block !important;
}



.btn-primary:hover {
    border-color:transparent;
}

































