/* ========================main====================== */
.main-page{
    height: auto;
    background: rgb(239, 240, 240);
}
.left-page{
    height: auto;
    /* background: turquoise; */
    margin-top: 10px;
}
.left-page ul{
    font-size: 18px;

    list-style: none;
}
.left-page ul li{
    list-style: none;
    font-size: 16px;
    color: black;
    margin-top: 10px;
}
.left-page ul li a{
    color: black;
}
.cat{
    height: 40px;
    width: 200px;
    font-size: 17px;
}

.right-page{
    height: auto;
  

}
.right-page-header{
    height: 40px;
    background: rgb(226, 227, 227);
    margin-top: 10px;
}
.right-page-header p{
    font-size: 18px;
    margin-top: 7px;
    margin-left: 10px;
}
.right-page-main{
    height: auto;
}
.a-box{
    height: 260px;
    width: 22%;
    background: white;
    float: left;
    margin-right: 25px;
    border-right: 1px solid rgb(107, 105, 105);
    border-bottom: 1px solid rgb(107, 105, 105);
    border-left: 1px solid rgb(107, 105, 105);
    border-top: 1px solid rgb(107, 105, 105);
    border-radius: 10px;
    margin-top: 20px;
}
.a-box:hover{
    box-shadow: 2px 2px 2px 2px rgb(151, 150, 150);
}
.a-box a{
    color: black;
    font-size: 17px;
}
.a-sub-box1 img{
    height: 160px;
    width: 95%;
    margin-left: 5px;
    transition: transform .2s;
    margin-top: 12px;
}
.a-sub-box1 img:hover{
    transform: scale(1.1);
}

.a-sub-box1 p{
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
}
.a-sub-box1 h4{
    text-align: center;
    font-size: 14px;
    color: red;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:767px) {
    .main-page{
        height: auto;
        display: flex;
        background: rgb(239, 240, 240);
    }
    .left-page {
        height: auto;
        width: 150px;
        float: left;
        display: none;

    }
    .left-page ul{
        font-size: 14px;

        list-style: none;
    }
    .left-page ul li{
        list-style: none;
        font-size: 12px;
        color: black;
        margin-top: 5px;
    }
    .left-page ul li a{
        color: black;
    }

    .cat {
        height: 30px;
        width: 150px;
        font-size: 13px;
        float: left;
        margin-top: 10px;
    }

    .right-page {
        height: auto;
        width: 700px;


    }

    .right-page-header {
        height: 30px;
        margin-bottom: 10px;
    }

    .right-page-header p {
        font-size: 15px;
        margin-left: 30px;
    }

    .a-box {
        height: 220px;
        width: 25%;
        background: white;
        float: left;
        margin-right: 50px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .a-box a {
        color: black;
        font-size: 14px;
    }

    .a-sub-box1 img {
        height: 110px;
        width: 98%;
        margin-left: 2px;
        transition: transform .2s;
        margin-top: 12px;
    }

    .a-sub-box1 img:hover {
        transform: scale(1.1);
    }

    .a-sub-box1 p {
        margin-top: 8px;
        text-align: center;
        font-size: 13px;
    }

    .a-sub-box1 h4 {
        text-align: center;
        font-size: 14px;
        color: red;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .left-page {
        display: none;
    }

    .cat {
        height: 30px;
        width: 50px;
        font-size: 13px;
        /*float: left;*/
        margin-top: 10px;
        display: none;
    }

    .right-page {
        height: auto;
        width: 450px;
    }

    .right-page-header {
        height: 30px;
    }

    .right-page-header p {
        font-size: 13px;
        margin-left: 30px;
    }

    .a-box {
        height: 200px;
        width: 30%;
        background: white;
        float: left;
        margin-right: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .a-box a {
        color: black;
        font-size: 14px;
    }

    .a-sub-box1 img {
        height: 110px;
        width: 98%;
        margin-left: 2px;
        transition: transform .2s;
        margin-top: 12px;
    }

    .a-sub-box1 img:hover {
        transform: scale(1.1);
    }

    .a-sub-box1 p {
        margin-top: 8px;
        text-align: center;
        font-size: 12px;
    }

    .a-sub-box1 h4 {
        text-align: center;
        font-size: 14px;
        color: red;
        margin: 0;
        padding: 0;
    }
}
    @media screen and (max-width:440px) {
        .left-page {
            display: none;
        }

        .cat {
            height: 30px;
            width: 50px;
            font-size: 13px;
            /*float: left;*/
            margin-top: 10px;
            display: none;
        }

        .right-page {
            height: auto;
            width: 400px;
        }

        .right-page-header {
            height: 30px;
        }

        .right-page-header p {
            font-size: 13px;
            margin-left: 30px;
        }

        .a-box {
            height: 225px;
            width: 40%;
            background: white;
            float: left;
            margin-right: 22px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .a-box a {
            color: black;
            font-size: 14px;
        }

        .a-sub-box1 img {
            height: 140px;
            width: 90%;
            margin-left: 2px;
            transition: transform .2s;
            margin-top: 12px;
        }

        .a-sub-box1 img:hover {
            transform: scale(1.1);
        }

        .a-sub-box1 p {
            margin-top: 8px;
            text-align: center;
            font-size: 12px;
        }

        .a-sub-box1 h4 {
            text-align: center;
            font-size: 14px;
            color: red;
            margin: 0;
            padding: 0;
        }
    }
        @media screen and (max-width:420px) {
            .left-page {
                display: none;
            }

            .cat {
                height: 30px;
                width: 50px;
                font-size: 13px;
                /*float: left;*/
                margin-top: 10px;
                display: none;
            }

            .right-page {
                height: auto;
                width: 390px;
            }

            .right-page-header {
                height: 30px;
            }

            .right-page-header p {
                font-size: 13px;
                margin-left: 30px;
            }

            .a-box {
                height: 225px;
                width: 40%;
                background: white;
                float: left;
                margin-right: 15px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .a-box a {
                color: black;
                font-size: 14px;
            }

            .a-sub-box1 img {
                height: 120px;
                width: 100%;
                margin-left: 0px;
                transition: transform .2s;
                margin-top: 12px;
            }

            .a-sub-box1 img:hover {
                transform: scale(1.1);
            }

            .a-sub-box1 p {
                margin-top: 8px;
                text-align: center;
                font-size: 12px;
            }

            .a-sub-box1 h4 {
                text-align: center;
                font-size: 14px;
                color: red;
                margin: 0;
                padding: 0;
            }
        }

        @media screen and (max-width:390px) {
        .left-page {
            display: none;
        }

        .cat {
            height: 30px;
            width: 50px;
            font-size: 13px;
            /*float: left;*/
            margin-top: 10px;
            display: none;
        }

        .right-page {
            height: auto;
            width: 350px;

        }

        .right-page-header {
            height: 30px;
        }

        .right-page-header p {
            font-size: 13px;
            margin-left: 30px;
        }

        .a-box {
            height: 180px;
            width: 40%;
            background: white;
            float: left;
            margin-right: 25px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .a-box a {
            color: black;
            font-size: 14px;
        }

        .a-sub-box1 img {
            height: 90px;
            width: 100%;
            transition: transform .2s;
            margin-top: 12px;
        }

        .a-sub-box1 img:hover {
            transform: scale(1.1);
        }

        .a-sub-box1 p {
            margin-top: 8px;
            text-align: center;
            font-size: 12px;
        }

        .a-sub-box1 h4 {
            text-align: center;
            font-size: 14px;
            color: red;
            margin: 0;
            padding: 0;
        }
    }
