/*-- Use For Custom Styling --*/
.mt-20{
    margin-top: 20px !important;
}
.mb-6{
  margin-bottom: 6px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-90{
    margin-bottom: 90px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-120{
    margin-bottom: 120px !important;
}
.mb-160{
    margin-bottom: 160px !important;
}
.pd-rl-8{
  padding: 0 8px !important;
}
.pb-40{
  padding-bottom: 40px !important;
}

.qa-sec{
    color: #232323;
}
.qa-sec h2, .privacy-sec h2, .terms-sec h2{
    display: inline-flex;
    margin-bottom: 40px;
}
.qa-sec h2::before, .privacy-sec h2::before, .terms-sec h2::before{
    position: relative;
    display: inline-block;
    content: "";
    right: 10px;
    width: 66px;
    height: 38px;
    background: url(/images/loading.svg) top left no-repeat;
    background-size: 48px 38px;
    border-right: 2px solid #232323;
}

.accordion {
    margin: auto;
    margin-top: 40px;
  }
  .accordion input {
    display: none;
  }
  section.box{
      padding: 0;
      border-bottom: 1px solid rgba(0,0,0,.18);
  }
  .box {
    position: relative;
    background: #fff;
      height: 64px;
      transition: all .15s ease-in-out;
  }
  .box::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  }
  header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
  }
  header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
  }
  .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  }
  .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 12pt;
    color: #232323;
    display: none;
  }
  .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  input:checked + .box {
    height: auto;
    margin: 16px 0;
      box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  }
  input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
  }
  input:checked + .box .box-content,
  input:checked + .box .box-close {
    display: inline-block;
  }
  .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
  }
  .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
  }
  input:checked + section.box .box-title:before {
    transform: rotate(90deg);
  }

  .privacy-sec, .terms-sec{
      color: #232323;
  }

  .privacy-sec p.desc, .terms-sec p.desc{
    font-size: 14px;
    text-align: left !important;
  }

  .privacy-contents, .terms-contents{
    text-align: left;
    margin-top: 80px;
  }

  .privacy-contents p, .terms-contents p{
      font-size: 14px;
      margin-bottom: 40px;
  }

  .terms-contents span{
    padding-left: 32px;
  }

  .price-item.option{
    padding: 1rem 0;
  }
  .price-item.option:last-child{
    margin-top: 19px;
  }

  .price-item.option ul{
    margin: 0;
  }
  
  .usage-main-btn{
    width: 250px !important;
  }
  .sub-heading2{
    font-size: 14px;
    color: #232323;
  }

  .sub-heading3{
    font-size: 16px;
    color: #232323;
    margin-bottom: 8px;
  }

  .sub-heading4{
    font-size: 14px;
    color: #232323;
    margin-bottom: 8px;
    text-align: left;
  }
  .sub-heading4 span{
    width: 72px;
    text-align: left;
    color: rgb(198, 46, 71);
  }

  .usage_login{
    font-size: 14px !important;
    background-color: rgb(198, 46, 71);
    padding: 8px;
    color: #fff;
    margin-bottom: 20px;
  }


  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
  }
  .modal-body{
    padding: 0 !important;
  }
    
  .modal-content{
    background-color: white;
    width: 80%;
    margin: 60px auto;
  }

  .modal-content h1{
    color: #fff;
    font-size: 22px;
    padding: 12px 0;
    background: rgb(198, 46, 71);
  }
  .modal-content ul{
    display: inline-block;
    color: #232323;
    margin: 2rem auto;
  }
  .modal-content p{
    color: #232323;
  }

  @media screen and (max-width: 767px){
    .modal-content{
      width: 95%;
      margin: 160px auto;
    }
    .modal-content h1{
      font-size: 12px;
    }
    .modal-content ul, .modal-content p{
      font-size: 11px;
    }
    
  }

  .customer-call{
    background:rgb(198, 46, 71);
    padding: 32px;
  }