.ul1 {
    line-height: 2.8;
    margin-left: 2rem;
    margin-top: 1rem;
    list-style: circle;
}

.img100 {
    width: 100%;
}

.dt-hide {
    display: none;
}

.ul2 {
    list-style: square;
    margin: 0 16px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.text-indent {
    text-indent: 2rem;
}

.fred {
    color: #e80105;
    font-weight: 800;
    font-size: xx-large;
}

.m200px {
    max-width: 200px;
}

.fw300 {
    font-weight: 500;
}

.f20px {
    font-size: 20px!important;
}

.mt-20 {
    margin-top: 20px;
}

.mb-hide {
    display: block;
}

.bg-white {
    background-color: #fff!important;
}

.owl-prev,
.owl-next {
    display: none;
}

.f2rem {
    font-size: 2rem!important;
}

@media only screen and (max-width: 540px) {
    .welcome_section {
        position: relative;
        padding: 40px 0px;
        background-repeat: no-repeat!important;
        background-position: left!important;
        background-size: cover!important;
    }
    .dt-hide {
        display: block!important;
    }
    .mb-hide {
        display: none!important;
    }
    .m200px {
        max-width: 100%;
    }
}