.discovery-tool-content {
    display: none;
}

.discovery-tools-header {
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-bottom: 30px;*/
    border-bottom: 1px solid #ddd;
}

.discovery-tools-header,
.discovery-tools-header figure {
    display: block;
    width: 100%;
}

.discovery-tools-header figure img {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.discovery-tools-header .discovery-tools-title {
    width: 100%;
    display: block;
    margin: 10px auto 20px 0;
    padding-left: 0;
    display: block;
    vertical-align: middle;
    min-height: auto;
}
.discovery-tools-header .discovery-tools-title h1 span{
    margin-top: 5px;
    color:#c8c8c8;
    font-size: 12px;
    font-weight: normal;
}

.discovery-tools-header .discovery-tools-title img {
    float: left;
    margin-right: 10px;
}
.discovery-tools-header .discovery-tools-title .ico-obv-dds {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 50px;
}

.discovery-tools-header .discovery-tools-title h1 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #656565;
}

.discovery-tools-header .discovery-tools-title p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 3px;
}

.discovery-tool-content h4 {
    clear: both;
    color: #808080;
    font-size: 2em;
    font-weight: 400;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
}

.discovery-tool-content p {
    color: #5d5252;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}
.discovery-tool-content p .txt {
    color: #5d5252;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}
.discovery-tool-content p {
    color: #5d5252;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.discovery-tool-content ol {
    margin-left: 40px;
    margin-bottom: 10px;
}

.discovery-tool-content ol li {
    margin-bottom: 10px;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}

.discovery-tool-content .discovery-tools-steps {
    margin-top: 30px;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
}

.discovery-tool-content .discovery-tools-steps:after {
       content: "\f178";
    position: absolute;
    right: -8px;
    top: 50%;
    font-weight: bold;
    font-size: 20px;
}

.discovery-tool-content .discovery-tools-steps:last-child:after {
    content: "";
}

.discovery-tool-content .discovery-tools-steps .step-count {
    font-family: 'Open Sans', sans-serif;
}

.discovery-tool-content .discovery-tools-steps .step-info {
    font-family: 'Open Sans', sans-serif;
    background: #dcf2ff;
    padding: 37px 10px;
    text-align: center;
    border-radius: 5px;
    color: #555;
    font-size: 17px;
    line-height: 21px;
    min-height: 60px;
    font-weight: normal;
}


/*car brochure & videos styling starts here*/

.brochure-category-area {
    padding: 15px 0;
}

.brochure-category-area h6 {
    margin: 0;
    font-size: 15px;
    color: #656565;
}

.brochure-category-area ul {
    margin: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.brochure-category-area ul li {
    width: 32%;
}

.brochure-category-area ul li:last-child {
    margin: 0;
}

.brochure-category-area ul li figure {
    position: relative;
}

.brochure-category-area ul li figure img {
    cursor: pointer;
}

.brochure-category-area ul li figure > figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    padding: 0 15px;
}

.brochure-category-area ul li figure > figcaption label {
    color: #fff;
}

.brochure-category-area ul li figure > figcaption label input {
    width: 15px;
    height: 15px;
}

.brochure-category-area > form a.btn {
    padding: 5px 25px;
    font-size: 17px;
}

.brochure-category-content {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.brochure-category-content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #2699fa;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.brochure-category-content figure {
    height: 180px;
    display: flex;
}

.brochure-category-content figure > img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.brochure-category-content-info {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.brochure-category-content-info .row {
    margin: 0;
}

.brochure-category-content-info .row .col-sm-6 {
    padding: 0 5px;
}

.brochure-category-content-info label {
    font-size: 12px;
    margin: 0;
    color: #777 !important;
}

.brochure-category-content-info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.brochure-category-download-btn a.btn {
    border-radius: 0 0 5px 5px;
}

.brochure-category-download-btn a.btn-cstm-info {
    width: 50%;
    float: left;
    border-bottom-left-radius: 0;
    border-left: 1px solid #fff;
}

.brochure-category-download-btn a.btn-danger {
    width: 50%;
    float: left;
    border-bottom-right-radius: 0;
    border-right: 1px solid #fff;
}

.brochure-model h4.modal-title {
    text-align: center;
    color: #2d5a77;
}

.brochure-model h4.modal-title span {
    text-transform: uppercase;
}

.brochure-model a.brochure-submission {
    padding: 10px 40px;
}

.brochure-model .form-control {
    width: 90%;
}

.brochure-model .form-group {
    position: relative;
    margin-bottom: 20px;
}

.brochure-model .form-group .fa-check-circle {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #0dcd71;
}

.brochure-model .form-group .help-block {
    position: absolute;
    bottom: -15px;
    margin: 0;
}

.brochure-model .form-group .input-group-addon {
    width: auto;
    height: auto;
    background: none;
}

.brochure-model .form-group .input-group .form-control {
    border-left: none;
}

#brochure-video .modal-header {
    border-bottom: none;
}

.btn-full {
    width: 100%!important;
    float: none!important;
    border-bottom-right-radius: 5px!important;
    border-right: none!important;
}

.car-brochure-panel h4 a.text-info {
    color: #31708f!important;
}

.backBrochure {
    text-align: right;
}

.backBrochure a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.backBrochure a:hover {
    text-decoration: underline;
}

.category-section-content > div > div:nth-child(3n+1) {
    clear: left;
}


/*Fuel Efficiency styling starts here*/

.fuel-category-area {
    padding: 15px 0;
}

.fuel-category-area h6 {
    margin: 0;
    font-size: 15px;
    color: #656565;
}

.fuel-category-area ul {
    margin: 10px 0 20px;
    display: -webkit-flex;
    display: flex;
}

.fuel-category-area ul li {
    width: 9%;
    margin-right: 4%;
}

.fuel-category-area ul li:last-child {
    margin: 0;
}

.fuel-category-area ul li figure {
    position: relative;
    width: 100%;
    height: 80px;
    box-shadow: none;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 231, 233);
    border-image: initial;
}

.fuel-category-area ul li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: auto;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin: 0px auto;
}

.fuel-category-area ul li figure > figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    padding: 0 15px;
    border-radius: 0 0 0 6px;
}

.fuel-category-area ul li figure > figcaption label {
    color: #fff;
}

.fuel-category-area ul li figure > figcaption label input {
    width: 15px;
    height: 15px;
}

.fuel-category-area > form a.btn {
    padding: 5px 25px;
    font-size: 17px;
}

.findshare-efficiency {
    display: none;
}

.share-efficiency,
.share-efficiency_popup {
    border-left: 1px solid #ddd;
}

.fuel-category-area h2 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #000000;
    padding-left: 15px;
}

.fuel-category-area span {
/*    display: block;*/
    font-weight: 500;
    color: #808080;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}

.fuel-category-area .form-group {
    margin-bottom: 30px;
    position: relative;
}

.fuel-category-area .form-group .form-control {
   height: 40px;
    font-size: 13px;
}
.fuel-category-area .form-group.fuelEfResult{
    position: absolute;
    left: 0;
    top: 35px;
    width:100%;
    z-index: 999;
}
.fuel-category-area .form-group.fuelEfResult ol{
    max-height: 160px;
    padding-top:0;
}
.fuel-category-area .form-group.fuelEfResult ol li{
    margin:5px 0 0;
    padding:0 5px 5px;
    font-size: 13px;
}
.fuel-category-area .form-group.fuelEfResult ol li:last-child{border-bottom: 0;}
.share-efficiency_popup-form {
    display: none;
    /*transition: all 2s ease;
    -webkit-transition: all 2s ease;*/
}

.fuel-category-area .form-group > label {
    position: absolute;
    font-size: 14px;
}
.fuel-category-area ul li.active figure {
    box-shadow: rgb(199, 199, 199) 0px 1px 9px 0px;
}
.fuel-category-area ul li label {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #a2adbd;
    font-weight: 400;
}
.fuel-category-area ul li.active label {
    color: #30343e;
    font-weight: 500;
}

.fuel-category-wrapper .maintenancecontent{
    min-height: 250px;
}
.fuel-category-wrapper .productData.loader{
    text-align: center;
}
.fuel-category-wrapper .productData.loader i{
    margin-top: 10px;
}

/*Fuel Efficiency styling ends here*/


/*Fuel Efficiency Result Styling starts here*/

.fuel-efficiency-section {
    border: 1px solid #ddd;
}

.carousel {}
.carousel .owl-controls .owl-dots {
    display: none;
}
.carousel .header {
    padding-left: 0;
}
.carousel .content {
    padding: 0;
}
.carousel .grid {
    font-family: 'Rubik';
    text-align: left;
}
.carousel .grid .details {
    min-height: 100px;
}
.carousel .grid .details .heading {
    text-align: left;
}

.fuel-efficiency-section figure {
    text-align: center;
    height: 180px;
    display: flex;
}

.fuel-efficiency-section figure img {
    display: inline-block;
    margin: auto;
}

.fuel-efficiency-detail-section {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
}

.fuel-efficiency-detail-section h2 {
    margin-top: 0;
    font-size: 18px;
    color: #656565;
}

.fuel-efficiency-detail-section p {
    font-size: 14px;
    font-weight: 400;
}

.fuel-efficiency-detail-section p > span {
    font-weight: 500;
    width: 60%;
    text-align: left;
    display: inline-block;
}

.fuel-efficiency-detail-section p > i {
    font-style: normal;
}

.fuel-efficiency-detail-section p:last-child {
    margin-bottom: 0;
}

.fuel-efficiency-graph-section {
    position: relative;
}

#gauge-chart {
    width: 100%;
    height: 200px;
}

.gauge-chart-btn {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.gauge-chart-btn button {
    background: #e1e1e1;
    border: none;
    outline: none;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 2px 10px;
    font-weight: 400;
}

.gauge-chart-btn button:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 2px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #e1e1e1 transparent;
}

.gauge-chart-btn button:hover:before,
.gauge-chart-btn button:focus:before,
.gauge-chart-btn button:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fuel-efficiency-listing-section {
    padding-top: 15px;
}

.fuel-efficiency-listing-section h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 20px;
}

.fuel-efficiency-listing {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 12px;
}

.fuel-efficiency-listing h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #2abbac;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.fuel-efficiency-listing figure {
    height: 160px;
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.fuel-efficiency-listing figure img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
}

.fuel-efficiency-listing label {
    font-size: 12px;
    margin: 0;
    color: #777 !important;
    display: block;
    text-align: left;
}

.fuel-efficiency-listing span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    text-align: left;
}

.fuel-efficiency-listing .clearfix div {
    padding: 0 10px;
}

.price-range-listing-section {
    padding-top: 30px;
}

.fuel-efficiency-carousel .owl-controls,
.price-range-carousel .owl-controls {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
}

.fuel-efficiency-carousel .owl-controls .owl-prev,
.price-range-carousel .owl-controls .owl-prev {
    display: inline-block;
    color: #C8C8C8;
}

.fuel-efficiency-carousel .owl-controls .owl-next,
.price-range-carousel .owl-controls .owl-next {
    display: inline-block;
    color: #C8C8C8;
}

.fuel-efficiency-carousel .owl-controls .owl-prev:hover,
.fuel-efficiency-carousel .owl-controls .owl-next:hover,
.price-range-carousel .owl-controls .owl-prev:hover,
.price-range-carousel .owl-controls .owl-next:hover {
    color: #666;
}

.backmainpage {
    display: inline-block;
    width: 100%;
}

.blur-img {
    opacity: 0.6;
}


/*Fuel Efficiency Result Styling ends here*/


/*Buy By Budget Styling Starts Here*/


.buy-Budget-section {
    display: inline-block;
    width: 100%;
}

.buy-Budget-section .header {
    background: none;
    display: inline-block;
    padding-left: 0px!important;
}
.buy-Budget-section .header h1 {
    margin-bottom: 5px;
}

.bybudget-category-area {
    padding: 15px 0;
}

.bybudget-category-area h6 {
    margin: 0;
    font-size: 15px;
    color: #656565;
}

.bybudget-category-area form {
    display: inline-block;
    width: 100%;
}

.bybudget-category-area ul {
    margin: 10px 0 0;
}

.bybudget-category-area ul li {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    float: left;
}

.bybudget-category-area ul li label {
    padding-left: 0 !important;
}

.bybudget-category-area ul li:last-child {
    margin: 0;
}

.bybudget-category-area ul li img {
    border-radius: 5px;
    cursor: pointer;
}

ul.bybudget-content {
    display: none;
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

ul.bybudget-content li {
    display: inline-block;
    float: left;
    width: 17%;
}

ul.bybudget-content li .form-group {
    position: relative;
}

ul.bybudget-content li .form-group .error-alert {
    position: absolute;
    margin: 2px 0 0;
}

ul.bybudget-content li:last-child {
    float: right;
    margin-right: 15px;
}

ul.bybudget-content li input.btn {
    font-size: 17px;
}

.bybudget-category-area #buy_by_budget_location ul li {
    width:100%;
    float:left;
}
#buybudget-search {
    padding: 12px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    border: none;
}
.bybudget-category-area ul.vehicle_category li {
    width: 9%;
    margin-right: 4%;
}
.bybudget-category-area ul.vehicle_category li .radio {
    padding: 0;
}

.bybudget-category-area ul.vehicle_category li figure {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #e5e7e9;
}
.bybudget-category-area ul.vehicle_category li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.bybudget-category-area ul.vehicle_category li label {
    padding-left: 0 !important;
    width: 100%;
}
.bybudget-category-area ul.vehicle_category li.active figure {
    opacity: 1;
    box-shadow: 0 1px 9px 0 rgb(177, 177, 177)!important;
}
.bybudget-category-area ul.vehicle_category li label.category {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: rgb(162, 173, 189);
    font-weight: 500;
}
.bybudget-category-area ul.vehicle_category li.active label.category{
    color: #30343e;
}

.bybudget-category-area ul.bybudget-content .form-control.floating-control{
    height: 40px;
}
.bybudget-category-area ul.bybudget-content .form-group.floating-group.select-form-group:after{
    display: none;
}
.bybudget-category-area {
    padding: 10px 20px 30px;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0 3px 7px 0 #e9e9e9;
    border-radius: 4px;
}
.bybudget-category-area .noUi-handle-lower .noUi-tooltip,
.bybudget-category-area .noUi-handle-upper .noUi-tooltip {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    top: -22px;
    position: relative;
}
.bybudget-category-area .noUi-horizontal {
    height: 6px;
    background-color: #e8e8e8;
    border-color: #fff;
}
.bybudget-category-area .noUi-pips-horizontal {
    padding: 1px 0;
    margin-top: 5px;
}
.bybudget-category-area .noUi-horizontal .noUi-handle {
    cursor: pointer;
    border: 3px solid #2b2d49;
    background-color: #fff;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    left: -11px;
    top: -8px;
    padding: 0;
    outline: none;
}
.bybudget-category-area .noUi-handle:after, .noUi-handle:before{
    content: none!important;
}
.bybudget-category-area .noUi-connect{
    background: #2b2d49;
}
.bybudget-category-area .noUi-horizontal .noUi-tooltip{
    bottom: auto;
    transform: translate(-50%,-50%);
}
.bybudget-category-area .noUi-handle-lower .noUi-tooltip, 
.bybudget-category-area .noUi-handle-upper .noUi-tooltip {
    left: 50%;
    min-width: auto;
    border: 0;
    color: #2b2d49;
    background-color: transparent;
}
.bybudget-category-area .noUi-marker-normal{
    display: none;
}
.bybudget-category-area .noUi-marker-horizontal.noUi-marker-large {
    height: 7px;
    background-color: #e6e6e6;
}
.bybudget-category-area .noUi-marker-horizontal.noUi-marker {
    width: 1px;
}
.bybudget-category-area .noUi-value-horizontal {
    padding-top: 10px;
    margin-left: -32px;
    color: #2c2e4a;
    font-size: 13px;
    transform: initial;
}
.bybudget-category-area .noUi-value {
    width: 70px;
}
/*.bybudget-category-area ul.bybudget-content .form-group:before {
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 11px;
    color: #333;
    position: absolute;
    right: 0;
    bottom: 10px;
}*/
.bybudget-category-area .select-location-form {
    color: #30343e;
    font-size: 14px;
    font-family: 'Rubik',sans-serif;
    font-weight: normal;
}
.bybudget-category-area .select-location-form.has-error {
    text-align: left;
}
.bybudget-category-area .lp-detect-location {
    display: inline-block;
    text-align: left;
    width: 100%;
}
/*Buy By Budget Styling Ends Here*/

.glossary-section ol li {
    margin-bottom: 10px;
}

.glossary-section ol li ol li {
    list-style-type: lower-alpha;
}



/*On Road Price Styling Starts here*/

.roadPriceBanner figure {
    text-align: center;
}

.roadPriceBanner figure img {
    display: inline-block;
}

.roadPrice-category-area h6 {
    margin: 0;
    font-size: 15px;
    color: #656565;
}

.roadPrice-category-area ul {
    text-align: center;
    margin: 10px 0;
}

.roadPrice-category-area ul li {
    display: inline-block;
    width: 22%;
    margin-right: 1%;
}

.roadPrice-category-area ul li figure img {
    border-radius: 6px;
    cursor: pointer;
}

.roadPrice-form-details {
    
}

.roadPrice-form-details .form-control {
    height: 40px;
    border-radius: 5px;
}

.roadPrice-form-details .form-group {
    position: relative;
}

.roadPrice-form-details .form-group small {
    position: absolute;
    font-size: 11px;
}

.roadPrice-details {
    border: 1px solid #ddd;
    min-height: 231px;
    overflow: hidden;
}
.roadPrice-details > div {
    display: none;
    min-height: 235px;
}

.roadPrice-details figure {
    text-align: center;
    height: 231px;
    position: relative;
}

.roadPrice-details figure img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.roadPrice-details .brdr-left{
    border-left: 1px solid #dddcdc;
}

.roadPrice-details h1 {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.roadPrice-details h1 span {
    font-weight: 300;
}

.roadPrice-details label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

.roadPrice-info,
.roadPrice-price {
    padding: 0 25px;
    display: inline-block;
    width: 100%;
}

.roadPrice-price {
    background-color: #e4e4e4;
}

.roadPrice-price label {
    color: #000;
    padding: 5px 0;
}

.roadPrice-details .padding-0 {
    padding: 0;
}

.calculation-btns {
    float: right;
    padding: 15px 10px;
}

.roadPrice-variants h2 {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
}

.roadPrice-variants h2 span {
    font-weight: 300;
}

.similar-cars-roadPrice {
    margin-top: 30px;
}

.similar-cars-roadPrice h2 {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}

.roadPrice-carousel{
    margin-top: 35px;
}

.roadPrice-listing {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.roadPrice-listing > label {
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #2bbbad;
    padding: 5px;
}

.roadPrice-listing figure {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.roadPrice-listing figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.roadPrice-listing ul {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.roadPrice-listing ul li {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.roadPrice-listing ul li:last-child {
    border-right: none;
}

.roadPrice-listing ul li label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 18px;
}

.roadPrice-listing ul li label span {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.roadPrice-listing h6 {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    background-color: #ecefef;
    width: 100%;
    display: inline-block;
}

.roadPrice-listing h6 > label {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.owl-theme .owl-controls {
    position: absolute;
    top: -45px;
    right: 0;
    margin: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    color: #C8C8C8;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-dot:hover {
    color: #333;
}

.roadPrice-variants > .table-responsive .table th{
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 400;
    color: #666666;
}
.roadPrice-variants > .table-responsive .table th:first-child{
    text-align: left;
}
.roadPrice-variants > .table-responsive .table label{
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}
.roadPrice-variants > .table-responsive .table label small{
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.roadPrice-variants > .table-responsive .table tr td:last-child label{
    color: #000;
}
ul.roadPriceTabs{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    border:1px solid #ddd;
    vertical-align: middle;
    border-bottom: none;
}
ul.roadPriceTabs li{
    float: left;
    width: 25%;
    text-align: center;
}
ul.roadPriceTabs li a{   
    position: relative; 
    display: block;
    padding: 6px 15px 0px;
    border-right: 1px solid #ddd;
    height: 60px;
    border-bottom: 3px solid transparent;
}
ul.roadPriceTabs li a label{
    display: block;
    margin: 0;   
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.roadPriceTabs li a span{
    display: block;
    height: inherit;
    padding: 11px 0;
}
ul.roadPriceTabs li.addAnotherCar{
}
ul.roadPriceTabs li label.addCar{
    display: block;
    padding: 6px 0 0;
    margin-bottom: 0;
    height: 60px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}
ul.roadPriceTabs li.addAnotherCar img{
    display: inline-block;
    width: 50px;
}
ul.roadPriceTabs li a:hover,
ul.roadPriceTabs li a:active,
ul.roadPriceTabs li a:focus,
ul.roadPriceTabs li a:visited{
    text-decoration: none;
}
ul.roadPriceTabs li a.active{
    border-bottom-color: #337ab7;
}
ul.roadPriceTabs li a small.close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}
.addAnotherCarModal .form-control{
    border-radius: 3px;
}
.emiCalculationArea{
    background: #f7f7f7;
    padding: 20px;
    border-radius: 3px;
}
.emiCalculationArea > h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 23px;
    color: #555;
}
.emiCalculationArea legend,
.emiCalculationArea h2{
    font-size: 18px;
    font-weight: 600;
    color: #555;
}
.emiCalculationArea label{
   font-weight: 400;
   color: #555;
   font-size: 16px;
}
.emiCalculationArea p{
    font-size: 16px;
    color: #555;
}
.emiCalculationArea #emi_chart{
   height: 300px;
}
.emiCalculationArea .form-group{
   position: relative;
}
.result_emicalculation,
.emiCalculationArea .help{
    display: none;
}
.emiCalculationArea .help{
    position: absolute;
    left: 0;
    bottom: -18px;
}

/*On Road Price Styling Ends here*/

/*Driving School Styling Starts here*/

.drivingSchool-container figure {
    text-align: center;
    position: relative;
}

.drivingSchool-container figure img {
    display: inline-block;
}

.drivingSchool-container figure figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    width: 60%;
    border-radius: 5px;
}

.drivingSchool-container figure figcaption h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    font-weight: 600;
}

.drivingSchool-container figure figcaption form .form-control {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.drivingSchool-container figure figcaption form .form-group {
    position: relative;
}

.drivingSchool-container figure figcaption form .form-group span.text-danger {
    font-size: 12px;
    display: block;
    position: absolute;
}

.form-area {
    background-color: #f7f7f7;
    padding: 20px 0 5px;
}

.form-area form .form-control {
    height: 38px;
    border-radius: 5px;
}

.form-area form .form-group {
    position: relative;
}

.form-area form .form-group span.text-danger {
    font-size: 12px;
    display: block;
    position: absolute;
}

.form-results {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    padding: 0 10px;
}

.form-results h1 {
    font-size: 14px;
    font-weight: 600;
    color: #585858;
}

.form-results h1 > span {
    color: #5b7d98;
    font-weight: 700;
}

.training-school-address label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.training-school-address address > span {
    display: block;
    font-size: 14px;
    color: #585858;
    font-weight: 400;
}

.training-school-address address > span i {}


/*Driving School Styling Ends here*/

.mt5 {
    margin-top: 5px;
}
/*Vehicle Compare Styling Starts Here*/

.vehicle-compare-content > h2,
.vehicle-compare-content > div{

}
.vehicle-compare-section .discovery-tools-header {
    border-bottom: none;
}

.vehicle-compare-container {
    background-color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
}

.vehicle-compare-container h1 {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
    padding-left: 15px;
}

.vehicle-compare-content ul {
    padding-left: 15px;
}

.vehicle-compare-content ul li {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.vehicle-compare-content ul li figure {
    position: relative;
}

.vehicle-compare-content ul li figure > img {
    border-radius: 10px;
    cursor: pointer;
    max-width: 100%;
}

.vehicle-compare-content ul li figure figcaption {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.vehicle-compare-content ul li figure figcaption i {
    color: rgba(255, 255, 238, 0.7);
    font-size: 30px;
}

.vehicle-compare-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
    padding-left: 15px;
}

.vehicle-compare-content form {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.compareCarArea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.compareCarArea > span {
    font-size: 20px;
    color: #3c90d9;
    display: block;
    font-weight: 600;
}

.compareCarArea img {
    margin: 0 auto;
    display: block;
}

.vehicle-compare-content .form-control {
    border-radius: 5px;
    height: 41px;
}

.vehicle-compare-content form input[type="submit"] {
    text-transform: uppercase;
    font-size: 16px;
}

.addCarArea {
    border-radius: 5px;
}

.compareCarResult {
    /*height: 356px;*/
    margin-bottom: 0;
}

.compareCarResult figure {
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
}

.compareCarResult figure img {
    max-height: 100%;
}

.compareCarResult h4 {
    font-weight: 700;
    font-size: 18px;
    color: #464646;
    margin-bottom: 2px;
}

.compareCarResult h5 {
    font-weight: 700;
    font-size: 15px;
    color: #585858;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.compareCarResult label {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #686363;
    margin-bottom: 0;
}

.compareCarResult select {
    font-size: 14px;
    font-weight: 500;
    color: #686363;
}

.compareCar-category-btn {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.compareCar-category-btn > a {
    float: left;
    width: 50%;
    border-radius: 0;
}

.compareCar-category-btn > a:nth-of-type(3) {
    text-transform: uppercase;
    width: 100%;
}

.addCompareCar {
    height: 356px;
}

.addCompareCar > a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 30px;
}

.addCompareCar .compareCarArea {
    height: inherit;
}

.addCompareCar .compareCarArea > a {
    margin-top: 20px;
    text-transform: uppercase;
}

.addCompareCar .compareCarArea select {
    margin-bottom: 15px;
}

.compareCarResult > span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    color: #555;
    cursor: pointer;
}

.compareResultArea .compareCarSection {
    margin-bottom: 20px;
}

.compareCarResultSection .featureList {
    background-color: #fff;
    
}

.compareCarResultSection .featureList ul {
    text-align: center;
    padding-top: 10px;
}

.compareCarResultSection .featureList ul li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 20px;
}

.compareCarResultSection .featureList ul li label {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}

.compareCarResultSection .featureList ol {
    text-align: center;
    padding-bottom: 10px;
}

.compareCarResultSection .featureList ol li {
    display: inline-block;
    list-style: none;
    padding: 10px 20px;
}

.compareCarResultSection .featureList ol li a {
    color: #888888;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}

.compareCarResultSection .featureList ol li a:hover {
    text-decoration: none;
    border-bottom-color: #71baea;
}

.compareCarResultSection .featureList ol li a:hover i {
    color: #71baea;
}

.compareCarResultSection .featureList ol li a > i {
    display: block;
    font-size: 24px;
}

.compareCarResultSection .featureListResult {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    background-color: #fff;
}

.compareCarResultSection .featureListResult .heading {
    position: relative;
}

.compareCarResultSection .featureListResult .heading ul {
    display: inline-block;
    width: 100%;
    background-color: #3c90d9;
    padding: 10px 0;
}

.compareCarResultSection .featureListResult .heading ul li {
    float: left;
    width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding: 0 8px;
}

.compareCarResultSection .featureListResult .heading ul li:nth-of-type(1) {
    text-transform: uppercase;
    text-align: left;
}

.compareCarResultSection .featureListResult .heading > span {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.compareCarResultSection .featureListResult .content {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    padding-top: 15px;
}

span.moreContent {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #3c90d9;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.compareCarResultSection .featureListResult .content .type-content {
    width: 20%;
    float: left;
}

.compareCarResultSection .featureListResult .content .type-content > label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    height: 60px;
    padding: 0 8px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.compareCarResultSection .featureListResult .content .variant-content {
    width: 80%;
    float: left;
}

.variant-content > div > div {
    width: 25%;
    float: left;
}

.variant-content > div > div label {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    height: 60px;
    padding: 0 8px;
    margin-bottom: 0;
    overflow-y:auto;
}

.variant-content > div > div label #semicirclebar {
    float: none;
    height: 54px !important;
    width: 100px !important;
    text-align: center;
    display: inline-block;
}

.variant-content > div > div label .circle-text-half {
    font-size: 12px !important;
    line-height: 48px !important;
}

.variant-content > div > div label .circle-text,
.variant-content > div > div label .circle-info,
.variant-content > div > div label .circle-text-half,
.variant-content > div > div label .circle-info-half {
    width: 68%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.variant-content > div > div label #semicirclebar > canvas {
    height: 70px !important;
    width: 70px !important;
}

.addCompareCar input[type="submit"]{
    padding: 6px 12px;
}

.compareCarResultSection .featureListResult .content .type-content > label.text-primary{
    font-size: 15px;
    font-weight: 600;
    color: #3c90d9;
}

/*Vehicle Compare Styling Ends Here*/


/*OBV, How its works*/


.obv-feature.algo i {
    width: 65px;
    height: 56px;
    background-position: -17px -12px;
}
.obv-feature.tmv i {
    width: 56px;
    height: 56px;
    background-position: -100px -10px;
}
.obv-feature.science i {
    width: 52px;
    height: 56px;
    background-position: -173px -9px;
}

.obv-feature.works {
    margin:10px auto;
    vertical-align: top;
}
.obv-feature.works i {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 70px;
}

.obv-feature.works .obv-icons{
    display: table;
    margin:0 auto 5px;
    width: 100%;
    text-align: center;
}
.obv-feature.works .obv-icons + span{
    font-size: 15px;
    display: block;
    width: 0 auto;
    text-align: center;
} 
.obv-feature.works.party i {
    width: 81px;
    height: 44px;
    margin-top: 24px;
    background-position: -114px -227px;
}

.obv-feature.works:last-child .saprater {display: none;}
.obv-feature span {
    color: #313131;
    /*font-size: 15px;*/
}


/*Benefit section*/
.list {
    position: relative;
    text-align: left;
}
.list.benefits {
    margin-bottom: 30px;
    padding: 0 20px;
    /*color: #fff;*/
    text-align: left;
}
.list.benefits .heading  {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.list.benefits .heading .icon,
.list.benefits .heading span {vertical-align: top;}
.list.benefits .heading .icon {
    display: inline-block;
    width: 33px;
    height: 35px;
    background: url(//cdn1.acedms.com/images/sprite-benefits.gif) left top no-repeat;
}
.list.benefits .heading .icon.icon-buyer {background-position: 0 0;}
.list.benefits .heading .icon.icon-seller {background-position: -62px 0;}
.list.benefits .heading .icon.icon-bank {background-position: 0 -58px;}
.list.benefits .heading .icon.icon-insu {background-position: -64px -59px;}
.list.benefits .heading .icon.icon-web {background-position: 0 -118px;;}

.list.benefits p  {    
    margin-top: 10px;
}
.container-height {
    height: 100px;
}
.container-mobile-height{
    height: 108px;
}
#no-more-results{
    text-align: center;
}



/*.discovery-tool-content#benefit h4{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.discovery-tool-content#benefit h4:after{
    border: 1px solid #ddd;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: -1;
    top: 50%;
}
.discovery-tool-content#benefit h4 > span{
    background: #fff;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
}*/

/*product research new page styles*/
.prod-research-content{font-family: 'Rubik'}
.prod-research-content figure{
    width:100px;
    height: 80px;
    margin:0 auto;
    }
.prod-research-content figure img{
    display:block;
    margin:0 auto;
    width:auto;
    height:100%;
    border-radius: 5px;
    object-fit:auto;
    transition: all .5s ease-in-out;
}
.prod-research-content a{ 
    display: block;
    min-height: 150px;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.prod-research-content a h3{
    color: #767676;
    text-decoration: none;
}
.prod-research-content h3{
    margin:10px 0;
    padding: 0; 
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.prod-research-content .prod-grid{
    margin-bottom: 15px;
    display: table-cell;
}
.prod-research-content a:hover figure img{
    border-radius: 5px;
    border:1px solid #3cbff6;
}

.downPayment{
    height: 12px;
}
#frmCalculateEmi .ui-slider .ui-slider-handle{
    height: 1.8em;
}
#frmCalculateEmi .ui-slider-pips .ui-slider-pip{
    top: 12px;
}


.discovery-tool-content ol li strong{
    display: block;
    margin-bottom: 0;
}
.discovery-tool-content ol li p{
    margin-bottom: 0;
}

.productData{position:relative; height:250px;}
.productData.productData_pricing ul{
    position:absolute;
    left:0;
    top:10px;
    max-height:250px!important;
 
}
.product_search_results.productData.newProductData ul,
.product_2_search_results.productData.newProductData ul,
.product_3_search_results.productData.newProductData ul,
.product_search_results ol,.product_search_results_share ol {
    left: 0px;
    top: -15px;
    width:100%;
    /*height: 174px!important;*/
    max-height: 250px;
    margin-top:0;
    padding:5px 0 0;
    background: #fff;
    overflow-y: auto;
    border: 1px solid #d2d6de;
    z-index: 999;
}
.product_search_results ol, .product_search_results_share ol {
    margin: 0;
}

.product_search_results.productData.newProductData ul li,
.product_2_search_results.productData.newProductData ul li,
.product_3_search_results.productData.newProductData ul li,
.product_search_results ol li,.product_search_results_share ol li {
    margin: 5px 0 0;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #d2d6de;
    cursor: pointer;
    z-index: 1000;
}
.block-mmt img{margin-bottom: 5px;}
.productData ul li{
    width:100%;
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 12px;
}
.productData .loader{text-align:center;}
.about-content figure img {
    height: 100px;
    display: block;
    margin: 10px auto;
}
.about-content figcaption{
    padding:5px 0;
    font-size: 14px;
    text-align: center;
}
.productData.productDataResult ul{
    top: -6px
}
.glossary-bg{
    padding:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffe3ce;
}
.glossary-bg p{
    margin-bottom: 20px;
}
.block-container {
    position: relative;
    padding: 50px 0 10px;
    text-align: center;
}
.testimonials-bg .tab[role="global"] {
    position: relative;
}
.testimonials-bg .tab[role="global"] .nav {
    border: 0 none;
}
.testimonials-bg .tab[role="global"] .nav li {
    position: relative;    
    border: 0 none;
}
.testimonials-bg .tab[role="global"] .nav li .fa-caret-down {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -18px;  
    margin-left: -7px;
    color: #2699fa;
    font-size: 30px;
}
.testimonials-bg .tab[role="global"] .nav li.active .fa-caret-down {
    display: block;
}
.testimonials-bg .tab[role="global"] .nav li span {
    margin-right:2px;
    padding: 10px 70px;    
    border: 0 none;
    border-radius: 5px;
    background-color: #5c5c5c;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.testimonials-bg .tab[role="global"] .nav li span:hover,
.testimonials-bg .tab[role="global"] .nav li span:focus,
.testimonials-bg .tab[role="global"] .nav li span:active,
.testimonials-bg .tab[role="global"] .nav li.active span:hover,
.testimonials-bg .tab[role="global"] .nav li.active span:focus,
.testimonials-bg .tab[role="global"] .nav li.active span:active {
    border: 0 none;
    color: #fff;
}
.testimonials-bg .tab[role="global"] .nav li.active span {
    background-color: #2699fa;
}
.testimonials-bg .tab[role="global"] .nav li.active:after{
    border-top: 10px solid #2699fa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 0;
}
.testimonials-bg .testimonial {
    width: 90%;
    margin: auto;
}
.testimonials-bg .testimonial .para {
    position: relative;   
    min-height: 150px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f0f0f0;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
.testimonial .user .details{font-size: 14px;}
.testimonials-bg .testimonial .para .fa-caret-down {
    position: absolute;
    right: 0;
    bottom: -24px;
    margin-right: 50px;
    color: #f0f0f0;
    font-size: 40px;
}
.testimonials-bg .testimonial .para .fa-caret-down.left {
    right: auto;
    left: 0;
    margin-left: 50px;
}
.testimonials-bg .testimonial .user {
    margin-top: 20px;
    text-align: right;
}
.testimonials-bg .testimonial .user.left {
    text-align: left;
}
.testimonials-bg .testimonial .user figure,
.testimonials-bg .testimonial .user .details {
    display: inline-block;
    vertical-align: top;
}
.testimonials-bg .testimonial .user figure {
    width: 70px;
    height: 70px;
    margin: 0 10px;
    border-radius: 70px;
    border: 3px solid #2699fa;
    overflow: hidden;    
}
.testimonials-bg .testimonial .user figure img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.testimonials-bg .testimonial .user .details {
    margin-top: 15px;
    text-align: left;
}
.testimonials-bg .testimonial .user .details .title {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.testimonials-bg .block-container .nav-tabs{display: table; margin:0 auto 30px;}
#carousel-testimonial .carousel-control,
#carousel-review .carousel-control {
    width: 30px;
}
#carousel-testimonial .carousel-control.left,
#carousel-testimonial .carousel-control.right,
.carousel .carousel-control.left,
.carousel  .carousel-control.right {
    background: none;
}
#carousel-testimonial .carousel-control.left .glyphicon,
#carousel-testimonial .carousel-control.right .glyphicon,
.carousel  .carousel-control.left .glyphicon,
.carousel  .carousel-control.right .glyphicon {
    margin-top: 60px;
    color: #808080;
    text-shadow: none;
}
.error-alert{
        color: rgb(255, 15, 55) !important;
}


.obvPrintedBook{}
.obvPrintedBook h2{
    margin-bottom: 40px;
    font-size: 45px;
    color: #f36b1d;
    text-transform: uppercase;
    font-weight: 600;
}
.obvPrintedBook h2 > span{
    display: inline-block;
    margin-top: 7px;
    float: right;
    width: 615px;
    height: 37px;
    background: url(https://cdn1.acedms.com/photos/images/web/obv/images/heading-brdr.png);
}
.obvPrintedBook h3{
    margin-bottom: 30px;
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 600;
}
.obvPrintedBook p{
    margin-bottom: 20px;
    font-size: 18px;
    color: #636363;
    font-weight: 300;
}
.obvPrintedBook label{
    font-size: 35px;
    color: #4f4f4f;
    font-weight: 700;
}
.obvPrintedBook label strong{
    font-size: 65px;
    color: #00aff0;
    font-weight: 600;
    vertical-align: middle;
}
.obvPrintedBook img{
    max-width: 100%;
}
.obvPrintedBook ul{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
}
.obvPrintedBook ul li{  
    float: left;
    width: 16.66%;
    text-align: center;
    list-style: none;
    font-size: 24px;
    color: #4f4f4f;
    font-weight: 600;
}

.discovery-tool-content .car-brochure-panel h4.panel-title{
    margin-top: 0;
}
.bybudget-category-area ul li .radio label::before,
.bybudget-category-area ul li .radio label::after,
.bybudget-category-area ul li .radio input{
    display: none;
}
.pricing-content-area .productData ul{
    top: initial;
}
.d-pricing-research .discovery-tool-content ol{	
    margin-left: 0;	
}	
/*Pricing Research rewamp*/	
.d-vehicle-category ul li {	
    width: 20%;	
    margin-right: 8%;	
}	
.d-vehicle-category ul li figure {	
    position: relative;	
    width: 100%;	
    height: 80px;	
    box-shadow: none;	
    border: 1px solid #e5e7e9;	
}	
.d-vehicle-category ul li.active figure {	
    box-shadow: 0 1px 9px 0 rgb(204, 204, 204);	
    transition: all ease-in .2s;	
}	
.d-vehicle-category ul li figure img {	
    cursor: pointer;	
}	
.d-vehicle-category ul li label {	
    font-size: 13px;	
    margin-top: 5px;	
    margin-bottom: 0;	
    color: #a2adbd;	
    font-weight: 400;	
}	
.d-vehicle-category ul li.active label {	
    color: #30343e;	
    font-weight: 500;	
}	
.d-vehicle-category .product_search_results ul li {	
    width:100%;	
}	
.d-vehicle-category .form-control.vehicleSearch, 	
.d-vehicle-category .form-control.vehicleSearch:hover, 	
.d-vehicle-category .form-control.vehicleSearch:focus {	
    border: none;	
    box-shadow: none;	
    border-radius: 0px;	
    border: 1px solid #ebebeb;	
    height: 40px;	
}	
.d-vehicle-category .input-group .input-group-addon {	
    background: #2699fa;	
    border: 1px solid #309edc;	
    box-shadow: none;	
    color: #fff;	
    cursor: pointer;	
}	
.d-vehicle-category .userInfo-form .form-control{	
    height: 40px;	
}	
.d-vehicle-category .userInfo-form .form-group{	
    margin-bottom: 30px;	
}	
.d-vehicle-category .userInfo-form .form-group:before {	
    font-family: FontAwesome;	
    content: "\f0d7";	
    font-size: 11px;	
    color: #333;	
    position: absolute;	
    right: 0;	
    bottom: 10px;	
}	
.d-vehicle-category  .mmtList {	
    position: absolute;	
    left: 0;	
    right: 0;	
    top: 33px;	
    display: none;	
    max-height: 200px;	
    overflow: auto;	
    background-color: #fff;	
    border: 1px solid #ddd;	
    z-index: 4;	
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.13);	
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.13);	
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.13);	
}	
.d-vehicle-category .mmtList.active{	
    display: block;	
}	
.d-vehicle-category  .mmtList > ul > li {	
    display: block;	
    width: auto;	
    margin: 0;	
}	
.d-vehicle-category  .mmtList ul li a {	
    display: block;	
    padding: 10px;	
    line-height: 16px;	
    font-size: 12px;	
    color: #9e9e9e;	
    font-weight: 400;	
}
@media(max-width:1024px){
    .addSenseArea{
        display: none;
    }
        .compareCarResultSection .featureList{
        z-index: 4 !important;
    }
    .bybudget-category-area ul.vehicle_category li {
        width: 13%;
        margin-right: 4%;
    }
    .bybudget-category-area #buy_by_budget_location .lp-cities ul li {
        width: 100%!important;
        float: none;
        text-align: left;
        display: inherit;
    }
    .bybudget-category-area #buy_by_budget_location .lp-cities strong {
        text-align: left;
        font-size: 14px;
    }
    
}
@media(max-width:767px){

    .obvPrintedBook h2{
        font-size: 25px;
    }
    .obvPrintedBook ul{
        padding: 0;
    }
    .obvPrintedBook ul li:first-child{
            width: 100%;
            text-align: left;
    }
    .obvPrintedBook ul li{
        width: 50%;
        height: 50px;
        text-align: left;
    }

    .discovery .header.ncbrochure > div{
        width: 100%;
        padding-left: 80px;
    }
    .fuel-category-wrapper .maintenancecontent {
        min-height: 215px;
    }
    .fuel-category-wrapper .share-efficiency{
        padding-left: 0;
    }
    .fuel-category-wrapper .share-efficiency-heading{
        margin-top: 20px;
    }
    .fuel-category-area h2 {
        padding-left: 10px;
    }
    .bybudget-category-area ul li {
            width: 28% !important;
    }
    .buy-Budget-section .header h1, .buy-Budget-section .header span {
        text-align: left;
    }
    ul.bybudget-content{
        margin-top: 10px;
    }
    .bybudget-category-area ul.vehicle_category {
        margin: 0;
    }
    ul.bybudget-content .budget_filter h3{
        margin-left: -8.33333333%;
    }
    .d-pricing-research-category.d-vehicle-category ul li {
        width: 27%;
        margin-right: 5%;
    }

}

@media(max-width:480px){
    ul.bybudget-content .budget_filter h3 {
        margin-left: -10.333333%;
    }
}
