﻿.colImgs {
    padding-top: 3rem;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}


.arrowGreen {
    position: relative;
    background-color: #708f38;
    height: 0.25rem !important;
    width: 100% !important;
}

    .arrowGreen:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -50px;
        width: 0;
        height: 0;
        border-top: solid 15px #708f38;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }

.bgGrayMenu:nth-child(odd) {
    background: white !important;
}

.bgGrayMenu:nth-child(even) {
    background: #f2f2f2 !important;
}

p.pServe, p.pDesc {
    margin-bottom: 0.25rem;
}

ul.pl1-5 {
    padding-left: 1.5rem !important;
    margin-top: .5rem;
}

ul.pl-1 {
    list-style: none;
    margin-bottom: 0.25rem;
}

    ul.pl-1 li.liStyle::before {
        content: "\2022";
        color: #708f38;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.3rem;
    }

    ul.pl-1 li.liStyle, .txtDesc {
        margin-bottom: -0.1rem;
        line-height: 1.2rem;
    }

ul.optionUl {
    list-style: none;
    margin-bottom: 0.25rem;
}

    ul.optionUl li.optionLi::before {
        content: "\2022";
        color: #708f38;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.3rem;
    }

    ul.optionUl li.optionLi {
        margin-bottom: -0.1rem;
        line-height: 1.2rem;
    }

.colOptionL {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 3rem;
    padding: 1.5rem;
    margin-left: 1rem;
}

.colOptionR {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 1.5rem;
}

.colImgKids {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
}

.colDesc {
    flex: 0 0 63.666667%;
    max-width: 63.666667%;
}

.show {
    opacity: 1 !important;
}

.btnBackToTop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 5rem;
    font-size: 26px;
    z-index: 9;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    outline: none;
    opacity: 0;
}

@media (max-width:1367px) {
    .colDesc {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .arrowGreen:after {
        left: 52%;
    }
}

@media (max-width:991px) {
    .colImgs {
        padding-top: 0;
    }

    .colOptionL, .colOptionR {
        margin-top: 1rem;
    }

    .colImgKids {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width:768px) {
    .colOptionL, .colOptionR {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1rem 0;
    }

    .colImgKids {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .colDesc {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .arrowGreen:after {
        left: 55%;
    }

    ul.pl-1 {
        margin-top: 0.5rem;
    }
}

@media (max-width:576px) {
    ul.pl-1 {
        padding-left: 1rem !important;
    }

    .arrowGreen:after {
        left: 58%;
    }
}
