/* Large Device lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* -------------------------------------------------------------- */
  /* Home Page Responsive Style */
  /* -------------------------------------------------------------- */

  /* Footer Section */
  .footer-menu h4 {
    font-size: 12px;
  }
  .footer-menu ul li a {
    font-size: 12px;
  }


  /* -------------------------------------------------------------- */
  /* Price List Page Responsive Style */
  /* -------------------------------------------------------------- */
  .pricelist-area table tr th {
    padding: 10px 0px;
  }


  /* -------------------------------------------------------------- */
  /* Estimation Page Responsive Style */
  /* -------------------------------------------------------------- */
  #English-editing-Content iframe {
    min-height: 2291px;
  }
  #English-Proofreading-Content iframe {
    min-height: 2291px;
  }
  #Translation-Content iframe {
      min-height: 2587px;
  }
  #Transcription-Content iframe {
      min-height: 2110px;
  }
  #Interpretation-Content iframe {
      min-height: 2062px;
  }
  #HRservice-Content iframe {
      min-height: 1977px;
  }


}

/* Medium Device md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* -------------------------------------------------------------- */
  /* Home Page Responsive Style */
  /* -------------------------------------------------------------- */
  /* navbar section  */
  .site-navbar ul li a {
    font-size: 12px;
    padding: 7px 0px;
  }
  /* services section */
  .section-heading h2 {
      font-size: 24px;
  }
  .service-titla h3 {
      font-size: 20px;
  }
  .service-titla img {
      max-width: 28px;
  }
  .sgl-service-box {
      min-height: 330px;
  }

  /* -------------------------------------------------------------- */
  /* HR Service Page Responsive Style */
  /* -------------------------------------------------------------- */
  /* service section */
  .hr-services .sgl-service-box {
    min-height: 224px;
  }
  
  
  /* -------------------------------------------------------------- */
  /* Price List Page Responsive Style */
  /* -------------------------------------------------------------- */
  .pricelist-area .interpretation-table table {
    min-width: 860px;
  }
  .pricelist-area .tbl-title {
    font-size: 18px;
  }
  .pricelist-area table tr th {
      font-size: 14px;
      padding: 5px 0px;
  }
  
  /* -------------------------------------------------------------- */
  /* About Us Page Responsive Style */
  /* -------------------------------------------------------------- */
  .about-us-img{
    display: none;
  }
  .company-info .key {
    width: 120px;
  }


  /* -------------------------------------------------------------- */
  /* Estimation Page Responsive Style */
  /* -------------------------------------------------------------- */
  .estimation-tab-contents {
    padding: 10px;
  }
  .estimation-tabs {
    padding-left: 14px;
  }
  .estimation-tabs .tab label {
    font-size: 13px;
  }
  #English-editing-Content iframe {
    min-height: 1828px;
  }
  #English-Proofreading-Content iframe {
    min-height: 1828px;
  }
  #Translation-Content iframe {
      min-height: 2128px;
  }
  #Transcription-Content iframe {
    min-height: 1675px;
  }
  #Interpretation-Content iframe {
    min-height: 1606px;
  }
  #HRservice-Content iframe {
      min-height: 1558px;
  }

}

/* Medium To Extra Small Device */
@media only screen and (max-width: 767px) {
  
  /* -------------------------------------------------------------- */
  /* Home Page Responsive Style */
  /* -------------------------------------------------------------- */
  /* page header section */
  .header-top-text {
    text-align: center;
  }
  /* button and logo hide */
  .site-menu-area .nav-toggler,
  .site-menu-area .site-logo{
    display: block; 
  }
  /* responsive menu item column view */
  .site-menu-area .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    position: relative;
    z-index: 1;
  }
  /* menu item column */
  .site-menu-area .site-navbar ul {
    position: absolute;
    width: 32vw;
    /* height: calc(100vh - 60px); */
    right: 0;
    top: 50px;
    flex-direction: column;
    align-items: center;
    background-color: #006fb9;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }
  .site-menu-area .site-navbar ul li {
    flex-grow: 1;
    border: none;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #3f8bbd;
  }
  .site-menu-area .site-navbar ul li a {
    padding: 5px;
    text-align: left;
    font-size: 12px;
  }
  .site-menu-area .site-navbar ul li a:hover,
  .site-menu-area .site-navbar ul li a.active {
      background-image: none;
      color: black;
  }
  .site-menu-area .site-navbar ul.open, 
  .site-menu-area .site-navbar ul.dropdown-menu {
    max-height: 100vh;
    overflow: visible;
    border: none;
  }
  .site-menu-area .site-navbar ul.dropdown-menu {
    top: 100%;
    background-color: #018be6;
  }
  .site-menu-area .site-navbar ul.dropdown-menu li {
      border-bottom-color: #1fa6ff;
  }
  .site-navbar .estimation-item .dropdown-menu{
    min-width: inherit;
  }
  .site-menu-area .site-navbar ul li.estimation-item {
      position: relative;
  }
  .site-menu-area .site-navbar ul li.estimation-item:after {
    position: absolute;
    content: "\25bc";
    right: 25px;
    top: 6px;
    font-size: 10px;
    text-transform: lowercase;
    color: #fff;
    font-weight: normal;

  }
  .site-menu-area .site-navbar ul li.estimation-item:hover:after,
  .site-menu-area .site-navbar ul li.estimation-item:hover > a{
    color: #000;
  }

  /* Services Section */
  .section-heading h2 {
    font-size: 24px;
  }
  .service-titla h3 {
    font-size: 20px;
  }
  .service-titla img {
    max-width: 28px;
  }
  .sgl-service-box {
    min-height: 252px;
  }
  /* Strong Point Section*/
  .sgl-strong-point h3 {
    font-size: 20px;
  }
  .sgl-strong-point h3:before {
    height: 2px;
    bottom: -7px;
  }
  /* Order Flow Section */
  .step-parent .step-left {
    width: 80px;
  }
  .step-parent:before,.step-parent:after {
    left: 40px;
  }


  /* -------------------------------------------------------------- */
  /* English Translation Page Responsive Style */
  /* -------------------------------------------------------------- */
  .translation .translation-title:before {
    margin-top: 0px;
    top: 5px;
  }


  /* -------------------------------------------------------------- */
  /* English Tagalog Interpretation Page Responsive Style */
  /* -------------------------------------------------------------- */
  .assurance ul li:before {
    margin-top: 0px;
    top: 4px;
  }


  /* -------------------------------------------------------------- */
  /* HR Service Page Responsive Style */
  /* -------------------------------------------------------------- */
  /* service section */
  .hr-services .sgl-service-box {
    min-height: 185px;
  }
  .hr-services .last-item-mt {
    margin-top: 30px;
  }

  /* -------------------------------------------------------------- */
  /* Price List Page Responsive Style */
  /* -------------------------------------------------------------- */
  .pricelist-area table {
    min-width: 860px;
  }
  .pricelist-area .tbl-title {
    font-size: 18px;
  }
  .pricelist-area table tr th {
    font-size: 14px;
    padding: 5px 0px;
  }

  /* -------------------------------------------------------------- */
  /* About Us Page Responsive Style */
  /* -------------------------------------------------------------- */
  .about-us-desc .first-line {
    margin-bottom: 8px;
  }
  .about-us-img {
    margin-top: 20px;
  }
  .company-info .key {
    width: 120px;
  }


  /* -------------------------------------------------------------- */
  /* Estimation Page Responsive Style */
  /* -------------------------------------------------------------- */
  .estimation-tabs {
    flex-wrap: wrap;
  }
  .estimation-tab-contents {
    padding: 10px;
  }
  .estimation-tabs .tab label {
    font-size: 13px;
    padding: 5px;
  }
  .estimation-tabs {
    padding-left: 23px;
  }
  .estimation-tabs .tab:last-child label {
    margin-right: 0px;
  }
  #English-editing-Content iframe {
    min-height: 2350px;
  }
  #English-Proofreading-Content iframe {
    min-height: 2350px;
  }
  #Translation-Content iframe {
      min-height: 2838px;
  }
  #Transcription-Content iframe {
    min-height: 2107px;
  }
  #Interpretation-Content iframe {
    min-height: 2135px;
  }
  #HRservice-Content iframe {
      min-height: 2079px;
  }


}

/* Small Device sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* -------------------------------------------------------------- */
  /* Home Page Responsive Style */
  /* -------------------------------------------------------------- */
  /* Navbar Section*/
  .site-menu-area .nav-toggler {height: 35px;}
  .section-heading h2 {
    font-size: 22px;
  }
  /* Services Section */
  .service-titla h3 {
      font-size: 18px;
  }
  .service-titla img {
      max-width: 26px;
  }
  /* Strong Point Section*/
  .sgl-strong-point h3 {
      font-size: 20px;
  }
  .sgl-strong-point h3:before {
      height: 2px;
      bottom: -7px;
  }

}

/* Extra Small device */
@media only screen and (max-width: 575px) {
  /* -------------------------------------------------------------- */
  /* Home Page Responsive Style */
  /* -------------------------------------------------------------- */
  .sgl-service-box {
    min-height: 264px;
  }
  .header-banner h2 {
    font-size: 30px;
  }

}