

@media only screen and (max-width: 1233px) {
  .top-header .widget .info {
    gap: 0px !important;
  }
}
@media only screen and (max-width: 1250px) {
  .banner-wrapper .item .center-product {
    max-width: 500px;
  }
  .banner-wrapper .item .left-content h2 {
    font-size: 110px;
    line-height: 85px;
  }
  .banner-wrapper .item .left-content p {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
  }
  .banner-wrapper .item .left-content h6 {
    font-size: 30px;
  }
  .banner-wrapper .item .right-outline-text {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1120px) {
  .main-header .main-menu .nav-item .nav-link {
    padding: 12px 8px;
  }
}

@media only screen and (max-width: 992px) {
  .top-header{
    padding: 15px 0px;
  }
  .top-header .widget .info {
    gap: 20px !important;
  }
  .main-header .widget .main-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .main-header .main-menu {
    justify-content: flex-start;
  }
  .main-header {
    padding: 20px 0px 10px 0px;
    z-index: 99;
  }
  .banner-wrapper .item .center-product {
    position: static;
  }
  .banner-wrapper .item .right-outline-text {
    max-width: 190px;
  }
  .customized-products-wrapper::before{
    display: none;
  }
  .main-header .main-menu .main-menu-wrapper {
    position: fixed;
    top: 0;
    background: linear-gradient(0deg, rgb(60 133 184 / 53%) 0%, #0B627B 100%);
    height: 100vh;
    width: 100%;
    right: 0;
    z-index: 999;
    transform: translateX(100%);
    padding: 30px 0px;
    -webkit-transition: .5s;
    transition: .5s;
    backdrop-filter: blur(11px);
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    overflow: scroll;
  }
  .main-header .main-menu .main-menu-wrapper ul {
    flex-direction: column;
    width: 100%;
  }
  .main-header .main-menu .nav-item .nav-link {
    border-bottom: solid 1px rgb(255, 255, 255, 10%);
    padding: 12px 15px;
    font-size: 14px;
  }
  .main-header .main-menu .nav-item.dropdown ul.sub-menu {
    position: static;
    background-color: transparent;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: 0px 0px;
  }
  .main-header .main-menu .nav-item.dropdown ul.sub-menu li a{
    color: #ffffff;
    padding: 10px 28px;
    border-bottom: solid 1px rgb(255, 255, 255, 10%);
  }
  .main-header .main-menu .nav-item .nav-link.active {
    color: #000;
}
  .main-header .main-menu .nav-item.dropdown ul.sub-menu:before{
    display: none;
  }
  .main-header .main-menu .menu-btn.open {
    position: fixed;
    z-index: 999999;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .main-logo {
    /* text-align: center; */
    padding: 10px 0px;
  }
  .banner-wrapper .item .right-outline-text {
    display: none;
  }
  .banner-wrapper .item .left-content{
    max-width: 100%;
  }
  .banner-wrapper {
    height: auto;
  }
  .testimonial-wrapper .item {
    flex-direction: column;
  }
  .testimonial-wrapper .item .client-profile {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial-wrapper .item .client-content {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
  }
  .explore-wrapper .slick-nav {
    width: 80px;
    height: 80px;
    left: -40px;
    font-size: 14px;
  }
  .explore-wrapper .slick-nav.next-arrow{
    right: -40px;
    left: auto;
  }
  .event-page-wrapper .content h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrapper .item .left-content h2{
    font-size: 60px;
    line-height: 55px;
  }

  .banner-wrapper .item .left-content p {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
  }
  .banner-wrapper .item .left-content h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-slider .slick-nav {
    width: 80px;
    height: 80px;
    left: -90px;
    font-size: 14px;
  }
  .banner-slider .slick-nav.next-arrow{
    width: 80px;
      height: 80px;
      right: -90px;
  }
  .main-footer {
    padding-bottom: 10vw;
  }
  .testimonial-wrapper .slick-nav{
    display: none;
  }
  .section-heading h3 {
    font-size: 26px;
  }
  .customized-products-wrapper .widget h4 {
      font-size: 22px;
  }
  .customized-products-wrapper .widget h3 {
    font-size: 26px;
  }
  .customized-products-wrapper .widget ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .top-header .main-logo{
    text-align: center;
  }
  .top-header .widget {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media only screen and (max-width: 440px) {

 .top-header .widget .info {
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-header .widget .main-heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
 .top-header .widget .info {
    gap: 0px !important;
  }
}