@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700&display=swap');

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('../fonts/BigNoodleTitling.eot');
    src: url('../fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BigNoodleTitling.woff2') format('woff2'),
        url('../fonts/BigNoodleTitling.woff') format('woff'),
        url('../fonts/BigNoodleTitling.ttf') format('truetype'),
        url('../fonts/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georama Medium';
    src: url('../fonts/Georama-Medium.ttf');
}

@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'BigNoodleTitling';
}

p {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

ul li {
    list-style: none;
}

h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.pr {
    padding-right: 0px;
}

.pl {
    padding-left: 0px;
}

.logo {
    padding: 20px 0 16px 0;
}

.banner {
    /* margin-top:4%;*/
    background-size: 100% !important;
}

.banner-f {
    background: url(../images/xuv-desktop.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
    height: 800px;
}

.price-cantt {
    float: right;
    padding-right: 10%;
}

.price-cantt h2 {
    text-align: left;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.price-cantt h3 {
    padding-top: 10px;
    font-weight: 800;
}

.price-cantt h3 span {
    font-size: 37px;
    color: #e33044;
    font-weight: 500;
}

#main {
    padding-top: 20px;
}

.box-style {
    font-size: 13px;
    text-align: justify;
    color: #252525;
    line-height: 22px;
}

/*.header-cantt{ padding-bottom:20px; }*/
.form-part {
    margin-top: 7%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.mt20 {
    margin-top: 20px;
}

.footer {
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.form {
    background: rgba(0, 0, 0, 0.75);
    padding: 15px 15px;
    width: 73%;
    border-radius: 0.8rem;
}

#more {
    display: none;
}

.form-control {
    background-color: transparent !important;
    border-radius: 30px;
    border: 1px solid #ffffff;
    height: 44px;
    color:#d9d9d9;
}

.form-group {
    margin-bottom: 12px !important;
}

select[name="location"] {
    color: #ffffffaa;
}

select option {
    color: black;
    background-color: #ffffffaa;
}

.location-opt-group {
    color: red;
}

.location-opt-group option {
    color: green;
}

.btn-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 30px;
    font: 500 1.5rem 'Lato Regular';
}

hr {
    margin-top: 15px;
    margin-bottom: 13px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #eee;
}

.img {
    position: relative;
    overflow: hidden;
}

.img img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

label.error {
    font-size: 13px;
    color: #fff;
}

.img-g {
    background: #f5f5f5
}

.img {
    margin-bottom: 30px;
}

table thead {
    background: rgba(10, 9, 9, 0.7);
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.specifications {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4%;
}

.specifications h1:before {
    content: '';
    background: #002025;
    height: 2px;
    display: block;
    width: 130px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%) !important;
}

.specifications h1 {
    padding-bottom: 15px;
    color: #333;
    line-height: 26px;
    font-size: 45px;
}

.speci-bg {
    padding-bottom: 40px;
    padding-top: 60px;
}

.ct-cantt-b {
    min-height: 240px;
    background: rgb(227, 48, 68);
    color: #fff;
    padding: 0px;
    border-radius: 5px;
    border: #ddd solid 1px;
    margin-bottom: 15px;
}

.ct-cantt-b h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 7px 0px 0px;
    text-transform: capitalize;
}

.ct-cantt-b h3 {
    font-size: 20px;
}

.ct-cantt-b p {
    padding: 5px 0px;
}

.copyright {
    background: #333;
    padding: 15px;
}

.ct-cantt-b img {
    width: 100% !important;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li a {
    text-transform: uppercase;
    background: #f5f5f5;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    float: left;
    margin-right: 15px;
}

ul.tabs li a.current {
    color: #e33044 !important;
    border-bottom: #e33044 solid 2px
}

.tab-content {
    display: none;
    padding: 15px;
    margin-top: 40px;
}

.tab-content.current {
    display: inherit;
}

.buttion {
    text-decoration: none !important;
    background: #e3330f;
    color: #fff;
    padding: 5px 15px;
    width: 130px;
    margin: 0px auto;
    display: block;
}

.buttion:hover {
    color: #fff;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #adadad;
}

.fet-pt {
    height: 400px;
    overflow: auto;
    /* padding: 18px;*/
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff !important;
}

.img-pt img {
    margin-bottom: 25px;
}

.specificationsWrapper .spcfWrapper {
    padding: 0 100px;
}

.spcfUL {
    margin: 0px;
    padding: 0px;
}

.spcfWrapper,
.spcfDetails,
ul.spcfUL,
.tabDetails,
.tabWrapper,
ul.featureTabUL li a,
ul.featureTabUL {
    width: 100%;
    float: left;
}

.spcfWrapper ul.spcfUL li:nth-child(4n+1) {
    clear: left;
}

.spcfWrapper ul.spcfUL li {
    width: 25%;
    float: left;
    padding: 0 25px;
    margin: 30px 0;
}

.spcfWrapper ul.spcfUL li .cont {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 70px;
}

.spcfWrapper ul.spcfUL li .cont h3 {
    text-align: left;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 5px;
    padding: 0;
}

.spcfWrapper ul.spcfUL li .cont h3::after {
    width: 60px;
    height: 60px;
    content: '';
    display: block;
    position: absolute;
    left: -80px;
    top: -5px;
    background: url(../images/marazzo-sprite.png) no-repeat -43px -141px;
}

.spcfWrapper ul.spcfUL li.emission .cont h3::after {
    background-position: -43px -302px;
    top: 1px;
}

.spcfWrapper ul.spcfUL li.cubicCapacity .cont h3::after {
    background-position: -43px -141px;
}

.spcfWrapper ul.spcfUL li.maxPower .cont h3::after {
    background-position: -143px -141px;
    left: -70px;
}

.spcfWrapper ul.spcfUL li.maxTorque .cont h3::after {
    background-position: -213px -139px;
}

.spcfWrapper ul.spcfUL li.transmission .cont h3::after {
    background-position: -301px -139px;
}

.spcfWrapper ul.spcfUL li.tyres .cont h3::after {
    background-position: -117px -215px;
}

.spcfWrapper ul.spcfUL li.frontSuspension .cont h3::after {
    background-position: -45px -215px;
    left: -70px;
}

.spcfWrapper ul.spcfUL li.fuelTank .cont h3::after {
    background-position: -209px -214px;
}

.spcfWrapper ul.spcfUL li.tyres .cont h3::after {
    background-position: -117px -215px;
}

.spcfWrapper ul.spcfUL li.brakes .cont h3::after {
    background-position: -361px -215px;
}

.spcfWrapper ul.spcfUL li.wheelBase .cont h3::after {
    background-position: -300px -215px;
    left: -68px;
}

.fe-ce {
    margin-bottom: 15px;
    min-height: 385px;
    border: #c1bfbf solid 1px;
    padding: 10px;
    background: #efeeee;
}

.fe-ce h4 {
    font-size: 25px;
    line-height: 22px;
    color: #baa378;
    padding-bottom: 15px;
}

.fe-ce h4 small {
    color: #baa378;
}

.banner-f2 {
    height: 98vh
}

@media (max-width:1440px) {
    .img-responsive2 {
        max-width: 53% !important;
    }

    .form-part {
        top: 15%;
    }

    .banner-f {
        height: 780px;
    }
}

@media (max-width:1366px) {
    .img-responsive2 {
        max-width: 53% !important;
    }

    .banner {
        background-size: cover !important;
        height: 557px;
    }

    .form-part {
        top: 0% !important;
    }

    .banner-f {
        height: 700px;
    }

    .form {
        width: 90%;
    }

    .fe-ce {
        min-height: 355px;
    }
}

@media (max-width:768px) {
    .banner {
        margin-top: 4%;
        height: 425px !important;
    }

    .form-part {
        position: inherit;
    }

    .form {
        background: rgb(0, 0, 0);
        border-radius: 0.8rem;
        padding: 16px 15px;
        margin-top: 13px;
    }

    .dp {
        margin-top: 60px;
    }

    #main {
        padding-top: 0px;
    }

    .price-cantt h2 {
        text-align: center;
    }

    .price-cantt {
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }

    .speci-bg {
        margin-top: 15px;
    }

    .form-part {
        width: 100%;
    }

    .form-part {
        margin-top: 0% !important;
    }

    .form {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .banner-f {
        background: #fff !important;
        height: auto;
    }

    .form {
        width: 100%;
    }
}

@media (max-width: 675px) {
    .img-responsive2 {
        max-width: 100% !important;
    }

    .header-cantt {
        padding-top: 57px;
    }

    .banner {
        margin-top: 12%;
        height: 150px;
    }

    .price-cantt h3 span {
        font-size: 25px;
    }

    .form-part {
        position: inherit;
    }

    .form {
        background: rgb(0, 0, 0);
        height: 380px;
        border-radius: 0.8rem;
    }

    .ct-cantt-b img {
        width: 100%
    }

    ul.tabs li a {
        font-size: 11px;
        padding: 5px 8px;
        margin-right: 5px;
    }

    .buttion {
        z-index: 99999;
        position: relative;
    }

    .speci-bg {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .spcfWrapper ul.spcfUL li {
        width: 50%;
    }

    .spcfWrapper ul.spcfUL li:nth-child(2n+1) {
        clear: left;
    }

    .spcfWrapper ul.spcfUL li .cont h3 {
        font-size: 14px;
    }

    .spcfWrapper ul.spcfUL li .cont h3::after {
        left: -20px;
        top: -35px;
    }

    .spcfWrapper ul.spcfUL li .cont {
        padding: 0 0 0 0px;
    }

    .spcfWrapper ul.spcfUL li .cont h3::after {
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        -webkit-transform-origin: right 0;
        -moz-transform-origin: right 0;
        transform-origin: right 0;
    }

    .spcfWrapper ul.spcfUL li.emission .cont h3::after {
        background-position: -43px -302px;
        top: -29px;
    }

    .spcfWrapper ul.spcfUL li.maxPower .cont h3::after {
        left: -25px;
    }

    .spcfWrapper ul.spcfUL li.frontSuspension .cont h3::after {
        left: -24px;
    }

    .spcfWrapper ul.spcfUL li.wheelBase .cont h3::after {
        left: -25px;
    }

    .spcfWrapper ul.spcfUL li .cont p {
        font-size: 12px;
    }

    .spcfWrapper {
        margin-top: 18px;
    }

    .fe-ce h4 {
        font-size: 23px;
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    .banner {
        margin-top: 12%;
        height: 325px !important;
    }

    .header-cantt {
        width: 100%;
    }

    .specifications h1::before {
        width: 149px;
    }

    .fet-pt {
        margin-top: 19px;
    }

    h1 {
        font-size: 24px;
    }

    .fe-ce {
        margin-bottom: 15px;
        min-height: 230px;
    }
}

@media (max-width: 675px) {
    .header-cantt {
        padding-top: 16px;
        width: 100%;
        margin: 0px auto;
    }
}

@media (max-width:414px) {
    .header-cantt {
        /*padding-top:75px;*/
        width: 100%;
        padding: 0px;
    }

    .banner {
        margin-top: 13%;
        height: 222px !important;
    }
}

@media (max-width:375px) {
    .banner {
        margin-top: 12%;
        height: 202px !important;

    }

    .header-cantt {
        /*padding-top:75px;*/
        width: 100%;
    }
}

@media (max-width: 320px) {
    #main {
        padding-top: 37px;
    }

    .banner {
        margin-top: 12%;
        height: 175px !important;
    }

    /* .header-cantt {
   padding-top:50px;
} */
    ul.tabs li a {
        padding: 5px 4px;
    }
}