@font-face {
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: rbB;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: rlR;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: rlM;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: rlB;
    src: url(../fonts/Raleway-Bold.ttf);
}

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

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaNeue.otf);
}

body {
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
}

.timeContainer,
.timeContainer a,
.timeContainer span {
    color: #000;
}

.f12 {
    font-size: 12px;
}

.footimg {
    width: 120px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.border1 {
    border: 1px solid #e7e7e7;
}

.border0 {
    border-top: 0px !important;
}

.borderwhite {
    border-top-color: #fff !important;
}

.bgyellow {
    background: #ffcf00 !important;
}

.bglgrey {
    background: #d3d3d3 !important;
}

.ptb5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.ml5 {
    margin-left: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr2 {
    margin-right: 2px;
}

.mb13 {
    margin-bottom: 13px;
}

.mt27 {
    margin-top: 27px;
}

.left-text {
    text-align: left !important;
}

.inqDate {
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 10px;
}

.clrblue {
    color: #4a67ad;
}

.bg_orange {
    background: #FF9900 !important;
}

.bg_qleji {
    background: #423316 !important;
}

.thding {
    color: white;
    font-weight: normal;
    letter-spacing: .5px;
}

#checkcorrect {
    position: absolute;
    top: 1px;
    right: 16px;
    color: green;
    font-size: 18px;
    background: white;
    padding: 7px;
}

.addBtn {
    background: orange;
    color: white;
    border-radius: 8px;
}

.addBtn:active,
.addBtn:visited,
.addBtn:focus,
.addBtn:hover {
    outline: none;
}

.carsSectionList img {
    width: 160px;
    height: 122px;
    border-radius: 5px 5px 0 0;
    transition: .3s linear;
}

.carsSectionList li {
    padding-left: 0px;
    padding-right: 0px;
}

.carsSectionList li h3 {
    font-size: 14px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin: 5px 0;
    height: 30px;
    letter-spacing: .5px;
    color: #484848;
}

.carsSectionList li span {
    color: #7b8397;
    display: block;
    letter-spacing: .5px;
    line-height: 21px;
    font-size: 14px;
}

.carsSectionList li p {
    margin-top: 0px;
    margin-bottom: 3px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #c83c01;
}

.carsSectionList li {
    width: 160px;
}

.warning-alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
}

.info-alert {
    background-color: #d9edf754;
    border-color: #bce8f100;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
}

.mb5 {
    margin-bottom: 5px;
}

.seMore {
    background: transparent;
    border: 0px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #337ab7;
    transition: .8s;
}

.seMore:hover {
    color: orange;
    transition: .8s;
}

.expirysection {
    position: absolute;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
}

.expirysection img {
    width: 13%;
}

#commentform label {
    font-size: 15px;
    font-family: rlB;
    color: #333;
}

.pagination,
#pagi {
    margin: 0px;
}

.clrred {
    color: red;
}

.textvalid {
    position: absolute;
    font-size: 12px;
    color: red;
    top: 4px;
    left: 25px;
    opacity: .6;
}

.peventnone {
    pointer-events: none;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.padl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.padb40 {
    padding-bottom: 40px;
}

.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.dBlock {
    display: block;
}

.search_id {
    position: absolute;
    top: 16px;
    left: 14px;
}

.fa-paperclip {
    font-size: 22px;
    opacity: .7;
    transform: rotate(44deg);
    margin-top: 5px;
}

.diff {
    color: black;
    font-family: rbB;
    font-size: 18px;
}

.box_light_gray {
    text-align: center;
    background: #FBFBFB;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 15px 8px !important;
}

.box_light_gray p {
    margin-bottom: 12px !important;
    font-family: rbB;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}

.bottomSlider img {
    transition: .8s;
}

.bottomSlider img:hover {
    cursor: pointer;
    opacity: .8;
    transition: .8s;
}

#smessage {
    border-radius: 30px;
    overflow: hidden;
    padding: 15px;
    border: 3px solid #ddd;
    resize: none;
    box-shadow: none;
    position: relative;
    z-index: 11;
}

#sendMessage {
    margin-top: 0px;
    padding: 14px;
    width: 100%;
/*    margin-left: -40px;*/
/*    padding-left: 31px;*/
    position: relative;
/*    width: 80% !important;*/
}

.chatIcon {
    position: absolute;
    right: 10px;
    font-size: 25px;
    bottom: 0px;
    color: orange;
}

.inquiryIcon {
    font-size: 25px;
    color: orange;
}

.bgpink {
    /* background: rgba(17, 103, 187, 0.1) */
    background: #B6A278 !important;
        /*#ffe4e4c9*/
    ;
}

/*.bgpink{background: #FFCCCC;}*/
.bglight {
    /* background: #F3F3F3; */
    background: #B6A278 !important;
    /* color: #A7A7A7; */
    color: #fff;
}

.bgwhite {
    background: #fff;
}

.bgmpblue {
    background: #0071BC;
}

.mb10 {
    margin-bottom: 10px;
}

.ml0 {
    margin-left: 0px !important;
}

.mt0 {
    margin-top: 0px;
}

.padb0 {
    padding-bottom: 0px !important;
}

.fs15 {
    font-size: 15px;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.ml2 {
    margin-left: 2px;
}

.sfc {
    font-size: 14px;
    color: #444;
}

.sfc:hover {
    text-decoration: none;
}

.pad15 {
    padding: 15px !important;
}

.borderRadius5 {
    border-radius: 5px;
}

.searchby {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 15px;
}

.searchname {
    color: #949494;
}

.totalcount {
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
    top: 7px !important;
}

.linkparent {
    display: flex;
    align-items: center;
    line-height: 23px;
    justify-content: space-between;
    position: relative;
}

.carserial {
    position: absolute;
    top: 25px;
    z-index: 1;
    background: rgb(11 57 105);
    width: 100%;
    left: 0;
    text-align: center;
    padding: 5px;
}

.btn-bidding {
    padding: 2px 17px 3px;
    color: #fff;
    background: #423316;
    font-size: 13px;
    letter-spacing: .5px;
    border-radius: 20px;
    pointer-events: none;
}

.btn-detail {
    padding: 2px 17px 3px;
    color: #fff;
    background: orange;
    font-size: 13px;
    letter-spacing: .5px;
    border-radius: 20px;
    pointer-events: none;
}

.btn-green {
    background: #4CC09B;
    color: #fff;
    border-radius: 19px;
    padding: 7px 20px;
    font-size: 16px;
}

.not-active {
    color: #737373b0 !important;
    pointer-events: none !important;
}

.btn-similar {
    padding: 8px 20px;
    border-radius: 25px;
    background: #FF9900;
    border-color: #FF9900;
    color: #fff;
    transition: .8s;
}

.btn-similar:hover,
.btn-similar:active,
.btn-similar:focus {
    background: #b17621;
    border-color: #b17621;
    transition: .8s;
    color: #fff;
}

.btn-bid {
    padding: 8px 20px;
    border-radius: 25px;
    background: #423316;
    border-color: #423316;
    color: #fff;
    transition: .8s;
}

.btn-bid:hover,
.btn-similar:active,
.btn-similar:focus {
    background: #2f2c29;
    border-color: #2f2c29;
    transition: .8s;
    color: #fff;
}

.cancelBid {
    margin-top: 0px;
    font-family: rlM;
    color: #a5a4a4;
    margin-right: 21px;
}

.cancelBid:hover,
.cancelBid:active,
.cancelBid:focus {
    text-decoration: none;
    cursor: pointer;
}

.cusInput {
    box-shadow: none;
    border-radius: 0px;
}

.bidingTitle {
    display: inline;
    font-family: rlB;
    font-size: 17px;
}

td.username span:first-of-type {
    padding: 11px 21px;
    border-radius: 50%;
    font-size: 16px;
    font-family: rlB;
}

.makerIcon {
    background: url(../images/nav_icons/makers.png) no-repeat;
    background-size: 3168px 25px;
    padding: 6px 20px;
    margin-right: 5px;
}

td.username {
    width: 80px;
}

#messagebody tr td {
    vertical-align: middle;
    padding: 20px 0;
}

.printText {
    font-size: 14px;
    position: relative;
    top: 15px;
    font-family: rlM;
}

.userDashb .col-sm-2:first-of-type {
    width: 15%;
}

.userDashb .col-sm-10.companyprofileinner {
    width: 85%;
}

.inquirySearch {
    border: 1px solid #ddd;
    border-radius: 4px;
}

#messagebody tbody tr td {
    padding: 0px 0px;
}

#messagebody tbody tr td span.alert {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 15px !important;
    letter-spacing: .5px;
    color: #333;
}

#messagebody tbody tr td span.alert p {
    margin-bottom: 0;
}

#messagebody tbody tr td span.alert-info {
    background-color: #d9edf754;
    border-color: #bce8f100;
}

.divider:not(:first-of-type) {
    border: 10px solid #fff;
}

.position_relative {
    position: relative;
}

.inquiryAlert h1 {
    margin-top: 0px;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.nextT {
    padding: 0px 9px;
    position: absolute;
    bottom: 17px;
    right: 43%;
    color: #777;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.prevT {
    padding: 0px 9px;
    color: #777;
    position: absolute;
    bottom: 17px;
    right: 48%;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.prevT:hover,
.nextT:hover {
    text-decoration: none;
    cursor: pointer;
}

.mySlides .author {
    margin-top: 5px;
    margin-bottom: 40px;
}

.mySlides {
    display: block;
    background: white;
    padding: 15px;
    text-align: center;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    color: #555;
    line-height: 26px;
    letter-spacing: .5px;
    border-radius: 5px;
}

.inquiryAlert h5 {
    color: black;
    font-size: 16px;
    padding-left: 24px;
    background: url(../images/info_icon.svg) no-repeat;
    background-size: 16px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.inquiryAlert p {
    color: #000;
    padding-left: 24px;
    margin-bottom: 0px !important;
}

.checkOrder {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}

.stockCheckbox {
    padding-right: 15px !important;
    margin-top: 5px;
}

.stockCheckbox label {
    color: #3a6d24 !important;
    margin-left: 7px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    top: -2px;
    position: relative;
}

.seeAllCars{
    /*position: absolute;*/
    right: 0px;
    bottom: 0px;
    color: #FF9400;
    font-family: rbM;
    font-family: 'Roboto', sans-serif !important;
    text-decoration: none;
}
.senderLeft {
    position: relative;
    width: 30px;
    float: left;
}

.senderRight {
    position: relative;
    width: calc(100% - 30px);
    float: left;
    padding-left: 10px;
}

.senderBottom {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 6px;
}

.customFormField {
    box-shadow: none;
    border-color: #ddd;
    height: 42px;
}

.checkbox label,
.radio label {
    padding-left: 35px;
}

.innerTable tr th,
.innerTable tr td {
    border-top: 0px !important;
}

.w12 {
    width: 12%;
}

.w20 {
    width: 20%;
    float: left;
}

.w88 {
    width: 88%;
}

.w16 {
    width: 16%;
}

.w14 {
    width: 14%;
}

.w44 {
    width: 44%;
}

.w35p {
    width: 35%;
}

.w53p {
    width: 53%;
}

.w40 {
    width: 40%;
}

.loading-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    display: table;
    z-index: 999;
}

.loader {
    width: 200px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn-login {
    border: 1px solid;
    box-shadow: none;
    padding: 8px 40px;
    border-radius: 25px;
    /* background: #af4040 !important; */
    background: #B6A278 !important;
    border-color: #707070;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .4px;
    margin-top: 10px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
    transition: .5s;
}

.btn-login:hover,
.btn-login:focus {
    /* background-color: #af4040 !important; */
    background-color: #B6A278 !important;
    color: #f90;
    transition: .5s;
}

.dim {
    border-top: 0px !important;
    padding: 0px !important;
}

.dim p {
    margin-top: 0px !important;
}

.mhdr {
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    margin-bottom: 20px;
}

.ceo {
    font-size: 18px;
    font-family: rlB !important;
    position: relative;
    top: 10px;
    text-align: center;
}

.ceo span {
    font-size: 14px;
    font-family: rlM;
}

.table .innerHeading {
    margin-top: 0px;
    font-size: 14px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.btn-signup {
    border: 0;
    box-shadow: none;
    padding: 8px 40px;
    border-radius: 25px;
    background: #0b3969;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .4px;
    margin-top: 10px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    transition: .5s;
}

.btn-signup:hover,
.btn-signup:focus {
    /* background-color: #af4040 !important; */
    /* background-color: #B6A278 !important; */
    background-color: #fff !important;
    color: #B6A278 !important;
    /* color: #f90; */
    transition: .5s;
}

.lSSlideOuter {
    overflow: hidden;
}

.displayinline {
    display: inline-block;
}

.estimate {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: 0.65px;
    position: relative;
    top: -2px;
}

.cestimate {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.65px;
    position: relative;
    top: 0px;
}

.inline a {
    margin-left: 15px;
}

.inline .btn {
    border: 0px;
}

.faqbroughtimg {
    position: relative;
    top: -60px;
    background: rgba(255, 255, 255, 0.8);
    /* margin: auto; */
    /* text-align: center; */
    right: 18%;
}

.navbar select {
    border-radius: 0px;
    border-color: #9ba0ae;
    color: #9ba0ae;
    font-size: 16px;
    letter-spacing: .5px;
    cursor: pointer;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
}

#messagebody tr td,
#messagebody tr th {
    border: 0px;
}

.col-sm-12.carlistborder:hover {
    background: rgba(17, 103, 187, 0.1);
    transition: .8s;
}

.col-sm-12.carlistborder:hover .imgResp {
    opacity: .5;
    transition: .7s;
}

.col-sm-12.carlistborder,
.col-sm-12.carlistborder .imgResp {
    transition: .8s;
}

#auctionquery .modal-header {
    padding: 7px 13px 2px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

#auctionquery .close {
    top: 20px;
    position: absolute;
    right: 10px;
}

#auctionquery .modal-body {
    padding: 0px;
}

.countryCustomerName {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 7px 15px 8px;
    border-radius: 0 0 5px 5px;
}

.countryCustomerName p:first-of-type {
    color: #fff;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
    display: inline-block;
}

.countryCustomerName p:last-of-type {
    color: #ccc !important;
    font-weight: inherit;
    font-size: 12px !important;
    margin-top: 0;
    position: relative;
    top: 0px;
    letter-spacing: .9px !important;
    display: inline;
    left: 5px;
}

.userCarDetail {
    border: 2px solid #e6e7ea;
    padding: 1px;
    padding-bottom: 4px;
}

.userCarDetail a {
    font-size: 12px;
    letter-spacing: .8px;
    display: block;
    text-align: center;
    padding: 4px 0;
}

.userCarDetail .carName {
    padding: 0px 10px;
    font-weight: 500;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin-top: 4px;
    color: rgb(93, 100, 123);
    font-size: 16px;
}

.userCarDetail .modelCode {
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: .8px;
    color: rgb(93, 100, 123);
}

.userCarDetail .cId {
    padding: 0 10px;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(93, 100, 123);
}

.userCarDetail .uDCarDetails th {
    background: #e6e7ea;
    font-weight: normal;
    font-size: 11px;
    color: rgb(93, 100, 123);
    border-bottom-color: #fff;
    letter-spacing: .5px;
    border-left-color: #fff;
    border-right-color: #fff;
    padding: 3px 5px;
    width: 104px;
}

.userCarDetail .uDCarDetails {
    width: 100%;
}

.userCarDetail .uDCarDetails td {
    font-weight: normal;
    font-size: 11px;
    color: rgb(93, 100, 123);
    letter-spacing: .5px;
    border-left-color: #fff;
    border-right-color: #fff;
    padding: 3px 5px;
}

.userCarDetail .showMore {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    cursor: pointer;
}

.w86 {
    width: 86%;
}

.overHidden {
    overflow: hidden;
}

.dNone {
    display: none;
}

.mr10 {
    margin-right: 10px;
}

.slick-prev:before {
    color: black;
}

.slick-next:before {
    color: black;
}

.slick-slide div:first-of-type {
    margin-bottom: 10px;
}

ul.multiple li.posR a:focus {
    text-decoration: none;
}

.stepsModal:hover,
.stepsModal:active,
.stepsModal:focus {
    text-decoration: none;
}

#stepsDetail .modal-content {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
}

#stepsDetail p {
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 19px;
}

#stepsDetail p span {
    font-size: 16px;
    font-family: rlB;
}

.img-border {
    border: 1px solid #ddd;
    padding: 15px 0px;
}

#wizard li.disabled {
    pointer-events: none;
}

.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: .8s;
}

.checkmark {
    position: absolute;
    top: -1px;
    left: -5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #dbdbdb;
    \transition: .8s;
}

.customCheckbox:hover input~.checkmark {
    background-color: #ccc;
    transition: .8s;
}

.customCheckbox input:checked~.checkmark {
    background-color: #423316;
    transition: .8s;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: .8s;
}

.customCheckbox input:checked~.checkmark:after {
    display: block;
    transition: .8s;
}

.customCheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .8s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px !important;
}

.range {
    position: relative;
    left: -14px;
    color: #fff;
    font-size: 15px;
}

.saveask {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    display: inline;
}

.saveaskheading {
    font-size: 18px;
    display: inline;
    font-weight: 400;
    margin-left: 20px;
    color: #4a67ad;
}

.saveaskheading1 {
    font-size: 18px;
    display: inline;
    font-weight: 400;
    color: #4a67ad;
}

.laststep {
    width: 34.5% !important;
}

.slider1 li.posR img,
.slider3 li.posR img,
.carsStock li.posR img {
    height: 121.5px;
    border-radius: 5px 5px 0 0;
}

.slider1,
.carsStock {
    padding-left: 0px;
}

.slider3 {
    padding-left: 0px;
}

.slick-initialized .slick-slide {
    margin-right: 2px;
    margin-left: 2px;
}

.navbar label {
    color: #9ba0ae;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
}

.dropdown-toggle {
    font-family: rbB;
    font-size: 1.8rem;
    color: #4a67ad !important;
    letter-spacing: .5px;
}

.dropdown-toggle:hover {
    color: #6596eb !important;
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 0px 5px
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none
}

.mega-dropdown-menu .dropdown-header {
    margin-bottom: 10px;
    font-size: 16px;
    color: #78797d;
    padding: 5px 60px 5px 0px;
    line-height: 22px;
    border-bottom: 3px solid #d5d8e0;
}

.mega-dropdown-menu .dropdown-header span {
    border-bottom: 3px solid #9ba0ae;
    padding-bottom: 5px;
}

.dropdown-menu li a img {
    width: 25px;
    display: inline;
}

.ex-top-header {
    margin-top: 7px;
    margin-bottom: 1px;
    padding: 0 1px 0 0px;
}

.logoright .fa {
    font-size: 19px;
    color: #84817c;
    border: 1px solid #d7d7d7;
    padding: 11px 10.5px;
    border-radius: 50%;
}

.chatNameSec {
    font-size: 20px;
    position: relative;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    margin: auto;
}

.logoright .hed {
    font-size: 16px;
    color: #84817c;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin-left: 13px;
    position: relative;
    top: -10px;
}

.logoright .totalcar {
    font-size: 15px;
    color: #ff9900;
    /*font-family: rbr;*/
    font-family: 'Roboto', sans-serif !important;
    margin-left: 61px;
    position: relative;
    top: -19px;
    letter-spacing: .5px;
}

.leftnav ul li {
    padding: 3px 15px 4px;
    border-bottom: 1px solid #EAEDEF;
}

.heading2 {
    border: 0;
    text-align: center;
    font-size: 29px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
    color: #17170b !important;
    border-bottom: 0px !important;
}

.arrows i.first {
    background: black;
    color: #fff;
    padding: 2px 9px 2px 7px;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 19px;
}

.arrows i.second {
    background: black;
    color: #fff;
    padding: 2px 7px 2px 9px;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 20px;
}

.totalcount {
    font-size: 12px !important;
    font-family: rbR !important;
}

.reco-left-head {
    padding: 0px 0px 16px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #19180b;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    border-bottom: 1px solid #918e89;
    margin-top: 3px;
}

.dropdown-content {
    z-index: 100 !important;
}

.slick-prev {
    left: 7px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    padding: 1px 0px;
}

.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus {
    left: 7px;
    background: #fff;
    border-radius: 50%;
    padding: 1px 0px;
}

.slick-next {
    right: 7px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    padding: 1px 0px;
}

.slick-next:hover,
.slick-next:focus,
.slick-next:active {
    right: 7px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    padding: 1px 0px;
}

.mt40 {
    margin-top: 40px;
}

.h85 {
    height: 85px;
}

.fsbm .col-sm-3.h85 span {
    position: relative;
    top: -18px;
    display: block;
    color: #76756f;
}

.fsbt .col-sm-3.h85 span {
    position: relative;
    top: -32px;
    display: block;
    color: #76756f;
}

.featuredUserCars h2 {
    padding: 0px 0 13px;
    margin-bottom: 0;
    font-size: 28px;
    color: #17170b !important;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 10px;
    letter-spacing: .5px;
    border-bottom: 1px solid #918e89;
    position: relative;
}

.w53 {
    width: 53px;
}

.padt30 {
    padding-top: 30px !important;
}

.padt15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus {
    border-color: #EDD37F !important;
    box-shadow: inset 0 1px 1px #edd37f, 0 0 8px #edd37f !important;
}

.featuredUserCars h2 hr {
    margin: 0;
    width: 135px;
    border-color: #B6A278 !important;
    /* border-bottom: 3px solid #ff9900; */
    border-bottom: 3px solid #B6A278;
    border-top: 0;
    position: absolute;
    bottom: -1px;
}

.bankdetails h2 {
    padding: 0px 0 13px;
    margin-bottom: 0;
    font-size: 28px;
    color: #17170b !important;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 10px;
    letter-spacing: .5px;
    border-bottom: 1px solid #918e89;
    position: relative;
}

.bankdetails h2 hr {
    margin: 0;
    width: 135px;
    border-color: #ff9900;
    border-bottom: 3px solid #ff9900;
    border-top: 0;
    position: absolute;
    bottom: -1px;
}

.bymake h2 {
    background-color: #1176ba;
    padding: 11px 0px 12px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff !important;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    border-bottom: 1px solid #918e89;
}

.bymake h2 i {
    font-size: 15px;
    margin-right: 7px;
}

.bymake ul {
    margin-top: 15px;
    border: 1px solid #EAEDEF;
}

.bymake li a {
    color: rgb(93, 100, 123);
}

.bymake li a img {
    width: 30px;
    display: inline;
}

.bymake li a span {
    position: relative;
    top: 2px;
    left: 5px;
}

.bymake li a:hover {
    text-decoration: none;
    color: #6596eb;
}

.featuredUserCars .bx-viewport {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.bymake li:hover {
    background: #fff;
}

.adver img {
    margin-bottom: 26px;
}

.bodytype ul li a img {
    width: 37px;
}

.bx-wrapper .bx-prev {
    margin-left: 40px;
}

.bx-wrapper .bx-next {
    right: 0px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 2;
}

.exp table.points th {
    padding-left: 0px;
    border: 0px;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 29px;
}

.exp table.points p {
    font-size: 14px;
    letter-spacing: .7px;
    color: red;
    margin-bottom: 0;
}

.exp div.points .textside {
    padding: 29px;
}

.exp div.points p {
    border: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #757373;
    line-height: 26px;
}

.pointsp {
    background: #fff;
    border: 1px solid #ddd;
}

.exp table.points .fa {
    color: #FF9922;
    font-size: 20px;
}

/* left nav submenus css */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.leftnav .dropdown-menu {
    background: transparent !important;
    box-shadow: none !important;
    width: 100%;
}

.leftnav .submenu {
    background: #fff !important;
    padding: 15px 19px;
    margin-top: -1px;
    border-radius: 0px;
}


.pad0 {
    padding: 0px;
}

.padl0 {
    padding-left: 0px;
}

.padr0 {
    padding-right: 0px;
}

.pad1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.padt20 {
    padding-top: 20px;
}

.ofrpricesec {
    padding: 15px;
    background: #fcfcfc;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.04);
}

.ofrpricesec p {
    margin-bottom: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.borderRadius0 {
    border-radius: 0px;
}

.fs22 {
    font-size: 22px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.hide {
    display: none;
}

.btn-primary {
    background-color: #223c7b;
    border-color: #1c3267;
    ;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: normal;
    z-index: 2;
    border-radius: 2px;
    transition: .5s;
}

.btn-primary:hover {
    background-color: #172953;
    border-color: #0f1b37;
}

.btn-mobile-app {
    color: #fff !important;
    text-transform: none;
    padding: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    background-color: #223c7b;
    border-color: #1c3267;
}

.btn-mobile-app:hover {
    text-decoration: none;
}

.navbar {
    background: #fff; 
    /* background: #B6A278;*/
    border-color: #fff;
    /*position: fixed !important;*/
    margin-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /*z-index: 99999999999 !important;*/
    /*top: 0 !important;*/
}

.navbar .navbar-brand {
    padding: 0px;
    padding-top: 6px;
    margin-right: 25px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent !important;
}

.navbar li.active a {
    background: transparent !important;
    border-bottom: 2px solid #b63339;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #e7e7e7;
}

.navbar li a:hover {
    border-left: 1px solid #EAEDEF;
    border-right: 0px solid #EAEDEF;
}

.navbar li a {
    border-left: 1px solid #EAEDEF;
    font-family: rbB;
    font-size: 1.3rem;
    color: #454545 !important;
    letter-spacing: .5px;
}

.navbar li a:hover {
    color: #ff9900 !important;
}

.dropdown-menu,
.dropdown-content {
    font-weight: normal;
    z-index: 99;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #EAEDEF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    top: 50px;
    left: 1px;
    padding: 0;
    margin-top: 2px;
}

.dropdown-menu.mega-dropdown-menu li a {
    padding: 0px !important;
}

.dropdown-menu li a {
    display: block;
    padding: 2px 0px;
}

.dropdown-menu li i.fa:before {
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-menu li a:hover {
    border-color: transparent;
    text-decoration: none;
}

.dropdown-menu li a {
    color: #666;
}

.dropdown-menu li a strong {
    margin-left: -3px;
    font-weight: normal;
    padding-bottom: 2px;
    letter-spacing: .5px;
}

.dropdown-menu li a p {
    color: #7b8397;
    font-size: 12px;
    letter-spacing: .2px;
    font-family: arial;
}

.signNav li a {
    color: rgba(123, 131, 151, 0.7);
    font-size: 12px;
}

.signNav li a:before {
    content: "|";
    margin-left: 5px;
    margin-right: 10px;
}

.signNav li a:hover {
    text-decoration: none;
}

.signNav li:first-of-type a:before {
    content: "";
}

.signNav li:first-of-type {
    text-align: right;
}

.signNav li {
    padding: 0px;
}

.dropbtn {
    background-color: #b63339 !important;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown-content span {
    font-size: 12px;
    background: #B63339;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.dropdown-content p a {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    color: #666;
}

.dropdown-content p a i {
    width: 20px;
    font-size: 17px;
    text-align: center;
}

.dropdown-menu.mega-dropdown-menu div li a {
    color: #6596eb;
}

.dropdown-menu.mega-dropdown-menu li {
    padding: 3px 3px 3px 0;
}

.bankdetails sup {
    font-size: 16px;
    position: relative;
    top: 0px;
}

.bankdetails p {
    margin-bottom: 30px;
}

.bankdetails table.points tbody tr td {
    border: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #757373 !important;
    line-height: 26px;
}

.bankdetails table.points tbody tr td p {
    color: #757373 !important;
}

.mycar {
    font-size: 18px;
    margin-right: 5px;
}

.seprater {
    background: transparent !important;
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
    font-size: 18px !important;
    color: #47413c !important;
}

.signsp {
    padding: 8px 0 0;
}

.signsp a {
    font-size: 17px !important;
}

/* banner container */
section.container-fluid.banner {
    background: url('../imgs/banner.jpg') no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 28px;
    line-height: 22px;
}

.banner h1 {
    font-size: 50px;
    line-height: normal;
    font-weight: normal;
    margin-top: 0;
    color: #fff;
    text-align: center;
}

.banner p {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.formCars li .form-control {
    border-radius: 0px;
    height: 50px;
    padding: 10px 12px;
    width: 100%;
}

.formCars li {
    width: 200px;
    padding: 0px;
    margin-left: -4px;
}

.formCars li:first-of-type {
    margin-left: 0px;
}

.formCars li .btn {
    height: 50px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    background-color: #b63339;
    border-color: #b63339;
    width: 100%;
    font-size: 18px;
}

.btn-classified {
    color: #fff;
    border-color: #fff;
    padding: 4px 25px;
    font-size: 11px;
    font-weight: 600;
    outline: none !important;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 20px;
}

.searchbar {
    height: 51px;
    border-radius: 25px !important;
    background-color: #EDD37F !important;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #EAEDEF;
    box-shadow: none;
    letter-spacing: .7px;
}

.searchbar:focus,
.searchbar:active,
.searchbar:hover {
    box-shadow: none !important;
}

.searchbsearchicon {
    font-size: 20px;
    position: absolute;
    top: 14px;
    z-index: 4;
    right: 15px;
    color: #ffffff;
}

/*sell sec */
.container.sellSec {
    margin-top: 45px;
    margin-bottom: 55px;
}

.container.sellSec .left {
    border: 1px solid #EAEDEF;
    padding: 20px;
    background: #fff;
}

.container.sellSec .left .fa {
    margin-right: 15px;
    color: #b63339;
}

.container.sellSec .left strong {
    color: #172953;
}

.certified {
    margin-left: 2%;
    width: 14%;
    padding: 28px 15px;
    overflow: hidden;
    border: 1px solid #EAEDEF;
    background: #fff;
}

.certified p {
    background: url(../imgs/sf-master-dealer.png) center no-repeat;
    overflow: hidden;
    height: 50px;
}

.certified a {
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: .3px;
}

.certified a:hover {
    text-decoration: none;
}

.sellSec .col-sm-4 img {
    width: 100%;
}

.taxDetail .detailP .col-sm-12.heading {
    color: #5d647b;
    padding: 2px 2px 3px;
    padding-left: 15px;
    font-size: 12px !important;
    background: #e6e7ea;
    letter-spacing: .8px;
    font-family: rbB;
}

.pricingDetail {
    border: 2px solid #e6e7ea;
    padding: 2px;
    border-bottom: 0px;
    margin-top: 2px;
}

iframe #c1 {
    background: transparent;
}

/*featured cars section */
/*.posR{width:220; height:123;}*/
.bx-wrapper {
    margin-left: 0px;
}

.slider1 .caption,
.slider3 .caption,
.carsStock .caption {
    background: #fff;
    padding: 15px 12px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    line-height: 26px;
    text-transform: capitalize;
    transition: .8s;
    position: relative;
}

.slider1 .caption:hover h3,
.slider3 .caption:hover h3,
.carsStock .caption:hover h3 {
    color: #ff9900;
    transition: .8s;
}

.slider1 .caption h3,
.slider3 .caption h3,
.carsStock .caption h3 {
    margin-top: 0px;
    font-size: 16px;
    color: #484848;
    margin-bottom: 2px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    transition: .8s;
    height: 30px;
    overflow: hidden
}

.slider1 .caption p,
.slider3 .caption p,
.carsStock .caption p {
    font-size: 16px;
    /* color: #c83c01; */
    color: #B6A278;
    margin-top: 0px;
    margin-bottom: 3px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.slider1 .caption span,
.slider3 .caption span,
.carsStock .caption span {
    font-size: 15px;
    letter-spacing: .5px;
    /* color: #7b8397; */
    color: #CEB98F;
}

.slick-list.draggable {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.inspection h3 {
    color: #223c7b;
    letter-spacing: .4px;
    font-family: arial;
}

.bx-viewport {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
}

.bx-wrapper {
    margin-bottom: 20px;
}

.dropdown h2 {
    font-family: rbB;
    font-size: 14px;
}

/* news sec */
.newsSec ul li {
    background: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.newsSec ul li p {
    font-size: 1.1em;
    color: #666;
    line-height: 22px;
    letter-spacing: .3px;
    margin-top: 12px;
}

.newsSec ul li strong {
    font-size: 1.2em;
    color: #666;
    line-height: 22px;
    letter-spacing: .3px;
    margin-top: 12px;
}

.carmaker {
    position: relative;
    top: 10px;
}

.table.price-table tbody tr td {
    letter-spacing: .8px;
    text-transform: capitalize;
}

.table.price-table tbody tr td,
.table.price-table tbody tr th {
    font-size: 13px;
}

.table.price-table tbody tr:not(:first-of-type) th {
    font-weight: normal !important;
    text-transform: capitalize;
}

.table.price-table tbody tr:first-of-type td,
.table.price-table tbody tr:first-of-type th {
    border-top: 0px;
    font-size: 15px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.table.price-table tbody tr:first-of-type td span {
    font-size: 12px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    margin-right: 5px;
}

.additional p {
    margin-bottom: 2px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #777;
    font-size: 16px;
}

.additional {
    text-align: center;
    margin-top: 50px;
}

.detailP {
    border-right: 1px solid #e6e7ea;
    padding-right: 1px !important;
}

.detailP:last-of-type {
    padding-left: 1px !important;
}

.pb40 {
    padding-bottom: 40px;
}

.mt30 {
    margin-top: 30px;
}

.editBankDetailText {
    padding: 15px;
    border: 1px solid #dbdbdb;
    margin-top: 25px;
    color: cornflowerblue;
}

.mastersettingbox {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 258px;
    padding: 30px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.letsDoMaster {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.stepIcons tr td img {
    width: 100px;
    height: 81px;
    margin-top: 7px;
}

.stepIcons tr td,
.stepIcons tr {
    vertical-align: middle !important;
}

.stepIcons tr td a:hover,
.stepIcons tr td a:active,
.stepIcons tr td a:focus {
    color: #000;
    text-decoration: none;
}

.stepIcons tr td a:hover img {
    opacity: .5;
}

.stepIcons tr td a {
    color: #292727;
    font-size: 15px !important;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.stepIcons tr td a p span {
    opacity: .8;
    font-size: 14px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
}

.stepIcons tr td a p i {
    opacity: .8;
    font-size: 14px;
}

.botderBottomDotted {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
}

.bankDetailsTable {
    margin-top: 20px;
}

.bankDetailsTable tr td {
    font-size: 15px !important;
}

.bankDetailsTable tr th {
    font-size: 14px !important;
    background: #fcfcfc;
}

/*footer */
footer.container-fluid {
    padding: 20px 0;
}

footer.container-fluid h2 {
    font-size: 18px;
    letter-spacing: .4px;
    margin-bottom: 10px;
    color: #000 !important;
    font-family: rbB;
}

footer.container-fluid .col-sm-2 a {
    color: #fff !important;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: .5px;
    font-size: 13px;
}

footer.container-fluid .col-sm-2 a span{
    color: #7D7A7A !important;
}

.frt .col-sm-3 ul li {
    line-height: 20px !important;
}

.frt .col-sm-3 i {
    background: #FF9900;
    color: #fff;
    width: 22px;
    text-align: center;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
}

.frt .col-sm-3 i:before {
    position: relative;
    top: 6px;
}

.makername {
    font-size: 12px !important;
    position: relative;
    top: 0px;
}

.testimonials .bx-prev {
    background: url('../images/previcon.png') center no-repeat !important;
    opacity: 1 !important;
}

.testimonials .bx-next {
    background: url('../images/nexticon.png') center no-repeat !important;
    opacity: 1 !important;
}

.subHead {
    color: #9ba0ae;
    font-family: rbB;
    font-size: 12px;
}

.finalD {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.userDdetail {
    font-size: 12px;
    margin-top: 1px;
}

.nextAct {
    border: 2px solid #e6e7ea;
    padding: 1px;
    margin-top: -4px;
}

.nextaction {
    background: red;
    text-align: center;
    padding: 7px 15px;
}

.arrowright {
    border-top: 40px solid transparent;
    border-bottom: 44px solid transparent;
    border-left: 34px solid red;
    right: -48px;
    position: absolute;
    top: -27px;
}

.nextaction h2 {
    border-bottom: 0px;
    /*font-family: rbB;*/
    white-space: nowrap;
    font-size: 24px;
    color: white !important;
}

.nextaction h2 br {
    display: none;
}

.nextactiondetail {
    margin-bottom: 0;
    letter-spacing: .5px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    margin-top: 5px;
    color: #5d647b;
}


/*.....................................................detail page css........................................... */
/*............................................................................................................... */
/*............................................................................................................... */
/*............................................................................................................... */
#gallery_09 a img {
    margin-bottom: 10px;
    border: 1px solid #888;
}

.pricePart .col-sm-12.extimator {
    border: 1px solid #e7e7e7;
    padding: 8px 15px 20px;
}

.pricePart .col-sm-12 h3 {
    font-size: 14px;
    color: #fcfcfc;
    margin-top: 20px;
    margin-bottom: 13px;
    letter-spacing: .9px;
}

.pricePart .col-sm-12 select {
    border-radius: 0;
    height: 35px;
    font-size: 14px;
    border-color: #ccc;
    margin-bottom: 10px;
}

.pricePart .col-sm-12 h2 span {
    font-family: rbB;
    color: #fff;
    font-size: 30px;
}

.pricePart .col-sm-12 p span {
    margin-left: 6px;
    color: #fff;
    position: relative;
    top: -3px;
}

.remcomendedRightSide {
    padding: 0px;
}

.remcomendedRightSide .col-sm-12.cars {
    border: 1px solid #e7e7e7;
    padding: 20px 0px;
}

.remcomendedRightSide h3 {
    font-size: 15px;
    font-family: rbB;
    margin-top: 7px;
    color: #585858;
    margin-bottom: 5px;
}

.remcomendedRightSide p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #585858;
}

.remcomendedRightSide p.price {
    font-size: 14px;
    font-family: rbB;
    color: #c53c3c;
    display: inline-block;
}

.remcomendedRightSide p.fob {
    margin-bottom: 2px;
    display: inline-block;
}

.remcomendedRightSide .col-sm-12.car:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.loginDiv .reservedExpire {
    font-size: 15px !important;
    color: #666 !important;
}

.loginDiv .reserved {
    font-size: 17px !important;
    color: #f0b129 !important;
    margin-bottom: 5px;
}

.sendinquiry {
    font-size: 20px;
    border-bottom: 1px solid #EDD37F;
    /* color: #19180b; */
    color: #EDD37F;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 12px;
    padding-bottom: 8px;
    margin-top: 3px;
}

#loadericon {
    position: fixed;
    z-index: 999999;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

#loader {
    position: fixed;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
}

.consigneeDetailModal {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
}

.consigneeDetailModal .modal-title {
    font-family: rbB;
}


.checks label {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: .5px;
}

.auctionsheetnotesheading {
    text-decoration: none;
}

/* detail page fob section check box design */
/* The container */
.checkboxcal {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcal:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcal input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcal input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcal .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.categorydetail h2 {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    border-bottom: 1px solid #918e89;
    padding-bottom: 10px;
}

.categorydetail h2 span {
    border-bottom: 2px solid #ff9003;
    padding-right: 30px;
    padding-bottom: 5px;
}

.categorydetail .rightside p {
    color: #ccc;
    letter-spacing: .5px;
}

.categorydetail .inputarea {
    /* background: #1176ba !important; */
    background: #CEB98F !important;
    /* border: 1px solid #e6e8e5; */
    border: 1px solid #707070;
    padding-top: 25px;
    padding-bottom: 15px;
}

.categorydetail .inputarea .col-sm-3 select,
.categorydetail .inputarea .col-sm-2 select {
    border-radius: 1px;
}

.categorydetail .inputarea .seal input {
    position: relative;
    top: 3px;
}

.categorydetail .inputarea .shipped label {
    background: transparent;
    color: #666;
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail .inputarea .seal label {
    font-weight: normal;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
}

.categorydetail .inputarea .final {
    width: 15%;
    padding-right: 0px;
}

.categorydetail .inputarea .new {
    width: 16%;
    padding-right: 0px;
}

.categorydetail .inputarea .code {
    width: 19%;
    padding-right: 0px;
}

.categorydetail .inputarea .auction {
    width: 12%;
    padding-right: 0px;
}

.categorydetail .inputarea .shipped.already {
    width: 20%;
    padding-right: 0px;
}

.categorydetail .inputarea .auction label {
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail .inputarea .dealer label {
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail .inputarea .new label {
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail .inputarea .code label {
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail .inputarea .auction label {
    letter-spacing: .7px;
    padding: 2px 3px 1px;
}

.categorydetail table.sectiontable tr td {
    color: #4a67ad;
    letter-spacing: .5px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    border: 0px !important;
    padding: 0px;
    font-size: 13px;
    vertical-align: middle;
}

.categorydetail table tr td {
    color: #4a67ad;
    letter-spacing: .5px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    padding: 0px;
    font-size: 13px;
    vertical-align: middle;
}

.categorydetail table tr td button.btn-default {
    background: linear-gradient(#faa51a, #f47a20);
    color: #fff;
    letter-spacing: .5px;
    border-color: #d98405;
    font-weight: normal;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    border-radius: 25px;
}

.categorydetail table tr td button.btn-default:hover {
    background: linear-gradient(#f88e11, #f06015);
}

.categorydetail .inputarea .checkboxes div {
    display: inline-block;
    margin: 0 10px 0 0;
}

.categorydetail .inputarea .checkboxes input {
    position: relative;
    top: 3px;
}

.categorydetail .inputarea .checkboxes label {
    font-weight: normal;
    letter-spacing: .7px;
    color: #555;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
}
.form-control {
    border: 1px solid #EDD37E !important;
}

.categorydetail .inputarea .checkboxes .col-sm-12 .col-sm-4 .form-control {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.cardetail table tr th {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
}

.cardetail table tr th p {
    margin-bottom: 0px;
}

.cardetail table tr td {
    color: #4a67ad;
    letter-spacing: .5px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    padding: 0px 8px;
    font-size: 13px;
    vertical-align: middle;
}

.cardetail table tr td p {
    margin-bottom: 0px;
}

.userDashButtons p,
.userDashButtons a {
    display: inline-block;
}

.nextActionTd {
    border: 0px;
    vertical-align: middle;
    padding-left: 50px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 1px;
}

.card-header {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.card-header {
    padding: .45rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px 5px 0 0;
}

.card-header h3 {
    font-family: rbB;
}

.overdue .card-body {
    padding: 20px;
}

.recent-updates .item {
    padding: 20px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.overdue .card-body h3 {
    margin-bottom: 5px;
    font-family: rbB;
    font-size: 20px;
    margin-top: 0px;
}

.overdue .card-body small {
    font-weight: 300;
    color: #aaa;
}

.overdue .number {
    font-size: 1.8em;
    font-weight: 400;
    color: #555;
    margin: 35px 0;
    font-family: rbB;
}

section.dashboard-counts .row {
    padding: 30px 15px;
    margin: 0;
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.bg-white {
    background: #fff !important;
}

section.dashboard-counts div[class*='col-'] .item {
    border-right: 1px solid #eee;
    padding: 15px 0;
}

.flt_left {
    float: left;
}

section.dashboard-counts .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
}

.bg-violet i {
    background: #423316 !important;
    color: #fff;
    padding: 12px 13px;
    border-radius: 50%;
    position: relative;
    top: 19px;
    margin-right: 11px;
}

section.dashboard-counts .title {
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    margin: 0 20px;
}

section.dashboard-counts .progress {
    margin-top: 10px;
    height: 4px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-top: 10px;
}

section.dashboard-counts .number {
    font-size: 1.8em;
    font-weight: 300;
}

.title.flt_left span {
    font-size: 1.2em;
    font-weight: 300;
    color: #777;
    line-height: 31px;
}




.carnamebubble {
    background: #c4c9d5;
    padding: 9px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #666;
    font-size: 23px;
}

.total {
    margin-top: 15px;
}

.total .result {
    /* color: #FF9900; */
    color: #fff;
    font-size: 17px;
    font-family: rbB;
    letter-spacing: .5px;
    margin-top: 5px;
}

.total .result p {
    margin-left: 15px;
    margin-bottom: 0px;
}

.total a {
    color: #fff;
    text-decoration: underline;
    margin-right: 15px;
}

.total .result span {
    color: #fff;
    font-size: 18px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid #666;
    border-right: 10px solid transparent;
    position: absolute;
    top: 30px;
    right: -10px;
}


.navbar-nav>li>a {
    padding: 15px 19px !important;
    color: white !important;
}

.dropdown-menu li a {
    color: #4a67ad;
    font-size: 14px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.dropdown-menu li a:hover {
    color: #6596eb;
}

/*.dropdown-menu li.japan i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: 0px 0px;} 
.dropdown-menu li.korea i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: -35px 0px;} 
.dropdown-menu li.uk i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: -69px 0px;}    
.dropdown-menu li.usa i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: 0px -24px;}   
.dropdown-menu li.germny i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: -36px -24px;}  
.dropdown-menu li.thailand i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: -71px -24px;}    
.dropdown-menu li.southafrica i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: 0 -48px;} 
.dropdown-menu li.uae i{background: url(imgs/img_stock_flags.png) no-repeat; background-size: 108px; background-position: -36px -48px;} */
.dropdown.help li i {
    padding: 0px;
    margin: 0px;
}

.dropdown.help li {
    border-bottom: 0px;
    padding: 0px;
}

.dropdown.help li a {
    padding-top: 0px;
}

.dropdown.help li h2 {
    color: #78797d;
    margin-top: 0px;
    border-bottom: 2px solid #d5d8e0;
    padding-bottom: 5px;
}

.dropdown.help li h2 span {
    border-bottom: 2px solid #9ba0ae;
    padding-bottom: 4px;
}

.dropdown.help .dropdown-menu {
    left: -121px;
}

.mt20 {
    margin-top: 20px !important;
}

.posR a:hover {
    text-decoration: none;
}


.joinwith {
    margin-bottom: 5px;
    margin-top: 0px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    letter-spacing: .5px;
    color: #000;
    text-align: center;
}

.createaccount {
    margin-bottom: 10px;
    margin-top: 0px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    letter-spacing: .5px;
    color: #000;
}

.checkbox input {
    position: relative !important;
    top: 2px;
    left: -5px;
}

.checkbox {
    position: relative !important;
    top: 10px;
    left: 5px;
    letter-spacing: .6px;
}

.regfree {
    font-size: 17px;
    padding: 10px 15px;
    margin-top: 0px;
    background: #4A67AD;
    color: #fff;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .7px;
    margin-bottom: 25px;
}

.alreadyhaveaccount {
    letter-spacing: .6px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.checkboxes {
    margin-top: 15px;
}

.checkboxes input {
    position: relative;
    top: 2px;
}

.checkboxes span {
    margin-left: 8px;
}

.or {
    margin: 0px 0 5px 0;
    font-family: rbB;
    margin-bottom: 15px;
}

.or span {
    border: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 50%;
    background: #e7e7e7;
}

.or hr.line {
    position: relative;
    top: -31px;
    margin: 0;
    z-index: -1;
}

.social .facebook {
    background: #4267B2;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 9px;
    border-radius: 2px 0 0 2px;
}

span.globe {
    font-size: 17px;
    padding: 0 10px;
}

.social {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 12px;
}

.social .fb_frame,
.social .g_frame {
    position: relative;
    display: inline-block;
}

.social .fb_button {
    background: url(../images/FB-f-Logo__blue_50.png) no-repeat right;
    padding: 43px 25px 7px 25px;
    border-radius: 5px;
}

.social .g_button {
    background: url(../images/btn_red.png) no-repeat #dd4b39 5px;
    padding: 43px 25px 7px 25px;
    border-radius: 5px;
}

.g-signin2 {
    position: absolute;
    top: 0;
    width: 54px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0;
}

.member {
    text-align: center;
    margin-bottom: 26px;
}

.member a {
    text-decoration: underline;
    color: #333;
    font-weight: 600;
}

.forgot {
    text-align: right;
}

.forgot a {
    color: #333;
}

.forgot a:hover {
    text-decoration: none;
    color: #333;
}

.btn-search {
    padding: 6px 45px 6px;
    border: 0px;
    margin-top: 0px;
    font-size: 27px;
    background-color: #FF9900;
    color: #fff;
    border-radius: 50px;
}

.littleStar {
    font-size: 6px;
    position: relative;
    top: -6px;
}

#countryAll li a span {
    color: #fff;
    position: relative;
    top: 1px;
}

.stars i {
    color: #FFC702;
}

.question i {
    color: #4466A3;
}

.social .googleplus {
    background: #DB4437;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 9px;
}

.social .twitter {
    background: #1B95E0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 9px;
    border-radius: 0px 2px 2px 0px;
}

.signupform span.lock {
    font-size: 20px;
    padding: 0 13px;
}

.signupform span.input-group-addon {
    border-radius: 0px;
}

.show p {
    letter-spacing: .5px;
}

.lists li {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 27px;
    margin-bottom: 10px;
}

.log {
    padding: 27px 30px;
}

.log #smartwizard {
    border: 0px;
}

.log #smartwizard .step-anchor {
    border-radius: 0px;
}

.log #smartwizard .step-content {
    padding: 0px;
    margin-top: 20px;
}

.navbar.btn-toolbar.sw-toolbar.sw-toolbar-bottom {
    width: 100%;
    float: left;
    padding: 0px;
}

.btn-group.navbar-btn.sw-btn-group.pull-right {
    width: 100%;
}

.btn-group.navbar-btn.sw-btn-group.pull-right button {
    width: 50%;
}

.sw-btn-prev {
    background: #8a9dca !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: rbR !important;
    font-size: 15px !important;
    letter-spacing: .8px !important;
    border-radius: 0;
    padding: 9px 10px 8px !important;
}

.sw-btn-next {
    background: #4a67ad !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: rbR !important;
    font-size: 15px !important;
    letter-spacing: .8px !important;
    border-radius: 0;
    padding: 9px 10px 8px !important;
}

.copns span.stock img {
    float: left;
    height: 20px;
    background: black;
    padding: 2px;
}

.copns span.stock {
    font-family: rlM;
    background: #000;
    color: #fff;
    padding: 1px 20px 0 0;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
}

.copns span.discount,
.discounttag {
    font-family: rlM;
    background: #527bb0;
    color: #fff;
    padding: 1px 12px;
    font-size: 16px;
    letter-spacing: 1px;
}

.copns span.coupens,
.couponavailabletag {
    /* background: #747477; */
    background: #B6A278;
    color: white;
    padding: 1px 12px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: rlM;
}

.coupononetag {
    background: #527bb0;
    color: white;
    padding: 1px 12px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: rlM;
}

.copns span.coupens small {
    position: relative;
    top: -1px;
}

.leftnav .dropdown-menu a {
    font-size: 13px;
    color: #585858;
}

.leftnav .dropdown-menu a:hover {
    background: #fff;
    color: #337ab7 !important;
}

.leftnav li a {
    font-size: 13px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 30px;
    color: rgb(93, 100, 123);
}

.bankdetails table tr td,
.bankdetails table tr th {
    font-size: 16px;
}

.companyInfo tbody tr td {
    background: #fff;
}

.companyInfo tbody tr td,
.companyInfo tbody tr th {
    padding: 15px 15px;
}

.csrleft h4 {
    font-size: 15px;
    background: #4A67AD;
    margin-top: 0;
    color: #fff;
    padding: 7px 13px;
    border: 0;
    text-align: center;
}

.csrleft ul {
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.csrleft ul li a {
    color: #666;
    font-size: 16px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
    line-height: 32px;
}

.csrleft ul li a:hover {
    color: #333;
    text-decoration: none;
}

.calcultor {
    background: #efefef;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
}

.calcultor h3 {
    font-family: rbB;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 3px;
}

.width50 {
    width: 50% !important;
    float: left;
}

.width40 {
    width: 40% !important;
    float: left;
}

.width60 {
    width: 60% !important;
    float: left;
}

.mt15 {
    margin-top: 15px;
}

.mt8 {
    margin-top: 8px;
}

.calc-group {
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

.calc-label {
    color: #666;
    font-size: 15px;
    letter-spacing: .5px;
    margin-top: 8px;
    font-weight: 400;
}

.calc-label a {
    color: #666;
}

.calc-label a:hover {
    text-decoration: none;
}

.cdquestion {
    padding: 2px 5px;
    border-radius: 50%;
}

.calc-label1 {
    color: #666;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.calc-select {
    font-size: 14px;
    letter-spacing: .3px;
    padding-left: 4px;
    border-radius: 0px;
    border-color: #b9b8b8;
}

.stockid {
    font-size: 13px;
    color: #fff;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
}

.hedtotal {
    top: 9px !important;
}

/*.pagi a {
    border: 1px solid #0071a0;
    text-decoration: none;
    padding: 5px 10px;
    color: #0071a0;
}
.pagi a:hover {
    border: 1px solid #0071a0;
    background: #0071a0;
    color: #fff;
}*/
.carserial {
    color: white;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}

.imgResp {
    width: 100%;
    height: auto;
}

ul.coupon {
    list-style: none;
    float: right;
    padding-left: 0px;
    margin-bottom: 5px;
}

.coupon li {
    float: left;
    font-size: 13px;
    text-align: center;
    padding: 3px 7px 2px;
    margin-left: 7px;
    margin-bottom: .18617em;
    letter-spacing: 0.6px;
}

.locp {
    text-align: right;
    margin-bottom: 0px;
    color: #9BA0AE;
    line-height: 24px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.location img {
    width: 12px;
    border: 1px solid #ccc;
}

.carInfohd {
    font-size: 12px;
    /* background-color: #0c3969 !important; */
    background-color: #B6A278 !important;;
}

.carInfohd td {
    color: #fff !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.frightincluded {
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
    letter-spacing: .5px;
    margin-top: 8px;
}

.carInfo {
    font-size: 15.5px;
}

.carInfo td {
    color: #333 !important;
    font-weight: 700 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ededed;
}

.speclist_box {
    padding-left: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.speclist_box li {
    background: #B6A278 !important;
    color: white;
    padding: 2px 10px 0px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    float: left;
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
}

.car_listitem_footer {
    float: left;
    list-style: none;
    padding-left: 0px;
    font-size: 12px;
}

.car_listitem_footer li {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #ccc;
}

.car_listitem_footer li:first-child {
    padding-left: 0px;
}

.car_listitem_footer li:last-child {
    border-right: 0px;
}

.carlistborder {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.em-toyota {
    width: 34px;
    margin-top: 15px;
    float: left;
}

.desc_section {
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.desc_section h3 {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.desc_section h4 {
    clear: both;
    margin-left: 44px;
    margin-top: 0px;
    font-size: 1em;
    font-weight: 700;
}

.desc_section p {
    text-indent: 44px;
}

.seeMore {
    position: absolute;
    bottom: 2px;
    right: 0px;
}

.countrySeeMore {
    float: right;
    margin-right: 10px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    transition: .8s;
}

.countrySeeMore:hover,
.countrySeeMore:active,
.countrySeeMore:focus {
    text-decoration: none;
    color: orange;
    transition: .8x;
}

.accordion__inner-dl {
    margin-top: 0;
    margin-bottom: 1.75em;
    counter-reset: dott-dt;
    list-style: none;
}

dl.accordion__inner-dl>dt,
dl.dott>dd {
    padding-left: 1.125em;
    text-indent: -1.125em;
    margin-left: 0;
}

dl.accordion__inner-dl>dt::before {
    counter-increment: dott-dt 1;
    content: "・";
    font-size: 1em;
    font-weight: 700;
}

dl.accordion__inner-dl>dd {
    margin-left: 1em;
    margin-bottom: .75em;
    padding-left: 1.125em;
    text-indent: -1.125em;
}

dl.accordion__inner-dl>dt.ans-os-browser {
    margin-bottom: 4px;
}

dl.accordion__inner-dl>dd.ans-os-browser__body {
    position: relative;
    margin-bottom: 4px;
    text-indent: 0;
}

.help-accordion__area .ans-os-browser__body-initial {
    position: absolute;
    left: 0;
}

.singlelink {
    position: absolute;
    left: 0;
    height: 94%;
    width: 100%;
    z-index: 99;
}

.singlelink:hover .carlistborder {
    background: #ec9e071f;
}

/*Global protection style*/
#pagetitle.gpp {
    background: url(../imgs/page_title_bg.png) center no-repeat #F6F5F5;
    height: 180px;
}

#pagetitle.gpp h2 {
    display: none;
}

#main .headLine_gr {
    color: #1D1D1D;
    font-size: 1.8em;
    font-weight: 400;
    background-image: url(../imgs/headLine_grdbg.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: contain;
    padding: 7px 30px 6px;
    border: 1px solid #B3B3B3;
    border-left: 4px solid #626161;
}

#main .csr_main p {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0 35px 20px;
}

#main .csr_main h4 {
    font-size: 21px;
    color: #c70202;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}

#main .csr_main .area01 span.icon img {
    vertical-align: middle;
}

#main .csr_main .arrow {
    text-align: center;
    margin-bottom: -15px;
}

#main .csr_main .area01 .planArea {
    overflow: hidden;
    margin: 50px 0 40px;
}

#main .csr_main .area01 .unity {
    margin-bottom: 20px;
}

#main .csr_main .area01 p.text02 {
    padding: 0 0 10px 20px;
}

#main .csr_main .area01 .planArea .planIn {
    width: 360px;
    float: left;
}

#main .csr_main .area01 .planArea .planIn p.txtArea {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.7;
}

#main .csr_main .area01 .th24 {
    overflow: hidden;
    margin-bottom: 45px;
}

#main .csr_main .area02 h3.ttlGpp {
    color: #fff;
    font-size: 1.8em;
    padding: 7px 30px 6px;
    margin-bottom: 25px;
    border: 1px solid #B3B3B3;
    border-left: 4px solid #30b549;
    background: #161374;
}

#main .csr_main .area02 h3.ttlGpp {
    color: #fff;
    font-size: 1.8em;
    padding: 7px 30px 6px;
    margin-bottom: 25px;
    border: 1px solid #B3B3B3;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(179, 179, 179);
    border-left: 4px solid #30b549;
    background: #161374;
}

#main .csr_main .area02 .contentIn {
    padding: 0 20px;
}

#main .csr_main .area02 p {
    font-size: 14px;
}

#main .csr_main .area02 b.title {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
}

#main .csr_main .area02 ul.procedure {
    overflow: hidden;
    margin-bottom: 25px;
    list-style-type: none;
}

#main .csr_main .area02 ul.procedure li {
    float: left;
    width: 185px;
    margin: 10px 25px 0 0;
}

#main .csr_main .area02 ul.reminder {
    margin: 30px 0 60px;
    font-size: 14px;
    line-height: 1.4;
    list-style-type: none;
}

#main .csr_main .area02 .contentIn {
    padding: 0 20px;
}

#main .csr_main .area02 table.insurance {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-top: 35px;
}

#main .csr_main .area02 table.insurance tr {
    border: 1px solid #9f9fa0;
}

#main .csr_main .area02 table.insurance tr:first-child {
    background: #1b90cd;
    color: #fff;
    font-size: 1.8em;
    padding: 7px 30px 6px;
    border: none;
}

#main .csr_main .area02 table.insurance td {
    width: 185px;
    padding: 10px 0;
    padding-left: 0px;
}

#main .csr_main .area02 table.insurance td:nth-child(2n+1) {
    font-size: 13px;
    padding-left: 12px;
}

#main .csr_main .area02 table.insurance td:nth-child(2n) {
    text-align: center;
    font-size: 15px;
    border-left: #9f9fa0 solid 1px;
}

#main .csr_main .area02 table.insurance th {
    width: 830px;
    padding: 10px 0 10px 18px;
}

#main .csr_main .area01 .th24 .th24_left {
    width: 600px;
    float: left;
}

#main .csr_main .area01 .th24 .th24_right {
    float: right;
}

#main .csr_main .area02 .box b.accidents {
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    padding: 7px 30px 6px;
    background: #e90106;
    display: block;
}

#main .csr_main .area02 .box ul {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 45px;
    font-size: 14px;
    line-height: 1.7;
    list-style: none;
}

#main .csr_main .area02 .box li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

/*Requesta car style */
#pagetitle.request-car-title {
    background: url(../imgs/page_title_bg.jpg) center top no-repeat #F6F5F5;
    height: 180px
}

#pagetitle.request-car-title h2 {
    margin: 0 auto;
    padding-top: 67px;
    width: 1080px;
    color: #595a59;
    font-size: 3.2em;
    font-weight: 400;
}

#pagetitle.request-car-title h2 span {
    display: block;
    padding-left: 40px;
    margin-right: 15px;
}

.headLine01,
#responsive_main .headLine01 {
    margin-bottom: 12px;
    color: #1d1d1d;
    font-size: 1.8em;
    font-weight: 400;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #fefefe 4%, #fcfcfc 5%, #f1f1f1 49%, #e1e1e1 50%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fefefe 0, #fefefe 4%, #fcfcfc 5%, #f1f1f1 49%, #e1e1e1 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fefefe 0, #fefefe 4%, #fcfcfc 5%, #f1f1f1 49%, #e1e1e1 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f2f2f2', GradientType=0);
    border-left: 4px solid #626161;
    display: block;
}

.headLine01 span,
#responsive_main .headLine01 span {
    border-width: 2px 1px 1px 0;
    border-style: solid;
    border-color: #d6d6d6 #b3b3b3 #b3b3b3 transparent;
    padding: 5px 31px 5px 25px;
    display: block;
}

#main #request_a_car .text {
    margin: 0 45px 13px;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5;
}

#main #request_a_car .mailForm {
    margin: 0 50px;
    font-size: 14px;
}

#main .mailForm .comTable {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

#main .mailForm .comTable {
    border-collapse: collapse;
}

#main .mailForm .comTable td,
#main .mailForm .comTable th {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
    color: #030303;
    font-size: 14px;
    font-weight: 400;
}

#main .mailForm .comTable th {
    padding: 5px 0 0;
}

#main .mailForm .comTable td {
    padding: 0 0 3px;
}

#main .mailForm .comTable td input {
    padding: 2px 10px;
    width: 295px;
    height: 23px;
    color: #030303;
}

#main #request_a_car .mailForm table input {
    padding: 1px 10px;
    width: 120px;
}

#main .mailForm .comTable select {
    height: 28px;
    padding: 5px 0;
    width: 317px;
}

#main #request_a_car .mailForm table select {
    width: 142px;
}

#main #request_a_car .mailForm table textarea {
    width: 490px;
    height: 140px;
}

#main .mailForm .comTable td span {
    margin-left: 20px;
    font-size: .85em;
    vertical-align: middle;
}

#main .mailForm .comTable td p {
    margin: 0 5px;
    font-size: .8em;
}

/*Shipping schedule style*/
#service_main p {
    margin: 0 45px 12px;
    margin-bottom: 12px;
    font-size: 1.4em;
    line-height: 2;
}

#service_main dl {
    margin: 0 48px;
    font-size: 14px;
}

#service_main dt {
    margin-top: 5px;
    float: left;
}

#service_main dd {
    padding: 0 0 5px 8em;
}

#service_main dd input {
    padding: 5px 0;
    width: 250px;
    height: 30px;
}

#service_main dd select {
    width: 150px;
    height: 30px;
}

#service_main dd .btn {
    margin-top: 20px;
}

#service_main dd .btn input {
    width: 133px;
    height: 30px;
    background: url(../imgs/btn_design03.png) no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    cursor: pointer;
}

#pagetitle.parts {
    zoom: 1;
    background: url(../imgs/parts-page_title_bg.jpg) center top no-repeat #F6F5F5 !important;
    height: 180px;
    margin-bottom: 20px;
}

#pagetitle.parts h2 {
    margin: 0 auto;
    padding-top: 67px;
    width: 1080px;
    color: #595a59;
    font-size: 3.2em;
    font-weight: 400;
}

#pagetitle.parts h2 span {
    display: block;
    padding-left: 40px;
    margin-right: 15px;
}

#main_parts {
    width: 1080px;
    margin: 0 auto 2px;
}

#main .topTxt {
    margin: 0 10px 22px 15px;
    padding: 0 10px 24px 12px;
    background: url(../imgs/line02.png) left bottom repeat-x;
}

#main_parts h3 {
    margin-bottom: 16px;
    padding-left: 28px;
    color: #1c1c1c;
    font-size: 1.7em;
    font-weight: 400;
    background: url(../imgs/icon04.gif) 2px 7px no-repeat;
}

#main_parts h4 {
    margin: 0 0 9px 34px;
}

#main .photo {
    margin: 0 0 36px 56px;
}

#main .h4Ttl {
    margin-bottom: 19px;
}

#main .stepList {
    margin: 0 10px 12px 15px;
    padding: 0 23px 20px;
    background: url(../imgs/line02.png) left bottom repeat-x;
}

#main .stepList li {
    padding: 0 0 15px 16px;
    color: #050505;
    font-size: 1.4em;
    line-height: 1.2;
    background: url(../imgs/icon05.gif) left 0 no-repeat;
}

#main .h3Ttl {
    margin-bottom: 9px;
}

#main .txtInner {
    margin: 0 10px 40px 15px;
    padding: 0 10px 35px 25px;
    background: url(../imgs/line02.png) left bottom repeat-x;
}

#main .txtInner01 {
    margin-bottom: 0;
    padding-bottom: 0;
    background: 0 0;
}

#main .txtInner01 p {
    margin-bottom: 25px;
}

/*Bilal's Code*/
.text1 {
    padding-top: 88px;

}

.txt1 {
    display: inline-block;
    margin: 0;
    border-bottom: 3px solid #4a67ad;
    color: #4a67ad;
    padding: 0 .5em .2em .25em;
    font-weight: 600;
    display: inline-block;
    font-size: 32px;
    z-index: 99;
    position: relative;
}

.shadow {
    box-shadow: 0 -3px 0 0 #f2f3f5;
}

.text2 {
    padding-top: 16px;
}

.txt2 {
    font-size: 17px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    margin: 0px;
}

.txt2>a {
    text-decoration: underline;
}

.txt2>a:hover {
    color: #b4c4e1;
    text-decoration: none;

}

.cntnt {
    justify-content: center;
}

.box1 {
    position: relative;
    border: 1px solid #cdcfd6;
    margin-left: -12px;
}

.top {
    width: 100%;
}

.img1 {
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.bttn {
    border-bottom: 3px solid #6596eb;
    font-size: 32px;
    font-weight: 700;
    color: #6596eb;
}

.bttnn {
    text-align: center;
}

.mrgn-btm {
    margin-bottom: 48px;
}

.arow {
    text-indent: -.5em;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #cdcfd6;
}

.bttn:hover {
    cursor: pointer;
    text-decoration: none;
    color: #cdcfd6;
    border: none;
}

.btm {
    cursor: pointer;
    padding-bottom: 24px;
    padding-top: 20px;
}

.btm1 {
    cursor: pointer;
    padding-bottom: 83px;
    padding-top: 20px;

}

.btm2 {
    cursor: pointer;
    padding-bottom: 25px;
}

.t1 {
    color: #9ba0ae;
    font-size: 17px;
    line-height: 20px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    margin-left: -32px;
}

.t2 {
    margin-left: 0;
    line-height: 20px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    padding-left: 1.125em;
    text-indent: -1.125em;
    margin-left: 0;
    color: #5d647b;
}

.cell-no {
    flex-direction: row;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin: 0px;
    color: #5d647b;
}

.phn {
    margin-top: 20px;
    speak: none;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    color: #5d647b;
}

.phn1 {
    margin-top: 20px;
    speak: none;
    padding: 36px 0;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    color: #5d647b;
    position: relative;
}

.clr {
    clear: both;
}

.headeremail {
    font-family: 'Roboto', sans-serif !important;
}

.activetab {
    background: #fff;
    color: #ff9900;
}

.cp {
    cursor: pointer;
}

.iner {
    margin-top: 40px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.inner-block {
    height: auto;
}

.flg {
    float: left;
    position: relative;
}

.txt3 {
    font-weight: 400;
    font-size: 30px;
    font-size: px;
    color: #fff;
    margin: 0px;
    line-height: 1;
}

.flg-txt {
    float: left;
    position: relative;
    margin-left: 25px;
}

.inner {
    margin-top: 30px;
}

.text3 {
    margin-bottom: 15px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    clear: both;
    padding-top: 10px;
}

.text4 {
    margin-bottom: 24px;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    clear: both;
}

.bx1 {
    width: 294px;
    height: 324px;
    background-color: #fff;
    position: absolute;
    top: -25px;
    box-shadow: 0 0 4px 0 #9ba0ae;
    cursor: pointer;
}

.bx2 {
    width: 294px;
    height: 324px;
    background-color: #fff;
    position: absolute;
    top: -25px;
    box-shadow: 0 0 4px 0 #9ba0ae;
    cursor: pointer;
    right: 65px;
}

.mrg-img {
    margin: 13px;
}

.txt4 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: rgb(93, 100, 123);
    text-align: center;
}

.txt5 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #9ba0ae;
    margin-left: 80px;
}

.dwn {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 24px);
    font-size: 4.8rem;
    font-weight: 900;
    color: #cdcfd6;
}

.txt6 {
    font-size: 41px;
    margin-right: 72px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 1000;
    color: rgb(74, 103, 173);
    margin: 0px;
}

.pd-tp {
    padding-top: 56px;
}

.txt8 {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 1.50;
    color: rgb(93, 100, 123);
    font-weight: 400;
    margin: 0px;
}

.bg-clr {
    background-color: rgb(242, 243, 245);
}

.pd-bt {
    padding-bottom: 25px;
}

.bg-clr:after {
    content: "";
    display: block;
    bottom: -330px;
    left: 220px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 32px 78px 78px;
    border-style: solid;
    border-color: rgb(242, 243, 245) transparent transparent;
    border-image: initial;
}

.text7 {
    font-weight: 400;
    font-size: 20px;
    color: #423316;
    float: left;
    position: relative;
    padding-left: 22px;
    line-height: 21px;
}

.text8 {
    font-weight: 400;
    font-size: 20px;
    color: #4a67ad;
    float: right;
    position: relative;
    margin: 0px;
    margin-top: -30px;
    padding-right: 94px;
}

.text10 {
    font-weight: 400;
    font-size: 20px;
    color: #423316;
    float: left;
    position: relative;
    padding-left: 11px;
    padding-top: 15px;
}

.text12 {
    font-weight: 400;
    font-size: 20px;
    color: #423316;
    float: right;
    position: relative;
    margin: 0px;
    margin-top: -39px;
    padding-right: 60px;
}

.bg-clr1 {
    background-color: rgba(242, 243, 245, .5);
}

.flt-lft {
    float: left;
    position: relative;
}

.up {
    clear: both;
}

.dwn1 {
    float: left;
    position: relative;
    padding-top: 14px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    width: 100%;
}

.text9 {
    font-weight: 400;
    font-size: 17px;
    color: #5d647b;
    line-height: 0.75;
}

.bg-clr2 {
    background-color: rgb(242, 243, 245);
}

.txt9 {
    font-size: 41px;
    margin-right: 72px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 1000;
    color: rgb(74, 103, 173);
    margin: 0px;
    text-align: center;
}

.checkboxsection .col-sm-3 {
    margin-bottom: 3px !important;
}

.buyprocedureimages img {
    margin: auto;
}

.buyprocedureimages div.col-sm-2 .col-sm-12 {
    border: 1px solid #4a67ad17;
    border-radius: 3px;
    padding: 8px;
}

.buyprocedureimages div.col-sm-2 .col-sm-12:hover {
    border-color: #e7e7e7;
    cursor: pointer;
}

.buyproce p {
    margin-bottom: 0px;
}

.buyproce p {
    margin-bottom: 0px;
}

.steps tr td {
    padding-bottom: 0px !important;
}

.clrgreen {
    color: green !important;
}

.chat {
    position: fixed;
    right: -150px;
    z-index: 999;
    transition: .3s;
    bottom: 250px;
    cursor: pointer;
    transform: rotate(90deg);
    background: #ff9900;
    padding: 10px;
    font-size: 16px;
    transform-origin: -30px 36px 0;
    border-radius: 0px 0px 25px 25px;
}

.chat2 {
    position: fixed;
    right: -52px;
    z-index: 999;
    transition: .3s;
    bottom: 250px;
    cursor: pointer;
    transform: rotate(90deg);
    background: #ff9900;
    padding: 9px 20px 0px;
    font-size: 16px;
    transform-origin: 24px -2px 0;
    color: #fff;
    border-radius: 0px 0px 25px 25px;
}

.chat p {
    color: #fff;
    margin: 0;
}

.carInfo td {
    border: 1px solid #e7e7e7 !important;
}

.bodystyle li a {
    height: 34px;
}

.bodystyle li a img {
    width: 30px;
}

.star {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.star img {
    border-radius: 5px 0 0 0;
}

.selectsection .col-sm-3 {
    width: 20%;
    margin-bottom: 9px;
}

.selectsection .col-sm-2 {
    width: 10%;
    margin-bottom: 9px;
}

.selectsection .col-sm-3 select,
.selectsection .col-sm-2 select {
    height: 25px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
}

.selectsection .col-sm-3 label {
    margin-bottom: 0px;
}

.leftnavd h2 {
    margin-top: 12px;
}

.inquerymodal .modal-title {
    font-size: 1.5em;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    line-height: 33px;
    margin-bottom: -8px;
    position: relative;
    top: -10px;
    padding-bottom: 3px;
}

.inquerymodal .modal-body {
    padding-top: 0px;
}

#viewCar .modal-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.inquerymodal .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.inquerymodal .modal-body .noproblem {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

.forminquery label {
    width: 25%;
}

.forminquery input,
.forminquery select,
.forminquery textarea {
    width: 100%;
    display: inline-block;
    border-radius: 0px;
}

.inquerymodal .modal-content {
    box-shadow: none;
    padding: 15px;
}

.inquerymodal .modal-md {
    width: 450px;
}

.inquerymodal button {
    background: #de7209;
    color: #fff;
    font-weight: normal;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
}

.inquerymodal button.close {
    color: #000;
    font-weight: normal;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
    opacity: 1;
    border-radius: 50%;
    padding: 0px 3.3px 2px;
    z-index: 1;
    font-size: 19px;
    position: relative;
    top: -20px;
    right: -20px;
    background: transparent;
    text-shadow: none;
}

.inquerymodal button:hover {
    background: #de7209;
    color: #fff;
}

.inquerymodal button.close:hover {
    background: transparent;
    color: black;
}

.mar-auto {
    margin: auto;
}

.newss h4 {
    font-size: 1.7rem;
    line-height: 1.375;
    color: #111;
    text-transform: uppercase;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
}

.newss a {
    font-size: 1.7rem;
    line-height: 1.375;
    color: #012648;
    text-transform: uppercase;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    transition: .5s;
}

.newss a:hover {
    text-decoration: none;
    color: #012648c9;
    transition: .5s;
}

.newss p {
    color: #5a5c63;
    font-size: 17px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.innernews {
    margin-bottom: 30px;
}

.companyprofileinner h2.who {
    font-size: 24px;
    color: #1B4947;
    margin-bottom: 20px;
}

.companyprofileinner div.profile {
    border-radius: 3px;
}

.companyprofileinner div.profile p {
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 27px;
    color: #1B4947;
    margin-bottom: 22px;
}

.companyprofileinner div.profile strong {
    font-family: rlB;
    letter-spacing: .7px;
}

.companyprofileinner div.profile .fa-check {
    background: #89c662;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
}

.checksec strong {
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-family: rlR;
}

.checksec p.detail {
    margin-left: 30px;
    margin-bottom: 40px !important;
}

.checksec p.hed {
    margin-bottom: 0px !important;
}

h2.why {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 28px;
    color: #054fa0;
    font-family: rbB;
    letter-spacing: .7px;
}

.mapimage {
    height: 82px;
    background: url('../imgs/map_image.png') no-repeat;
}

.bgmpblue p.regin {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 10px 15px;
}

div.col-sm-12.bgmpblue {
    padding: 10px 15px;
}

.bgmpblue ul li a {
    color: #fff;
    padding: 5px;
    transition: .5s;
    font-size: 14px;
}

.bgmpblue ul li a:hover {
    text-decoration: none;
    transition: .5s;
    font-size: 16px;
}

.bgmpblue ul {
    margin-top: 53px;
}

.myinquirymessage {
    margin-bottom: 0px;
    width: 450px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #666;
    margin-top: 5px;
}

.lrgmap {
    background: url('../imgs/index_map.png') no-repeat;
    background-position: center;
    height: 350px;
    margin-top: 40px;
    position: relative;
}

.indexmap p:first-of-type {
    margin-bottom: 0px;
}

.indexmap p {
    font-size: 18px;
}

.indexmap p span {
    color: #f7931e;
}

.lrgmap ul li a {
    font-size: 15px;
    transition: .5s;
}

.lrgmap ul li a:hover {
    text-decoration: none;
    font-size: 16px;
    transition: .5s;
}

.lrgmap ul li a.af {
    margin-left: -39%;
    position: relative;
    top: 169px;
}

.lrgmap ul li a.wes {
    margin-left: 0px;
    position: relative;
    top: auto;
    bottom: -94px;
    left: -17%;
}

.lrgmap ul li a.es {
    position: relative;
    margin-left: 0px;
    top: auto;
    bottom: -24px;
    left: -6%;
}

.lrgmap ul li a.cenB {
    position: relative;
    top: 45px;
    left: -87px;
}

.lrgmap ul li a.south {
    position: relative;
    left: -111px;
    top: 92px;
}

.lrgmap ul li a.ocea {
    position: relative;
    top: 171px;
}

.lrgmap ul li a.nrth {
    position: relative;
    top: 72px;
    left: 250px;
}

.lrgmap ul li a.cri {
    position: relative;
    top: 150px;
    left: 297px;
}

.lrgmap ul li a.central {
    position: relative;
    top: 168px;
    margin-left: 53%;
}

.signupsteps li {
    background: #ff9900;
    width: 100px;
    text-align: center;
    padding: 5px 0px;
    position: relative;
}

.signupsteps li a {
    color: #fff;
}

.signupsteps li a:hover {
    text-decoration: none;
    color: #fff;
}

.signupsteps li after {
    right: -9px;
    display: inline-block;
    border-top: 26px solid transparent;
    border-left: 10px solid #FF9520;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: -1px;
}

.firstsec p {
    font-size: 25px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    color: #556;
    margin-top: 25px;
}

.firstsec button {
    color: #fff;
    padding-top: 14px;
}

.firstsec button span {
    font-size: 20px;
    position: relative;
    top: -6px;
}

.firstsec button i {
    font-size: 28px;
    margin-left: 7px;
}

h4.statistics {
    border-left: 4px solid #4a67ad;
    padding: 5px 13px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .7px;
    margin-top: 35px;
}

.img2sec {
    padding: 15px 0;
}

.img2sec img:hover {
    cursor: pointer;
    opacity: .8;
}

.markerdetail {
    border: 1px solid #e7e7e7;
    padding: 15px;
    font-size: 15px !important;
    margin-top: 0px !important;
}

.faqsleftside {
    padding: 15px;
    border: 1px solid #e7e7e7;
}

.faqsleftside .addui-Accordion-header {
    text-align: left;
}

.gregmini {
    background: url('../imgs/askGregMini.jpg') no-repeat;
    background-size: cover;
    padding: 15px 15px;
}

.gregmini h2 {
    font-size: 30px;
    font-family: arial;
    color: #fff !important;
    margin-bottom: 0px;
}

.gregmini p {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 8px;
}

.img .sectionwhychoose h3 {
    font-size: 18px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    color: #19180b;
    line-height: 31px;
}

.img .sectionwhychoose p {
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
    line-height: 27px;
    font-size: 15px;
    color: #444;
}

.topnavigation {
    /* border-bottom: 1px solid #eaedefd6; */
    border-bottom: 1px solid #686868;
    background: #232323;
    letter-spacing: .7px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    padding-bottom: 3px;
}

.topnavigation {
    /* background: linear-gradient(179deg, #1176ba, #1a2c8a) !important; */
    background: #CEB98F !important;
    color: #000 !important;
}

.btn-orange {
    font-size: 15px;
    letter-spacing: .5px;
    color: #3a6d24;
    padding: 8px 26px;
    background: #ffffff;
    border-radius: 25px;
    transition: .5s;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background: #EDD37F !important;
    background: #b17621;
    transition: .5s;
}

.btn-white {
    font-size: 21px;
    letter-spacing: .5px;
    color: #4a67ad;
    padding: 5px 26px;
    background: #fff;
    border-radius: 25px;
    transition: .5s;
}

.btn-white:hover {
    color: #4a67ad;
    background: #e4e3e3;
    transition: .5s;
}

.bg-orange {
    background: #4cc09b !important;
}

.extratable tr td {
    border-top: 0px !important;
}

.extratable tr td img {
    width: 50px;
}

.sectionwhychoose .col-sm-3 {
    padding: 0 55px;
}

.sectionwhychoose .by p {
    color: #fff;
}

.sectionwhychoose .sby {
    font-size: 22px !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: rlM;
    letter-spacing: .5px;
    margin-top: 8px;
}

.sectionwhychoose label {
    color: #fff;
    font-weight: normal;
}

.mypricedropdown {
    cursor: pointer;
}

.searchform {
    border: 1px solid #000;
    padding-bottom: 11px;
    position: absolute;
    top: -1%;
    background: rgba(0, 0, 0, 0.8);
}

.searchform h4 {
    color: #fff;
    padding: 11px 15px;
    background: #000;
    margin: 0px;
}

.carimg {
    padding: 0 19px;
    background: url(../imgs/cars.png) no-repeat;
    float: right;
    width: 39px;
    height: 28px;
    position: relative;
    top: -4px;
    background-position: 0 -3px;
}

/*.userIcon{background: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 10px; margin-top: 11px;}*/
.userIcon {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px;
    margin-top: 11px;
    max-height: 200px;
}

.searchform select:focus,
.searchform input:focus {
    outline: none;
    box-shadow: none;
}

.searchform select:active,
.searchform input:active {
    outline: none;
    box-shadow: none;
}

.searchform select,
.searchform input {
    border-radius: 0px;
    padding: 0 5px;
    height: 25px;
    border-color: rgba(255, 255, 255, .4);
    color: #FF9900;
    background: transparent;
}

.searchform label {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.advancetext {
    display: inline-block;
    margin-top: 9px;
    margin-bottom: 0px;
}

.advancetext a {
    color: #FFF;
    letter-spacing: .6px;
    transition: 1s;
    font-size: 14px;
}

.advancetext a:hover {
    border-bottom: 1px solid #FF7500;
    transition: 1s;
    text-decoration: none;
}

.hapimge {
    margin-top: 50px;
}

.testimonials p {
    font-family: rbR !important;
    color: #333 !important;
    font-size: 15px !important;
    letter-spacing: .5px !important;
    line-height: 24px;
    margin-left: 30px;
}

.slider2 .caption {
    border: 1px solid #e7e7e7;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

.testparent {
    background: #F2F3F5;
}

.user_dash_noti {
    color: red;
    margin-top: -6px;
    font-size: 15px;
}

.multiple.slider1 li:hover .caption,
.multiple.carsStock li:hover .caption,
.multiple.slider3 li:hover .caption {
    background: #e8e7e3;
    transition: .8s;
}

.testparent .bx-wrapper {
    margin: auto;
}

.testparent .bx-prev {
    margin-left: 0
}

.testparent .bx-next {
    margin-right: -38px;
}

.reserve {
    background: #B7B614;
    color: #fff;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    margin-top: 4px;
    border: 0px;
    padding: 1px 12px;
    position: relative;
    top: 0;
    font-family: rlM;
    letter-spacing: .7px;
    font-size: 16px;
    margin-left: 3px;
}

.pad10 {
    padding: 10px;
}

.browp {
    background: #47413c;
    padding: 10px;
    color: #fff;
    margin-top: -5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.showmoretext {
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .6px;
    font-size: 13px;
}

.sicons {
    padding: 1px 0px 7px 15px;
}

.sicons.code {
    background: url('../images/icons.png') no-repeat;
}

.toolsbar {
    background: #423316;
    color: #fff;
}

.toolsbar p {
    font-size: 14px;
    display: inline-block;
}

.toolsbar p {
    font-size: 14px;
    display: inline-block;
}

.toolsbar p.topicons i {
    padding: 10px 20px;
    font-size: 20px;
    margin-right: -1px;
}

.tabcontent,
.tabcontent1,
.tabcontent2 {
    padding: 15px;
}

.tabcontent,
.tabcontent1,
.tabcontent2 p {
    font-size: 16px;
}

.btns {
    border-radius: 25px;
    padding: 6px 30px;
}

.joinbtn {
    padding: 5px 21px;
}

.signwithjoin {
    border-radius: 3px;
    padding: 5.5px 16px;
    position: relative;
    top: 1px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.btn-inquiry {
    background: #ff9900;
    padding: 8px 35px;
    border-radius: 32px;
    color: #fff;
    font-size: 15px;
    transition: .5s;
}

.btn-inquiry:hover {
    background: #ec920a;
    color: #fff;
    transition: .5s;
}

div.car {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    transition: .8s;
}

div.car:hover .captiondetail {
    background: #e8e7e3;
    transition: .8s;
}

div.car .captiondetail {
    padding: 5px;
}

.carousel.fade-carousel.slide {
    overflow: hidden;
}

#bs-carousel .carousel-inner {
    width: 100%;
}

.carousel.fade-carousel.slide img {}

.bannersearch .searchform {
    margin-top: 21px;
    display: none;
}

.panel-title a {
    display: block;
}

.faqsangle {
    font-size: 20px;
}

.latestnews h3 {
    font-size: 22px !important;
    color: #fff !important;
    font-weight: normal !important;
    letter-spacing: .9px;
    font-family: rlM;
}

.tell:hover,
.tell:focus,
.tell:active {
    text-decoration: none;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -34px;
    opacity: .7;
}

.selectsection .fa-cab {
    margin-left: -3px;
}

.searchbyfeatures .col-sm-3 {
    width: 18%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.searchbyfeatures {
    padding-left: 3.5% !important;
}

.searchbyfeatures .col-sm-3 p {
    font-size: 13px;
    letter-spacing: .7px;
}

.getlatestnewsheading {
    margin-bottom: 27px;
}

.custominput {
    height: 37px;
    background: transparent;
    color: #fff;
}
.custominput:focus {
    border-color: #fff !important;
}

.custominput::placeholder {
    color: #d0d2d8;
}

.totalcars {
    font-size: 26px;
    position: relative;
    top: 8px;
    color: #555;
    font-family: rlB;
}

.callus {
    font-size: 18px !important;
    margin-left: 15px;
    position: relative;
    top: 13px;
    color: #555;
    font-family: rlB;
}

.tcarsHeader {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 12px;
    line-height: 17px;
    font-family: rbB;
}

.tcars {
    color: #ff9900 !important;
}

.parentdiv {
    background: #fff;
    border: 1px solid #ddd;
}

.askgreg {
    font: bold 29px/60px arial;
    color: #47413C;
    margin: 0px;
}

.gregdetail {
    color: #333;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: rlM;
}

.brought {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.brought img {
    margin: auto;
    display: inline-block;
}

.brought span {
    font-family: rlB;
    color: #222;
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-right: 35px;
}

.b-t1 {
    border-top: 1px solid #dddddd8c;
}

.contactform {}

.contactform textarea,
.contactform input {
    border-radius: 0px;
    margin-top: 15px;
}

.sendquestion {
    margin-top: 15px;
}

.sortby {
    margin-top: 20px;
}

.sortby p {
    display: inline-block;
}

.sortby p.newarrivals {
    border: 1px solid #FF9900;
    color: #FF9900;
    padding: 0 11px;
    border-radius: 3px;
    font-size: 13px;
}

.sortby p.sortoption {
    border: 1px solid #4a67ad;
    color: #4a67ad;
    padding: 0 11px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: 1s;
}

.sortby p.sortoption:hover {
    border: 1px solid #4a67ad;
    background: #4a67ad;
    color: #fff;
    transition: 1s;
}

.showresult {
    font-size: 16px;
    letter-spacing: .5px;
}

.freeregistration {
    /* background: #14506f; */
    background: #CEB98F;
    padding: 5px 15px;
    color: #fff;
    letter-spacing: .7px;
    margin-bottom: 25px;
}

.freeregistration p {
    margin-bottom: 0px;
    padding: 5px 0;
}

.estraineurope .reigns ul li:not(:last-of-type):after {
    content: "|";
    font-size: 20px;
    color: #337ab7;
}

.estraineurope ul li a {
    font-size: 16px;
    padding-right: 12px;
    transition: .5s;
}

.estraineurope ul li a:hover {
    text-decoration: none;
    color: #ff9900;
    transition: .5s;
}

.selectcountryname {
    border-bottom: 2px solid #ff9900;
    color: #47413c;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.flaggeorgia {
    padding: 9px 30px;
    background: url(../imgs/flags.png) no-repeat;
    background-position: 0px -320px;
}

.flagrussain {
    padding: 9px 30px;
    background: url(../imgs/countries_flags.png) no-repeat;
    background-position: 0px -1560px;
}

.scr {
    margin-top: 20px;
}

.scr ul li {
    position: relative;
}

.scr ul li a span.russain {
    position: absolute;
    top: -10px;
}

.scr ul li a span.fa {
    margin-left: 40px;
}

.scr ul li a span.fa.russaincaret {
    margin-left: 120px;
}

.regu {
    background: #4a67ad;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 13px;
    color: #fff;
    font-size: 23px;
    letter-spacing: .7px;
    margin-bottom: 0px;
}

.head {
    border-left: 5px solid #ff9900;
    color: black;
    font-size: 16px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    padding: 3px 10px;
    letter-spacing: .7px;
}

.detailofregulation {
    margin-left: 16px;
    font-size: 16px;
    color: #666;
}

.detailofregulation {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.signupimage {
    margin-top: -21px;
}

.signupimgparent {
    position: relative;
    top: -20px;
}

.pagepath {
    padding-top: 10px;
    background: #fff;
}

.pagepath .container {
    color: #7b8397;
    padding-left: 7px;
}

.pagepath .container a {
    color: #7b8397;
}

section.bodycontent {
    padding: 0px 0 50px;
    background: #fff;
}

.leftnavigation {
    width: 21%;
    margin-top: 20px;
}

.bodycontent .mainbody {
    width: 79%;
    margin-top: 20px;
}

.bodycontent .mainheading {
    color: rgba(39, 50, 78, 0.6);
    margin-bottom: 13px;
    font-size: 28px;
    letter-spacing: .7px;
}

.fullwidthbody {
    padding: 0px 0 50px;
    background: #F7F8F9;
}

.remcomendedRightSide {
    width: 19%;
}

.remcomendedRightSide h2.rec-cars {
    background: #4A67AD;
    color: #fff;
    font-size: 15px;
    margin-top: -20px;
    padding: 12px 5px;
    letter-spacing: .2px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.searchbarlabel {
    font-weight: normal;
    font-size: 1.8rem;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .4px;
    padding: 9px 10px;
    background: #4A67AD;
    color: #fff;
    border-bottom: 1px solid #4A67AD;
}

.searchbar {
    position: relative;
}

.searchbar input {
    border-radius: 0px;
    height: 45px;
}

.searchbar button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background: #4A67AD;
    border-color: transparent;
    padding: 12px 20px;
}

.searchbar button i {
    color: #fff;
    font-size: 16px;
}

.showmoreitems {
    padding: 5px 0px 5px 0;
}

.detailpagecarname {
    margin-top: 2px;
    margin-bottom: 3px;
    position: relative;
    font-size: 22px;
    font-family: rbB;
    display: inline-block;
}

.auctionsheetnotesheading {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #4a67ad;
    margin-top: 30px;
    padding-bottom: 5px;
}

.auctionsheetnotesheading span {
    border-bottom: 3px solid #4a67ad;
    padding-bottom: 4px;
}

.noteofdetail {
    font-size: 12px;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#d9edf7), to(#d9edf7));
    color: #3a87ad;
    padding: 3px 8px;
    line-height: 19px;
    letter-spacing: .3px;
    border-radius: 4px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
}

.noteofdetail2 {
    font-size: 12px;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#d9edf7), to(#d9edf7));
    color: #3a87ad;
    padding: 3px 8px;
    line-height: 19px;
    letter-spacing: .7px;
    border-radius: 4px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    margin-top: 35px;
}

.pricePart .tools {
    background: #f2f3f5;
    margin-top: 13px;
    margin-bottom: 6px;
    border: 1px solid #e7e7e7;
}

.extimator {
    padding: 15px;
    background-color: #0b3969;
}

.inquirylabel {
    padding: 13px;
    color: #9ba0ae;
}

.lists.pins {
    padding-left: 15px;
    margin-top: 40px;
}

.listinlist {
    margin-top: 10px;
    padding-left: 25px;
}

.loginscreenimage {
    position: absolute;
    bottom: -47px;
    right: 19px;
    width: 350px;
}

.mb20 {
    margin-bottom: 20px;
}

.stephto p.stepheading {
    color: #423316;
    font-size: 16px;
    padding: 5px 0;
}

.stephto p.stepheading span {
    background: #423316;
    padding: 1px 7px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 0;
    position: relative;
    top: -1px;
}

.chat2.savebutton:hover {
    padding: 18px 27px 8px;
    right: -70px;
    transform-origin: 20px 2px 0;
    font-size: 18px;
}

.socialicons {
    position: relative;
    top: 7px;
}

.lSSlideOuter .lSPager.lSGallery img {
    min-height: 50px;
    height: 50px;
}

.chat:hover {
    padding: 20px;
    right: -185px;
    font-size: 18px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mt5 {
    margin-top: 5px;
}

.mt2 {
    margin-top: 15px;
}

.ml25 {
    margin-left: 25px;
}

.searchtop input {
    border-radius: 0;
    padding: 0 10px 0 27px;
    height: 30px;
    font-size: 13px;
    margin-top: -4px;
}

.searchtop {
    position: relative;
}

.searchtop .fa {
    position: absolute;
    left: 22px;
    top: 4px;
    color: #555;
}

.customervoice {
    margin-bottom: 50px;
}

.customervoice p {
    font-size: 15px;
    color: #555;
    letter-spacing: .6px;
    line-height: 26px;
}

.customervoice .reviews,
.rules {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 30px 15px;
}

.bannerhowtobuy {
    background: url(../imgs/howtobuybanner.jpg) no-repeat;
    background-size: cover;
    padding: 45px 160px;
    position: relative;
    text-align: center;
    background-position: 0px -35px;
}

.bannerhowtobuy span.opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.bannerhowtobuy .bannercaption {
    z-index: 5;
    position: relative;
}

.bannerhowtobuy .bannercaption h1 {
    font-family: rlB;
    font-size: 42px;
}

.bannerhowtobuy .bannercaption p {
    padding: 0 95px;
    line-height: 26px;
    font-family: rlM;
    letter-spacing: .5px;
    font-size: 15px;
}

.bannerhowtobuy .bannercaption strong {
    font-size: 20px;
    font-weight: normal;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.bannerhowtobuy .bannercaption h1,
.bannerhowtobuy .bannercaption p,
.bannerhowtobuy .bannercaption a {
    color: #fff;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 5;
}

.howtobuyvehicle {
    padding-top: 67px;
    font-size: 17px;
    font-family: rlM;
    letter-spacing: .5px;
}

.stepshowtobuy {
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 8px 15px;
    width: 15%;
    background: #f7f8f9;
    margin-right: 1%;
}

.stepshowtobuy.active {
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 8px 11px;
    width: 15%;
    background: #ff9900;
    margin-right: 1%;
}

.stepshowtobuy.active a {
    color: #fff;
    font-size: 16px;
    letter-spacing: .6px;
    font-family: rlM;
}

.stepshowtobuy a {
    color: #555;
    font-size: 16px;
    letter-spacing: .6px;
    font-family: rlM;
}

.roundedcircle {
    border: 1px solid #4398d2;
    border-radius: 50%;
    position: relative;
    height: 500px;
    margin-top: 50px;
    left: -60px;
}

.roundedcircle video {
    position: absolute;
    top: -52px;
    left: -49px;
}

.roundedcircle h2 {
    text-align: center;
    font-size: 30px;
    font-family: rlB;
}

.roundedcircle ul {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.buyordericon {
    position: absolute;
    left: 67px;
    top: 35px;
    z-index: 1;
    font-size: 30px;
    border: 1px solid #4398d2;
    padding: 9px 11.5px;
    border-radius: 50%;
    color: #4398d2;
    background: #fff;
    transition: .9s;
}

.buypaymenticon {
    position: absolute;
    left: 77.2%;
    top: 36px;
    z-index: 1;
    font-size: 30px;
    border: 1px solid #4398d2;
    padding: 10px 9px;
    color: #4398d2;
    background: #fff;
    border-radius: 50%;
    transition: .9s;
}

.buyshipicon {
    position: absolute;
    left: 92.5%;
    top: 298px;
    z-index: 1;
    font-size: 30px;
    border: 1px solid #4398d2;
    padding: 10.3px 9px;
    color: #4398d2;
    background: #fff;
    border-radius: 50%;
    transition: .9s;
}

.buycustomicon {
    position: absolute;
    left: 42.5%;
    top: 469px;
    z-index: 1;
    font-size: 30px;
    border: 1px solid #4398d2;
    padding: 10.3px 9px;
    color: #4398d2;
    background: #fff;
    border-radius: 50%;
    transition: .9s;
}

.buypickupicon {
    position: absolute;
    left: -3.6%;
    top: 275px;
    z-index: 1;
    font-size: 27px;
    border: 1px solid #4398d2;
    padding: 9.3px 10px;
    color: #4398d2;
    background: #fff;
    border-radius: 50%;
    transition: .9s;
}

.topicon {
    width: 23%;
    margin-top: 30px;
}

.circlemail {
    letter-spacing: .5px;
}

.mb3 {
    margin-bottom: 3px !important;
}

.stockidpart {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-left: 1px solid #EAEDEF;
    padding-right: 0px;
    padding-top: 10px;
}

.favsec {
    color: #B6A278!important;
    font-size: 15px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 700;
}

.hearticon {
    font-size: 16px;
    color: #B6A278!important;
}

.stepsicons i:hover {
    background: #4398d2;
    color: #fff;
    cursor: pointer;
    transition: .9s;
}

#order,
#pickup,
#customclearance,
#payment,
#shipment {
    position: absolute;
    top: 0;
}

.iactive {
    background: #4398d2;
    color: #fff;
}

.btn-tab-inquiry {
    padding: 7px 17px;
}

.middlecardetail .featuredUserCars h2.small {
    font-size: 18px !important;
}

.swal2-modal .swal2-title {
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px;
}

.swal2-modal .swal2-content {
    font-size: 14px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: .5px;
}

.swal2-modal button {
    background-color: #B6A278 !important;
    background: #B6A278 !important;
}

.wrap-login100 {
    background: #B6A278 !important;
}
.login100-form-btn {
    background: #CEB98F !important;
    font-family: 'Roboto', sans-serif !important;
}
.login100-form-btn:hover {
    background: #fff !important;
    color: #CEB98F !important;
}
.label-checkbox100 {
    font-family: 'Roboto', sans-serif !important;
}
.input100 {
    font-family: 'Roboto', sans-serif !important;
}

.social-icn span {
    margin-right: 5px;
}

.social-icn .fa-google-plus {
    /* background: #DB4437; */
    background: #B6A278;
    color: #fff !important;
    padding: 10px 8px;
    border-radius: 50%;
}

.social-icn .fa-facebook {
    background: #3B5998;
    color: #fff !important;
    padding: 10px 13px;
    border-radius: 50%;
}

p.smp {
    font-size: 11px !important;
    letter-spacing: 1.5px;
}

.padl8 {
    padding-left: 5px;
}

.padr8 {
    padding-right: 5px;
}

.pkg {
    text-align: justify;
}

.pkg img {
    margin-bottom: 20px;
}

.full-w {
    width: 100%;
}

.selectsection ul {
    list-style: none;
    padding-left: 10px;
}

span.margr10 {
    margin-left: 18px;
}

#displaycountry ul {
    margin-top: 15px;
}

#displaycountry ul li img {
    height: 40px;
}

.padt8 {
    padding-top: 8px;
}

.padr30 {
    padding-right: 30px;
}

.padb15 {
    padding-bottom: 15px;
}

.stps li span {
    font-weight: bold;
    color: #3b3b3b;
}

ul.stps {
    margin-top: 29px;
    list-style: none;
    padding-left: 10px;
}

.red-col {
    color: red;
}

.mrgt10 {
    margin-top: 10px;
}

.w90 {
    width: 90%;
}

.sticktab {
    overflow-x: scroll;
}

thead.topheader {
    background: #0F84CB !important;
    color: #fff;
    font-weight: normal !important;
}

.padt40 {
    padding-top: 40px;
}

.res-table {
    overflow-x: auto;
}

.abcRioButton {
    height: 53px !important;
}

.note {
    font-size: 16px;
    color: #666;
    letter-spacing: .5px;
}

.loggedindrop {
    margin-top: 0px;
    top: 19px;
    border-top: 5px solid #423316;
    width: 198px;
    padding: 5px 0px 0px;
    left: 0px;
    background: #F2F3F5;
    text-align: left;
    z-index: 2;
}

.loggedindrop .col-sm-6 {
    background: #fff;
    padding: 10px 10px;
}

.loggedindrop .userlinks {
    padding: 15px 15px 0px;
}

.loggedindrop p {
    color: #444;
    font-size: 16px;
}

.avatar {
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.unloggedin {
    margin-top: 0px;
    top: 21px;
    border-top: 2px solid #47413c;
    width: 176px;
    padding: 5px 20px;
    left: -33px;
}

.lefttopdropdown {
    margin-top: 0px;
    top: 18px;
    /* border-top: 6px solid #1176ba; */
    border-top: 6px solid #CEB98F;
    padding: 13px 20px 5px;
    left: -33px;
}

.emailinstruction {
    font-size: 16px;
    letter-spacing: .5px;
    color: #666;
}

.signupinfo {
    text-align: center;
    font-size: 21px;
    color: #dd4b39;
}

.signupinfo i.fa {
    margin-top: 21px;
}

.lettericon {
    padding: 27px 0 40px;
}

.viewall {
    padding: 8px 40px;
    font-size: 15px;
}

.dropdown-menu li a {
    border-left: 0px;
}

a.showbtn,
a.showbtn:hover,
a.showbtn:focus {
    color: #fff !important;
    font-size: 15px !important;
    margin-top: 8px;
    background: #423316 !important;
    padding: 3px !important;
    border: 0;
    border-radius: 5px;
    letter-spacing: .5px;
}

.ierror {
    margin-bottom: 0px;
    /* color: #f00; */
    color: #EDD37F;
    left: 107px;
    position: relative;
}

.error {
    color: #f00 !important;
    position: absolute;
}

.tooltip-inner {
    padding: 6px 29px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    /*font-family: rbR;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.searchcarsangle {
    font-size: 19px;
    margin-left: 8px;
}

.viewalltext {
    border-top: 1px solid #ddd;
    padding: 10px 15px 0;
    text-align: right;
    font-size: 16px;
}

#bottomMaker div a:hover,
#bottomType div a:hover {
    text-decoration: none !important;
}

a.tcars:hover {
    text-decoration: none;
    color: #ff9900;
}

.lefttopdropdown a img {
    width: 22px;
}

/*back to top button*/
.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: transparent;
    text-decoration: none;
    position: fixed;
    top: auto;
    bottom: 60px;
    right: 40px;
    display: none;
    background: #ea3000 url(../images/arrow_up.png) 2px 1px;
    text-indent: 999999px;
    border-radius: 5px;
    z-index: 5;
    background-color: #B6A278 !important;
}

input::placeholder {
    color: #ffffff !important;
}

.scrollToTop:hover {
    text-decoration: none;
    color: transparent;
}

.scrollToTop:focus {
    text-decoration: none;
    color: transparent;
}

.categMiddle {
    width: 79%;
}

.categMiddle.algign_cat_homepage {
    width: 100% !important;
}

.categMiddle.algign_cat_homepage .home_page_style_detail {
    width: 83% !important;
}

.checkbg {
    width: 120px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #747477;
}

.checkbg.stock {
    background-color: #FF9900;
}

.checkbg.one {
    background-color: #ffffff;
}

.cph {
    margin-right: 5px;
    float: left;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.cpp {
    font-size: 22px;
    color: #E60012;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: vbold;
}

.cdh {
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.cdp {
    color: #E60012;
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}

a.cdp:hover {
    color: #E60012;
    text-decoration: none;
}

.wrfull {
    clear: both;
}

.btn-dismiss {
    background: #ccc !important;
    color: black !important;
    transition: .8s;
    border-radius: 20px;
    letter-spacing: .5px !important;
    padding: 7px 30px;
}

.btn-dismiss:hover {
    background: #fff !important;
    border-color: black;
    transition: .8s;
}

.reg_active {
    width: 500px;
    margin: auto;
    text-align: center;
}

.reg_active h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 24px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.inner-active {
    border: 1px solid #fff;
    padding-top: 10px;
    color: #fff;
}

.thumb_car {
    position: relative;
    width: 100px;
    border-radius: 4px;
    float: left;
}

.thumb_car img {
    border-radius: 4px;
}

.title_car {
    position: relative;
    float: left;
    margin-left: 10px;
}

.title_car h3 {
    color: #555;
    font-size: 22px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.btn-disabled {
    margin-top: 4px;
    background: #ccc;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    cursor: not-allowed;
    margin-top: 4px;
    padding: 8px 50px;
    border-radius: 25px;
    font-size: 16px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
}

.orderitembtntext {
    font-size: 16px;
    color: #5d647b;
    position: relative;
    top: 4px;
    margin-left: 25px;
}

/*custom responsive media queries*/

@media(max-width:1500px) {
    /*#bannersearch input, #bannersearch select{margin-bottom:10px; }*/
    /*.carousel.fade-carousel.slide{height:294px;}*/
}

@media(max-width:1400px) {
    /*#bannersearch input, #bannersearch select{margin-bottom:10px; }*/
}

@media(min-width:992px) AND (max-width:1400px) {
    /*#bannersearch label{display:none;}*/
    /*#bannersearch input, #bannersearch select{margin-bottom:10px; }*/
    /*.searchform h4{margin-bottom:10px;}*/
    /*.carousel.fade-carousel.slide img{height:294px;}*/
    /*.slides img{position:relative; left: -95px;}*/
}

@media(max-width:991px) {
    .leftnav ul li {
        padding: 3px 7px 4px;
    }
    .categMiddle {
        width: 100%;
        margin-top: 85px;
    }

    .detailMiddle {
        width: 100% !important;
        margin-top: 60px;
    }

    .categorydetail .rightside h2 {
        margin-top: 20px;
    }

    .selectsection .col-sm-3 {
        width: 25%;
        float: left;
    }

    .selectsection .col-sm-2 {
        width: 12.5%;
        float: left;
        padding-left: 7px !important;
    }

    .sortSection {
        width: 40%;
    }

    .pagi.sortSection {
        width: 50%;
    }

    .carlistborder .col-sm-10 h3 {
        font-size: 20px;
    }

    .cph {
        font-size: 16px;
        margin-top: 3px;
    }

    .cpp {
        font-size: 18px;
        margin-top: 0px;
    }

    .cdh {
        font-size: 16px;
    }

    .cdp {
        font-size: 16px;
    }

    .inputemailnewletter .col-md-8 {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .extimator {
        margin-top: 10px;
    }

    .pricePart .col-sm-12 h2 {
        font-size: 22px;
    }

    .pricePart .col-sm-12 h2 span {
        /*font-family: rbM;*/
        font-family: 'Roboto', sans-serif !important;
        font-size: 22px;
    }

    .pricePart .col-sm-12 p span {
        font-size: 12px;
    }

    .log {
        margin-top: 50px;
    }

    .loginscreenimage {
        position: absolute;
        bottom: -28px;
        width: 212px;
    }

    .signuprp {
        margin-top: 40px;
    }

    .signuprpm {
        margin-top: 40px;
    }

    #progress li {
        padding: 10px 9px 10px 14px;
    }

    #progress li.left::after {
        content: '';
        border-left: 12px solid #fafafa;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

    #progress li.active {
        background: #EDD37F !important;
    }

    #progress li.active::after {
        /* border-left-color: #FF9900; */
        border-left-color: #EDD37F !important;
    }

    .laststep {
        width: 32.5% !important;
    }
}

@media(max-width:768px) {
    div.pricePart div:nth-child(4) {
        display: none;
    }

    .categorydetail .rightside h2 {
        padding-left: 15px;
        margin-top: 50px;
    }

    .footimg {
        width: 100px;
        margin: inherit;
    }

    .my-social-icon {
        text-align: center !important;
        padding: 15px 8px !important;
    }

    .selectsection .col-sm-3 {
        width: 50%;
        float: left;
    }

    .selectsection .col-sm-2 {
        width: 25%;
        float: left;
        padding-left: 0px !important;
    }

    .sortSection {
        width: 80%;
    }

    .range {
        height: 1px;
        color: transparent;
    }

    .total .result,
    .total .result p {
        display: inline;
    }

    .total .result span,
    .total .result p {
        font-size: 15px !important;
    }

    .total .col-sm-8 {
        display: inline;
        padding-right: 0;
    }

    .btn-login {
        padding: 8px 30px;
    }

    .sortSection {
        padding-left: 15px;
    }

    .carserialr {
        position: absolute;
        z-index: 2;
        bottom: 30px;
        width: 100%;
        text-align: center;
        background: rgba(66, 51, 22, 0.9);
        color: #FF9900;
        padding-bottom: 1px;
    }

    .carlistborder .col-sm-2 {
        padding-left: 15px;
    }

    .carlistborder .col-sm-2 img {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .viewalltext a {
        float: left;
        width: 100%;
    }

    .carlistborder .col-sm-2 p {
        position: absolute;
        top: -8px;
        left: 15px;
        background: rgba(255, 255, 255, 0.6);
        color: #000 !important;
        padding: 4px 5px;
        border-top-left-radius: 4px;
        width: 100%;
        text-align: left;
        border-top-right-radius: 4px;
    }

    .carlistborder .col-sm-10 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carlistborder .col-sm-10 h3 {
        font-size: 18px;
        margin-top: 10px !important;
    }

    .w50 {
        width: 50%;
        float: left;
    }

    .w65 {
        width: 65%;
        float: left;
    }

    .w35 {
        width: 35%;
        float: left;
    }

    .wrfull {
        width: 100%;
        float: left;
    }

    .favHeart {
        position: absolute;
        right: 0px;
        top: 9px;
        z-index: 1;
    }

    .dfavHeart {
        position: absolute;
        right: 5px;
        margin-top: 9px;
        z-index: 2;
    }

    .favsec {
        font-size: 15px;
    }

    .mres0 {
        margin: 0 !important;
    }

    .sdlabel {
        position: absolute;
        z-index: 1;
        right: 20px;
        top: 13px;
    }

    .cph {
        margin-right: 5px;
        float: left;
        margin-top: 8px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .cpp {
        font-size: 16px;
        color: #E60012;
        float: left;
        margin-top: 5px;
        margin-bottom: 0px;
        font-family: inherit;
        font-weight: 600;
    }

    .cdh {
        font-size: 16px;
        font-weight: 600;
        float: left;
        margin-bottom: 0px;
    }

    .cdp {
        color: #E60012;
        font-size: 16px;
        font-weight: 600;
        float: left;
        margin-top: 7px;
        margin-bottom: 0px;
    }

    .pagi {
        padding-right: 15px;
    }

    .selectsection .col-sm-3 label {
        font-size: 12px;
    }

    .log {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    p.checkboxes {
        margin-top: 0px;
    }

    p.checkboxes.mt10 {
        margin-top: 10px;
    }

    .signuprpm {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }

    .signuprp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rplr0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rmt0 {
        margin-top: 0px;
    }

    .rmt20 {
        margin-top: 20px;
    }

    #progress li {
        padding: 10px 9px 10px 14px;
    }

    #progress li.left::after {
        content: '';
        border-left: 12px solid #fafafa;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

    #progress li.active::after {
        border-left-color: #FF9900;
    }

    .laststep {
        width: 32.5% !important;
    }

    .ddsLabel {
        position: absolute;
        z-index: 1;
        left: 0px;
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        padding: 5px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        min-height: 24px;
    }

    .stephto {
        border: 0px;
    }

    .overdue.card {
        display: block;
        float: left;
    }

    .overdue.card div.col-sm-3 {
        float: left;
        display: inherit;
        width: 100%;
    }

    .userDashbord {
        padding-right: 15px;
    }
}

.aligntext {
    text-align: justify;
}


/*3D button design */
.push_button {
    position: relative;
    color: #FFF;
    text-decoration: none;
    padding: 10px 0px;
    /*font-family: rbM;*/
    font-family: 'Roboto', sans-serif !important;
    display: block;
}


.push_button:active {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
    top: 5px;
}

.push_button:active:before {
    top: -11px;
    bottom: -5px;
    content: "";
}

.allowedDocuments {
    display: block;
    position: relative;
    top: 5px;
    color: #999;
    font-size: 14px;
}

.red {
    text-shadow: -1px -1px 0 #FF9900;
    background: #FF9900;
    border: 1px solid #FF9900;
    background-image: linear-gradient(to bottom, #ffc163, #ff9900);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #ce871e, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
    background: #FF9900;
    background-image: linear-gradient(top, #ffc772, #ff9a01eb);
    color: white;
    cursor: pointer;
}

@media(max-width:360px) {
    .carsSectionList img {
        height: 110px;
        border-radius: 5px 5px 0 0;
        width: 100%;
    }

    .carsSectionList li {
        width: 144px;
    }
}

@media(min-width:767px) and (max-width:1400px) {
    .userCarDetail {
        width: 192px !important;
    }

    .userCarDetail .uDCarDetails th {
        width: 100px;
    }

    .userCarDetail .carName {
        font-size: 14px;
    }
}

.attention {
    margin: 0 0 5px 0;
    color: #fe020e;
    font-size: 11px;
    line-height: 1.12363;
    text-align: center;
    position: relative;
}




/*Umair Styling*/


.align_mobile_links {
    display: flex;
    justify-content: end;
    height: 24px;
    align-items: center;
}

.categMiddle.catgory_detail_main_full .categorydetail {
    width: 100% !important;
}

.align_msg_data_main {
    display: flex;
}


.categMiddle.algign_cat_homepage {
    width: 100% !important;
}

@media (min-width: 1200px){
.custom_container_main {
    width: auto !important;
}

}


/*.slider_home_change {
    margin-top: 19rem;
    z-index: -9;
}*/

body.fixed_body {
    position: fixed;
}

.align_mobile_links_main_second {
    display: flex !important; 
    align-items: center;
}


/* .carsSectionList li h3 {
    min-height: 40px !important;
} */

.selectsection .col-sm-3 select,
.selectsection .col-sm-2 select {
    height: 30px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 10px !important;
    padding: 4px 6px !important;
}

.nav-tabs>li>a:hover {
    color: #000;
}


button {
    transition: .3s linear !important;
}

button:hover {
    transform: scale(.9) !important;
}

.seeAllCars {
    text-align: right;
    font-weight: bold;
    /* background: linear-gradient(179deg, #1176ba, #1a2c8a) !important; */
    background: #B6A278 !important;
    padding: 10px 20px;
    border-radius: 23px;
    display: flex;
    justify-content: flex-end;
    float: right;
    color: #000 !important;
    text-decoration: none !important;
    transition: .3s linear;
    border: 1px solid #707070;
}

.seeAllCars:hover {
    transform: scale(.9);
}

.description_content span {
    height: 30px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.bymake h2 {
    padding: 11px 15px 12px !important;
    /* background: linear-gradient(179deg, #1176ba, #1a2c8a) !important; */
    background: #B6A278 !important;
    color: #000 !important;
}

section.categorydetail.chapuuboy {
    width: 100% !important;
}

.featuredUserCars h2 {
    margin-top: 1rem !important;
}

.carsSectionList li {
    overflow: hidden !important;
}

.carsSectionList li:hover img {
    transform: scale(1.1);
}

.categorydetail {
    width: 83% !important;
}

.categMiddle.algign_cat_homepage .categorydetail {
    width: 100% !important;
}



/*
.categMiddle .categorydetail.home_page_style_detail .categorydetail {
        width: 79% !important;
}*/

.categMiddle .algign_cat_homepage {
    width: 100% !important;
}

.total_align_btns {
    display: flex;
    align-items: center;
    justify-content: end;
}

.reset_align_btn a {
    display: block;
    /* background: #0c3969; */
    background: #B6A278 !important;
    padding: 8px 17px;
    border-radius: 28px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.loggedindrop {
    margin: 0;
}

.loggedindrop p {
    padding: 8px 12px !important;
    margin-bottom: 0 !important;
    transition: .3s linear;
}

.logout_btn button {
    text-align: center;
    margin: 0 !important;
    display: block;
    width: 100%;
}


.mylivechat_collapsed {
    /* background: linear-gradient(179deg, #1176ba, #1a2c8a) !important; */
    background-color: #B6A278 !important;
    background: #B6A278 !important;
}

.bymake .left {
    box-shadow: none !important;
}


.align_update {
    display: flex;
}

.myinquirymessage {
    white-space: break-spaces !important;
}

.align_see_all {
    display: flex;
    justify-content: end;
    width: 97%;
}

.align_see_all a {
    float: none;
    display: flex;
    margin-right: 10px;
}


#gn-menu li a {
    font-family: 'Roboto', sans-serif !important;
}

/* .top-container {
    width: 100%;
    display: flex;
}

.top-container .left-side {
    width: 50%;
}

.top-container .left-side .div-sec{
    height: 400px;
    width: 100%;
    background-color: #0071BC;
}

.top-container .right-side {
    width: 50%;
}

.top-container .right-side .card-container {
    height: 400px;
}

.top-container .right-side .card-container .row {
    display: flex;
    height: 50%;
    margin: 0 !important;
}

.top-container .right-side .card-container .row .col-lg-6 {
    background-color: #012648;
    width: 100%;
    margin: 3px 3px 0px 3px;
} */

/*.timeContainer a {
    padding: 0 !important;
}*/

@media (max-width: 1200px) {
    .navbar-nav>li>a {
        padding: 15px !important;
    }
}

@media screen and (max-width: 991px) {
    .align_contact_us_mob_contact_us {
        margin-top: 100px !important;
    }
    .v-stock {width: 20% !important;}
    /* .categMiddle {
        width: 100% !important;
        margin-top: 95px !important;
    } */
    .padding_remove_mob {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .align_mobile_links {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .my-about-container {
        margin-top: 138px;
    }
    .slider_home_change {
        margin-top: 115px;
    }
    li.gn-search-item input {
        width: 96% !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    li.gn-search-item i {
        color: #fff !important;
        position: absolute !important;
        right: 34px !important;
        top: 21px;
        z-index: 10;
    }
    li.gn-search-item {
        background: #B6A278;
    }
}

@media screen and (max-width: 767px) {
    .categMiddle {
        margin-top: 140px !important;
    }
    .slider_home_change {
        margin-top: 11rem;
    }
    .inquerymodal .modal-md {
        width: 410px !important;
        margin: auto !important;
    }
    .align_contact_us_mob_contact_us {
        margin-top: 120px !important;
    }
}


@media screen and (max-width: 520px) {
    .align_update {
        display: block;
    }
    .inquerymodal .modal-md {
        width: 300px !important;
        margin: auto !important;
    }

    .align_msgs_main_mob {
        width: 100% !important; 
    }

    .align_contact_us_mob_contact_us {
        margin-top: 14rem !important;
    }


    .dropdown-menu {
        /*display: block !important;*/
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        left: -8px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Roboto', sans-serif !important;
    }

    .userDashb {
        padding: 0 !important;
    }

    .custom_bg {
        margin-top: 18rem !important;
    }

    .categMiddle.algign_cat_homepage .categorydetail {
        width: 100% !important;
    }

    .carsSectionList img {
        width: 100% !important;
    }

    li.gn-search-item {
        /* background: #1176ba; */
        background: #B6A278;
    }

    li.gn-search-item input {
        width: 95% !important;
        color: #fff !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    li.gn-search-item i {
        right: 24px !important;
    }

    li.gn-search-item i {
        color: #fff;
    }

    /*    .categMiddle .categorydetail {
        width: 69% !important;
    }*/
    .mobileview .categMiddle {
        width: 100% !important;
    }

    .mobileview .nav-tabs>li {
        width: 50%;
    }

    .mobileview .nav-tabs {
        margin: 0 !important;
    }

    .mobileview .container {
        padding: 0 !important;
    }

    .categMiddle {
        width: 100% !important;
        margin-top: 155px !important;
    }

    .align_on_responsive_mobile_main .align_on_responsive_mobile {
        padding-right: 0 !important;
    }

    section.container.align_on_responsive_mobile_main {
        margin-top: 17rem !important;
    }

    .align_on_responsive_mobile .detailMiddle {
        margin-top: 0 !important;
    }

    .align_contact_us_mob {
        margin-top: 14rem;
    }

    .categMiddle .categorydetail {
        margin: 0 !important;
    }

    .mobileview .categMiddle {
        margin-top: 2rem !important;
    }

    .categorydetail {
        width: 100% !important;
    }
    .align_msg_data_main {
        display: block;
    }
    #progress li:last-child {
            border-radius: 0 !important;
    width: 100% !important;
    text-align: center !important;
    }
    /* .form-group input, #progress li {
    background: rgb(253 216 164) !important;
} */
#progress li, .progresss li {
    font-size: 13px;
    float: none;
    background: #fafafa;
    /* color: #ccc; */
    color: #fff;
    position: relative;
    width: 49.2%;
    margin: 0 1px;
}
#progress li a {
    padding: 0 !important;
    background: transparent !important;
}
#progress li.right:before, .progresss li.right:before {
    display: none;
}
#progress li.left::after {
    display: none;
}
#progress, .progresss {
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wizard > .content{
    overflow-y: scroll !important;
}
.nextAct table td {
    display: block;
    width: 100% !important;
    padding: 10px !important;
}
.arrowright {
        border-top: 35px solid transparent !important; 
}
.nextAct table td:first-child {
    width: 90% !important;
}
#sendMessage {
    z-index: 0 !important;
    margin-top: 0px !important;
    padding: 12px 40px !important;
     margin-left: 0 !important; 
     padding-left: 0;  
    position: relative;
    z-index: 10;
    font-size: 16px;
}
.mobiletime {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.header_div_center {
        height: 59px;
    display: flex;
    align-items: center;
}
.timeContainer {
        display: flex;
    align-items: center;
    margin: 0;
} */
.padding_remove_mob {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.mypricedropdown {
    cursor: pointer;
    display: flex;
    align-items: center;

    /*margin-left: 0 !important;*/
}
#smessage {
    z-index: 0 !important;
}


.header_div_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .align_mobile_links_main_second {
    margin-top: 12px !important;
} */




}
