* {
    font-family: Montserrat;
    color: #4a4e57;
    font-size: 14px;
}

:root {
    --bgColor: #84b940;
}

.tcg {
    background-color: var(--bgColor);
    color: #ffffff;
    font-size: 16px;
}

.tcg:hover {
    background-color: #84b940;
    color: #fff;
}

.footer {
    background-color: #090035;
}

h3,
h4,
h5 {
    color: #212934;
}

hr,
.hr {
    border-top: 1px solid #84b940;
    width: 150px;
}

.accordionTxt {
    background-color: rgba(132, 185, 64, 0.21);
}

button h4:hover {
    color: var(--bgColor);
}


/* ------------------------------- CSS for Sliders Start Here ---------------------------------- */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.myTopLeftSwiper2,
.myTopRightSwiper2,
.myBottomLeftSwiper2,
.myBottomRightSwiper2 {
    max-height: 50%;
    width: 100%;
}

.myTopLeftSwiper,
.myTopRightSwiper,
.myBottomLeftSwiper,
.myBottomRightSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.myTopLeftSwiper .swiper-slide,
.myTopRightSwiper .swiper-slide,
.myBottomLeftSwiper .swiper-slide,
.myBottomRightSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.myTopLeftSwiper .swiper-slide-thumb-active,
.myTopRightSwiper .swiper-slide-thumb-active,
.myBottomLeftSwiper .swiper-slide-thumb-active,
.myBottomRightSwiper .swiper-slide-thumb-active,
.mySmallSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show{
    display: block !important;
}
.whats_app {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #31b946;
    border-radius: 100%;
    text-align: center;
}
.whats_app i{
    color: #fff !important;
    font-size: 26px;
    border: none !important;
    overflow: hidden;
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 2;
    transform-origin: right;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg) translateX(50%);
}
.sideNavi a {
    background-color: #84b940;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 16px;
}
.sideNavi a:hover{
    background-color: #000;
}
.sideNavi a i{
    color: #fff;    font-size: 20px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px){
.sideNavi {
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto;
    right: auto;
    width: 100%;
    left: 0;
    z-index: 2;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sideNavi-item{
    width: 100%;
    display: block;
}
.sideNavi-item a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 7px 15px;
}
.sideNavi-item a i{
    font-size: 16px;
}
}
    /* ------------------------------- CSS for Sliders End Here ---------------------------------- */