html {
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
  color: #000000 !important;
}

.w-17 {
  width: 17%;
}

/* animations  */

.designerImage.aos-animate {
  animation: imageBounce 0.4s forwards alternate !important;
}
marquee {  background-color: #fff !important; line-height: 1; border-radius: 14px;}
marquee * { line-height: 1;}
marquee a { color: #000; text-decoration: none; }
marquee .seperator { color: #ccc;}
marquee b { display: block;}
@keyframes imageBounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hoverContainer {
  position: relative;
  cursor: pointer;
}

.hoverContainer img.imgshow {
  display: none;
  position: absolute;
}

.hoverContainer:hover img.imgshow {
  display: block;
  bottom: 50px;
}

.textAreaC {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px !important;
  height: 80px !important;
}

.hovered {
  opacity: 0;
  margin-top: -80px;
  z-index: -3;
  position: relative;
  transition: all 0.6s;
}

.hovered.hovered1 {
  opacity: 0;
  margin-top: -100px;
}

.hoverContainer:hover .hovered {
  opacity: 1;
  margin-top: 0px;
  z-index: 3;
  position: relative;
  transition: all 0.6s;
}

/* animations  */

.grecaptcha-badge {
  display: none !important;
  opacity: 0;
}

.slider-rizq {
}

/* div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
    .news-message {
      display: flex;
      flex-shrink: 0;
      height: 50px;
      align-items: center;
      animation: slide-left 20s linear infinite;
    }
  } */

.slider-rizq-upper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.slider-rizq {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 30s linear infinite;
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.videoWraper {
  overflow: hidden;
  border-radius: 20px;
}

.videoWraper video {
  margin-top: -1px;
  margin-left: -2px;
  width: 450px;
}

.textEffectContainer {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  scrollbar-color: rgb(56, 56, 56) white;
  scrollbar-width: thin !important;
}

.vwbox {
  width: 14.88vw;
  /* height:  20.55vw; */
}

.textEffectContainer::-webkit-scrollbar {
  width: 6px;
}

.textEffectContainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(194, 194, 194, 0.3);
  border-radius: 20px;
}

.textEffectContainer::-webkit-scrollbar-thumb {
  background-color: rgb(49, 49, 49);
  border-radius: 20px;
}

/* features section scroll bar */

.textEffectContainer2 {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  scrollbar-color: rgb(56, 56, 56) white;
  scrollbar-width: thin !important;
}

.textEffectContainer2::-webkit-scrollbar {
  width: 6px;
}

.textEffectContainer2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(194, 194, 194, 0.3);
  border-radius: 20px;
}

.textEffectContainer2::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}

/* /////////////////////// */

.text .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}

.delay1 .char {
  -webkit-animation-delay: calc(0.5s + var(--char-index) * 0.1s);
  animation-delay: calc(0.5s + var(--char-index) * 0.1s);
}

.delay2 .char {
  -webkit-animation-delay: calc(1s + var(--char-index) * 0.1s);
  animation-delay: calc(1s + var(--char-index) * 0.1s);
  transition: all 0.5s calc(0.25s + var(--char-index) * 0.1s);
}

.delay3 .char {
  -webkit-animation-delay: calc(1.5s + var(--char-index) * 0.1s);
  animation-delay: calc(1.5s + var(--char-index) * 0.1s);
  transition: all 0.6s calc(0.25s + var(--char-index) * 0.1s);
}

.delay4 .char {
  -webkit-animation-delay: calc(2s + var(--char-index) * 0.1s);
  animation-delay: calc(2s + var(--char-index) * 0.1s);
  transition: all 0.7s calc(0.25s + var(--char-index) * 0.1s);
}

.delay5 .char {
  -webkit-animation-delay: calc(2.5s + var(--char-index) * 0.1s);
  animation-delay: calc(2.5s + var(--char-index) * 0.1s);
  transition: all 0.7s calc(0.25s + var(--char-index) * 0.1s);
}

.text--slide .char:nth-of-type(5) {
  transition-delay: 0s;
}

.text--slide .char:nth-of-type(4) {
  transition-delay: 0.1s;
}

.text--slide .char:nth-of-type(3) {
  transition-delay: 0.2s;
}

.text--slide .char:nth-of-type(2) {
  transition-delay: 0.3s;
}

.text--slide .char:nth-of-type(1) {
  transition-delay: 0.4s;
}

.text--slide [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-200%, 0) skewX(20deg);
  transform: translate(-200%, 0) skewX(20deg);
}

.btnnextMainOne:disabled {
  transform: translateY(100px);
  transition: all 0.4s;
}

.input-has-value {
  color: #9b9b9bd3 !important;
}

.show-pass:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0px;
  top: 11px;
  transform: rotate(310deg);
}

.placeGrey::placeholder {
  color: #e4e4e4;
  font-size: 16px;
  font-weight: 300;
}

.contactusform {
  padding: 40px 0;
}

.form-check-input:checked {
  background-color: #5dc27e;
  border-color: #5dc27e;
}

.form-check-input {
  border-radius: 20px !important;
}

.form-check-input:focus {
  border-color: #5dc27f3f;
  box-shadow: 0 0 0 0.25rem #5dc27f3f;
}

.navlink.active {
  color: #0191ea;
}

.disblack {
  padding-left: 20px;
  position: relative;
}

.disblack:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #000000;
  left: 0px;
  top: 8px;
}

.userMenu:hover .userMenuIn {
  display: block !important;
}

.updateBtn {
  width: 305px;
  height: 44px;
  font-size: 13px;
  line-height: 22px;
  padding: 11px;
  border-radius: 4px !important;
  background-color: #2d3094 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.userMenuIn {
  top: 31px;
  padding-top: 20px;
  z-index: 1;
  width: 180px;
}

.userMenuInUl {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.rides__menu__width {
  width: 240px;
  max-height: 300px !important;
  overflow-y: auto;
}
.rides__menu__width li:not(:last-child) {
  border-bottom: 1px solid #cecece87;
}

.appInput,
.appInput:focus {
  outline: none !important;
  color: #08b708;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  height: 50px !important;
  padding: 10px 0 !important;
}

.appInput:focus {
  border-bottom-color: #08b708;
}

.darkhead .darklogo {
  display: block !important;
  max-width: 200px;
}

.darkhead .lightlogo {
  display: none !important;
  max-width: 200px;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.btnnextMainOne {
  transform: translateY(0px);
  transition: all 0.4s;
}

.lh18 {
  line-height: 18px;
}

.bg1 {
  background-color: #28b5ef;
}

.bg2 {
  background-color: #f4f4f4;
}
.bg-blue-a6 {
  background-color: #5153a6;
}

.w-200 {
  width: 200px;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.h-200 {
  height: 200px;
}

#carpoolers {
  max-height: 51vh;
  overflow-y: auto;
}

#carpoolers::-webkit-scrollbar {
  width: 6px;
}

.mt-n40 {
  margin-top: -40px !important;
}

#carpoolers::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(194, 194, 194, 0.3);
  border-radius: 20px;
}

#carpoolers::-webkit-scrollbar-thumb {
  background-color: rgb(231, 231, 231);
  border-radius: 20px;
}

#rideRequest::-webkit-scrollbar {
  width: 6px;
}

#rideRequest::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(194, 194, 194, 0.3);
  border-radius: 20px;
}

#rideRequest::-webkit-scrollbar-thumb {
  background-color: rgb(231, 231, 231);
  border-radius: 20px;
}

.fontw800 {
  font-weight: 800;
}

.fontw500 {
  font-weight: 500;
}

.btn-color {
  background-color: #5dc27e;
  color: #fff;
}

.btn1-color {
  background-color: black;
  color: #fff;
}

.color-rides {
  color: #0d6efd !important;
}
.carpool__btn__blue {
  background-color: #0191ea;
}
.carpool__btn__radius {
  border-radius: 2px;
}
.w-67px {
  width: 67px;
}
/* .registerpage .signupmobile{
  display: none;
}
.loginpage .login{
  display: none;
} */

.nofocus:focus {
  outline: none;
  box-shadow: none;
}

.z-2 {
  z-index: 2;
}

.z--1 {
  z-index: -1;
}

.nohover:hover {
  background-color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.transform-center-end {
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.inviteBtntwo {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.otpInput {
  font-size: 20px;
  text-align: center;
}

.adminBtn {
  width: 120px;
  height: 35px;
  background-color: #5dc27e;
  padding: 9px 0;
  border-radius: 3px;
}

#copytoast {
  position: absolute;
  right: 0px;
  top: 80px;
}

#copytoast.show {
  z-index: 1092;
}

.arr-bg {
  background: #ffffffde;
  border-radius: 12px;
  width: 25px;
  height: 45px;
  cursor: pointer;
}

.prefix {
  bottom: 12.5px;
  left: 12px;
  font-size: 16px;
}

.ps-37 {
  padding-left: 39px;
}

.first {
  animation: arrowmove 1.5s linear infinite;
}

@keyframes arrowmove {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 40px;
  }
}

.arrowDown {
  animation: arrowDown 1.5s linear infinite;
}

@keyframes arrowDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}

.selectize-dropdown {
  height: auto;
}

.selectizeCustom .selectize-input {
  border: 1px solid #919cab;
  height: 49px;
  width: 100%;
  margin: 3px 0px;
  border-radius: 6px !important;
  box-shadow: none;
  display: flex !important;
  align-items: center;
  box-shadow: none !important;
}

.selectizeCustom .selectize-input:after {
  content: '' !important;
}

.selectizeCustom .selectize-input .item {
  width: auto;
  height: 18px;
  padding: 0 !important;
  margin: 2px 0 0 0;
  font-size: 14px;
  text-align: left;
  color: black;
  background: transparent;
}

.selectizeCustom .selectize-input .item.focus {
  display: flex;
  box-shadow: none;
}

.theme-selector {
  display: none;
}

.carpol_section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.24);
}

.carpol_section .carousel-indicators {
  left: 97px;
  bottom: 30px;
}

#header .logo img {
  max-height: 50px;
}

.carpol_section .carousel-indicators .active {
  background-color: #28b5ef;
}

.carpol_section .carousel-caption {
  position: absolute;
  right: 30px !important;
  bottom: 70px !important;
  left: 97px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
  text-align: start !important;
}

.font-48 {
  font-size: 48px;
}

.carpol-radius {
  border-radius: 10px;
}

.gridd {
  left: 40px;
}

.pac-container input {
  height: 44px;
  font-size: 14px;
}

.pac-container input:focus {
  box-shadow: none;
}

.errorMsgLogin {
  position: relative;
  top: -40px;
  z-index: 1020;
  background: #ffd7d7;
  border-radius: 4px;
  font-size: 14px;
  color: #e75858;
  padding: 6px 10px 4px 10px;
  line-height: 21px;
}

.text-red-light {
  color: #e75858;
}

.w102 {
  width: 102px;
}

.mx326 {
  max-width: 326px;
}

.errorMsgLogin img {
  margin-top: 0px;
  margin-right: 4px;
}

.mdtimepicker .mdtp__wrapper {
  bottom: 50% !important;
  left: 50% !important;
  transform: translate(-50%, 50%) !important;
}

.imageOverlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(0, 0, 0, 0.93) 100%
  );
  z-index: 1;
}

.dots {
  position: absolute;
  right: -101px;
  bottom: -70px;
}

.mx590 {
  max-width: 590px;
}

.verifyBtn {
  width: 81px;
  height: 38px;
  background: #0191ea;
  border-radius: 2px;
  font-weight: 500;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.btnBlue {
  width: 335px;
  height: 60px;
  background: #2d3094;
  border-radius: 5px;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  text-decoration: none;
}

.btnBlue:hover {
  background: #484cc9;
  color: #ffffff;
}

.mx420 {
  max-width: 400px;
}

.mx320 {
  max-width: 320px;
  margin: 0 auto;
}

.locationInput {
  height: 50px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 9px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #949494;
}

.btnemailVeify {
  height: 52px;
  margin: 0 auto;
  background: #0191ea;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
}

.btnSaveLocation {
  height: 62px;
  max-width: 372px;
  margin: 0 auto;
  background: #2d3094;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.45));
}

.btnSaveLocation.sm {
  height: 56px;
  padding: 13px 0;
  max-width: 372px;
}

.loaderBackdrop {
  background-color: #0000002b;
}

.mx388 {
  max-width: 400px;
}

.map {
  min-height: 450px;
  overflow: hidden;
  border-radius: 6px;
}

#cancelBtn,
#searchBtn {
  display: none !important;
}

.pac-container {
  z-index: 1091 !important;
  width: 100%;
  box-shadow: none;
  border-top: none;
}

.mapContainer {
  padding-top: 60px;
}

#cancelBtn img {
  display: none !important;
}

#txtSearch {
  border: solid 1px #000000;
  border-radius: 6px;
  height: 50px;
  width: 100% !important;
  font-size: 16px !important;
  padding-left: 10px;
}

#divSearch table {
  width: 100%;
}

#homeAddress-error,
#officeAddress-error {
  position: absolute;
}

.locationFoter {
  /* position: absolute; */
  /* bottom: 28px; */
  left: 0;
  width: 100%;
}

.locationUp {
  height: 50px;
}

.locationUp .location {
  bottom: 15px;
  width: 20px;
}

.br-20 {
  border-radius: 20px;
}

.location {
  bottom: 18px;
  -webkit-animation: heart_bounce 5s cubic-bezier(0.36, 0.07, 0.57, 0.99)
    infinite;
  animation: heart_bounce 5s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
  transform-box: fill-box;
  -webkit-transform-box: fill-box;
  transform-origin: center;
  -webkit-transform-origin: center;
  cursor: pointer;
}

.location.two {
  bottom: 15px;
  right: 6px !important;
}

@keyframes heart_bounce {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  30% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.text-blue-l {
  color: #28b5ef !important;
}

.inputCustom.error {
  font-size: 20px;
}

.mx340 {
  max-width: 340px;
}

.input40 {
  height: 40px;
  width: 40px;
}

.animationBorder {
  width: 0;
  height: 1.5px;
  bottom: 0;
  transition: all 0.4s;
}

.input-has-value2 .animationBorder {
  width: 100%;
  transition: all 0.4s;
}

.inputCustom input {
  border: none;
}

.inputCustom input:focus {
  outline: none;
  box-shadow: none;
  border-color: #efefef;
}

.inputCustom {
  transition: all 0s;
}

.inputCustom.two {
  border-radius: 6px !important;
  border: 1px solid #919cab;
}

.cicleUp {
  /* width: 187px;
height: 187px;
background-color: #5dc27f4f; */
}

.cicleIn {
  background-color: #5dc27e;
  width: 134px;
  height: 134px;
  /* box-shadow: 0 0 0 25px #5dc27f4f; */
  position: relative;
}

.cicleIn:before {
  box-shadow: 0 0 0 30px #5dc27f4f;
}

.cicleIn:after {
  box-shadow: 0 0 0 55px #5dc27f28;
}

.cicleIn:before {
  -webkit-animation: 2.5s linear 0s normal none infinite running
    anim-effect-front;
  animation: 2.5s linear 0s normal none infinite running anim-effect-front;
  box-shadow: 0 0 0 30px #5dc27f4f;
}

.cicleIn:after {
  -webkit-animation: 2.5s linear 0s normal none infinite running
    anim-effect-back;
  animation: 2.5s linear 0s normal none infinite running anim-effect-back;
  box-shadow: 0 0 0 70px #5dc27f4f;
}

.cicleIn:before,
.cicleIn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}

@-webkit-keyframes anim-effect-front {
  0% {
    box-shadow: 0 0 0 10px #5dc27f4f;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 40px #5dc27f32;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}

@keyframes anim-effect-front {
  0% {
    box-shadow: 0 0 0 10px #5dc27f4f;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 40px #5dc27f32;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}

@-webkit-keyframes anim-effect-back {
  0% {
    box-shadow: 0 0 0 12px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
  50% {
    box-shadow: 0 0 0 35px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
  100% {
    box-shadow: 0 0 0 70px #5dc27f32;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
}

@keyframes anim-effect-back {
  0% {
    box-shadow: 0 0 0 12px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
  50% {
    box-shadow: 0 0 0 35px #5dc27f32;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
  100% {
    box-shadow: 0 0 0 70px #5dc27f32;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1.5);
    transform: scale3d(1, 1, 1.5);
  }
}

.greenUp {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 114px;
  padding: 0 0px;
}

.greenUp:after {
  content: '';
  background-color: #efefef;
  height: 2px;
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}

.greenLine {
  position: absolute;
  bottom: 0px;
  border-radius: 4px;
  transition: all 0.8s;
  height: 2px;
  z-index: 3;
  left: 0px;
}

.grenin {
  width: 100%;
  background-color: #5dc27e;
  border-bottom: solid 2px #5dc27e;
}

.salary.active ~ .greenUp .greenLine {
  width: 25%;
  transition: all 1s;
}

.commute.active ~ .greenUp .greenLine {
  width: 50%;
  transition: all 1s;
}

.homeaddress.active ~ .greenUp .greenLine {
  width: 75%;
  transition: all 1s;
}

.officeaddress.active ~ .greenUp .greenLine {
  width: 100%;
  transition: all 1s;
  padding: 0;
  left: 0;
}

.last.active ~ .greenUp {
  display: none;
}

.mx660 {
  max-width: 660px;
}

.step {
  transform: translateY(0px);
  opacity: 0;
  /* position: absolute; */
  z-index: -2;
  left: 0;
  padding: 0 0px;
  width: 100%;
  transition: all 0.8s;
}

.step.active {
  transform: translateY(0px);
  opacity: 1 !important;
  display: inherit !important;
  z-index: 1;
  transition: all 0.8s;
  display: inherit !important;
}

#prev {
  opacity: 1;
  transition: all 0.8s;
  padding-left: 0px;
}

#prev:disabled {
  display: none !important;
  /* opacity: 0 !important; */
  transition: all 0.8s;
}

.min135 {
  min-height: 135px;
}

.formFixed {
  min-height: 400px;
}

/* .formFixed .form_success {
  min-height: 400px;
} */

.main-form-success .formFixed .form_success {
  min-height: 486px;
}

/* button#next {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
} */

/* 
.btn-form{
  position: absolute;
  
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  


} */

.btn-form {
  float: left;
  clear: both;
}

.pr-95px {
  padding-right: 95px;
}

button#next:focus {
  box-shadow: none;
}

button#next3 {
  position: absolute;
  bottom: -95px;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
}

button#next3:focus {
  box-shadow: none;
}

.carpol_section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.24);
}

.carpol_section .carousel-indicators {
  left: 50px;
  bottom: 100px;
}

.carpol_section .carousel-indicators .active {
  background-color: #28b5ef;
}

.carpol_section .carousel-caption {
  position: absolute;
  right: 0% !important;
  bottom: 1.25rem !important;
  left: 50px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 7.25rem !important;
  color: #fff;
  text-align: start !important;
}

.font-32 {
  font-size: 32px;
}

.font-48 {
  font-size: 48px;
}

.carpol-radius {
  border-radius: 10px;
}

.gridd {
  left: 40px;
}

.background-commute {
  bottom: 0;
  right: 0;
}

.accout {
  padding: 20px 78px;
}

.pt-70 {
  padding-top: 70px;
}

.min-100vh {
  min-height: 100vh;
  height: 100%;
}

.calendar {
  bottom: 16px;
  right: 15px;
  width: 21px;
}

.cl1 {
  color: #161637;
}

.btn1 {
  background-color: #2d3094;
  color: #fff;
}

.w-58 {
  width: 58px !important;
}

/* CheckBox styling */

.customRadio1 [type='radio']:checked,
.customRadio1 [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.customRadio1 [type='radio']:checked + label,
.customRadio1 [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 39px;
  padding-top: 6px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.customRadio1 [type='radio']:checked + label:before,
.customRadio1 [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  border: 2px solid #4ebfed;
  border-radius: 100%;
  background: #fff;
}

.customRadio1 [type='radio']:checked + label:after,
.customRadio1 [type='radio']:not(:checked) + label:after {
  content: '';
  width: 17px;
  height: 17px;
  background: #4ebfed;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.customRadio1 [type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.customRadio1 [type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.greenUptwo {
  height: 8px;
  width: 303px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.greenUptwo:after {
  content: '';
  background-color: #c2d4df;
  height: 8px;
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.greenLinetwo {
  position: absolute;
  bottom: 0px;
  border-radius: 4px;
  transition: all 0.8s;
  height: 8px;
  z-index: 3;
  left: 0px;
  width: 100%;
  background-color: #0191ea;
}

.commuteText {
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
  color: #161637;
  bottom: -47px;
  width: 187px;
  word-break: keep-all;
  height: 28px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.imgContainer {
  min-height: 63vh;
}

.imgContainer img {
  position: absolute;
  z-index: 1;
  overflow: visible;
  width: 100%;
  transition: all 0.8s;
  max-width: 88%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.imgContainer.two .commute1,
.imgContainer.three .commute1,
.imgContainer.four .commute1 {
  opacity: 0 !important;
  transition: all 0.8s;
}

.imgContainer.two .commute2 {
  opacity: 1 !important;
  z-index: 2;
  transition: all 0.8s;
}

.imgContainer.three .commute3 {
  opacity: 1 !important;
  z-index: 2;
  transition: all 0.8s;
}

.imgContainer.four .commute4 {
  opacity: 1 !important;
  z-index: 2;
  transition: all 0.8s;
}

button#prevtwo:disabled {
  opacity: 0;
  transition: all 1s;
}

.greenLinetwo.two {
  width: 75%;
  transition: all 1s;
}

.greenLinetwo.three {
  width: 50%;
  transition: all 1s;
}

.greenLinetwo.four {
  width: 25%;
  transition: all 1s;
}

.steptwo {
  transform: translateY(0px);
  opacity: 0;
  position: absolute;
  z-index: -2;
  left: 0;
  padding: 0 0px;
  width: 100%;
  transition: all 0.8s;
  padding-right: 10px;
  padding-left: 5px;
}

.steptwo.active {
  transform: translateY(0px);
  opacity: 1 !important;
  display: inherit !important;
  z-index: 1;
  transition: all 0.8s;

}
.userMenuIn li { list-style: none;}
.createAccount {
  padding: 114px 40px 90px 40px !important;
  top: 0;
  position: relative;
  min-height: 100vh;
}

.scrollForm {
  height: 100%;
  overflow-y: auto;
}

.scrollForm::-webkit-scrollbar {
  width: 6px;
}

.scrollForm::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(194, 194, 194, 0.3);
  border-radius: 20px;
}

.scrollForm::-webkit-scrollbar-thumb {
  background-color: rgb(231, 231, 231);
  border-radius: 20px;
}

.createAccount .form-control,
.createAccount .form-select {
  border: 1px solid #919cab;
  height: 49px;
  margin: 3px 0px;
  border-radius: 6px;
}

.fixbtn {
  bottom: 0;
  position: absolute;
  z-index: 1010;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 70px;
}

.sharemenu {
  left: 0 !important;
  right: 0 !important;
  width: 240px;
}

.pinMap {
  width: 20px !important;
}

button#nexttwo {
  width: 100%;
  height: 50px;
  background-color: #2d3094 !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  margin: 12px 0 !important;
  display: block;
}

#resendOtp {
  color: #2d3094;
}

#resendOtp:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timepicker {
  padding-top: 10px;
}

.timepicker[readonly] {
  background-color: white;
}

.timepicker::placeholder {
  font-size: 12px;
  color: black;
  line-height: 1.4rem !important;
}

.customFieldtwo {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px !important;
  margin-top: 9px !important;
  display: flex;
}

.headingCreate {
  font-size: 22px;
  margin-bottom: 20px !important;
}

.inputGrey {
  height: 58px;
  background: #f9f9f9;
  border: 1px solid #919cab !important;
  border-radius: 6px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0191ea;
}

@media (min-width: 1920px) {
  .biggerOnxxl {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1200px) {
  .px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pl-80 {
    padding-left: 80px;
  }
  .pr-80 {
    padding-right: 80px;
  }
  #header .logo img {
    max-height: 40px;
  }
  .btntop {
    height: 34px;
    line-height: 21px;
    font-size: 14px;
  }
  #prevtwo img {
    width: 57px;
  }
  .createAccount .form-control,
  .createAccount .form-select {
    height: 42px;
    margin: 0px 0px;
  }
  .prefix {
    bottom: 8.5px;
  }
  .calendar {
    bottom: 10px;
  }
  .headingCreate {
    font-size: 18px;
    margin-bottom: 14px !important;
  }
  .customFieldtwo {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    display: flex;
    font-weight: 500;
  }
  button#nexttwo {
    width: 100%;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 0;
    margin: 13px 0 !important;
    letter-spacing: 0.09rem;
  }
}

.text--turning [data-scroll='out'] .char {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

@media (min-width: 1500px) {
  .vw25 {
    max-width: 25vw;
    width: 100%;
  }
  .createAccount .form-control,
  .createAccount .form-select {
    height: 56px;
    margin: 5px 0px;
    font-size: 16px;
  }
  .selectizeCustom .selectize-input {
    height: 56px;
    margin: 5px 0px;
    font-size: 16px;
  }
  .location.two {
    bottom: 20px;
    width: 28px;
  }
  .prefix {
    bottom: 16px;
    font-size: 16px;
  }
  .steptwo.one {
    margin-top: -20px;
  }
  .headingCreate {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
  .customFieldtwo {
    font-size: 16px;
    line-height: 18px;
    margin-top: 17px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
  }
  .btntop {
    height: 38px;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 0.04rem;
  }
  #header .logo img {
    max-height: 50px;
  }
  .calendar {
    bottom: 25px;
    width: 20px;
  }
  .timepicker {
    padding-top: 10px;
  }
  #prevtwo img {
    width: 67px;
  }
  button#nexttwo {
    height: 54px;
    font-weight: 500;
    font-size: 18px;
  }
  .boxRadio .form-check-input {
    width: 80px;
    height: 66px;
  }
}

/* @media (min-height: 800px) {
  .createAccount .form-control, .createAccount .form-select {
    height: 60px;
    margin: 10px 0px;
}
  .headingCreate {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .customFieldtwo {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}button#nexttwo {
  height: 60px;
  font-weight: 600;
  font-size: 20px;
}
.carimg{
  max-height: 480px;
  margin: 0 auto;
}
} */

/* @media (max-height: 550px) {
  .createAccount {
    padding: 60px 70px 0 70px;
}
.selectizeCustom .selectize-input{
  border: 1px solid #919cab;
  height: 38px;
  margin: 3px 0px;
  border-radius: 6px;
}
button#prevtwo {
  margin-bottom: 5px !important;
}

  .headingCreate {
    font-size: 16px;
    margin-bottom: 4px !important;
  }
  .customFieldtwo {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
} */
.switch_custome {
  margin-right: -14px;
  margin-top: -6.5px;
}

@media (max-width: 1300px) {
  .location.two {
    bottom: 14px;
  }
}

@media (max-width: 1250px) {
  .createAccount {
    padding: 70px 15px 65px 15px;
  }
  .fixbtn {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
body {
  overflow-y: unset;
}
  .w-xs-100 {
    width: 100% !important;
  }
  .emailVerifyStip {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    height: 54px !important;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
  }
  .verifyBtn {
    background-color: #222222;
    color: #0191ea;
  }
  .lastcommute {
    align-items: flex-start !important;
    min-height: 590px !important;
    height: auto !important;
  }
  .location.two {
    bottom: 17px;
    width: 17px;
    padding: 0px !important;
  }
  .errorMsgLogin {
    top: 86px;
  }
  .registerHead .login {
    color: white !important;
  }
  .createAccount {
    min-height: 100%;
  }
  .font-18-sm {
    font-size: 18px !important;
  }
  .font-16-sm {
    font-size: 16px !important;
  }
  .font-14-sm {
    font-size: 14px !important;
  }
  .font-12-sm {
    font-size: 12px !important;
  }
  #txtSearch {
    border-radius: 4px;
    font-size: 14px !important;
  }
  .mobileFullw {
    width: 100%;
    max-width: inherit;
  }
  .btnSaveLocation {
    height: 52px;
    border-radius: 6px;
    font-size: 14px;
  }
  #locationModal .modal-content {
    border-bottom: 6px;
  }
  #locationModal .modal-content {
    border-radius: 6px;
  }
  .darkhead {
    /* background-color: white !important;
  height: 62px; */
  }
  #header .logo img {
    max-height: 34px;
  }
  .btntop {
    height: 31px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.04rem;
    padding: 6px 14px !important;
  }
  #header {
    padding: 15px 0;
  }
  .whitemobile {
    background-color: white !important;
    position: inherit;
  }
  .createAccount {
    padding: 25px 15px 70px 15px;
    width: 100%;
  }
  .imagewraper {
    width: 100%;
  }
  .steptwo {
    opacity: 1 !important;
    position: relative;
    /* display: inherit !important; */
    z-index: 2;
  }
  .fixbtn {
    padding: 0 15px;
  }
  .customRadio1 [type='radio']:checked + label:before,
  [type='radio']:not(:checked) + label:before {
    width: 23px;
    height: 23px;
  }
  .customRadio1 [type='radio']:checked + label:after,
  [type='radio']:not(:checked) + label:after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px;
  }
  .createAccountUp {
    flex-direction: column-reverse !important;
  }
  .rightfullOnmd {
    width: 100%;
    padding-left: 30px !important;
    height: auto !important;
  }
  .rightfullOnmd.steps {
    width: 100%;
    padding-left: 30px !important;
    height: auto !important;
    min-height: 490px;
    align-items: start !important;
  }
  .ps-30-sm {
    padding-left: 30px;
  }
  button#next {
    bottom: 8px;
  }
  .loginBtn {
    bottom: -10px !important;
  }
  .greenUp {
    bottom: 80px;
  }
  .leftfullOnmd {
    width: 100%;
  }
  .carpol_section .carousel-caption {
    bottom: 70px !important;
    left: 30px !important;
  }
  .pac-container input {
    height: 44px;
    font-size: 14px;
  }
  .pac-container input:focus {
    box-shadow: none;
  }
  .carpol_section .carousel-indicators {
    left: 30px;
    bottom: 30px;
  }
  .signupmobile {
    font-size: 14px;
    padding: 4px 14px !important;
  }
  .signupmobile:hover {
    color: white;
    opacity: 0.8;
  }
  .carpolslider .carousel-caption p {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .carpolslider .carousel-caption h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
  }
  .carpolslider .carousel-caption p.p2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
  }
  .carpol_section .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }
  .carpol-radius {
    height: auto;
    width: 150px;
  }
  .carpol-radius img {
    width: 40px;
    margin-bottom: 0px !important;
  }
  .carpol-radius p {
    font-size: 12px;
  }
  .h3 {
    font-size: 24px;
  }
  .pera12 {
    font-size: 14px;
  }
  #prev {
    padding-left: 0px;
  }
  .step {
    padding: 0 0px;
  }
  .greenUp {
    padding: 0;
  }
  .greenLine {
    left: 0px;
  }
}

@media (max-width: 480px) {
  .getappBtn {
    max-width: 120px;
  }
  .abasantext {
    line-height: 40px !important;
  }
  .abasantext br {
    display: none;
  }
  .lastcommute {
    min-height: 560px !important;
  }
  .lastcommute h3 {
    text-align: center !important;
  }
  .headerDashboard {
    border-bottom: solid 1px #eaeaea !important;
  }
  #copytoast {
    right: 0px;
    top: 60px;
    position: fixed;
  }
  .prefix {
    bottom: 15.6px;
    font-size: 12px;
  }
  .ps-37 {
    padding-left: 33px;
  }
  .scrollForm {
    height: 100%;
    overflow-y: visible;
  }
  .customFieldtwo {
    margin-top: 18px !important;
    margin-bottom: 6px !important;
  }
  .createAccount .form-control,
  .createAccount .form-select {
    font-size: 12px;
  }
  .boxRadio .form-check-input {
    width: 90px;
    height: 90px;
  }
  .cicleUp {
    width: 137px;
    height: 137px;
  }
  .cicleIn {
    width: 104px;
    height: 104px;
    font-size: 24px !important;
  }
  .imageOverlay img {
    object-fit: cover;
    height: 100%;
  }
  .carpol_section .carousel-caption {
    min-height: 330px;
    bottom: 20px !important;
    left: 15px !important;
    padding-right: 15px;
  }
  .carpolslider .carousel-caption h5 br {
    display: none;
  }
  .rightfullOnmd {
    padding-left: 15px !important;
    height: auto;
  }
  .rightfullOnmd.steps {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: 575px;
  }
  .ps-30-sm {
    padding-left: 15px;
  }
  .carpol_section .carousel-indicators {
    left: 15px;
    bottom: 140px;
  }
  .btnBlue {
    width: 305px;
    height: 44px;
    font-size: 13px;
    line-height: 22px;
    padding: 11px;
    border-radius: 2px !important;
  }
  .imgpercent {
    max-width: 150px;
  }
  .mxmobile {
    max-width: 300px;
  }

  .mb-sm-28px {
    margin-bottom: 28px !important;
  }

  .whiteHeader .menu-white .mainheader .lightlogo {
    display: block !important;
  }
  .whiteHeader .menu-white .mainheader .darklogo {
    display: none !important;
  }
  .signupmobile {
    background-color: white;
    color: #2d3094 !important;
    padding-top: 6px !important;
  }
  .pt-80px {
    padding-top: 80px;
  }
}

@media (min-height: 900px) {
  #carpoolers {
    max-height: 60vh !important;
  }
}
.dark-nav button img {
  filter: invert(1);
  width: 20px;
}
.error {
  color: #ea1313;
  font-size: 12px;
}

label.error {
  position: absolute;
  right: 10px;
}

.contact-form label.error {
  position: relative;
  right: 0px;
}

.event-none {
  pointer-events: none;
}

.event-all {
  pointer-events: all;
}

.greenUp.fixed-bottom {
  position: fixed;
  bottom: 1px;
}

.greenUp.fixed-bottom .greenLine {
  height: 5px;
}

.greenUp.fixed-bottom .grenin {
  width: 100%;
  background-color: #2d3094;
  border-bottom: solid 5px #2d3094;
}

.getappfield {
  border-bottom: solid 1px #c8c9ee !important;
  color: #2d3094;
  height: 58px;
  font-size: 22px;
  font-weight: 300;
}

.mx570 {
  max-width: 570px;
}

.getappfield.okFocus {
  border-bottom: solid 1px #2d3094 !important;
}

.getappfield::placeholder {
  color: #c8c9ee;
  font-size: 16px;
  font-weight: 300 !important;
}

.formFixed.getappform {
  min-height: 371px;
  max-width: 733px;
}

/* .main-form-success .formFixed.getappform .form_success {
  min-height: 600px !important;
  max-width: 733px;
} */

.main-form-success .formFixed {
  height: 100% !important;
  min-height: calc(100vh - 100px);
}

.main-form-success .submit_btn2 {
  display: none !important;
}

.hide_header {
  display: none !important;
}

.formFixed1.getappform1 {
  min-height: 450px;
  max-width: 733px;
}

.getappNext {
  bottom: 0 !important;
}

@media (max-width: 400) {
  .pl-sm-25 {
    padding-left: 25px;
  }
}

@media (max-width: 700px) {
  .w-80px {
    width: 80px !important;
  }
  .videoWraper {
    overflow: inherit;
  }
  .videoWraper video {
    max-width: 100%;
  }
  .final-screen {
    height: 87vh !important;
  }
  .mt-6rem {
    margin-top: 0px !important;
  }
  .pl-sm-15px {
    padding-left: 15px !important;
  }
  .w-md-75px {
    width: 75% !important;
  }
  .w-sm-75px {
    width: 75% !important;
  }
  .p-sm-0px {
    padding: 2rem 0px !important;
  }
  .m-sm-90px {
    margin: 90px 0px !important;
  }
  .mt-sm-62px {
    margin-top: -62px;
  }
  .margin-sm-auto {
    margin-left: auto !important;
  }
  .mxw-445-sm {
    /* max-width: 0px !important; */
    width: 100 !important;
  }
  /* .mxw-445-sm{
    max-width: 0px !important;
  } */
  .px-sm-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .ms-sm-0px {
    margin-left: 0px !important;
  }
  .pt-sm-0px {
    padding-top: 0px !important;
  }
  .pb-sm-0px {
    padding-bottom: 0px !important;
  }
  .font-sm-12px {
    font-size: 12px;
  }
  .w-66px {
    width: 66px !important;
  }
  .mb-sm-5px {
    margin-bottom: 3rem;
  }
  .sm-ms-0px {
    margin-left: 0px !important;
  }
  .scrollbar {
    margin-left: 0px !important;
    width: 100% !important;
    /* background: #F5F5F5; */
  }
  /* .ms-sm-0{
    margin-left: 0px !important;
  } */
  .sm-ms-1 {
    margin-left: 0px !important;
  }
  .sm-details {
    margin-left: 0px !important;
  }
  .sm-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm-width-100 {
    width: 100% !important;
  }
  .contact-logo {
    display: none !important;
  }
  .contact-logo-sm {
    display: block !important;
  }
  .pr-95px {
    padding-right: 0px !important;
  }
  .pr-lg-75px {
    padding-right: 0px !important;
  }
  .pr-50px {
    padding-right: 0px !important;
  }
  .rightfullOnmd.steps.main-form-success {
    height: 100% !important;
  }
  .m-sm-62 {
    margin-top: 15px;
  }
  .w-sm-75 {
    width: 75%;
  }
  .p-sm-mobile {
    padding: 6px !important;
  }
  /* .mt-sm-10{
  margin-top: 30px;
} */
  .rightfullOnmd.steps {
    min-height: 0px !important;
  }
  /* //get appp// */
  .me-sm-5 {
    margin-right: 0px !important;
  }
  .form-sm-section {
    width: 100% !important;
  }
  input.onestp::placeholder {
    font-size: 14px;
  }
  .minh-500 {
    min-height: 0px;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .w-sm-150 {
    width: 150px;
  }
  .m-sm-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .rizq-mobile {
    padding: 36px 0px !important;
    position: relative;
    left: 0px !important;
    padding-left: 10px !important;
    background-color: white !important;
  }
  .header-sm {
    padding-top: 30px;
    text-align: center;
  }
  .header-sm-button {
    margin-top: 0px !important;
    padding-top: 10px !important;
  }
  .contact-sm-form {
    padding: 0px 0px !important;
  }
  .background_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  /* input.text-change::placeholder{
    color: yellow !important;
  } */
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 24px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .lh_19 {
    line-height: 19px;
  }
  .get-sm-verified {
    max-width: 132px;
    width: 100%;
    min-height: 169px;
    padding-top: 35px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    overflow: hidden;
  }
  .get-sm-verified1 {
    max-width: 132px;
    min-height: 169px;
    width: 100%;
    padding-top: 35px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .get-sm-verified2 {
    max-width: 132px;
    min-height: 169px;
    width: 100%;
    padding-top: 35px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .w-sm-130 {
    width: 130px;
  }
  .m-sm-24 {
    margin-left: 24px;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mxw-sm-220 {
    max-width: 220px;
    width: 100%;
  }

  .lh-sm-39 {
    line-height: 30px;
  }
  .lh-sm-19 {
    line-height: 19px;
  }
  .lh-sm-15 {
    line-height: 15px;
  }
  .lh-sm-20 {
    line-height: 20px;
  }
  .lh-sm-25 {
    line-height: 25px;
  }
  .lh-sm-30 {
    line-height: 30px !important;
  }
  .lh-sm-22 {
    line-height: 22px;
  }
  .p-sm-16 {
    padding-right: 16px !important;
    margin-right: 0px !important;
  }
  .footer-sm-spacing {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .footer-sm-spacing-1 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .mxw-sm-240 {
    max-width: 240px;
    width: 100%;
  }
  .open-sm-button {
    padding: 12px 17px !important;
  }
}

.minh100 {
  min-height: 100vh;
}

.bg-purple {
  background-color: #2d3094;
  text-decoration: underline;
}

.light_purple {
  color: #636382 !important;
}

.w-20px {
  width: 20px;
}

.border-button {
  background-color: transparent !important;
  border-bottom: 3px solid #bfbfbc !important;
  border-radius: 0px;
}
.border-blue-light {
  border: 1px solid #1890ff;
}
.w-80 {
  width: 80px;
}

.main-form-remove.main-form-success {
  display: none !important;
}

/* input.onestp::placeholder{
  color: #E75858;
} */

/* ///animated section// */

.rizq11 {
  padding: 36px 0px;
  position: relative;
  left: 40px;
  padding-left: 68px;
}

.rizq12 {
  padding: 38px 12px;
  position: relative;
  left: -33px;
  padding-left: 68px;
  width: 323px;
}

.mxw-350px {
  max-width: 350px;
  width: 100%;
}

.bg-sky3 {
  background-color: #ecf6ef;
  border-radius: 40px;
}

.andriod-section {
  background-color: #ecf6ef;
  border-radius: 40px;
}

.h_line::after {
  content: '';
  width: 4rem;
  border: 0.3rem solid black;
}

.border-black {
  border-color: black;
}

.w-20 {
  width: 20px;
  height: 20px;
}

.darkhead.registerpage .bg-custom {
  background-color: transparent !important;
}

.br-dashed {
  height: 50px;
  border-left: 1px dashed black;
  margin-left: 2px;
}

/* 
.nav-section .nav-link:hover{
  border: transparent !important;
  color: #000000;

} */

/* .pre-next-btn{
  position: absolute;
 
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.pr-50px{
  padding-right: 50px;
} */

.main_button {
  position: absolute;
  /* top: 183px; */
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.pr-lg-75px {
  padding-right: 75px;
}

.cl_purple2 {
  background-color: #202048;
}

/* //features section/// */

/* .my6px{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.hide-text{
  display: none;
}
.show-text2 .hide-text{
  display: block;
}



.feature-menu{
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  transition: all 0.35s ease-in;
}

.feature-menu.active-feature{
  transform: translateY(0%);
  transition: all 0.35s ease-in;
}
.mainheader.menuActive a{
  color: white !important;
} */

.mt-4rem {
  margin-top: 4rem;
}

/* .my6px{
  margin-top: 6rem;
  margin-bottom: 6rem;
} */

/* .bg-dark.px-3.py-2.text-center.text-white.w-33.my6px .card-text.pt-4.abc{
  display:none
} */

/* .bg-dark.px-3.py-2.text-center.text-white.w-33.my6px.active-1 .card-text.pt-4.abc{
  display: block;
  transform: translateY(0%);
  transition: all 0.35s ease-in;
} */

.background_faqs {
  background-image: url(../i/shahbaz1.jpg);
  /* background-position: center center; */
  position: relative;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.background_faqs_1 {
  background-image: url(../i/about-mini-1.jpg);
  /* background-position: center center; */
  position: relative;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.faqs_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  min-height: 317px;
}

.p-7 {
  padding: 7rem;
}

.feature-menu {
  transform: translateY(-150%);
  position: fixed;
  top: 0px;
  transition: all 0.35s ease-in;
  height: 100vh;
  overflow: auto;
}

.learn-popup {
  transform: translateY(-100%);
  position: fixed;
  top: -100px;
  transition: all 0.35s ease-in;
  height: 100vh;
}

.feature-menu.active-feature {
  transform: translateY(0%);
  /* transition: all 0.35s ease-in; */
  opacity: 1;
  -webkit-animation: 0.7s linear 0s normal none running slideMenu;
  animation: 0.7s linear 0s normal none running slideMenu;
}

@keyframes slideMenu {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.learn-popup.active-feature1 {
  margin-top: 0px !important;
  transform: translateY(0%);
  opacity: 1;
  -webkit-animation: 0.7s linear 0s normal none running slideMenu;
  animation: 0.7s linear 0s normal none running slideMenu;
  top: 0px;
}

.mainheader.menuActive a {
  color: white !important;
}

.mainheader22.menuActive22 {
  color: white !important;
  background-color: #000000 !important;
  transition: all 2.5s ease-in !important;
}

.whiteHeader .mainheader a {
  color: white !important;
}

.mainheader.menuActive .signupmobile {
  background-color: white !important;
  color: black !important;
}

.whiteHeader .mainheader a.signupmobile {
  background-color: white !important;
  color: black !important;
}

.whiteHeader .mainheader.menuActive a.signupmobile,
.whiteHeader .mainheader.menuActive1 a.signupmobile {
  background-color: white !important;
  color: black !important;
}

.signupBtnBlack .menuActive1 a.signupmobile {
  background-color: white !important;
  color: black !important;
}

.whiteHeader .mainheader .darker-logo {
  display: none !important;
}

.whiteHeader .mainheader .white-logo {
  display: block !important;
}

/* 
/////Contact us header/// */

.whiteHeader2 .mainheader a {
  color: white !important;
}

.mainheader.menuActive .signupmobile {
  background-color: white !important;
  color: black !important;
}

.whiteHeader2 .mainheader a.signupmobile {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}

.whiteHeader2 .mainheader.menuActive a.signupmobile,
.whiteHeader2 .mainheader.menuActive1 a.signupmobile {
  background-color: white !important;
  color: black !important;
}

.signupBtnBlack .menuActive1 a.signupmobile {
  background-color: white !important;
  color: black !important;
}

.whiteHeader2 .mainheader .darker-logo {
  display: none !important;
}

.whiteHeader2 .mainheader .white-logo {
  display: block !important;
}

/* ////////////////////////////// */

.paddingr10 {
  padding-right: 6px;
}

.mainheader.menuActive .darker-logo {
  display: none !important;
}

.mainheader.menuActive .white-logo {
  display: block !important;
}

.mainheader.menuActive {
  width: 100%;
  z-index: 9999;
}

.mainheader.menuActive1 {
  /* position: fixed; */
  width: 100%;
}

.whiteHeader .menuActive1 {
  width: 100%;
}

.mainheader.menuActive1 a {
  color: white !important;
  /* background-color: white !important; */
}

.mainheader.menuActive1 .signupmobile {
  /* color: white !important; */
  background-color: white !important;
  color: black !important;
}

.mainheader.menuActive1 .darker-logo {
  /* color: white !important; */
  display: none !important;
}

.mainheader.menuActive1 .white-logo {
  /* color: white !important; */
  display: block !important;
}

.light_gray1 {
  color: #cbcbcb;
}

.bg-dark1 {
  background-color: #1c1c1e !important;
}

input[type='number'] {
  outline: none;
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rounded-40 {
  border-radius: 40px;
}
.rounded-50px {
  border-radius: 50px;
}

.search-bar-btn {
  top: -7px;
  left: 15px;
}

.search-bar-btn-2 {
  top: -7px;
  left: 15px;
}

.pl-45px {
  padding-left: 45px;
}

.m-90px {
  margin: 30px;
}

.mr-90px {
  margin-right: 90px;
}

.lastActive .hidelast {
  display: none;
}

.contact-logo {
  display: block;
}

.contact-logo-sm {
  display: none;
}

.hover-signup:hover {
  background-color: black !important;
  color: white !important;
}

.pt-lg-3 {
  padding-top: 3rem !important;
}

.stars {
  top: 20px;
  left: 57px;
}

.W-380px {
  max-width: 380px;
}

.w-27 {
  width: 27%;
}

.mxw-733 {
  max-width: 733px;
}

.w-208px {
  max-width: 208px;
  width: 100%;
}

.lh-35 {
  line-height: 35px;
}

.w-214px {
  max-width: 214px;
  width: 100%;
}

.w-33 {
  width: 33%;
}

.w-40 {
  width: 40%;
}

.happy-face {
  top: -9px;
  right: 60px;
}

.w-180px {
  max-width: 180px;
  width: 100%;
}

.logo-rizq {
  top: 24px;
  left: 112px;
}

.w-112px {
  width: 112px;
}

.mxw-sm-100 {
  width: 100% !important;
}

/* .mxh-270px{
  max-height: 270px !important;
  overflow-y: auto !important;
} */

/* //scroll bar/// */

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 281px;
  width: 90%;
  /* background: #F5F5F5; */
  overflow-y: scroll;
  margin-bottom: 25px;
}

/* .force-overflow
{
	min-height: 450px;
} */

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.ml-lg-0px {
  margin-left: 0px !important;
}

.minh-600 {
  min-height: 600px;
}

.mw-100px {
  max-width: 100px;
  width: 100%;
}

@media (min-width: 1800px) {
  .custom_otp_btn.pr-200px {
    padding-right: 200px !important;
  }
}

.rectangle-svg::before {
  content: '';
  background: url(../i/rectangle-dot.svg);
}

.h-51px {
  height: 51px;
}

.w-190px {
  width: 190px;
}

.sticyUpper {
  padding-bottom: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: relative;
}

.stickyTopSec {
  position: sticky;
  position: -webkit-sticky;
  top: 2.4vw;
}

.stickyBottomSec {
  margin-bottom: -22.5vw;
}

.stickyBannerTop {
  position: sticky;
  position: -webkit-sticky;
  top: 3vw;
  margin-top: 10vw;
}

.bannerMobileSec {
  padding-top: 9vw !important;
}

.mxw-352 {
  max-width: 352px;
  width: 100%;
}

.w581 {
  max-width: 581px;
  width: 100%;
}

.mx575 {
  max-width: 575px;
}

.rectangle-svg1 {
  bottom: 138px;
  left: 26px;
}

.ellipse-svg1 {
  left: 448px;
  top: 144px;
  z-index: -3;
}

.mxw-421 {
  max-width: 421px;
  width: 100%;
}

.w-178-px {
  max-width: 178px;
  width: 100%;
}

.h-41-px {
  height: 41px;
}

.h-47-px {
  height: 47px;
}

.h-431-px {
  height: 431px;
}

.rounded-4px {
  border-radius: 4px;
}

/* .feature-link.main-link-index{
  z-index: 7000;
} */

/* .video-aspect{
  aspect-ratio: 2/1;
} */

/* .adjust-screen{
  width: clamp(20px, 4vh, 40px);
  height: 100%;
} */

/* .loader-rizq{

  left: 50%;
  transform: translateX(-50%);

  
} */

.main-loader {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: #0a0a0a5e;
}

.loader-data {
  padding: 3px 10px 10px 5px;
  background-color: #fff;
  border-radius: 6px;
}

.final-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.section-getapp {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.pl-md-32px {
  padding-left: 32px !important;
}

.pr-md-48px {
  padding-right: 48px !important;
}

.bg-drkgray1 {
  background-color: #1f1f1f;
}

.btn-play {
  top: 10px;
  right: 10px;
}

.ml-13px {
  margin-left: 13px;
}

.mb-16px {
  margin-bottom: -16px;
}

.mb-8px {
  margin-bottom: -8px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-30px {
  margin-bottom: 30px;
}
.pt-29px {
  padding-top: 29px;
}

.pt-34px {
  padding-top: 34px;
}

.pt-46px {
  padding-top: 46px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-60px {
  padding-bottom: 80px;
}
.pb-50px {
  padding-bottom: 50px;
}
.pb-30px {
  padding-bottom: 30px;
}

.pb-md-5rem {
  padding-bottom: 5rem;
}

@media (max-width: 992px) {
  .whiteHeader .mainheader .darker-logo {
    display: block !important;
  }
  .whiteHeader .mainheader .white-logo {
    display: none !important;
  }
  .whiteHeader .mainheader .logo-res {
    display: inline-block !important;
    max-width: 130px;
  }
  .aboutMobileWHite.whiteHeader .mainheader .darker-logo {
    display: none !important;
  }
  .aboutMobileWHite.whiteHeader .mainheader .white-logo {
    display: block !important;
  }
  .aboutMobileWHite.whiteHeader .darklogo {
    display: none !important;
  }
  .aboutMobileWHite.whiteHeader .lightlogo {
    display: block !important;
  }
  .aboutMobileWHite.whiteHeader .mainheader a.signupmobile {
    background-color: white !important;
    color: black !important;
    display: none;
  }
  /* ///Mobile header for contactus page/// */
  .aboutMobileWHite2.whiteHeader2 .mainheader .darker-logo {
    display: block !important;
  }
  .aboutMobileWHite2.whiteHeader2 .mainheader .white-logo {
    display: none !important;
  }
  .aboutMobileWHite2.whiteHeader2 .darklogo {
    display: block !important;
  }
  .aboutMobileWHite2.whiteHeader2 .lightlogo {
    display: none !important;
  }
  .aboutMobileWHite2.whiteHeader2 .mainheader a.signupmobile {
    background-color: black !important;
    color: white !important;
  }
  .mb-padding-x,
  .mb-padding-x.steps { padding: 24px !important;}
  .formFixed {
    min-height: unset;
  }
}

.vh-50px {
  height: 50vh;
}

.search-bar2 {
  top: 27px;
  left: 15px;
}

.search-bar3 {
  top: 30px;
  right: 15px;
}

.mb-100px {
  margin-bottom: 90px !important;
}

.w-600px {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.rounded-15 {
  border-radius: 15px;
}

@media (max-width: 1400px) {
  .font-md-70px {
    font-size: 70px !important;
  }
}

.sub-div {
  flex: 1 1 30% !important;
  max-width: 30% !important;
}

/* .overflow-screen1{
  overflow: auto !important;
} */

.rizq-logo-main {
  background-image: url(../i/main-screen-bk1.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 120px;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.cl-green {
  color: #5dc27e;
}
