﻿/*All Desktop css media queries*/

@media (min-width:1025px) {
    /*#region padding */
    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-1 {
        padding-right: .25rem !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pl-lg-1 {
        padding-left: .25rem !important;
    }


    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pt-lg-6 {
        padding-top: 4rem !important;
    }

    .pt-lg-7 {
        padding-top: 5rem !important;
    }

    .pt-lg-8 {
        padding-top: 6rem !important;
    }

    .pt-lg-9 {
        padding-top: 7rem !important;
    }

    .pt-lg-10 {
        padding-top: 8rem !important;
    }

    /*#endregion */

    /*#region margins */

    mt-lg-0{
        margin-top:0!important;
    }

    .mt-lg-4 {
        margin-top: 2rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-6 {
        margin-top: 4rem !important;
    }

    .mt-lg-7 {
        margin-top: 5rem !important;
    }

    .mt-lg-8 {
        margin-top: 6rem !important;
    }

    .mt-lg-9 {
        margin-top: 7rem !important;
    }

    .mt-lg-10 {
        margin-top: 8rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 6rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 7rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 8rem !important;
    }


    /*#endregion */




    /*#region Width */
    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    /*#endregion */

    .display-lg-flex{
        display:flex!important
    }

   
}
