
@media (min-width: 992px) {
        .nav-close-btn {
        display: none;
    }
    

}
@media (max-width: 1600px) {
    
    .navbar-light .navbar-nav .nav-link {
        font-size:12px;
    }
}
@media (max-width: 1280px) {
    .banner-wrapper::before{
        width: 516px;
    }
    .banner-wrapper::after{
        width: 524px;
    }
    .section-banner::before{
        width: 105px;
    }
    .section-banner::after{
        width: 115px;
    }
}
@media (max-width: 1100px) {
    .banner-wrapper::before{
        width: 45%;
    }
    .banner-wrapper::after{
        width: 45%;
    }
    .section-banner::before{
        width: 75px;
    }
    .section-banner::after{
        width: 85px;
    }
}
@media (max-width: 992px) {
    .left-col-ctnt {
        max-width: 720px;
        margin: auto;
        padding: 0 15px;
    }
    .nav-close-btn {
        position:absolute;
        top: -30px;
        right: 0;
    }  
    .navbar-light .navbar-nav .nav-link::before {
        display:none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        border-radius:0;
        font-size:18px;
        line-height:1.5;
    } 
    .navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-item:hover .nav-link {
        border: none;
        border-radius:0;
        border-bottom: none;
        color:#ff8500;
    }
    .active-nav {
        position:fixed; overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .active-nav .navbar:before {
        content:"";
        position:fixed;
        width:100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background-color:rgba(0, 0, 0, 0.8);
    }
    .active-nav .navbar-collapse.collapse {
        display: block;
        background-color:#000000;
        padding:10px;
    }
.navbar-collapse.collapse {
    display: block;
    position: fixed;
    right: 0;
    top: 105px;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    overflow-y: auto;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    -ms-transform: translateX(150%);


    transition:All 0.6s ease;
-webkit-transition:All 0.6s ease;
-moz-transition:All 0.6s ease;
-o-transition:All 0.6s ease;


}
.active-nav .navbar-collapse.collapse {
    display: block;
    background-color:#000000;
    padding:10px;
    transform: translateX(-0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

    .logo-wrapper {
        max-width:60%;
        margin: auto;
        margin-top:10px;
    }
    .ft-lnk-list-wrap {
        display:block;
    }
    .team-section .inner-row .inner-col {
        width:50%;
        position: relative;
    }
    footer .ft-lnk-list li{
        margin-bottom: 18px;
    }
    footer .contact-link-row sub{
        margin-bottom: 6px;
    }
    .hd-typ1{
        font-size: 42px;
    }
    .hd-typ2{
        font-size: 35px;
    }
    .underline-img {
        max-width: 215px;
        margin: 0 auto;
    }
    .person-count{
        font-size: 35px;
    }
    .course-hdng{
        font-size: 15px;
    }
    .person-count span{
        font-size: 15px;
    }
    .course-box p{
        font-size: 14px;
    }
    .section-about p{
        font-size: 18px;
        line-height: 27px;
    }
    .voucher-name{
        font-size: 25px;
    }
    .purchase-link a{
        font-size: 16px;
    }
    .purchase-link a span{
        font-size: 20px;
    }
    .section-about{
        padding: 40px 0;
    }

    .section-vouchers{
        padding: 40px 0 0;
    }
    .banner-wrapper .img-wrapper {
        height: 80vh;
        min-height: 450px;
    }
    .banner-left{
        text-align: center !important;
    }
    .bnr-logo{
        max-width: 250px;
    }
    .banner-left .underline-img{
        margin-left: auto;
    }
    .voucher-name{
        padding-bottom: 25px;
    }
    .dropdown-menu.fade-down.show {
        background: rgb(20 20 20 / 70%);
        text-align: center;
    }
    .hdr-sub-menu .dropdown-menu li a{
        font-size: 18px;
    }
    footer .ft-hd{
        font-size: 16px;
    }
    footer address{
        font-size: 16px;
    }
    footer .contact-link-row sub{
        font-size: 16px;
    }
    footer .ft-lnk-list a{
        font-size: 16px;
    }
    .ft-menu{
        font-size: 16px;
    }
    footer .contact-link-row{
        margin-bottom: 18px;
    }
    .address-col .sub-hd3{
        display: inline-block;
        margin-bottom: 10px;
    }
    footer .social-list li{
        margin-right: 18px;
    }
    footer .ft-hd{
        margin-bottom: 13px;
    }
    .banner-ctnt{
        justify-content: center;
    }
}
@media (max-width: 767px) {
    footer .ft-col-inner {
        padding-right: 0;
        border-right: none;
    }
    .ft-col {
        border-bottom: 1px solid #38383f;
        margin-bottom:15px;
        padding-bottom:15px;
    }
    .ft-col:last-child {
        margin-bottom:0;
        padding-bottom:0;
        border-bottom:none;
    }
    .content-box {
        padding:20px 15px;
    }
    
    .course-wraper {
        padding: 0;
    }
    
    .voucher-col{
        margin-bottom: 30px;
    }
    .christmas-voucher {
        min-height: 190px;
    }
    .voucher-left {
        width: 58px;
        min-width: 58px;
    }

    .voucher-content {
        padding: 20px 38px 20px 15px;
    }

    .voucher-logo {
        width: 145px;
        height: 45px;
    }

    .voucher-amount {
        font-size: 45px;
    }

    .voucher-label {
        font-size: 15px;
    }

    .voucher-side-text {
        font-size: 8px;
    }
}

@media (max-width: 575px) {
    
    .banner-ctnt {
        font-size:18px;
    }
    .course-icon{
        max-width: 150px;
        margin: 0 auto 20px;
    }
    .course-col {
        margin-bottom: 15px;
    }
    .banner-wrapper .img-wrapper {
        height: 70vh;
    }
    .hd-typ1{
        font-size: 35px;
    }
    .hd-typ2{
        font-size: 30px;
    }
    .voucher-row {
        row-gap: 15px;
    }
} 