/* .jewelry-img-1{
    width: 100%;
    height: 600px;
    background: url('../images/jewelry-page/jewelry-man-ring.png');
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
  .jewelry-img-1{
    height: 300px;
  }
}
.jewelry-img-2{
    width: 100%;
    height: 600px;
    background: url('../images/jewelry-page/jewelry-girl-ring-w-img.png');
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
  .jewelry-img-2{
    height: 300px;
  }
} */
 .jewelry-img-1,
.jewelry-img-2 {
  width: 100%;
  height: 300px; /* default for mobile */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jewelry-img-1 {
  background-image: url('../images/jewelry-page/jewelry-man-ring.png');
}

.jewelry-img-2 {
  background-image: url('../images/jewelry-page/jewelry-girl-ring-w-img.png');
}

@media only screen and (min-width: 1025px) {
  .jewelry-img-1,
  .jewelry-img-2 {
    height: 600px; /* for tablets and up */
  }
}
.jewelry-hero-banner{
    width: 100%;
    height: 500px;
    background: url('../images/jewelry-page/jewelry-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 70px;
}

@media (min-width:1400px) {
    .jewelry-hero-banner{
        width: 100%;
        height: 600px;
        background: url('../images/jewelry-page/jewelry-bg.jpg');
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px){
    .jewelry-hero-banner{
        margin-bottom: 50px;
        height: 400px;
    }
}
@media (max-width: 575px){
    .jewelry-hero-banner{
        margin-bottom: 30px;
        height: 250px;
    }
}

.jewelry-hero-banner .text-jewellery {
    position: absolute;
    top: 45%;
    right: 50px;
    align-items: center;
    padding: 0 12px;
    text-align: left;
}

@media (min-width: 1400px){
    .jewelry-hero-banner .text-jewellery {
        position: absolute;
        top: 15%;
        right: 50px;
        align-items: center;
        padding: 0 12px;
        text-align: left;
        margin: 10% 50px 0 0;
    }
}

@media (max-width: 1100px){
        .jewelry-hero-banner .text-jewellery {
        display: none;
    }
}
@media (max-width: 991px){
        .jewelry-hero-banner .text-jewellery {
        top: 45%;
        text-align: center;
    }
}
@media (max-width: 767px){
        .jewelry-hero-banner .text-jewellery {
        text-align: center;
        left: 0;
        right: 0;
    }
}
@media (max-width: 575px){
        .jewelry-hero-banner .text-jewellery {
        text-align: center;
        top: 45%;
        margin: 0 25px;
    }
}

@media (max-width: 575px){
    .jewellery-btn .btn{
        width: 90%;
        margin: 7px 0;
    }
}

.jewelry-hero-banner .text-jewellery h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width:1400px) {
    .jewelry-hero-banner .text-jewellery h2{
        font-size: 45px;
        text-transform: uppercase;
        color: #fff;
    }
}
@media (max-width:767px) {
    .jewelry-hero-banner .text-jewellery h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
 
    }
}
.jewelry-hero-banner .text-jewellery p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .jewelry-hero-banner .text-jewellery p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px){
    .jewelry-hero-banner .text-jewellery p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
}