.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}

@media screen and (max-width: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}




@media screen and (max-width: 950px) {
    #goTop {
        position: fixed;
        z-index: 9999;
        right: 20px;
        bottom: 40px;
        background-color: #FBBA00;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        opacity: 1;
        border-radius: 100%;
        font-size: 20px;
        cursor: pointer;
    }

    .prevnextrow {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .dil-left {
        box-sizing: border-box;
        width: 100%;
    }

    .dil-right {
        box-sizing: border-box;
        width: 100%;
    }




    .caselistiem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 20px 20px;
    }

    .caselistiem-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .caselistiem-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .swcase-c .swiper-item>.img1 {
        width: 100%;
        height: 250px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .caselistiem-l>.img1 {
        width: 100%;
        height: 200px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 0px;
        object-fit: cover;
    }



    .videomodal-modal {
        box-sizing: border-box;
        display: none;
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding: 0px 0px;
        border-radius: 0px;
        position: fixed;
        z-index: 99999;
        left: 0%;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
        text-align: center;
    }

    .videomodal-dialog-m>iframe{
        width: 100%;
        height: 250px!important;
    }


    .post-gallerys {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 60px;
    }

}


@media (max-width: 639px) {}