.more-info-items {
    position: absolute;
    top: 0;
    right: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #7d9715;
    border-radius: 5px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}
.form-group{
    position: relative;
}
.carousel-control-prev{
    left: -50px !important;
}
.results {
    padding: 20px;
    margin: auto;
    text-align: center;
    display: grid;
    align-items: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}
.calculation{
    opacity: 0;
    height: 0;
    transition: all 1s;
}
.results h4{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
label{
    font-size: 16px;
    color:#000;
}
.alert-tiraj{
    display: block;
}
.results ul {
    margin: 0;
    padding: 0;
}
.results ul li {
    list-style-type: none;
    text-align: right;
    line-height: 30px;
    font-size: 15px;
}
.calc-btn a.btn {
    background: #7d9715;
    padding: 10px 30px;
    color: white;
    font-size: 18px;
}
.item-totalprice .res,.item-bandprice .res{
    font-size:21px; 
}
@media(max-width:550px){
    .results{
        width:100%;
    }
    .logo-nasher{
        position: relative !important;
        right:unset !important;
    }
    .current--time{
        display: none;
    }
}