:root {
  --color-primary-blue: #1d68a6;
  --color-primary-black: #272727;
  --color-primary-light-grey: rgba(39, 39, 39, 0.85);
  --color-light-blue: #01437a;
  --color-light-grey: #dedede;
  --color-bg: #1d68a60a;
}
body {
  overflow: hidden;
  font-family: 'Montserrat-Regular';
}
body .main-wraper {
  background: var(--color-bg);
  width: 100%;
}
body .main-wraper .left-box {
  width: 100%;
  background: #fff;
}
body .main-wraper .left-box .header {
  padding: 30px 40px 10px;
}
body .main-wraper .left-box .header img {
  width: 100%;
  max-width: 50%;
}
body .main-wraper .left-box .banner-image {
  background: url('../images/svg/home-bg.svg') no-repeat;
  background-size: 100% 100%;/*80% 100%;*/
  width: 100%;
  height: 109vh;/*100vh;*/
  margin-left: -4%;
}
body .main-wraper .right-box {
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
}
body .main-wraper .right-box .main-container {
  width: 100%;
}
body .main-wraper .right-box .loginForm-container {
  width: 100%;
  max-width: 60%;
  margin: 100px auto 20px;
  position: relative;
}
body .main-wraper .right-box .loginForm-container h3 {
  width: 100%;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: var(--color-primary-black);
}
body .main-wraper .right-box .loginForm-container p {
  width: 100%;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.26px;
  color: rgba(39, 39, 39, 0.85);
  padding: 15px 0px;
}
body .main-wraper .right-box .loginForm-container button {
  border: 0px;
  background: transparent;
  outline: 0;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #01437a52;
}
body .main-wraper .right-box .loginForm-container .get-in-touch {
  width: 100%;
  text-align: center;
}
body .main-wraper .right-box .loginForm-container .get-in-touch p {
  font-family: 'Montserrat-Bold';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: rgba(1, 67, 122, 0.58);
  margin-bottom: 0px;
}
body .main-wraper .right-box .loginForm-container .get-in-touch p a {
  text-decoration: none;
  cursor: pointer;
  color: #01437a;
}
body .main-wraper .right-box .loginForm-container .get-in-touch a {
  text-decoration: none;
  cursor: pointer;
  color: #01437a;
}
body .main-wraper .right-box .get-in-touch-container {
  width: 100%;
  max-width: 70%;
  margin: 100px auto 20px;
  position: relative;
  top: 100px;
  padding-left: 5%;/*13%;*/
}
body .main-wraper .right-box .get-in-touch-container h3 {
  width: 100%;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: var(--color-primary-black);
}
body .main-wraper .right-box .get-in-touch-container p {
  width: 100%;
  font-family: 'Montserrat-Regular';
  font-size: 14px;/*13px*/
  letter-spacing: 0.26px;
  color: rgba(39, 39, 39, 0.85);
  line-height: 1.63;
}
body .main-wraper .right-box .get-in-touch-container label {
  width: 100%;
  font-family: 'Montserrat-Bold';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.44px;
  color: rgba(39, 39, 39, 0.4);
}
body .main-wraper .right-box .get-in-touch-container h4 {
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--color-primary-black);
}
body .main-wraper .right-box .get-in-touch-container button {
  width: 203px;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #e77014;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #e77014;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  background-color: transparent;
  outline: none;
  margin: 40px 0px 20px;
}
body .main-wraper .right-box .get-in-touch-container img {
  width: 100%;
  max-width: 90px;
}
body .main-wraper .right-box .forgot-password-container {
  max-width: 80% !important;
}
body .main-wraper .right-box .forgot-password-container form {
  margin: 30px 0px;
  max-width: 70%;
}
body .main-wraper .right-box .forgot-password-container form input[type="submit"] {
  font-family: 'Montserrat-SemiBold' !important;
}
.popular-city-box {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.popular-city-box h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #1d68a6;
  padding: 10px;
}
.popular-city-box .flex-container {
  width: 100%;
}
.popular-city-box .flex-container .content-box {
  flex-basis: 28%;
  height: 45px;
  margin: 10px 20px 20px 10px !important;
}
.popular-city-box .flex-container .content-box label {
  width: 100%;
  height: 45px;
  line-height: 2.9 !important;
}
.year-section-box {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.year-section-box h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #1d68a6;
  padding: 10px;
}
.year-section-box .flex-container {
  width: 100%;
}
.year-section-box .flex-container .content-box {
  flex-basis: 28%;
  height: 40px;
  margin: 10px 20px 20px 10px !important;
}
.year-section-box .flex-container .content-box label {
  width: 100%;
  height: 45px;
  line-height: 2.9 !important;
}
.make-section-box {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.make-section-box h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #1d68a6;
  padding: 10px;
}
.make-section-box .flex-container {
  width: 100%;
}
.make-section-box .flex-container .content-box {
  flex-basis: 28%;
  height: 45px;
  margin: 0px 20px 50px 10px !important;
}
.make-section-box .flex-container .content-box label {
  width: 100%;
  height: 45px;
  line-height: 1 !important;
}
.make-section-box .flex-container .content-box label img {
  height: 100%;
  width: 70%;/*50px;*/
}
.make-section-box .flex-container .content-box span {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
  display: block;
}
.modal-section-box {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.modal-section-box h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #1d68a6;
  padding: 10px;
}
.modal-section-box .flex-container {
  width: 100%;
}
.modal-section-box .flex-container .content-box {
  flex-basis: calc(43%);
  height: 30px;
  margin: 0px 20px 40px 10px !important;
}
.modal-section-box .flex-container .content-box label {
  width: 100%;
  height: 45px;
  line-height: 2.9 !important;
}
.varient-section-box {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.varient-section-box h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #1d68a6;
  padding: 10px;
}
.varient-section-box .flex-container {
  width: 100%;
}
.varient-section-box .flex-container .content-box {
  flex-basis: calc(43%);
  height: 35px;
  margin: 0px 20px 30px 10px;
}
.varient-section-box .flex-container .content-box label {
  width: 100%;
  height: 45px;
  line-height: 2.9 !important;
}
.varient-section-box .get-price-button {
  width: 100%;/*50%;*/
  margin: 0px 60px 0px 10px;
  position: relative;
  bottom: 0px;
  /*position: fixed;
  bottom: 20px;  */
}
.varient-section-box .get-price-button div.get-search {
  border: 1px solid #e77014;
  cursor: pointer;
  padding: 12px;
  border-radius: 6px;
  width: 100%;
  outline: 0px;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.72px;
  color: #e77014;
  text-align: center;
  display: block;
  background: linear-gradient(to left, #e77014 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  /*transition: all 0.5s ease-out;*/
}
.varient-section-box .get-price-button .btneffect {
  background-position: left bottom !important;
  color: #fff !important;
  background: #e77014 url(../images/svg/drive-car.svg) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px left 90% !important;
  transition:all 2s ease-out;
}
.calculated-box {
  width: 100%;
}
.calculated-box .border-top {
  width: 100%;
  height: 3.5px;
  background-color: #1d68a6 !important;
  max-width: 95%;
  margin: auto auto auto 28px;
}
.calculated-box .box {
  padding: 0px 10px;
  width: 100%;
  border-radius: 6px;
  border: solid 0.5px #01437a40;
  margin: 20px auto 20px;
  max-width: 80%;
}
.calculated-box h4 {
  width: 100%;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  padding: 20px 0px;
  letter-spacing: 0.64px;
  text-align: left;
  color: #1d68a6;
  border-bottom: 1px solid #1d68a6;
}
.calculated-box img {
  width: 100%;
  max-width: 40%;/*50%;*/
  text-align: left;
  padding: 0px 0px 10px;/*10px 0px 0px;*/
  height: 100%;
}
.calculated-box ul {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 10px;
}
.calculated-box ul li {
  padding: 5px 0px;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}
.calculated-box ul li:first-child {
  color: #1d68a6;
}
.calculated-box .price-rage {
  width: 100%;
  padding: 25px 15px;
  border-top: 1px solid #1d68a680;
}
.calculated-box .price-rage p {
  width: 100%;
  height: 19px;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
  margin-bottom: 8px;
}
.calculated-box .price-rage h2 {
  width: 100%;
  height: 29px;
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: normal;
  text-align: left;
  color: #e77014;
  margin-bottom: 0px;
}
.calculated-box .price-rage h2 .fa {
  padding: 0px 5px;
  vertical-align: baseline;
}
.search-button {
  width: 100%;
  max-width: 83%;
  margin: auto;
/*  position: fixed;
    bottom: 20px;*/
}
.search-button button {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #e77014;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #e77014;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  background-color: transparent;
  outline: none;
  margin: 0px 0px 20px;
}
.edit-profile-model {
  padding-bottom: 0px !important;
  max-width: 20% !important;
  position: absolute !important;
  z-index: 100;
  right: 30px;
  top: 30px;
}
.edit-profile-model .profile-picture {
  width: 50px;
  height: 50px;
  border: 0px solid;
  border-radius: 50%;
  margin-top: -5px;
}
.edit-profile-model .profile-picture img {
  width: 100%;
  vertical-align: middle;
}
.edit-profile-model .edit-profile-box h4,
.edit-profile-model .edit-profile-box h3 {
  width: 100%;
  font-family: 'Helvetica';/*'Montserrat-Medium';*/
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}
.edit-profile-model .edit-profile-box h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
}
.edit-profile-model .edit-profile-box img {
  cursor: pointer;
}
.edit-profile-model ul {
  list-style-type: none;
  margin: 10px auto 0px;
  padding: 0px;
  width: 100%;
}
.edit-profile-model ul li {
  width: 100%;
  padding: 12px 0px;
  border-top: solid 1px #70707026;
}
.edit-profile-model ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  width: 100%;
  font-weight: 'normal';/*600;*/
  font-family: 'Helvetica';
}
.edit-account-modal {
  max-width: 35% !important;
  position: absolute !important;
  z-index: 100;
  right: 30px;
  top: 30px;
}
.edit-account-modal .edit-profile h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  font-weight: 500;
  color: #1d68a6;
}
.edit-account-modal .edit-profile .edit-name {
  width: 100%;
}
.edit-account-modal .edit-profile .edit-name .form-label-group {
  margin-bottom: 0px !important;
}
.edit-account-modal .edit-profile .edit-name .form-label-group input {
  border: 0px;
  background: transparent;
  padding: 15px 5px;/* 0px !important;*/
}
.edit-account-modal .edit-profile .edit-name .form-label-group label {
  padding-left: 5px !important;
  padding-top: 0px;
}
.edit-account-modal .edit-profile .change-password-btn {
  width: 100%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.edit-account-modal .edit-profile .change-password-btn button {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  padding: 15px 5px;/*12px 5px;*/
}
.edit-account-modal .edit-profile .credit {
    width: 100%;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    padding: 15px 5px;
    margin-top: 15px;
}
.edit-account-modal .edit-profile table {
  border: 0px;
  font-size: 14px;
  margin-bottom: 0px !important;
}
.edit-account-modal .edit-profile table th {
  padding: 0.75rem 5px !important;
}
.edit-account-modal .edit-profile table td {
  border-top: 0px !important;
  padding: 2px 0.75rem !important;
  color: #9b9b9b;
  padding-left: 5px !important;
}
.edit-account-modal .edit-profile table td:first-child {
  width: 30%;/*25%;*/
  font-size: 14px;
  font-weight: 500;/*600;*/
  color: #000000;
  font-family: 'Montserrat-Medium';
}
.change-password-popup {
  max-width: 35% !important;
  position: absolute !important;
  z-index: 100;
  right: 30px;
  top: 30px;
  padding-bottom: 0px !important;
}
.change-password-popup h4 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  font-weight: 500;
  color: #1d68a6;
  padding-top:5px;
}
.change-password-popup .model-body {
  padding-bottom: 0px !important;
}
.change-password-popup form .form-label-group {
  margin-bottom: 0px !important;
}
.change-password-popup form .form-label-group input {
  box-shadow: none !important;
  border-bottom-color: #707070 !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px !important;
  padding-left: 0px !important;
}
.change-password-popup form .form-label-group label {
  padding-left: 0px !important;
  font-weight: 600;
  padding: 12px 0px
}
.change-password-popup form .form-label-group input[type="password"] {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
}
.change-password-popup form .form-label-group button{
    width: 168px;
    height: 45px;
    margin: 10px 0 10px;
    padding: 13px 23px 13px 24px;
    border-radius: 6px;
    border: solid 1px #e77014;
    background-color: #ffffff;
    color: #e77014;
    border-radius: 6px;
    border-bottom-color: none;
    padding: 12px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.change-password-popup form input[type="submit"] {
  width: 180px;
  border-radius: 4px !important;
  border: solid 1px #e77014 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #e77014;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  background-color: transparent;
  outline: none;
  margin: 30px 0px 10px;
  padding: 10px 0px !important;
}
#credit_request {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  width: 100%;
  font-weight: normal;/*600;*/
  font-family: 'Helvetica';
}
.pagination-city {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination-year {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination-model {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination-varient {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}
.popular-city-box .w-100 {
  overflow: auto;
  float:left;
  height:calc(100vh - 415px); /*375*/
}
.year-section-box .w-100 {
  overflow: auto;
  float:left;
  height:calc(100vh - 335px);
}
.make-section-box .w-100 {
  overflow: auto;
  float:left;
  height:calc(100vh - 415px);
}
.modal-section-box .w-100 {
  overflow-y: auto;
  overflow-x: auto;
  float:left;
  height:calc(100vh - 415px);
}
.varient-section-box .w-100 {
  overflow-y: auto;
  overflow-x: auto;
  float:left;
  height:calc(100vh - 473px); 
}
@media only screen and (min-width:1270) and (min-width:3270){
.varient-section-box .w-100 {height:calc(100vh - 480px);}
}
@media only screen and (min-width: 3240px){body .main-wraper .left-box .banner-image {
    width: 85%;
    height: 100vh;
    margin-left: -4%;
  }
}
@media only screen and (max-width: 1440px){body .main-wraper .left-box .banner-image {
    height: 126vh;
  }
}
@media only screen and (max-width: 1350px){body .main-wraper .left-box .banner-image {
    height: 109vh;
  }
}
@media only screen and (max-width: 1290px){body .main-wraper .left-box .banner-image {
    height: 125vh;
  }
}



::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


