/* --------------------- color ----------------------------*/
.box_shadow {
  -webkit-box-shadow: 0px 0px 4px 0px #ffffff;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 0px 0px 4px 0px #ffffff;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.box_transition, a.btn-read, a.btn-viewMore, a.btn-submit {
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.upper {
  text-transform: uppercase;
}

/* dark red*/
/*red*/
body {
  color: #5b5b5b;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content h1 {
  padding-left: 0;
  margin-top: 0;
  font-size: 32px;
  font-family: 'museo-sans', sans-serif;
}

a:link {
  color: #d8181d;
}

h2.subtitle {
  padding-left: 0;
  margin-top: 0;
  font-size: 32px;
  font-family: 'museo-sans', sans-serif;
  color: #d8181d;
}

/*------------------------------- home box ----------------------------*/
.js-box {
  margin-bottom: 50px;
}
.js-box h1 {
  font-family: 'museo-sans', sans-serif;
  font-size: 45px;
  color: #d8181d;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.js-box .title-about p {
  font-family: 'museo-sans', sans-serif;
  font-size: 45px;
  color: #d8181d;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.js-box .title-about h1 {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 300;
  color: #333;
}
.js-box .box-home > div {
  margin-bottom: 30px;
}
.js-box .box-home > div img {
  display: inline-block;
}
.js-box .box-home > div h2 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

a.btn-read {
  padding: 18px 82px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 8px;
  background: #d8181d;
  color: #fff;
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
}

a.btn-read:focus, a.btn-read:hover {
  background: #aa161b;
  color: #fff;
}

a.btn-viewMore {
  padding: 18px 82px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 8px;
  background: #fff;
  color: #d8181d;
  font-family: 'museo-sans', sans-serif;
  margin-top: 20px;
}

a.btn-viewMore:focus, a.btn-viewMore:hover {
  background: #FFE0E0;
  color: #aa161b;
}

a.btn-submit {
  padding: 18px 82px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 8px;
  background: #fff100;
  color: #d8181d;
  font-family: 'museo-sans', sans-serif;
}

a.btn-submit:focus, a.btn-submit:hover {
  background: #aa161b;
  color: #FFF;
}

/*-------------------------- js-customers ----------------------------*/
.js-customers {
  background: #d8181d;
  color: #fff;
}
.js-customers .customers-right {
  text-align: center;
}
.js-customers .customers-right h3 {
  font-family: 'museo-sans', sans-serif;
}
.js-customers .customers-right .slide span {
  font-weight: 400;
}

@media (min-width: 1025px) {
  .customers-right {
    margin-top: 2%;
  }
}
@media (max-width: 991px) {
  .customers-right {
    margin-bottom: 50px;
  }

  .customers-left {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .customers-left img {
    display: inline-block;
  }
}
/*-------------------------- js-service ----------------------------*/
.js-service {
  margin-bottom: 50px;
  padding-bottom: 40px;
  padding-top: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #EBEBEB;
}
.js-service h4 {
  font-family: 'museo-sans', sans-serif;
  color: #d8181d;
  font-size: 30px;
}
.js-service ul {
  padding-left: 0;
  list-style: none;
  font-weight: 400;
}
.js-service ul li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.js-service ul li i {
  color: #d8181d;
  padding-right: 5px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .js-service .container .row > div {
    text-align: center;
    margin-bottom: 20px;
  }
  .js-service .container .row > div .box-service {
    width: 250px;
    display: inline-block;
    text-align: left;
  }
}
/*-------------------------- js-brands ----------------------------*/
.js-brands {
  margin-bottom: 50px;
  text-align: center;
}
.js-brands img {
  display: inline-block;
}

/* --------------------- begin footer ----------------------------*/
.footer {
  background: #5b5b5b;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .copyright {
  font-size: 13px;
}
.footer .logo-footer {
  text-align: center;
}
.footer .logo-footer img {
  display: inline-block;
}
.footer .logo-social {
  font-size: 12px;
  line-height: 1.4;
}
.footer .logo-social a:link {
  color: white;
}
.footer .logo-social i {
  background: #fff;
  height: 29px;
  line-height: 0.8;
  border-radius: 5px;
  width: 30px;
}
.footer .logo-social .fa-facebook-official {
  color: #5d82d1;
}
.footer .logo-social .fa-google-plus-square {
  color: #eb5e4c;
}
.footer .logo-social .fa-twitter-square {
  color: #40bff5;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 35px;
  }
  .footer .copyright {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 75px;
  }
  .footer .logo-social {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* --------------------- end footer ----------------------------*/
/* --------------------- begin top page ----------------------------*/
#btnTopPages {
  position: fixed;
  bottom: 93px;
  right: 30px;
  z-index: 1000;
  background: #F5E0CF;
  font-weight: bold;
  text-align: center;
  width: 36px;
}

#btnTopPages a {
  padding-top: 10px;
  float: left;
  width: 100%;
  color: white;
}

#btnTopPages a i {
  color: #D8181D;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

#btnTopPages a span {
  display: block;
  position: relative;
  background: rgba(255, 135, 0, 0.8);
  height: 26px;
  padding: 4px 0 0 0;
  margin-top: 6px;
  font-size: 12px;
}

#btnTopPages a:hover {
  text-decoration: initial;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0.7;
}

/* --------------------- end top page ----------------------------*/
/* --------------------- header ----------------------------*/
#header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8181d+0,aa161b+100 */
  background: #d8181d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8181d 0%, #aa161b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d8181d 0%, #aa161b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d8181d 0%, #aa161b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8181d', endColorstr='#aa161b',GradientType=0 );
  /* IE6-9 */
  color: #fff;
}
#header .top-bar-full {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd181d+50,f23339+100 */
  background: #cd181d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cd181d 50%, #f23339 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cd181d 50%, #f23339 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cd181d 50%, #f23339 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd181d', endColorstr='#f23339',GradientType=1 );
  /* IE6-9 */
}
#header .js-menu .navbar-default {
  background: none;
}
#header .clPhone {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .top-bar-full {
    text-align: right;
    margin-top: 10px;
    display: inline-block;
    position: absolute;
  }

  .js-logo {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .js-menu {
    margin-top: 7%;
  }

  .navbar-collapse {
    float: right;
  }

  body .navbar .nav > li a, body .navbar .nav > li a:focus {
    margin-left: 30px !important;
  }

  body .navbar .nav > li.tabs1 a {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .top-bar-full {
    text-align: center;
    margin-bottom: 10px;
  }

  .js-logo {
    text-align: center;
  }
  .js-logo img {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .js-menu {
    text-align: center;
  }
  .js-menu .navbar-nav {
    display: -webkit-inline-box;
    float: inherit;
    margin-top: 10px;
  }

  body .navbar .nav > li a, body .navbar .nav > li a:focus {
    margin-left: 15px !important;
    margin-right: 15px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .navbar-default .container-fluid, .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .js-menu {
    text-align: center;
  }
  .js-menu .navbar-header {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .js-menu .navbar-header i.fa-bars {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
  .js-menu .navbar-header i.fa-bars:hover, .js-menu .navbar-header i.fa-bars:focus {
    color: #fff100;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #D46C6C;
  }
}
/* --------------------- begin menu ----------------------------*/
.navbar-default {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 0;
  border: 0;
  border-bottom: 0 !important;
  margin-bottom: 0;
}

body .navbar .nav > li a, body .navbar .nav > li a:focus {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: 'museo-sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body .navbar .nav > li a:hover {
  color: #fff100;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff100;
  background: none;
  box-shadow: inset 0 0px 0px transparent;
}

/* --------------------- end menu ----------------------------*/
/*---------------------- begin js-banner -----------------------------*/
@media (min-width: 992px) {
  .frm_sellyour {
    background: #d4181d;
    color: #fff;
    width: 100%;
    padding: 21px 34px;
    border-radius: 5px;
  }
  .frm_sellyour h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .frm_sellyour {
    margin: 0 -15px 40px -15px;
    padding: 40px 15px;
    background: #f5f5f5;
  }
  .frm_sellyour h3 {
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
  .frm_sellyour .btn-sendEmail {
    text-align: center;
  }
  .frm_sellyour a.btn-submit {
    background: #d8181d;
    color: #fff;
  }
  .frm_sellyour a.btn-submit:focus, .frm_sellyour a.btn-submit:hover {
    background: #aa161b;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .frm_sellyour {
    margin: 40px -15px;
    padding: 40px 15px;
  }

  .banner-message {
    text-align: center;
  }
}
.banner h1 {
  font-size: 42px;
  font-family: 'museo-sans', sans-serif;
  color: #2e2d2d;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 20px;
}
.banner h1 span {
  color: #aa161b;
}

.carousel-caption h2 {
  font-family: 'museo-sans', sans-serif;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0px 0px transparent;
}

@media (min-width: 1171px) {
  .carousel-caption {
    top: 27%;
    bottom: auto !important;
    width: 580px;
    padding: 15px 5px !important;
    right: 15%;
    left: initial;
  }
  .carousel-caption h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .carousel-caption.home {
    position: absolute;
    background: #2e2d2d;
  }
}
@media (min-width: 993px) and (max-width: 1170px) {
  .carousel-caption {
    top: 22%;
    bottom: auto !important;
    width: 520px;
    padding: 15px 5px !important;
    right: 2%;
    left: initial;
  }
  .carousel-caption h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .carousel-caption.home {
    position: absolute;
    background: #2e2d2d;
  }

  .carousel-indicators {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel-caption.home {
    position: relative;
    background: #2e2d2d;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    left: 5%;
    right: 5%;
    margin-top: 20px;
  }
  .carousel-caption.home h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }

  .carousel-indicators {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .carousel-caption.home {
    position: relative;
    background: #2e2d2d;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    left: 5%;
    right: 5%;
    margin-top: 20px;
  }
  .carousel-caption.home h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }

  .carousel-indicators {
    position: relative;
    margin-top: 10px;
  }
}
.carousel-indicators li {
  background-color: #D0D0D0;
  width: 16px;
  height: 16px;
}

.carousel-indicators li.active {
  background-color: #d8181d;
  width: 16px;
  height: 16px;
}

/*---------------------- end js-banner -----------------------------*/
/* --------------------- begin content ----------------------------*/
.js-box-home h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.3;
}
.js-box-home h2 {
  font-family: 'museo-sans', sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #2e2d2d;
}
.js-box-home .box-home {
  display: inline-block;
}
.js-box-home .box-home h3 {
  font-size: 18px;
  color: #d8181d;
  line-height: 1.3;
  margin-top: 10px;
}
.js-box-home .box-home > div {
  padding-bottom: 35px;
}

@media (max-width: 992px) {
  .js-box-home {
    text-align: center;
  }
}
.sellyourcar {
  background: #f5f5f5;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.sellyourcar img {
  border-radius: 10px;
}

/* --------------------- end content ----------------------------*/
/*----------------------------- search -----------------------------------------*/
.SearchView16 {
  background: #D4D4D4;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
  border-radius: 0px;
  color: #5b5b5b;
  border-radius: 5px;
}
.SearchView16 span {
  margin-bottom: 15px;
  display: block;
}
.SearchView16 .form-group.filterPriceView16 .form-control {
  padding: 0;
  margin-top: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0px 0px transparent;
  outline: none;
  height: auto;
}
.SearchView16 .form-group.filterPriceView16 .ui-slider {
  background: #fff100;
}
.SearchView16 .form-group.filterPriceView16 .ui-slider-range {
  background: #d8181d;
}
.SearchView16 .form-group.filterPriceView16 .ui-slider-handle {
  background: url("/Content/images/iconRange.png") right center no-repeat;
  border: 0;
  border-radius: 0;
  width: 10px;
  height: 18px;
  z-index: 9;
}
.SearchView16 .form-group > .form-control {
  background: url("/Content/images/iconDropdown.jpg") right center no-repeat white;
  color: #5b5b5b;
  border: none;
  border-radius: 0;
}
.SearchView16 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.SearchView16 input.btnUpdateSearch {
  background: #d8181d;
  border: 0;
  display: inline-block;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: none;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}
.SearchView16 input.btnUpdateSearch:hover {
  background: #aa161b;
  color: #fff;
}

/*----------------------------- stock list -----------------------------------------*/
.price-week {
  font-family: 'museo-sans', sans-serif;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  margin-top: -65px;
  z-index: 99999;
  position: relative;
  height: 65px;
  color: #fff;
}
.price-week > div {
  margin-top: 3px;
}
.price-week > div h4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.price-week > div span {
  font-size: 13px;
}
.price-week .cl-week {
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}

.css-view17 > .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#div-stock-content > div .box-product {
  background: #EDEFE8;
  display: block;
  margin-bottom: 50px;
  border-radius: 5px;
}
#div-stock-content > div .box-product img {
  display: initial;
  border-radius: 5px 5px 0 0;
}
#div-stock-content > div .box-product h3 {
  font-family: 'museo-sans', sans-serif;
  color: #d8181d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
}
#div-stock-content > div .box-product .box-product-info {
  padding: 0 15px 15px 15px;
}
#div-stock-content > div .box-product .box-product-info .more-info {
  font-family: 'museo-sans', sans-serif;
  text-align: center;
  display: block;
  background: #d8181d;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
#div-stock-content > div .box-product .box-product-info .align-left {
  color: #5b5b5b;
}

#div-stock-content > div .box-product-hover:hover {
  -moz-box-shadow: 0 0 5px #5b5b5b;
  -webkit-box-shadow: 0 0 5px #5b5b5b;
  box-shadow: 0 0 5px #5b5b5b;
}

#div-stock-content > div a:hover, #div-stock-content > div a:focus {
  text-decoration: initial;
}

/* --------------------------------- pagination ----------------------------------------------*/
ul.pagination li input {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  padding: 5px 10px;
}

ul.pagination li.active input {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  float: left;
  padding: 5px 10px;
}

/* --------------------------------- detail ----------------------------------------------*/
.DetailViewThree {
  margin-top: 50px;
}
.DetailViewThree .cl_search_results input {
  text-align: center;
  background: #d8181d;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  border: 0;
  outline: none;
  margin-left: 0;
}
.DetailViewThree .cl_search_results input:focus, .DetailViewThree .cl_search_results input:hover {
  background: #aa161b;
}
.DetailViewThree .accordion-heading {
  background: #5b5b5b;
  padding: 12px 10px 14px 15px;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 0px;
}
.DetailViewThree .accordion-body .accordion-inner {
  border-radius: 0px;
}
.DetailViewThree .widget > h3 {
  margin-top: 0;
  font-size: 24px;
}
.DetailViewThree .product-header {
  text-align: right;
}
.DetailViewThree .product-header .product-price {
  font-size: 26px;
}
.DetailViewThree .product-header .Drive-Away {
  font-size: 14px;
}
.DetailViewThree h2.title-detail {
  /*color:$colorYellow;*/
  font-size: 26px;
  margin-top: 0;
}

/*-------------------------- link -----------------------------*/
.contactPage #btnSendMail, .DetailViewThree #btnSendMail {
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 30px;
  background: #d8181d;
  color: #fff;
  font-family: 'museo-sans', sans-serif;
  border: 0;
  outline: none;
}

.contactPage #btnSendMail:hover, .contactPage #btnSendMail:focus, .DetailViewThree #btnSendMail:hover, .DetailViewThree #btnSendMail:focus {
  background: #aa161b;
  color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  /*padding: 21px 12px;*/
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.banner-with-header {
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 80px;
  height: 120px;
}
.banner-with-header .container {
  padding-top: 59px;
}
.banner-with-header .container h1 {
  color: #fff;
  padding: 0;
}
.banner-with-header .container h3 {
  color: #fff;
  padding: 0;
}

.b-faqs {
  background: url("../../Content/images/banner/banner-4.jpg") 0 bottom no-repeat;
  background-position: 26% 54%;
  background-size: cover;
}

.b-testimonials {
  background: url("../../Content/images/banner/banner-2.jpg") 0 bottom no-repeat;
  background-position: 26% 19%;
  background-size: cover;
}

.b-stock {
  background: url("../../Content/images/banner/banner-3.jpg") 0 bottom no-repeat;
  background-position: 26% 54%;
  background-size: cover;
}

.b-contact {
  background: url("../../Content/images/banner/banner-5.jpg") 0 bottom no-repeat;
  background-position: 26% 54%;
  background-size: cover;
}

@media (min-width: 768px) {
  .banner-with-header {
    height: 200px;
  }
  .banner-with-header .container {
    padding-top: 109px;
  }

  .b-faqs {
    background: url("../../Content/images/banner/banner-4.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }

  .b-testimonials {
    background: url("../../Content/images/banner/banner-2.jpg") 0 bottom no-repeat;
    background-position: 26% 19%;
    background-size: cover;
  }

  .b-stock {
    background: url("../../Content/images/banner/banner-3.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }

  .b-contact {
    background: url("../../Content/images/banner/banner-5.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .banner-with-header {
    height: 325px;
  }
  .banner-with-header .container {
    padding-top: 191px;
  }

  .b-faqs {
    background: url("../../Content/images/banner/banner-4.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }

  .b-testimonials {
    background: url("../../Content/images/banner/banner-2.jpg") 0 bottom no-repeat;
    background-position: 26% 19%;
    background-size: cover;
  }

  .b-stock {
    background: url("../../Content/images/banner/banner-3.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }

  .b-contact {
    background: url("../../Content/images/banner/banner-5.jpg") 0 bottom no-repeat;
    background-position: 26% 54%;
    background-size: cover;
  }
}
.list-item {
  margin-left: 190px;
}

.blockimg {
  display: block;
  width: 170px;
  margin-bottom: 20px;
}
