* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  html{
    overflow-x: hidden;
  }
  body {
    font-family: 'Manuale'!important;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    /* min-width: 100vw; */
    background: url('/assets/images/finalbackground.jpg') no-repeat center center fixed;
    /* background-attachment: fixed; */
    background-size: cover;
    overflow-x: hidden;
  }
  .note{
    justify-content: center;
    text-align: center;
    background: #2F3192;
    padding: 15px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -5px;
  }
  .note span{
    font-size: 12px; text-align:center; justify-content:center;
    color: white;
  }
  
  
  @keyframes fade-in {
    from {
      opacity: 0;
  
  
    }
  
    to {
      opacity: 1;
  
  
    }
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .loading-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    /* Adjust the position to place the icon properly */
    transform: translateY(-50%);
    display: none;
  }
  
  .payment-form {
    transform: scale(0.9) !important;
    background-color: #fff;
    border-radius: 25px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    width: 360px !important;
    max-width: 90% !important;
    animation: fade-in 0.8s ease-in-out;
    margin: -5vh auto 0 auto;
  
  }
  .form-group {
    position: relative;
    margin-bottom: 20px;
  }

  .error-message {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 5px;
  }

  .valid-message {
    display: none;
    color: green;
    font-size: 14px;
    margin-top: 5px;
  }

  .invalid .error-message {
    display: block;
  }

  .valid .valid-message {
    display: block;
  }

  input.invalid {
    border-color: red;
  }

  input.valid {
    border-color: green;
  }
  
  .required-asterisk {
    color: #ff3333;
    font-weight: bold;
    margin-left: -5px;
    font-size: 15px;
    padding: 3px;
  }

  h2 {
    font-weight: 900 !important;
    text-align: center !important;
    margin-bottom: 18px !important;
    color: #333 !important;
    font-size: 18px !important;
    padding: 10px 0px 30px 0px;
    line-height: 0;
  }
  
  .form-group {
    position: relative !important;
    margin-bottom: 20px !important;
  }
  
  label {
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease-out;
    opacity: 0.5;
    color: #333;
    font-size: 12px;
    z-index: 15;
  }
  
  .active {
    top: -10px;
    font-size: 12px;
    opacity: 1;
    /* padding: 0 6px; */
    z-index: 16;
  }
  
  .accountnumberlabel.active {
    top: -10px;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 1;
    padding: 0 0px;
  }
  
  .accountnumberlabel {
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 10px;
    pointer-events: none;
    transition: 0.3s ease-out;
    opacity: 0.8;
    color: #333;
    font-size: 12px;
    z-index: 15;
  }
  
  .meternumberlabel.active {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 1;
    padding: 0 0px;
  }
  
  .meternumberlabel {
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: absolute;
    top: 60%;
    left: 10px;
    pointer-events: none;
    transition: 0.3s ease-out;
    opacity: 0.8;
    color: #333;
    font-size: 12px;
    z-index: 15;
  }
  
.emaillabel.active {
  top: 0px;
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 1;
  padding: 0 0px;
}

.emaillabel {
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 10px;
  pointer-events: none;
  transition: 0.3s ease-out;
  opacity: 0.8;
  color: #333;
  font-size: 13px;
  z-index: 15;
}
  
  .phonelabel.active {
    top: 0px;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 1;
    padding: 0 0px;
  }
  
  .phonelabel {
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 10px;
    pointer-events: none;
    transition: 0.3s ease-out;
    opacity: 0.5;
    color: #333;
    font-size: 12px;
    z-index: 15;
  }
  
  input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -1px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  input[type="checkbox"]{
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 2px;
  }
  
  input[type="text"],
  input[type="number"],
  input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff!important;
  }
  
  input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -1px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  input[type="number"]:not(:disabled) {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -1px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    background-color: #fff;
    cursor: pointer !important;
  }
  
  input[type="tel"]:not(:disabled) {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -1px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    background-color: #fff;
    cursor: pointer !important;
  }
  
  .accountnumber {
    height: 40px;
    background: rgba(255, 255, 255, 0.563) !important;
  }
  
  .meter,
  .phone {
    height: 40px;
    background: #e6e3e3;
  }
  
  .input-message,
  .input-message.active {
    visibility: hidden;
    top: 115%;
    opacity: .6;
    padding: 0;
    margin: 0;
    transition: none;
  }
  
  .input-message.error,
  .input-message.active.error {
    visibility: visible;
    color: #f7766e;
  }
  
  /* .input-message.info {
    visibility: visible;
    color: #4f6f81;
    transition: all 300ms;
  } */
  
  input[type="text"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder {
    opacity: 0;
    transition: all 300ms;
  }
  
  input[type="text"]:focus::placeholder,
  input[type="number"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder {
    color: #4f6f81;
    opacity: .5;
  }
  
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    outline: none;
    border-color: #f0ad4e;
    box-shadow: 0 0 5px rgba(240, 173, 78, 0.5);
  }
  
  input[type="text"]:focus+label,
  input[type="email"]:focus+label,
  input[type="tel"]:focus+label {
    top: 0;
    font-size: 12px;  
    opacity: 1;
    padding: 0 6px;
    color: #f0ad4e;
  }
  input[type="number"]:focus+label{
    top: -10px;
    font-size: 12px;
    opacity: 1;
    padding: 0 6px;
    color: #f0ad4e;
    
  }
  
  input[type="email"]:focus+label{
    top: 0px!important;
    font-size: 12px;
    opacity: 1;
    padding: 0 6px;
    color: #f0ad4e;
    
  }
  
  input.error[type="text"]:focus,
  input.error[type="number"]:focus,
  input.error[type="email"]:focus,
  input.error[type="tel"]:focus,
  input.error[type="text"],
  input.error[type="number"],
  input.error[type="email"],
  input.error[type="tel"] {
    border-color: #f7766e;
    box-shadow: 0 0 5px rgba(240, 89, 78, 0.562);
  }
  
  input.error[type="text"]:focus+label,
  input.error[type="number"]:focus+label,
  input.error[type="email"]:focus+label,
  input.error[type="tel"]:focus+label,
  input.error[type="text"]+label,
  input.error[type="number"]+label,
  input.error[type="email"]+label,
  input.error[type="tel"]+label {
    color: #f7766e;
  }
  
  input[type="email"]:focus+label,
  input[type="tel"]:focus+label {
    top: -10px;
  }
  
  input[type="submit"] {
    width: 100%;
    background-color: #2F3192;
    color: #fff;
    cursor: not-allowed;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    border-radius: 10px !important;
    padding: 12px 0;
    font-size: 14px;
  }
  input[type="button"] {
    width: 100%;
    background-color: #2F3192;
    color: #fff;
    cursor: not-allowed;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    border-radius: 10px !important;
    padding: 12px 0;
    font-size: 14px;
  }
  
  
  input[type="submit"]:hover {
    background-color: #31b0d5;
    border-radius: 10px !important;
    transform: translateY(-2px);
  }
  input[type="button"]:hover {
    background-color: #31b0d5!important;
    border-radius: 10px !important;
    transform: translateY(-2px);
  }
  
  .p-4 {
    padding: 2.5rem !important;
  }
  
  @keyframes slide-down {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .payment-selection {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #333;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    animation: slide-down 1s ease-in-out;
  }
  
  .payment-selection h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .payment-options {
    display: flex;
    justify-content: space-around;
    margin-right: 10px;
    margin-top: 20px;
  }
  
  .payment-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    /* border: 2px solid transparent; */
    border-radius: 5px;
    transition: border-color 0.3s;
    padding: 5px;
    width: 70%;
  }
  
  .payment-option img {
    width: 80px;
    height: 30px;
    object-fit: contain;
  }
  
  .payment-option h5 {
    margin: 0;
    font-size: 14px;
    font-size: 14px;
  }
  
  
  .payment-option.selected {
    /* border-color: #000; */
    transform: none;
    transition: none;
  
  }
  
  .payment-option.selected img {
    opacity: 0.7;
  }
  
  /* .payment-option:hover {
    border-color: #0261fb;
    transform: scale(1.05); 
    transition: transform 0.3s ease; 
  } */
  .error-message {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 5px;
  }
  
  
  @media only screen and (max-width: 768px) {
    body {
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
  
    .payment-form {
      width: 90%;
      max-width: 100%;
      margin-top: -10vh;
    }
  
    h2 {
      font-size: 16px !important;
      padding: 40px 0px 15px 0px;
    }
  
    input[type="text"],
    input[type="number"],
    input[type="email"] {
      font-size: 14px;
    }
  
    input[type="submit"] {
      font-size: 12px;
    }
  
    .p-4 {
      padding: 1.5rem !important;
    }
  
    .payment-selection {
      margin: 20px auto;
      padding: 10px;
    }
  
    .payment-selection h2 {
      font-size: 20px;
      margin-bottom: 15px;
    }
  
    .payment-options {
      display: flex;
      justify-content: space-around;
      margin-top: 20px;
      flex-wrap: nowrap;
    }
  
    .payment-option {
      width: 100%;
      max-width: 200px;
    }
  }
  
  
  .sidebar-contact {
    position: fixed;
    top: 50%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }
  
  .sidebar-contact.active2 {
    z-index: 100;
    left: 0;
  }
  
  .sidebar-contact input,
  .sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
  }
  
  .sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
  }
  
  .sidebar-contact textarea {
    height: 60px;
    resize: none;
  }
  
  .sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
  }
  
  .toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    top: 0;
    right: -48px;
    line-height: 48px;
  }
  
  .toggle.active2 {
    top: 0;
    right: 0;
  }
  
  .toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 18px;
    color: #fff;
  }
  
  .toggle.active2:before {
    content: '\f00d';
  }
  
  .scroll {
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  }
  
  .scroll div {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .scroll strong {
    font-weight: bold;
    color: #007BFF;
  }
  
  .scroll a {
    color: #007BFF;
    text-decoration: none;
  }
  
  .scroll a:hover {
    text-decoration: underline;
  }
  
  
  @media(max-width:768px) {
    .sidebar-contact {
      z-index: 100;
      width: 100%;
      height: 90%;
      left: -100%;
    }
  
    .sidebar-contact .toggle {
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s;
    }
  
    .sidebar-contact.active2 .toggle {
      top: 0;
      right: 0;
      transform: translateY(0);
    }
  
    .scroll {
      padding: 10px;
      background: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 5px;
    }
  
    .scroll div {
      margin-bottom: 20px;
      font-size: 16px;
    }
  
    .scroll strong {
      font-weight: bold;
      color: #007BFF;
    }
  
    .scroll a {
      color: #007BFF;
      text-decoration: none;
    }
  
    .scroll a:hover {
      text-decoration: underline;
    }
  
    .content {
      padding: 50px 50px;
    }
    .wrapper{
      zoom: 0.8;
    }
  
    .payment-options label {
      margin-left: 7px !important;
      margin-bottom: 0;
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      pointer-events: initial;
      transition: 0.3s ease-out;
      opacity: 1;
      width: 100%;
    }
    .open-faq-bot-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #2F3192;
      color: #fff;
      padding: 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      display: flex;
      align-items: center; 
      font-size: 12px;
      z-index: 1002;
    }
  }
  
  
  .payment-options input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  /* .payment-options-2 input {
    position: absolute;
    z-index: 999;
  } */
  
  .ewallet {
    background-image: url(/assets/images/ewallet.png);
  }
  
  .mastercard {
    background-image: url(/assets/images/visa.png);
  }
  
  .qrph {
    background-image: url(/assets/images/qrph.jpg);
  }
  
  /* @keyframes movingBorder {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  } */
  
  
  .payment-options input:active+.drinkcard-cc {
    opacity: 0.9;
  }
  
  .payment-options input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    /* animation: movingBorder 0.5s ease; */
    border: 3px solid #4c00ff;
  }
  
  .drinkcard-cc {
    cursor: pointer;
    border: 1px #000 solid;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 50px;
    /* -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in; */
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.5);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.5);
    filter: brightness(1.2) grayscale(0.5) opacity(0.5);
  }
  
  .drinkcard-cc:hover {
    -webkit-filter: brightness(1.0) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.0) grayscale(0.5) opacity(0.9);
    filter: brightness(1.0) grayscale(0.5) opacity(0.9);
  }
  
  span {
    margin-left: 10px;
  }
  .mt-2{
    margin-top: -1.5rem!important;
  }
  
  
  .payment-options input {
    margin: 5px 0 0 12px !important;
  }
  
  .payment-options label {
    margin-left: 7px !important;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    pointer-events: initial;
    transition: 0.3s ease-out;
    opacity: 1;
    width: 70%;
  }
  
  @media screen {
    img {
      max-width: 100%;
    }
  
    td,
    th {
      box-sizing: border-box;
    }
  
    u~div .wrapper {
      min-width: 100vw;
    }
  
    a[x-apple-data-detectors] {
      color: inherit;
      text-decoration: none;
    }
  
    .all-font-roboto {
      font-family: Roboto, -apple-system, "Segoe UI", sans-serif !important;
    }
  
    .all-font-sans {
      font-family: -apple-system, "Segoe UI", sans-serif !important;
    }
  }
  
  @media only screen and (min-width: 575px) and (max-width: 616px) {
    body{
      background: url(/assets/images/575.png)!important;
      background-size: cover!important;
      background-attachment: fixed!important;
      background-repeat: no-repeat!important;
      background-position: center!important;
    }
    .sm-inline-block {
      display: inline-block !important;
    }
  
    .sm-hidden {
      display: none !important;
    }
  
    .sm-leading-32 {
      line-height: 32px !important;
    }
  
    .sm-p-20 {
      padding: 10px !important;
    }
  
    .sm-py-12 {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
    }
  
    /* .sm-text-center {
      text-align: center !important;
    } */
    .sm-text-xs {
      font-size: 12px !important;
    }
  
    .sm-text-lg {
      font-size: 18px !important;
    }
  
    .sm-w-1-4 {
      width: 25% !important;
    }
  
    .sm-w-3-4 {
      width: 75% !important;
    }
  
    .sm-w-full {
      width: 100% !important;
    }
  }
  
  @media (max-width: 600px) {
    .sm-dui17-b-t {
      border: solid #4299e1;
      border-width: 4px 0 0;
    }
  }
  
  .account-details-wrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
  }
  
  #accountDetailsWrapper {
    display: none;
  }
  .input-message.error, .input-message.active.error{
    color: #ff1717 !important;
  }
  .tacbox {
    display: flex;
    align-items: center;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #fee086; /*#eee*/
    border-radius: 15px;
    margin-right: 1px;
    max-width: 800px;
    
  }
  
  /* input {
    height: 2em;
    width: 2em;
    margin-right: 1em;
  }
   */
   input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

  span {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
  }
  
  a {
    color: #007bff; /* Change the color as needed */
    text-decoration: underline;
  }
  #faqBot {
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    display: none;
    z-index: 1001;
    transition: transform 0.3s ease-in-out;
  }
  
  #faqBot.open {
    /* Slide in from the right */
    transform: translateX(0);
  }
  
  #faqBot h4 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  
  #faqBot ul {
    list-style-type: none;
    padding: 0;
  }
  
  #faqBot li {
    margin-bottom: 10px;
  }
  
  #faqBot strong {
    color: #007bff;
  }
  
  .open-faq-bot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color:#2F3192;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center; 
    z-index: 1002;
    font-weight: 900!important;
  }
  
  .open-faq-bot-button i {
    margin-right: 5px; 
  }
  
  .open-faq-bot-button:hover {
    background-color: #0056b3;
  }
  .alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.greencross
{
  font-size:18px;
      color: #25ff0b;
    text-shadow: none;
}



.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
  background: red;
  box-shadow: 0px 0px 2px #ff0303;
  color: #fff;
  transition:0.5s;
  cursor:pointer;
}
.message{
  display: flex; text-align:justify;
  color:rgb(255 222 222);
  font-weight: 900;
}

/* .alert-danger:hover
{
     background-color: rgba(220, 17, 1, 0.33);
     color: red;
  transition:0.5s;
} */
.fa-times{
  color: red;
}
.danger
{
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}
.alert-dismissible{
  padding: 10px!important;
}
.alert-simple.alert-primary
{
  border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-primary:hover{
  background-color: rgba(1, 204, 220, 0.33);
   transition:0.5s;
}

.alertprimary
{
      font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
}

.fa-times
{
/* -webkit-animation: blink-1 2s infinite both;
	        animation: blink-1 2s infinite both; */
          color: white;
}
.mobilelogo{
  display: none;
}


/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 675px) {
  span{
    font-size: 14px;
  }
  .wrapper{
    zoom: 0.8;
  }
  .note{
    justify-content: center;
    text-align: center;
    background: #2F3192;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -5px;
  }
  .note span{
    font-size: 11px; text-align:center; justify-content:center;
    color: white;
  }
#faqBot{
  right: 0!important;
}
.open-faq-bot-button{
  right: 0!important;
}
.toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 12px;
  color: #fff;
}
.sidebar-contact {
  z-index: 100;
  width: 100%;
  height: 80%;
  left: -100%;
}
.scroll div {
  margin-bottom: 20px;
  font-size: 13px;
  text-wrap: nowrap;
}
body{
  background: url(/assets/images/white\ \(2\).png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.payment-form{
    transform: scale(0.8)!important;
    margin-bottom: -40px;
    margin-top: 0px;
}
input[type="button"]{
  font-size: 12px;
}
input[type="submit"]{
  font-size: 12px;
}


}
@media only screen and (min-width: 425px) and (max-width: 675px) {
  body{
    background: url(/assets/images/425.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wrapper{
    zoom: 0.8;
  }

}
select{
  border: 1px solid #000!important;
}
.input-error {
  border: 2px solid red!important;
}

@media only screen and (min-width: 320px) and (max-width: 675px){
  body{
    background: url(/assets/images/white\ \(2\).png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sidebar-contact {
    z-index: 100;
    width: 100%;
    height: 80%;
    left: -100%;
  }
}