.jumbotron {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #eee;
  }
  .quartz .logo img {
    width: 58px;
  }
  .quartz .logo h3 {
    margin: 15px 5px;
  }
@media (min-width: 1200px) {
  .quartz .logo {
    margin: 0 auto;
    display: inline-block;
  }
  .quartz .logo img, .quartz .logo h3 {
    float: left;
    font-weight: 400;
  }
}
.jumbotron p {
    font-size: 15.5px;
    margin-bottom: 15px;
    font-weight: 400;
}
.image-icon-container {
    margin-bottom: 5px;
    position: relative;
  }
  span.videoPlay {
    background: no-repeat center/100% url(https://cdn.msisurfaces.com/images/svg/Icon-play-circle.svg);
    display: block;
    height: 60px;
    left: 97%;
    top: 79%;
    margin: -20px 0 0 -30px;
    position: absolute;
    width: 40px;
  }
  span.videoPlay {
    width: 40px;
    top: 78%;
    left: 97%;
  }
  @media (min-width: 400px) and (max-width: 480px) {
    span.videoPlay {
      left: 91%;
      top: 61%;
    }
  }
  @media (max-width: 450px) {
    span.videoPlay {
      width: 40px;
    }
  }
  @media (min-width: 375px) and (max-width: 530px) {
    span.videoPlay {
      left: 96%;
      top: 71%;
    }
  }
.overlay-image-container {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.overlay-image-container img {
  margin: 0 auto;
}


.overlay-Label {
  display: block; /* Full width block element */
  max-width: 100%; /* Mobile pe full width le, par image se bada na ho */
  width: 350px; /* Default width desktop ke liye */
  bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  background: rgba(139,111,78,.8);
  border:0px;
  border-radius: 0;
  text-align: center;
  margin: 10px auto 0; /* Center align */
  
}
.overlay-image-container .overlay-Label:hover {
    color: #fff;
    background-color: #a88964;
    border-color: transparent;
  }
/* Mobile ke liye */
@media (max-width: 400px) {
  .overlay-Label {
      width: 100%; /* Mobile pe pura available width le */
  }
}
@media (max-width: 1199px) {
    .overlay-image-container .overlay-Label {
      position: relative;
      font-weight: 400;
    }
    .overlay-image-container .btn-primary {
        background: 0 0;
        white-space: normal;
        color: #8b6f4e;
        padding: 0;
    }
    .overlay-image-container .btn {
    padding: 5px 0 0;
    }
  }
  .bottom-left {
    bottom: 8px;
    left: 15px;
  }
  .top-left, .bottom-left {
    position: absolute;
  }
  .bottom-left img {
    width: 48px;
  }

  #videoModal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

#videoModal .modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
}

#videoModal .close {
    position: absolute;
    top: 0px;
    right: -32px;
    background: #fff;
    border-radius: 17%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}

#videoModal iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.down-arrow {
    position: relative;
    transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  @media (min-width: 1600px) {
    .mt-xxl-0 {
      margin-top: 0 !important;
    }
  }
  @media (min-width: 1200px) {
    .w-xl-75 {
      width: 75%;
    }
  }
  @media (min-width: 1600px) {
    .down-arrow {
      width: 110px;
      height: 110px;
      right: 30px;
    }
  }
  @media (min-width: 992px) {
    .down-arrow {
      width: 70px;
      height: 70px;
      right: 30px;
    }
  }
  @media (min-width: 992px) {
    .quartz .down-arrow {
      position: absolute;
      width: 120px;
      height: 180px;
      right: 20px;
      top: 0;
    }
  }
  @media (min-width: 1600px) {
    .quartz .down-arrow {
      width: 150px;
      height: 180px;
      right: 30px;
      top: -20px;
    }
  }
.text-center img{ margin: 0 auto;}








.bg-grey {
    background: #efefef;
}
.float-start {
    float: left !important; margin-bottom: 0px
}

.float-end {
    float: right !important;
}
.btn {
    display: inline-block;  
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .8rem .8rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
    left: 0;
}
.btn-primary {
    color: #fff;
    background-color: #8b6f4e;
    border-color: transparent;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a88964;
    border-color: transparent;
}
@media (min-width: 992px) {
    .d-flex-center {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

@media (max-width: 991px) {
    .col-opt {
      width: 100%;
      max-width: 330px;
      text-align: center;
      margin: 0 auto;
      padding: 15px 0 0 0;
    }
    .countertop-selection-img-text img{ margin: 0 auto;}
    .float-start,
    .float-end {
        float: unset !important;
        text-align: center;
    }
    .float-end .btn-primary{ margin-bottom: 15px;}
}



































