/* Mobile */
@media only screen and (max-width: 480px) {
    .top-bar .marquee-wrapper {
    padding: 7px !important;
}
    .marquee-text {
        font-size: 14px !important;
        animation-duration: 10s !important;
    }
    .site-logo img {
        max-height: 55px;
    }
    .main-banner img {
        max-height: 500px;
        object-fit: cover;
    }
    .feature-box {
        padding: 25px 15px;
    }
    .feature-box h5{
        font-size: 15px;
    }
      .about-title {
        font-size: 28px;
    }
    .img-bg {
        /* top: 20px;
        left: 20px; */
        display: none;
    }
    .main-img {
        max-width: 100%;
        left: 0%;
    }
    .image-wrapper::before {
        top: 20px;
        left: 20px;
    }
    .banner{
        height: 150px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .icon-circle{
        width: 70px;
        height: 70px;
    }
    .category-item h6{
        font-size: 10px;
    }
    .category-title{
        font-size: 25px;
    }
    .testi-card p{
        font-size: 15px;
    }
    .jewel-box{ height:350px; }
  .thumb-row img{
    width:45px;
    height:45px;
  }
   .testi-heading{font-size:26px;}
  .testi-card{padding:25px;}
  .image-banner img{
    height:300px;
  }
	.img-box img{
	width: 400px;
}
}
/* Responsive */
@media(max-width:992px){
  .image-banner img{
    height:420px;
  }
}