@media screen and (max-width: 1600px) {
    .absolute-header .contact-wrap {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .service-category-menu .custom-menu {
        height: 100%;
    }
    .service-category-menu .custom-menu .menu-item {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 849px) {
    .posttype-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .posttype-grid .posttype-item:not(:nth-child(4n))::after {
        background-color: transparent;
    }
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 769px) {
    .posttype-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-wrap {
        flex-direction: column;
    }
    .contact-wrap .contact-icon-left {
        margin: 0 0 30px 0;
    }
    .absolute-header:after {
        content: "";
    }
    .home-slider .elementor-swiper-button {
        width: 32px;
        height: 32px;
    }
    .home-slider .elementor-swiper-button-prev {
        left: calc(100% - 64px);
    }
}

@media screen and (max-width: 540px) {
    .career-heading {
        padding: 15px 15px 14px 15px;
    }
    .career-content {
        padding: 15px;
    }
    .career-heading .post-title h4 {
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .posttype-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .posttype-item .post-title {
        height: auto;
    }
    .posttype-grid .posttype-item:not(:last-child) {
        border-bottom: 1px solid #EBEBEB;
    }
    .posttype-item .post-more a {
        display: block;
        margin-bottom: 10px;
    }
    .posttype-grid .posttype-item img {
        width: 100%;
    }
    .locations-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }
}