:root {
  --black2: #303030;
}

.section-title {
  color: var(--black2);
}

ul.tickRound {
  padding: 0px 0px 0px 0px;

  margin: 0;

  list-style: none;
}

ul.tickRound li {
  padding: 0px 0px 10px 25px;

  color: var(--gray);

  position: relative;

  width: 40%;

  float: left;

  margin-right: 40px;
}

ul.tickRound li:before {
  content: "";

  background-image: url(../images/iconCheck4.gif);

  position: absolute;

  left: 0;

  top: 6px;

  background-size: 100%;

  background-repeat: no-repeat;

  width: 15px;

  height: 15px;
}

ul.tick {
  list-style-type: none;

  margin: 10px 0px 10px 0px;

  padding: 0px 0px 0px 2px;

  /* width: 80%; */

  font-size: 15px;

  color: #232323;
}

.tileContent p {
  padding-bottom: 24px;

  color: var(--gray);

  font-size: 16px;

  line-height: 26px;

  width: 86%;
}

ul.tick li {
  margin: 0px 30px 20px 0px;

  padding: 0px 0px 0px 25px;

  position: relative;

  width: 44%;

  float: left;

  color: var(--gray);

  font-size: 16px;
}

ul.tick li:before {
  font-size: 18px;

  color: #9f9f9f;

  padding-right: 10px;

  content: "\ea67";

  font-family: tabler-icons !important;

  border: var(--tblr-space-2xs) solid transparent;

  border-top: var(--tblr-space-2xs) solid var(--tblr-color-text-primary);

  position: absolute;

  left: 0px;

  top: 0;
}

.section-title-sm-2 {
  color: var(--gray-text);

  font-weight: 400;

  font-size: calc(1.2rem + 0.38vw);

  line-height: calc(1.3rem + -0.5vw);

  text-transform: uppercase;
}

img.wow.fadeInUp.mb-3.imgHeading {
  position: relative;

  left: -10px;
}

.carnameDiv {
  margin: 0px 0px 0px 0px;

  text-align: center;
}

.carnameDiv h3 {
  font-weight: 600;

  font-size: 20px;

  font-family: var(--font-family-title);

  margin-bottom: 0;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;
}

.carnameDiv h3 span {
  font-weight: 600;

  color: var(--primary);
}

.carSubcriptionhead .section-title {
  font-size: 35px;

  font-size: calc(2rem + 0.38vw);

  line-height: calc(2.2rem + 0.8vw);

  font-weight: 600;

  margin-bottom: 20px;

  color: var(--black);

  font-family: var(--font-family-title);
}

.stepsSection .headingSec {
  width: 100%;

  height: 550px;

  background: url(../images/stepSecBg2.webp) no-repeat;

  background-size: cover;

  position: relative;

  display: flex;

  align-items: flex-end;

  border-radius: 20px;
}

.primaryFleetInfo h3 {
  padding-right: 85px;
}

.primaryFleetInfo .carName .valueScoreCont,
.valueScoreCont {
  position: absolute;

  font-family: var(--font-family-title);

  color: var(--black);

  right: 10px;

  top: -4px;

  text-align: center;
}

.primaryFleetInfo .carName .valueScoreCont .valueScoreBg {
  width: 50px;

  height: 42px;

  background: url(../images/valueScoreBg.png);

  background-size: cover;

  padding: 12px 5px;

  text-align: center;

  font-size: 16px;

  font-weight: 500;

  font-family: var(--font-family-title);

  color: var(--black);

  line-height: 26px;

  margin: 0 auto;
}

.primaryFleetInfo .carName .valueScoreCont .valueScoreBg small {
  font-size: 14px;
}

.primaryFleetInfo .carName .valueScoreCont a.title {
  font-size: 12px;

  color: var(--gray);
}

.primaryFleetInfo .carName .valueScoreCont a.title:hover {
  color: var(--primary);
}

#carValueScoreModal .valueScoreCont {
  position: relative;

  margin: 10px 0;
}

#carValueScoreModal .valueScoreCont .valueScoreBg {
  width: 77px;

  height: 67px;

  background: url(../images/valueScoreBg.png);

  background-size: cover;

  padding: 12px 5px;

  text-align: center;

  font-size: 30px;

  font-weight: 500;

  font-family: var(--font-family-title);

  color: var(--black);

  line-height: 50px;

  margin: 0 auto;
}

#carValueScoreModal .valueScoreCont .valueScoreBg small {
  font-size: 22px;
}

.whyWeTrust {
  background-image: url(../images/brandBg.webp);

  position: relative;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: 2;

  padding: 100px 0px 90px 0px;
}

.whyWeTrust:before {
  position: absolute;

  content: "";

  background-color: #0000002e;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;
}

.stepsSection {
}

.process-box.active:before,
.process-box:before {
  opacity: 1;
}

.process-box:before {
  position: absolute;

  content: "";

  left: 50%;

  top: -14.4%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 16px;

  height: 16px;

  background: 0 0;

  border-radius: 50%;

  border: 1px solid #30373e;

  opacity: 0;

  -webkit-transition: all ease-in-out 0.3s;

  transition: all ease-in-out 0.3s;

  z-index: 2;
}

.process-box .inner {
  padding: 30px;

  background: #f2f4ff;

  -webkit-transition: all ease-in-out 0.3s;

  transition: all ease-in-out 0.3s;

  z-index: 1;

  border-radius: 6px;
}

.process-box .inner p {
  font-size: 13px;

  color: #6c757d;

  text-align: justify;
}

.process-box .inner span {
  font-size: calc(1.725rem + 5.7vw);

  color: transparent;

  font-weight: 700;

  -webkit-text-stroke-width: 0.5px;

  -webkit-text-stroke-color: #141414;

  display: block;
}

.process-box .pastelblue {
  background: #e8f3ff;
}

.whyWeTrust ul {
  list-style: none;

  padding-left: 0;

  display: inline-flex;

  flex-direction: row;
}

.whyWeTrust ul li {
  color: var(--black);

  background: var(--white);

  padding: 30px 30px;

  margin: 10px 10px;

  border-radius: 7px;

  width: 33%;

  text-align: center;
}

.whyWeTrust ul li img {
  max-width: 60px;

  margin-bottom: 15px;
}

.whyWeTrust ul li .title {
  font-weight: 600;

  font-size: 1.25rem;

  margin-top: 0;

  margin-bottom: 0.5rem;

  line-height: 1.2;

  font-family: var(--font-family-title);
}

.whyWeTrust ul li p {
  font-size: 15px;

  line-height: 20px;

  color: var(--gray);

  margin-bottom: 0px;

  font-family: var(--font-family-body);
}

.mapImg {
  width: 75%;
}

.mapText {
  margin: 0;

  position: absolute;

  top: 22%;

  left: 50%;

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  /* text-shadow: 00px 2px 20px rgba(0, 194, 215, 0.2), 0px 2px 10px rgba(0, 194, 215, 0.2), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgb(255, 255, 255); */

  font-size: 26px;

  line-height: 32px;

  font-weight: 500;

  /* color: #28448a; */

  color: #284489;

  /* font-size: 38px; */

  font-size: calc(1.5rem + 0.38vw);

  line-height: calc(1.5rem + 0.4vw);

  font-family: var(--font-family-title);
}

.contactList ul {
  padding-left: 0;

  list-style: none;

  margin: 10px 0px;
}

.contactList ul li {
  display: inline-flex;

  width: 33%;

  margin: 0px 0px;

  text-align: center;

  justify-content: center !important;
}

.contactList ul li a.contactlink {
  font-size: 17px;

  font-family: var(--font-family-title);

  line-height: 38px;

  color: var(--gray);
}

.contactList ul li .imgContacts {
  /* width: 38px; */

  margin: 2px 7px 0px 0px;

  width: 36px;

  height: 36px;

  border-radius: 100%;

  padding: 5px;
}

.contactList ul li .imgContacts.phone {
  background: var(--primary);
}

.contactList ul li .imgContacts.whatsapp {
  background: #2ab318;
}

.contactList ul li .imgContacts i {
  font-size: 24px;

  line-height: 24px;

  color: var(--white);
}

.headTitleCarSubcription {
}

.headTitleCarSubcription p {
  font-size: 16px;
}

.headTitleCarSubcription h2 {
  font-size: 28px;
}

/* sd business */

.sectionIndex,
.ourClientle,
.ourBrand,
.introSectionLeft,
.introSectionRightImg,
.testimonilasWrap,
.ourTopBrands,
.testimReviewWrap {
  padding: 40px 0px;
}

.ourBrand {
  background: var(--light);
}

.introSectionLeft .secTitle {
  font-size: calc(1rem + 0.5vw);

  line-height: calc(1.1rem + 0.7vw);

  color: var(--black2);
}

.introSectionLeft .subTitle {
  font-size: 1.25rem;

  margin-top: 0;

  margin-bottom: 0.5rem;

  font-weight: 500;

  line-height: 1.2;

  font-family: var(--font-family-title);

  color: var(--black2);
}

.introSectionLeft .desc {
  font-size: 15px;

  color: var(--gray);

  line-height: 20px;
}

.actionBtn {
  margin-top: 26px;
}

.actionBtn .btn {
  background-color: #fff;

  padding: 16px 25px;

  border-radius: 7px;

  position: relative;

  /* padding-left: 56px; */

  font-size: 16px;

  transition: 0.5s;

  line-height: 20px;

  font-family: var(--font-family-title);

  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);

  font-weight: 500;
}

.actionBtn .callBtn:hover {
  background-color: #2196f3;

  color: #fff;
}

.actionBtn .wpBtn:hover {
  background-color: #4caf50;

  color: #fff;
}

.actionBtn .btn .fa-phone-alt {
  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

  font-size: 16px;

  color: #2196f3;

  margin: 3px 4px 0px 0px;

  /* position: absolute;

    left: 28px;

    top: 17px; */
}

.actionBtn .btn .fa-whatsapp {
  font-size: 20px;

  color: #4caf50;

  margin: 0px 4px 0px 0px;

  /* position: absolute;

    left: 27px;

    top: 13px; */
}

.actionBtn .callBtn:hover .fa-phone-alt {
  color: #fff;
}

.actionBtn .wpBtn:hover .fa-whatsapp {
  color: #fff;
}

/* round */

.actionBtnRound {
  margin-top: 26px;

  position: absolute;

  right: 5px;

  bottom: 13px;

  transition: 0.5s;
}

.actionBtnRound .btn {
  background-color: #fff;

  padding: 7px 7px;

  border-radius: 100px;

  position: relative !important;

  /* padding-left: 56px; */

  font-size: 14px;

  transition: 0.5s;

  line-height: 16px;

  font-family: var(--font-family-title);

  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);

  font-weight: 500;
}

.actionBtnRound .callBtn:hover {
  background-color: #2196f3;

  color: #fff;
}

.actionBtnRound .wpBtn:hover {
  background-color: #4caf50;

  color: #fff;
}

.actionBtnRound .btn .fa-phone-alt {
  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

  font-size: 14px;

  line-height: 18px;

  color: #2196f3;

  margin: 0px 2px 0px 2px;

  /* position: absolute;

    left: 28px;

    top: 17px; */
}

.actionBtnRound .btn .fa-whatsapp {
  font-size: 16px;

  color: #4caf50;

  line-height: 18px;

  margin: 0px 2px 0px 2px;

  /* position: absolute;

    left: 27px;

    top: 13px; */
}

.actionBtnRound .callBtn:hover .fa-phone-alt {
  color: #fff;
}

.actionBtnRound .wpBtn:hover .fa-whatsapp {
  color: #fff;
}

/* .testimonilasWrap {

margin: 40px 0px;

} */

/* body {

font-family: var(--font-family-title);

font-size: 16px;

color: var(--var(--black));

font-weight: 400;

} */

.bodyFixWidth,
.sectionFixWidth {
  max-width: 1600px;

  margin: 0 auto;

  width: 100%;
}

.spaceCustom {
  height: 40px;
}

.topHeader {
  background-color: #f7f9fc;

  padding: 30px 0px;

  position: relative;
}

/* .topHeader:after {

    content: '';

    position: absolute;

    right: 0px;

    top: 0px;

    background: #e4ebff;

    width: 25%;

    height: 100%;

} */

.topHeader .leftContent {
  padding-right: 5px;
}

.topHeader .leftContent h1 {
  /* font-size: 42px; */

  font-size: calc(2.8rem + 0.6vw);

  line-height: calc(3rem + 0.6vw);

  font-family: var(--font-family-title);

  font-weight: 400;

  margin: 100px 0px 30px 0px;

  color: var(--black);
}

.topHeader .leftContent h1 p {
  color: var(--primary);

  font-weight: 700;
}

.topHeader .leftContent h3 {
  /* font-size: 42px; */

  font-size: calc(1.57rem + 0.5vw);

  line-height: calc(1.57rem + 0.62vw);

  color: var(--dark);
}

.topHeader .leftContent h1.mt-top {
  margin-top: 53px;

  font-size: 35px;
}

.topHeader .leftContent h1.mt-top p {
  text-transform: uppercase;

  color: #284489;

  /* font-size: 60px; */

  margin-bottom: 40px;

  font-size: calc(3.25rem + 0.5vw);

  line-height: calc(3.25rem + 0.62vw);
}

.topHeader .leftContent h1.mt-top p span {
  color: #1085fb;
}

.topHeader .leftContent .description {
  font-size: 18px;

  line-height: 26px;

  font-family: var(--font-family-body);

  margin: 20px 0px 50px 0px;

  width: 80%;

  color: var(--gray);
}

.topHeader .leftContent .contactCont .contactField {
  position: relative;

  border-color: #a1a1aa;

  padding: 13px 15px 13px 15px;

  border-radius: 10px;

  width: 100%;
}

.topHeader .leftContent .countSection {
  width: 100%;

  padding: 0px 0px 0px 0px;

  position: relative;

  display: flex;

  flex-direction: row;

  margin: 40px 0px 20px;

  /* align-items: center; */
}

.topHeader .leftContent .countSection .count-item-bg {
  /* background: var(--white); */

  padding: 10px 25px 10px 10px;

  margin: 0px 0px 0px 10px;

  border-radius: 10px;

  /* box-shadow: 1px 1px 10px #cccccc4a; */

  position: relative;
}

.topHeader .leftContent .countSection .count-item {
  padding: 0px 0px 0px 0px;

  position: relative;

  font-family: var(--font-family-title);

  /* display: flex;

    flex-direction: row;

    justify-content: flex-start;

    gap: 10px; */

  display: inline-block;

  float: left;
}

.topHeader .leftContent .countSection .count-divide {
  padding: 0px 30px 0px 30px;

  position: relative;
}

.topHeader .leftContent .countSection .verifyIcon {
  width: 45px;

  margin: 4px 10px 0px -35px;

  float: left;

  position: absolute;

  right: 30px;

  top: 35px;
}

.topHeader .leftContent .countSection .verifyIcon img {
  width: 85%;

  position: relative;

  right: -69px;

  top: -27px;
}

.topHeader .leftContent .countSection .verifyIcon2 {
  width: 100px;

  margin: 10px 10px 0px 0px;

  position: relative;

  text-align: center;

  padding: 0px;
}

.topHeader .leftContent .countSection .verifyIcon2 img {
  width: 100%;

  position: absolute;

  bottom: 5px;

  left: 0;
}

.topHeader .leftContent .countSection .verifyIcon2 .count {
  font-size: calc(1.5rem + 0.6vw);

  line-height: calc(1.5rem + 0.9vw);

  position: absolute;

  top: 0;

  padding: 00px 0px;

  width: 100%;

  font-weight: 700;
}

.topHeader .leftContent .countSection .count-item .sectionTitle {
  /* width: 60%; */

  margin: 0px;
}

.topHeader .leftContent .countSection .count-item .sectionDesc {
  /* width: 40%; */

  margin: 0px 0px 0px 0px;
}

.topHeader .leftContent .countSection .count-item .sectionSubtitle {
  /* width: 40%; */

  margin: 0px 0px 0px 0px;

  font-size: 16px;

  color: var(--gray-disable);
}

.topHeader .leftContent .countSection .count-item .sectionDesc.starRating {
  /* color: var(--warning); */

  color: #f1bd00;

  font-size: 24px;

  margin: 5px 0px 0px 0px;

  line-height: 26px;
}

.topHeader .leftContent .countSection .count-item .sectionTitle h3 {
  font-size: 28px;

  color: var(--black);

  line-height: 34px;

  margin: 0;

  font-family: var(--font-family-title);

  font-weight: 600;
}

.topHeader .leftContent .countSection .count-item .sectionTitle h3 small {
  font-size: 24px;

  font-weight: 400;

  color: var(--light2);
}

.topHeader .leftContent .countSection .count-item .sectionDesc p {
  font-size: 18px;
}

.topHeader .rightContent {
  padding-left: 5.5rem;
}

.topHeader .rightContent img {
  border-radius: 20px;

  position: relative;

  z-index: 2;
}

.innerFields {
  margin: 0px 8px 0px 0px;
}

/* services sections */

.serviceSec {
  border-right: 1px solid var(--border-lighter2);

  border-bottom: 1px solid var(--border-lighter2);

  padding: 30px 20px;

  background: #f1f1f1;

  position: relative;

  transition: all 1s;
}

.serviceSec:hover {
  background: #2196f3;

  transition: 0.5s;
}

.serviceSec:hover h3 {
  color: #fff;
}

.serviceSec:hover img {
  filter: invert(1);
}

.serviceSec:hover p {
  color: #fff;
}

.serviceSec.pastelblue {
  background: #f8f8f8;

  transition: all 1s;
}

.serviceSec.pastelblue:hover {
  background: #2196f3;

  transition: 0.5s;
}

.serviceSec.pastelblue:hover h3 {
  color: #fff;
}

.serviceSec.pastelblue:hover img {
  filter: invert(1);
}

.serviceSec.pastelblue:hover p {
  color: #fff;
}

.serviceSec.lastR {
  border-right: 0;
}

.serviceSec.lastB {
  border-bottom: 0;
}

.serviceSec img {
  /* width: 36px; */

  width: 50px;
}

.serviceSec h3 {
  font-size: 20px;

  color: var(--black);

  font-family: var(--font-family-title);

  margin: 25px 0px 15px;

  font-weight: 500;

  line-height: 1.2;
}

.serviceSec p,
.serviceSec ul {
  font-size: 16px;

  color: var(--gray);

  margin: 0px;
}

/* services sections ends */

/* contatc us map */

.mapPin {
  position: absolute;

  text-decoration: none;

  width: 6px;

  height: 6px;

  background-color: var(--primary);

  margin: 0 auto;

  border-radius: 100%;
}

.mapPin.static {
  box-shadow: 0 0 0 3px rgba(2, 126, 251, 0.3), 0 0 0 6px rgba(2, 126, 251, 0);
}

.mapPin.mapRipple {
  -webkit-animation: ripple 1s linear infinite;

  animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3),
      0 0 0 5px rgba(2, 126, 251, 0.3);

    box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3),
      0 0 0 15px rgba(2, 126, 251, 0);

    box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3),
      0 0 0 15px rgba(2, 126, 251, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3),
      0 0 0 5px rgba(2, 126, 251, 0.3);

    box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3),
      0 0 0 15px rgba(2, 126, 251, 0);

    box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3),
      0 0 0 15px rgba(2, 126, 251, 0);
  }
}

.pinIn {
  top: 51%;

  right: 35.5%;
}

.pinUae1 {
  top: 53%;

  right: 40%;
}

.pinUae2 {
  top: 49.5%;

  right: 40.8%;
}

.pinUae3 {
  top: 50.9%;

  right: 42.2%;
}

.pinUae4 {
  top: 50.5%;

  right: 39.5%;
}

.pinUae5 {
  top: 49.2%;

  right: 40%;
}

.pinUae6 {
  top: 48.5%;

  right: 40.2%;
}

.pinUae7 {
  top: 45.3%;

  right: 41.9%;
}

.pinTr {
  top: 41.2%;

  right: 44.2%;
}

.pinUk1 {
  top: 30.5%;

  right: 51.5%;
}

.pinUk2 {
  top: 33%;

  right: 52.6%;
}

.fleetList {
  margin-top: 3rem;
}

.waveDivider {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  overflow: hidden;

  line-height: 0;
}

.waveDivider svg {
  position: relative;

  display: block;

  width: calc(100% + 1.3px);

  height: 154px;
}

.waveDivider .shape-fill {
  fill: #ffffff;
}

.whyChooseSection {
  /* font-family: var(--font-family-title); */

  background: #f9fafc;

  padding: 4rem 0px 4rem 0px;

  margin: 1rem 0px 0px 0px;
}

.whyChooseSection p {
  font-size: 18px;

  color: var(--gray);

  margin-bottom: 25px;
}

.infoTiles ul {
  padding-left: 0;

  list-style: none;

  margin-top: 2rem;

  text-align: center;

  margin-bottom: 0;
}

.infoTiles ul li {
  display: inline-block;

  width: 33%;

  margin: 0px 15px;

  margin-bottom: 10px;

  background: #fff;

  border-radius: 10px;
}

.infoTiles ul li a {
  transition: ease-in-out all 0.3s;
}

.infoTiles ul li a img {
  transition: ease-in-out all 0.3s;

  width: 130px;

  height: 100%;

  margin: 0 auto;
}

.infoTiles ul li a .brandName {
  color: #a5a5a5;
}

.infoTiles ul li a:hover img {
  filter: grayscale(0);
}

.tilebg.img1 {
  background-image: url(../images/carBanner04.jpg);
}

.tilebg.img2 {
  background-image: url(../images/carBanner05.jpg);
}

.tilebg {
  background-size: cover;

  background-position: bottom right;

  padding: 30px 30px 180px;

  background-repeat: no-repeat;

  border-radius: 20px;

  height: 100%;

  position: relative;
}

/* .tilebg::after{

    position: absolute;

    content: '';

    background: #fff;

    border: 2px solid #f00;

    height: 400px;

    width: 400px;

    border-radius: 50%;

    top: 0;

    left: 0;

}

 */

.tileContent {
  width: 90%;

  font-size: 17px;

  /* font-family: var(--font-family-title); */

  line-height: 20px;
}

.tileContent .title {
  font-size: calc(0.8rem + 0.8vw);

  line-height: calc(1.3rem + 0.8vw);

  font-weight: 600;

  margin: 0px 0px 15px 0px;

  color: var(--black2);
}

/* 

.sectionFixWidth {

    max-width: 1600px;

    margin: 0 auto;

    width: 100%;

} */

.testimReviewWrap {
  position: relative;

  z-index: 1;

  background: #f7f7f7;
}

.testimReviewCarousel {
  padding: 0px 10px;
}

.testimReviewCarousel .slick-slide {
  margin: 0 20px;

  font-size: 16px;

  font-family: var(--font-family-title);

  text-align: left;
}

.testimReviewCarousel .slick-slide .quoteIcon {
  width: 100%;

  margin: 0px 0px 2px 0px;
}

.testimReviewCarousel .slick-slide .quoteIcon img {
  width: 20px;
}

.testimReviewCarousel .slick-slide h4 {
  font-size: 20px;

  font-weight: 600;

  margin: 0px 0px 0px 0px;
}

.testimReviewCarousel .slick-next:before {
  content: "\f6fd";
}

.testimReviewCarousel .slick-prev:before {
  content: "\f6fb";
}

.testimReviewCarousel .slick-prev:before,
.testimReviewCarousel .slick-next:before {
  font-family: tabler-icons !important;

  font-size: 25px;

  line-height: 1;

  opacity: 0.75;

  color: var(--primary);

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}

.testimReviewWrap .wreathicon {
  width: 100px;

  height: 60px;

  position: relative;

  text-align: center;

  padding: 0px;

  margin: 0px auto;
}

.testimReviewWrap .companyRatingTitle {
  font-size: calc(1.5rem + 0.6vw);

  line-height: calc(1.5rem + 0.9vw);

  position: absolute;

  top: 0;

  padding: 0px 0px;

  width: 100%;

  font-weight: 700;
}

.testimReviewWrap .wreathicon img {
  width: 100%;

  position: absolute;

  bottom: 0px;

  left: 0;
}

.testimReviewWrap .companyRatingSubTitle {
  color: var(--gray);

  font-size: 16px;

  margin: 0px 0px 25px 0px;

  font-weight: 300;
}

.testimReviewWrap .companyRating {
  color: var(--warning);

  font-size: 26px;

  margin: 0px 0px 0px 0px;

  line-height: 28px;
}

.testimReviewCarousel .slick-slide .clientstarRating {
  color: var(--warning);

  font-size: 14px;

  margin: 5px 0px 10px 0px;
}

.testimReviewCarousel .clientReview {
  border: 1px solid var(--primary);

  padding: 20px 25px 20px 25px;

  border-radius: 10px;

  position: relative;

  background: var(--white);

  box-shadow: 0 5px 10px #0000001f;

  text-align: left;
}

.clientReview p {
  color: var(--gray);

  font-size: 14px;

  height: 80px;
}

.testimReviewCarousel .clientReview .time {
  font-size: 12px;

  color: var(--gray-disable);

  height: auto;
}

/* 

.introSectionLeft{

    background: #efefef;

    padding: 50px 0px 40px 0px;

    margin-top: 4rem;

} */

.product-carousel-section {
  background-image: url(../images/whiteBg.jpg);

  position: relative;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 0px 80px 0px;
}

.product-carousel-section:before {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: #00000066;

  content: "";

  /* z-index: 1; */

  display: block;

  width: 100%;
}

.product-carousel {
  margin: 0px 0px 0px 0px;

  padding: 0px 10px;
}

.product-carousel .slick-prev:before,
.product-carousel .slick-next:before {
  margin: 50px 0px 0px 0px;
}

.product-carousel .slick-next:before {
  content: "\f6fd";
}

.product-carousel .slick-prev:before {
  content: "\f6fb";
}

.product-carousel .slick-prev:before,
.product-carousel .slick-next:before {
  font-family: tabler-icons !important;

  font-size: 25px;

  line-height: 1;

  opacity: 0.75;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  color: #ffffff;
}

.product-carousel li {
  border: 1px solid var(--border-light);

  color: var(--black);

  /* background: url(../images/productCardBg.png) var(--white); */

  background: var(--white);

  background-position: bottom left;

  background-size: 80%;

  background-repeat: no-repeat;

  padding: 20px 30px 30px 30px;

  margin: 10px 10px 20px 10px;

  border-radius: 12px;

  width: 33%;

  text-align: left;

  box-shadow: 0 8px 12px #0000002e;

  height: 310px;

  position: relative;

  text-align: center;

  overflow: hidden;
}

.product-carousel li .content {
  color: var(--black);

  width: 100%;

  margin: 0px 0px 10px 0px;
}

.product-carousel li .content h3 {
  font-size: 20px;

  margin-bottom: 3px;

  margin-top: 18px;

  line-height: 24px;

  font-weight: 500;
}

.product-carousel li .content p {
  font-size: 15px;

  line-height: 20px;

  color: var(--gray);
}

.product-carousel li .contImage {
  width: 100%;

  margin: 0px 0px 0px 0px;

  position: relative;
}

.product-carousel li:after {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 42%;

  background-color: #f0f0f0;
}

.product-carousel li .contImage img {
  width: 130px;

  position: relative;

  z-index: 9;

  margin: 0 auto;
}

.referSection {
  /* background-image: url(../images/subscriptionSecBg.jpg); */

  /* position: relative;

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: 2; */

  position: relative;

  padding: 50px 0px 50px 0px;

  box-shadow: inset 0px 0px 40px #0000001f;
}

.referCont {
  background: url(../images/referalBg.jpg) no-repeat;

  background-size: cover;

  box-shadow: 0 5px 12px #00000040;

  border-radius: 20px;

  padding: 55px 35px;

  position: relative;

  z-index: 2;

  overflow: hidden;
}

.referCont .section-description {
  color: #ccc !important;
}

/* .referCont::after {

    position: absolute;

    content: '';

    background: #0000004a;

    width: 100%;

    left: 0px;

    top: 0;

    height: 100%;

    z-index: -1;

} */

.referCont .referimg {
  border-radius: 10px;

  width: 90%;

  box-shadow: 0px 2px 10px #00000087;
}

/* 

.referSection:before {

    position: absolute;

    content: '';

    background-color: #0000002e;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: -1;

} */

.outerFaq .accordion-body p {
  color: var(--gray);
}

.countSection img {
  position: relative;

  top: -12px;

  left: -12px;
}

.downloadAppSection {
  position: relative;
}

.fleetContainer {
  max-width: 1140px;

  font-family: var(--font-family-title);
}

.downloadAppSection:after {
  content: "";

  position: absolute;

  top: -55px;

  left: 0px;

  background-image: url(../images/donloadAppBg.webp);

  background-position: right;

  width: 100%;

  height: 100%;

  background-size: auto;

  background-repeat: no-repeat;

  z-index: -1;
}

.downloadAppSection img {
  max-width: 100%;

  height: auto;

  width: 160px;
}

.qrCode {
  position: relative;
}

.qrCode:after {
  content: "";

  position: absolute;

  width: 1px;

  height: 70%;

  background: #c9c9c9;

  right: 60px;

  top: 25px;
}

.downloadAppSection a {
  display: block;

  margin: 20px 0px;
}

.downloadInfo {
  padding-top: 10rem;
}

.downloadInfo h2 {
  font-weight: 700;
}

.downloadInfo h2 .fisrtWord {
  color: #2e4ba4;
}

.downloadInfo h2 .secondWord {
  color: #171d56;
}

/*========== whatsup call ================*/

.whatsappFloating {
  position: fixed;

  /* width: 60px;

    height: 60px; */

  bottom: 20%;

  right: -165px;

  background-color: #2ab318;

  color: var(--white);

  border-radius: 30px 0px 0px 30px;

  text-align: center;

  font-size: 30px;

  box-shadow: 2px 2px 3px #999;

  z-index: 100;

  padding: 10px 15px;

  transition: all ease-in-out 0.3s;

  font-family: var(--font-family-title);
}

.whatsappFloating i {
  position: relative;

  float: left;
}

.whatsappFloating span {
  font-size: 16px;

  margin: 8px 0px 0px 14px;

  line-height: 18px;

  position: relative;

  float: left;

  font-weight: 500;
}

.my-float {
  margin-top: 0px;

  margin-right: 8px;
}

.whatsappFloating:hover {
  padding-right: 30px;

  right: 0;

  color: var(--white);
}

.callFloating {
  position: fixed;

  /* width: 60px;

    height: 60px; */

  bottom: 28%;

  right: -160px;

  background-color: var(--primary);

  color: var(--white);

  border-radius: 30px 0px 0px 30px;

  text-align: center;

  font-size: 30px;

  box-shadow: 2px 2px 3px #999;

  z-index: 100;

  padding: 10px 15px;

  transition: all ease-in-out 0.3s;

  font-family: var(--font-family-title);
}

.callFloating i {
  position: relative;

  float: left;
}

.callFloating span {
  font-size: 16px;

  margin: 8px 0px 0px 14px;

  line-height: 18px;

  position: relative;

  float: left;

  font-weight: 500;
}

.callFloating:hover {
  padding-right: 30px;

  right: 0;

  color: var(--white);
}

/*========== whatsup call ================*/

@media only screen and (max-width: 991px) {
  /* services */

  .serviceSec,
  .serviceSec.lastB,
  .serviceSec.lastR {
    border-right: 0;

    border-bottom: 1px solid var(--border-lighter2);
  }

  .product-carousel li {
    height: auto;

    margin: 10px 10px 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  .topHeader .leftContent .description {
    width: 100%;

    font-size: 16px;

    line-height: 24px;

    margin-bottom: 0px;
  }

  .topHeader .leftContent h1.mt-top {
    margin-top: 0;

    /* font-size: 30px;

        line-height: calc(2.0rem + 0.6vw); */
  }

  .topHeader .leftContent h1.mt-top p {
    /* font-size: 50px; */

    margin-bottom: 36px;
  }

  .fleetList {
    margin-top: 2.5rem;
  }

  .topHeader .rightContent {
    padding-left: 1rem;

    padding-top: 1rem;
  }

  .sectionIndex,
  .ourClientle,
  .ourBrand,
  .introSectionLeft,
  .introSectionRightImg,
  .testimonilasWrap,
  .ourTopBrands {
    padding: 20px 0px;
  }

  .sm-ps-15px {
    padding-left: 15px !important;
  }

  .sm-pe-15px {
    padding-right: 15px !important;

    padding-left: 15px !important;
  }

  .product-carousel-section {
    padding: 40px 0px 0px 0px;

    margin-top: 30px;
  }

  .sm-mt-faq {
    margin-top: 30px;
  }

  .section-title {
    font-size: calc(1.4rem + 0.8vw);
  }

  .whyWeTrust {
    padding: 50px 0px 50px 0px;
  }

  .referSection .ps-4 {
    padding-left: 0 !important;
  }

  ul.tickRound li {
    width: 100%;

    float: none;
  }

  .product-carousel li .content h4 {
    font-size: 18px;
  }

  .businessPersonSub-Pt-0-mb-15 {
    padding-top: 0rem !important;

    margin-bottom: 15px !important;
  }

  .product-carousel-section h2 {
    padding-bottom: 0 !important;
  }

  .product-carousel li .content p {
    font-size: 16px;

    line-height: 22px;
  }

  .testimReviewWrap .slick-next {
    right: 0px;
  }

  .testimReviewWrap .slick-prev {
    left: 0px;
  }

  .product-carousel .slick-next {
    right: -4px;
  }

  .product-carousel .slick-prev {
    left: -8px;
  }

  .whyWeTrust ul {
    flex-direction: column;
  }

  .whyWeTrust ul li {
    width: 100%;

    margin: 10px 0px;
  }

  .contactList ul li {
    width: 100%;

    margin: 0px 5px 22px 5px;

    font-size: 12px;
  }

  .contactList ul li:last-child {
    margin-bottom: 10px;
  }

  .contactList ul li .imgContacts i {
    font-size: 18px;

    margin-right: 0;
  }

  .contactList ul li .imgContacts {
    width: 32px;

    height: 32px;
  }

  .referCont {
    padding: 36px 15px;
  }

  .contactList ul li a.contactlink {
    font-size: 15px;
  }

  .referCont h3 {
    font-size: 22px;
  }

  .referCont p {
    font-size: 15px;

    line-height: 21px;
  }

  .mapImg {
    width: 100%;
  }

  .mapText {
    margin: 0;

    position: absolute;

    top: 6%;

    width: 94%;

    left: 50%;

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    /* font-size: 38px; */

    font-size: calc(1rem + 0.18vw);

    line-height: calc(1rem + 0.3vw);
  }

  .fleetContainer {
    max-width: 95%;
  }

  .referCont .referimg {
    width: 50%;
  }

  .topHeader:after {
    display: none;
  }

  .introSectionRightImg .luxuryCars img {
    margin-bottom: 2rem;
  }

  .downloadAppSection:after {
    top: -35px;
    background-image: url(../images/donloadAppBg.webp);
    background-position: left;
  }
  .downloadAppSection .qrCodeSec {
    display: flex;
    justify-content: center;
  }
  .downloadAppSection .qrCodetitle {
    text-align: center;
  }
  .downloadInfo h2,
  .downloadInfo p {
    text-align: center;
  }
  .downloadInfo {
    padding-top: 0;
  }
  .qrCode:before {
    right: 30px;
    top: 6px;
  }
  .qrCode:after {
    right: 10px;
    top: 66px;
  }
}
