/* ########################################################################## */

/* -------------------------------- VIEWS/HOME ------------------------------ */

/* ########################################################################## */

/* ########################################################################## */

/* --------------------------- PARTIALS/HOW-IT-WORKS ------------------------ */

/* ########################################################################## */

.how-it-works {
  background-color: #f2f2f2;
  padding: 25px 0 25px 0;
}

.how-it-works .title {
  border-bottom: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

@media (min-width: 1440px) {
  .how-it-works .container {
    width: 1400px;
    padding: 0 0;
  }
}

.work-block {
  margin: 30px 0;
}

.work-block .icon {
  max-width: 120px;
  margin: 0 auto 30px;
  height: 120px;
  background-color: #006699;
  border-radius: 50%;
  color: #fff;
  font-size: 52px;
  position: relative;
}

.work-block .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
  .work-block .icon {
    max-width: 120px;
  }
}

.work-block .block-title {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #242424;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .work-block .block-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.work-block p {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 22px;
  text-align: center;
  line-height: 29px;
}

@media (max-width: 1440px) {
  .work-block p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* ########################################################################## */

/* ----------------------- PARTIALS/OUR-HAPPY-CUSTOMERS --------------------- */

/* ########################################################################## */

.our-happy {
  padding: 60px 0;
}

.our-happy h1.title {
  line-height: 40px;
  margin-bottom: 50px;
}

.our-happy .how-it-works h1.title {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 1440px) {
  .our-happy .container {
    width: 1400px;
    padding: 0 0;
  }
}

.testimonial-block {
  position: relative;
}

.testimonial-block .begain {
  background: url("/images/begain-icon.png") no-repeat scroll 0 center transparent;
  width: 80px;
  height: 74px;
  background-size: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #cccccc;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .testimonial-block .begain {
    padding-right: 20px;
    width: 45px;
    height: 45px;
    background-size: 22px;
  }
}

.testimonial-block .message {
  display: inline-block;
  padding-left: 110px;
  padding-right: 30px;
}

.testimonial-block .message p {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

@media (max-width: 1440px) {
  .testimonial-block .message p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .testimonial-block .message p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .testimonial-block .message {
    padding-left: 70px;
  }
}

.testimonial-block .client-name {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .testimonial-block .client-name {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1024px) {
  .testimonial-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-block {
    margin-bottom: 30px;
  }
}

.trustpilot-block {
  margin: 45px 20px 0 0;
}

/* ########################################################################## */

/* ------------------------------ PARTIALS/WHY-BUY -------------------------- */

/* ########################################################################## */

.why-buy {
  background-color: #f2f2f2;
  padding: 46px 0 40px;
}

.why-buy h1.title {
  line-height: 44px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

@media (min-width: 1440px) {
  .why-buy .container {
    width: 1400px;
    padding: 0;
  }
}

.feature-block {
  margin: 20px 0;
}

.feature-block h3.title {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  color: #242424;
  font-size: 26px;
  text-transform: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: 34px;
}

@media (max-width: 1440px) {
  .feature-block h3.title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.feature-block p {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .feature-block p {
    font-size: 14px;
    line-height: 22px;
  }
}

.icon-peace,
.icon-service,
.icon-original,
.icon-quality {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
  background-size: 36px;
  color: #333333;
  font-size: 39px;
}

@media (max-width: 1440px) {
  .icon-peace,
  .icon-service,
  .icon-original,
  .icon-quality {
    background-size: 30px;
    vertical-align: -8px;
    margin-right: 8px;
    width: 30px;
  }
}

.icon-quality {
  font-size: 31px;
}

@media (max-width: 1440px) {
  .icon-quality {
    background-size: 32px;
    width: 32px;
    vertical-align: -9px;
    background-position: 0 5px;
  }
}

@media (max-width: 1440px) {
  .icon-original {
    background-size: 30px;
    width: 30px;
  }
}

.icon-service {
  font-size: 36px;
}

@media (max-width: 1440px) {
  .icon-service {
    width: 30px;
    background-size: 30px;
    vertical-align: -9px;
  }
}

/* ########################################################################## */

/* -------------------------- SLIDERS/RECENTLY-LISTED ----------------------- */

/* ########################################################################## */

.recently-listed-section {
  padding: 0 0 50px 0;
}

@media (min-width: 1440px) {
  .recently-listed-section .container {
    width: 1400px;
    padding: 0 0;
  }
}

.recently-listed-section .carousel-inner img {
  width: 100%;
}

@media (max-width: 568px) {
  .recently-listed-section .carousel-inner {
    margin: 0;
  }
}

.recently-listed-section .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0px;
}

.recently-listed-section .owl-dots {
  display: none;
}

@media (max-width: 568px) {
  .recently-listed-section .item-block {
    width: 100%;
  }
}

.recently-listed-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #333;
}

@media (max-width: 568px) {
  .recently-listed-section h1 {
    font-size: 18px;
  }
}

/* ########################################################################## */

/* ----------------------- SLIDERS/OUR-HAPPY-CUSTOMERS ---------------------- */

/* ########################################################################## */

#owl-carousel-our-happy {
  padding: 0 60px;
}

@media (max-width: 568px) {
  #owl-carousel-our-happy {
    padding: 0 30px;
  }
}

.our-happy .owl-theme .owl-nav {
  position: absolute;
  top: 16%;
  width: 100%;
}

.our-happy .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -57px;
}

@media (max-width: 568px) {
  .our-happy .owl-theme .owl-nav .owl-prev {
    margin-left: 0;
  }
}

.our-happy .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: 71px;
}

.our-happy .owl-dots {
  display: none;
}

.our-happy .carousel-control-block {
  position: absolute;
  width: 100%;
  right: auto;
  left: auto;
  top: 99px;
  margin: 0 auto;
}

.carousel-testimonial {
  position: relative;
}

.carousel-testimonial .carousel-control-block .carousel-control.left {
  background-image: none;
  left: -40px;
}

.carousel-testimonial .carousel-control-block .carousel-control.right {
  background-image: none;
  right: -40px;
}

.carousel-inner .active.left {
  left: -50%;
}

.carousel-inner .next {
  left: 50%;
}

.carousel-inner .prev {
  left: -50%;
}

/* ########################################################################## */

/* ------------------------------- HOME SLIDER ------------------------------ */

/* ########################################################################## */

.mainContent {
  padding: 0 0 10px;
  width: 100%;
  background: #f5f5f5;
}

.mainContent .banner:before,
.mainContent .banner:hover:before {
  border: none;
}

.home-page .banner {
  margin: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}

.home-page .banner .item {
  min-height: 562px;
}

.home-page .banner .item img {
  height: 100%;
  width: auto;
}

.home-page .banner .caption-bg {
  bottom: 0;
  height: 100%;
  position: absolute;
  text-align: left;
  top: 0;
}

.home-page .banner .caption-bg.black {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
}

.home-page .banner .caption-bg.white {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  color: #333;
}

@media (max-width: 767px) {
  .home-page .banner .caption-bg {
    position: relative;
    margin: 0;
    width: 100% !important;
    left: 0 !important;
  }
}

@media (max-width: 1440px) {
  .home-page .banner .owl-carousel .owl-item {
    overflow: hidden;
  }

  .home-page .banner .owl-carousel .owl-item img {
    width: 1680px;
    max-width: none;
  }

  .home-page .banner .owl-carousel .owl-item .slideright img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .home-page .banner .owl-nav {
    bottom: 28%;
    right: 21px;
    top: auto;
  }
}

@media (max-width: 767px) {
  .home-page .banner .owl-nav {
    bottom: auto;
    right: 21px;
    top: 54px;
  }
}

@media (max-width: 568px) {
  .home-page .banner .owl-nav {
    bottom: auto;
    right: 21px;
    top: 24px;
  }

  .home-page .banner .owl-nav [class*=owl-]:before {
    font-size: 45px;
  }
}

.home-page .banner .slide1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.home-page .banner .slide1 .carousel-caption {
  top: 70px;
  bottom: 70px;
  position: absolute;
  width: 100%;
}

.home-page .banner .slide1 .slide-head {
  font-size: 58px;
  line-height: 58px;
}

@media (max-width: 1600px) {
  .home-page .banner .slide1 .slide-head {
    font-size: 43px;
    line-height: 50px;
  }
}

.home-page .banner .slide1 .slide-sub-head {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 40px;
  max-width: 90%;
  padding-bottom: 30px;
}

@media (max-width: 1600px) {
  .home-page .banner .slide1 .slide-sub-head {
    margin-bottom: 23px;
    margin-top: 20px;
  }
}

@media (max-width: 1440px) {
  .home-page .banner .slide1 .slide-sub-head {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.home-page .banner .slide1 .slide-button-block a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 60px;
}

.home-page .banner .slide1 .slide-button-block a:hover {
  background: #fff;
  color: #73726f;
}

@media (max-width: 568px) {
  .home-page .banner .slide1 .slide-button-block a {
    padding: 15px 35px;
  }
}

.home-page .banner .slide1 .slide-button-block .fa {
  font-size: 30px;
  margin-left: 8px;
  vertical-align: middle;
}

.home-page .banner .slide1 .caption-bg {
  left: 255px;
  padding: 31px;
  width: 35%;
}

@media (max-width: 1800px) {
  .home-page .banner .slide1 .caption-bg {
    left: 200px;
  }
}

@media (max-width: 1440px) {
  .home-page .banner .slide1 .caption-bg {
    left: 67px;
    width: 52%;
  }
}

@media (max-width: 1024px) {
  .home-page .banner .slide1 .caption-bg {
    width: 62%;
    left: 22px;
  }
}

@media (max-width: 990px) {
  .home-page .banner .slide1 .caption-bg {
    width: 73%;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide1 .caption-bg {
    width: 85%;
  }
}

.home-page .banner .slide2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.home-page .banner .slide2 .carousel-caption {
  font-size: 36px;
  line-height: 42px;
  position: absolute;
  right: 270px;
  text-align: left;
  top: 0;
  width: 37%;
  font-family: "Josefin Slab", serif;
}

.home-page .banner .slide2 .carousel-caption span {
  display: block;
  font-size: 22px;
  line-height: 29px;
  margin-top: 19px;
  max-width: 35%;
}

@media (max-width: 1600px) {
  .home-page .banner .slide2 .carousel-caption span {
    max-width: 45%;
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .home-page .banner .slide2 .carousel-caption span {
    max-width: 54%;
  }
}

@media (max-width: 990px) {
  .home-page .banner .slide2 .carousel-caption span {
    max-width: 52%;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide2 .carousel-caption span {
    max-width: 100%;
  }
}

@media (max-width: 1800px) {
  .home-page .banner .slide2 .carousel-caption {
    font-size: 28px;
    line-height: 37px;
  }
}

@media (max-width: 1600px) {
  .home-page .banner .slide2 .carousel-caption {
    width: 37%;
    right: 245px;
  }
}

@media (max-width: 1440px) {
  .home-page .banner .slide2 .carousel-caption {
    width: 40%;
    right: 180px;
  }
}

@media (max-width: 1199px) {
  .home-page .banner .slide2 .carousel-caption {
    right: 110px;
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .home-page .banner .slide2 .carousel-caption {
    right: 100px;
    font-size: 23px;
  }
}

@media (max-width: 990px) {
  .home-page .banner .slide2 .carousel-caption {
    right: 20px;
    width: 53%;
  }
}

@media (max-width: 767px) {
  .home-page .banner .slide2 .carousel-caption {
    right: 35px;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide2 .carousel-caption {
    right: 38px;
  }
}

.home-page .banner .slide2 .slide-testimonials {
  position: absolute;
  right: 0px;
  top: 70px;
}

@media (max-width: 767px) {
  .home-page .banner .slide2 .slide-testimonials {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide2 .slide-testimonials {
    font-size: 24px;
    line-height: 29px;
  }
}

.home-page .banner .slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.home-page .banner .slide3 .carousel-caption {
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .home-page .banner .slide3 .carousel-caption {
    top: 70px;
    bottom: 70px;
  }
}

.home-page .banner .slide3 .slide-head {
  font-size: 75px;
  line-height: 83px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-page .banner .slide3 .slide-head {
    font-size: 55px;
    line-height: 76px;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide3 .slide-head {
    font-size: 50px;
    line-height: 67px;
  }
}

.home-page .banner .slide3 .slide-button-block {
  display: inline-block;
  margin-top: 32px;
}

.home-page .banner .slide3 .slide-button-block a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  border: 3px solid #000;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 15px;
}

.home-page .banner .slide3 .slide-button-block a:hover {
  background: #000;
  color: #fff;
}

.home-page .banner .slide3 .caption-bg {
  left: 293px;
  padding: 63px 41px;
  width: 26%;
}

@media (max-width: 1800px) {
  .home-page .banner .slide3 .caption-bg {
    width: 29%;
    left: 245px;
  }
}

@media (max-width: 1600px) {
  .home-page .banner .slide3 .caption-bg {
    width: 32%;
    left: 150px;
  }
}

@media (max-width: 1440px) {
  .home-page .banner .slide3 .caption-bg {
    width: 39%;
    left: 104px;
  }
}

@media (max-width: 1199px) {
  .home-page .banner .slide3 .caption-bg {
    width: 45%;
    left: 104px;
  }
}

@media (max-width: 1024px) {
  .home-page .banner .slide3 .caption-bg {
    width: 60%;
    left: 20px;
  }
}

@media (max-width: 568px) {
  .home-page .banner .slide3 .caption-bg {
    width: 89%;
  }
}

.home-page .banner .slide4 .slide-head {
  font-size: 70px;
  padding: 50px 10px 0 50px;
  line-height: 83px;
  text-transform: uppercase;
  position: absolute;
}

.home-page .banner .slide4 .slide-head .curated {
  font-size: 80px;
  display: block;
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .slide-head .curated {
    display: inline;
    font-size: 50px;
    padding: 20px 10px 0 50px;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .slide-head .curated {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .slide-head {
    font-size: 50px;
    padding: 25px 0 0 0;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .slide-head {
    text-align: center;
    position: relative;
  }
}

@media (max-width: 767px) {
  .home-page .banner .slide4 .slide-head {
    padding-top: 15px;
  }
}

.home-page .banner .slide4 .curated-slider .product-container {
  padding-right: 15%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  height: 500px;
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .curated-slider .product-container {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .product-container {
    display: block;
    padding-right: 0;
    height: auto;
  }
}

.home-page .banner .slide4 .curated-slider .product-table {
  display: table;
  height: 100%;
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .curated-slider .product-table {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .product-table {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}

.home-page .banner .slide4 .curated-slider .product-details {
  display: table-cell;
  vertical-align: bottom;
  font-size: 21px;
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .curated-slider .product-details {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .product-details {
    display: block;
    text-align: center;
  }

  .home-page .banner .slide4 .curated-slider .product-details br {
    display: none;
  }
}

.home-page .banner .slide4 .curated-slider .product-image {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .product-image {
    display: block;
    text-align: center;
    padding: 10px 25px;
  }
}

.home-page .banner .slide4 .curated-slider .item {
  min-height: 540px;
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .item {
    min-height: 385px;
  }
}

.home-page .banner .slide4 .curated-slider .owl-carousel .owl-item img {
  max-width: 640px;
  max-height: 400px;
  height: auto;
  width: auto;
}

@media (max-width: 1300px) {
  .home-page .banner .slide4 .curated-slider .owl-carousel .owl-item img {
    max-width: 550px;
    max-height: 400px;
  }
}

@media (max-width: 1199px) {
  .home-page .banner .slide4 .curated-slider .owl-carousel .owl-item img {
    max-width: 540px;
    max-height: 400px;
  }
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .owl-carousel .owl-item img {
    display: inline;
    max-width: 100%;
    max-height: 325px;
  }
}

.home-page .banner .slide4 .curated-slider .owl-nav {
  bottom: 35px;
  position: absolute;
  right: 5%;
  top: auto;
}

@media (max-width: 991px) {
  .home-page .banner .slide4 .curated-slider .owl-nav {
    position: relative;
    bottom: 18px;
    right: 0;
  }
}

.home-page .zatista_slider_main_container {
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}

.home-page .carousel-caption {
  position: relative;
  left: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  right: auto;
  color: #333333;
  text-shadow: none;
  font-size: 24px;
  text-align: right;
  bottom: 0;
  line-height: 30px;
  letter-spacing: -0.6px;
  top: 0px;
  bottom: auto;
}

/** ALTER THE LOOK OF THE NAVIGATION DOTS OF THE OWL SLIDER **/

.home-page .banner .owl-dots {
  padding-top: 5px;
  background: url("/images/slider-counter-bg.png") center 1px no-repeat;
  left: 0;
  height: 25px;
  width: 100%;
  bottom: -2px;
  margin-left: 0%;
  position: absolute;
}

.home-page .banner .owl-dots .owl-dot span {
  border: 1px solid #ccc;
  margin: 2px 5px;
  background: #cccccc;
  height: 8px;
  width: 8px;
}

.home-page .banner .owl-dots .owl-dot.active span {
  background: transparent none repeat scroll 0 0;
}

/** END **/

.home-page .why-buy {
  background: transparent;
}

.home-page .our-happy-bg {
  background: #f2f2f2;
  margin-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .home-page .our-happy-bg {
    padding-bottom: 30px;
  }
}

.home-page .our-happy {
  padding-bottom: 0px;
}

.home-page .recently-listed-section {
  padding: 60px 0 0 0;
}

.slider-loading {
  width: 45px;
  margin: 0 auto;
}

.featured-section .slider-hide,
.recently-listed-section .slider-hide {
  visibility: hidden;
  position: absolute;
}

#owl-carousel-home .item {
  margin: 0 0px;
}

.wallspin {
  padding: 35px 0 60px;
}

.wallspin h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 24px;
}

.wallspin h2 {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  color: #242424;
  font-size: 24px;
  line-height: 28px;
  width: 200px;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: -5px;
}

.wallspin .container {
  border-top: 4px solid #e6e6e6;
  padding-top: 40px;
}

.wallspin {
  margin-top: 40px;
}

.wallspin .image_section {
  display: inline-block;
  width: 39%;
  position: relative;
}

.wallspin .image_section img {
  width: 100%;
}

.wallspin .image_section .date_caption {
  background: #333333;
  color: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  padding-top: 12px;
}

.wallspin .container_description {
  display: inline-block;
  float: right;
  width: 58%;
}

.wallspin .container_description h1 {
  margin-bottom: 0px;
  padding-left: 0;
}

.home-page .mainContent {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.home-page .as_seen_in h1 {
  font-size: 20px;
}

.home-page .mainContent {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.home-page .as_seen_in {
  padding-top: 30px;
  padding-bottom: 30px;
}

.from_the_collections img {
  max-width: 100%;
}

.home-page .recently-listed-section {
  padding: 60px 0 0 0;
}

.wallspin .date,
.wallspin .month {
  display: block;
  text-align: center;
}

.wallspin .description {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.from_the_collections .collection-block {
  margin-bottom: 30px;
  text-align: center;
}

.from_the_collections .collection-block.black span {
  color: #333;
}

.from_the_collections .collection-block span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  line-height: 57px;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .from_the_collections .collection-block span {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 991px) {
  .from_the_collections .collection-block span {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .from_the_collections .collection-block span {
    font-size: 18px;
  }
}

.as_seen_in .carousel-control-block .carousel-control.left,
.as_seen_in .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -49px;
}

.as_seen_in .owl-carousel {
  padding: 0 50px;
}

.as_seen_in .carousel-control-block .carousel-control.right,
.as_seen_in .owl-theme .owl-nav .owl-next {
  float: right;
  left: auto;
  margin-right: -46px;
}

.as_seen_in .carousel-control-block,
.as_seen_in .owl-theme .owl-nav {
  position: relative;
  top: -100px;
}

.featured-section h1 {
  font-size: 20px;
}

.featured-section .owl-theme .owl-dots {
  display: none;
}

.featured-section .item-block {
  width: 100%;
}

.featured-section .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0px;
}

.featured-section .item-block:last-child {
  padding-right: 0px;
}

.as_seen_in .owl-dots {
  display: none;
}

@media (min-width: 1440px) {
  .from_the_collections .container,
  .as_seen_in .container,
  .featured-section .container {
    width: 1400px;
    padding: 0 0;
  }
}

@media (max-width: 990px) {
  .wallspin .col-sm-6 {
    padding-left: 15px;
  }

  .wallspin h1 {
    padding-left: 15px;
  }

  .as_seen_in .owl-theme .owl-nav {
    top: -85px;
  }

  .as_seen_in .carousel-control-block {
    top: -65px;
  }
}

@media (max-width: 767px) {
  .wallspin h2 {
    margin-top: 10px;
  }

  .wallspin .image_section {
    width: 100%;
  }

  .wallspin .container_description {
    width: 100%;
  }

  .wallspin .description {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .wallspin h1 {
    padding-left: 15px;
    margin-top: 20px;
  }

  .wallspin .col-sm-6 {
    padding-left: 15px;
  }

  .as_seen_in .owl-theme .owl-nav {
    top: -75px;
    position: absolute;
    right: 15px;
  }

  .as_seen_in .owl-theme .owl-nav .owl-prev {
    margin-left: 0;
  }

  .as_seen_in .owl-theme .owl-nav .owl-next {
    margin-right: 0;
  }
}

@media (max-width: 568px) {
  .wallspin img.img-responsive {
    width: 100%;
  }

  .as_seen_in .item-block {
    width: 100%;
  }

  .as_seen_in .item-block {
    width: 100% !important;
    display: inline-block;
    text-align: center;
  }

  .as_seen_in .carousel-control-block {
    position: absolute;
    top: -58px;
  }

  .as_seen_in .carousel-inner {
    margin: 0;
  }

  .as_seen_in .item-block {
    margin: 0;
  }

  .as_seen_in .item-block img.img-responsive {
    display: inline-block;
    margin: 0;
  }

  .as_seen_in h1 {
    font-size: 18px;
  }

  .featured-section .item-block {
    width: 100%;
    text-align: center;
  }

  .featured-section .item-block img.img-responsive {
    display: inline-block;
    width: 100%;
  }

  .featured-section .carousel-inner {
    margin: 0;
  }

  .featured-section .carousel-control-block {
    top: -54px;
  }

  .featured-section h1 {
    font-size: 18px;
  }
}

