.padding {
  padding: 0px !important;
}
.padding-lr {
  padding-left: 1px;
  padding-right: 9px;
}
.padding-lr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.padding-top {
  padding-top: 5px !important;
  padding-left: 10px !important;
}
.padding-top70 {
  padding-top: 70px !important;
}
.padding-right5 {
  padding-right: 5px !important;
}
.padding-right30 {
  padding-right: 30px !important;
}
.padding-right15 {
  padding-right: 15px !important;
}
.padding-right20 {
  padding-right: 20px !important;
}
.padding-left {
  padding-left: 15px !important;
}
.padding-left40 {
  padding-left: 40px !important;
}
.padding-right {
  padding-right: 15px !important;
}
.padding-tb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.margin-tb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.stock-margin10 {
  margin-top: 0px;
}
.margin-tb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-tb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-tb35 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.heading {
  margin-bottom: 15px !important;
  padding: 10px !important;
  background: #cd151c;
  color: #fff !important;
  text-align: center;
}
.red {
  color: #cd151c;
}
.white {
  color: #fff;
}
.alert-font {
  font-size: 12.5px;
  color: #000;
}
.white-border {
  border-bottom: 0px #fff solid;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}
.bottom-border {
  border-bottom: 2px #cd151c solid;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.bottom-border1 {
  border-bottom: 1px #ccc solid;
  margin-bottom: 15px;
  margin-top: 15px;
}
.bottom-border2 {
  border-bottom: 2px #cd151c solid;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 250px;
  padding-bottom: 10px !important;
}
.border-red {
  border: 1px #cd151c solid;
  padding: 10px !important;
}
.p-font {
  font-size: 12px !important;
  text-transform: uppercase;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
  line-height: 15px;
}
.lable {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  color: #333;
  text-align: left;
  font-weight: 800;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
  border: 0px solid blue;
}
.nbs-flexisel-inner {
  position: static;
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  /*cursor:pointer;*/
  position: relative;
}
.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px !important;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  /*top: 2%;*/
  top: 65px;
  transform: translateY(-50%);
  /* background: rgba(0,0,0,0.8);*/
  background: #cd151c;
  color: #fff;
  font-weight: bold !important;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
  background: #000;
  color: #fff;
}
.nbs-flexisel-nav-left {
  /*left: 6px;*/
  /*left: 92.7%;*/
}
.nbs-flexisel-nav-left:before {
  content: "<"
}
.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}
.nbs-flexisel-nav-right {
  right: 7px; /*right: 14px;*/
}
.nbs-flexisel-nav-right:before {
  content: ">"
}
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}
.button {
  border-radius: 4px;
  background-color: #094781;
  font-family: 'Lato', sans-serif;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  margin: 5px 0px 15px 0px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
button.accordion {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  font-family: 'Lato', sans-serif;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10px;
}
button.accordion.active, button.accordion:hover {
  background-color: #cd151c;
}
button.accordion:after {
  content: '\02795';
  font-size: 14px;
  color: #fff !important;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
  content: "\2796";
}
div.panel {
  padding: 5px 15px 5px 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  border-bottom: 0px solid #ccc;
  border-radius: 0px;
  margin-bottom: 0px !important;
}
div.panel.show {
  opacity: 1;
  max-height: 500px;
}
.pd-bottom {
  border-bottom: 2px solid #979797;
  margin: 10px 0px 10px 0px;
}
.pd-tright {
  text-align: right;
}
.stock-top {
  position: relative;
  top: -18px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 !important;
  border-radius: 0px !important;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #cd151c;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #cd151c;
  border-color: #cd151c;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff !important;
  cursor: default;
  background-color: #cd151c;
  border: 1px solid #cd151c;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  .imageReveal {
    margin: 10px 0px 10px 5px;
  }
  h1 {
    font-size: 22px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  .padding-left {
    padding-left: 0px !important;
  }
  .padding-right {
    padding-right: 0px !important;
  }
  .padding-right20 {
    padding-right: 0px !important;
  }
  .padding-left40 {
    padding-left: 0px !important;
  }
  .padding-right5 {
    padding-right: 0px !important;
  }
  .padding-top70 {
    padding-top: 50px !important;
  }
  .padding-right30 {
    padding-right: 0px !important;
  }
  .padding-right15 {
    padding-right: 0px !important;
  }
  .nav-topbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .time {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .none {
    display: none;
  }
  .on {
    display: block;
  }
  .pd-tright {
    text-align: left;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff !important;
    display: block;
    transition: 0.3s;
    text-align: left !important;
    border: 0px solid red;
  }
  .sidenav a:hover, .offcanvas a:focus {
    color: #F9F9F9 !important;
  }
  .sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 35px;
    margin-left: 0px;
    padding: 3px 5px 3px 10px !important;
    background-color: #b60303;
    border-radius: 0 0 0 80px;
  }
  .menu {
    cursor: pointer;
    position: relative;
    top: 12px;
  }
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 80%;
  }
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    top: 11px;
  }
  .right-price1 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #cd151c;
    text-align: right;
  }
  .carsarch-col1 {
    margin-bottom: 5px;
    width: 100%;
  }
  .carsarch-col2 {
    width: 100%;
  }
  .stock-width {
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    border: 0px solid blue;
  }
  .callno-heading {
    font-size: 27px;
  }
  .b-headding {
    color: #2986c2;
    font-size: 35px;
    text-shadow: 1px 1px #000;
  }
  .bb-headding {
    color: #f4670f;
    font-size: 35px;
    text-shadow: 1px 1px #000;
  }
  .mid-client-text {
    margin: 0px 0px 0px 0px !important;
    font-size: 30px !important;
  }
  .mid-tab-btn {
    margin: auto auto auto auto !important;
  }
  .second {
    width: 95%;
  }
  .footer-black-inner {
    font-size: 12px;
    /*    padding-bottom: 15px !important;
    padding-top: 15px !important;*/
    padding: 15px 15px 15px 15px;
  }
  .mid-about-text {
    margin: 10px 0px 10px 0px !important;
    text-align: left;
    font-size: 26px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    color: #222222 !important;
    border: 0px solid red;
  }
  .submit-contact {
    width: 100%;
    height: auto;
    margin: 15px 0px 15px 0px;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    background-color: #0053ba;
    border: 0px solid red;
    outline: none;
  }
  .callno-heading {
    margin: 0px 0px 0px 0px;
    font-size: 22px !important;
    text-transform: capitalize;
    color: #f4670f;
    font-weight: bolder;
    text-align: left;
    border: 0px solid red;
  }
  .extra-heading {
    margin: 10px 0px 0px 0px;
    text-align: center;
  }
  .mid-h2 {
    font-size: 35px !important;
    color: #222222 !important;
    text-align: center !important;
    margin-bottom: 35px !important;
  }
  .mid-about-heading {
    margin: 20px 0px 20px 0px !important;
    text-align: left;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    color: #0053ba !important;
    border: 0px solid red;
  }
  .mid-step-img {
    width: 100%;
    height: auto;
    margin: 20px 0px 10px 0px;
    text-align: center;
    display: inline-block;
    border: 0px solid red;
  }
  .mid-clean-text {
    margin: 20px 0px 0px 0px !important;
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    color: #fff !important;
    display: inline-block;
    border: 0px solid red;
    text-align: left;
  }
  .mid-bf-phone {
    margin: 0px 0px 20px 0px !important;
    text-align: center;
    font-size: 35px !important;
    font-weight: bold !important;
    color: #222 !important;
    display: inline-block;
    border: 0px solid red;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #list1 ul li a {
    margin-left: 4px;
    margin-right: 3px;
  }
  .mid-clean-text {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .mid-client-text {
    margin: 0px 0px 0px 0px !important;
    font-size: 30px !important;
  }
  .margin-top10 {
    margin-top: 0px;
  }
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 91%;
  }
  .carsarch-col1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .carsarch-col2 {
    width: 100%;
  }
  .callno-heading {
    font-size: 22px;
  }
  .mid-tab-btn {
    margin: auto auto auto 100px;
    width: 40%;
  }
  .free-quote-btn {
    margin: 15px 0px 15px 0px;
    padding: 15px;
    font-size: 18px;
  }

.icon-contact {
    font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  

.icon-contact {
    font-size: 15px;
}
  .margin-top15 {
    margin-top: 0px;
  }
  .location p {
    font-size: 12px;
  }
  .padding-right15 {
    padding-right: 0px !important;
  }
  #list55 ul li a {
    padding: 15px 10px 14px 10px !important;
    font-size: 14px;
  }
  .quote-box {
    padding: 10px 10px 10px 10px;
    width: auto;
    background-color: #2986c2;
    float: right;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .second {
    width: 47%;
  }
  .footer-black-inner {
    font-size: 20px;
    top: 93%;
  }
  .callno-heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1023px) {
  #list55 ul li a {
    padding: 15px 22px 14px 22px !important;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #list55 ul li a {
    padding: 12.5px 20px 13px 20px !important;
  }
  .second {
    width: 31%;
  }
  .quote-box {
    padding: 10px 10px 10px 10px;
    width: auto;
    background-color: #2986c2;
    float: right;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 93.3%;
  }
  .dispnone {
    display: none;
  }
  .dispno {
    display: block;
  }
  .carsarch-col1 {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .carsarch-col2 {
    width: 100% !important;
  }
  .stock-top {
    position: relative;
    top: 0px;
  }
  .footer-black-inner {
    font-size: 25px;
    top: 94%;
    padding: 10px 0px 10px 0px;
  }
  .tab-pm {
    padding: 25% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .mid-tab-inner {
    margin: auto auto 15px 31px;
    width: 85%;
  }
  .mid-tab-btn {
    margin: auto auto auto 125px;
    width: 40%;
  }
}
@media only screen and (min-width: 250px) and (max-width: 349px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 77%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 83%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 555px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 86.3%;
  }
}
@media only screen and (min-width: 556px) and (max-width: 630px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 88%;
  }
}
@media only screen and (min-width: 631px) and (max-width: 690px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 89%;
  }
}
@media only screen and (min-width: 691px) and (max-width: 767px) {
  .nbs-flexisel-nav-left {
    /*left: 6px;*/
    left: 90%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 300px) {
  .pd-width {
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    border: 0px solid blue;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1199px) {
  .stock-table1 {
    padding: 15px 5px 15px 5px !important;
    font-size: 11px;
  }
  .stock-table2 {
    padding: 15px 5px 15px 5px !important;
    font-size: 11px;
  }
  .stock-table3 {
    padding: 10px 10px 10px 10px !important;
    font-size: 11px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1023px) {
    
    #ali{
        display:none;
    }
    .callus-heading .callno-heading{
        text-align:center !important;
    }
    
    
  .mid-phone-box {
    font-size: 18px;
  }
  .mid-phone-box1 {
    font-size: 18px;
    margin: 25px 0px 25px 0px;
  }
  .free-quote2 {
    font-size: 30px;
  }
  .free-quote-btn {
    margin: 15px 0px 10px 0px;
    font-size: 18px;
  }
  .bba-normal {
    font-size: 17px !important;
    color: #f4670f;
  }
  .bb-normal {
    font-size: 17px !important;
    color: #222;
  }
}