﻿body {
}

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }


.rounded-3 {
    border-radius: 15px;
}

label {
    font-size: 1.5rem;
}

.categoryMenu ul li {
    /*font-weight: bold;*/
    font-size: 1.5rem;
    color: #3A3A3A;
}

.d225 {
    background-color: var(--body-background-color);
    margin-top: -10px;
    border-radius: 15px;
}

    .d225 img {
        width: 30px;
    }

.i588 {
    border-radius: 10px 10px 0px 0px !important
}

.i589 {
    border-radius: 0px 0px 10px 10px !important
}

.childColapse {
    display: none;
}

.headerCollapse {
    cursor: pointer;
}

.numberOfLocation {
    font-size: 2rem;
    margin-left: -40px !important;
    margin-top: -20px !important;
    width: 50px !important;
    height: 50px !important;
}



.slider-indexpage {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .slider-indexpage .swiper-slide {
        width: 100%;
    }

    .slider-indexpage img {
        max-width: 100%;
        width: 100%;
    }

    .slider-indexpage.swiper-container .swiper-button-next:after,
    .slider-indexpage.swiper-container .swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px !important;
    left: 15px !important;
    text-align: left !important;
}



.whyTan20Swiper {
    width: 100%;
    height: 100%;
    max-width:1140px;
}

    .whyTan20Swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        color: #000;
        display: flex;
        justify-content: center;
        border-radius: 30px;
        height:auto;
        align-items: center;
    }

    .whyTan20Swiper img {
        width: 70px;
        border-radius: 15px;
    }

.comments {
    width: 100%;
    height: 100%;
    max-width: 1140px;
}

    .comments .swiper-slide {
        text-align: revert;
        font-size: 23px;
        background: #094829;
        color: #fff;
        display: flex;
        justify-content: center;
        border-radius: 30px;
        height: auto;
        align-items: start;
    }

    .comments img {
        width: 50px;
        border-radius: 50%;
    }
