.margin-container-extra{
	margin-top: 120px;
}

.float-container {
  position: relative;
}

/* form avality */
.input-container-avality {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon-avality {
  padding: 13px;
  height:55px;
  background: white;
  color: black;
  min-width: 50px;
  text-align: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.fa, .fas {
    font-size: 25px;
}

.form-group-avality {
  position: relative;
  min-height: 3.5em;
}

input.form-control-avality {
  height: 41px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border:none;
  width: 220px;
  padding-top:10px;
  font-weight:bold;
}

label.form-control-label-avality {
  position: absolute;
  font-size: .7em;
  top: 0;
  left: 3px;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.feature-icon{
	margin-bottom: 20px;
}

.feature-icon img{
	width: 38px !important;
	height: 38px !important;	
}

.feature h2{
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #071E2A;
}

.feature p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.socials-icon{
	padding: 0.375rem 0.5rem !important;
}

.socials-icon img{
	width: 45px;
}

#btnFooter span{
	width: 217px;
	height: 26px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.disclaimer-footer{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #0DB0AB;
}

/* vehicle------------The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
  max-width: 100%;
}

.column img:hover {
  opacity: 1;
}

.vehicle-card{
/* 	height: 603px; */
	height: auto;
}

.vehicle-feature p{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	width: 100% !important;
	color: #071E2A;	
}

.box {
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.form-check-label{
	font-weight: bold;
}

.form-check .form-check-label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 16px;
}

.form-check .form-check-input[type="radio"] {
  visibility: hidden;
}

.form-check .form-check-input[type="radio"]:checked + label {
  background-color: #0DB0AB;
  border-color: #0DB0AB;
}

.form-check .form-check-input[type="radio"]:checked + label:after {
  opacity: 1;
}

@keyframes FadeInUp {
	
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
  
}

.border-vehicle-date{
	border-top: 1px solid #E5E5E5 !important;
	border-right: 1px solid #E5E5E5 !important;
	border-bottom: 1px solid #E5E5E5 !important;
	border-left: none !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.border-vehicle-icon{
	border-top: 1px solid #E5E5E5 !important;
	border-right: none !important;
	border-bottom: 1px solid #E5E5E5 !important;
	border-left: 1px solid #E5E5E5 !important;	
}

.vehicle-icon-div{
	height: 100px;
    position: relative;
}

.vehicle-icon-div img{
   overflow: auto;
   margin: auto;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;	
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	input.form-control-avality {
		width: 210px;
	}	
	
	.card .card__footer .action button {
		width: 140px !important;
	}
}

@media screen and (max-width: 1024px) {
		
	input.form-control-avality {
	    width: 150px;
	}
	
	.feature{
		width: 50% !important;
	}
	
	.feature p {
	    width: 444px !important;
	}
	
	.row-cards .col{
		width: 50% !important;
	}
}


@media screen and (max-width: 991px) {
	
	.margin-container-extra{
		margin-top: 100px;
	}
	
	.feature p {
	    width: 320px !important;
	}
}

@media screen and (max-width: 768px) {
	
	.input-container-avality {
		margin-bottom: 0px;
	}	
	
	.card .card__footer .action button {
	    width: 140px !important;
	}
	
	.card .card__title .price-sale {
	    width: 135px !important;
	}
	
	input.form-control-avality {
	    width: 124px;
	    font-size: 14px;
	}
		
	.feature p {
	    width: 320px !important;
	}
	
	.icon-avality{
		min-width: 40px;
	}	
	
	.style-sort-selection .form-select{
		font-size: 12px; 
	}			
}

@media screen and (max-width: 767px) {
	
	.feature p {
	    width: 230px !important;
	}
}

@media screen and (max-width: 468px) {
			
	.input-container-avality, .float-container{
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	
	input.form-control-avality {
		width: 255px;
	}
		
	#advantages-section{
		display: none;
	}
	
	ul.no-bullets {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	}
	
	ul.no-bullets li {
	  font-size: 14px;
	}
	
	ul.no-bullets li:before{
		color: #0DB0AB;
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		content: "\f058";
		padding-right: 5px;
	}
	
	.row-cards .col{
		width: 100% !important;
	}
	
	.card__title .col-md-6 , .car-infos .col-md-6 {
		width: 50% !important;
	}
	
	.style-sort-selection .form-select{
		font-size: 15px; 
	}
	
	.disclaimer-footer p {
		text-align: center;
	}
	
	#newsletterForm {
		text-align: center;
	}
	
	.margin-bottom-mobile{
		margin-bottom: 0.5rem !important;
	}	

}

@media only screen 
  and (max-device-width: 896px) 
  and (max-device-height : 414px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

	.container{
		max-width: 810px !important;
		width: 840px !important;
	}
	
	.feature p {
	    width: 350px !important;
	}

	.card .card__footer .action button {
	    width: 140px !important;
	}
	
	input.form-control-avality {
	    width: 138px;
	    font-size: 14px;
	}
	
	.style-sort-selection .form-select{
		font-size: 14px; 
	}		
		
}


@media only screen 
  and (max-device-width: 668px) 
  and (max-device-height : 400px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
	.container{
		max-width: 540px !important;
		width: 540px !important;
	}
	
	.feature p {
	    width: 250px !important;
	}
	
}

@media screen and (max-width: 280px)
	and (max-device-height : 653px){
	
	.fold-mobile{
		width: 180px !important;
		margin-left: 45px;
	}
	
	.flod-mobile-footer-img{
		width: 175px !important;		
	}
	
	.socials-icon{
		width: 45px !important;		
	}
	
}