@media (min-width: 1000px) and (max-width: 1200px) {
    nav a {
        font-size: 13px !important;
    }
    body{
        padding-bottom: 250px !important;
    }
}

@media (min-width: 200px) and (max-width: 1000px) {
    .none {
        display: none !important;
    }

    .mobilenav {
        display: block !important;
        background-color: white !important;
        align-self: center !important;
        margin: 20px;
    }

    .mobilenav li {
        display: block !important;
        background-color: white !important;
        text-align: center;

    }

    .header-section {
        position: absolute;
    }

    .bg-image {
        margin-top: 0px;
    }
    body{
        padding-bottom: 250px  ;
    }

}

@media (min-width: 200px) and (max-width: 768px) {
    .plan-data {
        margin: 5px 0px;
    }

    .top-header {
        display: none;
    }

    .main-top-header {
        background-color: #140000;
        padding-bottom: 10px !important;
        padding-top: 20px;
    }

    .logo {
        max-width: 100%;
        height: auto;
    }
    .width-70{
        width: 98%;
    }
    .owl-carousel .owl-prev {
        left: 0px;
    }
    
    .owl-carousel .owl-next {
        right: 0px;
    }
    #footer-widgets .widget_nav_menu li:first-child {
        /* padding-left: 20px;
        margin-left: 20px;
        border-left: 2px solid #ffb500; */
    }

    #footer-widgets .widget_nav_menu li {
        padding-left:0px;
        margin-left: 0px;
        margin-bottom: 10px;
        display: block !important;
        text-align: center;
        border-left: none;
    }

    body{
        padding-bottom: 400px;
    }

}

@media (min-width: 200px) and (max-width: 992px) {
    .side-menu-nav i.fa.fa-angle-down {
        display: none !important;
    }

    .logo {
        height: 50px;
    }
    .margin-auto{
        margin: auto;
      }
}