@media screen and (max-width: 360px) {

}

@media screen and (max-width: 480px) {

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}
.header.sticky .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}

}


@media screen and (max-width: 992px) {
	.hamburger {
    display: flex !important;
    width: 40px;
    height: 40px;
    background: var(--thm-color-one);
    align-items: center;
    justify-content: center;
}
.navigaation-warpper {
    padding: 10px 0;
}
.navigation {
    display: block !important;
    position: fixed;
    left: -100% !important;
    top: 38px;
    height: 100vh;
    overflow-y: auto;
    width: 250px !important;
    background-color: var(--thm-color-one);
    transition: 0.5s all;
    z-index: 100;
    padding: 0 !important;
    border-radius: 0 !important;
}
	.header .navigation.open {
    left: 0 !important;
}
	.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .sub-menu {
    opacity: 1 !important;
    visibility: visible!important;
    left: 0!important;
    width: 100%!important;
    position: relative;
    display: none;
    padding: 0;
}

.menu-item-has-children .sub-menu {
    position: relative !important;
    top: 10px!important;
    left: 0px!important;
    right: 0!important;
    width: 200px!important;
    transition: 0s all !important;
    z-index: 1!important;
}
    .header .navigation .main-menu {
    display: block !important;
}
.menu-item a {
    padding: 10px !important;
}
.menu-item {
    color: #000!important;
    font-size: 14px !important;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin: 1px 2px;
}

.menu-item a {
    display: flex;
    justify-content: space-between;
}

.header .navigation .menu-item-has-children .sub-menu {
        width: 100% !important;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item {
    background-color: var(--thm-color-one) !important;
    border: 0 ;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    font-size: 16px !important;
}
.menu-item a {
    color: #fff!important;
   font-size: 16px !important;
}

/* ------------new css---------------------------- */
.banner-bg {
    height: auto !important;
    padding-top: 100px;
}
.banner-title {
    font-size: 25px !important;
}
.banner-text p {
    font-size: 16px !important;
}
.loader-wrap h1 {
    letter-spacing: 10px !important;
    font-size: 35px !important;
}
.banner-text {
    margin-bottom: 25px;
}
.about-sm-image {
    position: relative !important;
    top: 0 !important;
    margin: 20px 0;
}
.offer-text {
    margin-bottom: 20px;
}
.choose-right {
    margin-top: 20px;
}
.feature-box-item {
    width: 100%;
}
.customer-section {
    height: 413px !important;
}
.customer-box.costomer-slider {
    margin-top: 40px !important;
}
.testimonial-card {
    left: 0 !important;
    width: 100% !important;
}
.testimonial-wrapper {
    position: relative;
    height: 89px !important;
    background-image: url(../images/client/vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 30% top 0;
}
.client-box {
    height: 335px !important;
}
.slider-btn.prev {
    left: 0 !important;
}
.slider-btn.next {
    right: 0 !important;
}
.about-image {
    margin-bottom: 20px;
}
.contact-image {
    padding-bottom: 20px;
}
.ft-top-box {
    margin-bottom: 20px;
}
.about-image img {
    width: auto !important;
    height: auto !important;
}
.customer-image img {
    padding: 0 10px !important;
}
.header .menu-item a:hover {
    color: #fff !important;
}
}

@media screen and (max-width: 576px) {
.section-headding h2 {
    margin-bottom: 10px;
    font-size: 25px !important;
}
.section-heading h2 {
    font-size: 18px !important;
}

.text-end {
    text-align: left !important;
}
.popup-content {
    width: auto !important;
    height: 540px !important;
    margin: 10px;
}
.partner-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

}

@media screen and (max-width: 767px) {

.product-slider-wrapper {
    display: block !important;
}
.thumb-slider .swiper-slide {
    width: 76px !important;
    height: 76px !important;
}
.thumb-slider {
    width: 100% !important;
    margin: 20px 0;
}
.thumb-slider .swiper-wrapper {
    flex-direction: row !important;
}

.logo img {
    width: 120px !important;
}
.contact-form .form-group {
    flex-wrap: wrap;
}
.stat-box {
    padding: 10px!important;
    margin: 16px 0!important;
}
.stat-box h2 {
    font-size: 23px !important;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
.popup-content {
    width: auto !important;
    height: 540px !important;
    margin: 10px;
}
.partner-grid {
    grid-template-columns: repeat(4, 1fr) !important;
}

}

@media screen and (min-width: 767px) and (max-width: 992px) {
 .popup-content {
    width: auto !important;
    height: 540px !important;
    margin: 10px;
}
.partner-grid {
    grid-template-columns: repeat(5, 1fr) !important;
}
}
@media screen and (min-width: 360px) and (max-width: 576px) {
 
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
   nav.navigation {
    width: 100% !important;
}
nav.navigation {
    gap: 15px !important;
}
.menu-item a {
    padding: 18px 4px !important;
    font-size: 13px !important;
}
.header-banner p {
    font-size: 16px !important;
}
.banner-title {
    font-size: 36px !important;
}
.stat-box {
    padding: 25px !important;
    margin: 0 !important;
}
.about-image img {
    width: 480px !important;
}
.customer-image img {
    padding: 0 10px !important;
}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-headding h2 {
        margin-bottom: 10px;
        font-size: 35px !important;
    }
    .customer-image img {
    padding: 0 20px !important;
}
   
}



