/************font files*****************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@500;700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/************font files*****************/
:root{
    --primary:#0b5a95;
    --secondary:#404040;
    --highlight:#C60000;
    --oswald: 'Oswald', sans-serif;
    --opensans: 'Open Sans', sans-serif;
}

body {
    font-family: 'Drivana', sans-serif;    
    overflow-x: hidden;
}

hr {
    border-top: 2px solid grey;
}

.navbar-light .navbar-nav .nav-link {
    color: #b4b4b4;
}

.rangeslider__fill {
    background-color: var(--primary)!important;
}

.tbar {
    background-color: var(--secondary);
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    max-height: 50px;
}
.tbar::after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--primary);
    z-index: 0;
    clip-path: polygon(0 0, 97% 1%, 100% 100%, 0% 100%);
}
.topbar_wrapper{
    position: relative;
    z-index: 1;
}
.tbar a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;  
}

.home_section {
    height: calc(100vh - 121px);
    width: 100%;
    background: #0008 url(../img/home.png);
    background-size: cover;
    display: flex;
    align-items: center;
}
.margin-minus{
    margin-top: -6rem;
}

.home-search-box{
    background: var(--primary) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000027;
    opacity: 1;
    padding: 30px;
}
.home-search-wrapper {
    min-height: 240px;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: 4rem;
    position: absolute;
    top: -130px;
}
#home-search{
    position: relative;
}

.search-from-input .form-control {
    background: #B6D0E2 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    color: black;
    -moz-appearance: none;
}
.search-from-input .form-control::placeholder{
    color: black;
}

.search-from-input button{
    font-size:  18px;
    color: #1994FC;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1;
}

.search-from-input button:hover, .search-from-input button:focus{
    color: #1994FC;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

/**********************financing_wrapper **/
.financing_wrapper {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.sec_heading{
    position: relative;
    margin-bottom: 15px;
}
.sec_heading .h2 {
    font-size: 40px;
    text-align: center;
}
.sec_heading .h2 span {
    color: var(--primary);
}
.sec_heading ::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #404040;
    width: 100px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.sec_sub p{
    font-size: 18px;
    text-align: center;
}
.finacing_box_outer{
    width: 500px;
    height: 510px;
    border: 2px solid var(--primary);
    border-radius: 10px;
    opacity: 1;
    padding: 75px 40px;
    background: #0008 url(../img/bg_fin.png);
    background-blend-mode: multiply;
    background-size: cover;
    color: white;
}
.finance-form-outer {
    border-radius: 15px;
}
.inner-col .inner-col-1 {
    padding-left: 2.4rem;
    font-size: 18px;
    font-weight: 600;
}
.inner-col .inner-col-2 {
    color: #1994FC;
    opacity: 1;
    font-size: 40px;
    line-height: 1;
}
.inner-col .inner-col-2 span {
    line-height: 1.4;
    display: inline-block;
}
.float_img {
    position: absolute;
    right: 60px;
    bottom: 10;
}
.finance-form-outer{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000019;
    border-radius: 5px;
    opacity: 1;
    padding: 20px;
}
.finance-form-outer label, .service_form_body label , .map_form label{
    font-weight: bold;
    font-size: 15px;
    color: #707070;
}
.finance-form-outer .form-control, .service_form_body .form-control , .map_form .form-control, .askBooing_wrapper .form-control,.starRating .form-control
{
    background: #FFFFFF4D 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    min-height: 50px;
}
/**Financing wrapper ****/

/*****************options***********************/
.option-wrapper {
    width: 100%;
    min-height: 410px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../img/lot.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position-y: 30px;
    background-size: 90%;
    display: flex;
    align-items: center;
}
.option-wrapper::before{
    content: '';
    background-color:#000000;
    width: 60%;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
/*****************options***********************/


/*********testimonials**************/
.testi_heading > h2 {
    letter-spacing: 1.2px;
    color: #404040;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
}
.testi_heading > h2::after {
    content: '';
    /* position: absolute; */
    width: 70px;
    border-bottom: 2px solid #404040;
    display: block;
    margin-top: 25px;
}
.testimonial_wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #FAFAFA;
}
.testi_quote {
    padding-left: 30px;
}
.test_img_wrapper {
    background-image: url(../img/bg-rec.svg);
    height: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-x: 90px;
    position: relative;
}
.test_img_wrapper img{
    z-index: 1;
}
.test_img_wrapper::before {
    background-color: #fafafa;
    content: '';
    position: absolute;
    width: 320px;
    height: 225px;
    z-index: 0;
    top: 0;
    right: 0;
}
.testi_quote{
    position: relative;
}
.testi_quote::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background-image: url(../img/quote.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.testi_quote > p {
    font-size: 17px;
    color: #404040;
}
.testi_bg {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: -35px;
    left: 125px;
    font-size: 110px;
    font-weight: 700;
    color: #F1F1F1;
}
.testimonial_content, .test_img_wrapper {
    padding-top: 50px;
}
.testimonial_content {
    position: relative;
    top: 50px;
}
.test_img_wrapper > img {
    width: 95%;
}

/***** testimonials ends ***/

/*******bg dots**********/
.bg_dots {
    position: absolute;
    right: 0;
    top: -115px;
    width: 400px;
    overflow: hidden;
}
/********faq section*******/
.sec_wrapper{
    margin-bottom: 40px;
}
.sec_wrapper > h2 {
    letter-spacing: 2px;
    color: #404040;
}
.sec_wrapper > h2::after {
  content: '';
  border-bottom: 2px solid #404040;
  margin-top: 25px;
  width: 80px;
  display: block;
}
.faq_wrapper_outer .card-header {
    background-color: transparent;
    border: 0;
}
.faq_wrapper_outer .card {
    background-color: transparent;
    border: 0;
}
.faq_wrapper_outer .card-header .card-link {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_wrapper_outer .card-body {
    font-size: 17px;
    color: #404040;
    padding-top: 5px;
}
.faq_wrapper_outer .card-header .collapsed.card-link .arrow-up {
    border-top: 8px solid #707070;
    border-bottom: none;
}
.faq_wrapper_outer .card-header .card-link .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #707070;
}
/*****************Search Page***********************/
.heroSearch_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.heroSearch_wrapper .container {
    font-size: 17px;
}
.heroSearch_inner{
    background: #FAFAFA4D 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 15px;
}
.heroSearch_inner .heroSearch_input:focus{
    border: 0;
    outline: 0;
    border-right: 1px solid #ccc;
}
.heroSearch_inner .heroSearch_input {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-right: 1px solid #ccc;
    border-radius: 0;
    color: #707070;
}
.heroSearch_range .heroSearch_rangeinput {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    width: 100%;
    padding: 5px 12px;
    color: #707070;
}
.heroSearch_range .heroSearch_rangeinput:focus{
    border: 1px solid #DBDBDB;
    outline: 0;
}
.heroSearch_range .row [class*="col-"] {
    padding-left: 10px;
}
.heroSearch_submit{
}
.heroSearch_submit > button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    width: 50px;
    color: #1994fc;
    /*border-left: 1px solid #ccc ;*/
}
.heroSearch_submit > button:hover, .heroSearch_submit > button:focus{
    outline: 0;
}
.heroFilters_inner{
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.heroFilters_text{
    color: #404040;
    font-weight: 600;
}
.heroFilters_item {
    background: #FAFAFA4D 0% 0% no-repeat padding-box;
border: 1px solid #DBDBDB;
border-radius: 21px;
text-align: center;
padding: 7px 15px;
color: #707070;
font-size: 14px;
}
.heroFilters_slider {
    position: relative;
}
.filterBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 30px;
    height: 50px;
    z-index: 55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.filterBtn.filterNxt {
    right: -15px;
}
.filterBtn.filterPrev {
    left: -35px;
}
.filterBtn:hover, .filterBtn:focus {
    box-shadow: 1px 1px 5px -1px #00000075;
}

/********call us****************/
.callus_wrapper{
    background-color: var(--primary);
    padding-top: 75px;
    padding-bottom: 75px;
}
.call_left {
    color: #fff;
}
.callus_wrapper .btn {
    color: var(--primary);
    font-weight: 600;
}
/*********footer***************/
footer{
    background-color: #242424;
}

.other_head {
    letter-spacing: 1.2px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 15px;
}
.other_head::after{
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    width: 53px;
    margin-top: 10px;
}
.other-body {
    color: #fff;
}
.left_footer_wrapper .navbar {
    padding: 1.6rem 0px;
}
.left_footer_wrapper .navbar .nav-item .nav-link {
    color: rgba(255,255,255,.5);
    letter-spacing: 0.9px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    /* padding-left: 1.3rem;
    padding-right: 1.3rem; */
}
.left_footer_wrapper .navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.right_top ul li img {
    width: 24px;
}
.left_footer_wrapper .navbar .nav-item:first-child .nav-link{
    padding-left: 0;
}
.bottom_bar{
    background-color: #404040;
    padding: 1rem;
}
.copy_text{
    letter-spacing: 0.8px;
color: #FFFFFF;
}
.copy_links .list-inline-item a {
    color: #fff;
}
.copy_links .list-inline-item a:hover{
    text-decoration: none;
}
.copy_links .list-inline-item:not(:last-child){
    margin-right: 2.5rem;
}
.footer_wrapper, footer {
    position: relative;
    z-index: 100;
}
.footer_wrapper .navbar {
    border-bottom: none;
} 
.footer_map_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
/**** footer ends ****/

/**********service****************/
.jumbotron {
    padding: 3rem 2rem;
}
.service_wrapper{
    margin-bottom: 3rem;
}
.service_right a{
    font-weight: 600;
}
.service_right a:hover{
    text-decoration: none;
}
.right_links .list-inline-item {
    margin-bottom: 0.5rem;
}
/**********service****************/

/***********about us***************/
.about_body .single_img img , .ask_img img {
    max-width: 100%;
}
.about_body .single_img{
    margin-bottom: 1.5rem;
}
/***********about us***************/

.modal-dialog label{
    font-weight: black;
}

.modal-dialog .form-control{
    min-height: 40px;
}

#serviceForm .form-control {
    min-height: 40px;
}

#contactForm .form-control {
    min-height: 40px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.bg-light {
    background-color: #D3D3D3!important;
}

#main-nav {
    background-color: #0057b8 !important;
}

#main-nav a {
    font-weight: bold;
}

.navbar {
    border-bottom: 2px solid var(--primary);
}

.navbar .nav-link {
  font-size: 18px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #b4b4b4;
}

.navbar .nav-item.active {
    border-left: #ffffff 3px solid;
}

.navbar .nav-item.active a {
    color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.navbar-light .navbar-toggler {
    border: 2px solid black;
}

#myCarousel .carousel-item {
  height: 450px;
}

#myCarousel .carousel-caption {
  color:var(--primary);
}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
    filter: invert(100%);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 30px;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 2px solid white;
}

#info {
  position: relative;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#additions {
  position: relative;
  min-height: 400px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -400px;
  text-align: center;
  color: #fff;
}

#additions a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
    background-color: #D3D3D3!important;
    font-weight: bold;
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: var(--primary);
}

#reviews {
  background-color: lightgray;
}

#wsites {
  background-color: lightgray;
}

.review {
    border: solid 1px gray;
    height: 250px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
    font-size: 14px;
    padding-right: 20px;
}

.checked {
    color: orange;
}

#main-footer {
    margin-bottom: 0px;
}

#main-footer p {
    margin-bottom: 0px;
    font-size: 18px;
}

#main-footer a {
    color: black;
}

.rightdiv {
    position: fixed;
    top: 8%;
    right: 0px;
    display: none;
    width: 500px;
    
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(233,236,239,1) 100%);
    z-index: 555;
    padding: 20px 40px;    
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    display: none;
    z-index: 99999999;
}

.list-group-item {
    font-size: 20px;
    font-weight: 500;
    background-color: #fdfdfe;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px !important;
}

.main-wrapper {
    width: 100%;
    background-image: url("../img/demo_.jpg");
}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid var(--primary) !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

.btn-dark {
    background-color: var(--primary);
    font-size: 30px;
}

.card img {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid var(--primary) !important;
}

#contact img {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}

#contact_wrapper .card {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}


#main-footer {
    border-top: 2px solid var(--primary) !important;
}

.price-field-stricken {
    text-decoration: line-through;
}

.price-field {
    color: red;
}

.regdiv {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}

#wsites img {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
}

#resent_vehicles .card {
    background-color: #eee;
    color: black;
}

#resent_vehicles .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

#resent_vehicles .card-header {
    min-height: 180px; 
    background-size: cover;
}

#images-link .img-thumbnail {
    background-color: var(--primary);
}

.table-flt {
    border: 2px solid #e5e5e5;
    overflow-x: hidden;
}

.table-flt > thead > tr > th,
.table-flt > tbody > tr > th,
.table-flt > tfoot > tr > th,
.table-flt > thead > tr > td,
.table-flt > tbody > tr > td,
.table-flt > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.table-int {
    width: 100%;
    color: black;
}

.table-int > thead > tr > th,
.table-int > tbody > tr > th,
.table-int > tfoot > tr > th,
.table-int > thead > tr > td,
.table-int > tbody > tr > td,
.table-int > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}

.table-int th {
    width: 35%;
}

.inventory-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.inventory-in {
    padding-top: 5px;
}

#vehicles_div .inventory {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding-bottom: 5px;
}

#vehicles_div .card {
    background-color: #eee;
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

#vehicles_div .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div .card-header {
    min-height: 250px; 
    background-size: cover;
}

#vehicles_div {
    min-height: 300px;
}

#vehicles_div td {
    padding-left: 0px;
    font-size: 14px;
    height: 33px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div table {
    margin-bottom: 0px;
}

.veh-memo {
    font-size: 12px;
    background-color: white!important;
    border: none;
    margin-bottom: 5px;
    scrollbar-width: none!important;
}

.veh-memo::-webkit-scrollbar {
    width: 10px;
}
 
.veh-memo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.veh-memo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.pending {
    border: 5px solid red !important;
    border-radius: 5px !important;
}

.text-block {
    color: red;
    font-size: 42px;
}

.form-inline label {
    display: inline;
}

#creditit_app_frm .row {
    margin-bottom: 10px;
}

#creditit_app_frm .form-control {
    margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 120px;
}

#vert_filter_div {
    max-height: 740px;
}

#our_values .col-md-6  {
    padding-left: 40px;
    padding-right: 40px;
}

#our_values .col-lg-3 {
    padding-left: 40px;
    padding-right: 40px;
}

.control-lbl {
    font-weight: bold;
}

.img-pending {
    background-color: red!important;
}

.product-holder {
    position: relative;
    display: block;
}

.plus-image {
    left: 20%;
    right: 20%;
    top: 35%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}

.pagination input {
    width: 80px;
}

.mmodel {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.details-div{
    min-height: 60px;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    resize: vertical;
}

.table-ts > thead > tr > th,
.table-ts > tbody > tr > th,
.table-ts > tfoot > tr > th,
.table-ts > thead > tr > td,
.table-ts > tbody > tr > td,
.table-ts > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: solid 1px #e5e5e5;
    font-size: large;
    font-weight: 500;
}

#add-comments p {
    font-weight: bold;
    padding-bottom: 15px;
}

.singleDetail_form {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 40px 20px;
}
.singleDetail_form_header{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 1500px) {    
    .table-flt > thead > tr > th,
    .table-flt > tbody > tr > th,
    .table-flt > tfoot > tr > th,
    .table-flt > thead > tr > td,
    .table-flt > tbody > tr > td,
    .table-flt > tfoot > tr > td {
        font-size: 14px;
    }
    .table-flt .form-control {
        height: 28px;
    }
    .table-flt select {
        height: 28px!important;
        padding: 2px;
        font-size: 0.9rem;
    }
    
    .sticky {
        position: initial;
        top: 0px;
    }

    .pagination input {
        width: 60px;
    }
    
    #vert_filter_div {
        max-height: 650px;
    }
    
    .mmodel {
        font-size: 14px;
    }

    .table-int > tbody > tr > th,
    .table-int > tbody > tr > td {
        font-size: 12px;
    }
        
    #vehicles_div td {
        font-size: 12px;
    }
    
    .veh-memo {
        height: 50px;
    }
}





