/*==================================
        [Table of contents]
    ===================================
        01. Min Width 1200px 
        02. Min Width 1400px
        03. 1400px To 1700px for Large Screens
        04. 1366px To 1421px for Large Screens
        05. 1360px to 1449px 
        06. 1200px To 1365px for Large Screens
        07. 1200px to 1359px
        08. Max Width 1199px for Laptops Device
        09. 992px To 1199px for Laptops Device
        10. Max Width 991px for Laptops Device
        11. 768px To 991px for Laptops Device
        12. Max Width 767px for Tablets & iPads Device
        13. Max Width 575px for Mobile, Tablets & iPads Device
        14. Max Width 380px for Mobile Device
    */

/*------------------------------------------------------------------------------------
    / 1. Min Width 1200px 
    --------------------------------------------------------------------------------------*/
    @media (min-width: 1200px) {
    
      }
      
      /*------------------------------------------------------------------------------------
          / 2. 1200px To 1600px for Large Screens
          --------------------------------------------------------------------------------------*/
      @media (min-width: 1200px) and (max-width: 1600px) {
    
      }
      
      /*------------------------------------------------------------------------------------
          / 3. 1200px To 1400px for Large Screens
          --------------------------------------------------------------------------------------*/
      @media (min-width: 1200px) and (max-width: 1440px) {
      }
      
      @media (min-width: 1200px) {
      }
      
      /*------------------------------------------------------------------------------------
          / 4. Desktop Device
          /--------------------------------------------------------------------------------------*/
      @media (max-width: 1199px) {
 
      }
      
      @media (min-width: 992px) and (max-width: 1199px) {
     
      }
      
      @media (max-width: 1024px) {
      }
      
      /*------------------------------------------------------------------------------------
          / 3. Responsive For Tab Device
          /--------------------------------------------------------------------------------------*/
      @media (min-width: 768px) and (max-width: 991px) {
      }
      
      /*------------------------------------------------------------------------------------
          / 5. Comon in Tab & Mobile
          /--------------------------------------------------------------------------------------*/
      @media (max-width: 991px) {
      }
      
      /*------------------------------------------------------------------------------------
          / 6. Responsive For Mobile Device
          --------------------------------------------------------------------------------------*/
      @media (max-width: 767px) {
        .hbir-inner {
            position: relative;
            display: block;
             margin: 10px;
            padding-top: 139px;
        }
        .sub-title h3 {
            font-size: 29px;
            line-height: 41px;
        }.dz-bnr-inr.style-1 {
    position: relative;
    padding-top: 39px;
    padding-bottom: 12px;
}
        .n-btn {
            margin-bottom: 33px;
        }
        .port_slide.slick-center h6 {
            padding: 16px 23px;
        }
        .port_slide.slick-center h6 {
            border-radius: 5px;
            margin: 10px;
        }
        a.nav-link {
            padding: 17px 0 !important;
        }
        li.nav-item:first-child {
            padding-left: 30px;
        }
        section.top-header {
            display: none;
        }   
        .header-btn {
            display: none;
        }
        img.logo {
            width: 100%;
            max-width: 201px;
        }
        .hero-is h4 {
            font-size: 32px;
            line-height: 46px;
        }
      }
      
      /*------------------------------------------------------------------------------------
          / 7. Responsive For Mobile Device
          --------------------------------------------------------------------------------------*/
      @media (max-width: 575px) {
      }
      