.header {
    background-color: #FFFFFF !important;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.header.active {
    background-color: #FFFFFF !important;
}

.top-navbar {
    height: clamp(1px, 5.7292vw, 220px);
}

.ltdc-logo {
    width: clamp(1px, 16.719vw, 642px);
    height: auto;
}

.acc-btn {
    width: clamp(1px, 3.646vw, 140px);
    height: clamp(1px, 2.148vw, 83px);
    border: clamp(1px, .11vw, 4px) solid #333333;
    border-radius: 50px;
}

.acc-btn.active {
    background-color: #5D0013;
    border: clamp(1px, .11vw, 4px) solid #5D0013 !important;
}

.user-icon {
    width: clamp(1px, 1.5vw, 56px);
    height: clamp(1px, 1.5vw, 56px);
}

.arrow-icon {
    width: clamp(1px, .9vw, 16px);
    height: auto;
}

.service-bg {
    border-radius: clamp(1px, 0.8vw, 15px);
    height: clamp(1px, 7.146vw, 236px);
}

.service-bg:hover {
    background-color: rgb(255, 255, 255, .10);
}

.service-title {
	height: clamp(1px,3.325vw,100px);
}

.head-item.active a {
    color: #C28618 !important;
}

.header-service {
    background-color: transparent;
    border-radius: 12px;
}

.header-service:hover {
    background-color: #EBD58A !important;
}

.header-service:hover label {
    color: #5D0013 !important;
}

.header-service:hover p {
    color: #333333;
}
.service-description {
    overflow-y: auto;
    overflow-x: hidden;
    height: 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dropdown-menu {
    width: clamp(1px, 14.688vw, 564px) !important;
    height: clamp(1px, 12.448vw, 478px) !important;
    border-radius: clamp(1px, 1.1vw, 40px);
    border: none !important;
}

.arrow-black {
    width: clamp(1px, 1.042vw, 40px);
    height: clamp(1px, 1.042vw, 40px);
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #5D0013;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width:767px) {
    .navbar-nav {
        overflow-y: auto;
        height: 80vh;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .top-navbar {
        height: clamp(1px, 17.91vw, 220px);
    }

    .ltdc-logo {
        width: clamp(1px, 43.256vw, 642px);
        height: auto;
    }

    .user-icon-mob,
    .menu-icon,
    .close-btn {
        width: clamp(1px, 6.512vw, 56px);
        width: clamp(1px, 6.512vw, 56px);

    }

    .modal-dropdown {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        justify-content: end;
        align-items: center;
    }

    .modal-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #5D0013;
        z-index: 999;
        justify-content: end;
        align-items: center;
    }

    .user-content {
        width: clamp(1px, 60.466vw, 564px) !important;
        height: clamp(1px, 51.63vw, 478px) !important;
        border-radius: clamp(1px, 4.7vw, 40px);
        border: none !important;
    }

    .modal-dropdown::-webkit-scrollbar {
        display: none;
    }

    .arrow-black {
        width: clamp(1px, 3.721vw, 40px);
        height: clamp(1px, 3.721vw, 40px);
    }

    .head-item.active a {
        font-family: DMSans Medium;
        color: #FFFFFF !important;
    }
	
	.service-title {
		height: 100%;
	}
}