/* Custom CSS Fixes */

*, *::before, *::after {
  box-sizing: border-box;
}

/* Fix for carousel overflow */
.feature-layout2 .container .row.vs-carousel,
.service-layout2 .container .row.vs-carousel,
.test-wrap2 {
  overflow-x: hidden !important;
}

.mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-contact {
    margin-top: 0;
}

.mobile-contact p {
    margin-bottom: 0;
}

.mobile-contact p a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}