/* Fleet manage system */
.hero-banner,
.contact-sec-banner {
    height: 550px;
    background: url(../../img/home-bg-image.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.hero-banner .container {
    position: relative;
    text-align: center;
}


.hero-banner h2 {
    margin: 10px 0 0 0;
    font-size: 22px;
}

.benefit .content {
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .benefit .content {
        padding: 10px;
    }
}

.benefit img {
    height: 300px;
}

/* About css */
.about {
    background-color: #f5f5f5;
}

/* Discover section */

.discover-sec.index-sec .icon-box p {
    height: 200px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .discover-sec.index-sec .icon-box p {
        height: 270px;
    }

}

.discover-sec .icon-box h2 {
    font-size: 18px;
    color: #6c757d;
    font-weight: 700;
}

/* .discover-sec.index-sec .icon-box .btn {
    position: absolute;
    bottom: 18px;
} */

.icon-box {
    padding: 20px 25px 6px 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    z-index: 1;
    margin: 10px 0;
}

.icon-box:hover,
.icon-box:hover h2 {
    color: #fff;
}

.icon-box:hover .btn {
    background-color: #fff;
    color: #f96332;
}

.icon-box:hover::before {
    background: #f96332;
    top: 0;
    border-radius: 0px;
}

.icon-box::before {
    content: "";
    position: absolute;
    background: #f96332;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

/* Manage section */
.manage-sec-banner,
.productivity-bg {
    height: 650px;
    background: url(../../img/bg-img1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #f96332;
    margin-bottom: 1.6rem;
    border: 2px dotted #f96332;
}

.icon-box:hover .icon {
    border: 2px dotted #fff;
    color: #fff;

}


/* Solutions page css */
.description-list a {
    color: #52565e;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.description-list p i,
.description-list p:hover,
.privacy-policy h3 {
    color: #f96332;
}

.productivity-bg {
    background: url(../../img/productivity-bg.jpg) no-repeat center center;
    background-attachment: fixed;
}

/* Privacy page css */
.privacy-policy h3 {
    font-size: 20px;
}

.privacy-container {
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 1rem;
}