/* ================================================================*/
/* ================================================================*/
/* ================================================================*/
/* ===================    css for common_ui     ===================*/
/* =======================    485 ~ 767   =========================*/
/* ================================================================*/
/* ================================================================*/


@media (min-width: 485px) and (max-width: 767px) {
/*@media (min-width: 415px) and (max-width: 767px) {*/
  /* =================== view height           ======================*/
  /* =================== Category Menu Related ======================*/
  /* =================== Global Menu Related   ======================*/
  /* class to define height/width of global nav*/
  .navbar{
      height: 4rem;
  }
  .navbar{
      width: 100%;
  }
  .navbar.scrolling-navbar {
    padding-top:2px;
    padding-bottom:2px;
  }
  .navbar-light .navbar-brand {
      margin-left: 5px;
  }
  .navbar-nav{
    height: auto;
  }
  .navbar:not(.top-nav-collapse) {
    background: #ffffff!important;
    opacity: 1;
  }
  /*class to define width of corproate logo shown at global-nav*/
  .logoatmenu1{
    width: 175px;
  }
  /*class to define dimension of icons at global menu*/
  .fa-2x{
    font-size: 1.6em;
  }
  /*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:100px;
      min-width: 80px;
      background-size: 100% 70%;
  }
  /* class to regulate distance from top of menu text/icons and background framed area*/
  .PT-5{
      padding-top: 0rem !important;
  }
  /*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 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 of page title from page top*/
  .icon-lx{
    margin-left: -0.5rem;
  }

  /* =================== Contents Field        ======================*/
  /*class to define distance of page title from page top*/
  .page-title{
    padding-top: 2%;
    font-weight:900;
    /* letter-spacing: -1px black; */
  }
  .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: 1.0rem;
    font-weight: 900;
    padding: 0 0.25em;
    background: black;
  }
  #world-map{
      height: 70vh;
  }
  .embed-responsive{
      /*width: 100%; to prevent the pdf-viewer streched width-wide*/
      height: 60vh;
      padding-top: 10px;
      padding-bottom:5px;
      padding-left: 15px;
  }

  .dist-name{
    font-size: 2.0rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }






  /* =================== 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                 ======================*/

   
  /* =================== Others                ======================*/
  .newsweek{
    width: 80px;
  }
  .flag {
    width: 30px;
   }
   

}
