@charset "utf-8";

/***** Design By Sagar 5.1 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .3px;
    line-height: 26px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    padding: 0;
    margin: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */
.bannercar{ margin-top:-60px!important;}
.bannercar1{ margin-top:-60px!important;}
:root {
    --primary: #ea0015;
    --secondary: #222;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.mobile_logo{
        max-height: 90px;
    position: relative;
    top: 15px;
    width: 80px;
}

.icons-p{
        font-size: 11px;
}

.navigation {
    /*background-image: url(../images/top_header.png);*/
    background-size: cover;
    background-color: #1a1a1a;
    background-position: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 2%;
    padding-right: 0;
}

.header-bg li a {
    padding: 32px 13px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 400;
    border-radius: 3px;
}

.header-bg li a:hover {
    color: #fff;
}

.booknow {
    padding: 14px 5px !important;
    background-color: #dd0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 0 !important;
}

.right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.booknow i {
    display: block;
    line-height: 16px;
    font-size: 21px;
    padding-bottom: 5px;
}

.booknow span {
    width: 73px;
    display: block;
    line-height: 18px;
    font-size: 13px;
}

.enquiry {
    padding: 14px 5px !important;
    background-color: #03083d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 0 !important;
    position: relative;
    right: -4px;
}

.enquiry i {
    display: block;
    line-height: 16px;
    font-size: 18px;
    padding-bottom: 5px;
}

.enquiry span {
    width: 73px;
    display: block;
    line-height: 18px;
    font-size: 13px;
}

.arrow {
    font-size: 11px;
}

.headerpart {
    position: relative;
    display: flex;
    align-items: center;
	z-index: 9999;
}

.header {
    z-index: 99;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s;
    z-index: 9999;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 26%);
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -42px;
    min-width: 160px;
    background-color: #fff;
}

.dropdoqwn {
    background-color: #fff;
}

.dropdoqwn li a {
    display: block !important;
    font-size: 15px;
    padding: 8px 15px;
    min-width: 150px;
    text-align: left;
    border-radius: 0px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize !important;
    transition: .4s ease-in-out;
	border-bottom:1px solid #ccc;
}

.dropdoqwn li a:hover {
    background-color: #e4004b;
    color: #fff;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeIn .5s;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu h6 {
    color: #f74922;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 15px;
}

.megamenu a {
    padding: 2px 0px !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #444 !important;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu i {
    font-size: 19px;
}

.megamenu {
    background-color: #fff;
    color: #444;
    min-height: 252px;
    border-radius: 0px 0px 10px 10px;
    padding: 1rem 2rem 1rem 2rem;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 26%);
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}


nav {
    position: relative;
}

.side-right {
    float: right;
    z-index: 99;
}

.side-right li {
    display: inline-block;
    margin-right: 10px;
}


.logo-m {
    display: none;
}
footer iframe{
    object-fit: cover;
    max-width: 100%;
}

.darkHeader {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 26%);
    animation: fadeInDown 1s forwards;
    width: 100%;
    margin: 0 auto;

}


.hide {
    display: none;
}

.form_fixed{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 888;
}

.txt_area {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.banner_form {
    position: relative;
}

.banner1 {
    position: relative;
    background: url(../images/banner.png);
    background-size: 100%;
}


.cover {
    object-fit: cover;
    height: 625px;
    width: 100%;
}

.text_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8888;
}

.call {
    text-align: right;
    display: block;
    margin-top: 1rem;
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
}

.email strong {
    display: block;
    margin-top: 3rem;
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
}

.car {
    text-align: center;
}

.car h3 {
    font-size: 20px;
    margin-top: 3rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.form1 {
    display: flex;
    position: relative;
    margin-top: 1rem;
}

.formset {
	height:68px;
    background-color: #fff;
    border: 3px solid #dfdfdf;
    transition: .5s ease-in-out;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none;

}

.formset::placeholder {
    color: #bababa;
    font-size: 22px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.button1 {
    background-color: #dd0000;
    border: none;
    width: 122px;
    height: 59px;
    text-align: center;
    font-weight: 400;
    top: 4px;
    color: #fff;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 6px;
    font-size: 20px;
    padding-right: 17px;
    padding-top: 7px;
    border-radius: 0px 6px 6px 0px;
}

.car h2 {
    color: #dd0000;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0.5rem;
}

.car h4 {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 1rem;
}

.car_panel img {
    display: block;
    margin-left: auto;
}

.counter_section {
    padding: 3rem 0rem;
}

.flex-area {
    display: flex;
    align-items: center;
}

.flex-area img {
    padding-right: 1rem;
}

.text-plus {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 35px;
}

.text-group h4 {
    font-weight: 400;
    color: #666;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.about_section {
    background-color: #dd0000;
    color: #fff;
    padding: 5rem 0rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.about_section img {
    border: 20px solid #fff;
}

.about_section h5 {
    font-size: 18px;
}

.about_section h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 24px;
    margin-top: 10px;
}

.four_steps {
    padding: 3rem 0rem;
    text-align: center;
}

.four_steps strong {
    display: block;
    color: #ea0015;
    font-weight: 500;
}

.four_steps h2 {
    font-weight: 800;
    font-size: 46px;
    color: #1a1a1a;
    margin-top: 9px;
    padding-bottom: 31px;
}

.box1 {
    margin-top: 3rem;
    position: relative;

}

.box1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 140px;
    border: 2px solid #ea0015;
    margin-left: auto;
    margin-right: auto;
    transition: .4s ease-in-out;
    position: relative;
    background-color: #fff;
}

.box1::after {
    position: absolute;
    top: 35%;
    content: '';
    left: 0;
    right: 0;
    border-top: 1px dashed #ccc;
    z-index: -1;
}

.box1 a i {
    font-size: 3.5rem;
}

.box1 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.5rem;
}

.box1:hover a {
    background-color: #ea0015;
    color: #fff;
}

.product {
    text-align: center;
    padding: 2rem 0rem;
}

.product strong {
    display: block;
    color: #000000;
    font-weight: 500;
    margin-top: 9px;
}

.product h3 {
    font-weight: 800;
    font-size: 36px;
    color: #1a1a1a;
    margin-top: 9px;
    text-transform: uppercase;
}
.product_1 img{ width:100%; height:180px; object-fit:contain;}

.product_1 {
    border: 2px solid #f0f0ff;
    margin-top: 2rem;
    padding: 1.1rem;
    transition: .2s ease-in-out;
}

.product_1:hover {
    border: 2px solid #ea0015;
}

.image {
    display: block;
    object-fit: cover;
    max-height: 135px;
    transition: .3s ease-in-out;
}

.toyota {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.product_1 span {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    color: #ea0015;
    font-size: 22px;
        text-align: center;
}

.group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;

}

.group i {
    color: #ea0015;
    font-size: 15px;
    padding-right: 3px;
}

.group a {
    color: #666;
    margin-right: .5rem;
    margin-left: .5rem;
    font-size: 13px;
    font-weight: 400;
}

.two_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ea0015;
    margin-top: 1rem;
}

.btn-1 {
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    transition: .4s ease-in-out;
}

.btn-1:hover {
    background-color: #050c57;
}

.btn-2 {
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    display: block;
    width: 100%;
}

.brands {
    padding: 4rem 0rem;
}

.offers img {
    display: block;
    margin-left: auto;
}

.brands h5 {
    font-weight: 700;
    color: #222;
    font-size: 25px;
}

.client1 {
    border: 2px solid #f0f0ff;
    border-radius: 15px;
    padding: 1rem 1rem;
    text-align: center;
    margin-top: 1.5rem;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client1 img {
    transition: .4s ease-in-out;
}

.client1:hover img {
    transform: scale(1.1);
}

footer {
    background: #181f66;
    font-size: 14px;
    background-size: 100%;
    padding: 125px 0px 0px 0px;
    color: #fff;
    font-weight: 300;
}

footer p {
    max-width: 335px;
}

.footerproduct strong {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px
}

.footerproduct ul li a {
    line-height: 36px;
    color: #fff;
    transition: .2s ease-in-out;
}

.footerproduct ul li a:hover i {
    color: #fff;
}

.footerproduct ul li a i {
    color: #ea0015;
    transition: .2s ease-in-out;
    padding-right: 6px;
}

.media {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.media a {
    display: inline-block;
    background-color: #ea0015;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .938rem;
    border: 1px solid #ea0015;
    transition: .4s ease-in-out;
}

.media a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transform: rotateY(360deg);
}


.outer-box {
    background-color: #ea0015;
    position: relative;
    margin-bottom: -67px;
    align-items: center;
}

.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
}

.wrap i {
    color: #fff;
    font-size: 2rem;
    padding-right: 1rem;
}

.wrap strong {
    display: block;
    color: #ffff;
    font-size: 22px;
    font-weight: 600;
}

.wrap a {
    display: block;
    color: #ffff;
    font-size: .938rem;
    margin-top: 5px;
    word-break: break-word;
}

.column1:nth-child(1n+1) {
    border-right: 1px solid rgba(255, 255, 255, 37%);
}

.column1:nth-last-child(1) {
    border-right: none !important;
}

.copryright {
    padding: 20px 0px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 10%);
}

.copryright a {
    color: #f53142;
    font-weight: 500;
}

.copryright img {
    display: block;
    margin-left: auto;
}
.allpagescont{ padding:40px 0px;}
.breadcrm{ background:url(../images/breadbg.jpg) no-repeat; background-size:100%; padding:50px 0px;}
.breadcrm h4{ font-size:40px;}

.onlinefromborder{ border:1px solid #ccc; padding:30px; border-radius:8px;}
.form-control{box-shadow: inset 0 0 13px 0 rgba(0,0,0,.08);color: #777; border:1px solid #ccc; padding:8px;}
.submit {
    background-color: #6e1158;
    border-radius: 5px;
    color: #fff;
    border-bottom: 4px solid #ff2f00;
    display: block;
    font-size: 16px;
    padding: 5px 15px;
	outline:none;
	
	margin:0 auto;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
.onlinefromborder h3{ text-align:center; font-size:26px; color:#dd0000; padding-bottom:15px;}
.contactus i{ color:#F00;}
.contactus{ font-size:16px;}
.allcarlist{ background:#e2e2e2; padding:40px 0px;}
.alllistpack{ background:#fff; border:1px solid #ccc; padding:15px 15px 0px; border-radius:5px; position:relative;    min-height: 300px;}
.alllistpack:hover{border:1px solid #f00808;}
.alllistpackimages{ text-align:center;}
.gratedeal{ background:#ccffe5; padding:0px 7px; border-radius:5px; font-size:12px; color:#2d4a28; position:absolute; top:10px; right:10px;}
.bookonlinebutton a{background: linear-gradient(135deg,#ff690f 0%,#e8381b 100%); display:table; padding:5px 10px; border-radius:5px; color:#fff; font-weight:600;}
.alllistpack ul li{ background:url(../images/right.png) no-repeat; background-position:0px 8px; padding-left:15px;}
.alldetails ul li{background:url(../images/right.png) no-repeat; background-position:0px 8px; padding-left:15px;}
.pagecontenttext{ text-align:justify;}
.pagecontenttext h4{ text-align:left; padding-bottom:10px;}
.pagelistright h5{ background:#dd0000; text-align:center; color:#fff; font-size:18px; padding:8px 10px;}
.pagecontenttext ul li{ font-size:16px; line-height:30px;}
.pagelistright{ border:1px solid #ccc; padding:5px;}
.pagelistright ul li{ line-height:32px;}
.pagelistright ul li a{  display:block; font-weight:600; padding:5px 5px; background:#f5f5f5; border-bottom:1px solid #cfcfd3;}
.pagelistright ul li a:hover{ display:block; background:#03083d; color:#fff;border-bottom:1px solid #fff;}
.pagecontenttext i{ color:#dd0000;}
.network li{ border:1px solid #ccc; border-radius:0px; margin-top:-1px; margin-right:-1px; padding:5px 8px;}
.network li:hover{ background:#dd0000; color:#fff;}

.prosecbg img{ width:100%; height:200px; object-fit:contain;}
.prosecbg{box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;}
