

body{
    /*font-family: 'Poppins', sans-serif;*/
	font-size: 16px;
	/*line-height: 24px;
	font-family: 'lato', sans-serif;*/
	font-weight: 400;
	overflow-x: hidden;
    transition: all 200ms linear;
}
html {
  scroll-behavior: smooth;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

@font-face {
   font-family: quefira;
   src: url(../../font/quefira_demo-webfont.woff);
}

.userwebfont {
   font-family: quefira ! important;
}
.border-bottomm{
	border-bottom: 1px solid #003b7f;
}
.moretext {
  display: none;
}

/*----Loader----*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
#spinner {
    display: block;
    position: relative;
    left: 46%;
    top: 46%;
    width: 70px;
    height: 70px;
}

/*----Loader end----*/

@media (max-width: 600px) {
	.hidden-xs-down, .mainfooter{
		display: none;
	}

}

.center{
	text-align: center;
	font-family: 'lato', sans-serif;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}
.center2{
	text-align: center;
	font-family: 'lato', sans-serif;
 	margin-left: auto;
  	margin-right: auto;
}
.bold-font{
	font-weight: 600;
}
.border-class{
	box-shadow: 0 1px 3px 0 #ececec, 0 0 0 1px #d4d2d2;
	font-family: 'lato', sans-serif;
}
.border-class2 {
    box-shadow: 0 1px 1px 0 #ffffff, 0 0 0 1px #d4d2d2;
    font-family: 'lato', sans-serif;
}
.section-padding{
	padding: 18px;
}
.section-margin{
	margin-top: 80px;
}
.section-margin2{
	margin-top: 30px;
}
.section-margin3 {
    margin-top: 80px;
}
.heading_line {
    width: 80px;
    position: relative;
    height: 20px;
    text-align: center;
}
.heading_line:before {
    background: #0063d5;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}
.heading_line:after {
    background: #0063d5;
    width: 40px;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}
.hr-line{
    width: 7%;
    height: 2px;
    margin: 7px auto;
    border: 0;
    background: #000000;
    margin-bottom: 10px;
}

section{
	font-family: 'lato', sans-serif;
}

a, a:focus, a:hover {
    color: #003b7f;
    text-decoration: none;
}
.alert-danger {
    color: #ff0018;
    background-color: #fbfbfb;
    border-color: #f3001a;
}

/* =================== #Navigation ==================== */
#nav-item-color{
	color: #ffffff;	
}
.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.start-header {
	opacity: 1;
	transform: translateY(0);
    /*padding: 10px 0;*/
    box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
    border-top: 1px solid rgba(36,39,44,.1);
    border-bottom: 1px solid rgba(36,39,44,.1);
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 28px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	/*position: fixed;*/
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
/*.navbar{
	padding: 0;
}*/
.navbar-brand img{
	height: 52px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
/*.nav-item:hover .nav-link{
	color: #8167a9 !important;
}*/
.nav-item.active .nav-link{
	color: #777 !important;
}
/*.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}*/
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover{
	opacity: 1;
	/*background-color: #007bff;*/
}

/* Hover Effect Nav Bar*/
#navbarSupportedContent .navbar-nav li a,
#navbarSupportedContent .navbar-nav li a:after,
#navbarSupportedContent .navbar-nav li a:before {
    transition: all .5s;
}
#navbarSupportedContent .navbar-nav li a:after{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #003b7f;
    /* background: #fcb641; */
    height: 1px;
}

#navbarSupportedContent .navbar-nav li  a:hover:after {
    width: 100%;
}
/*.navbar .navbar-nav .active{
	border-top: 1px solid;
    padding: 0;
    margin: -8px;
    padding-top: 7px;
}*/
/* #navbarSupportedContent .navbar-nav li a:hover {
    color: #fcb641 !important;
  } */

/* Active Nav Bar*/

/* #navbarSupportedContent .navbar-nav li > a {
	text-transform: capitalize;
	color: #333;
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		background-color: #333;
		color: #fff;
	}
}

#navbarSupportedContent .navbar-nav li.active > a {
    color: #fcb641 !important;
	border-bottom: 3px solid #fcb641;
} */

.nav_active_2jj{
    color: #fcb641 !important;
	border-bottom: 3px solid #fcb641;
}

/* #navbarSupportedContent .navbar-nav li > a {
	text-transform: capitalize;
	color: #333;
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		background-color: #333;
		color: #fff;
	}
}

#navbarSupportedContent .navbar-nav li.active > a {
	background-color: #333;
	color: #fff;
} */
/* End Active Nav Bar*/

.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
    font-size: 15px;
    white-space: nowrap;
}
.bg-danger {
    /*background-color: #fe0000!important;*/
    background-color: #003b7f!important;
}

#navbarSupportedContentXL{
	margin-left: 20px;
}

#navbarSupportedContentXL li span{
	color: #f58634;
	text-transform: uppercase;
	font-size: 14px;
}
.nav-item-img{
	margin: 0px 6px;
}
@media (min-width: 700px) {
	
.header-nav-respn{
	display: flex!important;
    flex-basis: auto;
    flex-grow: 1;
	}
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
div.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-menu:hover{
	opacity: 0;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	/*background-color: rgba(129,103,169,.6);*/
	background-color: #007bff;
	opacity: 1;
}
.stickyhead {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 111;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    transition: .5s;
    border: 1px solid rgba(0,0,0,.125);
}
/*.stickybuy {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 111;
}*/

/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
/*	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}*/
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

/* Header form of car/Bike selection
================================================== */

@media (min-width: 768px) {
	
.head-book-service{
	position: absolute;
    top: 25%;
    left: 63%;
    width: 348px;
    height: 360px;
    background-color: white;
    padding: 23px;
    font-family: lato;
    font-weight: 600;
    box-shadow: 0 0 70px 0 rgba(36,39,44,.3);
}
.head-auto-repair-text{
	/*z-index: 111;*/
	position: absolute;
	top: 25%;
	left: 5%;
    margin-left: auto;
    margin-right: auto;
}
.head-auto-repair-text p{
	margin-bottom: 0rem;
}
.head-auto-repair-text h2{
	margin: 5px 1px 9px 0px;
}
}

@media (max-width: 600px) {
	.head-book-service {
	margin-top: 50px;	
    background-color: white;
    padding: 30px;
    font-family: lato;
    font-weight: 600;
    /*border-bottom: 1px solid #ebebeb;*/
}
.head-auto-repair-text{
	margin-top: -128px;
	left: 0;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.head-auto-repair-text p{
	margin-bottom: 0rem;
}
.head-auto-repair-text h2{
	font-size: 1rem ! important;
    font-weight: 600;
}
.head-auto-repair-text a button{
	font-size: 10px;
}

}


.btn-booknow-header {
	color: #000;
	background-color: #fff;
	border: 1px solid #0063d5;
    width: 100%;
    border-radius: 0;
   /* font-weight: bold;*/
    transition: .5s;
}
.btn-booknow-header:hover {
	color: #fff;
	background-color: #0063d5;

}
.head-book-service p {
	text-align: -webkit-center;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.form-control{
	border-radius: 0;
} 

#navbarSupportedContent ul li a{
	color:#003b7f !important;
}
#navbarSupportedContent ul li a.nav-link-new{
	color:#f58634 !important;
}
.card-header-tabs{
	margin-bottom: 1rem;
/*	margin-left: 23%;
	margin-right: 0;*/
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #040000;
    border-color: #ffffff #dee2e6 #fff;
    color:#fff !important;
}
.nav-tabs .nav-link {
    border-radius: 15px;
    border: 1px solid;
    border-top-left-radius: 1px solid;
    border-top-right-radius: 1px solid;
}

.nav-link {
    display: block;
    padding: .4rem 1.2rem;
}

.owl-crousal-item{
	padding: 10px;
}
/*Testimonail
========================= */

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #003b7f;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 40px;
			margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #0063d5;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.shadow-effect i {
	font-size: 106px;
    margin: 18px;
    color: #3190e7;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}


/* Used Car Crausal Section */

.property-box {
    background: #f9f9f9 ! important;
}
.property-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.property-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}
.property-thumbnail {
    position: relative;
}
.property-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}
.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.property-box .price-ratings-box {
    color: white;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}
.property-box .price-ratings-box .price {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    color: #dddcdc;
}
.fa-map-marker:before {
    content: "\f041";
}
.property-box .property-img img {
    width: 100%;
}
.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}
.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    content: "";
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 5%,rgba(22,22,23,0) 15%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box .detail .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/** PROPERTY BOX STARTED **/
.property-box {
    background: white;
}

.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.property-box .property-img img{
    width: 100%;
    max-width: 100%;
}

.property-box .detail .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.property-box .detail .title a {
    color: #003b7f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.property-box .detail .title a:hover {
    color: #4a4747;
}

.property-box .button, input[type="submit"] {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 2px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    letter-spacing: 1px;
}

.property-box .tag.featured {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    letter-spacing: 1.5px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 10px 4px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
}

.property-box .tag {
    position: absolute;
}

.property-box .price-ratings-box {
    color: white;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.property-box .price-ratings-box .price {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    color: #dddcdc;
}

.ratings {
    font-size: 10px;
    color: #ffc12b;
}

.property-box .detail {
    padding: 20px 20px 15px;
}

.property-box .detail .location {
    margin: 11px 0 7px;
}

.property-box .detail .location a {
    font-size: 18px;
    color: #535353;
    font-weight: 500;
}

.property-box .detail .location a i {
    margin-right: 5px;
}

.property-box ul {
    margin: 0;
    padding: 0;
}

.property-box ul li {
    list-style: none;
    width: 33.33333%;
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 12px;
}

.property-box ul li i {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
}

.property-box .footer {
    background: none;
    border-top: 1px solid #ebebeb;
    padding: 12px 10px;
    font-size: 13px;
    color: #656565;
}

.property-box .footer a {
    color: #656565;
}

.property-box .footer span {
    float: right;
}

.property-box .footer i {
    margin-right: 5px;
}

/** PROPERTY BOX **/
.m-t-50{
  margin-top: 50px ! important;
}
.m-b-100{
  margin-bottom: 100px ! important;
}
.m-t-100{
  margin-top: 100px ! important;
}
.property-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-thumbnail {
    position: relative;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    content: "";
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 5%,rgba(22,22,23,0) 15%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-thumbnail:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-thumbnail:hover .overlay-link {
    display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

select {
    border: 1px solid #999;
    border-radius: 8px;
    padding:8px;
  }
  
$select-arrow: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-chevron-down-16.png");

/* only apply this to firefox: */
@-moz-document url-prefix() {

    /* Normally you can just apply this to all 'select's not just a classs selector */
    select.select {
      /* This removes the native down arrow: */
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: "";
      background-image: $select-arrow;
      background-position: right 8px center;
      background-repeat: no-repeat;
    }
  }
  
  /* Safari selects are sort of ugly too.  Unfortunately this applies to both Safari *and* Chrome */
  @media (-webkit-min-device-pixel-ratio: 0) {
    select {
      -webkit-appearance: none;
      background-image: $select-arrow !important;
      background-position: right 8px center;
      background-repeat: no-repeat;
      padding-right: 20px;
    }
  }


  