/* 991px  ==> 1049px */
@media (min-width: 768px) and (max-width: 991px) {
  /* =================== view height           ======================*/
  /* =================== Category Menu Related ======================*/
  /* =================== Global Menu Related   ======================*/
  .collapse.black.show{
    z-index: 2000;
  } /* added 230526 */

  /*class to define left margin of LOGO shown at global-nav*/
  .navbar-light .navbar-brand {
    margin-left: 38vw;
  }
  /*defining left-edge positioning of text link menu at navbar*/
  .navbar-collapse {
    margin-left: -4rem;
  }

  /* class to define height/width of global nav*/
  .navbar {
    height: 5rem;
    width: 100%;
  }
  /* class to define height of collapsed navbar */
  .navbar-nav {
    height: auto;
  }
  /* class to define opacity when top-nav-collaspe not added*/
  .navbar:not(.top-nav-collapse) {
    background: #ffffff !important;
    opacity: 1;
  }
  /*class to define width of corproate logo shown at global-nav*/
  .logoatmenu1 {
    width: 200px; /*220px*/
  }
  /*class to define category info spacing*/
  #navbarSupportedContent1 {
    z-index: 2000;
    overflow-y: auto;
    height: 100vh;
    background-color: black;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /*class to define font-size of global-nav text-menu*/
  .sub-title {
    font-size: 2rem;
  }
  /*class to regulate menu icon of pump-model*/
  .menuicon-2 {
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 250px;
    min-width: 120px;
    background-size: 100% 70%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.7), 0 5px 5px 0 rgba(0, 0, 0, 0.7);
  }
  /*class to define dimension of icons at global menu*/
  .fa-2x {
    font-size: 1.7em;
  }
  /*class to define distance to the next-right icon at global menu*/
  .icon-l {
    margin-left: -0.8rem;
  }
  /*class to define distance to language icon*/
  .icon-lx {
    margin-left: 0.2rem;
  }

  /* =================== Contents Field        ======================*/
  /*class to define distance of page title from page top*/
  .page-title {
    padding-top: 2rem;/* changed to 2rem 23/06/02, related to breadcrumb image cancellation*/
  }
  /*class to define distance of page title from page top*/
  .page-title {
    padding-top: 2rem;/* changed to 2rem 23/06/02, related to breadcrumb image cancellation*/
    font-weight: 900;
    /* letter-spacing: -1px; */
  }
  .wp-allinclusive {
    width: 80%;
  }
  /* Jingle message line under the page title */
  hr.style-eight:after {
    font-family: "Arial", "Helvetica", "HelveticaNeue", "Verdana",
      sans-sans-serif;
    content: "with All-Inclusive Safety";
    border: solid white 2px;
    display: inline-block;
    position: relative;
    top: -0.8em;
    color: cyan;
    font-size: 1rem;
    font-weight: 900;
    padding: 0 0.25em;
    background: black;
  }

  /* =================== Always Box            ======================*/
  /* class to define right link box of gototop*/
  .alwaysbox-right {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    color: #00ffff;
    z-index: 1000;
  }
  /* class to define left link box of gototop*/
  .alwaysbox-left {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    color: #00ffff;
    z-index: 1000;
  }
  /* class to define image format at gototop link box*/
  .btnat_alwaysbox {
    margin: 0px 0px 0px 0px;
    width: 3rem;
    height: 3rem;
  }

  /* =================== Font Setup Related    ======================*/
  /* =================== Modal                 ======================*/
  .modal-dialog{
    max-width: unset;
  }

  .flag {
    width: 50px;
   }
   
  /* =================== Others                ======================*/
}
/* 992px  ==> 1050 */
@media (min-width: 992px) and (max-width: 1199px) {
  /* =================== view height           ======================*/
  /* =================== Category Menu Related ======================*/
  /* =================== Global Menu Related   ======================*/
  /*class to define left margin of LOGO shown at global-nav*/
  .navbar-light .navbar-brand {
    margin-left: -1.0rem;
  }
  /*defining left-edge positioning of text link menu at navbar*/
  .navbar-collapse {
    margin-left: -3rem;
  }
  .nav-item{
    font-size: 0.8rem;
  }
  /*Sanwa logo dimention shown at navbar*/
  .logoatmenu1 {
    width: 150px;
  }
  /*class to define dimension of icons at global menu*/
  .fa-2x {
    font-size: 1.5em;
  }
  /*class to define distance to the next-right icon at global menu*/
  .icon-l {
    margin-left: -1rem;
  }
  /*class to define distance to language icon*/
  .icon-lx {
    margin-left: -0.9rem;
  }
  /*class to define distance to language icon*/
  .icon-lxx {
    margin-left: -0.9rem;
  }
  /* =================== Contents Field        ======================*/
  .page-title {
    padding-top: 2rem;/* changed to 2rem 23/06/02, related to breadcrumb image cancellation*/
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
    color: #000000; /*Sanwa Pump Logo violet*/
    font-weight: 700;
    text-align: center;
    /* letter-spacing: -1px; */
  }
  .wp-allinclusive {
    width: 50%;
  }
  /* Jingle message line under the page title */
  hr.style-eight:after {
    font-family: "Arial", "Helvetica", "HelveticaNeue", "Verdana",
      sans-sans-serif;
    content: "with All-Inclusive Safety";
    border: solid white 2px;
    display: inline-block;
    position: relative;
    top: -0.8em;
    color: cyan;
    font-size: 1rem;
    font-weight: 900;
    padding: 0 0.25em;
    background: black;
  }
  .modal-dialog{
    max-width: unset;
  }

  /* =================== Always Box            ======================*/
  /* =================== Font Setup Related    ======================*/
  /* =================== Modal                 ======================*/
  .flag {
    width: 40px;
   }
   
  /* =================== Others                ======================*/
}

@media (min-width: 1200px) {
  /* =================== view height           ======================*/
  /* =================== Category Menu Related ======================*/
  /* =================== Global Menu Related   ======================*/
  /*class to define left margin of LOGO shown at global-nav*/
  .navbar-light .navbar-brand {
    margin-left: 2%; 
  }
  /*class to define dimension of icons at global menu*/
  .fa-2x {
    font-size: 1.6em;
  }
  /*class to define distance to the next-right icon at global menu*/
  .icon-l {
    margin-left: -0.6rem;
  }
  /*class to define distance to language icon*/
  .icon-lx {
    margin-left: -0.7rem;
  }
  /*class to define distance to language icon*/
  .icon-lxx {
    margin-left: -0.7rem;
  }

  /* =================== Contents Field        ======================*/
  /*class to define distance of page title from page top*/
  .page-title {
    padding-top: 2rem;/* changed to 2rem 23/06/02, related to breadcrumb image cancellation*/
  }
  /* =================== Always Box            ======================*/
  /* =================== Font Setup Related    ======================*/
  /* =================== Modal                 ======================*/
  .flag {
    width: 40px;
   }
   
  /* =================== Others                ======================*/
}
