#myHeader{
    
}
#vivtron{
    width: 130px;
    padding: 0px;
}

#img-sc{
    width: 100%;
    height: 50%;
    object-fit: cover;
}
.image-banner{
    background-image: url(../scooty-img/imgge-2.jpg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.image-banner .content ul{
margin-left: 250px;
}
.image-banner .content a{
    color: #ffff;
    font-size: 36px;
}
.image-banner .content #span{
    display: block;
    height: 40px;
    width: 2px;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

/*about start*/
.about{
    padding:100px;    
}

.about .containt h2{
    font-style: italic;
    font-size: 32px;
   font-weight: 800;
   padding-bottom: 30px;
}
.about .containt p{
    padding-bottom: 20px;
    font-size: 18px;
    color: #13121299;
}
.about .containt .col1{
    width: calc(33.33% - 0px);
}
.about .containt .col2{
    width: calc(25% - 0px);
}
.about .containt .col1 p,
.about .containt .col2 p{
    font-weight: 700;   
    color: #07070799;
    padding-bottom: 20PX;
}


/*rover*/
.rover{
    position: relative;
    padding: 50px;
    background-color: #f7f7f7;
}
#cooper{
    background-color: antiquewhite;
}
#pluto{
    background: #f7e9e9;
}
#evoque{
    background-color: aliceblue;
}
#Coupe{
    background-color: floralwhite;
}
#Nexo{
    padding: 0px;
    background-color: rgb(255, 255, 255);
}
#nexoimg{
    width: 114%;
    margin-left: -6.7%;
}

.rover .img1{
    width: 65%;
}

.rover .img1 .text h2{
    position: absolute;
    top: 60px;
    right: 100px;
    font-size: 40px;
    font-weight: 800;
    color: #ffff;
    background-color: #a5a5a5;
    padding: 10px 80px;
    border-radius: 40px 0px 40px 0px;
}
.rover .color{
    text-align: end;
}
.rover .color p{
    padding-top: 70px;
    font-size: 25px;
    font-weight: 400;
    color: #424242;
}

.rover .color .box1 .col1, 
.rover .color .box1 .col2,
.rover .color .box1 .col3,
.rover .color .box1 .col4,
.rover .color .box1 .col5
{
    background-color: rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    border-radius: 5px;
    font-size: 20px;
}
.rover .color .box1 .col2{
   background-color: blue;
    color: blue; 
}
.rover .color .box1 .col5{
     background-color: #000;
    color: #000; 
}
.rover .color .box1 .col3{
     background-color: #fff;
    color: #fff;
}
.rover .color .box1 .col4{
     background-color: #999;
    color: #999;
}
table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
tr, td{
    border: 2px solid #999;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
    color: #424242;
}
.rover .col{
    width: calc(20% - 0px);
    padding: 25px 0px; 
}
.rover .col img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-left: 35px;
}
.rover .col p{
    font-size: 16px;
    font-weight: 700;
}
#any{
    margin-left: 35px;
}
#anti{
    padding-left: 25px;
}

/*chooseus start*/
.chooseus{
    background-color: #f0f0f0;
}
.chooseus h2{
    text-align: center;
    font-weight: 900;
    font-size: 38px;
}
.chooseus span{
    display: block;
    width: 40%;
    height: 8px;
    background-color: #363636;
    margin-top: 10px;
    margin-left: 30%;
    border-radius: 100%;
    margin-bottom: 50px;
}
.chooseus .col{
    width: calc(19% - 5px);
    margin: 3px;
    background-color: #fff;
    padding: 20px 5px 10px 0px;
    border-radius: 20px;
}
.chooseus .col img{
 width: 90px;
 height: 90px;
 object-fit: cover;
 margin-left: 65pX;
}
.chooseus .col H6{
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}
#finance{
    width: 150px;
    margin-left: 35px;
}
#iciciback{
    width: 50%;
    height: 25px;
    margin-left: 55px;
}