 .dropdown-menu-header {
    transform: translate3d(-15px, 30px, 0px);
}

.width-175px {
    width: 175px;
}

.h-60px{
    height: 60px;
}

.custom-modal-login.modal-dialog {
    max-width: 600px !important;
}
.hover-primary-50 {
    cursor: pointer;
}
@media screen and (max-width: 990px) {
    .custom-width-img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .display-none-md {
        display: none !important;
    }

     .dropdown-menu-header {
        transform: translate3d(-94px, 55px, 0px) !important;
    }
}

@media screen and (max-width: 768px) {
    .display-none-md {
        display: none !important;
    }

    .last-mr-2 {
        margin-right: 8px !important;
    }

    .custom-header-md {
        padding: 0 !important;
        /* margin: 0 !important; */
        margin-left: 24px;
        width: 100%;
    }

    .custom-padding-sm {
        margin: 0px 24px;
        padding: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }

    .custom-margin-bottom-sm {
        margin-bottom: 16px;
    }

    .custom-nav-tabs-sm {
        justify-content: start !important;
        overflow-y: scroll;
        overflow-x: visible;
    }

    .custom-nav-tabs-sm::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    /*  .dropdown-menu-header {
        transform: translate3d(-113px, 55px, 0px) !important;
    } */

}

@media screen and (max-width: 425px) {
    .custom-transform-add-room-xs {
        transform: translate3d(-40px, 68px, 0px);
    }

     .dropdown-menu-header {
        transform: translate3d(-113px, 30px, 0px) !important;
    }
}
.h-60px{
    height: 60px;
}