﻿body {
    font-family: "GothamBook",Helvetica,Arial,sans-serif;
}

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/toyota-rav4.jpg');
    display: block;
    /*height: 500px;*/
}

.carList {
}

.banner .textContent {
    background-color: rgba(219,2,2,.8);
    height: 100%;
    padding: 180px 0;
    display: inline-block;
    position: relative;
}

    .banner .textContent h1 {
        text-align: center;
        color: #fff;
        font-family: GothamBoldItalic;
    }

    .banner .textContent span {
        font-size: 80px;
    }

    .banner .textContent::after {
        content: '';
        height: 30px;
        background-color: rgba(219,2,2,.8);
        width: 100%;
        position: absolute;
        bottom: -30px;
    }

.popUpContainer .modal-content {
    background-color: #F14521;
    padding: 0px !important;
}

.popUp {
    max-width: 600px;
    color: #fff;
    font-family: GothamMedium;
}

    .popUp .left {
        padding: 20px;
    }

        .popUp .left .btn-success {
            display: block;
            padding: 10px;
            margin: 10px 5px;
            background-color: #F14521;
            border-color: #fff;
            text-transform: uppercase;
            border: 3px solid;
        }

    .popUp .row {
        margin: 0px;
    }

        .popUp .row .col-md-6 {
            padding: 0px;
        }

    .popUp h1 {
        font-family: GothamBold;
        font-size: 30px;
    }

    .popUp .right {
        height: 100%;
        width: auto;
        display: inline-block;
        position: absolute;
    }

        .popUp .right img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

.contactForm {
    background-color: rgba(219,2,2,.8);
    display: inline-block;
    position: relative;
    padding: 60px;
    height: 100%
}

    .contactForm h2 {
        font-family: GothamBoldItalic;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 40px;
    }

    .contactForm h4 {
        color: #fff;
        padding-left: 15px;
    }

    .contactForm input, .contactForm textarea {
        display: inline-block;
        position: relative;
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        color: #fff;
        font-family: GothamBook;
        padding: 10px 10px 10px 0px;
        border-bottom: 1px solid #fff;
    }

        .contactForm input:focus {
            /*border: 2px solid #fff;*/
        }

.body-context .contactForm input, .body-context .contactForm textarea {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    color: #fff;
    font-family: GothamBook;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #fff;
}

.body-context .col-md-5, .body-context .col-md-7 {
    margin: 0px;
    padding: 0px;
}

right-context
.contactForm .text-danger {
    color: #fff;
}

.contactForm button {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #FEDD0A;
    border: none;
    font-family: GothamBold;
}

    .contactForm button:hover {
        background-color: #DEC107;
    }

.contactForm input::placeholder, .contactForm textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.contactForm input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.contactForm input::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.consultation .row {
    display: flex;
    height: 100%
}

.consultation .col-md-7, .consultation .col-md-5 {
    margin: 0;
    padding: 0;
}

.consultation .contactForm {
    background-color: #2D3341;
}

.calculator-banner {
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/Loan calculator.jpg');
    display: block;
    height: 500px;
}

    .calculator-banner .textContent {
        background-color: rgba(219,2,2,.8);
        height: 500px;
        padding: 180px 0;
        display: inline-block;
        position: relative;
        width: 100%;
    }

        .calculator-banner .textContent::after {
            content: '';
            height: 30px;
            background-color: rgba(219,2,2,.8);
            width: 100%;
            position: absolute;
            bottom: -30px;
        }

        .calculator-banner .textContent h1, .calculator-banner .textContent h2 {
            margin: 0;
            color: #fff;
            font-family: GothamUltra;
            text-transform: uppercase;
            padding: 0px 10px;
            text-align: center;
        }

            .calculator-banner .textContent h1.paddingLeft40 {
                padding-left: 40px;
            }

.calculate-context {
    padding: 80px 0px 0px 80px
}

    .calculate-context h4 {
        font-family: GothamMedium;
        text-transform: uppercase;
    }

.calculator-body .row {
    display: flex;
}

.calculateForm input, .calculateForm select {
    color: #000;
    background-color: #ECEFF3;
    padding: 15px;
}

.calculateForm {
    padding: 20px;
    border: 2px solid #2D3341;
}

    .calculateForm .pm-btn {
        border-radius: 52px;
        background-color: #db0202;
        border: none;
    }

    .calculateForm .button {
        padding: 10px 20px;
        border-radius: 30px;
        border: none;
        background-color: #FEDD0A;
        font-family: GothamBold;
        display: block;
        margin: 0 auto;
    }

        .calculateForm .button:hover {
            background-color: #db0202;
            color: #fff;
        }

.calculator-body .row .col-md-7, .calculator-body .row .col-md-5 {
    padding: 0px;
    margin: 0px;
}

.calculator-body .result-context {
    background-color: #2D3341;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.bottomAlignedText {
    position: relative;
}

    .bottomAlignedText .result {
        /*        position: absolute;*/
        bottom: 0;
        left: 0;
        line-height: 0.7;
        padding: 50px;
    }

.result .item h2, .result .item h3 {
    color: #fff;
    margin: 0px;
    font-family: GothamBold;
}

.result .item {
    padding: 20px;
}

.result-context .result .arrow {
    position: absolute;
    bottom: 88px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.preOrder {
    background-image: url('/Images/Pre order cover.jpg');
}

    .preOrder .textContent {
        padding: 50px 0;
    }

        .preOrder .textContent img {
            position: absolute;
            margin-top: 70px;
        }

.show-more {
    text-align: center;
}

.filterTitle {
    background-color: #000;
    display: block;
    position: relative;
    color: #fff;
    padding: 30px 10px;
}

    .filterTitle img {
        height: 41px;
        float: left;
        padding: 0px 10px;
        margin-top: 15px;
    }

.productPage .filter {
    padding: 20px 15px;
    background-color: #fff;
}

    .productPage .filter > .filter-context {
        padding: 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }

        .productPage .filter > .filter-context > .title {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }

        .productPage .filter > .filter-context > select {
            width: 100%;
            padding: 10px 15px;
            outline: none;
            border: 1px solid #eee;
            margin-bottom: 20px;
            box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.10);
            background-color: #f5f5f5;
        }

        .productPage .filter > .filter-context > input {
            width: 100%;
            padding: 10px 15px;
            outline: none;
            border: 1px solid #eee;
            margin-bottom: 20px;
            box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.10);
            background-color: #f5f5f5;
        }

        .productPage .filter > .filter-context > ::placeholder {
            color: #000;
            opacity: 1; /* Firefox */
            font-family: "GothamBook";
            font-size: 14px;
        }

        .productPage .filter > .filter-context > button {
            background-color: #FFBB17;
            color: #000;
            border: none;
            width: 100%;
            padding: 10px;
            font-weight: 700;
            outline: none;
            font-family: GothamBold;
            border-radius: 10px;
        }

            .productPage .filter > .filter-context > button:hover {
                background-color: #FAB91C;
                color: #fff;
            }

div.btn-primary {
    background-color: #202631;
    border: none;
    color: #fc3;
    font-family: GothamBold;
    margin: 15px 0 0 0;
    padding: 10px 20px;
}

.protuctHR {
    border-top: 3px solid #F14420;
    margin: 15px 8px;
}

.protuctListTitle {
    color: #000;
    text-transform: uppercase;
    font-family: GothamBold;
    padding: 10px 8px;
}

.productPage {
    background-color: #F4F6F5;
    padding: 50px;
}

.product > .item > .item-context > .details > .product-name {
    font-size: 12px;
    font-weight: bold;
    color: #414246;
    font-family: GothamBold;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.product > .item > .item-context > .details {
    height: 70px;
    text-align: left;
    color: #75777a;
    font-size: 12px;
    padding: 10px;
    font-weight: 400;
    /*font-family: 'Roboto',sans-serif;*/
}

.item .item-context .fuel-type .carCard {
    text-align: left;
    background-color: #F4F6F5;
    color: #000;
    padding: 5px 5px;
    margin: 0 10px;
    font-size: 10px;
}

.item .item-context .fuel-type .paddingLeftZero {
    padding-left: 0px;
}

.item .item-context .fuel-type .paddingRightZero {
    padding-right: 0px;
}

.product-list > .list-context > .item {
    /*position: relative;
    float: left;*/
    padding: 10px;
}

    .product-list > .list-context > .item > .item-context {
        width: 100%;
        background-color: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
        padding: 10px;
        padding-bottom: 0px;
    }

        .product-list > .list-context > .item > .item-context > .image-context {
            height: 150px;
            width: 100%;
            overflow: hidden;
        }

            .product-list > .list-context > .item > .item-context > .image-context > .image {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                height: 100%;
                width: 100%;
                display: table;
                transition: all 1s;
                position:relative;
            }

        .product-list > .list-context > .item > .item-context:hover .image-context > .image {
            transform: scale(1.1);
            transition: all 1s;
        }

        .product-list > .list-context > .item > .item-context > .image-context > .image > .sold {
            background-color: rgba(255, 255, 255, 0.70);
            color: #ccc;
            font-size: 30px;
            font-weight: bold;
            height: 100%;
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .product-list > .list-context > .item > .item-context > .image-context > .image > .sold > img {
                width: auto;
                object-fit: cover;
                max-height: 100px;
                object-position: center;
            }

        .product-list > .list-context > .item > .item-context > .image-context > .image > .w-mark {
            color: rgba(255, 255, 255, 0.50);
            font-size: 30px;
            font-weight: bold;
            height: 100%;
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            pointer-events: none;
        }
        .product-list > .list-context > .item > .item-context > .image-context > .image > .booked {
            color: #fff;
            background-color: #F14521;
            font-size: 10px;
            height: 20px;
            width: 55px;
            padding:3px;
            position: absolute;
            right: 0px;
            bottom: 0px;
        }

.product .item .item-context .price, .related-product > .item > .item-context > .price {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    /*background-color: #000;*/
    background: url(/Images/price-bg.png?v=0);
    display: block;
    float: left;
    margin: 10px;
    position: relative;
    font-family: 'GothamBold',sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product .item .item-context .btn-details, .related-product > .item > .item-context > .btn-details {
    background-color: #eaeaea;
    color: #000;
    border: none;
    font-size: 15px;
    padding: 15px 15px;
    font-family: 'GothamBold', sans-serif;
    outline: none;
    width: 95%;
    border-radius: 5px;
    margin: 10px 10px 20px;
    display: inline-block;
}

    .product .item .item-context .btn-details:hover, .related-product > .item > .item-context > .btn-details:hover {
        background-color: #D83E1E;
    }

.product > .btn-view-all {
    border: 2px solid #000;
    background-color: #f7c809;
    color: #000;
    padding: 10px 35px;
    font-family: 'GothamBold',sans-serif;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    font-size: 30px;
}

    .product > .btn-view-all:hover {
        background-color: #db0202;
        color: #fff;
    }


.carList {
    background-image: url('/Images/cover about-min.jpg');
}

    .carList .textContent {
        padding: 50px 0;
    }

        .carList .textContent h1 {
            text-align: center;
        }

        .carList .textContent img {
            position: absolute;
            margin-top: 70px;
            margin-left: -80px;
            min-height: 305px;
            z-index: 1;
        }

.contactForm button:hover {
    background-color: #dec107;
}

.contactForm button {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #fedd0a;
    border: none;
    font-family: GothamBold;
    margin-top: 20px;
}

    .contactForm button:focus {
        background-color: #dec107;
    }

.card-header h5 {
    color: #000;
    font-family: GothamBold;
}

.body-faq a:hover {
    text-decoration: none;
}

.body-faq .accordion {
    width: 100%;
}

.body-faq i {
    color: #db0202;
}

.productContainer {
    padding: 50px 100px;
}

    .productContainer .product-view {
    }

.product-view .product-left {
    border-top: 10px solid #F14420;
    height: 100%;
    background-color: #fff;
}

.product-view > .product-left > .body > .product-name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-family: GothamBold;
}

.product-view > .product-left > .body > .product-image {
    padding: 15px 10px;
    width: 100%;
    position: relative;
}

    .product-view > .product-left > .body > .product-image > .small-image {
        padding: 10px 0px;
    }

        .product-view > .product-left > .body > .product-image > .small-image .item > .image {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            border: 3px solid #e21010;
            cursor: pointer;
            position: relative;
            border-radius: 10px;
        }

        .product-view > .product-left > .body > .product-image > .small-image .item {
            width: 105px;
            height: 100px;
            border-radius: 10px;
            border: 5px solid #fff;
            overflow: hidden;
        }

    .product-view > .product-left > .body > .product-image > .sold-mark {
        background-color: rgba(255,0,0,.6);
        position: absolute;
        text-align: center;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        bottom: 140px;
        right: 10px;
        padding: 5px 10px;
    }

.price-context {
    background-color: #F14521;
    color: #fff;
    padding: 20px;
    font-family: GothamBold;
    font-size: 28px;
    margin-top: 10px;
}

    .price-context .priceTitle {
        color: #ffffff;
        font-size: 20px;
    }

.loan-note, .product-view-link {
    font-size: 15px;
}

.productDetailsBody .header {
    font-family: GothamBold;
    margin-top: 10px;
    padding: 20px 20px 10px;
    color: #fff;
    background-color: #2C3240;
}

    .productDetailsBody .header hr {
        margin: 0px;
        border-top: 1px solid #F14420;
    }

.productDetailsBody .product-details {
    padding: 0px 20px 10px 20px;
    background-color: #2C3240;
    color: #fff;
}

.productDetailsBody .table > tbody > tr > td {
    border-bottom: 1px solid #838785;
    border-top: none;
    font-family: GothamBook;
}

.productDetailsBody .productDetailsHighlighted {
    background-color: #2C3240;
    color: #fff;
    padding: 20px;
    line-height: 25pt;
    font-size: 20px;
    font-family: GothamBold;
}

    .productDetailsBody .productDetailsHighlighted img {
        height: 22px;
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }


.auctionGrade {
    background-color: #4E555F;
    text-align: center;
    font-family: GothamBold;
    display: block;
    position: relative;
    padding: 30px 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

    .auctionGrade a {
        font-size: 35px;
        color: #fff;
    }

.fuel-efficiency .header {
    background-color: #fff;
    color: #FF936C;
    padding: 0px;
    margin-top: 0px;
    text-decoration: underline;
    display: inline-block;
}

.fuel-efficiency {
    font-size: 12px;
}

    .fuel-efficiency .col-md-5, .fuel-efficiency .col-md-4, .fuel-efficiency .col-md-3 {
        padding: 5px;
    }

    .fuel-efficiency img {
        height: 30px;
    }

.links {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .links .body-context {
        text-align: center;
        background-color: #102128;
        color: #fff;
        font-family: GothamBold;
        padding: 20px 5px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

        .links .body-context a {
            text-align: center;
            color: #fff;
            text-decoration: none;
        }

        .links .body-context button {
            text-align: center;
            color: #fff;
            text-decoration: none;
            background-color: transparent;
            border: none;
        }
/*.productContainer .row{
    display: flex;
}*/
.productDescription {
    padding: 20px 100px;
}

    .productDescription .content {
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

hr {
    border-top: 3px solid #F14420;
    margin: 5px 0px;
}

.productDescription .content hr {
    border-top: 3px solid #F14420;
    margin: 5px 0px;
}

.productDescription .title {
    font-family: GothamBold;
    text-transform: uppercase;
    font-size: 20px;
}

.relatedProducts {
    padding: 20px 90px;
}

    .relatedProducts hr {
        margin: 20px 0px;
    }

    .relatedProducts .header {
        font-family: GothamBold;
        text-transform: uppercase;
        font-size: 20px;
        padding: 0px 10px;
        float: left;
    }

.related-product .details {
    padding: 10px 10px;
}

.related-product > .item > .item-context > .details > .product-name {
    font-family: GothamBold;
}

.related-product > .item > .item-context > .fuel-type {
    font-family: GothamBold;
}

.related-product > .show-more > div {
    cursor: pointer;
    display: inline-block;
    color: #000;
    border: none;
    padding: 10px 20px;
    background-color: #FEDD0A;
    font-family: GothamBold;
    border-radius: 10px;
    font-size: 20px;
}

    .related-product > .show-more > div:hover {
        background-color: #F14420;
        color: #fff;
    }

/*auction sheet*/

.bannerAuctionSheet {
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/Auction sheet Cover.jpg');
    display: block;
    height: 500px;
}

    .bannerAuctionSheet .auctionSheet {
        background-color: rgba(241,68,32,.8);
        height: 500px;
        padding: 80px 20px;
        display: block;
        position: relative;
        color: #fff;
        text-align: center;
        font-family: GothamBold;
    }

        .bannerAuctionSheet .auctionSheet::after {
            content: '';
            height: 30px;
            background-color: rgba(241,68,32,.8);
            width: 100%;
            position: absolute;
            bottom: -30px;
            display: block;
            left: 0px;
        }

        .bannerAuctionSheet .auctionSheet .title {
            font-size: 40px;
            text-transform: uppercase;
            font-family: GothamBoldItalic;
        }

        .bannerAuctionSheet .auctionSheet .details {
            font-size: 50px;
            text-transform: uppercase;
            font-family: GothamBoldItalic;
            font-weight: 900;
        }

        .bannerAuctionSheet .auctionSheet .input-context {
            padding: 15px 0px;
        }

            .bannerAuctionSheet .auctionSheet .input-context input {
                border: none;
                padding: 25px 15px;
                border-radius: 5px;
            }

            .bannerAuctionSheet .auctionSheet .input-context button {
                display: block;
                width: 100%;
                padding: 15px;
                color: #000;
                margin: 15px 0;
                background-color: #FEDD0A;
                border: none;
                border-radius: 5px;
                font-size: 20px;
            }

                .bannerAuctionSheet .auctionSheet .input-context button:hover {
                    color: #fff;
                    background-color: #E7C907;
                }

.benefits {
    padding: 50px 20px;
}

    .benefits > .title {
        font-size: 20px;
        padding-bottom: 30px;
        font-family: GothamMedium;
        font-weight: 600;
        text-align: left;
    }

    .benefits > .details-context {
    }

        .benefits > .details-context > .details-item {
            font-size: 20px;
            line-height: 40px;
        }

            .benefits > .details-context > .details-item > i {
                color: #2cad39;
                margin-right: 10px;
            }

        .benefits > .details-context > button {
        }

            .benefits > .details-context > button:hover {
            }

.image {
    text-align: center;
    /*padding: 20px;*/
}

    .image img {
        height: 300px;
    }

.auctonSeetBenefits {
    margin: 100px auto;
    box-shadow: 1px 1px 13px rgba(0,0,0,.05);
}
/*.auctonSeetBenefits .row{
    display: flex;
}*/
.blackBG {
    background-color: #000;
}

.contact .right-context .socialMedia a:hover {
    text-decoration: none;
    color: #db0202;
}

.aboutUs img {
}

.product-list-header {
    /*background-image: linear-gradient(-45deg,#db0202,#e73c7e,#23a6d5,#db0202);*/
    /*background-image:url('/Images/home-cover.jpg?v=0');*/
    /*background-position: center;
    background-repeat: no-repeat;*/
    /*background-size: cover;*/
    color: #fff;
    text-align: center;
    padding: 50px;
    background: linear-gradient(-45deg,#db0202,#e73c7e,#23a6d5,#db0202);
    background-size: auto;
    animation: gradient 15s ease infinite alternate;
    background-size: 400% 400%;
}

    .product-list-header > .search-box {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

        .product-list-header > .search-box table {
            width: 100%;
        }

            .product-list-header > .search-box table .btn-context {
                width: 50px;
            }

        .product-list-header > .search-box .form-control {
            height: 45px;
        }

        .product-list-header > .search-box .btn-success {
            height: 45px;
            border-radius: 0px;
            background-color: #17ca7d;
            outline: none;
        }

            .product-list-header > .search-box .btn-success:hover {
                background-color: #00bd6b;
                border-color: #00bd6b;
            }

.none {
    display: none !important;
}

.carReview .layer {
    background-color: rgba(0,0,0,.4);
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: inherit;
}

.loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

    .loader > .main-context {
        display: table;
        height: 100%;
        width: 100%;
    }

        .loader > .main-context > .body {
            height: 100%;
            color: #fff;
            width: 100%;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .loader > .main-context > .body > .title {
                padding-top: 5px;
            }

@media(max-width: 1440px) {
    .relatedProducts p {
        font-size: 15px;
    }

    .relatedProducts {
        padding: 20px 30px;
    }
}

@media(max-width: 1308px) {
    .top-bar .navigation > .nav-item > a {
        padding: 10px 5px;
    }
}

@media (max-width: 1024px) {
    .productContainer {
        padding: 10px 10px;
    }

        .productContainer .product-view {
            padding: 10px 15px;
        }

    .product .item .item-context .price, .related-product > .item > .item-context > .price {
        font-size: 15px;
    }

    .product .item .item-context .btn-details, .related-product > .item > .item-context > .btn-details {
        padding: 5px 0px;
        margin: 0px 5px 8px;
    }

    .relatedProducts p {
        font-size: 12px;
    }

    .relatedProducts {
        padding: 20px 10px;
    }

    .productPage {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .item .item-context .fuel-type .paddingRightZero {
        padding-right: 15px;
    }

    .item .item-context .fuel-type .paddingLeftZero {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {

    .calculator-body .row {
        display: block;
    }

    .bottomAlignedText .result {
        position: unset;
    }

    .calculate-context {
        padding: 80px 0px 0px 0px;
    }

    .calculateForm {
        padding: 30px;
    }

    .product .item .item-context .price, .related-product > .item > .item-context > .price {
        font-size: 12px;
        padding: 5px;
        margin: 5px;
        border: none;
    }

    .product .item .item-context .btn-details, .related-product > .item > .item-context > .btn-details {
        padding: 5px 0px;
        margin: 0px 5px 8px;
    }

    .relatedProducts {
        padding: 20px 10px;
    }

    .calculator-banner .textContent {
        /*width: 36%;*/
    }

        .calculator-banner .textContent::after {
            height: 13px;
            bottom: -13px;
        }

    .item .item-context .fuel-type .paddingRightZero {
        padding-right: 15px;
    }

    .item .item-context .fuel-type .paddingLeftZero {
        padding-left: 15px;
    }
}

@media (max-width:600px) {
    .show-more {
        margin-bottom: 20px;
    }

    .footer-simple .menu-context > .item-body {
        font-size: 10px;
        margin: 0 auto;
        padding: 10px 0px;
        display: block;
        text-align: center;
        position: relative;
        width: 100%;
    }

    .footer-simple .menu-context .ssl-icon {
        margin: 0 auto;
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 80%;
    }

    .footer-simple .google-rate {
        position: relative;
        float: none;
        width: 195px;
        margin: 0 auto;
        display: block;
        padding-top: 20px;
    }

        .footer-simple .google-rate::before {
            left: 0px;
            top: 10px;
        }


    /*About us section*/
    .carList .textContent img {
        position: absolute;
        margin-top: -7px;
        margin-left: 20px;
        width: 270px;
        min-height: 125px;
    }

    .calculator-banner {
        height: 350px;
        margin-bottom: 20px;
    }

        .calculator-banner .textContent {
            background-color: rgba(219,2,2,.5);
            height: 321px;
            padding: 175px 0;
        }

            .calculator-banner .textContent::after {
                height: 17px;
                background-color: rgba(219,2,2,.5);
                bottom: -17px;
            }


    /*Our stock section*/
    .productPage {
        padding: 15px;
        margin-top: 10px;
    }

    .product .item .item-context .price, .related-product > .item > .item-context > .price {
        font-size: 12px;
        padding: 15px;
        margin: 10px;
    }

    .product .item .item-context .btn-details, .related-product > .item > .item-context > .btn-details {
        font-size: 12px;
        padding: 5px 5px;
        width: 93%;
        margin: 2px 10px 15px;
    }

    .item .item-context .fuel-type .paddingRightZero {
        padding-right: 15px;
    }

    .item .item-context .fuel-type .paddingLeftZero {
        padding-left: 15px;
    }


    /*Auction Sheet verification section*/
    .bannerAuctionSheet .auctionSheet {
        background-color: rgba(241,68,32,.5);
        height: 497px;
        padding: 80px 20px;
    }

        .bannerAuctionSheet .auctionSheet .title {
            font-size: 30px;
        }

        .bannerAuctionSheet .auctionSheet .details {
            font-size: 40px;
        }

        .bannerAuctionSheet .auctionSheet .input-context button {
            font-size: 15px;
        }

    .image {
        padding: 0px;
    }


    /*Preorder Section*/
    .calculator-banner .textContent h1, .calculator-banner .textContent h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .preOrder .textContent img {
        position: absolute;
        margin-top: 20px;
        width: 294px;
    }


    /*Consultation Section*/
    .contactForm {
        padding: 12px;
        width: 100%;
    }

    .banner .textContent {
        background-color: rgba(219,2,2,.5);
        width: 50%;
    }

        .banner .textContent span {
            font-size: 56px;
        }

    .consultation .row {
        display: block;
    }

    /*Loan calcilator Section*/
    .calculate-context {
        padding: 30px 0px 0px 0;
    }

    .bottomAlignedText .result {
        position: unset;
        line-height: 0.7;
        padding: 0;
    }

    .result-context .result .arrow {
        display: none;
    }

    .calculator-body .row {
        display: block;
    }

    .calculate-context h4 {
        padding: 20px;
    }
    /*Car view Container Section*/
    .productContainer {
        padding: 0px 10px;
    }

    .small-image {
        overflow: hidden;
    }

    .product-view > .product-left > .body > .product-image > .small-image .item {
        height: 46px;
        border-radius: 0px;
        border: 1px solid #fff;
    }

    .productDescription {
        padding: 20px 10px;
    }

        .productDescription .content {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

    .relatedProducts {
        padding: 10px 10px;
    }

    .related-product > .show-more > div {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 15px;
    }
}
