/*region home main banner*/

.search-icon-mobile {
    display: none;
}


@media (max-width: 767px) {
    .banner-container {
        background: transparent;
        height: auto;
    }
}
.price-wrap .price-new {
    color: red;
}
.common-home {
    background: var(--body);
}
.common-home .after-header {
    position: relative;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .col-md-3 {
        margin: 0;
        flex: 0 0 auto;
        width: 25%;
        padding: 0px 7px !important;
    }
}
.common-home .content-top {
    border-top: 1px solid #efefef;
    background: #2196F3;
}
.main-home-banner .banner-image img {
    width: 100%;
}
.slider-dot {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.dot {
    height: 7px;
    width: 7px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 2s ease;
}

.dot.active {
    background: var(--main);
}
/*endregion*/



/*region home grid banner*/
.collage.home-grid {
    padding: 20px 0;
    display: table;
}
.home-right-banner-mobile {
    display: none;
}
/*endregion*/


/*region product-category*/


.category-wrap .category .intro {
    position: relative;
}

.category-wrap .category .intro h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.7);
}

.category-wrap .category .intro img {
    width: 100%;
}

.category-wrap .category ul.children {
    padding: 0;
    margin-top: -7px;
}

.category-wrap .category ul.children li {
    display: flex;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    padding: 8px 5px 8px 15px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
}

.category-wrap .category ul.children li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.category-wrap .category ul.children li .name {
    flex: 1 1 auto;
}

.category-wrap .category ul.children li:hover .name {
    color: #009688;
}

.category-wrap .category ul.children li .material-symbols-outlined {
    font-size: 20px;
    opacity: .5;
}

.category-wrap .category .see-all-btn a {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 6px 0;
    border-radius: 0;
    opacity: .7;
}

.category-wrap .category .see-all-btn a:hover {
    background: #009688;
    opacity: 1;
}
/*endregion*/

/*region additional service info*/
.all-service-info {
    background: #EFEFEF;
    display: table;
    width: 100%;
    border: 2px solid #BDBDBD;
    padding: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-info img {
    float: left;
    width: 40px;
    height: auto;
}

.service-info .info {
    margin-left: 50px;
}
.service-info .none {
    border-right: none;
}
.info h4 {
    margin-bottom: 0;
}
.search-box {
    display: none;
}
.single-product-item .price-info {
    margin: 10px 0;
}

footer.footer-sec{
    background: var(--met-black);
}

.footer-btm-widget.text-left{
    color: white;
}
.footer-btm-widget.text-left p span{
    opacity: 0.5;
}

.footer-btm-widget.text-left a{
    color: var(--main);
}

.sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--met-black);
    z-index: 999;
    box-shadow: 0 -4px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(255 255 255 / 20%);
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 0;
}
.sticky-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-footer ul li {
    flex: 0 0 20%;
    max-width: 20%;
}
.sticky-footer ul li a {
    text-align: center;
}
.sticky-footer ul li a i,
.sticky-footer ul li a span {
    display: block;
}
.sticky-footer ul li a span.material-symbols-outlined {
    font-size: 20px;
    color: #fafafa;
}
.sticky-footer ul li a span {
    font-size: 10px;
    font-weight: 500;
    color: var(--main);
    margin-top: 3px;
}
.information-information .main_content h2 {
    font-size: 18px;
    color: #01132d;
    line-height: 30px;
}

.information-information .main_content h1 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #01132d;
    line-height: 35px;
}

.information-information .main_content, .information-information .main_content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #01132d;
    line-height: 26px;
}

.information-information .main_content h3,.information-information .main_content h4 {
    font-size: 14px;
    color: #01132d;
    line-height: 30px;
}
/*endregion*/

@media (max-width: 1299px) {
    .category-wrap .category {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .service-info .info {
        border-right: 0;
    }
    .service-info img {
        width: 24px;
    }


    .contact-access .contact-item a {
        font-size: 14px;
    }

    .contact-access .contact-item .material-symbols-outlined {
        font-size: 18px;
    }

    .facilities {
        margin-top: 20px;
    }


}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-home-banner .banner-image img{
        height: auto;
    }
    .search-box {
        width: 105%;
    }
    .header-top-content {
        margin: 0 20px;
    }
}
