/*------------------ Ready Made --------------------*/

#ready-made-bots .circle-btn,
#ready-made-services .circle-btn{
    visibility: hidden;
}
#ready-made-bots .slides-container,
#ready-made-services .slides-container{
    margin: 0 !important;
}
#ready-made-bots .chevron-parent,
#ready-made-services .chevron-parent{
    top: -3px;
}
#ready-made-bots.rtlBody .chevron-parent,
#ready-made-services.rtlBody .chevron-parent{
    top: -6px;
}


.slider-items{
    margin: 20px 0 20px 10px;
    padding: 12px 0;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 14%);
}
/*----- Fa Style ----*/
.rtlBody .slider-items{
    margin: 20px 10px 20px 0 !important;
    background-color: white;
}
/*----- Fa Style ----*/
.slider-bot-name{
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}

/*------------------ Certificates --------------------*/
.certificate-box {
    max-width: 100%;
    color: #0080ff;
    display: inline-flex;
    border-radius: 10px;
    border: 1px solid #0080ff;
    margin: 15px 0;
    background: white;
}
.certificate-box img {
    background: aliceblue;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #0080ff;
    min-width: 115px;
    max-width: 160px;
}
.certificate-text {
    min-width: 65px;
    max-width: 130px;
    padding: 10px 7px;
    align-self: center;
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 420px) {
    .certificate-box{
        height: 130px;
    }
}

