@media (min-width: 992px) {
    
}

@media (min-width: 1368px) {
    .container {
        max-width: 1170px;
    }
}
  
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
    .elementor-custom-container .elementor-container {
      max-width: 1170px !important;
    }
}
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elementor-custom-container .elementor-container {
        max-width: 960px !important;
    }
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-custom-container .elementor-container {
        max-width: 720px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-custom-container .elementor-container {
        max-width: 540px !important;
    }
}
  
@media (max-width: 1680px) {
    
}

@media (max-width: 1600px) {

}
  
@media (max-width: 1440px) {

}
  
@media (max-width: 1366px) {

}
  
@media (max-width: 1199px) {
    .header-area {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header-right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        position: relative;
        background: #F8D85A;
        border-radius: 8px;
        margin-left: auto;
        z-index: 1;
    }
    .mobile-header-right button {
        border: none;
        background: no-repeat;
        height: 40px;
        width: 40px;
    }
    
    .mobile-header-right img {
        position: absolute;
        right: 10px;
        z-index: -1;
    }

    .header-btns {
        display: block;
    }
    
    .header-btns {
        margin-left: 0;
    }
}
  
@media (max-width: 991px) {
    .site-main {
        padding: 80px 0;
    }

    .breadcrumb-section {
        background: #5F13EF;
        padding: 12px 0 80px;
        text-align: center;
    }
    .breadcrumb-text h1 {
        font-size: 42px;
    }
}
  
@media (max-width: 767px) {

}
  
@media (max-width: 575px) {

}
  
@media (max-width: 485px) {

}
@media (max-width: 425px) {

}
  
 
@media (max-width: 360px) {

}
  