@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,2000,3000,7001,300&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #505050;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.form-user-message{
  color: #ffffff;
  font-size: small;
}


a:hover {
  color: #808080;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input[type=text], select {
  border-radius: 5px;
  border: 0px;
  height: 43px;
  background-color: #5726c4;
  color: #eeeeee;
  padding: 0 10px;
}

input[type=text]:focus, select:focus {
  outline: none;
}

textarea {
  padding: 10px;
}

textarea:focus {
  outline: none;
}

.input-location {
  background-image: url(../img/map-marker-alt.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding: 0 10px 0 65px !important;
}



.input-info {
  background-image: url(../img/user.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding: 0 10px 0 65px !important;
}

.input-email {
  background-image: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding: 0 10px 0 65px !important;
}

.input-phone {
  background-image: url(../img/call.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding: 0 10px 0 65px !important;
}

.wrap-form {
  margin: 0 0 20px 0;
}

.wrap-form label {
  margin: 0 0 10px 0;
}

.btn-add {
  

  padding: 15px 32px;
  text-align: center;
  float: right;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 43px;
  border-radius: 5px;
  border: 0;
  color: #5123B6;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  margin: 20px auto;
  cursor: pointer;

}




.btn-delete {
  width: 100px;
  height: 23px;
  background-color: #5123B6;
  border-radius: 5px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.btn-delete:hover {
  color: #ffffff;
  bacground-color: #73cafc;
}





.wrap-three-select {
  width: calc(100% + 12px);
  margin: 0 0px 0 -5px;
}

.wrap-three-select select {
  margin: 0 0 0 5px;
}

.wrap-three-select select:nth-of-type(1) {
  width: calc(20% - 5px);
}

.wrap-three-select select:nth-of-type(2) {
  width: calc(42% - 28px);
}

.wrap-three-select select:nth-of-type(3) {
  width: calc(40% - 5px);
}

.container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: #99b7e6;
}

:-ms-input-placeholder {
  color: #99b7e6;
}

::-ms-input-placeholder {
  color: #99b7e6;
}

::placeholder {
  color: #99b7e6;
}



body {
  margin: 0px;
}

body .main {
  width: 100%;
}

body .main .hero {
  background-image: url(../img/hero.png);
  background-size: cover;
  height: 964px;
}

body .main .hero header .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

body .main .hero header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0;
}





body .main .hero header .container nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 40px;
}

body .main .hero header .container nav ul li a img {
  margin: 0 5px 0 0;
}

body .main .hero header .container nav ul .link-tel a {
  color: #5123B6;
}

body .main .hero .container-emphasis {
  height: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main .hero .container-emphasis .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
}

body .main .hero .container-emphasis .container .message h2 {
  font-size: 40px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #5123B6;
}

body .main .hero .container-emphasis .container .message p {
  font-size: 25px;
  font-weight: 400;
  color: #505050;
  margin: 0 0 0 0;
  line-height: 40px;
}

body .main .hero .container-emphasis .container .message a {
  max-width: 210px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #5123B6;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin: 40px 0 0 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

body .main .hero .container-emphasis .container .message a:hover {
  background-color: #5e14ff;
}

body .main .hero .container-emphasis .container .module {
  max-width: 498px;
  width: 100%;
  background-color: #5123B6;
  border-radius: 20px;
  padding: 30px;
  height: auto;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

body .main .hero .container-emphasis .container .module h3 {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

.wrap-whyus__box{
  text-align: justify;
}

body .main .hero .container-emphasis .container .module form {
  width: 438px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

body .main .hero .container-emphasis .container .module form .wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body .main .hero .container-emphasis .container .module form .wrap-form label {
  text-transform: capitalize;
  color: #ffffff;
}



body .main .hero .container-emphasis .container .module form h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles {
  max-height: 100px;
  overflow-y: auto;
  padding: 0 5px 0 0;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item {
  padding: 10px;
  width: 100%;
  background-color: #5e28d2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}



body .main .hero .container-emphasis .container .module form .wrap-vehicles__item div:nth-of-type(1) {
  padding: 0 10px 0 20px;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #ffffff;
  padding: 0 30px;
  border-right: 1px solid #527EC3;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item .box span {
  display: block;
  font-size: 12px;
  text-align: left;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item .box span:nth-of-type(1) {
  font-weight: bold;
  text-transform: capitalize;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item .box span:nth-of-type(2) {
  text-transform: uppercase;
  opacity: .7;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles__item .box:last-child {
  border: 0px;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
  width: 4px;
}

body .main .hero .container-emphasis .container .module form .wrap-vehicles::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #294167;
  border-radius: 20px;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

body .main .hero .container-emphasis .container .module .btn-module {
  display: inline-block;
  padding: 15px 32px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 43px;
  border-radius: 5px;
  border: 0;
  color: #5123B6;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  margin: 20px auto;
  cursor: pointer;
}


body .main .hero .container-emphasis .container .module .btn-module:disabled  {
  display: inline-block;
  padding: 15px 32px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 43px;
  border-radius: 5px;
  border: 0;
  background-color: #cccccc;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
 
  margin: 20px auto;
  cursor: pointer;
}




.center {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-delete {
 
  width: 40px;
  height: 25px;
  border-radius: 5px;
  border: 0;
  color: #be2612;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
}


body .main #whyUs {
  padding: 100px 0;
}



body .main #catalog {
  padding: 100px 0;
 

}


#catalog{
  background: rgb(245, 245, 245);
}

body .main #whyUs h2 {
  color: #5123B6;
  font-size: 28px;
  margin: 0 0 80px 0;
  text-align: center;
}



body .main #whyUs .wrap-whyus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .main #whyUs .wrap-whyus__box {
  background-color: #5123B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 30px;
  border-radius: 20px;
  width: calc(33.3% - 13.2px);
  margin: 0 0 20px 0;
}

body .main #whyUs .wrap-whyus__box .icon-box {
 
  height: 70px;
  display: flex;
  justify-content: center;
}

.icon-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body .main #whyUs .wrap-whyus__box h3 {
  color: #ffffff;
  margin: 10px 0;
  font-size: 20px;
}

body .main #whyUs .wrap-whyus__box p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  opacity: .7;
}




body .main #catalog h2 {
  color: #5123B6;
  font-size: 28px;
  margin: 0 0 80px 0;
  text-align: center;
}

body .main #catalog .wrap-whyus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .main #catalog .wrap-whyus__box {
  background-color: #5123B6;
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
  padding: 45px 30px;
  border-radius: 20px;
  width: calc(28.3% - 13.2px);
  margin: 0 0 20px 0;
}

body .main #catalog .wrap-whyus__box .icon-box {
 
  height: 70px;
  display: flex;
  justify-content: center;
}



body .main #catalog .wrap-whyus__box h3 {
  color: #ffffff;
  margin: 10px 0;
  font-size: 20px;
}

body .main #catalog .wrap-whyus__box p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  opacity: .7;
}

body .main #googleReviews {
  background: #eee;
  padding: 50px 0 100px 0;
}

body .main #googleReviews div div div div div div:nth-of-type(3) a {
  display: none !important;
}

body .main footer {
  background-color: #5123B6;
  padding: 80px 0;
  color: #ffffff;
}

body .main footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .main footer ul li {
  width: calc(33.3% - 65px);
  padding: 13px 0 0 0;
}

body .main footer ul li h3 {
  margin: 0 0 10px 0;
}

body .main footer ul li small {
  font-size: 12px;
  margin: 0 0 20px 0;
  display: block;
}

body .main footer ul li .box {
  opacity: .7;
  margin: 0 0 10px 0;
}

body .main footer ul li .box a {
  color: #ffffff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

body .main footer ul li .box a:hover {
  opacity: .7;
}

body .main footer ul li .box .btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 43px;
  border-radius: 5px;
  border: 0;
  color: #5123B6;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
}


.btn-terms{
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
}


.fab {
  padding: 20px;
  font-size: 25px;
  color: #fff;
  width: 40px;
  text-align: center;
}

body .main footer ul li:nth-of-type(1) {
  padding: 0 0 0 0;
  margin: 0 125px 0px 0;
}

body .main footer ul li:nth-of-type(1) img {
  margin: 0 0 10px 0;
}

body .main footer ul li:nth-of-type(1) .box {
  opacity: .7;
  margin: 0 0 0 0;
}

body .main footer ul li:nth-of-type(1) .box:nth-of-type(1) {
  margin: 0 0 40px 0;
}

body .main footer ul li:nth-of-type(1) .box:nth-of-type(2) {
  margin: 0 0 10px 0;
}

body .main footer ul li:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .main footer ul li:nth-of-type(3) .box {
  opacity: 1;
}

body .main footer ul li:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

body .main footer ul li:nth-of-type(4) a {
  float: right;
}

body .main footer ul li:nth-of-type(4) .authorise {
  position: absolute;
  bottom: 0;
}

.accordion {
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion:hover {
  color: #ffffff;
}

.accordion img {
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

.accordion.active img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.panel {
  padding: 0px;
  display: none;
  overflow: hidden;
}

.panel ul {
  max-height: 45px;
  overflow-y: auto;
  padding: 0 5px 0 0;
}

.panel ul::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.panel ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
  width: 4px;
}

.panel ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #294167;
  border-radius: 20px;
}

.panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
}

.panel ul li span {
  color: #fff;
  opacity: .7;
  font-size: 12px;
  display: block;
  margin: 0 0 0 10px;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 44, 65, 0.85);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999999999999999999;
}


.terms_condition {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 44, 65, 0.85);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999999999999999999;
}

.modal__container {
  background-color: #ffffff;
  max-width: 715px;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  position: relative;
}

.modal__container_terms {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #fff;
  width: 768px;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0rem 1rem 2rem -0.25rem rgba(0, 0, 0, 0.25);
}

.modal__container .close {
  background-color: #5123B6;
  padding: 20px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__container .close:hover {
  cursor: pointer;
}

.modal__container h4 {
  font-size: 28px;
  color: #5123B6;
  text-align: center;
}

.modal__container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}

.modal__container form div label {
  font-size: 16px;
  color: #050505;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  text-align: left;
}

.modal__container form div input[type=text], .modal__container form div textarea {
  background-color: #E4E4E4;
  height: 43px;
  padding: 10px;
  width: 100%;
  border: 0px;
  border-radius: 5px;
  color: #050505;
}

.modal__container form .wrap-two-form {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}

.modal__container form .wrap-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container form .wrap-form textarea {
  height: 125px;
}

.modal__container form .wrap-form button {
  background-color: #5123B6;
  height: 43px;
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  border: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.noscroll {
  overflow: hidden;
}

.mobile-btn {
  display: block;
  color: #5123B6;
  height: 30px;
  width: 24px;
  border-top: 2px solid;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 8px 0 0 0;
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 99999999999999999999;
  -webkit-backface-visibility: hidden;
}

.mobile-btn::after, .mobile-btn::before {
  content: '';
  display: block;
  height: 2px;
  margin-top: 4px;
  background: currentColor;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.mobile-btn.active {
  border-top-color: transparent;
}

.mobile-btn.active::after {
  margin-top: 0px;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-btn.active::before {
  margin-top: 0px;
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.dimensionsFields{
  padding-top: 6px;
  padding-left: 6.1px;
}

.menu-mobile {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin-top: 0px;
  -webkit-transform: translate3D(0, -50px, 0);
          transform: translate3D(0, -50px, 0);
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

.menu-mobile li {
  line-height: 1.4em;
}

.menu-mobile.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

@media (max-width: 645px) {
  body {
    margin: 0px;
  }
  body .main .hero {
    height: auto;
  }
  body .main .hero header {
    padding: 0 10px;
  }
  body .main .hero header .container {
    padding: 15px 0;
  }
  body .main .hero header .container .logo img {
    max-width: 200px;
  }


  body .main .hero header .container .mobile-btn {
    display: block;
  }
  body .main .hero header .container nav {
    display: none;
    position: fixed;
    background: #ffffff;
    top: 0px;
    left: 0;
    height: 100vh;
    z-index: 9999999;
    width: 100%;
  }
  body .main .hero header .container nav ul {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .main .hero header .container nav ul li {
    width: 100%;
  }
  body .main .hero header .container nav ul li a {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    margin: 0 0 0 0;
  }
  body .main .hero header .container nav ul li:last-child a {
    border-bottom: 0px;
  }
  body .main .hero .container-emphasis {
    margin: 20px 0 0 0;
    padding: 0 10px 20px 10px;
  }
  body .main .hero .container-emphasis .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  body .main .hero .container-emphasis .container .message h2 {
    font-size: 28px;
    text-align: center;
  }
  body .main .hero .container-emphasis .container .message p {
    font-size: 18px;
    text-align: center;
  }
  body .main .hero .container-emphasis .container .message a {
    margin: 20px auto 40px auto;
  }
  body .main .hero .container-emphasis .container .module {
    padding: 30px 20px;
  }
  body .main .hero .container-emphasis .container .module form {
    width: 100%;
  }
  body .main #whyUs h2 {
    margin: 0 0 20px 0;
  }
  body .main #whyUs .wrap-whyus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 0 10px;
  }
  body .main #whyUs .wrap-whyus__box {
    width: 100%;
  }


  body .main #catalog h2 {
    margin: 0 0 20px 0;
  }
  body .main #catalog .wrap-whyus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 0 10px;
  }
  body .main #catalog .wrap-whyus__box {
    width: 100%;
  }
  body .main footer {
    padding: 20px 0;
  }
  body .main footer .container {
    padding: 0 10px;
  }
  body .main footer .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  body .main footer .container ul li {
    width: 100%;
  }
  body .main footer .container ul li:nth-of-type(1) {
    margin: 0 0 0 0;
  }

 

  body .main footer .container ul li:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .main footer .container ul li:nth-of-type(4) a {
    float: left;
  }
  body .main footer .container ul li:nth-of-type(4) .authorise {
    position: relative;
    float: right;
  }
  .modal {
    overflow-y: auto;
  }
  .modal__container form {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .modal__container form .wrap-two-form {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .modal__container form .wrap-form {
    width: 100%;
  }
  .modal__container form .wrap-form label {
    width: 100%;
    text-align: left;
  }

  body .main .hero .container-emphasis .container .module form .wrap-vehicles__item {
    padding: 10px;
  
    width: 140%;
    background-color: #5e28d2;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
  }


}


.catalog{
  color: #ffffff; 

}

/* Parnerts Section */

.wrap {
  padding: 2.8rem;
  position: relative;
  width: 100%;
  background: #ffffff;
  color: #050505;
}

.clients {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    gap: 4.8rem 4.8rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 4.8rem auto;
    max-width: 1024px; }

.clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}






/* --- Images (gray logo) --- */
.clients img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
          filter: grayscale(100%) brightness(10%) contrast(10%); }





/* Slider */

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

.slick-slide img {
    width: 60%;
    height: 6rem;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Terms and conditios */

.container_modal {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #fff;
  width: 768px;
  height: 100%;
  border-radius: 0.25rem;
  box-shadow: 0rem 1rem 2rem -0.25rem rgba(0, 0, 0, 0.25);
}
.container__heading {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.container__heading > h2 {
  color: #5123B6;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0;
}
.container__content {
  flex-grow: 1;
  overflow-y: scroll;
}
.container__nav {
  border-top: 1px solid #ccc;
  text-align: right;
  padding: 2rem 0 1rem;
}
.container__nav > .button {
  background-color: #5123B6;
  box-shadow: 0rem 0.5rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.container__nav > .button:hover {
  box-shadow: 0rem 0rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.5rem);
}
.container__nav > small {
  color: #777;
  margin-right: 1rem;
}


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


  
@media (min-width: 1024px) {
  .clients {
      grid-template-columns: auto auto auto auto; }
      
  }
  
  
  
