
/* html * {
  font-family: 'Almarai', sans-serif !important;
}

::-webkit-input-placeholder {
  font-family: 'Almarai', sans-serif !important;
}

::-moz-placeholder {
  font-family: 'Almarai', sans-serif !important;

}

:-ms-input-placeholder { /
  font-family: 'Almarai', sans-serif !important;
} */
body{
  font-family: 'Almarai', sans-serif;
}
.ltr-m{
    margin-left: 10px;
}
.rtl .ltr-m {
    margin-left: 0;
}
.d-n {
    display: none;
}
.bg-bl {
    background: #339BFF;
    color: #fff  !important;
}
.veh {
    padding: 1rem;
}
.veh .bg-hemaya {
    border-radius: 20px;
}
.veh-h2 {
    font-size: 18px;
    /* font-family: HacenB; */
    font-weight: bold;
    color: #42415B;
    margin: 0px 20px;
}
.veh-h3 {
    font-size: 14px;
    /* font-family: HacenB; */
    font-weight: bold;
    color: #339BFF;
}
.veh-h4 {
    font-size: 18px;
    /* font-family: Hacenlt; */
    margin-bottom: 16px;
    color: black;
}
.veh h5 {
    font-size: 16px;
    /* font-family: Hacenlt; */
    font-weight: normal;
    color: #339BFF;
    margin: 3px 0px;
}
.veh-p {
    font-size: 12px;
    /* font-family:GE; */
    font-weight: normal;
    color: #42415B;
}
.veh-title {
    font-size: 12px;
    /* font-family: HacenB; */
    font-weight: bold;
    color: #42415B;
}
.veh-logo {
  border-radius: 20px;
  border: 1px solid #49a0f0;
}
.veh .form-control {
    height: 40px;
    border-radius: 15px;
    border: 1px solid #339BFF;
}
.veh .form-control::placeholder {
    color: #339BFF;
    font-size: 12px;
    /* font-family: Hacenlt; */
    font-weight: normal;
}
.veh .form-label {
    font-size: 11px;
    font-weight: 300;
    /* font-family: GE; */
    color: #42415B;
    /* margin: 0; */
}
.veh .form-select {
    height: 40px;
    border-radius: 15px;
    border: 1px solid #339BFF;
    font-size: 14px;
    /* font-family: Hacenlt; */
    font-weight: normal;
    color: #339BFF;
    appearance: auto;
    background: #fff;
}
.veh-btn {
    border: 1px solid #339BFF;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    /* font-family: HacenB; */
    color: #339BFF;
    height: 30px;
}
.veh-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: GE; */
    margin: 0 auto;
    z-index: 1;
}
.veh-label-n {
    color: #fff;
}
.veh-label-y {
    color: #42415B;
}
.drive-ad {
    border-radius: 10px;
}
.drive-ad .veh-btn {
    background: #339BFF;
    color: #fff;
    white-space: nowrap;
}
.rtl .form-check-input {
    margin-left: 10px;
}
.form-check-input {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.from-check-label {
    font-size: 12px;
    font-weight: 300;
    /* font-family: GE; */
    color: #42415B;
    /* white-space: nowrap; */
}
.veh-check {
    border-radius: 10px;
}
.veh-check>div {
    display: flex;
    align-items: center;
    margin-bottom:.5rem ;
}
.veh-submit-btn {
    border: 1px solid #339BFF;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    /* font-family: HacenB; */
    color: #339BFF;
    height: 40px;
    margin: 1rem 10px;
}

/*.dashboard i {*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 50%;*/
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    /*font-size: 30px;*/
    /*color: rgba(255, 255, 255, 0.5);*/
/*}*/
/* Switch */
.rtl .switch {
    margin-left: 2rem;
    margin-right: 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 22px;
    margin-right: 2rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.rtl .slider:before {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 50px;
    background-color: #339BFF;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

input:checked+.slider::before {
    background-color: #339BFF;
}

input:focus+.slider {
    box-shadow: 0 0 1px #545b62;
}

input:checked+.slider:before {
    -webkit-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    transform: translateX(-0px);
}
input:checked~.veh-label-n {
    color: #42415B;
}
input:checked~.veh-label-y {
    color: #fff;
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    width: 100px;
}

.slider.round:before {
    border-radius: 15px;
}
@media screen and (min-width:1200px) {
    /* .veh-check>div {
        margin: 0 auto;
    } */
    /* .veh-m {
        margin-left: auto !important;
        margin-right: 10px !important;
        margin-top: 5px !important;
    } */
}
@media screen and (max-width: 1024px) {
    .bg-1 {
        right: -52% !important;
    }
    }
@media screen and (max-width:992px) {
    .veh {
        padding: 1rem;
    }
}
@media screen and (max-width: 823px){
.bg-1 {
    right: -73% !important;
}
}
@media screen and (max-width:768px) {
    .veh {
        padding: 1rem;
    }
    .bg-1 {
        right: -96% !important;
    }

    /* modal css start */

    .cd-signin-modal__container {

        width: 90% !important;
    }
    .cd-signin-modal__hide-password {
        margin-right: 250px;
    }
      /* modal css end */

}
@media screen and (max-width: 576px) {
.bg-1 {
    right: -148% !important;
}
}
@media screen and (max-width: 460px) {
    .bg-1 {
        right: -162% !important;
    }
}
@media screen and (max-width: 430px) {
    .bg-1 {
        right: -196% !important;
    }
}
@media screen and (max-width: 414px) {
.bg-1 {
    right: -215% !important;
}
}
@media screen and (max-width: 360px) {
    .bg-1 {
        right: -241% !important;
    }
}
@media screen and (max-width: 320px) {
.bg-1 {
    right: -272% !important;
}
}



/* Modal Style by Start */

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__item {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #292a34;
  border-top: 1px solid #3b3d4b;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 80px;
  }
  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav__list li:nth-last-child(2) {
    margin-left: 2em;
  }
  .cd-main-nav__item {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
  }
  .cd-main-nav__item.cd-main-nav__item--signin, .cd-main-nav__item.cd-main-nav__item--signup {
    padding: .6em 1em;
    border-radius: 50em;
  }
  .cd-main-nav__item.cd-main-nav__item--signin {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .cd-main-nav__item.cd-main-nav__item--signup {
    background: #339BFF;
  }
}

/* --------------------------------

x sigin/signup popup

-------------------------------- */
.cd-signin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.cd-signin-modal.cd-signin-modal--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-signin-modal__container {
  position: relative;
  width: 33%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.5em;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

::-webkit-scrollbar {
    display: none !important;
    }

.cd-signin-modal--is-visible .cd-signin-modal__container {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cd-signin-modal__switcher:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-signin-modal__switcher li {
  width: 50%;
  float: left;
  text-align: center;
}

.cd-signin-modal__switcher li:first-child a {
  border-radius: .50em 0 0 0;
  /* color: black; */
  text-decoration: none;
  /* font-weight: 600; */
  border-right: 1px solid #149ADE;
  /* background: white; */
}

.cd-signin-modal__switcher li:last-child a {
  border-radius: 0 .50em 0 0;
  /* color: black; */
  text-decoration: none;
  /* font-weight: 600; */
  border-right: 1px solid #149ADE;
  /* background: white; */
}

.cd-signin-modal__switcher a {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #F8F8F8;
  color: black;
}

.cd-signin-modal__switcher a.cd-selected {
    color: #149ADE;
    text-decoration: none;
    font-weight: 600;
    border-right: 1px solid #149ADE;
    background-color: #F8F8F8;
}

@media only screen and (min-width: 600px) {

    /* .cd-signin-modal__container {

        width: 90% !important;
    } */

  .cd-signin-modal__container {
    margin: 4em auto;
  }
  .cd-signin-modal__switcher a {
    height: 60px;
    line-height: 60px;
  }
}

.cd-signin-modal__form {
  padding: 1.4em;
}

.cd-signin-modal__fieldset {
  position: relative;
  margin: 1.4em 0;
}

.cd-signin-modal__fieldset:first-child {
  margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
  margin-bottom: 0;
}

.cd-signin-modal__label {
  font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* .cd-signin-modal__label.cd-signin-modal__label--username {
  background-image: url("../img/cd-icon-user.svg");
}
.cd-signin-modal__label.cd-signin-modal__label--number {
  background-image: url("../img/cd-phone.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--email {
  background-image: url("../img/cd-mail.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--password {
  background-image: url("../img/cd-privacy.svg");
} */

.cd-signin-modal__input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
  width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
  padding: 12px 20px 12px 10px;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
  border: 1px solid #339BFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #339BFF;
    -webkit-box-shadow: 0 0 5px rgb(13 110 253 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
  border: 1px solid #d76666;
}

.cd-signin-modal__input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #149ADE;
  color: #FFF;
  font-weight: bold;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-signin-modal__input[type=submit]:hover, .cd-signin-modal__input[type=submit]:focus {

  background: #5259FF;
  color: white;
  outline: none;
  transition: 0.3s;
}

.cd-signin-modal__hide-password {
    display: inline-block;
    position: absolute;
    text-decoration: none !important;
    color: #149ADE !important;
    left: 0px;
    top: 0;
    padding: 6px 15px;
    border-right: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* font-size: 1.4rem; */
}

.cd-signin-modal__error {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 1.3rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
  .cd-signin-modal__form {
    padding: 2em;
  }
  .cd-signin-modal__fieldset {
    margin: 2em 0;
  }
  .cd-signin-modal__fieldset:first-child {
    margin-top: 0;
  }
  .cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-signin-modal__input.cd-signin-modal__input--has-padding {
    /* padding: 12px 20px 12px 10px; */
    padding: 0px 15px;
    border-radius: 15px;
  }
  .cd-signin-modal__input[type=submit] {
    padding: 10px 0;
  }
}

.cd-signin-modal__message {
  padding: 1.4em 1.4em 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .cd-signin-modal__message {
    padding: 2em 2em 0;
  }
}

.cd-signin-modal__bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: -60px; */
    text-align: center;
    font-size: 18px;
}

.cd-signin-modal__bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

label[for=email]
{
    font-size: 14px;
}

.cd-signin-modal__close {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../images/icons/cd-icon-close.svg") no-repeat center center;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .cd-signin-modal__close {
    display: none;
  }
}

.cd-signin-modal__block {
  display: none;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
  display: block;
}


  /* Modal Style by End */

  @media screen and (max-width: 1024px) {

  .ford_input
  {
    margin-top: 35px;
  }

}

@media screen and (max-width: 992px) {

  .ford_input
  {
    margin-top: 35px;
  }

}

@media screen and (max-width:768px) {


.wizard-buy {

  padding: 0px;

}

.background_color_more_information {

  padding: 10px 15px 10px 15px !important;

}

.drive_percent-box {

  padding: 6px 16px;

}
}
