/* Media Query for MacBook Air */
@media only screen and (min-device-width: 1280px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-class {
       ! width: 1200px !important; /* Width for MacBook Air */
       ! margin: 0 auto !important; /* Centering horizontally */
    
    }
}

/* Media Query for Laptops */
@media only screen and (min-width: 1024px) {
    .section-class {
       ! width: 1200px !important; /* Width for laptops */
       ! margin: 0 auto !important; /* Centering horizontally */
    }
}

@media only screen and (min-width: 1024px) {
    .home-sta {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
      .header-bgcolor-class, .header-bgcolor-class-about {
          background-color: #f8f8f8;
      }
}

@media (min-width: 1024px) {
      
}



.breadcrumb-container li a {
   color: #c7c7c7 !important;
}


@media (max-width: 767px) {
  #elementor-popup-modal-2073 .dialog-message {
    width: 420px;
    height: 58vh !important;
  }
}