/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Bold.eot');
  src: url('../fonts/ClashGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/ClashGrotesk-Bold.woff') format('woff'),
    url('../fonts/ClashGrotesk-Bold.ttf') format('truetype'),
    url('../fonts/ClashGrotesk-Bold.svg#ClashGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Light.eot');
  src: url('../fonts/ClashGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
    url('../fonts/ClashGrotesk-Light.woff') format('woff'),
    url('../fonts/ClashGrotesk-Light.ttf') format('truetype'),
    url('../fonts/ClashGrotesk-Light.svg#ClashGrotesk-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Semibold.eot');
  src: url('../fonts/ClashGrotesk-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
    url('../fonts/ClashGrotesk-Semibold.woff') format('woff'),
    url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype'),
    url('../fonts/ClashGrotesk-Semibold.svg#ClashGrotesk-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--fnt-family-primary);
}

a {
  text-decoration: none;
}

.body {
  background-image: url("../images/fullback.png");
  background-repeat: repeat;
}

:root {
  --color-primary: #c90000;
  --color-secondary: #000000;
  --color-light: #fff;
  --fnt-family-primary: 'Poppins', sans-serif;
  --fnt-family-secondary: 'Jost', sans-serif;
  --fnt-family-light: 'Bebas Neue', sans-serif;
  --font-family-clashgrotesk: 'Clash Grotesk', sans-serif;
}

/* menue */
nav {
  background-color: var(--color-light);
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

nav .navbar-nav .nav-item .nav-link {
  font-family: var(--fnt-family-secondary);
  font-size: 19px;
  line-height: 18px;
  color: var(--color-secondary);
  font-weight: 500;
  margin-right: 10px;
}

nav .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

nav .navbar-nav .nav-item .nav-link.actives {
  color: var(--color-primary);
}

nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-primary);
}

.offcanvas .navbar-nav .nav-item .nav-link {
  font-family: var(--fnt-family-secondary);
  font-size: 19px;
  line-height: 18px;
  color: var(--color-secondary);
  font-weight: 500;
  margin-top: 10px;
}

.offcanvas .navbar-nav .nav-item .nav-link.actives {
  color: var(--color-primary);
}

.offcanvas .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-primary);
}

nav .icons .btns1 {
  font-family: var(--fnt-family-secondary);
  font-size: 19px;
  line-height: 18px;
  color: var(--color-secondary);
  font-weight: 400;
}

nav .icons .btns2 {
  font-family: var(--fnt-family-secondary);
  font-size: 17px;
  line-height: 16px;
  background-color: var(--color-secondary);
  color: var(--color-light);
  font-weight: 600;
  padding: 10px 20px;
}

.icons{
  margin-left: 4rem;
}

/* banners */
.banners {
  text-align: center;
}

.banners .bg-img1 {
  background-image: url("../images/Main\ Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 260px;
  position: relative;
}

.banners .bg-img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000069;
}

.banners .bg-img1 .container {
  z-index: 99;
  position: relative;
}

.banners .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid var(--color-light);
  width: 120px;
  border-radius: 17px !important;
  opacity: 1 !important;
  margin: 0 23px !important;
}

.banners .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
}

.banners h6 {
  font-size: 15px;
  line-height: 14px;
  text-decoration: underline;
  color: var(--color-light);
  font-weight: 700;
}

.banners h2 {
  font-size: 58px;
  line-height: 61px;
  color: var(--color-light);
  font-weight: 700;
  margin-top: 25px;
}

.banners h2 .spans {
  background-color: var(--color-primary);
  font-size: 58px;
  line-height: 54px;
  color: var(--color-light);
  font-weight: 700;
  /*padding-right: 20px;*/
  /*padding-bottom: 10px;*/
  padding: 10px 10px 20px 10px;
}

.banners .btns {
  border: 2px solid var(--color-light);
  border-radius: 150px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 20px 0;
}

.banners .bottom-part {
  margin-bottom: 90px;
}

.banners .bottom-part .cols {
  padding: 0 30px;
}

.banners .bottom-part h5 {
  font-size: 25px;
  line-height: 14px;
  color: var(--color-light);
  font-weight: 700;
}

.banners .bottom-part p {
  font-size: 12px;
  line-height: 11px;
  color: var(--color-light);
  font-weight: 500;
  margin-top: 30px;
}


/* sec1 */
.sec1 {
  background-image: url("../images/bg5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 30px 0;
  background-color: #dedede;
}

.sec1 .imgs {
  margin-bottom: -50px;
}

.sec1 h6 {
  font-size: 14px;
  line-height: 13px;
  text-decoration: underline;
  color: var(--color-secondary);
  font-weight: 700;
}

.sec1 h2 {
  font-size: 52px;
  line-height: 54px;
  color: var(--color-primary);
  font-weight: 700;
  margin-top: 35px;
}

.sec1 h2 .spans {
  background-color: var(--color-primary);
  color: var(--color-light);
  font-weight: 700;
  padding-right: 7px;
}

.sec1 p {
  font-size: 22px;
  color: var(--color-secondary);
  font-weight: 400;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 50px;
}

.sec1 .btns {
  background-color: var(--color-light);
  border: 2px solid var(--color-primary);
  color: var(--color-secondary);
  border-radius: 12px;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 40px;
  text-decoration: none;
  transition: 1s;
}

.sec1 .btns:hover {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-light);
}


/* sec2 */
.sec2 {
  padding: 20px 0 100px 0;
}

.sec2 h6 {
  font-size: 14px;
  line-height: 13px;
  text-decoration: underline;
  color: var(--color-secondary);
  font-weight: 700;
}

.sec2 h2 {
  font-size: 52px;
  line-height: 54px;
  color: var(--color-primary);
  font-weight: 700;
  margin-top: 25px;
}

.sec2 h2 .spans {
  background-color: var(--color-primary);
  color: var(--color-light);
  font-weight: 700;
  padding-right: 35px;
  padding-left: 10px;
}

/* sec3 */
.sec3 {
  background-image: url("../images/bg5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  text-align: center;
  background-color: #dedede;
}

.sec3 h2 {
  font-family: var(--fnt-family-light);
  font-size: 52px;
  line-height: 54px;
  color: var(--color-primary);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

.sec3 h6 {
  font-size: 24px;
  line-height: 25px;
  color: var(--color-secondary);
  font-weight: 400;
  margin-top: 30px;
}

.sec3 h3 {
  font-family: var(--fnt-family-light);
  font-size: 52px;
  line-height: 54px;
  color: var(--color-primary);
  font-weight: 600;
  margin-top: 25px;
}


/*======Tanmoy CSS======*/
/* Why Choose END */
.cngbestkit {
  padding: 50px 0;
}

.cngbestkit .sec-title span {
  font-family: var(--fnt-family-primary);
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: 700;
  text-decoration: underline;
}

.cngbestkit .sec-title h2 {
  font-family: var(--fnt-family-primary);
  font-size: 52px;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 100px;
}

.cngbestkit .contentbox {
  background-image: url(../images/bg4.png);
  margin-bottom: 50px;
  filter: drop-shadow(-5.26px 10.786px 35px rgba(0, 0, 0, 0.36));
  padding: 20px;
}

.cngbestkit .contentbox .ctnimg {
  text-align: center;
}

.cngbestkit .contentbox .ctnimg img {
  margin-top: -50px;
  width: 70%;
}

.cngbestkit .ctntext {
  background-color: var(--color-primary);
  height: 100%;
  padding: 60px;
}

.cngbestkit .ctntext h4 {
  font-family: var(--fnt-family-primary);
  font-size: 49px;
  color: var(--color-light);
}

.cngbestkit .ctntext p {
  font-family: var(--fnt-family-primary);
  font-size: 19px;
  color: var(--color-light);
}

.cngbestkit .ctntext .btnbox {
  margin-top: 30px;
}

.cngbestkit .ctntext .btnbox a {
  background-color: var(--color-light);
  font-family: var(--fnt-family-primary);
  border-radius: 10px;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-secondary);
}




/* Benefits */
.Benefits {
  padding: 50px 0;
}

.Benefits .sec-title h2 {
  font-family: var(--fnt-family-primary);
  font-size: 52px;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 80px;
}


.Benefits .benitem {
  text-align: center;
}

.Benefits .benitem img {
  width: auto;
}

.Benefits .benitem p {
  font-family: var(--fnt-family-primary);
  font-size: 16px;
  color: var(--color-secondary);
  line-height: 1.2;
  font-weight: 400;
  margin-top: 20px;
}

/* Benefits END */
/* electric-car */
.electric-car {
  position: relative;
  padding-top: 60px;
}

.electric-car .sec-title span {
  font-family: var(--fnt-family-primary);
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: 700;
  text-decoration: underline;
}

.electric-car .sec-title h2 {
  font-family: var(--fnt-family-primary);
  font-size: 52px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 100px;
}

.electric-car .cars {
  margin-top: 100px;
  background-color: var(--color-secondary);
  padding: 0 30px 30px 0;
}

.electric-car .cars .car-card {
  color: var(--color-light);
}

.electric-car .cars .car-card img {
  width: 100%;
}

.electric-car .cars .car-card .car-text {
  margin-top: 30px;
  padding-left: 30px;
}

.electric-car .cars .car-card span {
  font-family: var(--fnt-family-primary);
  font-size: 22px;
  color: var(--color-light);
  font-weight: 700;
}

.electric-car .cars .car-card h4 {
  font-family: var(--fnt-family-primary);
  font-size: 30px;
  color: var(--color-light);
  font-weight: 700;
}


.electric-car .cars .car-card p.price {
  font-family: var(--fnt-family-primary);
  font-size: 22px;
  color: var(--color-light);
  font-weight: 700;
}

.electric-car .cars .car-card .stars {
  color: #ffc107;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}


.electric-car .cars .car-card img {
  margin-top: -100px;
}

/* electric-car END */
/* Coolest Features */
.coolest-features {
  padding: 50px 30px;
}

.coolest-features .sec-title h2 {
  font-family: var(--fnt-family-primary);
  font-size: 52px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}

.coolest-features .fea {
  text-align: center;
  border: 4px solid var(--color-primary);
  padding: 50px 20px;
  border-radius: 10px;
  filter: drop-shadow(-5.26px 10.786px 16px rgba(177, 8, 8, 0.41));
  margin: 40px 20px;
}

.coolest-features .fea h3 {
  font-family: var(--fnt-family-primary);
  font-size: 37px;
  color: var(--color-primary);
  font-weight: 700;
}

/* Coolest Features END */
/* Appreciate Driving */
.appreciate-driving {
  position: relative;
  background-image: url("../images/bg2.png");
  background-position: left;
  background-size: cover;
  padding: 50px 0;
}

.appreciate-driving::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5)
}

.appreciate-driving .container-fluid {
  position: relative;
  z-index: 99;
}

.appreciate-driving .drivtext {
  padding-right: 20%;
}

.appreciate-driving .drivtext span {
  font-family: var(--fnt-family-primary);
  font-size: 26px;
  color: var(--color-light);
  font-weight: 300;
}

.appreciate-driving .drivtext h4 {
  font-family: var(--fnt-family-primary);
  font-size: 49px;
  color: var(--color-light);
  line-height: 1.3;
  font-weight: 500;
  margin-top: 20px;
}

.appreciate-driving .view-text {
  padding: 70px 0 50px 100px;
}

.appreciate-driving .view-text span {
  font-family: var(--fnt-family-primary);
  font-size: 21px;
  color: var(--color-light);
  font-weight: 300;
}

.appreciate-driving .view-text .btncon {
  margin-top: 30px;
}

.appreciate-driving .view-text a.btn-sec {
  background-color: var(--color-light);
  font-family: var(--fnt-family-primary);
  font-size: 18px;
  padding: 9px 30px;
  border-radius: 0;
  color: var(--color-secondary);
  font-weight: 500;
  transition: 0.5s;
}

.appreciate-driving .view-text a.btn-sec:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
}

/* Appreciate Driving END*/
/* Trusted Brands */
.trusted-brands {
  padding: 70px 0;
}

.trusted-brands .sec-title h2 {
  font-family: var(--fnt-family-primary);
  font-size: 49px;
  color: var(--color-primary);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 50px;
}

.trusted-brands .sec-title h2 span {
  font-weight: 500;
  color: var(--color-secondary);
}

.trusted-brands .trusted-brandslogos .swiper-slide {
  text-align: center;
}

.trusted-brandslogos {
  padding: 40px 0;
}

/* Trusted Brands END */


/* === Car Listing Page === */
.carlisting {
  position: relative;

}

/* .carlisting .car-slider {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
} */

.carlisting .car-slider {
  margin-top: -150px;
}

.carlisting .carlistbanner {
  background-image: url(../images/inner-bg1.png);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 250px 0;
}

.carlisting .carlistbanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  background-color: #00000098;
}

.carlisting .carlistbanner .container-fluid {
  z-index: 99;
  position: relative;
}


.carlisting .carlistbanner h1 {
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-light);
  font-size: 62px;
  font-weight: 600;
  text-align: center;
}

.carlisting .carlistbanner h1 span {
  font-size: 54px;
  font-weight: 500;
}

/* .carlistingslider {
  overflow: visible;
} */

.carlistingslider {
  background-color: #e6e2e2;
  padding: 16px;
  border-radius: 20px;
}


.carlisting .mySwiper2 {
height: 398px;
}

.mySwiper2 .progress {
  height: 5px;
  width: 160px;
  margin: 10px 0 0 10px;
}

.mySwiper2 .progress .progress-bar {
  background-color: var(--color-primary);

}


.carlisting .car-slider .caritem .img {
  text-align: center;
}

.carlisting .car-slider .caritem .img img {
  margin-top: -150px;
}

.mySwiper2 .caritem-bottom h4 {
  font-family: var(--font-family-clashgrotesk);
  font-size: 43px;
  color: var(--color-primary);
  font-weight: 500;
}

.mySwiper2 .caritem-bottom h4 span {
  color: #002777;
}

.mySwiper2 .caritem-bottom p {
  font-family: var(--font-family-clashgrotesk);
  font-size: 20px;
  color: var(--color-secondary);
  margin-bottom: 5px;
}

.mySwiper2 .caritem-bottom p span.bold {
  color: var(--color-primary);
  font-weight: 600;
}

.mySwiper2 .caritem-bottom span.range {
  font-family: var(--font-family-clashgrotesk);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-left: 10px;
}


.mySwiper2 .caritem-bottom .choice ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mySwiper2 .caritem-bottom .choice ul li {
  list-style: none;
  margin: 0 2px;
}

.mySwiper2 .caritem-bottom .choice ul li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}


.mySwiper2 .caritem-bottom .choice ul li label input {
  visibility: hidden;

}

.mySwiper2 .caritem-bottom .choice ul li .c1 {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.mySwiper2 .caritem-bottom .choice ul li .c2 {
  width: 30px;
  height: 30px;
  background-color: #b70a00;
}

.mySwiper2 .caritem-bottom .choice ul li .c3 {
  width: 30px;
  height: 30px;
  background-color: #031a4a;
}

.mySwiper2 .caritem-bottom .choice ul li .c4 {
  width: 30px;
  height: 30px;
  background-color: #696868;
}

.mySwiper2 .caritem-bottom .choice ul li .c5 {
  width: 30px;
  height: 30px;
  background-color: #000000;
}

.mySwiper2 .caritem-bottom .choice ul li a i {
  font-size: 30px;
}

.choice .btnbox {
  text-align: end;
}

.choice .btnbox .btn-red {
  font-family: var(--font-family-clashgrotesk);
  background-color: var(--color-primary);
  color: var(--color-light);
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.5s;
}

.choice .btnbox .btn-red:hover {
  background-color: #940a03;
}



/* View Car  */

.viewcar {
  padding: 50px 0;
}

.viewcar .viewcarimg {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;

}

/* View Car END  */

/* Key spec */
.keyspec {
  padding: 30px 0;
}

.keyspec .keytitle {
  padding-bottom: 30px;
}

.keytitle h2 {
  font-family: var(--font-family-clashgrotesk);
  font-size: 42px;
  color: var(--color-secondary);
}

.keytitle h2 span {
  color: var(--color-primary);
  font-weight: 600;
}

.keyspec .spec-item {
  text-align: center;
}

.keyspec .spec-item p.name {
  font-family: var(--font-family-clashgrotesk);
  font-size: 16px;
  color: var(--color-secondary);
  margin-top: 20px;
}

.keyspec .spec-item p.data {
  font-family: var(--font-family-clashgrotesk);
  font-size: 22px;
  color: var(--color-primary);
  margin-top: 20px;
}

/* Key spec END*/

.key-fetures {
  padding: 30px 0;
}

.key-fetures ul {
  margin-top: 40px;
}

.key-fetures ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.key-fetures ul li p {
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-secondary);
  font-size: 29px;
}

.key-fetures ul li i {
  font-size: 29px;
  color: #66bb6a;
}


.key-fetures .btnbox {
  text-align: center;
  margin-top: 57px;
}

.key-fetures .btnbox a {
  font-family: var(--font-family-clashgrotesk);
  font-size: 36px;
  color: var(--color-primary);
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  transition: 0.5s;
}

.key-fetures .btnbox a img {
  height: 20px;
  margin-bottom: 10px;
}

/* ====PDF Download Page==== */
.pdf-download-sec {
  padding: 50px 0;
}

.pdf-download-sec .pdf-card {
  text-align: center;
  background-color: #fff9f9;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;

}

.pdf-download-sec .pdf-card h3 {
  font-family: var(--font-family-clashgrotesk);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}


.pdf-thumb img {
  width: 100px;
}

.pdf-download-sec .pdf-card a.btn-theme {
  background-color: var(--color-primary);
  font-family: var(--fnt-family-primary);
  font-size: 16px;
  color: var(--color-light);
  transition: 0.3s;
}

.pdf-download-sec .pdf-card a.btn-theme:hover {
  background-color: #940a03;
}
/* === About Page === */
.aboutsec {
  padding:  50px 0;
}

    /*.aboutsec .aboutimg img {*/
    /*  border-radius: 20px;*/
    /*}*/
.aboutsec .about-text h2 {
  font-family: var(--font-family-clashgrotesk);
  font-size: 40px;
  color: var(--color-secondary);
  font-weight: 600;
}

.aboutsec .about-text{
  padding: 10px 0;
}

.aboutsec .about-text h2 span {
  color: var(--color-primary);
}

.aboutsec .about-text p {
  font-family: var(--fnt-family-primary);
  font-size: 16px;
  color: var(--color-secondary);
  font-weight: 400;
  line-height: 1.5;
}

.what {
  padding: 30px 0;
}

.what .card {
  padding: 30px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
}

.what .card  h4 {
  font-family: var(--font-family-clashgrotesk);
color: var(--color-primary);
  font-weight: 600;
}

.what .card  p{
  font-family: var(--fnt-family-primary);
  font-weight: 400;
}

.what .card a{
   font-family: var(--fnt-family-primary);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: var(--color-primary);
}

/*======Tanmoy CSS END ======*/


/* ==========Sohaol Css Start ========== */
.knldge .hdng h1 {
  color: var(--color-light);
  font-size: 69px;
  text-align: center;
  font-weight: 500;
  filter: drop-shadow(-2.192px 4.494px 5px rgba(12, 12, 12, 0.7));
}

.knldge {
  background-color: var(--color-primary);
}

.algnmnt {
  position: relative;
  margin-bottom: -105px;
}

.knldge .ctimg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 350px;
  border-radius: 8px;
}

.knldge .ctimg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ctry_btn {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  text-align: center;
}

.ctry_btn a {
  text-decoration: none;
  background-color: var(--color-primary);
  color: var(--color-light);
  text-align: center;
  padding: 8px 35px;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 500;
}

.categbx h4 {
  text-align: center;
  font-size: 34px;
  color: #fff;
  margin-bottom: 23px;
}


.blog {
  padding: 130px 0;
}

.blog .hdng h1 {
  font-size: 55px;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}

.blog .hdng h1 strong {
  color: #343e4d;
}

.blog .blogbx {
  overflow: hidden;
  border-radius: 35px;
}

.blog .content {
  padding-left: 10px;
}

.blog .content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-top: 40px;
}

.blog .content h5 {
  font-size: 23px;
  font-weight: 500;
  color: var(--color-primary);
  margin-top: 23px;
}

.blog .blogbtn {
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  margin-top: 40px;
}

.blog .blogbtn a {
  font-size: 14px;
  text-decoration: none;
  background-color: var(--color-secondary);
  color: var(--color-light);
  text-align: center;
  padding: 8px 50px;
  border-radius: 50px;
}

.contactus .cntct-form {
  background-color: var(--color-primary);
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 160px;
}

.contactus .cntct-form .cntct-hdng h2,
h4 {
  color: var(--color-light);
}

.contactus .cntct-form .cntct-hdng h2 {
  color: var(--color-light);
  font-size: 57px;
}

.contactus .frmsct .cform label {
  color: #333;
  padding-bottom: 5px;
}

.contactus .cform {
  margin-top: 40px;
}

.contactus .frmsct .cform .form-control {
  border-radius: 0 !important;
  height: 48px;
}


.form-control {
  padding: 20px;
  border-radius: 0 !important;
}

.form-control::placeholder {
  font-family: var(--fnt-family-primary);
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #a8a2a2;
}

.contactus .apntbtn {
  margin-top: 40px;
}

.contactus .apntbtn a {
  text-decoration: none;
  background-color: #8b2121;
  color: var(--color-light);
  text-align: center;
  padding: 14px 25px;
  border-radius: 50px;
}

.contactus .address iframe {
  width: 100%;
  height: 863px;
}

.contactus .email-sbcrb {
  position: relative;
}

.contactus .email-sbcrb input {
  border: none;
}

.contactus .email-sbcrb input[type="email"]::placeholder {
  font-family: var(--fnt-family-primary);
  font-size: 34px;
  color: var(--color-primary);
  font-weight: 300;
}

.contactus .email-sbcrb input[type="email"] {
  font-family: var(--fnt-family-primary);
  font-size: 34px;
  color: var(--color-primary);
  font-weight: 300;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  border-bottom: 3px solid #780000;
}

.contactus .email-sbcrb input[type="email"]:focus {
  border-color: var(--color-primary);
}

.contactus .bg-clr {
  background-color: #e9e9e9;
  margin-top: 100px;
  padding-bottom: 70px;
}

.contactus .email-sbcrb input[type="submit"] {
  font-family: var(--fnt-family-primary);
  font-size: 21px;
  color: var(--color-primary);
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: transparent;
}

.policy {
  margin-top: 20px;
}

.policy label,
a {
  color: var(--color-primary);
}

.contactus {
  background-color: #e9e9e9;
}

.contactus .bg-img1 {
  background-image: url("../images/NEWSLETTER.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.footersec {
  background-image: url("../images/fullback.png");
  background-image: url("../images/footer.png");
  width: 100%;
  background-size: cover;

}

.footersec .ftr-cntct-hdng {
  margin-top: 60px;
}

.footersec .ftr-cntct-hdng h4 {
  font-size: 23px;
  font-weight: bold;
  font-family: var(--fnt-family-primary);
  padding-bottom: 20px;
  margin-top: 146px;
}

.footersec .ftr-address ul {
  list-style: none;
  padding-left: 0;
}

.footersec .ftr-address ul li p {
  color: var(--color-light);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fnt-family-primary);
}

.footersec .ftr-address ul li,
.ftrservice ul li {
  padding-bottom: 20px;
}

.footersec .ftrservice .srvchdng h4 {
  padding-bottom: 20px;
}

.footersec .ftr-address ul li a,
.ftrservice ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-light);
  font-family: var(--fnt-family-primary);
  padding-bottom: 15px 0;
}

.footersec .company p {
  font-size: 15px;
  font-family: var(--fnt-family-primary);
  font-weight: 600;
  color: var(--color-light);
}

.footersec .ftrservice {
  margin-top: 62px;
  margin-left: 180px;
}

.footersec .ftrservice ul {
  list-style: none;
  padding-left: 0;
  justify-content: center;
}

.footersec .ftrbtm p {
  font-size: 15px;
  font-family: var(--fnt-family-primary);
  font-weight: 600;
  color: var(--color-light);
}

.footersec .ftrlogo img {
  width: 100%;
}

/* ============Booking Css Start ============*/
.bookingsec {
  padding-bottom: 80px;
}

.bookingsec .innerhdng {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

.bookingsec .innerhdng::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000098;
}

.bookingsec .innerhdng .container {
  z-index: 99;
  position: relative;
}

.bookingsec .innerhdng h1 {
  font-size: 69px;
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-light);
  text-align: center;
}

.bookdate .align-items-center {
  display: flex;
  justify-content: center;
}

.bookdate .datetime {
  display: flex;
  justify-content: center;
}

.bookdate .cards {
  padding: 24px 0;
  border-radius: 80px;
  border: none;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  top: -75px;
}

.bookdate .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.bookmaps iframe {
  width: 100%;
  height: 600px;
  border-radius: 50px;
}

.bookbtn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.bookbtn a {
  padding: 15px 35px;
  background-color: var(--color-primary);
  color: var(--color-light);
  text-decoration: none;
  border-radius: 10px;
  font-size: 24px;
}


/* ========Product Section Css=========== */

.prdctsec .innerhdng {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 250px 0;
  position: relative;
}

.prdctsec .innerhdng::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000098;
}

.prdctsec .innerhdng .container {
  z-index: 99;
  position: relative;
}

.prdctsec .innerhdng h1 {
  font-size: 54px;
  font-weight: 300;
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-light);
  text-align: center;
}

.prdctsec .innerhdng h1 span {
  font-size: 44px;
  font-weight: 300;
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-light);
  text-align: center;
}

.prdctsec .prdcthdng h3 {
  font-size: 35px;
  font-family: var(--font-family-clashgrotesk);
  margin-bottom: 20px;
}

.prdctsec .prdcthdng h3 span {
  color: var(--color-primary);
  font-weight: 600;
}

.prdctsec .prdcttitle ul {
  list-style: none;

}

.prdctsec .prdcttitle ul li {
  margin-bottom: 15px;
  font-size: 25px;
}

.prdctsec .prdcttitle2 ul {
  list-style: none;
  padding-left: 0;
  border-right: 1px solid;
}

.prdctsec .prdcttitle2 ul li {
  margin-bottom: 15px;
  font-size: 25px;
  color: var(--color-primary);
}

.prdctsec .card {
  box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
  /*border-radius: 10px;*/
  border: none;
  /*margin-left: 40px;*/
  /*margin-top: 40px;*/
}

.prdctsec .card .cardhdng {
  background-color: var(--color-primary);
  /*border-radius: 10px;*/
}

.prdctsec .card .cardhdng h3 {
  color: var(--color-light);
  font-weight: bold;
  font-size: 29px;
  font-family: var(--font-family-clashgrotesk);
  padding-left: 20px;
  padding-top: 15px;
}

.cntnthdng h3 {
    font-weight: bold;
    font-size: 29px;
    font-family: var(--font-family-clashgrotesk);
    padding: 20px 20px 0;
}
.productLeft {
    padding: 50px 50px;
    background-size: cover !important;
    background-position: top center !important;
    position:relative;
    z-index:1;
}
.productLeft:before {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(201,0,0,0.8);
    content:"";
    z-index:-1;
}
.white-bg {background:#fff;}
.cntnt p {
  padding: 0 20px 0;
  font-family: var(--font-family-clashgrotesk);
}
.productRight {
    padding:5% 6%;
}
.productRight li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px 0;
}
.productRight li i {
    position: absolute;
    left: 0;
    top:3px;
}
.productRight ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.productRight li i {
    color:#c90000;
}
.productRight h3 {
    font-size: 35px;
    font-family: var(--font-family-clashgrotesk);
    margin-bottom: 20px;
}
.productRight h3 span {
    color: var(--color-primary);
    font-weight: 600;
}

.prdctsec .bookbtn a {
  font-size: 15px;
  background-color: var(--color-primary);
  color: var(--color-light);
  font-family: var(--font-family-clashgrotesk);
  padding: 7px 20px;
  border-radius: 0;
}

.prdctsec .bookbtn {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-top: 5px;
}

.prdctsec hr,
.prdctdtls hr {
  margin-top: 50px;
}

.prdctdtls .prdctdtls-hdng {
  margin-bottom: 30px;
}

.prdctdtls-hdng h2 {
  font-size: 35px;
  font-family: var(--font-family-clashgrotesk);
}

.card-slider {
  background-color: #e6e2e2;
  padding: 20px 0;
  border-radius: 20px;
  position: relative;
  top: -120px;
  margin-bottom: -100px;
}

.card-slider img {
  width: 90%;
  position: relative;
  /* top: -80px; */
}

.card-slider h5 {
  color: var(--color-secondary);
  font-size: 28px;
  font-weight: 500;
  font-family: var(--font-family-clashgrotesk);
}

.card-slider h5 span {
  color: var(--color-primary);
  font-weight: 600;
}

.card-slider h6 {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-family-clashgrotesk);
  margin-top: 20px;
}

.card-slider h6 span {
  color: var(--color-primary);
  font-weight: 600;
}

.prdctdtls .prdctdtls-hdng h2 span {
  font-weight: bold;
  color: var(--color-primary);
}

.prdctdtls .dtls-title ul {
  margin-top: 30px;
  list-style: none;
}

.prdctdtls .dtls-title ul li {
  margin-bottom: 20px;
  font-size: 29px;
  font-family: var(--font-family-clashgrotesk);
}
.prdctdtls .title-img {
    text-align:center; 
}
.prdctdtls .title-img img {
    height: 200px;
    object-fit: contain;
    padding: 10px;
    width:100%;
}

.prdctdtls .card {
    border: none;
    /* padding: 20px 20px 20px 0px; */
    /* box-shadow: rgb(247 128 128) 0px 7px 12px 0px; */
    /* border-radius: 10px; */
    /* margin: 20px 25px; */
    min-height: 340px;
}
.prdctdtls .card .title-hdng {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
}
.qute-button a img {
    width:15px;
}
.prdctdtls .card .title-hdng h4 {
    font-size: 21px;
    color: var(--color-secondary);
}

.prdctdtls .card .qute-button {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 30px;
}

.prdctdtls .card .qute-button .icons {
  width: 17px;
}

.prdctdtls .card .qute-button a {
  padding: 4px 22px;
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  border: 3px solid #c90000;
}

.prdctdtls .card .qute-button a i {
  font-size: 22px;
  font-weight: bold;
}

.prdctdtls .enquerybtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.prdctdtls .enquerybtn a {
    padding: 10px 30px;
    color: var(--color-primary);
    text-decoration: none;
    border-radius: 10px;
    font-size: 23px;
    border: 3px solid #c90000;
}

/* ========Product Section Css=========== */


/* ===============Contact Us Css=========== */
.breadcrumb-area{
  background-image: url("../images/contactbanner.jpg");
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #03091B;
  opacity: .85;
  z-index: -1;
}
.breadcrumb-bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0 130px;
  position: relative;
  z-index: 1;
}
.breadcrumb-content {
  text-align: center;
}
.breadcrumb-content .title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  text-transform: capitalize;
  font-family: var(--font-family-clashgrotesk);
}
.breadcrumb-content .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-content nav{
  background-color: transparent !important;
}
.breadcrumb-content .breadcrumb-item {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.breadcrumb-content .breadcrumb-item a{
  text-decoration: none;
  font-family: var(--font-family-clashgrotesk);
  font-size: 20px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
  font-size: 20px;
}
.contactsec .card {
  box-shadow: rgb(247 128 128) 0px 7px 12px 0px;
  padding: 35px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.contactsec .card h2 a{
  text-decoration: none;
  text-align: center;
}
.inner-contact-info {
  padding-left: 80px;
}
.inner-contact-info .title {
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 36px;
  padding-bottom: 20px;
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-primary);
}
.contact-info-item {
  margin-bottom: 50px;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item .title-two {
  font-size: 24px;
  margin-bottom: 20px;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.contact-info-item .list-wrap li {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.33;
  font-family: var(--font-family-clashgrotesk);
}
.contact-info-item .title-two {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--font-family-clashgrotesk);
}
.inner-contact-img img{
  width: 100%;
  border-radius: 35px
}

.cntctfrmsct {
  padding:50px 0;
}

.cntctfrmsct .cform label {
  color:#333;
  padding-bottom: 5px;
  font-family: var(--font-family-clashgrotesk);
}

.cntctfrmsct .cform {
  padding:35px;
  border-radius: 20px;
  border:3px solid var(--primary-color);
  box-shadow: 1px 1px 7px 1px var(--primary-color);
}


.cntctfrmsct .cform .form-control{
  border-radius: 5px;
 height: 48px;
}

.cntctfrmsct .sbmtbtn {
background: var(--color-primary);
display: inline-block;
width: 179px;
padding: 11px;
font-family: var(--font-family-clashgrotesk);
color: #fff;
font-weight: 500;
font-size: 16px;
border-radius: 5px;
text-decoration: none;
}
.cntctfrmsct .cform {
  padding: 35px;
  border-radius: 20px;
  box-shadow: 1px 1px 7px 1px #f30b2b;
}
.cntctfrmsct .bookmaps iframe {
  width: 100%;
  height: 550px;
  border-radius: 25px;
}
.form-control:focus {
  color: #292122;
  background-color: #fff;
  border-color: #fe8695;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 13 24 / 25%);
}
.text .area{
  height: 90px !important;
}
/* ===============Contact Us Css End=========== */

/* ----------------Blog Css Start---------------- */

.blogsec .card {
    position: relative;
    height: auto;
    width: 100%;
    padding: 15px;
    border: none;
    min-height: 320px;
}

.blogsec .blog-date {
  top: 171px;
  left: 230px;
  right: 10px;
  bottom: 20px;
  position: static;
}
.blogsec .blog-date i {
    color:#c90000; margin-right:8px;
}

.blogsec .blog-date p {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}
.blogsec .blog-img img {
    width: 100%;
    height: 200px;
    /* object-fit: cover; */
    padding: 10px;
}
.blogsec .card h3 {
    color: var(--color-primary);
    padding: 0;
    /* font-family: var(--font-family-clashgrotesk); */
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.blogsec .card p {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-family-clashgrotesk);
  color: var(--color-secondary);
  /*padding: 3px 15px;*/
  padding: 0;
  margin: 15px 0 15px 0;
}

.blogsec .card .btnprt {
  padding-left: 13px;
  padding-left: 0;
}

.blogsec .card .btnprt .cmnbtn {
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  transition: 0.5s ease;
  border: 1px solid var(--color-primary);
}

.blogsec .card .btnprt .cmnbtn:hover {
  color: var(--color-primary);
  background-color: #f9d9d9;
}

.blogsec .blog-main {
  position: relative;
  box-shadow: 0 0 0 0.25rem rgb(253 13 24 / 25%);
}

.blogsec .blog-main:after {
  content: "";
  position: absolute;
  color: var(--color-primary);
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: .35s ease;
}

.blogsec .blog-main:hover {
  width: 100%;
}

.cmnbtn {
  background-color: var(--color-primary);
  color: var(--color-light);
  display: inline-block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  font-family: var(--font-family-clashgrotesk);
}

.blogsec .blog-main {
  overflow: hidden;
}

.blogsec .blog-main .blog-img {
  transition: 0.3s;
}

.blogsec .blog-main .blog-img:hover {
  transform: scale(1.1);
}

.blog_details .blog_left {
  width: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  border-radius: 15px;
  box-shadow: 0 0 0 0.25rem rgb(253 13 24 / 25%);
}

.blog_details h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--fnt-family-primary);
}


.blog_details .blog_left img {
  width: 100%;
  object-fit: cover;
}

.blog_details .iconspb i {
  margin-right: 6px;
  color: var(--color-primary);
}

.blog_details .iconspb span {
  font-weight: 500;
}

.blog_right p {
  font-size: 18px;
}

/* ----------------Blog Css End---------------- */

/* -----------------Video Section Css Start----------- */

.vid-wrapper {
  text-align: center;
  padding: 20px;
}

.vid {

  vertical-align: top;
  position: relative;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
}

.vid::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
  display: none !important;
}

.vid iframe {
  width: 100%;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
}

.iframe-wrapper .close-video {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  right: -10px;
  background: url("../images/x.svg") #fff;
  border-radius: 50%;
  background-size: cover;
}

/* -----------------Video Section Css End----------- */

/* ==========Sohaol Css End ========== */

/* Register css start */
.registerSec {padding: 30px 0;}
.registerSec form {margin: 20px 0;
  padding: 30px 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.registerSec .form-control , .carList .form-control {margin-bottom: 15px;  border: none;border-bottom: #ddd 1px solid;}
.registerSec img {border-radius: 80px;}

.submitBtn {
  padding: 15px 35px;
  background-color: var(--color-primary);
  color: var(--color-light);
  text-decoration: none;
  border-radius: 10px;
  font-size: 24px;
  border:none;
  float: right;
}
/* carlist css start */
.listpage .carlistbanner {height: 400px; padding: 150px 0 150px 0;}
.listpage .carlistbanner::after {
  width: 100%;
  height: 100%;
}
.carList  {padding: 50px 0;}
.carList .viewcarimg a {border: #ddd 1px solid; padding:12px; background: #fff; margin-bottom: 30px; display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carList .viewcarimg a:hover {
  box-shadow: -1px 2px 45px -28px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 2px 45px -28px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 45px -28px rgba(0,0,0,0.75);
-moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}
.carList .viewcarimg img {height: 200px; object-fit: cover; width: 100%;}
.carList .viewcarimg h4 {
  font-family: var(--font-family-clashgrotesk);
  font-size: 30px;
  color: var(--color-primary);
  margin: 10px 0 0;
  font-weight: 500;
  word-wrap: break-word;
}
.carList .viewcarimg h4 span {
  color: #002777;
}
.carList .viewcarimg p span.bold {
  color: var(--color-primary);
  font-weight: 600;
}
.carList .viewcarimg p {
  font-family: var(--font-family-clashgrotesk);
  font-size: 20px;
  color: var(--color-secondary);
  margin-bottom: 5px;
}
.carList .viewcarimg .btnbox.btn-red {
  font-family: var(--font-family-clashgrotesk);
  background-color: var(--color-primary);
  color: var(--color-light);
  font-size: 14px;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.5s;
  display: inline-block;
}
.page-link {
  position: relative;
  display: block;
  color:var(--color-secondary);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: none !important;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-link:hover , .page-link:focus{
  color:#fff;
  background-color:var(--color-primary);
  border-color: var(--color-primary);
}
.page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 30px;
}
.page-item:last-child .page-link {
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  padding-right: 30px;
}


.validation-error{
  color: red;
}

/* Toaster CSS */
.toast-success {
  background-color: #0a0ee9; 
  color: #fff; 
  font-weight: bold;
}

.toast-error {
  background-color: #d81327; 
  color: #fff; 
  font-weight: bold;
}

.toast-info {
  background-color: #17a2b8; 
  color: #fff; 
  font-weight: bold;
}

.toast-warning {
  background-color: #ffc107;
  color: #212529;
  font-weight: bold; 
}
/* Toaster CSS */



.user-header h3{
  color: var(--color-primary);
  font-family: var(--fnt-family-secondary);
  font-size: 40px;
  }
   .user nav{
    background-color: transparent !important;
  }
  .user-menu li{
    list-style: none;
    padding-left: 57px;
  }
  .user-menu a{
    color: #000000 !important;
  }
  .user-menu li a:hover{
    color: var(--color-primary);
  }
  .mail h6{
    font-weight: 600;
  }
  .number h6{
    font-weight: 600;
  }
  .user{
    padding: 50px 0;
  }
  .user-profile{
    width: 136px;
  }
  .user-profile h5{
    font-size: 17px;
    text-align: center;
      font-weight: 600;
      font-family: var(--fnt-family-primary);
  }
  .user-profile img{
    width: 100%;
    object-fit: cover;
    margin-left: 22px;
  }
  .user-form .form-control{
    line-height: 0;
     border-radius: 10px !important;
  }
  .user .form-label{
    font-size: 17px;
      font-weight: 500;
      font-family: var(--fnt-family-primary);
  }
  .user .form-group label{
    font-size: 17px;
      font-weight: 500;
      font-family: var(--fnt-family-primary);
  }
  .user .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--color-primary);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
      font-size: 16px;
      font-family: var(--fnt-family-primary);
  }
  .user .nav-link {
    font-weight: 600;
      font-size: 19px;
    color: #000;
  }
    .user .btn-primary {
      color: #fff;
      background-color:var(--color-primary);
      border-color: var(--color-primary);
  }
  .user .btn-primary:hover{
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-secondary);
  }
  /* .user-form .form-control {
    border-radius: 12px !important;
  } */
  .user-content{
    background: #fff;
      padding: 21px 38px;
      width: 100%;
      
      box-shadow: 0px 7px 7px 1px #bdb5b5;
      border-radius: 10px;
  }
  .user-deatils h5{
    font-size: 18px;
      padding-top: 22px;
  }
  button.color{
    color:var(--color-primary) !important ;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: var(--color-primary);
  }
  .profile-content-right{
    background-color:transparent;
    border-radius: 10px;
    box-shadow: 0px 6px 18px 1px #bdb5b5;
  }

  /*Tanmoy CSS */
.request,
.installer {
padding: 50px 0;
}

.request h2,
.installer h2 {
text-align: center;
margin-bottom: 30px;
}

.request .form,
.installer .form {
padding: 30px;
background-color: #fff;
border-radius: 20px;
border: 1px solid var(--color-primary);
}
.request .form .form-control,
.installer .form .form-control{
padding: 16px ;
}
.request .form .form-select,
.installer .form .form-select{
padding: 16px !important ;
}

.request .form .form-select:focus,
.installer .form .form-select:focus {
color: #292122;
background-color: #fff;
border-color: #fe8695;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(253 13 24 / 25%);
}

.installer p strong {
color: var(--color-primary);
}
button.btn-theme {
background-color: var(--color-primary);
font-family: var(--fnt-family-primary);
font-size: 16px;
color: var(--color-light);
transition: 0.3s;
}

button.btn-theme:hover {
background-color: #940a03;
}
/*Tanmoy CSS END */


.model-heading{
  text-align: right;
  font-weight: bold;
  color: #000;
  font-size: 25px;
}

.model-content{
  text-align: left;
  font-weight: bold;
  color: #000;
}

.add_left_padding {padding-left:50px}
.countbox {
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    color: #111;
    background:rgba(255,255,255,0.7);
}
.countbox span {
    position:absolute;
    left:0;
    top:50%;
    font-size:8vw;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#eee;
    font-weight:900;
    width:100%;
    z-index:-1;
    opacity:0.
}
.advantages h2 {
    font-weight:bold;
}
.advantages h2 span{
    font-weight:bold;
    color: var(--color-primary);
}
.box h5 {
    color:#333;
    font-weight:bold;
}
.feaTtures{
    background:#f8f8f8;
}
.p-v-50 {
    padding:50px 0;
}
.timeLineBox a {
    background:#fff;
    padding:60px 35px;
    color:#333;
    display:block;
    position:relative;
    -webkit-box-shadow: 0 3px 50px rgba(0,0,0,.04)!important;
    -ms-box-shadow: 0 3px 50px rgba(0,0,0,.04)!important;
    box-shadow: 0 3px 50px rgba(0,0,0,.04)!important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.timeLineBox a h4{
    color:#333;
}
.timeLine_bar {
    margin:5% 0;
}
.timeLine_bar hr {
    background:#eee
    height:5px;
}
.timeLineBox a:after {
    position:absolute;
    left:0;
    top:100%;
    right:0;
    margin:0 auto;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 25.1px 14.5px 0 14.5px;
   border-color: #fff transparent transparent transparent;
   transform: rotate(0deg);
   content:"";
   -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity:0;
}
.timeLineBox a:hover{
    -webkit-box-shadow: 0 3px 50px rgba(0,0,0,.08)!important;
    -ms-box-shadow: 0 3px 50px rgba(0,0,0,.08)!important;
    box-shadow: 0 3px 50px rgba(0,0,0,.08)!important;
}
.timeLineBox a:hover:after{
    opacity:1;
}
.timeLineBox.effectTop a:after {
      border-width: 0 14.5px 25.1px 14.5px;
      border-color: transparent transparent #fff transparent;
      top:auto;
      bottom:100%;
}
.timeLineBox a:before {
    position: absolute;
    left: 0;
    top: calc(100% + 30%);
    right: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
    content: "";
    z-index: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.timeLineBox.effectTop a:before {
    top: auto;
    bottom:calc(100% + 30%);
}
     
.timeLineBox a:hover:before {
    background:var(--color-primary);
} 
.box {
    position:relative;
    padding-left:60px;
}
.box span {
    position:absolute;
    left:0px;
    top:0;
    font-size:35px;
    color: var(--color-primary);
}
.text-left , .text-left h2 {
    text-align:left !important;
}
.exam h2 {
    text-align:left !important;
    margin:0 0 10px 0;
}
.qbox {
    background: #f8f8f8;
    padding: 20px 25px;
    margin:0 0 10px 0;
box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.62);
-webkit-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.62);
-moz-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.62);
}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.instruction__widget{
  position: sticky;
  top: 0;
  background:#fff;
  text-align: center;
  padding:30px;
  box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
-webkit-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
}
.instruction__widget h3 {
  
margin-bottom: 20px;
  background: var(--color-primary); color:#fff; padding:10px 15px;
}
.instruction__widget h2 {
  font-weight: bold;
}

.sidebar__widget {
  position: sticky;
  top: 0;
  height: 250px;
  background:#fff;
  text-align:center;
  padding:30px;
  box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
-webkit-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 0px 69px -31px rgba(0,0,0,0.3);
}
.sidebar__widget h3 {
    background: var(--color-primary); color:#fff; padding:10px 15px;
}
.sidebar__widget h2 {
    text-align: center !important;
    font-weight: bold;
}

.qbox .form-check {
  font-size: 14px;
}

/*
    floating button for support  
*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 5;
}

.my-float{
	margin-top:22px;
}

/* ----- akash start ----- */

.registerSec form .row .form-control {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.registerSec form .row .form-control[type="file"] {
    height: auto;
}
.registerSec form p {
    font-size: 28px;
    margin-bottom: 2rem;
}


.navbar-collapse .icons a .log {
    color: #fff;
    font-family: var(--fnt-family-secondary);
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    margin-left: 5px;
}
.navbar-collapse .icons .install {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    font-family: var(--fnt-family-secondary);
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    margin-left: 5px;
}
.navbar-collapse .icons a:nth-child(2) {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    font-family: var(--fnt-family-secondary);
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    margin-left: 5px;
}
.navbar-collapse .icons a img {
    /*filter: invert(1);*/
    width: 29px;
}
.navbar-collapse .icons a span {
    padding-left: 10px;
}
.navbar-collapse .icons {
    display: flex;
}
.navbar-collapse .icons a {
    display: flex;
    align-items: center;
}
.navbar-collapse {
    justify-content: space-between;
}


/*.select2 {*/
/*    position: relative;*/
/*    bottom: 50px;*/
/*}*/


.cngbestkit .contentbox .row {
    align-items: center;
}
.cngbestkit .contentbox .row .ctnimg img {
    margin-top: 0;
}
.prdctsec .swiper-slide .pt-5 {
    padding: 25px 0;
    margin-top: 2.5rem !important;
}
.carList .viewcarimg a img {
    object-fit: contain;
}
.carList .viewcarimg a {
    height: 420px;
}
.carList .viewcarimg h4 {
    margin: 15px 0;
    width: 238px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carList .viewcarimg p {
    margin-bottom: 10px;
}
.aboutsec .what .card {
    height: 375px;
}
.float .fa-whatsapp {
    font-size: 34px;
    margin-top: 14px;
}
.blogsec .blog-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blogsec .blog-date p {
    font-weight: 600;
    font-size: 15px;
}
.cng_sec .tp_image {
    display: flex;
    flex-wrap: wrap;
} 
.cng_sec .tp_image .img_wrp img {
    width: 75%;
}
.cng_sec .tp_image .img_wrp {
    width: 50%;
    text-align: center;
}
.cng_sec .accordion {
  background-color: #c90000;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.cng_sec .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.cng_sec .active:after {
  content: "\2212";
}

.cng_sec .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  padding-top: 10px;
}
.cng_sec .tp_content {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.cng_sec .tp_content .abt_accordions .panel p {
    text-align: left;
}
.cng_sec .tp_content .abt_accordions .accor_inner {
    margin-bottom: 15px;
}
.inner-contact-area .inner-contact-info .contact-info-item .title-two {
    font-weight: 600;
}
.inner-contact-area .inner-contact-info .contact-info-item ul li {
    font-weight: 600;
}
.appreciate-driving .row {
    flex-wrap: wrap;
    text-align: center;
}
.appreciate-driving .row .drivtext {
    padding-right: 0;
}
.appreciate-driving .row .view-text {
    padding: 0;
}
.appreciate-driving .row .col-md-6 {
    width: 100%;
}
.cng_sec .tp_image .img_rht h3 {
    height: 165px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.cng_sec .tp_image .img_wrp h3 {
    margin-top: 25px;
}

/* ----- akash end ----- */