.touch-in .contact-box {
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
}

body > div > section > div > div:nth-child(5) > iframe {
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    width: 100% !important;
}

/* Header (Highlighting of active elements) */
.current-el-header {
    color: #299be8 !important;
}

.current-el-sidebar {
    background-color: #f6f7f8 !important;
	color: #299be8 !important;
}

/* Header Mobile */

@media only screen and (max-width: 767px) {
    .header.fancy {
        box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.18);
    }
    .header.fancy .topbar {
        padding: 14px 0 0 0;
    }
    .header.fancy .topbar-call ul li span {
    }
    .header.fancy .topbar-call ul li i {
    }
    .topbar-social {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header.fancy {
        box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.18);
    }
    .header.fancy .topbar {
        padding: 14px 0 0 0;
    }
    .header.fancy .topbar-call ul li span {
    }
    .header.fancy .topbar-call ul li i {
    }
    .topbar-social {
    }
}

/* Units Search Table */

@media only screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-bottom: 20px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1023px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
}

/* Sidebar */
/* Manual Button */
