@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .navbar-brand img{
    width: 95px !important;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    flex-direction: inherit;
}
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }

}

@media (max-width: 767px) {
  .footer_link .row{
    gap: 20px 0;
  }
  .contact .row{
    gap: 40px 0;
  }
  .header_section .header_top .social_box {
    display: none;
  }
  .sposer img {
    width: 75px;
    margin: 4px;
}
  .footer_section ul li{
    display: inline-block;
    color: #000;
    margin:  5px;
   }
  .threebox {
    position: absolute;
    bottom: -13%;
    width: 13%;
    max-width: 14%;
    left: 6%;
    z-index: -1;
}

  .header_section .header_top .contact_nav a span {
    font-size: 15px;
  }

  .appbox {
    position: relative;
    margin: 50px 0;
}
.section-box {
  position: relative;
  margin: 50px 0;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  font-size: 28px;
}
.description {
  font-size: 14px;
}
.firstbox img {
  width: 520px;
  height: auto;
  /* margin-bottom: 29px; */
}
.icon-box-content h4 {
  font-size: 17px;
  font-weight: 600;
}

.heading_container p {
  letter-spacing: 1px;
  color: #6e1095;
  font-weight: 600;
  font-size: 12px;
}
  .slider_section .carousel_btn-box {
    margin-top: 45px;
    justify-content: center;
  }

  .slider_section .carousel_btn-box a {
    position: unset;
    transform: none;
    opacity: 1;
    margin: 0 5px;
  }

  .about_section .img-box,
  .faq_section .detail-box {
    margin-bottom: 45px;
  }

  .call_section .img-box {
    margin-bottom: 30px;
  }
  .slick-prev {
    left: -5px;
    z-index: 1;
    background: #fff !important;
}
.slick-next {
  right: -5px;
  z-index: 1;
  background: #fff;
}
.faq_section #faqAccordion .card {
  padding: 5px 15px;
}
.faq_section #faqAccordion .card-body {
  background-color: #fff;
  padding: 4px;
}
}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }
  .aboutus {
    padding: 0 0 20px;
}
 .career, .contact, .social, .product, .jewelry{
padding: 40px 0 20px;
}
  .header_section .header_top .contact_nav a.call-link span {
    display: inline-flex;
  }
  .layout_padding {
    padding: 50px 0;
}
  .call_section .detail-box h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 520px) {
  .blog_section .box {
    flex-direction: column;
  }

  .blog_section .box .img-box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .custom_nav-container .navbar-nav .nav-item .nav-link,
  .custom_nav-container .navbar-nav .nav-item  a.btn.btn-outlined-dark{
    padding: 5px 9px;
    font-size: 12px;
}

.custom_nav-container .navbar-toggler span {
  width: 25px;
  height: 3px;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  top: -8px;
}

.custom_nav-container .navbar-toggler span::after {
  top: 8px;
}
}

@media (max-width: 420px) {
  .sposer img {
    width: 50px;
  }
  
}

@media (max-width: 376px) {

.jumbotron h1 {
  font-size: 32px;
}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
