﻿.m-t-30{
    margin-top:30px !important;
}
.m-t-80 {
    margin-top: 80px;
}
.accordion-content {
    padding: 10px 20px;
    background-color: #f8f9fa;
}
.slider-product-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}
.about-photos {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .about-photos img {
        width: 25%;
        float: left
    }
.about-heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    margin-top: 0;
}
@media (max-width: 992px){
    .mobile-mb-30{
        margin-bottom:37px !important;
    }
    .mobile-mt-30 {
        margin-top: 37px !important;
    }
    .no-mobile-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .no-mobile-margin {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mobile-text-center{
        text-align:center !important;
    }
    .mobile-hide{
        display:none !important
    }
    .mobile-no-bg-color{
        background-color:transparent !important;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
:root {
    /* navigation arrows */
    --swiper-navigation-color: #e4c68b;
    /* pagination buttons */
    --swiper-pagination-color: #e4c68b;
    --swiper-pagination-bullet-inactive-color: #e4c68b;
}