body, html{
    padding: 0px !important;
    margin: 0px !important;
}

@media (max-width: 770px) {

    /* Margin */
    .mobile-m-5 {
        margin: 5px;
    }

    .mobile-m-10 {
        margin: 10px;
    }

    .mobile-m-15 {
        margin: 15px;
    }

    .mobile-m-20 {
        margin: 20px;
    }

    .mobile-m-25 {
        margin: 25px;
    }

    .mobile-m-30 {
        margin: 30px;
    }

    .mobile-m-35 {
        margin: 35px;
    }

    .mobile-m-40 {
        margin: 40px;
    }

    .mobile-m-45 {
        margin: 45px;
    }

    .mobile-m-50 {
        margin: 50px;
    }

    .mobile-m-55 {
        margin: 55px;
    }

    .mobile-m-60 {
        margin: 60px;
    }

    .mobile-m-65 {
        margin: 65px;
    }

    .mobile-m-70 {
        margin: 70px;
    }

    .mobile-m-75 {
        margin: 75px;
    }

    .mobile-m-80 {
        margin: 80px;
    }

    .mobile-m-85 {
        margin: 85px;
    }

    .mobile-m-90 {
        margin: 90px;
    }

    .mobile-m-95 {
        margin: 95px;
    }

    .mobile-m-100 {
        margin: 100px;
    }

    .mobile-m-105 {
        margin: 105px;
    }

    .mobile-m-110 {
        margin: 110px;
    }

    .mobile-m-115 {
        margin: 115px;
    }

    .mobile-m-120 {
        margin: 120px;
    }

    .mobile-m-125 {
        margin: 125px;
    }

    .mobile-m-130 {
        margin: 130px;
    }

    .mobile-m-135 {
        margin: 135px;
    }

    .mobile-m-140 {
        margin: 140px;
    }

    .mobile-m-145 {
        margin: 145px;
    }

    .mobile-m-150 {
        margin: 150px;
    }

    /* Margin Y (Top & Bottom) */
    .mobile-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mobile-my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile-my-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mobile-my-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mobile-my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mobile-my-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mobile-my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mobile-my-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mobile-my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mobile-my-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mobile-my-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mobile-my-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mobile-my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mobile-my-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mobile-my-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mobile-my-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mobile-my-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mobile-my-105 {
        margin-top: 105px;
        margin-bottom: 105px;
    }

    .mobile-my-110 {
        margin-top: 110px;
        margin-bottom: 110px;
    }

    .mobile-my-115 {
        margin-top: 115px;
        margin-bottom: 115px;
    }

    .mobile-my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .mobile-my-125 {
        margin-top: 125px;
        margin-bottom: 125px;
    }

    .mobile-my-130 {
        margin-top: 130px;
        margin-bottom: 130px;
    }

    .mobile-my-135 {
        margin-top: 135px;
        margin-bottom: 135px;
    }

    .mobile-my-140 {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .mobile-my-145 {
        margin-top: 145px;
        margin-bottom: 145px;
    }

    .mobile-my-150 {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    /* Margin X (Left & Right) */
    .mobile-mx-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile-mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile-mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile-mx-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mobile-mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mobile-mx-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mobile-mx-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mobile-mx-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mobile-mx-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mobile-mx-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mobile-mx-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mobile-mx-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mobile-mx-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mobile-mx-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mobile-mx-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mobile-mx-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mobile-mx-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mobile-mx-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mobile-mx-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mobile-mx-105 {
        margin-left: 105px;
        margin-right: 105px;
    }

    .mobile-mx-110 {
        margin-left: 110px;
        margin-right: 110px;
    }

    .mobile-mx-115 {
        margin-left: 115px;
        margin-right: 115px;
    }

    .mobile-mx-120 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .mobile-mx-125 {
        margin-left: 125px;
        margin-right: 125px;
    }

    .mobile-mx-130 {
        margin-left: 130px;
        margin-right: 130px;
    }

    .mobile-mx-135 {
        margin-left: 135px;
        margin-right: 135px;
    }

    .mobile-mx-140 {
        margin-left: 140px;
        margin-right: 140px;
    }

    .mobile-mx-145 {
        margin-left: 145px;
        margin-right: 145px;
    }

    .mobile-mx-150 {
        margin-left: 150px;
        margin-right: 150px;
    }

    /* Margin Top */
    .mobile-mt-0 {
        margin-top: 0px !important;
    }

    .mobile-mt-5 {
        margin-top: 5px !important;
    }

    .mobile-mt-10 {
        margin-top: 10px !important;
    }

    .mobile-mt-15 {
        margin-top: 15px !important;
    }

    .mobile-mt-20 {
        margin-top: 20px !important;
    }

    .mobile-mt-25 {
        margin-top: 25px !important;
    }

    .mobile-mt-30 {
        margin-top: 30px !important;
    }

    .mobile-mt-35 {
        margin-top: 35px !important;
    }

    .mobile-mt-40 {
        margin-top: 40px !important;
    }

    .mobile-mt-45 {
        margin-top: 45px !important;
    }

    .mobile-mt-50 {
        margin-top: 50px !important;
    }

    .mobile-mt-55 {
        margin-top: 55px !important;
    }

    .mobile-mt-60 {
        margin-top: 60px !important;
    }

    .mobile-mt-65 {
        margin-top: 65px !important;
    }

    .mobile-mt-70 {
        margin-top: 70px !important;
    }

    .mobile-mt-75 {
        margin-top: 75px;
    }

    .mobile-mt-80 {
        margin-top: 80px;
    }

    .mobile-mt-85 {
        margin-top: 85px;
    }

    .mobile-mt-90 {
        margin-top: 90px;
    }

    .mobile-mt-95 {
        margin-top: 95px;
    }

    .mobile-mt-100 {
        margin-top: 100px;
    }

    .mobile-mt-105 {
        margin-top: 105px;
    }

    .mobile-mt-110 {
        margin-top: 110px;
    }

    .mobile-mt-115 {
        margin-top: 115px;
    }

    .mobile-mt-120 {
        margin-top: 120px;
    }

    .mobile-mt-125 {
        margin-top: 125px;
    }

    .mobile-mt-130 {
        margin-top: 130px;
    }

    .mobile-mt-135 {
        margin-top: 135px;
    }

    .mobile-mt-140 {
        margin-top: 140px;
    }

    .mobile-mt-145 {
        margin-top: 145px;
    }

    .mobile-mt-150 {
        margin-top: 150px;
    }


    /* Margin Bottom */
    .mobile-mb-5 {
        margin-bottom: 5px;
    }

    .mobile-mb-10 {
        margin-bottom: 10px;
    }

    .mobile-mb-15 {
        margin-bottom: 15px;
    }

    .mobile-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-mb-25 {
        margin-bottom: 25px !important;
    }

    .mobile-mb-30 {
        margin-bottom: 30px;
    }

    .mobile-mb-35 {
        margin-bottom: 35px;
    }

    .mobile-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-mb-45 {
        margin-bottom: 45px;
    }

    .mobile-mb-50 {
        margin-bottom: 50px;
    }

    .mobile-mb-55 {
        margin-bottom: 55px;
    }

    .mobile-mb-60 {
        margin-bottom: 60px;
    }

    .mobile-mb-65 {
        margin-bottom: 65px;
    }

    .mobile-mb-70 {
        margin-bottom: 70px;
    }

    .mobile-mb-75 {
        margin-bottom: 75px;
    }

    .mobile-mb-80 {
        margin-bottom: 80px;
    }

    .mobile-mb-85 {
        margin-bottom: 85px;
    }

    .mobile-mb-90 {
        margin-bottom: 90px;
    }

    .mobile-mb-95 {
        margin-bottom: 95px;
    }

    .mobile-mb-100 {
        margin-bottom: 100px;
    }

    .mobile-mb-105 {
        margin-bottom: 105px;
    }

    .mobile-mb-110 {
        margin-bottom: 110px;
    }

    .mobile-mb-115 {
        margin-bottom: 115px;
    }

    .mobile-mb-120 {
        margin-bottom: 120px;
    }

    .mobile-mb-125 {
        margin-bottom: 125px;
    }

    .mobile-mb-130 {
        margin-bottom: 130px;
    }

    .mobile-mb-135 {
        margin-bottom: 135px;
    }

    .mobile-mb-140 {
        margin-bottom: 140px;
    }

    .mobile-mb-145 {
        margin-bottom: 145px;
    }

    .mobile-mb-150 {
        margin-bottom: 150px;
    }

    /* Margin Left */
    .mobile-ml-5 {
        margin-left: 5px;
    }

    .mobile-ml-10 {
        margin-left: 10px;
    }

    .mobile-ml-15 {
        margin-left: 15px;
    }

    .mobile-ml-20 {
        margin-left: 20px;
    }

    .mobile-ml-25 {
        margin-left: 25px;
    }

    .mobile-ml-30 {
        margin-left: 30px;
    }

    .mobile-ml-35 {
        margin-left: 35px;
    }

    .mobile-ml-40 {
        margin-left: 40px;
    }

    .mobile-ml-45 {
        margin-left: 45px;
    }

    .mobile-ml-50 {
        margin-left: 50px;
    }

    .mobile-ml-55 {
        margin-left: 55px;
    }

    .mobile-ml-60 {
        margin-left: 60px;
    }

    .mobile-ml-65 {
        margin-left: 65px;
    }

    .mobile-ml-70 {
        margin-left: 70px;
    }

    .mobile-ml-75 {
        margin-left: 75px;
    }

    .mobile-ml-80 {
        margin-left: 80px;
    }

    .mobile-ml-85 {
        margin-left: 85px;
    }

    .mobile-ml-90 {
        margin-left: 90px;
    }

    .mobile-ml-95 {
        margin-left: 95px;
    }

    .mobile-ml-100 {
        margin-left: 100px;
    }

    .mobile-ml-105 {
        margin-left: 105px;
    }

    .mobile-ml-110 {
        margin-left: 110px;
    }

    .mobile-ml-115 {
        margin-left: 115px;
    }

    .mobile-ml-120 {
        margin-left: 120px;
    }

    .mobile-ml-125 {
        margin-left: 125px;
    }

    .mobile-ml-130 {
        margin-left: 130px;
    }

    .mobile-ml-135 {
        margin-left: 135px;
    }

    .mobile-ml-140 {
        margin-left: 140px;
    }

    .mobile-ml-145 {
        margin-left: 145px;
    }

    .mobile-ml-150 {
        margin-left: 150px;
    }

    /* Margin Right */
    .mobile-mr-5 {
        margin-right: 5px;
    }

    .mobile-mr-10 {
        margin-right: 10px;
    }

    .mobile-mr-15 {
        margin-right: 15px;
    }

    .mobile-mr-20 {
        margin-right: 20px;
    }

    .mobile-mr-25 {
        margin-right: 25px;
    }

    .mobile-mr-30 {
        margin-right: 30px;
    }

    .mobile-mr-35 {
        margin-right: 35px;
    }

    .mobile-mr-40 {
        margin-right: 40px;
    }

    .mobile-mr-45 {
        margin-right: 45px;
    }

    .mobile-mr-50 {
        margin-right: 50px;
    }

    .mobile-mr-55 {
        margin-right: 55px;
    }

    .mobile-mr-60 {
        margin-right: 60px;
    }

    .mobile-mr-65 {
        margin-right: 65px;
    }

    .mobile-mr-70 {
        margin-right: 70px;
    }

    .mobile-mr-75 {
        margin-right: 75px;
    }

    .mobile-mr-80 {
        margin-right: 80px;
    }

    .mobile-mr-85 {
        margin-right: 85px;
    }

    .mobile-mr-90 {
        margin-right: 90px;
    }

    .mobile-mr-95 {
        margin-right: 95px;
    }

    .mobile-mr-100 {
        margin-right: 100px;
    }

    .mobile-mr-105 {
        margin-right: 105px;
    }

    .mobile-mr-110 {
        margin-right: 110px;
    }

    .mobile-mr-115 {
        margin-right: 115px;
    }

    .mobile-mr-120 {
        margin-right: 120px;
    }

    .mobile-mr-125 {
        margin-right: 125px;
    }

    .mobile-mr-130 {
        margin-right: 130px;
    }

    .mobile-mr-135 {
        margin-right: 135px;
    }

    .mobile-mr-140 {
        margin-right: 140px;
    }

    .mobile-mr-145 {
        margin-right: 145px;
    }

    .mobile-mr-150 {
        margin-right: 150px;
    }




    /* Font size */
    .mobile-font-1 {
        font-size: 1rem !important;
    }

    .mobile-font-1-1 {
        font-size: 1.1rem !important;
    }

    .mobile-font-1-2 {
        font-size: 1.2rem !important;
    }

    .mobile-font-1-3 {
        font-size: 1.3rem !important;
    }

    .mobile-font-1-4 {
        font-size: 1.4rem !important;
    }

    .mobile-font-1-5 {
        font-size: 1.5rem !important;
    }

    .mobile-font-1-6 {
        font-size: 1.6rem !important;
    }

    .mobile-font-1-7 {
        font-size: 1.7rem !important;
    }

    .mobile-font-1-8 {
        font-size: 1.8rem !important;
    }

    .mobile-font-1-9 {
        font-size: 1.9rem !important;
    }

    .mobile-font-2 {
        font-size: 2rem !important;
    }

    .mobile-font-2-1 {
        font-size: 2.1rem !important;
    }

    .mobile-font-2-2 {
        font-size: 2.2rem !important;
    }

    .mobile-font-2-3 {
        font-size: 2.3rem !important;
    }

    .mobile-font-2-4 {
        font-size: 2.4rem !important;
    }

    .mobile-font-2-5 {
        font-size: 2.5rem !important;
    }

    .mobile-font-2-6 {
        font-size: 2.6rem !important;
    }

    .mobile-font-2-7 {
        font-size: 2.7rem !important;
    }

    .mobile-font-2-8 {
        font-size: 2.8rem !important;
    }

    .mobile-font-2-9 {
        font-size: 2.9rem !important;
    }

    .mobile-font-3 {
        font-size: 3rem !important;
    }




    /* line height */

    .mob-ln-1-1 {
        line-height: 1.1 !important;
    }

    .mob-ln-1-2 {
        line-height: 1.2 !important;
    }

    .mob-ln-1-3 {
        line-height: 1.3 !important;
    }

    .mob-ln-1-4 {
        line-height: 1.4 !important;
    }

    .mob-ln-1-5 {
        line-height: 1.5 !important;
    }

    .mob-ln-1-6 {
        line-height: 1.6 !important;
    }

    .mob-ln-1-7 {
        line-height: 1.7 !important;
    }

    .mob-ln-1-8 {
        line-height: 1.8 !important;
    }

    .mob-ln-1-9 {
        line-height: 1.9 !important;
    }

    .mob-ln-2-0 {
        line-height: 2.0 !important;
    }

    .mob-ln-2-1 {
        line-height: 2.1 !important;
    }

    .mob-ln-2-2 {
        line-height: 2.2 !important;
    }

    .mob-ln-2-3 {
        line-height: 2.3 !important;
    }

    .mob-ln-2-4 {
        line-height: 2.4 !important;
    }

    .mob-ln-2-5 {
        line-height: 2.5 !important;
    }

    .mob-ln-2-6 {
        line-height: 2.6 !important;
    }

    .mob-ln-2-7 {
        line-height: 2.7 !important;
    }

    .mob-ln-2-8 {
        line-height: 2.8 !important;
    }

    .mob-ln-2-9 {
        line-height: 2.9 !important;
    }

    .mob-ln-3-0 {
        line-height: 3.0 !important;
    }





}