  @import url("https://use.typekit.net/wua0qlm.css");

  /* Light */
  @font-face {
      font-family: 'SF Pro Display';
      src: url('../font/SF-Pro-Display-Light.otf') format('opentype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }

  /* Regular */
  @font-face {
      font-family: 'SF Pro Display';
      src: url('../font/SF-Pro-Display-Regular.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  /* Medium */
  @font-face {
      font-family: 'SF Pro Display';
      src: url('../font/SF-Pro-Display-Medium.otf') format('opentype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }

  /* Bold */
  @font-face {
      font-family: 'SF Pro Display';
      src: url('../font/SF-Pro-Display-Bold.otf') format('opentype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }


  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      font-family: 'SF Pro', sans-serif;
      font-weight: 400;
      font-style: normal;
      background: #f0f0f0;
      color: #3e426e;
  }

  /* ------ Header Section Design -----  */
  #login {
      max-height: 100vh;
      width: 100vw;
      overflow-x: hidden;
  }

  .login-header {
      /* min-height: 240px; */
      width: 100%;
      background: #093561;
      background: linear-gradient(180deg, rgba(9, 53, 97, 1) 0%, rgba(59, 121, 181, 1) 100%);
      border-bottom-left-radius: 50% 100%;
      border-bottom-right-radius: 50% 100%;
      display: flex;
      justify-content: start;
      /* justify-content: end; */
      align-items: center;
      flex-direction: column;
  }

  .logo {
      margin-top: 20px;
      margin-bottom: 20px;
      height: 35px;
      width: 280px;
  }

  .text-logo,
  .text-logo-main {
      margin-bottom: 80px;
      text-align: center;
      /* font-family: 'SF Pro', sans-serif; */
      font-family: myriad-pro, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      color: #fff;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex-direction: column;
      flex-wrap: wrap;
  }

  .text-logo-main {
      flex-direction: row;
      margin-bottom: 100px;
  }

  .heading-text {
      text-align: center;
      width: 800px;
      font-weight: 700;
      font-size: 35px;
  }

  .mobile-title {
      font-family: myriad-pro, sans-serif;
      font-style: normal;
  }

  .thank-text {
      text-align: center;
      width: 800px;
      font-weight: 700;
      font-size: 35px;
  }

  .sub-heading-text {
      font-size: 14px;
      text-transform: none;
  }

  .copperplate {
      font-family: "copperplate", serif;
      font-weight: 700;
      font-style: normal;
      text-transform: capitalize;
  }

  /* ------ Main Section Design -----  */
  .container {
      width: 1280px;
      margin: 5% auto;
  }

  .items {
      display: flex;
      margin: 2% 5%;
  }

  .items .left,
  .items .right {
      width: 50%;
  }

  .left {
      display: flex;
      justify-content: end;
      margin-right: 20px;
  }

  .left img {
      border: 5px solid #fff;
      filter: drop-shadow(0px 0px 10px #c2bfbf);
      border-radius: 7%;
      width: 560px;
      height: 540px;
      object-fit: cover;

  }

  .right {
      padding: 2%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .right-heading {
      font-family: 'SF Pro', sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #3e426e;
  }

  .form-control {
      margin: 30px 0;
      display: flex;
      flex-direction: column;
      gap: 30px;
      user-select: none;
  }

  .field {
      width: 100%;
  }

  .field input[type="tel"],
  .field input[type="email"],
  .field input[type="text"] {
      width: 100%;
      height: 40px;
      border-radius: 7px;
      padding: 15px;
      font-weight: 500;
      font-size: 16px;
      outline: none;
      border: 2px solid rgb(190, 188, 188);
  }

  .field.c1 {
      font-size: 20px;
      display: flex;
      gap: 20px;
  }

  .field.c1 label {
      cursor: pointer;
      text-decoration: underline;
  }

  .field input[type="checkbox"] {
      height: 20px;
      width: 20px;
      cursor: pointer;
  }

  input[type="submit"] {
      width: 100%;
      height: 40px;
      border: none;
      border-radius: 25px;
      background: #0E93D5;
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
  }

  .sub-heading-text {
      display: none;
  }

  .text-logo hr {
      display: none;
  }

  /* ------ Landing Main ----------- */
  .mobile-show {
      display: none;
  }

  .main-contain {
      margin: 0 auto;
  }

  .extra-space {
      margin-top: 30px;
  }

  .video-container {
      position: relative;
      width: 100%;
      margin: 0 auto;
  }

  .video-screen {
      width: 555px;
      height: 555px;
      max-height: 100vh;
      object-fit: cover;
      border-radius: 7%;
      cursor: pointer;
      border: 4px solid #fff;
      filter: drop-shadow(5px 5px 15px #e6e3e3);
  }

  .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      transition: opacity 0.3s ease;
      z-index: 2;
  }

  img#playBtn {
      object-fit: contain;
      height: unset;
      width: unset;
      background: none;
      border: none;
      filter: none;
  }

  .start-title {
      font-family: myriad-pro, sans-serif;
      font-style: normal;
      display: block;
      font-size: 23px;
  }

  .end-title {
      display: block;
      font-size: 18px;
      padding-right: 35px;
      line-height: 25px;
      letter-spacing: 1px;
  }

  .btn-with {
      flex-direction: column;
      justify-content: start;
  }

  .list-btn-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 15px 5%;
  }

  .list-btn {
      padding: 10px;
      background-color: #0B71A6;
      border: none;
      cursor: pointer;
      border-radius: 25px;
      width: 220px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px;
  }

  select {
      cursor: pointer;
      /* Hide default arrow */
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;

      /* Add custom arrow */
      background-image: url("../images/ArrowDown.png");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 12px;
  }

  select:focus,
  select:active {
      outline: none;
      box-shadow: none;
      border-color: #e7e7e7;
  }

  .s1 select,
  .s2 select {
      width: 120px;
      height: 40px;
      border-radius: 5px;
      border: 1px solid rgb(231, 231, 231);
      color: #3e426e;
      font-weight: 700;
      padding: 0 15px;

  }

  .s2 label,
  .s3 label,
  .s4 label,
  .s5 label {
      font-size: 14px;
      margin-bottom: 5px;
      color: #666666;
  }

  .s3 select,
  .s4 select,
  .s5 select {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: 1px solid rgb(231, 231, 231);
      padding: 0 15px;
      font-weight: 700;
      color: #999999;
  }

  input[type="submit"].main-submit {
      height: 60px !important;
      max-width: 442px;
      margin: 0 auto;
      font-size: 25px;
      border-radius: 50px;
      background: #0B71A6;
  }

  .mobile-container {
      width: 80%;
      margin: 10% auto 10% auto;
  }

  .shadow-none {
      filter: none !important;
  }

  /* ----- Confirmation Page Design ------  */
  .blank-field {
      height: 620px;
      width: 100%;
      text-align: center;
  }

  .blank-heading {
      font-size: 20px;
      width: 80%;
      margin: auto;
  }

  .learn-heading,
  .thank-heading {
    display: none;
    font-family: 'SF Pro', sans-serif;
  }

  .btn-container {
      width: 80%;
      margin: auto;
  }

  .button-design {
      width: 300px;
      height: 35px;
      background: #0E93D5;
      border: none;
      border-radius: 25px;
      color: #fff;
      text-transform: uppercase;
      margin: 5% 0;
      cursor: pointer;
  }

  /* ------ Footer Section Design -----  */
  hr {
      height: 5px;
      background: #364A7D;
  }

  .toper {
      margin-top: 10px;
  }

  .double-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .double-logo img {
      width: 350px;
  }

  .double-logo.mobile {
      display: none;
  }