@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Play:wght@400;700&display=swap');
:root {
  --dark-green: #969696 ;
  --medium-green: #696969;
  --medium-green: #52b3eb;
  --light-green: #a4fba6;
  --red:#ff4848;
  --black: #000;
  --white: #fff;
  --grey:#8c8c8c;
  --dark-grey: #232628;
  --mid-grey: #555;
  --light-grey: #f0f2f5;
  --med-light-grey: #cac7c9;
  --transparent:transparent;
  --transition: all 0.5s ease-in-out;
}
#search-list input {
	padding: 20px 20px 20px 30px;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	background: #dff1fb;
	border: 1px solid transparent;
}
.declaration-holder {
  display: flex;
  justify-content: space-between;
}

.form-check-inline{
  display: flex!important;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  padding: 0px !important;
  width:80px
}
.aa{
  display:flex;
}

#theForm{
  display:none;
}
.form-label{
  font-size:14px;
}
.form-label{
  margin:0px!important;
}
#nameErrorMessage{
  display:none;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.h2{
  font-size:36px;
  text-align:center;
  color:#000
}
* {
  margin: 0;
  padding: 0
}

html {
  height: 100%
}



#heading {

}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: var(--white);
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}



#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input, #msform textarea {
	padding: 15px 10px;
	border-radius: 0px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	background: #dff1fb;
	border-radius: 10px;
  border:1px solid transparent;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--transparent);
  outline-width: 0
}



#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #52b3eb;
}



#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: var(--grey)
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: var(--medium-green);
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: var(--medium-green);
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}



#progressbar .active {
  color: var(--medium-green)
}

#msform .form-select {
	display: block;
	width: 100%;
	padding: 16px;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	/* text-transform: uppercase; */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 20px 12px;
	border: 0px solid transparent;
	border-radius: 10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background-color: #dff1fb;
	font-family: 'Inter', sans-serif;
}





#progressbar #one:before {
  font-family: FontAwesome;
  content: "1"
}

#progressbar #two:before {
  font-family: FontAwesome;
  content: "2"
}

#progressbar #three:before {
  font-family: FontAwesome;
  content: "3"
}

#progressbar #four:before {
  font-family: FontAwesome;
  content: "4"
}

#progressbar #five:before {
  font-family: FontAwesome;
  content: "5"
}

#progressbar #six:before {
  font-family: FontAwesome;
  content: "6"
}

#progressbar #seven:before {
  font-family: FontAwesome;
  content: "7"
}

#progressbar #eight:before {
  font-family: FontAwesome;
  content: "8"
}

#progressbar #_One:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #_Two:before {
  font-family: FontAwesome;
  content: "\f015"
}

#progressbar #_Three:before {
  font-family: FontAwesome;
  content: "\f500"
}

#progressbar #_Four:before {
  font-family: FontAwesome;
  content: "\f0b1"
}

#progressbar #_Five:before {
  font-family: FontAwesome;
  content: "\f19c"
}

#progressbar #_Six:before {
  font-family: FontAwesome;
  content: "\f81d"

}#progressbar #_Seven:before {
  font-family: FontAwesome;
  content: "\f09d"
}

#progressbar #_Eight:before {
  font-family: FontAwesome;
  content: "\f574"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

/* #progressbar li:after {
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
} */

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--medium-green)
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: var(--medium-green)
}

.fit-image {
  width: 100%;
  object-fit: cover
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.price-alt{
  font-size: 18px;
  color: var(--medium-green);
}


#search-list {
  display:flex;
  position: relative;
  width: 250px;
  background: #fff;
  z-index: 1;
  margin-top: 0px;
  border-radius: 50px;
}

.search-outcome{
  position: absolute;
  width: 350px!important;
  top: 0px;
  background: #fff;
  display: none;
  z-index: 999;
  overflow-y: auto;
  margin-top: 0px;
  padding: 5px;
  height: auto;
  max-height: 400px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  margin-left:-250px;
}
.justify-center{
  justify-content:center;
}
.relative{
  position: relative;
}

.mini-vehicle {
	width: 100%;
	padding: 5px;
	/* border-bottom: 1px solid #cdcdcd; */
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	/* overflow: hidden; */
  transition: all 0.5s e;
}
.mini-vehicle:hover{
  background:#cdcdcd;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
}

.mini-thumbnail{
  width:50px;
  height:50px;
  border-radius:50px;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}
.very-small{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  width:auto;
  display:inline;
}
.super-small{
  font-size:12px;
  text-transform: uppercase;
  font-weight:600;

  display:inline;
}
.mini-details{
  width:80px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mini-price{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  width:100px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display:inline-block
}
.mini-mileage{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  width:100px;
  background: #363636;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display:inline-block;
}
.mini-year{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  width:100px;
  background: #636363;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display:inline-block;
}
.mini-search{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  min-width:100px;
  background: #00a5cd;
  color: #fff!important;
  text-align: center;
  border-radius: 3px;
  display:inline-block;
  padding:5px;
  position: relative;
  border:1px solid transparent;
}
.mini-search:hover{
  background:#fff;
  border:1px solid #00a5cd;
  color:#00a5cd!important;
}
.mini-websearch{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  min-width:100px;
  background: #182866;
  color: #fff!important;
  text-align: center;
  border-radius:3px;
  display:inline-block;
  padding:5px;
  position: relative;

}
.mini-websearch:hover{
  background:#fff;
  border:1px solid #182866;
  color:#182866!important;
}

.max-websearch{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  min-width:100px;
  background: #182866;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display:inline-block;
  padding:5px;
}
/*.max-websearch:hover{*/
/*    background:#fff;*/
/*    border:1px solid #182866;*/
/*    color:#182866*/
/*}*/
.mini-number{
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  min-width:20px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display:inline-block;
  padding:5px;
  position: relative;
  top: -2px;
}
.mini-desc{
  width:160px;
}

.selectable {
  display:none;
	color: red;
	position: absolute;
	left: 60px;
	top: -1px;
	font-size: 12px;
}




/* UPLOADER */

#drop_file_zone {
  border: 1px dashed #ced4da;
  border-radius: 20px;
  margin: 10px;
  text-align: center;
  padding: 20px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
}

.hoverxx {
  background: var(--light-grey-hover);
}

.thumbnail {
  height: 100px;
  width: 100px;
  margin: 10px;
  display: inline;
  object-fit: contain;
}
.left {
  width: 150px;
}

.img-array {
  display: inline-block;
}

.btn-success{
  color: #fff;
background-color: #157347;
border-color: #146c43;
border: 1px solid transparent;
padding: 0px 20px;
border-radius: 50px;
font-family: 'Inter', sans-serif;
}


.inputfile + label {
	padding: 15px;
	background: #52b3eb;;
	color: #000;
	font-weight: 600;
	border: 2px solid #52b3eb;;
	border-radius: 10px;
	width: auto;
	transition: all 0.5s ease-in-out;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background: #fff;
color: #000;
border: 2px solid #000;
}

.inputfile {
  display: none;
}

.height {
  height: 120px;
}


.image-delete-button{
  background: var(--blue);
  min-width: 41px;
  height: 41px;
  border-radius: 50px;
  color: var(--white);
  margin-top:20px;
}
.image-delete-button:hover{
  background: var(--black);
}

.document-select {
	padding: 10px !important;
	margin: 0px !important;
	width: 200px !important;
}
button.close{
  background: transparent;
  border: 1px solid transparent;
}
h5.modal-title{
  text-align: center;
  width: 100%;
}
.left-align {
	text-align: left;
	margin: 0px 5px;
}

.spinner-page{
  position: fixed;
  z-index: 999;
  height: 50px!important;
  width: 50px!important;
  overflow: auto!important;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}
.spinner-page-overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
top: 0px;
bottom: 0px;
z-index: 999;
}
.doc-form-label{
  margin:0px 5px!important;
}
.alert{
  padding:10px!important;
  box-shadow:0px 2px 10px 2px rgba(77,77,79,.25);
}
.check-display{
  display:none;
  margin: 0px 3px;
  border: 1px solid white;
  border-radius: 50px;
  width: 15px;
  align-items: center;
  justify-content: center;
}



/* /////////////////////////////////////////////////// */

.required {
	color: var(--white);
	background: var(--red);
	font-size: 11px;
	padding: 2px 10px;
	border-radius: 50px;
}
.docs-inline{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-name {
	background: #52b3eb !important;
	width: 100% !important;
	padding: 11px !important;
	color: #000 !important;
	margin: 0px 5px !important;
	border: 1px solid transparent!important;
}

.image-delete-button:hover{
  background: var(--white);
}

#msform .action-button-previous {
	width: 200px;
	background: #52b3eb;;
	font-weight: bold;
	color: #000 !important;
	border: 0 none;
	border-radius: 50px;
	cursor: pointer;
	padding: 12px 5px;
  font-size:14px;
	margin: 10px 5px 10px 0px;
  font-family: 'Inter', sans-serif;
  transition: all 0.5s ease-in-out;
}

#msform .action-button {
	width: 200px;
	background: #52b3eb;;
	font-weight: bold;
	color: #000 !important;
	border: 0 none;
	border-radius: 50px;
	cursor: pointer;
	padding: 12px 5px;
	margin: 10px 0px 10px 5px;
	font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: all 0.5s ease-in-out;
}
.skip-step {
	text-decoration: none;
	padding: 15px 10px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #52b3eb;;
	border-radius: 10px;
	color: #000 !important;
	font-family: 'Inter', sans-serif;
}

#progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: -120px;
  background: transparent;
  border-radius: 10px;
  padding: 0px 5px 20px 5px;
}
#progressbar li::after {
  content:"";
	width: 1px;
	height: 100px;
	background: lightgray;
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: -1;
}

#progressbar li#_Eight::after {
	width: 0px;
	height: 0px;
	background: lightgray;
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: -1;
}

#progressbar li::before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 20px auto 0px auto;
	padding: 2px;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  
  float: left;
  position: relative;
  font-weight: 400;
  min-width:100px;
}

.done-thank-you{
  display:none;
}
.start-application {

}
.step-title {
   font-family: 'Inter', sans-serif;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.step-subtitle{
   font-family: 'Inter', sans-serif;
  color: var(--white);
  font-size: 16px;
  font-weight: 200;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.step-text{
   font-family: 'Inter', sans-serif;
  color:var(--red);
  font-size:14px;
  font-weight:400;
  margin:0px;
  padding:0px;
}
.icon-stack-one{
  color: red;
  margin-left: 30px;
  margin-top: -20px;
}
.apply-step-section {
  height: 250px;
  background-size: cover!important;
  width: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* .fa-stack {
  display: flex!important;
  height: 100px!important;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
  background: var(--dark-grey);

  padding: 10px;
  border-radius: 10px;
  width: 100px!important;
  align-items: center!important;
} */
.selected-vehicle{
  font-family: 'Inter', sans-serif;
  margin-top:10px;
}
.fff {
  background: #f3f3f3;
  padding: 20px;
  font-weight: 600;
  border-radius: 10px;
}

.car-image-alt {
	height: 250px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 10px;
}

.selected-vehicle-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
}
.selected-vehicle-price{
  font-size:30px;
  
}
/* .fa-stack-2x{
  color:var(--white)
} */

.search-resultspc {
	position: absolute;
	width: 350px;
	top: 70px;
	left: 0px;
	background: #f3f3f3;
	display: none;
	z-index: 999;
	overflow-y: auto;
	margin-top: 0px;
	padding: 5px;
	height: auto;
	max-height: 580px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	/* border: 5px solid white; */
}
.selected-vehicle-content-holder {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}
.selected-vehicle-content {
  display: flex;
  width: 40%;
  justify-content: flex-start;
  min-width: 200px;
  padding-right: 50px;
}
.selected-vehicle-single-content-item {
  color: var(--black)!important;
  min-width:120px;
  padding:10px 0px;
}
.bold{
  font-weight:800;
}
.selected-vehicle-column{
  display: flex;
  flex-direction: column; 
}
.select-vehicle {
	font-weight: 600;
	color: var(--black);
}
.c-blue{
  color: #2994D1;
}
.input-icons i {
	position: absolute;
	z-index: 9;
	top: 24px;
	left: 10px;
}
.pos-relative{
  position:relative;
}

.fin-head1{
  font-family: 'Inter', sans-serif;
  font-size:48px
}
.fin-head2{
  font-family: 'Inter', sans-serif;
  font-size:36px;
}
.fin-head3{
  font-family: 'Inter', sans-serif;
  font-size:24px;
}
/* ///////////////////////////////////////////// */
.animation-ctn-one {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display:none
}
.animation-ctn-two {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display:none
}
.animation-ctn-three {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display:none
}


	@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 

.uppercase{
  text-transform: uppercase;
}

/* ///////////////////////////////////////// */


@media (max-width: 1600px) {
#progressbar {
	left: -30px;
}
#msform{
  padding-left:60px;
}
}

@media (max-width: 992px) {
  .fff {
    padding: 20px;
    border-radius: 30px;
  }
  .selected-vehicle-content {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .apply-step-section {
    margin-bottom: 10px;
  }
  .selected-vehicle-name {
    font-size: 24px;
  }
  .selected-vehicle-price {
    font-size: 20px;
  }
  #progressbar {
    left: -30px;
  }
  .docs-inline {
    flex-wrap: wrap;
    border: 2px solid var(--blue);
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
  }
  .thumbnail {
    height: 50px;
    width: 50px;
    margin: 10px;
    display: inline;
    object-fit: contain;
    border: 1px solid var(--blue);
    padding: 5px;
    border-radius: 5px;
}
.image-name {
  margin: 0px 0px 10px 0px!important; 
}
}

@media (max-width: 622px) {

  #progressbar {
    left: -0px;
  }
  #progressbar li strong{
    font-size:12px;
  }
  #progressbar li::before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 20px auto 0px auto;
    padding: 2px;
  }
  #progressbar li {
    min-width: 0px !important;
  }
  #msform{
    padding-left:40px;
  }
}

@media (max-width: 482px) {
.selected-vehicle-content {
  border-radius:20px;
	padding: 10px 5px;
	width: 100%;
}
#drag_upload_file {
  width: 100%;
}
#drop_file_zone {
  padding: 5px;
}
.header-custom-btn {
padding: 5px 20px!important;
}
}

@media (max-width: 360px) {
  .document-select {
    padding: 10px !important;
    margin: 0px !important;
    width: auto;
}
}

.arrows-one {
  width: 60px;
  height: 144px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -200px;
  z-index: 2;
}
.arrows-one-mobile {
	width: 60px;
	height: 800px;
	position: absolute;
	right: 10%;
	margin-left: -30px;
	top: 200px;
  z-index:2;
  display:none;
}
/* .arrows-two {
  width: 60px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -220px;
  z-index: 2;
  display: none;
}
.arrows-two-mobile {
	width: 60px;
	height: 800px;
	position: absolute;
	left: 10%;
	margin-left: -30px;
	top: 50px;
  z-index:2;
  display:none;

} */




@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
@media (max-width: 768px) {
  /* .arrows-one {
    display:none;
  }
  .arrows-one-mobile {

    display:block;
  } */
}
@media (max-width: 484px) {
  /* .arrows-two {
    display:none;
  }
  .arrows-two-mobile {
    display:none;
  } */
}

.already-chosen {
  position: absolute;
  bottom: 10%;
  background: var(--blue);
  left: 0px;
  border-radius: 500px;
  z-index: 3;
  font-size: 16px;
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: center;
}

.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.form-card {
	text-align: left;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 10px;
}