@font-face {
  font-family: 'Kefa-Bold';
  src: url('/fonts/Kefa-Bold/Kefa-Bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ url('/fonts/Kefa-Bold/Kefa-Bold.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('/fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ url('/fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
body {
  font-family: 'Inter';
  background-image: url('/images/background.jpg');
  background-size: cover;
  background-position: top center;
}
body .mobile_only {
  display: none;
}
body a {
  color: inherit;
  text-decoration: none;
}
body .header {
  background-color: #000000;
  color: #FFF;
  font-size: 16px;
}
body .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 95px;
}
body .header .home_button {
  border-radius: 20px;
  background: #FFF;
  padding: 10px 40px;
  color: #000000;
}
body .header .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
body .header .left a {
  margin-right: 15px;
}
body .header .logo {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  margin-right: 50px;
}
body .header .logo img {
  max-height: 60px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
body .header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
body .header .right a {
  margin-left: 10px;
  font-size: 20px;
}
body .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1024px;
}
body .container .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 80px;
}
body .container .body .title {
  color: #FFFFFF;
  font-family: 'Quicksand';
  text-align: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .container .body .title.small {
  font-size: 20px;
  margin: 0;
}
body .container .body .title span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .container .body .title.ref {
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .container .body .title.ref span {
  color: #FF7F4B;
}
body .container .body .subheader {
  color: #000000;
  font-size: 14px;
  margin-top: 10px;
}
body .container .body .scrollable {
  background-color: #E5E3DB;
  margin: 0 40px;
  border: 1px solid #bdbdbd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  font-family: 'Kefa-Bold';
  font-size: 18px;
  padding-bottom: 50px;
}
body .container .body .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .container .body .layout .left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 10px;
}
body .container .body .layout .left .fee .name {
  color: #FFFFFF;
  font-size: 25px;
  padding-top: 20px;
}
body .container .body .layout .left .fee .price {
  color: #FF7F4B;
  font-size: 45px;
  float: right;
}
body .container .body .layout .left .remark {
  text-align: center;
  color: #FFFFFF;
  padding-top: 20px;
}
body .container .body .layout .left .information {
  padding: 20px 40px 40px 40px;
  background: #C8C8C8;
  margin: 10px 0;
}
body .container .body .layout .left .information .head {
  border-bottom: 1px solid #2E2E2E;
  padding: 10px 0px;
  font-size: 25px;
  margin-bottom: 5px;
}
body .container .body .layout .left .information .option {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  background: #FFF;
  padding: 10px 15px;
  margin: 5px 0;
}
body .container .body .layout .right {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  padding: 10px;
  overflow: auto!important;
  overflow-wrap: break-word !important;
}
body .container .body .layout .right img {
  max-width: 100%!important;
}
body .container .body .layout .right .text-editor {
  color: #FFFFFF !important;
}
body .container .body .layout .right .text-editor h2 {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  color: #FFFFFF;
  font-family: 'Quicksand';
  text-align: center;
  font-size: 20px;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .container .body .layout .right .text-editor h2::before {
  content: '\25CF';
  position: absolute;
  left: 0;
}
body .container .body .layout .right .text-editor h2.small {
  font-size: 20px;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .container .body .layout .right .text-editor h2 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .container .body .layout .right .text-editor h2.ref {
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .container .body .layout .right .text-editor h2.ref span {
  color: #FF7F4B;
}
body .footer {
  margin-top: 60px;
  background-color: #000000;
}
body .footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 80px 0px;
}
body .footer .container .footer-left {
  margin-right: 40px;
  margin-bottom: 40px;
}
body .footer .container .footer-left img {
  width: 350px;
}
body .footer .container .footer-left p {
  color: #FFFFFF;
  font-size: 14px;
}
body .footer .container .contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("/images/footer_charater.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
body .footer .container .contact .terms-modal-link {
  text-decoration: underline;
  margin-right: 10px;
  cursor: pointer;
}
body select {
  font-size: 16px;
}
body h1 {
  font-size: 26px;
}
form input.form-control {
  height: 50px;
  border-color: #2E2E2E;
}
form input.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2E2E2E;
  opacity: 1;
  /* Firefox */
}
form input.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2E2E2E;
  opacity: 1;
  /* Firefox */
}
form input.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2E2E2E;
  opacity: 1;
  /* Firefox */
}
form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2E2E2E;
  opacity: 1;
  /* Firefox */
}
form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2E2E2E;
}
form input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2E2E2E;
}
form .control-label {
  padding-top: 15px!important;
}
form .radio {
  margin-bottom: 3px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
form .radio .input-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
}
form .radio .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fcf9e9;
  border: 1px solid #ccc;
}
form .radio .input-container:hover input ~ .checkmark {
  background-color: #ccc;
}
form .radio .input-container input:checked ~ .checkmark {
  background-color: #b5b5b5;
}
form .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .radio .input-container input:checked ~ .checkmark:after {
  display: block;
}
form .radio .input-container .checkmark:after {
  background: white;
  content: "\2714";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 5px;
  background-color: #fcf9e9;
}
form .error {
  color: red;
  display: block;
  padding-left: 0px;
}
hr {
  border-color: #2E2E2E;
}
.input-group-addon {
  background-color: #2E2E2E;
  border-color: #2E2E2E;
  color: white;
}
.btn {
  font-size: 16px;
  padding: 12px;
  border-radius: 10px;
}
.btn.btn-primary {
  background-color: #FF7F4B;
  border-color: #FF7F4B;
}
.btn.btn-primary:hover {
  background-color: #fcaa88;
}
.btn.btn-default {
  background-color: #000000;
  color: white;
}
.btn.btn-default:hover {
  background-color: #31373d;
}
.btn.btn-secondary {
  background-color: #25D366;
  color: white;
}
.btn.btn-secondary:hover {
  background-color: #00d04e;
}
#credit-modal-button {
  font-size: 14px;
  color: #337ab7;
}
#credit-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
#credit-modal .modal-container {
  max-width: 100%;
  width: 1000px;
  background-color: white;
  border: 1px solid black;
  padding: 20px;
  max-height: 90%;
  overflow-y: auto;
}
#credit-modal .modal-container a {
  color: #337ab7;
}
#credit-modal .modal-container img {
  max-width: 100%;
}
#credit-modal .modal-container .close {
  width: 20px;
}
#credit-modal .modal-container .table-title {
  color: #2a6439;
  text-align: center;
}
#credit-modal .modal-container table {
  width: 100%;
  margin-bottom: 30px;
}
#credit-modal .modal-container table thead {
  background-color: #2a6439;
  color: white;
}
#credit-modal .modal-container table tr {
  border-bottom: 1px solid grey;
}
#credit-modal .modal-container table td,
#credit-modal .modal-container table th {
  padding: 5px;
  text-align: center;
}
#credit-modal .modal-container p,
#credit-modal .modal-container li {
  font-size: 14px;
}
.service {
  margin: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-image: url('/images/logo_darkblue.png');
  background-size: contain;
  padding: 20px;
  border-radius: 20px;
}
.service.custom {
  padding: 0px;
  background-size: 100%;
}
.service.shadow::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("/images/shadow.png");
  background-size: 100%;
  background-position: bottom;
  border-radius: 20px;
}
.service.shadow img {
  border-radius: 20px;
}
.service.no-margin {
  margin: 0;
}
.service .head {
  position: absolute;
  font-size: 14px;
  left: 25px;
  bottom: 16px;
  z-index: 1;
}
.modal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #C8C8C8;
  margin: 100px;
  padding: 20px 40px 40px;
}
.modal .modal-container .close {
  width: 28px;
  opacity: 1;
}
.modal .modal-container .terms-title {
  color: #FFFFFF;
  font-size: 25px;
  border-bottom: 1px solid #2E2E2E;
  padding-bottom: 10px;
}
.modal .modal-container .terms-content {
  white-space: break-spaces;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  body .header .left {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  body .header .logo {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  body .modal .modal-container {
    margin: 0;
  }
}
