@media(min-width:1024px){
    /* .swiper-button-prev,
    .swiper-button-next{
        display: none
    } */
    /* Header */
    header .ac-goto-home-slider{
        display: block;
        width: 4rem;
        margin: 2rem auto auto 0;
    }
    h1{
        font-size: 3.5rem;
        margin-right: 3rem;
        margin-top: 0;
        font-weight: 900;
    }
    p{
        margin-right: 3rem;
        font-size: 1.51rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .ac-arrows-wrapper{
        position: absolute;
        width: 91%;
        top: 50%;
        display: flex;
        justify-content: space-between;
        left: 3vw;
        flex-direction: row-reverse;
    }
    .ac-arrows-wrapper button {
        position: relative;
        background: transparent;
        border: 0;
    }
    .ac-arrows-wrapper button .ac-previcon,
    .ac-arrows-wrapper button .ac-nexticon {
        width: 3rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ac-arrows-wrapper button.ac-prev{
        transform: rotate(180deg);
    }
    .ac-wrapper-links{
        position: relative;
        width:100%;
        height:0
    }
    .ac-wrapper-links .ac-innerwrapper-links{
        position: absolute;
        background-color: #000;
        top: 0;
        right: 9rem;
        display: flex;
        padding: 0.7rem;
        font-size: 1.8rem;
    }
    .ac-wrapper-links .ac-name{
        background-color: transparent;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-left: 0.7rem;
    }
    .ac-wrapper-links .ac-name.ac-active{
        color:#92CD8B;
    }
    .ac-wrapper-links .ac-name path {
        fill:#ffffff;
    }
    .ac-wrapper-links .ac-name.ac-active path {
        fill:#92cd8b;
    }
    .ac-wrapper-links .ac-name .ac-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.3rem;
        height: 1.3rem;
        margin-left: 1rem;
    }
    .ac-wrapper-links .ac-name .ac-text{
        text-decoration: underline;
    }
    .ac-main-img {
        width: 100%;
        height: 67vh;
        display: flex;
        object-fit: cover;
        justify-content: center;
        align-items: center;
    }
    .ac-main-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
    }
    .ac-mobile-btns{
        display: none
    }
    /* End Header */
    .thanks-home h3{
        font-size: 2rem;
        text-align: center;
        color: #fff;
    }
    .thanks-home h3 a {
        font-size: 89%;
        color: #fff;
    }
}