body{
    font-family: Arial, Helvetica, sans-serif !important;
}
.cus-mod .image_wrapper{
    margin-bottom: 0 !important;
}

.cus-mod .column{
    margin: 0 1% 10px;
}


.cus-sec{
    display: flex;
    margin-bottom: 50px;
}

.rating img{
    width: 17px;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mob-color{
    color: black !important;
}
.cus-half{
    width: 50%;
    padding: 50px;
}

.cus-b{
    margin:10px 0 0 0 ;
}

.cus-img{
    position: absolute;
    height: 25px;
    width: 25px;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.division{
    line-height: 25px;
    .cus-h2{
        line-height: 40px;
        /* letter-spacing: -4px; */
    }
}

.topbar-tint{
    background-color: rgba(0, 0, 0, 0.3);
}

.cus-col{
    color: #dddddd;
}

.cus-img-wid{
    width: 100px;
}

.cus-pad{
    padding-top: 75px;
    text-align: center;
}

.cus-mod .image_wrapper img{
    border-radius: 25px;
}

@media (max-width:900px){
    .isth{
        display: flex;
        flex-direction: row;
    }
    .offr-mob-img{
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    }
    .bt1{
        margin-bottom: 25px;
    }

    .cus-font{
        font-size: 17px;
        line-height: 20px;
    }

    .cus-h2{
        margin-top: 20px;
    }

    .cus-sec{
        flex-direction: column;
    }

    .cus-sec .flex1{
        justify-content: flex-start;
    }

    .cus-half{
        width: 100%;
        padding: 20px;
    }

    .cus-img{
        height: 20px;
        width: 20px;
        top: 10px;
        right: 13px;
    }

    .topbar-tint{
        background-color: rgba(0, 0, 0, 0);
    }

    .cus-mod .column{
        width: 31.333% !important;
    }

    .cus-col{
        color: #649159;
    }

    .cus-img-wid{
        width: 75px;
    }

    .counter-mob{
        flex-direction: column;
    }

    .cus-pad{
        padding-top: 20px;
        text-align: center;
    }
}
@media(min-width:1000px){
    .only-desktop-offer{     
        display: block !important;      
    }
    .only-mobile-offer{
        display: none !important;
    }
}
@media(max-width:1000px){
    .only-desktop-offer{     
        display: none !important;      
    }
    .only-mobile-offer{
        display: block !important;
    }
}
