/** Additional styles for extra small screens*/
@media only screen and (max-width: 575px) {
    .mt-xs-4 {
        margin-top: 4rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xs-1 {
        margin-bottom: 1rem !important;
    }

    .gap-xs {
        gap: 10px !important;
    }

    .gap-xs a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .xs-profile-Image {
        width: 70px !important;
    }

    .xs-name-text {
        font-size: 16px !important;
    }

    .xs-contact-text-heading {
        font-size: 18px !important;
    }

    .xs-contact-text {
        font-size: 16px !important;
    }

    .xs-contact-val {
        font-size: 16px !important;
    }
}

/** Additional styles for small screens*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/** Additional styles for medium screens*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/** Additional styles for large screens*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/** Additional styles for extra large screens*/
@media only screen and (min-width: 1200px) {
}

.modal.show .modal-dialog {
    max-width: 1000px !important;
}
