@font-face {
    font-family: blo-reg;
    src: url(../fonts/blo-reg.ttf)
}

@font-face {
    font-family: blo-bold;
    src: url(../fonts/blo-bold.ttf)
}

body {
    margin: 0px !important;
    padding: 0px !important;
    background-color: #f6f6f6f6;
    font-family: blo-reg;
    overflow-x: hidden !important;
}

.the-after {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 9999999999999999;
    opacity: 0.6;
}

.contain {
    position: fixed;
    /* margin: 255px auto; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to right, #8AE68B, #45B9AC);
    height: 5000px;
    top: 0;
    left: 0;
    right: 0px;
    z-index: 9999999999999999999999999;
    text-align: center;
    padding-top: 280px;
}

.contain img {
    width: 200px;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

.head-menu {
    background-color: #fff;
    padding: 10px 0px;
}

.head-menu .logo img {
    width: auto;
}

.head-menu .main-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

.head-menu .main-menu ul li {
    display: inline-block;
    margin-left: 12px;
}

.head-menu .main-menu ul li a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #484848;
    font-size: 16px;
}

.head-menu .main-menu ul li .active {
    border-top: 4px solid #16A085;
    padding-top: 33px;
    color: #16A085;
}

.head-menu .main-menu ul li a:hover {
    border-top: 4px solid #16A085;
    color: #16A085;
    padding-top: 33px;
}

.head-menu .multi-menu {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.head-menu .multi-menu form {
    display: inline-block;
}

.head-menu .multi-menu form input {
    display: inline-block;
    width: 170px;
    border: 1px solid #C9C9C9;
    outline: none;
    padding: 7px;
    border-radius: 7px;
}

.head-menu .multi-menu form button {
    padding: 7px 15px;
    border-radius: 10px;
    margin-right: 5px;
    color: #fff;
    background-color: #16A085;
    border: none;
}

.head-menu .multi-menu .bar-icon {
    position: absolute;
    left: -50px;
    color: #16A085;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
}

.rex-search-text-field-native:focus + .rex-search-bar__reset-btn {
    opacity: 100;
}

.rex-search-bar__reset-btn {
    outline: none;
    border: none;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.rex-search-bar__reset-btn > * {
    pointer-events: none;
}

.rex-search-bar__reset-btn > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rex-search-bar__reset-btn > svg path {
    fill: #686868;
}

.rex-search-bar__reset-btn__reset-icon {
    display: block;
    margin: 0 0 0 0.6875rem;
}

.rex-search-bar__reset-btn.focus,
.rex-search-bar__reset-btn:focus {
    outline: none;
}

.rex-search-bar__search-btn {
    outline: none;
    background-color: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.rex-search-bar__search-btn > svg path {
    fill: #fff;
}

.rex-search-bar__search-btn__search-icon {
    display: block;
    margin: 0 0 0 0.6875rem;
}

.rex-search-bar__search-btn:focus {
    outline: none;
}

.rex-search-bar__search-btn.rex-search-bar__search-btn-pill {
    border-radius: 0 1.25rem 1.25rem 0;
}

.rex-search-bar__search-btn.rex-search-bar__search-btn-pill > svg {
    right: 0.882rem;
}

.rex-search-bar-suggest {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 0 0 0.25rem 0.25rem;
}

.rex-search-bar-suggest-label {
    font-size: 0.625rem;
    padding: 0.5rem 1rem;
    color: #686868;
    display: block;
}

.rex-search-bar-suggest-list > div {
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.rex-search-bar-suggest-list > div input {
    width: 100%;
}

.rex-search-bar__text-field {
    position: relative;
    /*border: 1px solid #C9C9C9;
    border-radius:5px;*/
    background-color: #ffffff;
}

.rex-search-bar__text-field:hover,
.rex-search-bar__text-field.hover {
    /*border: 1px solid #C9C9C9;*/
}

.rex-search-bar__text-field:active,
.rex-search-bar__text-field.active,
.rex-search-bar__text-field:focus,
.rex-search-bar__text-field.focus {
    outline: none;
    /*border: 1px solid #C9C9C9;*/
}

.rex-search-bar__text-field .rex-search-text-field-inner-border {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 7px 0px;
}

.rex-search-bar__text-field .rex-search-text-field-inner-border input {
    width: 220px;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    border: none;
    margin: 0;
    border-radius: 7px;
    padding: 3px;
}

.rex-search-bar__text-field
.rex-search-text-field-inner-border
input::-webkit-input-placeholder {
    color: #717171;
    transition: color 0.15s ease-in-out;
}

.rex-search-bar__text-field
.rex-search-text-field-inner-border
input:-moz-placeholder {
    color: #717171;
    transition: color 0.15s ease-in-out;
}

.rex-search-bar__text-field
.rex-search-text-field-inner-border
input::-moz-placeholder {
    color: #717171;
    transition: color 0.15s ease-in-out;
}

.rex-search-bar__text-field
.rex-search-text-field-inner-border
input:-ms-input-placeholder {
    color: #717171;
    transition: color 0.15s ease-in-out;
}

.rex-search-bar__text-field .rex-search-text-field-inner-border input:active,
.rex-search-bar__text-field .rex-search-text-field-inner-border input.active,
.rex-search-bar__text-field .rex-search-text-field-inner-border input:focus,
.rex-search-bar__text-field .rex-search-text-field-inner-border input.focus {
    color: #333333;
}

.rex-search-bar__text-field.pill {
    border-radius: 1.25rem;
}

.rex-search-bar__text-field.pill .rex-search-text-field-inner-border {
    border-radius: 1.25rem;
    padding-left: 1rem;
}

.head-menu .multi-menu .rex-search-bar-suggestions .button-search {
    background: #16A085;
    border: none;
    padding: 8px 13px 8px 13px;
    color: #fff;
    position: absolute;
    left: -1px;
    top: 7px;
}

.rex-search-bar-prominent {
    position: relative;
}

.rex-search-bar-prominent .rex-search-bar__search-btn {
    background-color: #1364ff;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.rex-search-bar-prominent .rex-search-bar__search-btn > svg {
    position: absolute;
    top: 0.75rem;
    right: 0.6875rem;
}

.rex-search-bar-prominent .rex-search-bar__search-btn > svg > path {
    fill: #ffffff;
}

.rex-search-bar-prominent .rex-search-bar__reset-btn {
    top: 0rem;
    right: 2.375rem;
}

.rex-search-bar-prominent-pill {
    position: relative;
}

.rex-search-bar-prominent-pill .rex-search-bar__search-btn-pill {
    background-color: #1364ff;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.rex-search-bar-prominent-pill .rex-search-bar__search-btn-pill > svg {
    position: absolute;
    top: 0.75rem;
    right: 0.882rem;
}

.rex-search-bar-prominent-pill .rex-search-bar__search-btn-pill > svg > path {
    fill: #ffffff;
}

.rex-search-bar-prominent-pill .rex-search-bar__reset-btn {
    top: 0rem;
    right: 2.375rem;
}

.rex-search-bar-suggestions-results .rex-search-bar-suggest-list {
    position: absolute;
    background-color: #16A085;
    z-index: 999;
    color: #fff;
    top: 45px;
    left: 1rem;
    right: 0;
    margin: 0;
    padding: 0;
}

.rex-search-bar-secondary {
    position: relative;
}

.rex-search-bar-secondary .rex-search-bar__search-btn {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.rex-search-bar-secondary .rex-search-bar__search-btn > svg {
    position: absolute;
    top: 0.75rem;
    right: 0.6875rem;
}

.rex-search-bar-secondary .rex-search-bar__search-btn > svg > path {
    fill: #dadada;
}

.rex-search-bar-secondary .rex-search-bar__reset-btn {
    top: 0rem;
    right: 2.375rem;
}

.rex-search-bar-secondary
.rex-search-bar__text-field.active
~ .rex-search-bar__search-btn
svg
> path {
    fill: #1364ff;
}

.rex-search-bar-secondary-pill {
    position: relative;
}

.rex-search-bar-secondary-pill .rex-search-bar__search-btn {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.rex-search-bar-secondary-pill .rex-search-bar__search-btn > svg {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
}

.rex-search-bar-secondary-pill .rex-search-bar__search-btn > svg > path {
    fill: #dadada;
}

.rex-search-bar-secondary-pill .rex-search-bar__reset-btn {
    top: 0rem;
    right: 2.375rem;
}

.rex-search-bar-secondary-pill
.rex-search-bar__text-field.active
~ .rex-search-bar__search-btn
svg
> path {
    fill: #1364ff;
}

.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    text-align: center;
    z-index: 999999999999999999;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 10px 0px #16A085;
    overflow-x: hidden;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav .closebtn {
    position: absolute;
    top: -50px;
    z-index: 999999;
    left: 10px;
    color: #fff;
    font-size: 46px;
    margin-left: 50px;
}

.sidenav .buy-your-car {
    width: 70%;
    padding: 10px;
    border: 1px solid #16A085;
    transition: all .6s ease-in-out;
    border-radius: 7px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-family: blo-bold;
    color: #16A085;
}

.sidenav .buy-your-car:hover {
    background-color: #16A085;
    color: #fff;
}

.sidenav .buy-your-car:hover i {
    color: #fff;
}

.sidenav .buy-your-car i {
    margin-left: 5px;
    color: #16A085;
}

.sidenav hr {
    float: right;
    width: 100%;
    display: block;
    border: .3px solid #AAAAAA;
    margin: 20px 0px;
    background-color: #AAAAAA;
}

.sidenav .menu {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.sidenav .menu li {
    text-align: right;
    width: 100%;
    display: block;
    padding-right: 20px;
    margin-top: 15px;
}

.sidenav .menu li a {
    color: #16A085;
    text-decoration: none;
}

.sidenav .col-xs-12 {
    padding: 0px;
}

.sidenav .menu li i {
    color: #16A085;
    margin-left: 5px;
}

.sidenav .payment h4 {
    text-align: right;
    color: #16A085;
    padding-right: 20px;
}

.sidenav .payment h4 i {
    margin-left: 10px;
}

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

.sidenav .payment ul li {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

.sidenav .payment ul li img {
    width: 40px;
}

.footer .social-media {
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 30px;
}

.footer .social-media ul {
    list-style: none;
    margin: 0px;
    width: 100%;
    display: block;
    padding: 0px;
    margin-top: 30px;
}

.footer .social-media ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer .social-media ul li a {
    color: #16A085;
    text-decoration: none;
}

.footer .social-media ul li i {
    color: #16A085;
    font-size: 22px;
}

.main-slider .the-slider {
    height: 600px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 50px;
    padding-top: 150px;
    background-image: linear-gradient(to right, #8AE68B, #45B9AC);
}

.main-slider .the-slider:after {
    width: 180px;
    height: 180px;
    border-radius: 150px;
    background-color: #4EBFA8;
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
}

.main-slider .the-slider:before {
    width: 180px;
    height: 180px;
    border-radius: 150px;
    background-color: #4EBFA8;
    position: absolute;
    left: -50px;
    bottom: -50px;
    content: "";
}

.main-slider .the-slider .item img {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.main-slider .the-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: 100px;
    right: 0px;
    left: 0px;
}

.main-slider .the-slider .owl-dot {
    border-radius: 100%;
    background-color: #fff;
    float: right;
    height: 7px;
    margin-left: 5px;
    width: 7px;
}

.main-slider .the-slider .owl-dot.active {
    background-color: #D6A74A;
    width: 10px;
    height: 10px;
    margin-top: -2px;
}

.our-features {
    margin-top: -125px;
    float: right;
    width: 100%;
    position: relative;
    z-index: 9999999;
    margin-bottom: 50px;
}

.our-features .multi {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #16A085;
    float: right;
    border-radius: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.our-features .multi .one .the-pic {
    width: 70px;
    display: inline-block;
    margin: 15px;
    line-height: 75px;
    text-align: center;
    float: right;
    height: 70px;
    border-radius: 100px;
    background-image: linear-gradient(to bottom right, #8AE68B, #45B9AC);
}

.our-features .multi .one .the-pic img {
    width: 35px;
}

.our-features .multi .one .the-content {
    display: inline-block;
    float: right;
    width: 180px;
    margin-top: 10px;
}

.our-features .multi .one .the-content h4 {
    color: #16A085;
    font-size: 14px;
    font-weight: bolder;
}

.our-features .multi .one .the-content p {
    font-size: 12px;
    overflow: hidden;
    height: 50px;
}

.cars-used .head-bar {
    text-align: center;
    margin-bottom: 50px;
}

.cars-used .head-bar h3 {
    color: #6A6A6A;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #D6A74A;
    font-family: blo-bold;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    font-size: 22px;
    padding-bottom: 20px;
}

.cars-used .head-bar h3:after {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.cars-used .head-bar h3:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.cars-used .one {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-bottom: 20px;
    transition: all .6s ease-in-out;
}

.cars-used .one:hover {
    background-color: #16A085;
}

.cars-used .one:hover ul li, .cars-used .one:hover h5, .cars-used .one:hover h4, .cars-used .one:hover span {
    color: #fff;
}

.cars-used .one img {
    height: 133px;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100%;
}

.cars-used .one h4 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 25px;
    padding-right: 10px;
}

.cars-used .one h5 {
    padding-right: 10px;
    color: #AAAAAA;
    font-size: 12px;
}

.cars-used .one ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.cars-used .one ul li {
    width: 48%;
    padding-right: 10px;
    display: inline-block;
    font-weight: bolder;
    color: #16A085;
}

.cars-used .one ul li i {
    color: #D6A74A;
    margin-left: 5px;
}

.cars-used .one ul li span {
    color: #AAAAAA;
    margin-right: 5px;
}

.cars-used .see-more a {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #16A085;
    font-family: blo-bold;
    text-decoration: none;
    text-align: center;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    border: 1px solid #16A085;
    width: 150px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cars-used .see-more a:hover {
    background-color: #16A085;
    color: #fff;
}

.brands-model .one {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #16A085;
    margin-bottom: 25px;
}

.brands-model .one img {
    height: 70px;
    width: 95px;
    transition: all .6s ease-in-out;
}

.brands-model .one img:hover {
    transform: rotate(360deg);
}

.brands-model .see-more a {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #16A085;
    font-family: blo-bold;
    text-decoration: none;
    text-align: center;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    border: 1px solid #16A085;
    width: 200px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.brands-model .see-more a:hover {
    background-color: #16A085;
    color: #fff;
}

.browser-car .one-car {
    width: 100%;
    background-color: #fff;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px 0px #16A085;
    margin-bottom: 25px;
}

.browser-car .one-car:hover {
    background-color: #16A085;
}

.browser-car .one-car:hover img {
    transform: scale(1.1);
}

.browser-car .one-car:hover a, .browser-car .one-car:hover p {
    color: #fff;
}

.browser-car .one-car img {
    width: 100%;
    transition: all .6s ease-in-out;
    height: 50px;
}

.browser-car .one-car a {
    font-family: blo-bold;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    color: #6A6A6A;
}

.browser-car .one-car p {
    font-family: blo-bold;
    font-size: 16px;
    color: #6A6A6A;
    margin-bottom: 0px;
}

.browser-car .one-car p span {
    margin-right: 5px;
}

.browser-car .see-more a {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #16A085;
    font-family: blo-bold;
    text-decoration: none;
    text-align: center;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    border: 1px solid #16A085;
    width: 150px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.browser-car .see-more a:hover {
    background-color: #16A085;
    color: #fff;
}


.head-bar {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.head-bar h3 {
    color: #6A6A6A;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #D6A74A;
    font-family: blo-bold;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    font-size: 22px;
    padding-bottom: 20px;
}

.head-bar h3:after {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.head-bar h3:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.how-buy-car {
    margin-top: 20px;
}

.how-buy-car .col-md-3 {
    padding: 0px;
}

.how-buy-car .the-one {
    margin-bottom: 30px;
    position: relative;
}

.how-buy-car .the-one span {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 45px;
    font-weight: bolder;
    text-align: center;
    border-radius: 150px;
    background-color: #fff;
    border: 4px solid #D6A74A;
    margin-bottom: 50px;
}

.how-buy-car .the-one:after {
    position: absolute;
    right: 0px;
    top: 80px;
    content: "";
    background-color: #AAAAAA;
    width: 100%;
    height: 1px;
}

.how-buy-car .the-one:before {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 15px;
    top: 72px;
    height: 15px;
    z-index: 9999999999;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
}

.how-buy-car .the-one img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.how-buy-car .the-one h3 {
    font-family: blo-bold;
    font-size: 16px;
    color: #16A085;
    text-align: center;
}

.featured-products .banner img {
    width: 100%;
    height: 415px
}

.featured-products .banner {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%234FE'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.featured-products .banner .content {
    position: absolute;
    padding-right: 20px;
    right: 0px;
    bottom: 20px;
    border-left: 3px solid #D6A74A;
    opacity: .9;
    width: 50%;
    background-color: #16A085;
    padding-top: 20px;

}

.featured-products .banner .content h3 {
    position: relative;
    z-index: 999999999999;
    color: #fff;
    margin: 0px;
}

.featured-products .banner .content p {
    position: relative;
    z-index: 999999999999;
    margin-top: 20px;
    color: #fff;
}

.featured-products .ads-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
}

.featured-products .ads-slider .owl-dot {
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #16A085;
    float: right;
    height: 7px;
    margin-left: 5px;
    width: 7px;
}

.featured-products .ads-slider .owl-dot.active {
    background-color: #16A085;
    width: 10px;
    height: 10px;
    margin-top: -2px;
}

.queries .all {
    padding-top: 50px;
    padding-right: 250px;
    padding-left: 100px;
    border-radius: 10px;
    background-color: #16A085;
    margin-top: 150px;
    width: 100%;
}

.queries .all h4 {
    font-family: blo-bold;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.queries .all p {
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.queries .all a {
    display: inline-block;
    width: 180px;
    border: 1px solid #fff;
    color: #fff;
    transition: all .6s ease-in-out;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 10px;
}

.queries .all a:hover {
    background-color: #D6A74A;
}

.queries .all img {
    position: absolute;
    right: -90px;
    top: 30px;
    width: 400px;
}

.footer {
    margin-top: 80px;
}

.footer .logo img {
    display: block;
    margin: 0 auto;
}

.footer .footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}

.footer .footer-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer .footer-menu ul li a {
    transition: all .6s ease-in-out;
    color: #AAAAAA;
    text-decoration: none;
    font-size: 14px;
    font-family: blo-bold;
}

.footer .footer-menu ul li a:hover {
    color: #16A085;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.copyright .payment ul li {
    display: inline-block;
    margin-left: 15px;
}

.copyright h4 {
    font-size: 14px;
    text-align: left;
    color: #C9C9C9;
    margin: 0px;
}

.road {
    padding-top: 30px;
}

.road a {
    color: #AAAAAA;
    font-family: blo-bold;
    text-decoration: none;
}

.road a i {
    margin-left: 5px;
}

.login-page .all-pages {
    width: 50%;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}

.login-page .all-pages .the-tabs {
    background-color: #fff;
}

.login-page .all-pages .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.login-page .all-pages .the-tabs ul li {
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 49%;
    color: black;
    font-family: blo-bold;
}

.login-page .all-pages .the-tabs ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.login-page .all-pages .the-tabs ul .active {
    background-color: #16A085;
}

.login-page .all-pages .the-tabs ul .active a {
    color: #fff;
}

.login-page .all-pages .tab-content {
    float: right;
    width: 100%;
    box-shadow: 0px 3px 12px -8px #16a085;
    background-color: #fff;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login-page .all-pages .tab-content form {
    padding: 15px;
}

.login-page .all-pages .tab-content form input {
    width: 100%;
    padding: 14px;
    padding-right: 40px;
    position: relative;
    font-family: blo-bold;
    border-radius: 7px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #73A1C2;
}

.login-page .all-pages .tab-content form select {
    width: 100%;
    padding: 14px;
    padding-right: 40px;
    position: relative;
    font-family: blo-bold;
    border-radius: 7px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #73A1C2;
    background-color: #fff;
}

.login-page .all-pages .tab-content form button {
    width: 100%;
    background-color: #16A085;
    margin-top: 15px;
    padding: 14px;
    font-family: blo-bold;
    border-radius: 10px;
    transition: all .6s ease-in-out;
    color: #fff;
    border: none;
    outline: none;
}

.login-page .all-pages .tab-content form button:hover {
    background-color: #6A6A6A;
}

.login-page .all-pages .tab-content form span {
    position: absolute;
    right: 30px;
    color: #AAAAAA;
    z-index: 99;
    top: 32px;
}

.login-page .all-pages .tab-content form a {
    display: block;
    margin: 0 auto;
    font-family: blo-bold;
    color: #6A6A6A;
    text-align: center;
    transition: all .6s ease-in-out;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.login-page .all-pages .tab-content form a:hover {
    color: #16A085;
}

.login-page .forget-pass {
    width: 50%;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}

.login-page .forget-pass h3 {
    text-align: center;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #AAAAAA;
    font-size: 18px;
}


.login-page .forget-pass form {
    padding: 10px 0px;
    float: right;
    width: 100%;
    background-color: #fff;
}

.login-page .forget-pass form input {
    width: 100%;
    padding: 14px;
    padding-right: 40px;
    position: relative;
    font-family: blo-bold;
    border-radius: 7px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #73A1C2;
}

.login-page .forget-pass form button {
    width: 100%;
    background-color: #16A085;
    margin-top: 15px;
    padding: 14px;
    font-family: blo-bold;
    border-radius: 10px;
    transition: all .6s ease-in-out;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 30px;
}

.login-page .forget-pass form button:hover {
    background-color: #6A6A6A;
}

.login-page .forget-pass form span {
    position: absolute;
    right: 30px;
    color: #AAAAAA;
    z-index: 99;
    top: 32px;
}

.about-us {
    padding-top: 30px;
}

.about-us img {
    width: 100%;
}

.the-testimonial {
    margin-top: 50px;
    margin-bottom: 50px;
}

.the-testimonial .testimonial-slider .pic img {
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    width: 100px !important;
    position: relative;
}

.the-testimonial .testimonial-slider .content p {
    line-height: 30px;
    font-size: 14px;
    color: #AAAAAA;
}

.the-testimonial .testimonial-slider .content h4 {
    color: #16A085;
    font-family: blo-bold;
}

.the-testimonial .testimonial-slider .owl-nav {
    position: relative;
    margin-top: -110px;
    font-size: 70px;
    color: #16A085;
}

.the-testimonial .testimonial-slider .owl-prev {
    position: absolute;
    right: 0px;
}

.the-testimonial .testimonial-slider .owl-next {
    position: absolute;
    left: -70px;
}

.contact-us .contact-form, .contact-us .contact-para {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px 0px #6A6A6A;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-us .contact-form form {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-us .contact-form form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    outline: none;
    margin-top: 15px;
}

.contact-us .contact-form form textarea {
    width: 100%;
    height: 45px;
    resize: vertical;
    padding: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    outline: none;
    margin-top: 15px;
}

.contact-us .contact-form form button {
    background-color: #16A085;
    width: 70%;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-family: blo-bold;
    margin-top: 25px;
    border: none;
    border-radius: 5px;
}

.contact-us .contact-form form .text-danger {
    margin-top: 10px;
}

.contact-us .contact-para p {
    padding: 15px;
    font-size: 12px;
    font-family: blo-bold;
    line-height: 25px;
}

.contact-us .contact-para .call {
    text-align: center;
}

.contact-us .contact-para .call span {
    background-color: #16A085;
    color: #fff;
    margin: 0 auto;
    width: 170px;
    border-radius: 7px;
    display: inline-block;
    padding: 8px 20px;
}

.contact-us .contact-para .call span i {
    margin-right: 6px;
}

.contact-us .contact-para .social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 30px;
}

.contact-us .contact-para .social ul li {
    display: inline-block;
    margin-left: 20px;
}

.contact-us .contact-para .social ul li a {
    color: #16A085;
    font-size: 20px;
    text-decoration: none;
}

.terms .content {
    margin-top: 25px;
    text-align: center;
}

.terms .content h3 {
    font-family: blo-bold;
    color: #228674;
    font-size: 18px;
    margin-top: 30px;
}

.terms .content p {
    font-family: blo-bold;
    color: #000;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

.car-section .top-head h3 {
    font-size: 14px;
    font-family: blo-bold;
}

.car-section .top-head h3 a {
    float: left;
    color: #16A085;
    text-decoration: none;
}

.car-section .speed-search .col-sm-12 {
    padding: 0px;
}

.car-section .speed-search {
    float: right;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.car-section .speed-search .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

.car-section .speed-search .the-tabs ul li {
    float: none;
    display: inline-block;
    margin-left: 10px;
    width: 100%;
}

.car-section .speed-search .the-tabs ul li a {
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-family: blo-bold;
}

.car-section .speed-search .the-tabs ul .active {
    padding-bottom: 10px;
    border-bottom: 2px solid #16A085;
}

.car-section .speed-search .the-tabs ul .active a {
    color: #16A085;
    font-family: blo-bold;
}

.car-section .speed-search .accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px;
    font-family: blo-bold;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.car-section .speed-search .accordion:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    float: left;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.car-section .speed-search .active:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.car-section .speed-search .panel {
    padding: 0 18px;
    background-color: white;
    border: none;
    border-bottom: 1px solid #C9C9C9;
    max-height: 0;
    margin-bottom: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.car-section .speed-search .panel select {
    padding: 10px;
    border: 1px solid #f5f5f5;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
}

.car-section .speed-search .panel input[type='text'] {
    padding: 10px;
    border: 1px solid #f5f5f5;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
}

.car-section .speed-search .panel label {
    margin-right: 10px;
}

.car-section .speed-search .filter-price-sec {
    background-color: #fff;
    float: right;
    width: 100%;
    border-radius: 5px;
}

.car-section .speed-search .filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.car-section .speed-search .price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    background: #d58e32;
    padding: 10px;
}

.car-section .speed-search .price-container {
    display: flex;
    border: 1px solid #5bc0de;
    padding: 5px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
}

.car-section .speed-search .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    margin-bottom: 15px;
}

.car-section .speed-search .price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.car-section .speed-search .price-field input[type=range] {
    width: 100%;
    height: 7px;
    border: 10px solid #16A085;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.car-section .speed-search .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    /* Firefox */

    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #242424;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
}

.price-wrap-1,
.price-wrap-2 {
    display: inline-block;
    border: 1px solid #AAAAAA;
    padding: 7px;
    margin-left: 15px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.price-title {
    margin-right: 0px;
}

.price-wrap_line {
    margin: 6px 0px 5px 5px;
}

.price-wrap #one,
.price-wrap #two {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 0px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
}

.car-section .speed-search .reset {
    background-color: #16A085;
}

.car-section .speed-search .reset button {
    color: #fff;
    padding: 12px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-family: blo-bold;
    width: 100%;
    outline-style: none;
    background: transparent;
    border: 0;
}


.car-section .one {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-bottom: 20px;
    transition: all .6s ease-in-out;
    height: 220px;
}

.car-section .one:hover {
    background-color: #16A085;
}

.car-section .one:hover ul li, .car-section .one:hover h5, .car-section .one:hover h4, .car-section .one:hover span {
    color: #fff;
}

.car-section .one img {
    height: 113px;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100%;
}

.car-section .one h4 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 25px;
    padding-right: 10px;
}

.car-section .one h5 {
    padding-right: 10px;
    color: #AAAAAA;
    font-size: 12px;
}

.car-section .one ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.car-section .one ul li {
    width: 48%;
    padding-right: 10px;
    display: inline-block;
    font-weight: bolder;
    color: #16A085;
}

.car-section .one ul li i {
    color: #D6A74A;
    margin-left: 5px;
}

.car-section .one ul li span {
    color: #AAAAAA;
    margin-right: 5px;
}

.car-section .see-more a {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #16A085;
    font-family: blo-bold;
    text-decoration: none;
    text-align: center;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    border: 1px solid #16A085;
    width: 150px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.car-section .see-more a:hover {
    background-color: #16A085;
    color: #fff;
}

.car-details .big-fancy {
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
}

.car-details .big-fancy img {
    height: 400px;
    width: 100%;
    border-radius: 15px;
}

.car-details .small-slider {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.car-details .small-slider .fancybox {
    background-color: #fff;
    float: right;
    width: 100%;
}

.car-details .small-slider img {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}

.car-details .head {
    font-family: blo-bold;
    color: #16A085;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.car-details .one-featured {
    margin-bottom: 15px;
}

.car-details .one-featured i {
    color: #16A085;
    margin-left: 10px;
}

.car-details .one-featured span {
    font-family: blo-bold;
    font-size: 12px;
}

.car-details hr {
    float: right;
    width: 100%;
    background-color: #e3e3e3;
}

.car-details .safety {
    margin: 0px;
    padding: 0px;
    list-style: circle;
}

.car-details .safety li {
    margin-bottom: 10px;
    width: 48%;
    display: inline-block;
    font-family: blo-bold;
}

.car-details .accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px 0px;
    font-family: blo-bold;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.car-details .accordion i {
    margin-left: 10px;
}

.car-details .accordion:after {
    content: '\f107';
    color: #16A085;
    font-weight: bold;
    float: left;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.car-details .panel {
    padding: 0px;
    border: none;
    background-color: transparent;
    max-height: 0;
    margin-bottom: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: none !important;
    box-shadow: none;
}

.car-details .subtitle {
    color: #C9C9C9;
    margin: 0px;
    float: right;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.car-details .subtitle i {
    margin-left: 10px;
}

.car-details .col-sm-8 {
    padding: 0px;
}

.car-details .all-check .engine {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.car-details .all-check .engine li {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.car-details .all-check .engine li i {
    float: left;
    color: #16A085;
}

.car-details .date-check {
    width: 125px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #16A085;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    color: black;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 20px;
}

.car-details .car-payment h3 {
    text-align: right;
    font-family: blo-bold;
    color: #6A6A6A;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.car-details .car-payment .the-tabs {
    background-color: #fff;
}

.car-details .car-payment .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.car-details .car-payment .the-tabs ul li {
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 49%;
    color: black;
    font-family: blo-bold;
}

.car-details .car-payment .the-tabs ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.car-details .car-payment .the-tabs ul .active {
    background-color: #16A085;
}

.car-details .car-payment .the-tabs ul .active a {
    color: #fff;
}

.car-details .car-payment .tab-content {
    float: right;
    width: 100%;
    box-shadow: 0px 3px 12px -8px #16a085;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.car-details .car-payment .tab-content:after {
    display: none;
}

.car-details .car-payment .tab-content .cash h1 {
    font-size: 26px;
    text-align: center;
    padding: 30px 0px;
    font-family: blo-bold;
}

.car-details .car-payment .tab-content .cash h1 i {
    color: #D6A74A;
    margin-left: 10px;
}

.car-details .car-payment .tab-content .cash h1 span {
    margin-right: 10px;
    color: #9d9d9d;
    font-size: 20px;
}

.car-details .car-payment .tab-content .cash a, .car-details .car-payment .tab-content .installment a {
    width: 100%;
    padding: 15px 0px;
    background-color: #16A085;
    font-family: blo-bold;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    display: block;
}

.car-details .car-payment .info {
    margin-top: 20px;
    text-align: center;
}

.car-details .car-payment .info a {
    background-color: #CBEAE4;
    width: 140px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    color: #6A6A6A;
    font-family: blo-bold;
    padding: 10px;
    border-radius: 10px;
}

.car-details .car-payment .info a i {
    color: #16A085;
    margin-left: 5px;
}

.car-details .car-payment .tab-content .installment h1 {
    font-size: 26px;
    text-align: center;
    color: #16A085;
    padding: 30px 0px;
    font-family: blo-bold;
}

.car-details .car-payment .tab-content .installment h1 span {
    font-size: 20px;
    margin-right: 10px;
}

.car-details .car-payment .tab-content .installment ul {
    list-style: none;
    margin: 0px;
    background-color: #CBEAE4;
    padding: 10px;
}

.car-details .car-payment .tab-content .installment ul li {
    display: inline-block;
    text-align: center;
    width: 48%;
    color: #6A6A6A;
    font-family: blo-bold;
}

.car-details .car-payment .tab-content .installment ul li span {
    display: block;
    text-align: center;
}


.reservation-car .the-tabs {
    margin-top: 50px;
}

.reservation-car .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.reservation-car .the-tabs ul li {
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 49%;
    border-bottom: 1px solid #C9C9C9;
    color: black;
    font-family: blo-bold;
}

.reservation-car .the-tabs ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.reservation-car .the-tabs ul .active {
    background-color: transparent;
    border-bottom: 3px solid #16A085;
}

.reservation-car .the-tabs ul .active a {
    color: #16A085;
}

.reservation-car .tab-content {
    float: right;
    width: 100%;
    margin-top: 30px;

}

.reservation-car .tab-content:after {
    display: none;
}


.reservation-car .tab-content form input {
    width: 100%;
    border: 1px solid #C9C9C9;
    margin-top: 10px;
    position: relative;
    background-color: #fff;
    outline: none;
    border-radius: 6px;
    display: block;
    padding: 10px;
}

.reservation-car .uploading-2 {
    margin-top: -41px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}

.reservation-car .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.reservation-car .uploading-2 .upload-btn-wrapper .btn {
    padding: 6px;
    width: 100px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-weight: bolder;
    text-align: center;
    outline: none;
    color: #fff;
    border: none;
    float: left;
    background: #16A085;
    margin-top: 4px;
    margin-left: 5px;
}

.reservation-car .upload-btn-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 28px;
    font-size: 20px;
}

.reservation-car .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    left: 0px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    height: 45px;
    border-radius: 150px;
}

.reservation-car .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.reservation-car .tab-content .comp button {
    float: left;
    width: 200px;
    background-color: #16A085;
    color: #fff;
    font-family: blo-bold;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    padding: 12px;
    outline: none;
}

.reservation-car .tab-content form h3 {
    font-family: blo-bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
}

.reservation-car .bank-account {
    margin: 0px;
    padding: 0px;
    list-style: circle;
}

.reservation-car .bank-account li {
    margin-bottom: 10px;
    width: 49%;
    display: inline-block;
    font-family: blo-bold;
}

.reservation-car .accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 15px;
    text-align: right;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    transition: 0.4s;
}

.reservation-car .accordion i {
    margin-left: 10px;
}

.reservation-car .accordion:after {
    content: '\f107';
    color: #16A085;
    font-weight: bold;
    float: left;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.reservation-car .panel {
    padding: 0px;
    border: none;
    background-color: transparent;
    max-height: 0;
    margin-bottom: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: none !important;
    box-shadow: none;
}

.reservation-car .panel .bank-details {
    list-style: none;
    margin: 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.reservation-car .panel .bank-details li {
    display: block;
    margin-bottom: 10px;
}

.reservation-car .panel .bank-details li span {
    margin-right: 15px;
}

.reservation-car .payment-details {
    margin-top: 60px;
}

.reservation-car .payment-details h4 {
    margin: 0px;
    padding: 0px;
    font-family: blo-bold;
    padding-bottom: 20px;
}

.reservation-car .payment-details .car-name {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    padding: 20px 0px;
}

.reservation-car .payment-details .car-name img {
    display: inline-block;
    width: 150px;
}

.reservation-car .payment-details .car-name h4 {
    display: inline-block;
    margin-right: 20px;
}

.reservation-car .payment-details .car-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.reservation-car .payment-details .car-details ul li {
    margin-bottom: 15px;
    font-family: blo-bold;
}

.reservation-car .payment-details .car-details ul li span {
    float: left;
}

.reservation-car .payment-details .car-details ul li .spi {
    color: #16A085;
}


.reservation-car .payment-details .car-details hr {
    float: right;
    width: 100%;
    background-color: #C9C9C9;
    margin-top: 10px;
    border: 1px solid #C9C9C9;
}


.implementation-road {
    margin-top: 20px;
}

.implementation-road .road {
    display: block;
    box-shadow: 0px 0px 10px 0px #707070;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 0px;
}

.implementation-road .road li {
    display: inline-block;
    font-size: 12px;
    margin-right: 35px;
}

.implementation-road .road li i {
    font-size: 16px;
    color: #16A085;
    margin-left: 15px;
}

.implementation-road .progressbar {
    counter-reset: step;
}

.implementation-road .progressbar li {
    list-style: none;
    display: inline-block;
    width: 24%;
    font-family: blo-bold;
    color: #16A085;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.implementation-road .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.implementation-road .progressbar li:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: 146px;
    z-index: 9999;
}

.implementation-road .progressbar li:first-child:after {
    content: none;
}

.implementation-road .progressbar li.active {
    color: green;
}

.implementation-road .progressbar li.active:before {
    border-color: green;
}

.implementation-road .progressbar li.active + li:after {
    background-color: green;
}

.implementation-road .order-status {
    background-color: #fff;
    padding: 20px 0px;
    width: 100%;
    float: right;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px #707070;
    border-radius: 5px;
}

.implementation-road .order-status h4 {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.implementation-road .chat {
    float: right;
    display: block;
    box-shadow: 0px 0px 10px 0px #707070;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 0px;
    margin-top: 30px;
}

.implementation-road .chat h4 {
    font-size: 16px;
    font-weight: bolder;
    padding-right: 20px;
}

.implementation-road .chat a {
    display: block;
    float: left;
    background-color: #2a6496;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: -50px;
    text-decoration: none;
    margin-left: 30px;
}

.implementation-road .chat h5 {
    font-size: 14px;
    color: #FF0000;
    font-weight: bolder;
    padding-right: 20px;
}

.implementation-road .chat .one {
    background-color: #EAF1F5;
    width: 50%;
    float: right;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.implementation-road .chat .one p {
    font-size: 12px;
    line-height: 25px;
}

.implementation-road .chat .one span {
    font-size: 12px;
    font-weight: bolder;
}

.implementation-road .chat .date {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.implementation-road .chat hr {
    width: 100%;
    float: right;
    display: block;
}

.implementation-road .chat .two {
    background-color: #E9E9E9;
    width: 50%;
    float: left;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.implementation-road .chat .two p {
    font-size: 12px;
    line-height: 25px;
}

.implementation-road .chat .two span {
    font-size: 12px;
    font-weight: bolder;
}

.implementation-road .chat form {
    width: 100%;
    float: right;
    text-align: center;
}

.implementation-road .chat form textarea {
    margin: 30px;
    outline: none;
    border-radius: 8px;
    width: 90%;
    border: 1px solid #BFD4DF;
    height: 150px;
    resize: none;
    padding: 15px;
}

.implementation-road .chat form .uploading-2 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;

    margin-right: 50px;
}

.implementation-road .chat form .uploading-2 button {
    width: 200px;
    display: block;
    float: right;
    color: #fff;
    padding: 12px;
    background-color: #2A7BA8;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
    font-size: 16px;
}

.implementation-road .chat form .uploading-2 span {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 12px;
    color: #9d9d9d;
}

.implementation-road .chat form .upload-btn-wrapper input[type=file] {
    font-size: 34px;
    position: absolute;
    right: 0 !important;
    top: 0;
    opacity: 0;
    z-index: 999999999;
}

.implementation-road .chat form .uploading-2 .upload-btn-wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.implementation-road .chat form .send {
    background-color: #16A085;
    width: 200px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 7px;
    font-family: blo-bold;
    margin-top: 0px;
    padding: 12px;
    color: #fff;

}

.confirm button {
    background-color: #16A085;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px;
    outline: none;
    border: none;
    font-family: blo-bold;
    margin-bottom: 20px;
    margin-top: 40px;
    border-radius: 5px;
}

.car-details .car-price h4 {
    text-align: right;
    font-family: blo-bold;
    color: #6A6A6A;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.car-details .car-price h3 {
    text-align: right;
    font-family: blo-bold;
    color: #6A6A6A;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.car-details .car-price .the-price {
    background-color: #fff;
    float: right;
    width: 100%;
}

.car-details .car-price h3 {
    text-align: center;
    font-size: 16px;
}

.car-details .car-price .the-price .price-m h1 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    color: #16A085;
    font-family: blo-bold;
}

.car-details .car-price .the-price .price-m h1 i {
    color: #D6A74A;
    margin-left: 10px;
}

.car-details .car-price .the-price .price-m h1 span {
    margin-right: 10px;
    color: #9d9d9d;
    font-size: 20px;
}

.car-details .car-price .info {
    margin-top: 20px;
    text-align: center;
}

.car-details .car-price .info a {
    background-color: #CBEAE4;
    width: 140px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    color: #6A6A6A;
    font-family: blo-bold;
    padding: 10px;
    border-radius: 10px;
}

.car-details .car-price .info a i {
    color: #16A085;
    margin-left: 5px;
}

.car-details .car-price .col-md-12 {
    padding: 0px;
}

.car-details .car-price .call a {
    width: 48%;
    background-color: #16A085;
    color: #fff;
    transition: all .6s ease-in-out;
    padding: 10px;
    font-family: blo-bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.car-details .car-price .call a:hover {
    background-color: #D6A74A;
}

.car-details .seller-details {
    float: right;
    width: 100%;
}

.car-details .seller-details h4 {
    font-family: blo-bold;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #6A6A6A;
}

.car-details .seller-details .one {
    border: 1px solid #707070;
    width: 100%;
    float: right;
    display: block;
    border-radius: 25px;
    border-top: none;
    border-bottom: none;
}

.car-details .seller-details .one img {
    width: 100%;
}

.car-details .seller-details .one h4 {
    font-family: blo-bold;
    color: #6A6A6A;
    font-size: 16px;
    padding-right: 10px;
}

.car-details .seller-details .one h5 {
    font-family: blo-bold;
    color: #AAAAAA;
    font-size: 14px;
    padding-right: 10px;
}

.car-details .seller-details .one a {
    float: right;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-family: blo-bold;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #16A085;
}

.subscriptions .head-bar {
    margin-top: 50px;
}

.subscriptions .head-bar h3 {
    color: #6A6A6A;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #D6A74A;
    font-family: blo-bold;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    font-size: 22px;
    padding-bottom: 20px;
}

.subscriptions .head-bar h3:after {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.subscriptions .head-bar h3:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.subscriptions .head-bar h5 {
    font-family: blo-bold;
    font-size: 14px;
    color: #228674;
}

.subscriptions .head-bar p {
    width: 80%;
    line-height: 25px;
    font-family: blo-bold;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.subscriptions .subscription-one {
    background-color: #E2EFEC;
    text-align: center;
    border-radius: 10px;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.subscriptions .subscription-one h2 {
    font-family: blo-bold;
    color: #16A085;
    font-size: 18px;
}

.subscriptions .subscription-one h5 {
    font-size: 24px;
    font-family: blo-bold;
    color: #16A085;
    margin-top: 30px;
    margin-bottom: 30px;
}

.subscriptions .subscription-one h5 span {
    font-size: 16px;
    margin-right: 5px;
    color: #AAAAAA;
}

.subscriptions .subscription-one h4 {
    margin-top: 20px;
    font-size: 16px;
    font-family: blo-bold;
    color: #16A085;
    margin-bottom: 15px;
}

.subscriptions .subscription-one ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.subscriptions .subscription-one ul li {
    display: inline-block;
    font-size: 12px;
    font-family: blo-bold;
    margin-top: 20px;
}

.subscriptions .subscription-one a {
    width: 130px;
    display: block;
    margin: 0 auto;
    background-color: #16A085;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
}

.subscriptions .subscription-one:hover {
    background-color: #16A085;
    color: #fff;
    transform: scale(1.1);
}

.subscriptions .subscription-one:hover h5,
.subscriptions .subscription-one:hover h4,
.subscriptions .subscription-one:hover h2 {
    color: #fff;
}

.subscriptions .subscription-one:hover a {
    background-color: #D6A74A;
}

.account .head-bar {
    text-align: center;
    margin-bottom: 50px;
}

.account .head-bar h3 {
    color: #6A6A6A;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #D6A74A;
    font-family: blo-bold;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    font-size: 22px;
    padding-bottom: 20px;
}

.account .head-bar h3:after {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.account .head-bar h3:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.account .account-bar {
    text-align: center;
}

.account .account-bar img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin-bottom: 25px;
}

.account .account-bar ul {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
}

.account .account-bar ul li {
    margin-left: 10px;
    display: inline-block;
}

.account .account-bar ul li a {
    background-color: #fff;
    width: 150px;
    box-shadow: 0px 0px 4px 0px #16A085;
    padding: 10px;
    color: #16A085;
    font-family: blo-bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.account .account-bar .uploading-2 {
    margin-top: -41px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}

.account .account-bar .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.account .account-bar .uploading-2 .upload-btn-wrapper .btn {
    padding: 6px;
    width: 100px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-weight: bolder;
    text-align: center;
    outline: none;
    color: #fff;
    border: none;
    float: left;
    background: transparent;
    margin-top: 4px;
    margin-left: 5px;
}

.account .account-bar .upload-btn-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 28px;
    font-size: 20px;
}

.account .account-bar .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    left: 0px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    height: 45px;
    border-radius: 150px;
}

.account .account-bar .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.account .account-form form {
    background-color: #fff;
    padding: 20px 10px;
    width: 90%;
    display: block;
    margin: 0 auto;
    /*float: right;*/
    overflow: auto;
    margin-top: 50px;
}

.account .account-form form label {
    display: inline-block;
    width: 10%;
    font-size: 14px;
    margin-left: 10px;
    font-family: blo-bold;
}

.account .account-form form input {
    position: relative;
    width: 80%;
    padding: 10px;
    outline: none;
    outline: none;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.account .account-form form button {
    background-color: #16A085;
    width: 50%;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-family: blo-bold;
    margin-top: 25px;
    border: none;
    border-radius: 5px;
}

.account .account-form form span {
    position: absolute;
    top: 42px;
    margin-right: -33px;
    font-size: 16px;
    color: #16A085;
}


.sell-car .bar__container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.sell-car .bar {
    counter-reset: step;
    margin: 0;
    padding: 0;
}

.sell-car .bar li {
    list-style-type: none;
    float: right;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 9px;
    color: white;
    padding-left: 5px;
}

@media all and (min-width: 500px) {
    .sell-car .bar li {
        text-transform: uppercase;
        font-size: 10px;
    }
}

.sell-car .bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    color: #333;
}

.sell-car .bar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ddd;
    top: 15px;
    right: -50%;
    z-index: -1;
}

.sell-car .bar li:first-child:after {
    content: none;
}

.sell-car .bar li.active:before {
    background: #16A085;
    border: 1px solid #89e5b0;
    color: white;
}

.sell-car .bar li.active + li.active:after {
    background: #16A085;
}

#cards .title {
    margin-bottom: 30px;
    text-align: center;
    color: #020304;
}

#cards .card {
    max-width: 80%;
    width: 100%;
    margin: 30px auto;
    padding: 20px 10px;
    border-radius: 2px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

#cards .card__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    font-family: blo-bold;
}

#cards .card__text {
    margin: 25px 0 40px 0;
    color: grey;
}

#cards .card:not(:first-of-type) {
    display: none;
}

#cards .actions {
    clear: both;
    text-align: center;
}

#cards .btn {
    width: 200px;
    background: #16A085;
    font-size: 14px;
    color: white;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    font-family: blo-bold;
    padding: 10px 5px;
    margin: 10px 5px;
}

#cards .card ul {
    list-style: none;
    text-align: center;
    padding: 0px;
}

#cards .uploading-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    position: relative;
}

#cards .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

#cards .uploading-2 .upload-btn-wrapper .btn {
    padding: 8px;
    width: 180px;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    outline: none;
    color: #fff;
    border: none;
    float: none;
    background: #16A085;
    margin-top: 4px;
}

#cards .upload-btn-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 28px;
    font-size: 20px;
}

#cards .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    left: 0px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    height: 45px;
    border-radius: 150px;
}

#cards .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

#cards .card .card-container {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: right;
}

#cards .card .card-container label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #D6A74A;
    font-family: blo-bold;
}

#cards .card .card-container label i {
    margin-left: 5px;
    color: #16A085;
}

#cards .card .card-container select {
    width: 100%;
    outline: none;
    border: 1px solid #C9C9C9;
    padding: 6px;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 10px;
}

#cards .card .card-container input[type='text'], #cards .card .card-container input[type='date'] {
    width: 100%;
    outline: none;
    border: 1px solid #C9C9C9;
    padding: 6px;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 10px;
}

#cards .card .card-container input[type='checkbox'] {

    outline: none;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#cards .card .card-container textarea {
    width: 100%;
    height: 100px;
    outline: none;
    border: 1px solid #C9C9C9;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 10px;
    resize: vertical;
}

#ads-result .modal-header {
    background-color: #16A085;
    color: #fff;
    text-align: center;
}

#ads-result .modal-header h5 {
    font-family: blo-bold;
    font-size: 22px;
}

#ads-result .modal-body {
    text-align: center;
}

#ads-result .modal-body h2 {
    font-size: 22px;
    line-height: 35px;
    font-family: blo-bold;

}

#ads-result .modal-footer a {

    background: #16A085;
    padding: 10px;
    display: block;
    width: 200px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: blo-bold;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
}


.banks-offer {
    margin-top: 30px;
}

.banks-offer .head-bar {
    text-align: center;
    margin-bottom: 50px;
}

.banks-offer .head-bar h3 {
    color: #6A6A6A;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #D6A74A;
    font-family: blo-bold;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    font-size: 22px;
    padding-bottom: 20px;
}

.banks-offer .head-bar h3:after {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.banks-offer .head-bar h3:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 150px;
    background-color: #16A085;
    content: "";
    top: 40px;
}

.banks-offer h1 {
    font-size: 16px;
    font-family: blo-bold;
    width: 50%;
    display: block;
    margin: 0 auto;
    color: #16A085;
    background-color: #fff;
    text-align: center;
    padding: 15px;
}

.banks-offer .bank {
    float: right;
    width: 100%;
    margin-top: 25px;
    box-shadow: 0px 0px 7px 0px #707070;
    border-radius: 10px;
    background-color: #fff;
}

.banks-offer .bank .pic {
    box-shadow: 0px 0px 10px 0px #dad7d7;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 10px;
}

.banks-offer .bank .pic img {
    width: 100%;
    height: 155px;
    padding: 5px;
}

.banks-offer .bank .content {
    padding-top: 40px;
}

.banks-offer .bank .content h2 {
    font-family: blo-bold;
    margin: 0px;
    font-size: 18px;
    color: #16A085;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.banks-offer .bank .content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
}

.myaccount {
    margin-top: 20px;
}

.myaccount .user {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    box-shadow: 1px 2px 3px -3px #000;
}

.myaccount .user-setting {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 1px 2px 3px -3px #000;
}

.myaccount .user ul {
    list-style: none;
    padding: 12px;
    margin: 0px;
}

.myaccount .user-setting ul {

    list-style: none;
    padding: 12px;
    margin: 0px;
}

.myaccount .user ul li input {
    width: 100%;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    outline: none;
    margin-top: 0px;

}

.myaccount .user ul li {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 32px;
    width: 48%;
    font-weight: bold;
    color: #2c2c54;
}

.myaccount .user-setting ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #2c2c54;
}

.myaccount .user-setting ul li a {
    text-decoration: none;
    color: #2c2c54;
}

.myaccount .user ul li span {
    display: block;
}

.myaccount .user ul li .us {
    float: right;
    width: 30px;
    height: 30px;
    color: #16A085;
    border: none;
    background-color: #f1f1f1;
    border-radius: 150px;
    text-align: center;
    margin-left: 15px;
    font-size: 14px;
    line-height: 28px;
}

.myaccount .user ul li i {
    font-size: 7px;
    margin-left: 5px;
    color: #5ac63d;
}

.myaccount .user-setting ul li i {
    font-size: 12px;
    margin-left: 5px;
    color: #16A085;
}

.myaccount .user ul .plus {
    background-color: #16A085;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.myaccount .user ul .plus a {
    color: #fff;
    text-decoration: none;
}

.myaccount .user ul .plus .vp {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.myaccount .user-setting h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #16A085;
    font-weight: bold;
    padding-right: 15px;
}

.myaccount .mysponsor h1 {
    margin: 0px;
    font-family: blo-bold;
    margin-bottom: 20px;
}

.myaccount .mysponsor .one {
    width: 100%;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-bottom: 20px;
    transition: all .6s ease-in-out;
    margin-top: 10px;
}

.myaccount .mysponsor .one:hover {
    background-color: #16A085;
}

.myaccount .mysponsor .one:hover ul li, .myaccount .mysponsor .one:hover h5, .myaccount .mysponsor .one:hover h4,
.myaccount .mysponsor .one:hover span {
    color: #fff;
}

.myaccount .mysponsor .one img {
    height: 110px;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100%;
}

.myaccount .mysponsor .one h4 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 25px;
    padding-right: 10px;
}

.myaccount .mysponsor .one h5 {
    padding-right: 10px;
    color: #AAAAAA;
    font-size: 12px;
}

.myaccount .mysponsor .one ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.myaccount .mysponsor .one ul li {
    width: 48%;
    padding-right: 10px;
    display: inline-block;
    font-weight: bolder;
    color: #16A085;
}

.myaccount .mysponsor .one ul li i {
    color: #D6A74A;
    margin-left: 5px;
}

.myaccount .mysponsor .one ul li span {
    color: #AAAAAA;
    margin-right: 5px;
}


.register-done h1 {
    font-family: blo-bold;
    text-align: center;
    font-size: 26px;
    color: #16A085;
    margin-top: 50px;
    margin-bottom: 50px;
}


.register-done p {
    font-family: blo-bold;
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.register-done p a {
    font-family: blo-bold;
    font-size: 16px;
    color: #16A085;
    text-decoration: none;
    margin-right: 5px;
}

.images-table {
    width: 100%;
    float: left;
    border: 0px;
    margin: 10px auto 0px;
    text-align: center;
}

.images-table .btn {
    text-align: center;
    background: #fff;
    outline-style: none;
}

.images-table td {
    /*width: 50% !important;*/
}

.images-table .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.images-table .btn:focus, .images-table .btn:active {
    outline-style: none;
    box-shadow: none;
}

.images-table .btn .addImage, .images-table .btn .addImage:hover {
    text-decoration: none;
}

.images-table .btn .addImage a {
    color: #fff;
}

.images-table .image img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px #223c45;;
}

.account-product-controls {
    position: relative;
    display: block;
    width: 100%;
}

.account-product-controls li {
    display: block !important;
    width: 100% !important;
    margin: 10px auto;
    text-align: center;
}

.account-product-controls li a {
    color: #999292;
}

.myaccount .mysponsor .one:hover a {
    color: #fff;
}

/*
#images-guarantee{
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}*/

.reservation-car .section {
    padding-top: 20px;
}

.reservation-car .section h1 {
    font-family: blo-bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.reservation-car .section hr {
    border: 1px solid #16A085;
    width: 180px;
    display: block;
    margin: 0 auto;
    background-color: #16A085;
}

.reservation-car .section h4 {
    text-align: center;
    font-family: blo-bold;
    font-size: 20px;
    margin-top: 50px;

}

.reservation-car .section h4 span {
    padding-right: 50px;
    color: #16A085;
}

.reservation-car .bank-account h3 {
    font-family: blo-bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.reservation-car .bank-account .send {
    display: block;
    margin: 0 auto;
    width: 200px;
    background-color: #16A085;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 7px;
    margin-top: 30px;
}

.reservation-car form {
    margin-top: 30px;
}

.reservation-car form input {
    width: 100%;
    display: block;
    padding: 14px;
    border: none;
    background-color: #fff;
    color: black;
    outline: none;
    border-radius: 7px;
    margin-top: 20px;
}

.manufacturer-link {
    background: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 5px;
    margin-bottom: 30px;
}

.manufacturer-link img {
    position: relative;
    width: 150px;
    height: 150px;
}

.structure-name {
    position: relative;
    display: block;
    text-align: center;
    background: #16a085;
    padding: 5px;
    color: white;
    font-weight: bold;
}

.structure-name-count {
    position: relative;
    display: block;
    text-align: center;
    background: #D6A74A;
    padding: 5px;
    color: white;
    font-weight: bold;
}

#product-list {
    overflow: auto;
}

.car-section .speed-search .panel .control img {
    width: 50px;
    margin-right: 30px;
    height: 50px;
}

.car-section .speed-search .panel .control span {
    font-size: 12px;
    margin-right: 10px;
}

.car-section .speed-search .panel .control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: right;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 10px;
}

.car-section .speed-search .panel .control {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.car-section .speed-search .panel .control input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.car-section .speed-search .panel .control__indicator {
    position: absolute;
    top: 15px;
    right: 0;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
}

.car-section .speed-search .panel .control--radio .control__indicator {
    border-radius: 50%;
}

.car-section .speed-search .panel .control input[type='radio']:checked ~ .control__indicator {
    background: #16A085;
}

.control:hover input[type='radio']:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #16A085;
}

.control input[type='radio']:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.my-orders {
    margin-top: 30px;
}

.my-orders .main-prof {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 20px 0px;
}

.my-orders .main-prof img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.my-orders .main-prof h4 {
    font-size: 16px;
    font-weight: bolder;
}

.my-orders .main-prof span i {
    color: green;
    font-size: 8px;
    margin-left: 5px;
}

.my-orders .main-prof span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.my-orders .main-prof ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.my-orders .main-prof ul li {
    text-align: right;
    padding: 14px;
}

.my-orders .main-prof ul {
    background-color: #fff;
}

.my-orders .main-prof ul li a {
    margin: 0px;
    text-align: right;
    padding: 0px;
    font-size: 12px;
    text-decoration: none;
    padding-right: 10px;
    font-weight: bolder;
    color: black;
}

.my-orders .main-prof ul li a i {
    font-size: 14px;
    margin-left: 10px;
    color: #16A085;
}


.my-orders .all-orders {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    float: right;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 20px 0px;
}

.my-orders .all-orders h3 {
    font-size: 18px;
    padding-right: 20px;
    margin: 0px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
}

.my-orders .all-orders .one-order {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.my-orders .all-orders .one-order .pic {
    display: inline-block;
    float: right;
    width: 30%;
}

.my-orders .all-orders .one-order .pic img {
    width: 100%;
    height: 75px;
}

.my-orders .all-orders .one-order .content {
    display: inline-block;
    width: 65%;
    float: right;
    padding-right: 20px;
}

.my-orders .all-orders .one-order .content h5 {
    margin: 0px;
    padding: 0px;
    color: #2A7BA8;
    font-weight: bolder;
}

.my-orders .all-orders .one-order .content a {
    margin-top: 10px;
    font-weight: bolder;
    color: #6E6E6E;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.my-orders .all-orders .one-order .content span i {
    color: green;
    margin-left: 10px;
}

.my-orders .all-orders .one-order .content span .not-comp {
    color: #16A085;
}

.my-orders .all-orders .one-order .links {
    margin-top: 5px;
}

.my-orders .all-orders .one-order .links a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #16A085;
}

.my-orders .all-orders .one-order .other-links {
    text-align: center;
    margin-top: 20px;
}

.my-orders .all-orders .one-order .other-links a {
    display: inline-block;
    /*width: 100%;*/
    margin-left: 10px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2A7BA8;
}

.my-orders .all-orders .one-order .other-links .see {
    background-color: #FF7B7B;
}

.my-orders .all-orders .one-order .links .see {
    background-color: #2A7BA8;
}

.footer .logo h4 {
    font-size: 18px;
    text-align: center;
    color: #16a085;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #16a085;
    border-color: #16a085;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
}