@media screen and (max-width:1400px) {
    .container {
        max-width: 1140px;
    }

    


    p {
        font-size: 14px;
    }

    .heading {
        font-size: 30px;
        margin: 0px !important;
        line-height: 50px;
    }

    .banner-content .des p {
        font-size: 24px;
    }

    /* .banner-content .des .logo-img {
        max-width: 200px;
        height: 200px;
    } */
    .navigation ul li a {
        font-size: 15px;
        padding: 10px 10px;
    }
}

@media screen and (max-width:1199px) {
    .container {
        max-width: 960px;
    }
    .banner-content .des .logo-img img {
        max-width: 200px;
        width: 100%;
        height: 100%;
    }
    

 

    
}

@media screen and (max-width:1023px) {

    .resp-menu,
    .nav-close {
        display: block;
    }

    .navigation {
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        height: 100%;
        background: #6f0d11;
        padding: 0;
        transition: all linear 0.5s;
        z-index: 9;
    }

    .navigation.show {
        right: 0;
    }

    .navigation ul {
        width: 100%;
    }

    .navigation ul li {
        width: 100%;
    }

    .navigation ul li a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 2.2;
        padding: 0px 20px;
    }

    li.ai-down-li:after {
        right: 12px;
        top: 24px;
        bottom: auto;
    }

    ul.ai-nav-dropdown {
        position: static;
        background: transparent;
        padding: 0 0px 10px 25px;
        display: none !important;
    }

    ul.ai-nav-dropdown li a {
        padding: 0 5px 0 5px !important;
    }

    ul.ai-nav-dropdown.show {
        display: block !important;
    }
li.ai-down-li>a {
    padding: 10px 20px 10px 20px  !important;
}
    /* aword new */
    .aword-new-content ul li {
        width: 25%;
        margin-bottom: 30px;
    }

    .aword-new-content ul li:nth-of-type(5),
    .aword-new-content ul li:nth-of-type(6),
    .aword-new-content ul li:nth-of-type(7),
    .aword-new-content ul li:nth-of-type(8),
    .aword-new-content ul li:nth-of-type(9) {
        width: 26%;
    }

    .aword-new-content ul.second-ul li {
        width: 49%;
    }

    .aword-new-content ul.second-ul li:nth-of-type(2) {
        border: none;
    }
    .banner-main {
    height: auto;
  }  
.banner-content .img video {
    height: auto;
}
}

@media screen and (max-width:991px) {
    .container {
        max-width: 100%;
    }

   
  
    
    

}

@media screen and (max-width:767px) {
  
 
.banner-content .img .desktop {
    display: none;
}
.banner-content .img .mobile {
    display: block;
}
  
  

    .faq-left,
    .faq-right {
        width: 100%;
    }

    .faq-content .faq-right ul li:nth-of-type(1) {
        border-top: none;
    }

    .faq-sec:after,
    .faq-sec:before {
        background-size: 78px;
        width: 100px;
    }

    .faq-sec:after {
        bottom: -30px;
    }



    .aword-new-content ul.first-ul li {
        width: 32% !important;

    }

    .aword-new-content ul.second-ul li .heading {
        font-size: 20px;
        padding: 0 0 15px;
    }

    .aword-new-content ul.first-ul {
        padding: 0;
    }

    .mobile-device {
        display: block;
    }

    .desktop-device {
        display: none !important;
    }

   

    .award-categories-sec:after {
        background: url('../images/bottom-star.svg') no-repeat;
        bottom: 0;
        top: auto;
        background-size: cover;
        height: 10%;

    }

  
}

@media screen and (max-width:599px) {
   

   

    .heading {
        font-size: 28px;
        line-height: 35px;
    }

    .aword-new-content ul.first-ul li {
        width: 32% !important;
    }

    .aword-new-content ul li .aword-item .img {
        max-width: 120px;
        height: 120px;
    }

    

   

    .banner-content .des p {
        font-size: 16px;
    }

   

    
}

@media screen and (max-width:479px) {
   

    .aword-new-content ul li .aword-item .img {
        max-width: 100px;
        height: 100px;
    }

    .aword-new-content ul.second-ul li .heading {
        font-size: 16px;
    }

    .aword-item .very-small-heading {
        font-size: 16px;
    }

    .aword-new-content ul.second-ul li {
        padding: 20px 0 0;
    }

    .aword-new-content ul li {
        margin: 0 0 15px;
    }

    .aword-new-content ul.first-ul li {
        width: 48% !important;
    }

    .aword-new-content ul.second-ul li {
        width: 100%;
        border: none !important;
        padding: 0;
    }

    
}


