/*==========================================================
                ONLY SM DEVICE QUERY
============================================================ */

@media screen and (max-width:600px) {
    .h1 {
        font-size: 24px !important;
    }
    .h2 {
        font-size: 19px !important;
    }
    .h3 {
        font-size: 18px !important;
    }
    .h4 {
        font-size: 17px !important;
    }
    .h5 {
        font-size: 15px !important;
    }
    .h-sm-5{
        font-size: 14px !important;
    }
    .h6 {
        font-size: 13px !important;
    }
    .p {
        font-size: 10.9px !important;
    }
    .mb-c{
        margin-bottom: 3.9rem!important;
    }
    .font-13{
        font-size: 11px !important;
    }
    .font-14 {
        font-size: 12px !important;
    }
    .font-sm-14{
        font-size: 12px !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-95{
        width: 95% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .en-bg{
        padding: 80px 0;
    }
    .border-sm-0{
        border: none !important;
    }
    .sm-width{
        width: 100px !important;
    }
    .table td{
        font-size:12px !important;
        padding:8px !important;
    }
    .term p{
        font-size:13px !important;
    }
    .content p{
        font-size: 14px !important;
    }
    .my-display-2 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .my-display-4 {
        font-size: 2.2rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .res-h{
        height:300px;
    }
}


/*==========================================================
                    ONLY MD DEVICE QUERY
============================================================ */

@media (min-width:768px) and (max-width:992px){
    .w-md-25{
        width: 25% !important;
    }
    .w-md-50{
        width: 50% !important;
    }
    .w-md-75{
        width: 75%!important;
    }
}

/*==========================================================
                 ONLY I-PAD PRO DEVICE QUERY
============================================================ */
@media (min-width:1024px) and (max-width:1200px){
    .w-md-pro-50{
        width: 50% !important;
    }
    .w-md-pro-75{
        width: 75%!important;
    }
}

/*==========================================================
                    ONLY LG DEVICE QUERY
============================================================ */

@media (min-width:992px) and (max-width:1500px){
    .fullbg{
        padding-bottom: 8%;
    }
    .w-lg-30{
        width: 30% !important;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .col-my-lg-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .en-bg{
        padding: 60px 0 120px 0;
    }
}


/*==========================================================
                    ONLY XL DEVICE QUERY
============================================================ */

@media (min-width:1500px) {
    .en-bg{
        padding: 100px 0;
    }
}


/*==========================================================
                MD TO LG TO XL DEVICE QUERY
============================================================ */

@media (min-width:768px){
    .ls-2{
        letter-spacing: 2px;
    }
    .exclu br{
        display: none !important;
    }
    #confirmation table tr td{
        font-size: 12px !important;
    }
    .res-h{
        height:480px;
    }
}
/*==========================================================
                LG TO XL DEVICE QUERY
============================================================ */

@media (min-width:992px){

}


