@font-face {
    font-family: 'Graphik L';
    font-weight: 100;
    font-style: normal;
    font-display: auto;
    src: local('Graphik L');
    src: url('fonts/graphik/Graphik-Light.eot');
    src: url('fonts/graphik/Graphik-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/graphik/Graphik-Light.woff2') format('woff2'),
    url('fonts/graphik/Graphik-Light.woff') format('woff'),
    url('fonts/graphik/Graphik-Light.ttf') format('truetype'),
    url('fonts/graphik/Graphik-Light.svg#Graphik-Thin') format('svg');
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Graphik R';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: local('Graphik R');
    src: url('fonts/graphik/Graphik-Regular.eot');
    src: url('fonts/graphik/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/graphik/Graphik-Regular.woff2') format('woff2'),
    url('fonts/graphik/Graphik-Regular.woff') format('woff'),
    url('fonts/graphik/Graphik-Regular.ttf') format('truetype'),
    url('fonts/graphik/Graphik-Regular.svg#Graphik-Regular') format('svg');
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Graphik M';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: local('Graphik M');
    src: url('fonts/graphik/Graphik-Medium.eot');
    src: url('fonts/graphik/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/graphik/Graphik-Medium.woff2') format('woff2'),
    url('fonts/graphik/Graphik-Medium.woff') format('woff'),
    url('fonts/graphik/Graphik-Medium.ttf') format('truetype'),
    url('fonts/graphik/Graphik-Medium.svg#Graphik-Medium') format('svg');
    unicode-range: U+000-5FF;
}

/*bootstrap override*/
b, strong {
    font-family: 'Graphik R', Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    font-weight:unset;
}

/* No bullets check marks list */
.check-list {
    list-style:none;
    padding:0;margin:0;
}

.check-list li {
    padding: 5px 0;
}
.mobile_buttons .btn_res_btn.btn_res_btn_opacity {
    background: 0 0;
    border: 1px solid #21899a;
    color: #21899a;
}
.mobile_buttons .btn_res_btn.btn_res_btn_opacity.btn_res_mobile {
    padding: 6px 10px;
    background: #21899a;
    color: #fff;
    font-size: 16px;
}
.intro-image--location-page {
    background:#656565;
    background:linear-gradient(#4a4a4a, transparent), url(../images/intro-bgs/airport-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width:100%;
}
.intro-image--location-page .featured__banner {
    background:rgba(205,100,45,0.75);
    color:white;
    width: 80%;
    margin: 0 auto;
}
.inline-block {
    display:inline-block;
}

.small_backpack {
    background:url(../images/backpack.svg) no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
    padding-right: 19px;
    margin-bottom: -1px;
}
/* Banner in the Featured area */
.featured__banner {
    font-size:2rem;
}
.featured__banner--headline {
    font-size: 20px;
    color:#333;
    text-transform: uppercase;
    font-weight: 700;
}
.featured__banner--blocks {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    justify-content:space-between;
    background: white;
    margin: 0 0 40px;
    padding: 20px;
    cursor:pointer;
    box-shadow: 0 0 20px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size:18px;
    line-height: 1.6;
}
.featured__banner--blocks > div {
    flex:1;
}
.featured__banner--blocks > div:last-child {
    margin-left:12%;
}
.featured__banner--blocks:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured__banner--blocks .fa-star {
    font-size:13px;
}
/* Info tabs */
.info-links {
    list-style: none;
    margin-bottom:0;
}

.info-links a {
    display: inline-block;
    padding: 9px;
}

.info-links .active {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: -1px;
    padding: 9px;
    border-radius: 1px;
    text-decoration:none;
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
}

.info-tabs {
    margin-top:-1px;
    border-radius: 1px;
}
.car-more--text {
    position: absolute;
    color:#FFF;
    background: #0CA6FF;
    border-radius:2px;
    padding: 10px;
    text-align: left;
    z-index: 1000;
    /*width: 200px;*/
}

.car-more--text .transfer-description {
    padding: 12px;
    /*border: 1px solid rgba(36, 178, 199, 0.3);*/
    border-radius: 5px;
    color: #333;
    /*background: #f8fcfd;*/
}

ul.dashed {list-style: none;padding: 20px;background-color: #f8f8f8;}
ul.dashed > li {text-indent: -1.2em;margin-bottom: 20px;list-style-position: outside;margin-left: 1em;}
ul.dashed > li:before {display: inline-block;margin-right: 0.5rem; height: 0.75rem;width: 0.75rem;font-family:"FontAwesome";content: "\f00c";text-indent: -5px;}

.selection-box__tile .close-car-overlay,
.selection-box__tile .close-overlay {
    color: #555;
    margin-right: 8px;
    margin-top: 8px;
}

#transfer-info .transfer-description{padding: 20px;}
#transfer-info .transfer-description br:not(:last-of-type) {margin-bottom: 10px;}
.car-more-info {
    padding: 0;
    list-style: none;
    font-size: 1rem;
    text-align: right;
}
.car-more-info li .fa {
    font-size: 1.1rem;
    padding: 2px;
    color: #3ec759;
}
.car-more-info li .fa--small {
    font-size: 0.9rem;
    padding: 6px 3px;
}
.car-more-info li .fa--oval-fix {
    padding: 6px 4px;
}

/* Select2 Start */
/*.select2-dropdown.select2-dropdown--below{
    width: 300px !important;
    border-top: 1px solid #aaa !important;
}*/
span[role=presentation].select2-selection__arrow{
    display: none !important;
}
.select2-selection.select2-selection--single{
    height: 34px!important;
    border-right: 0px !important;
    border-radius: 0px !important;
    padding-top: 3px !important;
    font-size: 1.1em !important;
    border-color: #ccc ;
}
.select2-selection__rendered {
    margin-top: -2px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    text-overflow: clip !important;
}
.col-sm-6 .select2-container--default .select2-selection--single{
    border: 1px solid #ccc;
}
.select2.select2-container.select2-container--default{float: left !important;}
#mobile_prefix_num{float: left; display: inline-block; width: auto; padding: 6px 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 14px; text-align: right; color: #555;line-height: 1.42857143;}
.form-control.client_mobile{padding-left: 3px;width: calc(100% - 12px);border-left: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.has-feedback.has-success .form-control {
    color: #3c763d;
    font-weight: 600;
}
.has-feedback.has-error .form-control {
    color:#555;
    background: #fffcfc;
}
.has-feedback .form-control{
    box-shadow: none;
}

.has-feedback.has-success .form-control:focus, .has-feedback.has-error .form-control:focus{
    box-shadow: none;
}
/* Select2 End */

/* Vehicles More info text */
.car-more--text {
    position:relative;
    color:#FFF;
    background: #24b2c7;
    border-radius:2px;
    padding: 10px;
    text-align: left;
    z-index: 1000;
    max-width: 100%;
    /*font-weight:600;*/
}
.car-more--value {
    font-size: 1.2rem;
    color:#222;
    /*font-weight: 500;*/
}
.car-more--text .fa-times {
    font-size:20px;
    color:#FFF;
}
.cancellation--text {
    margin: 0 0 2px;
    /*font-size: 1.6rem;*/
    text-align:right;
}
.vehicle--class {
    display:inline-block;
    color: #222;
    /*font-size: 1.1rem;*/
    margin: 0;
    padding:0 0 0 4px;
}
.vehicle--name {
    /*font-weight: 600;*/
    font-family: 'Graphik R', Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.1rem;
    display: inline-block;
    margin:0 0 5px;
    padding:0 8px 0 0;
    border-right:1px solid #eee;
}
.direction span {
    color:#222;
    font-size:1rem;
    margin-top:2px;
    text-indent: 2px;
}
.direction > span {
    display:block;
}

.transfer-details {
    position:relative;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
}
.transfer-details h2 {
    margin-top: 0;
    font-size: 20px;
    /*font-weight: 600;*/
    padding-bottom: 10px;
}
.transfer-details h2 .fa {
    font-size:14px;
    vertical-align: middle;
}
.transfer-details h3 {
    font-size: 18px;
    /*font-weight: 600;*/
}
.transfer-details-form {
    position: relative;
}
.transfer-details-form .help-block {
    color: #a94442;
}

/* Bookform 2 */
.instant-quote--sticky {
    position: relative;
    border: none;
    background: #ffffff;
    margin: 0 0 20px;
    padding:20px;
}
.instant-quote--sticky .ui.datepicker-trigger {
    color: #949494;
}

.instant-quote--sticky .flex-row > * {
    margin: 7.5px 0;
}

/* Reservation 1 */
/*.post .instant-quote--sticky label,*/
/*.post .instant-quote--sticky .label {*/
/*    color: #222;*/
/*    font-weight:600;*/
/*    font-size:15px;*/
/*}*/
.post .instant-quote__title {
    color: #545454;
    font-size: 1.2rem;
    padding: 0 20px 20px;
}
.post .ui-autocomplete {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10);
}
.post .summary {
    background:#fff;
    margin-bottom:20px;
}
.post .summary hr {
    border-top: 1px solid #eee;
}
.summary {
    padding:15px;
}
/*.summary--short__front {*/
/*    font-size:14px;*/
/*}*/
.summary--short {
    line-height: 1.6;
    text-align:left;
}
.summary--short div {
    clear:both;
    margin:8px 0 12px;
    overflow: hidden;
}
.summary--short span,
.summary--short span.label {
    display: inline-block;
    overflow:hidden;
    vertical-align:top;
    width: 45%;
    color: #6f6a6a;
    float:left;
}
.summary--short strong {
    width: 55%;
    vertical-align:top;
    float:left;
    font-weight: 700;
}
.summary--short .fa {
    margin:5px;
}
.summary--short i {
    font-style:inherit;
}
.summary .summary--short span,
.summary .summary--short span.label {
    color: #222;
}
.summary--separator {
    margin:10px 0 5px;
    padding:0;
}
.summary--separator .fa {
    color:#333;
    font-size:13px;
    margin: 0 5px 0 0;
}
.summary--separator hr {
    margin: 6px 0 5px 5px;
}
.summary hr {
    border-top: 1px solid #d0d0d0;
}
.res__headline {
    font-size: 1.5rem;
    line-height: 1.6;
}

/* Featured Headline */
.featured__headline small,
.featured__headline ~ p {
    font-size: 1.8rem;
    color: #FFF;
    display: block;
    text-align: center;
    font-weight: 500;
}
.separator {
    display: block;
    height: 1px;
    background: #eee;
    width: 80%;
    margin:10px 0;
    padding:0;
}
/* Step by step navigation */
.progressbar {
    counter-reset: step;
    position:relative;
    padding:0;
    margin-top: -15px;
    z-index:1001;
}
.progressbar:after {
    content: "";
    display: table;
    clear: both;
}
.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    color: #b3b3b3;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 1px solid #b3b3b3;
    display: block;
    text-align: center;
    font-weight:600;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #b3b3b3;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #2baebd;
    font-weight:600;
    font-size: 16px;
}
.progressbar li.active:before {
    border: 2px solid #2caebd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.progressbar li.active + li:after {
    background-color: #1fa2dc;
}
.progressbar li.active span:last-child {
    font-size:17px;
    font-weight:500;
}

.toggle-edit-summary {
    cursor:pointer;
}

.selection-box__tile {
    padding: 15px;
    background: #fff;
    position: relative;
    border-radius: 2px;
    margin:0 0 20px;
    box-shadow: 0 2px 5px #ccc;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transform:scale(1);
}
.selection-box__tile:hover {
    transform: scale(1.02);
}
.selection-box__tile:hover .car-more--text {
    overflow:visible;
    /*z-index:1100;*/
}
.selection-box__tile .toggles {
    text-align: right;
}
.selection-box__tile a.toggles {
    color:#24b2c7;
    /*font-size:1.6rem;*/
    text-decoration:underline;
}
.selection-box__tile .car-more--text {
    background-color: #f8f8f8;
    color: #222;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    position: relative;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    z-index: 1;
}
.selection-box__first {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height:100%;
}
.selection-box__first .img--fit {
    margin: 0 0 -20px;
}
/* Vertical red background, block text */
.ribbon--wrap {
    position:relative;
}
.fore {
    position: absolute;
    z-index: 2;
    height: 125px;
    width: 20px;
    left: 0;
    font-size: 8px;
    top: 58px;
}
.fore .ribbon {
    height: 125px;
    width: 20px;
    background: #F5675A;
    float: left;
    margin-left: 0;
}
.fore .ribbon .text {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}
.fore .left {
    margin-top: 0;
}
.fore .left .text {
    margin-top: 10px;
}
.recommended-banner-top-container{
    float: right;
    margin-right: -9px;
    margin-top: -11px;
}
.recommended-banner-top {
    position: relative;
    display: inline-block; /* ensures it fits content */
    font-size: 0.8em;
    text-transform: uppercase;
    background: #fb3826;
    color: #FFFFFF;
    padding: 12px 5px 12px 23px;
    line-height: 1;
}


/* Left inset notch - triangle pointing toward text */
.recommended-banner-top::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 15px;
    border-color: transparent transparent transparent white;
}
.recommended-banner-top-info{
    background: #fff;
    width: 300px;
    position: absolute;
    right: -68px;
    z-index: 1;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    margin-top: 12px;
;
}
.recommended-banner-top-info::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.recommended-banner-top-info::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ddd;
    z-index: -1;
}
.car-more--text .transfer-description {
    padding: 12px;
    /*border: 1px solid rgba(36, 178, 199, 0.3);*/
    border-radius: 5px;
    color: #333;
    /*background: #f8fcfd;*/
}
.selection-box__last {
    background: #f8f8f8;
    margin-top: -15px;
    margin-bottom: -15px;
    padding: 15px;
    border-left: 1px solid #e8e8e8;
}
.selection-box__last strong {
    font-weight:500;
}
.selection-box__last strong span {
    font-size: 18px;
    margin: 0;
    padding-top: 0;
    font-weight: 600;
}
.selection-box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
    height: 100%;
}
.selection-box__last .btn-book {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transform:scale(1);
}
.selection-box__last .btn-book:hover {
    transform: scale(1.05);
}
.supplier--rating{padding-top: 10px;}
.supplier--rating > span {
    font-size: 1.0rem;
    margin-right: 5px;
}
.book--round {
    font-size: 1.1rem;
    font-weight: 500;
    line-height:1.6;
    margin-bottom: 5px;
}
.book--round .fa {
    color: #24b2c7;
}
.book--round .nobtn {
    /*font-size:1.1rem;*/
    color: #24b2c7;
    cursor:pointer;
}
.book--round .nobtn:hover {
    color:#10c9d8;
}
.selection-box_bottom {
    text-align:left;
}
.has-toggle.selection-box_bottom {
    bottom: 0;
    right: 15px;
    width: 100%;
    text-align: right;
}
.selection-box__title {
    font-weight: 600;
    color: #545454;
    margin: 0 0 6px;
    padding: 0;
    font-size: 1.8rem;
}
.selection-box__title small {
    font-size: 14px;
    color: #999;
    display:block;
}
.selection-box__footer {
    background: #f9f9f9;
    color: #0092a9;
    padding: 10px 0;
    margin: 15px -15px -15px;
    text-align:center;
}
.selection-box__footer span {
    padding: 0 10px;
    line-height: 1.8;
    color: #333;
}
.selection-box__footer .fa {
    color:#909090;
}
.selection-box__tile h4 {
    margin-top:0;
}
.selection-box__tile .total-price {
    font-size: 26px;
    color: #14bd30;
    margin: 10px 0 5px;
    display: block;
    line-height:initial;
}
.selection-box__tile .direction {
    font-size: 14px;
    text-align:right;
}
.total-price .cur {
    font-size:16px;
    color:initial;
    text-transform:capitalize;
}
.selection-box__tile .buttons-right {
    margin-top:20px;
}
.btn-book {
    color:#fff;
    background: #24b2c7;
    font-size: 15px;
    padding: 10px 15px;
    border-radius:2px;
    border:0;
}
.btn-book:hover {
    color: #FFF;
    background: #39b1c3;
    border-color:transparent;
}
.btn-book--sm {
    padding:5px 10px;
}
.btn-make-booking {
    margin-top: 20px;
    background: #0092a9;
    border-color: #038296;
    padding: 10px 15px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}
.btn-make-booking .material-icons {
    font-size: 30px;
    vertical-align: -9px;
    margin-left: 5px;
}
.nav-item.active {
    background:#FFF;
}
/* Google Map */
.map_style {
    height: 400px;
    display: block;
    width:100%;
    margin-bottom:20px;
}

/* Currency */
.list-currency {
    height: 36px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 4px;
    background: #12b4ce;
    color: #FFF;
    border-radius: 0px;
}

/* Star rating */
.star-rating {
    height: 18px;
    width: 90px;
    position: relative;
    display:inline-block;
    vertical-align:text-bottom;
}
.star-rating:before {
    background:url(images/icons/star-1.png);
    background-size: 18px;
    background-repeat: repeat-x;
    content: "";
    display: block;
    width: 90px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.star-rating > span {
    display: block;
    width: 90px;
    height: 18px;
    position: absolute;
    text-indent: -10000px;
}

.star-rating > span:before {
    background:url(images/icons/star-2.png);
    background-repeat: repeat-x;
    background-size:18px;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    text-indent: 10000px;
}
.update_label {
    color:#9c35da!important;
    font-weight:600;
}
/* Extras price info */
.extra--info {
    color:#d48717;
    font-size:10px;
}
/* Stripe */
.stripe-button-el {
    text-decoration: none;
    visibility: visible !important;
    cursor:pointer;
}
.stripe-button-el::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
@media screen and (max-width:1199px) {
    .supplier--rating {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
}
@media screen and (max-width:991px) {
.intro-image--location-page {
    background:#30b1c6!important;
}
}

@media only screen and (max-width: 460px) and (min-width: 360px) {
.display--space > div:first-child {
    flex:1.5;
}
.display--space > div {
    flex: 1.1;
    padding: 0 0px;
    text-align: center;
}
.car-more-info {font-size: 0.85rem;}
.car-more--value {font-size: 0.8rem;}
.car-more-info li .fa {font-size: 0.85rem;}
.cancel_text, .selection-box__tile .total-price, .selection-box__tile .direction{text-align: center;}
.supplier--rating,.info-links{width: 100%;}
.tab_info_container{margin-left: -15px;margin-right: -15px;}
.display--space{flex-direction: column;margin-top: 20px;}
.info-links{width: 100%;margin-top: 20px;}
.info-links a{width: 49.3%;}
.info-tabs{ margin-left: -15px;margin-right: -15px;}
}
@media screen and (max-width:360px) {
.car-more-info, .car-more-info li .fa {font-size: 0.7rem;}
.car-more--value {font-size: 11px;}
}
@media only screen and (max-width: 768px) and (min-width: 601px){
    .recommended-banner-top-info {
        width: 245px;
        right: 0px;
    }
}
@media screen and (max-width:600px) {
    .mobile_buttons{
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    .mobile_buttons .btn_res_btn.btn_res_btn_opacity {
        background: 0 0;
        border: 1px solid #21899a;
        color: #21899a;
    }
    .mobile_buttons .btn_res_btn.btn_res_btn_opacity.btn_res_mobile {
        padding: 6px 10px;
        background: #21899a;
        color: #fff;
        font-size: 16px;
    }
    .mobile_buttons .mobile_btn_logout{
        margin-left: 0px !important;
    }
    .mobile_buttons #button_voucher, .mobile_buttons .mobile_btn_logout{
        margin-top: 10px;
    }
    .select2-container.select2-container--default.select2-container--open{
        width: 310px;
    }

    .recommended-banner-top {
        position: relative;
        display: inline-block;
        font-size: 0.5em;
        text-transform: uppercase;
        background: #fb3826;
        color: #FFFFFF;
        padding: 14px 5px 12px 23px;
        line-height: 1;
    }
    .recommended-banner-top-info {
        width: 265px;
        right: 0px;
        margin-top: 14px;
    }
    .recommended-banner-top-info::before, .recommended-banner-top-info::after {
        left: 80%;
    }
    .vehicle_select.selection-box__tile .row .col-md-8.col-sm-8.col-xs-12{
        overflow: unset !important;
    }
}