@media screen and (min-width: 992px) {
    .side-button button {
        font-size: 12px;
        padding: 0;
    }
}


.check-price .btn {
    background-color: #2B59C3;
}

.star-block-review i {
    padding: 4px;
    color: #fff;
}

.star-block-review .full-star {
    background: teal;
} 

.star-block-review .half-star {
    background: linear-gradient(90deg, teal, lightgray 70%);
}

.form-group.getstarted-searchbox {
    position: relative;
}

.form-group.getstarted-searchbox i {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
} 

.form-group.getstarted-searchbox input {
    padding: 1.5rem 10rem 1.5rem 2rem;
}

.form-group.getstarted-searchbox a {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}



.categories.card {
    padding: 20px 40px;
    margin-bottom: 40px;
}

.categories hr {
    border: 1px solid #f5dc4b;
    margin-top: 0px;
}

.categories ul li,
.categories.canrd a {
    list-style-type: none;
    line-height: 2;
    font-size: 16px !important;
    font-weight: 600;
}

.categories ul {
    padding: 0;
 }

@media screen and (max-width: 438px) {
    .categories ul li.d-xs-flex {
        display: none;
    }
}

.reviews-logo {
    background-color: #fffcf7;
}

.reviews-logo .star-block-review .full-star {
    background-color: #2B59C3;
}

.reviews-logo .star-block-review i {
    padding: 4px;
    color: #fff;
}

.reviews-logo .half-star {
    color: teal;
}


.other-articles li {
    padding-bottom:6px;
}

.other-articles ul {
    margin: 0;
}

.other-articles h5 {
    padding-bottom: 10px;
}

.circle {
    border-radius: 50%;
    margin-right: 18px;
    text-align: center;
    font-size: 20px;
    color: #2B59C3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    padding-top: 0;
    border: 3px solid #2B59C3;
}