:root {
    --send-main-color: #0b4ea2 !important;
    --send-main-color-2: #05254e !important;
    --send-main-light-color: #f1f1f1 !important;
}

body {
    background: #fff;
}
.article-item .title {
    margin-top: 10px;
}

.home-page .benefit-box p {
    margin-bottom: 0;
    font-size: 14px;
color: #777;
    line-height: 1.5;
}


.navbar-brand img {
    width: 170px;
}


@media (min-width: 992px) {
   
.main-header .bottom-bar {
    background: #0b4ea2;
    border-bottom: none;
} 
    

    .main-header .nav-item .nav-link:hover {
    background: rgba(0,0,0,0.2);
        color: #fff;
}
    
    
    .main-header .main-nav .menu-list .nav-link {
    padding: 15px;
    font-size: 13px;
        color: #fff;
        text-transform: unset;
        font-weight: 600;
}
    
 
}


.product-main-item .img-box a img {
    object-fit: contain;
}

.main-header .main-bar .search-box button {
    background-color: #000;
}

.product-main-item .title {
    font-weight: 400;
 
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 10px;
}



.ng-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 8px;
}


.benefit-box .info-box {
    flex: 1;
}

.ribbon-list li span {
    background: none !important;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px !important;
    color: #70D500 !important;
}


.product-page .page .related-products {
    background: #fff;
    padding-top: 45px;
}

.product-page .page .detailed-description {
    background: #fff;
}

.tabinator .tabinator-item.active {
    background: #f9f9f9;
}

.product-page .gallery-box {
    border: 1px solid #f1f1f1;
}

.home-page .includer-slider-box .main-slider .carousel-item img {
    height: auto !important;
    object-fit: contain !important;
}

.home-page .includer-slider-box .banner-col a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .includer-slider-box .banner-col {
        flex-direction: row !important;
        align-items: center;
        margin-top: 0;
        
    }
    
    .includer-slider-box .banner-col a {
        width: calc(100% / 2 - 8px) ;
        height: auto !important;
        
    }

.home-page .includer-slider-box .main-slider .carousel-item img {
        aspect-ratio: unset !important;
}

.main-bar .row .col-4,
.main-bar .row .col-8 {
    width: 50% !important;
}
}

.article-item .excerpt {
   font-size: 13px; 
    color: #777;
}


.includer-slider-box .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.home-page {
    padding-top: 0;
}

.main-header .bottom-bar {
    border-bottom:  none !important;
}

.includer-slider-box .banner-col {
    display: none !important;
}

#main-slider {
    border: none !important;
}

.includer-slider-box .col-lg-8 {
    width: 100%;
}


.home-page .text-box .content {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    z-index: 2;
    position: relative;
}

.home-page .text-box .heading {
    color: #fff;
}

.home-page .text-box p {
    font-size: 20px;
    color: rgba(255,255,255,0.9) !important;
}

.home-page .text-box {
    background-image: url('https://mtb.demo.s1.myfultio.com/storage/c/mtb/uploads/Fl7zQpsL3ovVKQ9l0o8ZDDI7k9xZtQEkC25fbOlT.webp');
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    

}

.home-page .text-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}


@media (max-width: 767.98px) {
    .home-page .text-box {
        background-attachment: none;
    }
}
	:root {
			--send-main-color: #23e001;
			--send-main-color-2: #4d8a78;
			--send-main-light-color: #c1c1c1;
		}
	