.slider-btn{
    background: #ccc none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 0 !important;
    height: 10px !important;
    line-height: 0 !important;
    outline: medium none !important;
    padding: 0 !important;
    width: 10px !important;
    margin: 5px !important;
}
.carousel-indicators .active{
    background: #40673b!important;
    /* color: #40673b!important; */
}
.main-heading{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    color: #67453c;
}
.table td, .table th{
    border: none !important;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check .form-check-label:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 5px !important;
    border: 1px solid #E1E1E1;
}
.form-check .form-check-label {
    cursor: pointer;
    position: relative;
    min-height: 20px;
    padding: 0px 0 0 23px !important;
    line-height: 1.7em;
    color: #141515;
}
.form-check-input:checked ~ .form-check-label:after {
    background-color: #40673b!important;
    border-color: #40673b!important;
}
.form-check-input:checked {
    background-color: #40673b!important;
    border-color: #40673b!important
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent !important;
}
.tab-img{
    border: 1px solid black;
    border-radius: 8px;
}
.star-padd{
    padding: 4px;
}
.veg-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.pro-img1{
    border-radius: 15px;
}
.stepper-outline-none{
    position: relative;
    background: #fff !important;
    color: #6C7C94 !important;
    border-color: #6c7c9400 !important;
    /* right: 1px; */
    /* top: -35px; */
    margin-top: -16px;
}
.stepper-outline-none1{
    /* margin: 15px 0; */
    /* position: relative; */
    bottom: -20px;
    vertical-align: baseline ;
    background: #fff !important;
    color: #6C7C94 !important;
    /* border-color: #6c7c9400 !important; */
}
.plan h4{
    color: #78a206;
}
.stepper .stepper-button {
    width: 40px;
    height: 48px;
    color: #0e0e0e !important;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    background: #1e74fd00 !important;
    position: relative;
    border: 2px solid #1e74fd00 !important;
}
.stepper .form-control {
    padding: 0 3px;
    width: 52px;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    text-align: center;
    border: 2px solid #1e74fd00 !important;
    font-size: 17px;
    font-weight: 500;
    color: #0e0e0e !important;
}
.card-radius{
    border-radius: 15px;
}
.product-add{
    text-align: center;
    font-size: 16px;
    color: green;
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: -15px;
    
}