/* 
Theme Name: Moov
Theme URI: https://www.andmine.com/
Description: Custom Wordpress Theme.
Author: andmine.com
Author URI: https://www.andmine.com/
Version: 1.0
*/

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li {
  float: none;
  margin-bottom: 0px;
}

.nav > li {
  position: relative;
  display: inline-block;
}

.main-banner .banner-image .img {
  background-position: 100% 50%;
}

 .main-banner .banner-image.banner-image--kmart .img {
      background-position: 50% 50%; 
  }

.banner-title {
  min-height: inherit;
}



@media (min-width: 1024px) {

  .main-banner .banner-image .content-holder .mid-txt p {
    margin-bottom: 30px;
  }

  .main-banner .banner-image .content-holder .mid-txt p small {
    margin-bottom: 0px;
  }

  .main-banner .banner-image .content-holder {
    max-width: 58%;
  }
}

@media (min-width: 1600px) {
  .main-banner .banner-image:before {
    padding-top: 600px;
  }

}

@media (min-width: 1900px) {
  .main-banner .banner-image .content-holder .mid-txt p {
    font-size: 66px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.main-banner .banner-image .content-holder .mid-txt p small {
  margin-bottom: 0px;
}

.main-banner .banner-image .content-holder .mid-txt p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .main-banner .banner-image .img {
    position: relative;
    width: 100% !important;
    padding-top: 0 !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-position: 100% 0%;
  }
  .main-banner .banner-image .img::before {
    content: "";
    display: block;
    padding-top: 31.5%;
  }
  /*-----jan 16 2020---abinash-ux----starts-----*/
  .main-banner .banner-image.banner-image--kmart .img {
      background-position: 50% 50%; 
  }
    /*-----jan 16 2020---abinash-ux---ends------*/
}

@media (max-width: 767px) {
  .content-holder .mid-txt p {
    min-height: initial;
  }
}

@media (max-width: 499px) {
  .content-holder .mid-txt p {
    min-height: initial;
  }
}

@media (max-width: 399px) {
  .content-holder .mid-txt p {
    min-height: initial;
  }
}

.why-choose ul {
  font-size: 0px;
}

.why-choose ul li {
  padding: 0 15px;
}

.why-choose ul .reasons{
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .why-choose ul li {
    width: 25%;
    margin-right: 0;
  }
  .why-choose ul .reasons {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  .why-choose ul {
    text-align: center;
    font-size: 0px;
    max-width: 410px;
    margin: 0 auto;
  }
  .why-choose ul li {
    width: 50%;
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .why-choose ul .reasons {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 567px) {
  .why-choose ul {
    padding: 0;
    max-width: 100%;
  }
  .why-choose ul li {
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 15px;
  }
  .why-choose ul .reasons {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .why-choose ul li {
    margin-right: 0;
    width: 25%;
  }
}