            @media (min-width: 1300px) and (max-width: 8000px) {
                .container {
                    max-width: 1240px;
                }
            }
            
            @media (min-width: 100px) and (max-width: 767px) {
                /* .homepageBanner,
    .bannerText,
    .publication,
    .applicatin-services,
    .footerOuter {
        display: none;
    } */
                .logo img {
                    width: 250px;
                }
                .headerOuter {
                    padding: 20px;
                }
                .bannerText h1 {
                    font-size: 20px;
                    width: 100%;
                    text-align: center;
                }
                .bannerText {
                    top: 40%;
                }
                .topContent {
                    display: block;
                    text-align: center;
                }
                .sliderBtn {
                    display: flex;
                    justify-content: center;
                }
                .sliderBtn a {
                    padding: 7px 16px;
                    font-size: 14px;
                }
                .homepageBanner video {
                    height: 450px !important;
                }
                .topMenu {
                    background-color: #fff !important;
                    border-radius: 7px;
                    padding: 7px;
                    position: absolute;
                    top: -60px;
                    right: 15px;
                }
                .navbar-nav a {
                    color: #000;
                    padding: 5px 0;
                }
                .topContent,
                .topMenu {
                    justify-content: left;
                }
                .section01::before {
                    display: none;
                }
                .section .title {
                    padding-top: 15px;
                }
                .footerTitle {
                    padding-top: 15px;
                }
                .productListingOuter {
                    padding: 0;
                    margin: 0 0 0 0;
                }
                .topMenu {
                    margin-top: 15px;
                    margin-bottom: 15px;
                }
                .whiteBox {
                    margin-bottom: 35px;
                }
                .websiteLogo a img {
                    width: 115px;
                }
                .websiteLogo {
                    text-align: center;
                }
                .application-book-img img {
                    width: 100%;
                }
                .applicatin-services p {
                    width: 100%;
                }
                .footerabout {
                    padding-bottom: 15px;
                    padding: 15px;
                }
                .copyright {
                    display: block;
                    text-align: center;
                }
                .footerSocial {
                    padding: 10px 0;
                }
                .innerTitle {
                    padding-top: 120px;
                    text-align: center;
                }
                .teamListOuter {
                    padding: 0;
                }
                .teamList {
                    min-height: inherit;
                    margin-bottom: 15px;
                }
                .teamList img {
                    width: 60%;
                }
                .footerOuter {
                    padding: 15px;
                }
                .footerForm input {
                    width: 100%;
                }
                .teamOuter {
                    padding: 20px 0;
                }
                .Tname {
                    font-size: 22px;
                }
                .Tname span {
                    font-size: 14px;
                }
                .innerTitle {
                    font-size: 30px;
                }
                .innerPageHeader {
                    min-height: 300px;
                }
                .productListingOuter {
                    margin: 2%;
                }
                .section {
                    padding: 10px;
                }
                .title h2,
                .title h1 {
                    font-size: 26px;
                }
                .topsection {
                    padding: 15px;
                }
                .servicesSection img {
                    width: 90%;
                    text-align: center !important;
                    float: none !important;
                }
                h2.serviceTitle {
                    padding: 15px 0 0 0;
                }
                #surveillance .col-lg-6,
                #drone-based .col-lg-6 {
                    flex: inherit;
                }
                #agriculture {
                    padding: 20px;
                }
                .rightBox {
                    padding: 0;
                }
                .nav-tabs a {
                    font-size: 12px;
                }
                .nav-tabs .nav-item {
                    border-radius: 7px;
                    margin-bottom: 10px !important;
                }
                .tabContentOuter {
                    padding: 20px;
                }
                .tab-content img {
                    width: 100%;
                }
                .contactusPateOuter {
                    padding: 20px;
                    margin: 0;
                }
                .innerPages .title h1 {
                    font-size: 20px;
                }
                .navbar-nav {
                    border: solid 1px #ebebeb;
                }
                .footerContact a {
                    display: block;
                    padding-bottom: 15px;
                }
            }
            
            @media (min-width: 768px) and (max-width: 999px) {
                .logo img {
                    width: 100%;
                }
                .topContent,
                .topMenu {
                    display: block;
                }
                .navbar-toggler {
                    background-color: #fff;
                    position: absolute;
                    right: 0;
                    top: -40px;
                }
                .navbar-collapse {
                    background-color: #fff;
                    padding: 20px;
                    position: absolute;
                    right: 0;
                    top: 0px;
                    border-radius: 7px;
                }
                .navbar-nav a {
                    color: #000;
                }
                .navbar-nav {
                    padding: 0;
                }
                .bannerText h1 {
                    width: 100%;
                    padding: 0 30px;
                    font-size: 25px;
                    text-align: center;
                }
                .sliderBtn {
                    display: flex;
                    justify-content: center;
                }
                .homepageBanner video {
                    height: 400px !important;
                }
                .productListingOuter {
                    padding: 30px 0 0 0;
                }
                .applicatin-services p {
                    width: 80%;
                }
                .footerContact {
                    padding-top: 30px;
                }
                .teamListOuter {
                    padding: 0;
                }
                .submenu a {
                    padding: 12px;
                    margin: 5px;
                }
                .servicesSection img {
                    width: 100%;
                }
                #surveillance,
                #drone-based {
                    padding: 25px;
                }
                #surveillance .col-lg-6,
                #drone-based .col-lg-6 {
                    flex: inherit;
                }
                #agriculture {
                    padding: 40px;
                }
                h2.serviceTitle {
                    padding-top: 25px;
                }
            }
            
            @media (min-width: 1000px) and (max-width: 1200px) {
                .logo img {
                    width: 250px;
                }
                .headerOuter .col-lg-8 {
                    padding: 0;
                }
                .application-book-img img,
                .servicesSection img {
                    width: 100%;
                }
                .teamListOuter {
                    padding: 0 5%;
                }
                .footerForm input[type=text] {
                    width: 100%;
                }
            }