#sa_sort{min-width:134px;}.sa_page.arrow{min-width:35px;}

.custm-tabs.nav-tabs{
    border-bottom: 0px;
}
.custm-tabs.nav-tabs .nav-link{
    margin: 0px 16px;
    color: #091D4F;
    opacity: 0.5;
    padding: 10px 0px;
    border-bottom: 1px solid transparent;
    border-width: 0px 0px 1px 0px;
    cursor: pointer;
    margin: 0px 11px;
}
.custm-tabs.nav-tabs .nav-link.active, .custm-tabs.nav-tabs .nav-link:hover{
    color: #091D4F;
    border-bottom: 1px solid #4D4D4D;
    opacity: 1;
}
.with-boundry.custm-tabs.nav-tabs{
    justify-content: center;
}

.with-boundry.custm-tabs.nav-tabs .nav-link{
    border:1px solid #e4e4e4;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 0px;
    opacity: 1;
    min-width: 190px;
    margin: 0px;
}
.with-boundry.custm-tabs.nav-tabs .nav-link.active, .with-boundry.custm-tabs.nav-tabs .nav-link:hover{
    border-color: #ce393f;
    background: #ce393f3b;
    opacity: 1;
}

.cstmer-revws{
    border: 1px solid #e4e4e4;
    padding: 10px;
    height:100%;
    position: relative;
}

.revws-name-rating{
    margin-bottom: 8px;
}
.revws{
    display: flex;
    position: absolute;
    right: 10px;
}
.revws-usr-name{
    font-size: 14px;
    font-weight: bold;
    color: #091D4F;
}
.revws-date{
    font-size: 14px;
    font-style: italic;
    display: block;
    color: rgb(9 29 79 / 50%);
}
.cstmer-revws p{
    font-size: 12px;
    position: absolute;
    margin-right: 1px;
    background-color: #ffffffd6;
    left: 10px;
    right: 4px;
    padding: 0 10px 5px 0px;
    text-align: justify;
}
.revws-gallery-box{
    display: flex;
    flex-wrap: wrap;
    margin: 35px -5px 0px;
}
.revws-gallery-box>img{
    width: calc(20% - 10px);
    margin: 5px;
    height:60px;
    object-fit: cover;
}
.revws-gallery-box>img.revws-lrg-img{
    width: calc(100% - 10px);
    height:250px;
    object-fit: cover;
}
#js-reviews.tab-page{
    min-height:600px;
}
.revws-hdr{
    min-height: 40px;
}

/* Custom Pagination */
.paginationjs-pages ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 20px 0px 0px;
}
.paginationjs-pages ul li a{
    width:32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 5px;
    color: #091D4F;
    letter-spacing: 0.02em;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.paginationjs-pages ul li.active a{
    background: #009DFF;
    color: #fff;
}
.paginationjs-pages ul .paginationjs-prev a,
.paginationjs-pages ul .paginationjs-next a{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #F9F9F9;
    display: flex;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 100;
}
/* Custom Pagination */
@media screen and (max-width:580px){
    .with-boundry.custm-tabs.nav-tabs .nav-link {
        padding: 10px 10px;
        min-width: 150px;
    }
}