.footer_logo {
    width: 100%;
    height: 50px;
}

.fz_16 {
    font-size: 16px;
}

.mt_15 {
    margin-top: 15px;
}

.mr_5 {
    margin-right: 5px;
}

.contact-info .icon {
    width: 70px;
}

.team_list {
    list-style: disc;
}

.team_list li {
    margin-bottom: 15px;
}

.video-popup-area .shape-2 {
    right: -40px;
    bottom: -60px;
    z-index: -1;
}

.menu_items {
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
}

.info_item {
    display: flex;
}

.info_item i {
    font-size: 45px;
}

.info_item .info_content {
    margin-left: 20px;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
    .video-popup-area .shape-2 {
        right: 0px;
        bottom: -20px;
        z-index: -1;
    }
    .phone_email{
        font-size: 14px;
    }
}