@media only screen and (min-width:1951px){
    .language-menu{
        max-width:1920px;
        right: auto;
        margin: auto;
    }
}

@media only screen and (max-width:1950px){
    .custom-container{
        padding: 0px 100px;
    }
    .header-container {
    padding: 0px 0 0 100px;
    }
    .language-menu{
        right: 0px;
    }
}



@media only screen and (max-width:1439px){
    body.home {
        padding-top: 412px;
    }
    .home .top-header {
        height: 412px;
    }
    .top-header.stickyBar{
        height: 64px;
    }

}

@media only screen and (max-width:1400px){
    .custom-container{
        padding: 0px 50px;
    }
    .header-container {
    padding: 0px 0 0 50px;
    }
    .header-container {
    padding: 0px 0 0 50px;
    }
}

@media only screen and (min-width:1025px){
    .management-cards p{
        font-size: 22px;
        font-weight: 333;
        line-height: 24px;
    }
}




@media only screen and (max-width:1024px){
    .top-header.stickyBar .topLogo {
        padding-top: 0;
    }
    .top-header.stickyBar #mobileNavbarBtn{
        top: 0px;
    }
    body:has(.top-header.stickyBar) #mobileNavMenu{
        top: 70px;
    }
    .home .top-header {
        height:400px;
    }

    .home .top-header.stickyBar{
        height: 64px;
        transition: all 600ms ease 0s;
    }
    .top-header.stickyBar{
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    body.home {
        padding-top: 400px;
    }
    body:has(.top-header.stickyBar) {
        padding-top: 139px;
    }
    .custom-container {
        padding: 0px 16px;
    }
    .header-container {
        padding: 0px 0 0 24px;
    }
    .cart-item-manage img , .service-page-block img{
        /* max-height: 450px; */
        object-fit: contain;
        object-position: 0% 19%;
    }
     .work-items-outer ul li::after, .word-details ul li::after{
        top: 15px;
        height: 5px;
        width: 5px;
        padding-left: 4px;
    }
    .work-items-outer ul li,  .word-details ul li {
        position: relative;
        margin-left: 2px;
        padding-left: 10px;
    }
    body:has(.mobileNavbarActive) {
        overflow: hidden;
    }
    .management-cards p{
        font-size: 16px;
        font-weight: 333;
        line-height: 24px;
    }
    p {
        margin: 10px 0px !important;
    }
    .word-details p{
        font-size: 16px;
    }
    .top-header div#mobileNavbarBtn {
        top: 40px;
        transition: all 0.3s ease-in-out;
    }
    .top-header.stickyBar div#mobileNavbarBtn {
        top: 0px;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (max-width:767px){
    .cart-item-manage img, .service-page-block img {
        object-fit: contain;
        object-position: 0% 19%;
    }
    p {
        margin: 7px 0px !important;
    }
    .work-items-outer ul li::after, .word-details ul li::after {
        top: 13px;
    }
}

@media only screen and (max-width:575px){
    footer .custom-container {
        max-width: 350px;
    }

}