/* Large Devices, Wide Screens */
/* iPad  Landscape*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* Large Devices, Wide Screens */
/* iPad  Landscape*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

#test_state {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .warranty-form {
    text-align: center;
    padding-bottom: 50px;
  }
  
  .warranty-form .inputgroup {
    margin-bottom: 30px;
  }
  
  .warranty-form .header {
    font-family: "kittithada_light_45_fregular";
    font-size: 65px;
    line-height: 1.1;
    color: #15584c;
    margin: 30px auto;
  }
  
  .warranty-form .title {
    text-align: left;
    font-family: "kittithada_roman_55_fregular";
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  
  .warranty-form .box {
    padding: 35px 30px;
    background-color: #fafafa;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow-y: auto;
  }
  
  .warranty-form button {
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .warranty-form .txt-login {
    font-family: "kittithada_light_45_fregular";
    font-size: 20px;
    line-height: 1.1;
  }
  
  .warranty-form .txt-login .link {
    font-family: "kittithada_bold_75_fregular";
    color: #15584c;
    text-decoration: underline;
  }
  
  .warranty-form .fb-link {
    padding: 25px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    background-color: #f7f7f7;
    margin-top: 40px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family: "kittithada_light_45_fregular";
    font-size: 16px;
    line-height: 1.1;
  }
  
  .warranty-form .fb-link i {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .warranty-form {
      padding-bottom: 0;
    }
  
    .warranty-form .header {
      font-size: 50px;
    }
  
    .warranty-form .title {
      font-size: 24px;
    }
  
    .warranty-form .box {
      padding: 25px 20px;
      overflow-y: auto;
    }
  
    .warranty-form .fb-link i {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .warranty-form .inputgroup {
      margin-bottom: 20px;
    }
  
    .warranty-form .header {
      font-size: 35px;
    }
  
    .warranty-form .title {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .warranty-form .box {
      padding: 25px 20px;
      overflow-y: auto;
    }
  
    .warranty-form .fb-link {
      margin-top: 30px;
      padding: 20px;
    }
  
    .warranty-form .fb-link i {
      font-size: 20px;
    }
  }
  
  
  
  .or_txt {
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 20px auto;
  }
  
  .or_txt span {
    background: #fff;
    padding: 0 10px;
  }
  
  .policy {
    color: #337ab7;
    text-decoration: none;
  }
  
  .policy:hover,
  .policy:focus {
    color: #23527c;
    text-decoration: underline;
  }
  
  .policy:hover,
  .policy:active {
    outline: 0;
  }
  
  .content {
    line-height: 1.2;
  }
  
  p,
  select,
  obtion {
    font-family: "kittithada_light_45_fregular";
  }
  
  .box {
    display: none;
  }
  .box.active {
    display: block;
  }
  .box.fade-in {
    animation: fade-in 0.2s ease-in-out;
  }
  .box.fade-out {
    animation: fade-out 0.2s ease-in-out;
  }
  @keyframes fade-in {
    0% { opacity: 0; transform: translateY(0px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  @keyframes fade-out {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(0px); display: none; }
  }
  
  .inputgroup.hidden {
    display: none;
  }
  
  .item-template{
    display: none;
  }