.jewellery-guide-banner {
    min-height: 500px;
    background: url('../images/jr-guide/jewellery-guide-banner.jpg');
    background-position: center;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

@media (min-width:1400px) {
    .jewellery-guide-banner {
        min-height: 600px;
        background: url('../images/jr-guide/jewellery-guide-banner.jpg');
        background-position: center;
        background-size: cover;
    }
  }



  .jewellery-guide-banner .jr-guide {
    float: right;
    line-height: 25px;
}
@media (min-width:1400px) {
    .jewellery-guide-banner .jr-guide {
        float: right;
        line-height: 50px;
    }
}
@media (max-width: 543px) {
    .jewellery-guide-banner .jr-guide {
        text-align: center;
    }
}
.jewellery-guide-banner .jr-guide h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #fff;
}
@media (min-width:1400px) {
    .jewellery-guide-banner .jr-guide h2{
        font-size: 45px;
        color: #fff;
    }
}
@media (max-width:767px) {
    .jewellery-guide-banner .jr-guide h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
 
    }
}
.jewellery-guide-banner .jr-guide p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .jewellery-guide-banner .jr-guide p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px){
    .jewellery-guide-banner .jr-guide p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
}
.jewellery-guide-banner .jr-guide .btn {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.jewellery-guide-banner .jr-guide .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}

.jr-left-img{
    width: 100%;
    height: 300px;
    background: url('../images/jr-guide/jewellery-guide-banner.jpg');
    background-position: center;
    background-size: cover;
}


.prl-150px{
    padding: 0 150px;
}
@media (max-width: 767px){
    .prl-150px{
        padding: 0 15px;
    }
}
.right-text{
    margin:0 25px !important;
    width: 85%;
    padding: 0px;
  }
  @media (max-width: 767px){
    .right-text{
        margin:20px 0 !important;
      }
  }
  @media (max-width: 767px){
    .right-text{
        margin:25px 0;
    }
}

  @media (max-width: 767px){
    .reverse-column{
        display: flex;
        flex-direction: column-reverse;
    }
}
.jr-txt h1{
    margin:30px 0;
    text-align: center;

}
/* More Example Block */
.more-example-block{
    position: relative;
    overflow: hidden;
}
.section-header{
    width: 60%;
    margin: 0 auto 30px;
}
@media (max-width: 1100px){
    .section-header{
        width: 100%;
        margin: 0 auto 30px;
    }
}
.more-example-block .more-example-grid{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 24px 16px;
}
@media (max-width: 1100px){
    .more-example-block .more-example-grid{
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 24px 16px;
        padding: 10px;
    }
}
.more-example-block .more-example-grid a{
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 32px;
    text-align: center;
    border: 1px solid #62403e;
}

.requast-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}








/* jewellery Anniversary  */
.jr-anniversary-banner {
    height: 500px;
    background: url('../images/jr-guide/jr-anniversary-banner.jpg');
    background-position: center;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 600px) {
.jr-anniversary-banner {
    height: 200px;
  }
}

@media (min-width:1400px) {
    .jr-anniversary-banner {
        min-height: 600px;
        background: url('../images/jr-guide/jr-anniversary-banner.jpg');
        background-position: center;
        background-size: cover;
    }
  }



  .jr-anniversary-banner .jr-annivary {
    float: left;
    margin-left: 50px;
}
@media (min-width:1400px) {
    .jr-anniversary-banner .jr-annivary {
        float: left;
        line-height: 50px;
    }
}
@media (max-width: 543px) {
    .jr-anniversary-banner .jr-annivary {
        display: none;
    }
}
.jr-anniversary-banner .jr-annivary h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #fff;
}
@media (min-width:1400px) {
    .jr-anniversary-banner .jr-annivary h2{
        font-size: 45px;
        color: #fff;
    }
}
@media (max-width:767px) {
    .jr-anniversary-banner .jr-annivary h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
 
    }
}
.jr-anniversary-banner .jr-annivary p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .jr-anniversary-banner .jr-annivary p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px){
    .jr-anniversary-banner .jr-annivary p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
}
.jr-anniversary-banner .jr-annivary .btn {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.jr-anniversary-banner .jr-annivary .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
.jr-img-with-text{
    width: 100%;
    height: 400px;
    background: url('../images/jr-guide/jr-img-with-text.jpg');
    background-position: center;
    background-size: cover;
}
.jr-txt h4{
    text-align: left !important;
}
.image-txt h2{
    text-align: center;
    font-size: 2rem;
    font-weight: 400 !important;
}
.jr-txt .desc{
    padding: 0 70px;
    text-align: left;
}



/* jewellery Top Trend  */
.jr-topTrend-banner {
    height: 500px;
    background: url('../images/jr-guide/jr-topTrend-banner.jpg');
    background-position: center;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

@media (min-width:1400px) {
    .jr-topTrend-banner {
        min-height: 600px;
        background: url('../images/jr-guide/jr-topTrend-banner.jpg');
        background-position: center;
        background-size: cover;
    }
  }
  @media only screen and (max-width: 600px) {
  .jr-topTrend-banner {
    height: 300px;
  }
}

  .jr-trend-text {
    float: left;
}
@media (max-width:1400px) {
    .jr-trend-text {
        float: left;
        line-height: 50px;
    }
}

  @media only screen and (max-width: 600px) {
  .jr-trend-text {
    display: none;
  }
}
.jr-topTrend-banner .jr-trend-text h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #fff;
}
@media (min-width:1400px) {
    .jr-topTrend-banner .jr-trend-text h2{
        font-size: 45px;
        color: #fff;
    }
}
@media (max-width:767px) {
    .jr-topTrend-banner .jr-trend-text h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
 
    }
}
.jr-topTrend-banner .jr-trend-text p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .jr-topTrend-banner .jr-trend-text p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px){
    .jr-topTrend-banner .jr-trend-text p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
}
.jr-topTrend-banner .jr-trend-text .btn {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.jr-topTrend-banner .jr-trend-text .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
.jr-img-with-text{
    width: 100%;
    height: 400px;
    background: url('../images/jr-guide/jr-img-with-text.jpg');
    background-position: center;
    background-size: cover;
}
.jr-trend-txt h4{
    text-align: left !important;
}
.image-txt h2,h3{
    margin-top: 25px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400 !important;
}