 .swiper {
     width: 100%;
 }
 
 .swiper-slide {
     background-position: center;
     background-size: cover;
     width: 300px !important;
     height: 300px !important;
 }
 
 .swiper-slide img {
     display: block;
     width: 100%;
 }
 
 .color-g {
     background-color: #edf2c5;
 }
 
 
 .color-g1 {
     background-color: #84a734;
 }
 
 .color-r {
     background-color: #ff0000 !important;
     color: aliceblue;
 }
 
 .border-success {
     border-color: #84a734!important;
 }
 
 .btn-success {
    
 }
 
 .btn-success:hover {
     background-color: #edf2c5;
     color:  #84a734!important;
     border: #84a734 1px solid !important;
 }
 
 .g1 {
     color: #84a734;
     font-family: inherit;
 }
 
 .g1b {
     color: #84a734;
 }
 
 .g1b:hover {
     color: #edf2c5;
     background-color: #84a734;
 }
 
 .r1b {
     color: #d4003b;
 }
 
 .r1b:hover {
     color: #ebdbe8;
     background-color: #d4003b;
 }
 
 
 .h10 {
     height: 15px;
 }
 
 .rounded-9 {
     border-radius: .9rem !important;
     overflow: hidden;
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 .T125 {
     font-size: 1.25em;
 }
 
 .T40 {
     font-size: 4.0em;
     background-size: cover;
     background-color: #84a734;
 }

.bg-secondary2 {
    background-color: #e9ecef;
}

.error{
    border: red 1px solid !important;
    color: #f00 !important;
    z-index: 999 !important;
}

@media (max-width: 420px) { 
    #cashs{
    font-size: 14px !important;} 
}



 .r1b {
     color: #d4003b;
 }
 
 .r1b:hover {
     color: #ebdbe8;
     background-color: #d4003b;
 }
