: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 0px 25px;
  color: var(--gray);
  position: relative;
  float: left;
  /*margin-right: 40px;*/
  /* 
  width: 40%; */
  float: left;
  margin: 0px 0px 30px 0px;
}
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: 22px;
  width: 96%;
}
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,
.blackbg ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.whyWeTrust ul li,
.blackbg ul li {
  color: var(--black);
  background: var(--white);
  padding: 30px 30px;
  margin: 10px 10px;
  border-radius: 7px;
  width: 31%;
  text-align: center;
}
.whyWeTrust ul li img,
.blackbg ul li img {
  max-width: 60px;
  margin-bottom: 15px;
}
.whyWeTrust ul li .title,
.blackbg 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,
.blackbg 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;
}
.introSectionLeft.blackbg {
  background: url(../images/brandBg.webp) no-repeat;
  padding: 80px 0px;
  color: var(--white);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 70px 0px;
}
.introSectionLeft.blackbg .secTitle {
  color: var(--white);
}
.introSectionLeft.blackbg .desc {
  color: var(--text-gray);
}
.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;
}

.actionAIBtn {
  margin: 20px 0;
}
.actionAIBtn .ai-btn {
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: 120px;
  border: none;
  padding: 3px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: radial-gradient(circle 80px at 80% -10%, #fff, #181b1b);
  width: max-content;
  overflow: hidden;
  text-transform: none;
}
.actionAIBtn .ai-btn::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 60%;
  border-radius: 120px;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px #ffffff38;
  z-index: -1;
}
.actionAIBtn .ai-btn .stroke-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 120px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.actionAIBtn .ai-btn .gradient-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 120px;
  background: conic-gradient(magenta, #00f, #f0f);
  animation: 3s linear infinite rotate;
  width: 400px;
  height: 400px;
}
.actionAIBtn .ai-btn .mask-ring {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #000;
  border-radius: 120px;
  z-index: 1;
  pointer-events: none;
  transform: none !important;
  animation: none !important;
}
.actionAIBtn .ai-btn .inner {
  padding: 10px 30px;
  border-radius: 120px;
  color: #fff;
  z-index: 3;
  position: relative;
  background: radial-gradient(circle 80px at 80% -50%, #777, #0f1111);
  display: inline-block;
}
.actionAIBtn .ai-btn .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 120px;
  background: radial-gradient(
    circle 60px at 0 100%,
    #00e1ff1a,
    #0000ff11,
    transparent
  );
  position: absolute;
}
@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.actionAIBtn .ai-btn,
.actionAIBtn .ai-btn .gradient-ring,
.actionAIBtn .ai-btn .inner {
  transition:
    transform 0.4s,
    filter 0.5s,
    background 0.5s,
    brightness 0.5s;
}
.actionAIBtn .ai-btn:hover {
  transform: scale(1.02);
}
.actionAIBtn .ai-btn:hover .gradient-ring {
  filter: blur(6px) brightness(1.3);
}
.actionAIBtn .ai-btn:active {
  transform: scale(0.96);
  transition: transform 0.2s;
}
.actionAIBtn .ai-btn:active .inner {
  transform: scale(0.98);
  background: radial-gradient(circle at 80% -50%, #666, #0d0d0d);
  transition:
    transform 0.2s,
    background 0.3s;
}
/* 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 .subtextPara {
  font-size: calc(1.4rem + 0.5vw);
  line-height: calc(1.3rem + 0.8vw);
  color: var(--dark);
  font-family: var(--font-family-title);
  font-weight: 500;
}
.topHeader .leftContent p {
  /* 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: 100%;
  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;
}
.stepHeading {
  font-size: 20px;
}
/* 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 {
  background: #282828 url(../images/brandBg.webp);
  background-position: center;
  background-attachment: fixed;
  padding: 4rem 0px 4rem 0px;
  margin: 80px 0px 80px 0px;
}
.whyChooseSection .contBg {
  background: #000000ab;
  padding: 30px 30px;
  backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 2px solid #1a1a1a;
}
.whyChooseSection h6 {
  color: var(--white);
  margin: 0;
  font-size: 14px;
}
.whyChooseSection p {
  color: var();
  margin-bottom: 25px;
}
.whyChooseSection ul li {
  color: var(--light2);
  margin-bottom: 25px;
}

.whyChooseSection p {
  font-size: 18px;
  color: var(--text-gray);
  margin-bottom: 25px;
} */
.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;
}
.whyChooseSection .li-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-family: var(--font-family-title);
  color: var(--black2);
}
.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.img2-daily {
  background-image: url(../images/carBanner05-daily.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.product {
  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: 380px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-carousel li.product .content {
  color: var(--black);
  width: 100%;
  margin: 0px 0px 10px 0px;
}
.product-carousel li.product .content .cont-title {
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 18px;
  line-height: 22px;
  font-family: var(--font-family-title);
}
.product-carousel li.product .content p {
  font-size: 15px;
  line-height: 18px;
  color: var(--gray);
}
.product-carousel li.product .contImage {
  width: 100%;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.product-carousel li.product:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32%;
  background-color: #f0f0f0;
}
.product-carousel li.product .contImage img {
  width: 130px;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
.product-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 5px 0px;
  list-style-type: none;
}
.product-carousel .slick-dots li {
  margin: 0 0.25rem;
}
.product-carousel .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff64;
  text-indent: -9999px;
}
.product-carousel .slick-dots li.slick-active button {
  background-color: var(--primary);
}
.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:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 93%;
  right: 50px;
  top: 6px;
  background: linear-gradient(180deg, #cbcbcb 0%, #ffffff 51.12%, #cbcbcb 100%);
}
.qrCode:after {
  content: "OR";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #cbcbcb;
  right: 30px;
  top: 96px;
  border: 1px solid #d3d3d3;
  color: #333;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}
.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: -135px;
  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: -135px;
  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);
}
.banner-section-points {
  padding-left: 19px;
  list-style: square;
}
.banner-section-points li {
  font-size: 18px;
  color: var(--gray);
  padding-bottom: 8px;
}
.highlight-TextBanner {
  font-size: 24px !important;
}
.highlight-TextBanner b {
  font-weight: 600;
}
/*========== 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);
  }

  .topHeader .rightContent {
    padding-left: 0;
  }
  .product-carousel li.product {
    height: auto;
    margin: 10px 10px 0px 10px;
    padding: 20px 10px 20px 10px;
  }
  .product-carousel li.product .contImage img {
    width: 100px;
  }
  .product-carousel li.product .content .cont-title {
    font-size: 16px;
    line-height: 20px;
  }
  .product-carousel li.product .content p {
    font-size: 13px;
    line-height: 16px;
  }

  .topHeader .leftContent h1.mt-top p {
    margin-bottom: 30px;
    line-height: calc(2.25rem + 0.62vw);
  }
  .topHeader .leftContent .description {
    font-size: 15px;
    line-height: 22px;
  }

  .mapText {
    margin: 0;
    position: absolute;
    top: 6%;
    width: 94%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: calc(1rem + 0.18vw);
    line-height: calc(1rem + 0.3vw);
  }
  .contactList ul li {
    display: inline-flex;
    width: 45%;
  }
}
@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;
  }
  .actionBtn .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .actionBtn .btn .fa-phone-alt {
    font-size: 14px;
  }
  .actionBtn .btn .fa-whatsapp {
    font-size: 18px;
  }
  .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.product .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.product .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,
  .blackbg 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;
  }
  .tilebg {
    padding: 30px 30px 120px;
  }
  .tileContent .title {
    margin-bottom: 0;
  }
  .tileContent p {
    padding-bottom: 44px;
    font-size: 12px;
    line-height: 16px;
  }
  .tileContent ul {
    margin-bottom: 35px;
  }
  .tileContent {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tilebg {
    padding: 20px 20px 110px;
  }
}
