
/* overview area */

.overview-img img {
    width: 100%;
  }
  .overview-content {
    margin-top: 19px;
  }
  .overview-content h1 , .overview-content h2 {
    color: #001232;
    font-weight: 400;
    font-size: 36px;
    margin: 0;
  }
  .overview-content h1 span {
    color: #ed1c24;
    font-weight: 700;
  }
  .overview-content h2 span {
    font-weight: 700;
  }
  .overview-content > h2 {
    margin: 6px 0 40px;
  }
  .overview-content > p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  width: 93%;
  }
  .overview-content > p span {
    color: #303030;
    font-weight: 600;
    font-size: 16px;
  }
  .question-area > h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }
  .question-icon {
    background-color: #ed1c24;
    display: inline-block;
    float: left;
    padding: 10px 14px 10px 13px;
  }
  .question-icon i {
    color: #001232;
    display: inline-block;
    font-size: 30px;
  }
  .question-contact {
    background-color: #001232;
    display: inline-block;
    margin: 10px 0 0;
  }
  .question-content-number {
    display: inline-block;
  }
  .question-content-number > h6 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: bold !important;
    padding: 6px 26px 11px;
    margin: 0;
  }
  .question-area {
    margin-top: 30px;
  }
  /* latest-product */
  .latest-product-area {
    padding-bottom: 145px;
    padding-top: 205px;
  }
  .latest-product-area .container-fluid {
    padding: 0 200px 0 0;
  }
  .latest-product-img > img {
    width: 100%;
  }
  .latest-product-content {
    padding-right: 27px;
    text-align: right;
  }
  .latest-product-content > h2 {
    color: #e1e1e1 !important;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 35px;
  }
  .latest-product-content > p {
    color: #ececec;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 133px;
  }
  .latest-product-content > p span {
    font-size: 16px;
    font-weight: 600;
  }
  .latest-price > h3 {
    color: #e1e1e1;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
  }
  .latest-price > h3 span {
    color: #ed1c24;
  }
  .latest-price > span {
    color: #e1e1e1;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
  }
  .latext-btn > a {
    background-color: #fff;
    color: #001232;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 25px 10px;
  }
  .latext-btn > a:hover {
    background-color: #ed1c24;
    color: #001232;
  }
  .latest-price {
    margin: 34px 0 49px;
  }
  
  .latest-product-img {
    margin-left: 222px;
    margin-right: -175px;
  }
  .product-slider-active.owl-carousel .owl-nav {
    margin-top: 10px;
  }
  .latest-product-slider.owl-carousel .owl-nav {
    margin-left: 205px;
    margin-top: -68px;
  }

.blog-area {
  padding-bottom: 10px;
  padding-top: 10px;
}
  
@media (max-width: 767px) {
  .banner-area {
    padding-bottom: 10px;
  }

  .section-title.section-fluid > p {
    width: 100%;
  }


  .product-tab-list {
    margin-bottom: 50px;
  }

  .latest-product-area .container-fluid {
    padding: 0 15px 0 15px;
  }

  .latest-product-content > p {
    margin: 0px;
  }
  .latest-product-img {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-product-slider.owl-carousel .owl-nav {
    margin-left: 0px;
    margin-top: 20px;
  }
}
