.feature-box img {
    width: 60px;
}
.color-fast-blue {
    color:#fb641e!important
}
.p-two-dots{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.p-three-dots{
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.width-15px {
    width: 15px !important;
}
.width-20px {
    width: 20px !important;
}
.width-25px {
    width: 25px !important;
}
.width-30px {
    width: 30px !important;
}
.width-40px {
    width: 20px !important;
}
.width-50px {
    width: 20px !important;
}
.text-align-last-center {
    text-align-last: center !important;
}
.bg-hover-slate-blue:hover{
    background-color: #004c68 !important;
}
.bg-hover-slate-blue:hover .text-extra-dark-gray{
    color: #fff !important;
}
.top-line-h {
    position: relative;
}
.top-line-h::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #fb641e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}

.bg-gradient-test {
    background: rgb(249,249,249);
    background: linear-gradient(180deg, rgba(249,249,249,1) 4%, rgba(126,156,164,1) 100%);
}
.btn-transparent-slate-blue {
    border-color: #004c68;
    color: #004c68;
}
.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bg-slate-blue-dark {
    background-color: #002e3e;
}

.header-with-topbar .header-user-icon {
    color: #325e6e;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #325e6e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.header-with-topbar .header-user-icon::after {
    content: '';
    color: #325e6e;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #325e6e;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.header-with-topbar .header-user-icon::before {
    content: '';
    color: #325e6e;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #325e6e;
    border-radius: 50%;
    width: 25px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2rem 2rem 0 0;
}

.process-step-item.process-step-arrow {
    display: block;
}
.process-step-item.process-step-arrow::before {
    content: '';
    background-image: url(../images/asmex/shape-left.png);
    background-size: contain;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 20px;
    background-repeat: no-repeat;
}

.process-step-item.process-step-arrow.process-step-arrow-left::before {
    background-image: url(../images/asmex/shape-right.png);
    top: 7px;
}
.btn-block {
    width: 100% !important;
}

.accordion-filter .panel {
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}
.accordion-style-03.accordion-filter .panel .panel-heading {
    padding: 10px 0 10px 20px;
}
.accordion-style-03.accordion-filter .panel .panel-heading i {
    right: 20px;
}

@media (max-width:992px){
    h4 {
        font-size: 2rem;
    }
    .sm-p-two-dots {
        -webkit-line-clamp: 2 !important;
    }
    .btn.sm-btn-medium {
        padding: 10px 32px;
    }
    .btn.sm-btn-medium {
        font-size: 13px;
        padding: 10px 26px !important;
    }
    .sm-btn-very-small {
        font-size: 10px !important;
    padding: 7px 0px !important;
    }
    .process-step-item.process-step-arrow::before {
        display: none;
    }
    .sm-text-small {
        font-size: 11px !important;
    }
    .sm-flex-auto {
        flex: auto !important;
    }
}

.small-swiper-pagination {
    position: relative;
    bottom: auto !important;
}
.small-swiper-pagination .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
}
.small-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #808080;
    border: none;
}
.icon-miny-small {
    font-size: 21px;
}