.our-services-modal-v3 {
    position: relative;
}

#modal-close-btn {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem;
    color: #293f48;
}

.x-close {
    color: #c70e15;
}

.x-close:hover {
    color: #ed1c24;
}

@media only screen and (max-width: 991px) {
    .mega-dropdown-content,
    .mega-dropdown-content2 {
        display: none !important;
    }
}