.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .select2-container .select2-choice {
        display: block;
        height: 34px;
        padding: 0 26px 0 10px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        white-space: nowrap;
        line-height: 31px;
        font-size: 13px;
        color: #333 !important;
        text-decoration: none;
        border-radius: 2px;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

        .select2-container .select2-choice:hover {
            background-color: #e6e6e6;
            border-color: #adadad;
            color: #333;
        }

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
    background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#eee',GradientType=0);
    background-image: linear-gradient(to bottom,#eee 0%,#fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: 100%;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../images/icons/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #aaa;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
        box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    }

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
    background: #eee;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: auto;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background-clip: padding-box;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icons/select2.png) no-repeat 2px 4px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    border-top: 1px solid #ccc;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 11px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff url(../images/icons/select2.png) no-repeat 100% -22px;
        background: url(../images/icons/select2.png) no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
        background: url(../images/icons/select2.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
        background: url(../images/icons/select2.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
        background-color: #fff;
        background: url(../images/icons/select2.png) no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#fff 99%) 0 0;
    }

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url(../images/icons/select2.png) no-repeat -37px -22px;
    background: url(../images/icons/select2.png) no-repeat -37px -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
    background: url(../images/icons/select2.png) no-repeat -37px -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2.png) no-repeat -37px -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2.png) no-repeat -37px -22px,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(../images/icons/select2-spinner.gif) no-repeat 100%;
    background: url(../images/icons/select2-spinner.gif) no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
    background: url(../images/icons/select2-spinner.gif) no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2-spinner.gif) no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2-spinner.gif) no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-color: #fff !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#fff));
    background-image: -webkit-linear-gradient(center top,#fff 0%,#fff 50%);
    background-image: -moz-linear-gradient(center top,#fff 0%,#fff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff',GradientType=0);
    background-image: linear-gradient(to bottom,#fff 0%,#fff 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-results {
    max-height: 200px;
    padding: 0 0 74px 9px;
    margin: 6px 4px 0px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

    .select2-results li.select2-result-with-children > .select2-result-label {
        font-weight: 700;
    }

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    font-size: 13px;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(../images/icons/select2-spinner.gif) no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255,50,50,.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url(../images/icons/select2-spinner.gif) no-repeat 100% !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eee',endColorstr='#f4f4f4',GradientType=0);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(../images/icons/select2.png) right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none;
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url(../images/icons/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    background-color: #fff !important;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url(../images/icons/select2.png) no-repeat 100% -20px;
    background: url(../images/icons/select2.png) no-repeat 100% -20px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
    background: url(../images/icons/select2.png) no-repeat 100% -20px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2.png) no-repeat 100% -20px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(../images/icons/select2.png) no-repeat 100% -20px,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu1 {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu1 {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .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;
        }

.dropdown-menu1 {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menu1 > li > a {
        clear: both;
        color: #333;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 3px 20px;
        white-space: nowrap;
    }

.open > .dropdown-menu1 {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu1 {
    top: auto !important;
    bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: -2px !important;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 0 !important;
    border-top: 4px solid #000 !important;
    content: "";
}

    .dropup .caret.up {
        border-top: 0 !important;
        border-bottom: 4px solid #000 !important;
        content: "";
    }

.bg_new_car {
    /*       width:100%;
    height:100%;
    overflow:hidden;*/
    /*    background: url("../images/car/bg_car_new.jpg")  no-repeat fixed;
    background-position: -100px -94px;
    background-size: cover;
    margin: auto;
    min-width: 1050px;
    width: 100%;min-height: 540px;height:100%;
    overflow: hidden;*/
    /*    
     background: url(../images/car/bg_car_new.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
/*.bg_new_car_img { background: rgba(0, 0, 0, 0) url("../images/car/bg_car_new_f.jpg") no-repeat center -92px / cover ;
    margin: auto;
    min-width: 1050px;
    width: 100%;min-height: 540px;height:100%;
    overflow: hidden;}*/

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    /*    overflow:hidden;*/
}

    .fullscreen.overflow,
    .fullscreen.overflow .content-a {
        height: auto;
        min-height: 100%;
    }

/* content centering styles */
.content-a {
    display: table;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.cust_cont_b .top_cont {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.cust_cont_b .mid_cont {
    margin: 20px 0;
}

.cust_cont_b .select_main {
    margin: 0 auto;
    width: 730px;
    position: relative;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.cn_h {
    font-size: 45px;
    color: #2d2e2f;
    text-align: center;
    width: 100%;
    padding: 0px 0 0;
    position: relative;
    font-weight: normal;
    margin-top: 0px;
}

.cn_h_custom {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
    position: relative;
    font-weight: normal;
}

.cn_h_txt {
    font-size: 25px;
    color: #0d68a2;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
    position: relative;
    font-weight: normal;
    margin: 0;
}

.cn_car_frm {
    background-color: #ffffff;
    width: 923px;
    position: relative;
    min-height: 218px;
    height: auto;
    left: 50%;
    float: left;
    margin-left: -461px;
    top: 0px;
    z-index: 1;
    text-align: left;
}

.cn_car_frm_m {
    width: 923px;
    position: relative;
    min-height: 218px;
    height: auto;
    left: 50%;
    float: left;
    margin-left: -462px;
    border-radius: 4px;
    top: 0px;
}

.cn_mov_bg {
    position: absolute;
    background: #a1a1a1;
    height: 93px;
    width: 100%;
    bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.cn_fea_bg {
    float: left;
    position: relative;
    background: #eef2f5;
    height: 138px;
    width: 100%;
    padding-top: 6px;
}

.reg_dash_w1 {
    background: #177fc1 none repeat scroll 0 0;
    float: left;
    height: 1px;
    left: 0px;
    position: relative;
    top: 16px;
    width: 10px;
}

    .reg_dash_w1.w1 {
        left: 0px;
    }

    .reg_dash_w1.w2 {
        left: 0px;
    }

    .reg_dash_w1.w3 {
        left: 0px;
    }

.registration-input {
    height: 34px;
    display: none;
    margin: 0 0 0 20px;
    position: relative;
    top: 0;
    width: 400px;
    z-index: 11;
}

.car-cell:last-child {
    margin-right: 0;
    width: 80px;
}

.car-cell {
    background-color: #fff;
    background-image: none;
    outline: none;
    border: 0 solid #ccc;
    border-radius: 2px;
    color: #555;
    float: left;
    font-size: 17px !important;
    font-weight: normal;
    height: 34px;
    line-height: 1.42857;
    margin-right: 0px;
    padding: 0 !important;
    text-align: center !important;
    text-transform: uppercase;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 60px;
}

input.car-cell::-webkit-input-placeholder {
    color: #cccccc !important;
}

input.car-cell:-moz-placeholder { /* Firefox 18- */
    color: #cccccc !important;
}

input.car-cell::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc !important;
}

input.car-cell:-ms-input-placeholder {
    color: #cccccc !important;
}


.cn_frm_t {
    width: 100%;
    float: left;
    padding: 19px 26px 0 31px;
}

.cn_car_frm_l {
    width: 45%;
    float: left;
    margin-right: 10%;
}

.cn_car_frm_l_n {
    width: 700px;
    margin: 72px auto 5px;
    text-align: left !important;
}

    .cn_car_frm_l_n input {
        text-align: left !important;
        letter-spacing: 1px;
        padding-left: 37px;
        font-size: 28px;
        color: #177fc1;
    }

        .cn_car_frm_l_n input::-webkit-input-placeholder {
            color: #7b7b7b !important;
        }

        .cn_car_frm_l_n input:-moz-placeholder { /* Firefox 18- */
            color: #7b7b7b !important;
        }

        .cn_car_frm_l_n input::-moz-placeholder { /* Firefox 19+ */
            color: #7b7b7b !important;
        }

        .cn_car_frm_l_n input:-ms-input-placeholder {
            color: #7b7b7b !important;
        }

.cn_car_frm_r {
    width: 45%;
    float: left;
}

.cn_car_frm_l_h {
    color: #010101;
    font-size: 25px;
    margin-bottom: 20px;
}

.re_input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-overflow: ellipsis;
    border: medium none;
    outline: none;
    color: #7b7b7b;
    font-size: 18px;
    height: 50px;
    width: 100%;
}

    .re_input.new {
        height: 34px;
        padding: 0 28px;
    }
/*input.re_input::-webkit-input-placeholder {
color: #010e2c !important;
}
::-webkit-input-placeholder {
    color:red;
}*/

input.re_input:-moz-placeholder { /* Firefox 18- */
    color: #cccccc !important;
}

input.re_input::-webkit-input-placeholder {
    color: #cccccc !important;
}


input.re_input::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc !important;
}

input.re_input:-ms-input-placeholder {
    color: #cccccc !important;
}

/*input.re_input.disabled_cus::-webkit-input-placeholder {
color: #9f9f9f !important;
}*/

/*input.re_input.disabled_cus:-moz-placeholder {*/ /* Firefox 18- */
/*color: #9f9f9f  !important;  
}
 
input.re_input.disabled_cus::-moz-placeholder {*/ /* Firefox 19+ */
/*color: #9f9f9f   !important;  
}
 
input.re_input.disabled_cus:-ms-input-placeholder {  
color: #9f9f9f  !important;  
}*/

.cus_sel_field .re_input {
    color: #177fc1;
    font-size: 15px;
    height: 29px;
    width: 94%;
}

.cus_sel_field .bootstrap-select.btn-group .btn .filter-option {
    color: #177fc1;
    font-size: 15px;
    height: 29px;
    width: 100%;
    line-height: 29px;
}

.cus_sel_field .bootstrap-select > .btn {
    padding: 0 22px 0 0;
}

.cus_sel_field .caret::after {
    top: -13px;
}

.r_col_c_btn {
    position: absolute;
    right: 0px;
    top: 0px;
}

.mic_orange_btn.hp {
    font-size: 17px;
    padding: 20px 62px;
    border-radius: 0;
    text-transform: uppercase;
}

    .mic_orange_btn.hp i {
        font-size: 35px;
        color: #ffffff;
        position: relative;
        top: 3px;
        left: 10px;
    }

        .mic_orange_btn.hp i.fa-circle-o-notch {
            font-size: 21px !important;
            left: 0;
            top: 0;
            padding: 0 12px;
            position: relative !important;
        }

#make_model {
    text-overflow: ellipsis;
    width: 100%;
}

.no_b_margin {
    margin-bottom: 0px !important;
}

.cn_car_frm_l_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
    padding: 15px 0;
    position: relative;
}

.new_car_frm_l_box {
    border-bottom: 1px solid #7b7b7b;
    padding-bottom: 0px;
    width: 47.5%;
    float: left;
    margin-right: 5%;
    position: relative;
}

    .new_car_frm_l_box:last-child {
        margin-right: 0;
    }

.d_arrow {
    color: #0d68a2;
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 13px;
}

.close_make, .close_rto, .close_email {
    color: #0d68a2;
    cursor: pointer;
    font-size: 18px;
    display: none;
    position: absolute;
    right: 0;
    top: 26px;
}

.rt_close {
    right: 10px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.error-class-red {
    color: #fc2c2c !important;
}

.error-class-all {
    border: 2px solid #fc2c2c !important;
    position: relative;
}

.error-class {
    border-bottom: 2px solid #fc2c2c !important;
    position: relative;
}
/*.error-class input{color:#fc2c2c !important;}*/
.err_cls_msg {
    position: relative;
    top: 5px;
    font-size: 13px;
    color: #fc2c2c;
    text-align: left;
}

.err_cls_msg_new {
    position: absolute;
    top: 56px;
    font-size: 13px;
    color: #fc2c2c;
}

.cn_frm_btm {
    width: 700px;
    float: left;
    padding: 8px 26px 20px 117px;
}

    .cn_frm_btm.st {
        margin-top: 15px;
        width: 100%;
    }

    .cn_frm_btm.back_icon {
        padding: 15px 26px 20px 31px;
    }

.reg_no_n_page {
    color: #010101;
    font-size: 22px;
}

.l_col_c {
    top: -7px;
    color: #2486c5;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin-right: 25px;
    padding: 8px 0px;
    position: relative;
    top: 0;
    width: auto;
}

.bd_aln span {
    border-bottom: 1px solid #72a9d5;
}

.fg_aln span {
    border-bottom: 1px solid #6b7b89;
}

.l_col_c.sb {
    font-size: 13px;
    color: #0e3852;
    font-weight: bold;
    text-transform: uppercase;
}

.l_col_c_b {
    top: 8px;
    color: #042133;
    font-size: 15px;
    cursor: pointer;
    float: left;
    margin-right: 40px;
    position: relative;
    width: auto;
}

    .l_col_c_b i {
        color: #0d68a2;
        font-size: 19px;
        position: relative;
        top: 1px;
    }

.l_col_c i {
    position: relative;
    color: #0d68a2;
    padding-left: 4px;
    font-size: 15px;
    top: 1px;
}

.r_col_c {
    width: 45%;
    float: right;
    text-align: right;
}

.mic_orange_btn {
    background: #db3d24;
    font-size: 20px;
    padding: 10px 26px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

    .mic_orange_btn i.g_p {
        color: #ffffff;
        font-size: 25px;
        left: 7px;
        position: relative;
        top: 2px;
    }

    .mic_orange_btn:hover {
        background: #3a4261;
        color: #ffffff;
    }

.fea_wrp {
    width: 830px;
    margin: 0px auto;
    padding-top: 16px;
}

.fea_wrp_sec {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #68696a;
    float: left;
}

.label_a, .label_b, .label_c, .label_d, .label_e, .label_f {
    display: none;
    font-size: 14px;
    color: #042b44;
    margin-bottom: 0px;
}

.t_s_fea {
    float: left;
    position: relative;
    top: -12px;
    width: 100%;
}

.rt_rg {
    position: relative;
    top: -6px;
}

.cn_car_frm_m1 {
    height: auto;
    margin: 0 auto;
    min-height: 230px;
    position: relative;
    top: 30px;
    width: 923px;
    z-index: 997;
}

    .cn_car_frm_m1.b {
        width: 923px;
    }

    .cn_car_frm_m1 .twl {
        width: 812px !important;
    }

#step_1, #step_2, #step_3 {
    position: relative;
    width: 100%;
    float: left;
}

#step_1 {
    display: none;
    float: none;
    margin: auto;
    width: 805px;
}

#step_2 {
    height: 400px;
}

.cn_new_f_width {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.cus_i_l {
    border: 1px solid;
    border-radius: 20px;
    color: #ff6603;
    cursor: pointer;
    height: 20px;
    line-height: 18px;
    padding: 0 1px 0 0;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 23px;
    width: 20px;
}

.typeahead.dropdown-menu {
    background: #7b7b7b;
    padding: 0;
    min-width: 234px;
    margin-top: 0px;
    max-height: 200px;
    min-width: 234px;
    overflow-x: hidden;
    border: none;
}

    .typeahead.dropdown-menu li a.menu-item::before, .dropdown-menu li a::before {
        color: #000;
        content: "";
        font-family: FontAwesome;
        font-size: 12px;
        height: 0px;
        padding: 0 10px 0 0;
        width: 0px;
    }

    .typeahead.dropdown-menu li a, .typeahead.dropdown-menu li a.menu-item {
        background-image: linear-gradient(to bottom, #7b7b7b 0px, #7b7b7b 100%);
        background-repeat: repeat-x;
        border-bottom: 1px solid #919191;
        border-radius: 0;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        padding: 8px 0px !important;
        text-transform: none;
    }
        /*.typeahead.dropdown-menu li a:last-child{border-bottom: 0px solid #919191;}*/
        .typeahead.dropdown-menu li.active > a, .typeahead.dropdown-menu li.active > a:hover, .typeahead.dropdown-menu li.active > a:focus,
        .typeahead.dropdown-menu li.dropdown-submenu .dropdown-menu .active > a, .typeahead.dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover,
        .typeahead.dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus, .dropdown-menu li a:hover, .typeahead.dropdown-menu li a.menu-item:hover {
            background-image: linear-gradient(to bottom, #d5d0ca 0px, #d5d0ca 100%);
            background-repeat: repeat-x;
            border-bottom-color: #d5d0ca;
            color: #464444;
            text-decoration: none;
        }

.select-wrapper {
    float: left;
    display: inline-block;
    border: 1px solid #d8d8d8;
    /*		background: url("../images/dropdown.png") no-repeat right center;*/
    cursor: pointer;
}

    .select-wrapper::before {
        color: #0d68a2;
        position: absolute;
        right: 0px;
        content: "\f107";
        font-family: FontAwesome;
        font-size: 26px;
        height: 30px;
        padding: 0 10px 0 0;
        width: 30px;
    }

    .select-wrapper, .select-wrapper select {
        border: medium none;
        font-size: 22px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

        .select-wrapper .holder {
            display: block;
            margin: 0 35px 0 5px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            z-index: -1;
        }

        .select-wrapper select {
            margin: 0;
            position: absolute;
            z-index: 2;
            cursor: pointer;
            outline: none;
            opacity: 0;
            /* CSS hacks for older browsers */
            _noFocusLine: expression(this.hideFocus=true);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
        }

            .select-wrapper select option {
                background: #7b7b7b;
                font-size: 13px;
                padding: 8px 10px;
                color: #ffffff;
                border-bottom: 1px solid #d5d0ca;
            }

                .select-wrapper select option:last-child {
                    border-bottom: 0px solid #d5d0ca;
                }

                .select-wrapper select option:hover {
                    background: #d5d0ca;
                    color: #464444;
                }

select.custom-select {
    border: 0px;
    outline: 0px;
}




.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.styledSelect, .styledSelect_variant {
    position: absolute;
    color: #7b7b7b;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 22px;
    padding: 0px;
}

    .styledSelect:after, .styledSelect_variant:after, .caret::after {
        content: "\f107";
        color: #0d68a2;
        font-family: FontAwesome;
        font-size: 26px;
        width: auto;
        height: 30px;
        position: absolute;
        top: 1px;
        right: 0px;
    }

.disabled .caret::after {
    color: #7b7b7b;
}

.styledSelect:active, .styledSelect.active, .styledSelect_variant:active, .styledSelect_variant.active {
    /*    background-color:#eee;*/
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border-bottom: 1px solid #d5d0ca;
    background-color: #7b7b7b;
    max-height: 191px;
    overflow-x: hidden;
}

    .options li {
        border-bottom: 1px solid #919191;
        color: #fff;
        line-height: 21px;
        margin: 0;
        padding: 8px 10px;
    }

        .options li:hover {
            background-color: #d5d0ca;
            color: #7b7b7b;
        }

.loading-circle {
    background: rgba(0, 0, 0, 0) url("../images/car/ajax_loader.gif") no-repeat scroll right center;
}

#id_rto_state_city {
    width: 30%;
    float: left;
}

#id_email_id {
    width: 30%;
    float: left;
}
/*CUSTOM SELECT */

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    float: left;
    font-size: 18px;
    left: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    color: #7b7b7b;
}

.bootstrap-select.btn-group .btn.disabled .filter-option {
    color: #9f9f9f;
}

.bootstrap-select > .btn {
    border: medium none;
    background: transparent !important;
    padding: 12px 22px 12px 0;
    width: 100%;
}

.bootstrap-select .btn:focus {
    background: transparent !important;
}

.dropdown-menu-select {
    background-color: #fcfcfc;
    border: none;
    margin: 0;
    padding: 0;
}

    .dropdown-menu-select > li > a {
        color: #737779;
        font-size: 15px;
        line-height: 30px;
    }

.bootstrap-select.btn-group .dropdown-menu-select li {
    border-bottom: 0px solid #919191;
}

.dropdown-menu-select > li > a:hover, .dropdown-menu-select > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu1 li:hover > a {
    background-color: #ebf2f7;
    background-image: linear-gradient(to bottom, #ebf2f7, #ebf2f7);
    background-repeat: repeat-x;
    color: #177fc1;
    text-decoration: none;
}

.bootstrap-select.btn-group .dropdown-menu-select {
    max-width: 100%;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin: 0;
    width: 100%;
}

.bootstrap-select.btn-group .btn .caret {
    border: medium none;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 6px;
    vertical-align: middle;
}
/*END*/
.ui-autocomplete {
    background-color: #fcfcfc;
    padding: 0 !important;
    border-radius: 0;
    display: block;
    margin: 10px 0 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 155px;
    z-index: 111111;
}

    .ui-autocomplete li.ui-menu-item {
        border-bottom: 0px solid #919191;
        margin: 0;
        padding: 0;
    }

    .ui-autocomplete li a {
        color: #177fc1;
        cursor: pointer;
        display: block;
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 2px 10px 10px 12px;
        text-decoration: none;
    }

        .ui-autocomplete li a.ui-state-hover, .ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-hover, .ui-autocomplete li a.ui-state-focus {
            background-color: #ebf2f7 !important;
            color: #177fc1;
        }

.cmn_pop {
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    margin-top: 0;
    max-height: 1600px;
    max-width: 100%;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: 84px;
    margin-left: -250px;
    width: 500px;
    z-index: 100001;
    border-radius: 4px;
}

.head_common {
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

    .head_common h2 {
        color: #363535;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }

.con-close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 24px;
}

.cmn_pop_wrp {
    display: inline-block;
    padding: 20px;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}

.mask {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 100000;
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.car_make_model_text {
    background: #ebe7e7;
    color: #0d68a2;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    padding: 10px;
    margin-top: 10px;
}

.pop_btm_s {
    width: 100%;
    color: #fff;
}

.pop_btm_s_l {
    width: 50%;
    float: left;
    background: #868383;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.pop_btm_s_r {
    width: 50%;
    float: left;
    background: #ff6633;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}


/*Mobile view*/
.mob_car {
    background: url(../images/car/car_mob_bg.jpg) no-repeat center top;
    background-size: cover;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .m_ri8 {
        position: relative;
        left: 5px;
        font-size: 27px;
        top: 0px;
    }

    .mob_car_search_hd {
        font-weight: normal;
    }

    .mob_car_search {
        width: 100%;
    }

        .mob_car_search input {
            width: 100%;
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
            background: #ffffff;
            border: 1px solid #2ca3ef;
            border-radius: 2px;
            padding: 10px;
            text-align: center;
            font-size: 20px;
            color: #177fc1;
        }

    .car-cell {
        width: 70px !important;
        font-size: 24px !important;
    }

    .registration-input {
        margin: 0px auto;
        width: 310px;
    }

    .mob_car_search_txt {
        width: 100%;
        text-align: center;
        margin: 8px 0px 25px 0px;
    }

        .mob_car_search_txt span {
            font-size: 13px;
            color: #042133;
        }

    .mob_car_search_btn .car_btn {
        margin: 0 auto;
        width: 100%;
    }

        .mob_car_search_btn .car_btn button {
            padding: 8px 70px;
            border-radius: 2px;
            background: #ff6633;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 23px;
            border: none;
            width: 100%;
        }

    .mob_new_car_btn .new_car_btn {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }

        .mob_new_car_btn .new_car_btn input {
            padding: 12px 70px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0.3);
            color: #ffffff;
            text-transform: uppercase;
            font-size: 15px;
            border: none;
            width: 100%;
        }

    .forgot_car_btn {
        margin-bottom: 20px;
    }

    .forgot_car_btn {
        margin-bottom: 20px;
    }

        .forgot_car_btn .forgot_btn {
            margin: 0 auto;
            width: 100%;
        }

            .forgot_car_btn .forgot_btn input {
                padding: 12px 70px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0.3);
                color: #ffffff;
                text-transform: uppercase;
                font-size: 15px;
                border: none;
                width: 100%;
            }

    .mob_back_btn {
        color: #fff;
        padding-bottom: 0;
        position: relative;
        top: -8px;
    }

    .mob_car_or h1 {
        color: #6e6a6a;
        font-size: 16px;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 0;
        text-align: center;
        font-weight: normal;
    }

    .mob_car_or h1 {
        overflow: hidden;
        text-align: center;
        margin: 10px 0;
    }

        .mob_car_or h1:before,
        .mob_car_or h1:after {
            background-color: #acadaf;
            content: '';
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }

        .mob_car_or h1:before {
            right: 1em;
            margin-left: -50%;
        }

        .mob_car_or h1:after {
            left: 1em;
            margin-right: -50%;
        }
    /*Car details*/
    .mob_step_2 {
        height: auto !important;
    }

    .mob_car_details {
        width: 100%;
        margin-bottom: 15px;
    }

    .label_a, .label_b, .label_c, .label_d, .label_e, .label_f, .rt_rg, .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .dropdown-menu-select > li > a {
        padding: 0px 15px;
    }

    .mob_car_details input {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: #177fc1;
        padding: 0px 15px;
    }

    .cus_b_m {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        border: 1px solid #96a8ba;
        border-radius: 2px;
        padding: 10px 0px;
        position: relative;
        text-align: left;
        font-size: 13px;
        color: #19415a;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mob_car_search_hd {
        color: #000000;
        font-size: 25px;
    }

        .mob_car_search_hd span {
            font-size: 23px;
            color: #000000;
        }

    .fea_wrp {
        width: 100%;
    }

    .cust_v_bt button {
        padding: 0px !important;
    }

    .cust_v_bt span {
        font-size: 14px !important;
    }

    .cust_v_bt.btn-group .btn .caret {
        top: -7px;
    }

    .cust_v_bt.btn-group .btn .filter-option {
        color: #177fc1;
    }

    .cust_et1 {
        position: relative;
        top: 7px;
        left: 0;
        text-align: left;
    }
}

@media (max-width: 535px) {
    body {
        background: none;
    }

    .mob_car_search_hd {
        font-size: 22px;
    }

        .mob_car_search_hd span {
            font-size: 20px;
        }

    .cn_fea_bg {
        height: auto;
        float: left;
    }

    .fea_wrp_sec {
        width: 50%;
    }
}

@media (max-width: 420px) {
    /*    .registration-input{width:100% !important;}*/
    .mob_car_search_hd {
        font-size: 18px;
    }

        .mob_car_search_hd span {
            font-size: 16px;
        }
}

@media (max-width: 386px) {
    .fea_wrp_sec {
        width: 100%;
        padding: 12px 0;
    }
}

@media (max-width: 360px) {
    .mob_car_search_btn .car_btn button {
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .mob_car_search_hd {
        font-size: 16px;
    }

        .mob_car_search_hd span {
            font-size: 14px;
        }
}
