/*************************
*
*  Custom Style
*
*************************/

.navigation-bar .header-logo img {
    width: 100%;
}

.mobile-header__section {
    padding-right: 20px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.icon-text-one {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.28571428571rem;
    line-height: 1.5;
    font-weight: 400;
}

.icon-text-one svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    fill: black;
}

.service-card .service__description {
    padding: 0 20px 20px 20px;
    margin-top: 0;
    text-align: justify;
    line-height: 1.8;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .testimonial-list .list-item-one {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .testimonial-list .list-item {
        width: 50%;
    }
}


/* footer icon start */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 75px;
    right: 12px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}


/* footer icon End */