/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .menu-btn {
        display: none !important;
    }



}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .menu-btn {
        display: none !important;
    }

    .hreo-title {
        margin-top: 2px;
    }

    .hreo-title h2 {
        font-size: 24px;
    }
    .hreo-title p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .glb-title h2 {
        font-size: 48px;
    }

    .glb-title h3 {
    
        margin-top: -60px;
    }
    .YT-box {
        margin-top: 53px;
    }

    .YT-box iframe {
        width: 100%;
        height: 265px;
        margin: auto;
        border-radius: 10px;
    }
    .Pricing-area {
        padding: 20px 0;
    }
    .price-content ul li {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .pay-gbl h3 {
        color: #FFFFFC;
        text-align: center;
        font-family: Poppins;
        font-size: 27px;
    }

    .payment-inner-box {
        height: 300px;
    }


    footer p {
        font-size: 16px;
    }

    footer {
        padding: 19px 0;
    }





}

