/*Custom CSS Start*/
.pricing-brand-block {
    position: relative;
}
.pricing-brand-box {
    margin-bottom: 10px;
    min-height: 90px;
}
.number-of-user-box {
    margin-bottom: 20px;
}
.cta-link-box {
    margin-bottom: 50px;
}
.brand-list {
    margin-bottom: 25px;
}
.pricing-cta-btn-link {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
}
.hover-reveal-item__item-title {
    color: #388ec7;
    font-weight: 400;
    font-size: 15px;
}
.hover-reveal-item__content p {
    font-size: 14px;
}
.blog-listing__title h3 {
    font-weight: 400;
    font-size: 18px;
}
.logos-row-block {
    background-color: #ffffff;
    padding: 0.75rem;
    border-radius: 20px;
}
.logos-row-block ul {
    margin-bottom: 0px;
    text-align: center;
}
.logos-row-block ul li {
    display: inline-block;
    margin: 0px 10px
}
@media (min-width: 1024px) {
    .logos-row-block ul li {
        margin: 0px 20px
    }
}
.logos-row-block ul li a img {
    max-height: 40px;
}
@media (min-width: 1024px) {
    .logos-row-block ul li a img {
        max-height: 48px;
    }
}
.logos-row-block ul li:last-child img {
    margin-right: 0;
    max-height: 75px;
    width: 60px;
    padding-bottom: 9px;
}
@media (max-width: 767px){
    .logos-row-block ul li:last-child img {
        margin-top: 10px;
    }
}
.tick-list .tick-list__list-item .fa-2x {
    font-size: 18px;
}
.hidelink {
    display: none;
}
.full-width-video-box {
    max-width: 800px;
    margin: 0px auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #2F1364;
    font-family: 'Arial Rounded MT';
    font-size: 16px;
    position: relative;
}
@media (max-width: 1100px) and (min-width: 993px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}
.header-top-row {
    background-color: #2F1364;
    padding: 15px 0px;
}

@media (min-width: 1024px){
    .fixed-award-icon {
        top: 40px;
    }
}
.top-social-icons .top-social-icon {
    display: inline-block;
    margin-left: 5px;
}
.top-bar-info-box {
    text-align: right;
}
.top-popup-box, .phone-number-box {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 20px;
}

.phone-number-box {
    font-size: 16px;
}

.top-popup-box .btn {
    color: #fff;
    background-color: #ED1224;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .5s ease-in-out;
    display: block;
}
.top-popup-box .btn:hover {
    background-color: #c10514;
}
.top-popup-box .btn:focus {
    box-shadow: none;
}
.request-quote-form-block .row {
    display: block;
}
.request-quote-form-block input.form-control, .request-quote-form-block textarea.form-control {
    border: 1px solid #272425;
}
/*Custom CSS End*/


/*Media Query for small devices*/
@media(max-width: 991px) {
    /*.header-top-row {
        display: none;
    }*/
    .top-social-icons {
        text-align: center;
        margin-bottom: 10px;
    }
    .top-popup-box, .phone-number-box {
        margin-left: 0px;
    }
    .top-bar-info-box {
    text-align: center;
    }
    .body-wrapper {
        padding-top: 70px;
    }
    .lswssp-logo-grid {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    }
    .slick-next {
        right: -4px !important;
    }
    .slick-prev {
        left: -4px !important;
        top: 239px;
    }


}


}
@media(max-width: 767px) {
    .pricing-brand-box {
        margin-bottom: 30px;
        min-height: 0;
    }
    .cta-link-box {
        margin-bottom: 40px;
    }
}
/*Media Query for small devices*/