/*common*//* user defined common styles, apply to whole application*/

.fontguide-heading-1 {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: white;
}

.fontguide-heading-2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: white;
}



.fontguide-sub-7:hover {

        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        color: #e53935;
}





/*utils*//* user defined common utils, apply to whole application*/






/*customs*//* user defined css, apply to whole application but limited to this application*/

.g-brd-gray-light-v3 {
    border-color: none !important; /* -- customised --  */
}

.js-slide .u-shadow-v21--hover > div > img {
    width: 100%;
}

.hrborderclor {
    border-top: 1px solid rgba(0,0,0,.1);
}


/*override*/ /* overrided styles from base, apply to whole application*/

/*override*/ /* overrided styles from base, apply to whole application*/


.g-bg-secondary {
    background-color: #f7f7f8 !important;
}


.g-brd-around {
    border: none !important;
}

/*override*/ /* overrided styles from base, apply to whole application*/ 


.herosushi {
    font-size: 1.4rem;
    font-weight: 800;
    /*border-bottom: 1px solid red;*/
    letter-spacing: 0.5px;
    color: #999;

} 
.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span {
    background-color: #E53935;
} 
.mtmb0{
    margin-top: 1rem;
    margin-bottom: 1rem;
} 
.u-carousel-indicators-v1 span{
    background-color: #c8c8c8;
}



.padding-bottom-130px {

    padding-bottom: 130px;

}
.padding-topbottom-50px {
    padding-bottom: 50px;
    padding-top: 50px;
}

 
.dividermargin {
    margin-top: 100px;
    margin-bottom: 70px;
}
.customer-content-box {
    padding-top: 70px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {

    .dividermargin {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }

    .pdt10 {
        margin-top: 10px;
        margin-bottom: 26px;
    }

    .pdt10 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .toptxtcenter {
        text-align: center;
    }

    .herotextmobil {
        text-align: center;
    }

    .g-pr-40 {
        padding-right: 0px;
    }

    .fontguide-sub-7 {
        color: #E53935;
    }

    .mobilenone {
        display: none !important;
    }
}  
@media (max-width: 767px) {
    .dividermargin {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }

    .customer-content-box {
        padding-top: 40px;
    }
    .toptxtcenter {
        text-align: center;
    }

    .herotextmobil {
        text-align: center;
    }

    .g-pr-40 {
        padding-right: 0px;
    }

    .fontguide-sub-7 {
        color: #E53935;
    }

    .mobilenone {
        display: none !important;
    }
    .fontguide-heading-1 {
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 0.3px;
        color: white;
    }

    .fontguide-heading-2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.3px;
        color: white;
    }


    .fontguide-sub-5 {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0.3px;
        color: black;
    }


    .fontguide-sub-3 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        color: black;
    }



}