 @font-face{
    font-family:"helvetica";
    src:url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}
    body {
      margin: 0;
      padding: 0;
      background-color: transparent;
      color: #ffffff;
       font-family:"helvetica";
      overflow: hidden;
    }
    .container-full {
      position: relative;
      width: 100%;
      height: 100vh;
    }
    .split {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 0.8s ease-in-out;
    }
.tips {
    width: 50%;
    margin: 0px auto 0px;
}
.tips1 {
    width: 60%;
    margin: 5px auto 0px;
}
.banner {
    text-align: center;
}
    .left-side, .right-side {
      flex: 1;
      position: relative;
      overflow: hidden;
    }
    .left-side {
      background-repeat: no-repeat;
   height: 100vh;
   position: relative;
   background-size: 100% 100%;
   background-image: url(../img/b1.png);
    }
      .right-side {
    background-repeat: no-repeat;
   height: 100vh;
   position: relative;
   background-size: 100% 100%;
   background-image: url(../img/b2.png);
       overflow: auto;
}
.bunt img {
    margin: 2px 0px 10px;
}
 .left-side .swirl-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/banner.png) center center / cover no-repeat;
    opacity: 1;
    z-index: 1;
    background-size: contain;
    width: 85%;
    background-position: top;
    margin-top: 60px;
    margin-left: 20px;
}

.chosen-container {
   
    width: 100% !important;
    
}
.chosen-container-multi .chosen-choices {
       border-radius: 0px !important;
    padding: 4px 10px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;    
    background-color: #98e7fc !important;
    background-image: none !important;
    border: none !important;
    color: #000 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
  color: #000 !important;
}
.banner p {
    color: #1b4e80;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
}
    
.row.mb-3 {
    margin-bottom: 0px !important;
}
.top-logo {
    text-align: right;
    width: 90%;
}
.right-side img {
    width: 25%;
    margin-left: auto;
    margin-top: 15px;
}

 .left-text {
    position: initial;
    left: 60px;
    bottom: 20px;
    transform: translateY(0%);
    z-index: 2;
    max-width: 600px;
    margin: 30px 30px;
}
  .left-text h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    font-weight: bold;
}
   .left-text .info {
    font-size: 20px;
    margin-bottom: 0.5rem;
    display: flex
;
    align-items: center;
}
    .left-text .info i {
      color: #00bcd4;
      margin-right: 0.6rem;
    }


   .form-box {
       position: relative;
    padding: 20px;
    width: 80%;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: none;
    background-color: transparent;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s 
ease-in-out;
margin: 20px auto 20px;
}
.form-box h2 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.form-box .form-label {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
    .form-box .form-control, .form-box select, .form-box textarea {
      background-color: #98e7fc;
      border: none;
      color: #000;
       border-radius: 0px;
        padding: 4px 10px;
    }




.form-box .form-control:focus, .form-box select:focus, .form-box textarea:focus {
    box-shadow: 0 0 6px #00bcd4;
    background-color: #6adaf7;
}
    .btn-register {
    background-color: #14497c;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    width: 100%;
    padding: 3px 0;
    border: 1px solid transparent;
    margin-top: 15px;
}


    .btn-register:hover {
      background-color: transparent;
      color: #14497c;
      border: 1px solid #14497c;
    }

    /* Thankyou overlay */
    .thank-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
       background: url(../img/thank.png) center center / cover no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    }
   .thank-overlay {
    
}
.thank-container {
    position: relative;
    width: 100%;
    max-width: 100%;
   
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    transform: scale(0.8);
    opacity: 0;
    margin-top: 30px;
}
.thank-container img{
 width: 50%;
 margin: auto;
 display: block;
}
.fcop {
    width: 30% !important;
    margin: 30px auto !important;
}
.flogs {
    width: 20% !important;
}
   .logo {
      margin-top: 40px;
      font-size: 28px;
      letter-spacing: 4px;
      color: #00bcd4;
      opacity: 0;
    }
.left-side>img {
    
}
.bunt img{

}
.f-img img {
    width: 60%;
    margin-top: 20px;
}
.btn-back {
    margin-top: 30px;
    background-color: #c4b989;
    border: 1px solid #c4b989;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}
 .btn-back:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #c4b989;
}
    /* Animations */
    @keyframes appearThank {
      0% {
        opacity: 0;
        transform: scale(0.8);
      }
      60% {
        opacity: 1;
        transform: scale(1.05);
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
    }
    @keyframes glowLineAnim {
      0% {
        opacity: 0;
        width: 0;
      }
      60% {
        opacity: 1;
        width: 150px;
      }
      100% {
        opacity: 1;
        width: 150px;
      }
    }
    @keyframes fadeLogoAnim {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

/* =========== Responsive CSS =========== */

@media (max-width: 992px) {
       body {
        overflow-y: auto;
        overflow-x: hidden;
    }
        .thank-overlay {
        background-color: #000000b0 !important;
        background: url(../img/thank.png) center center / cover no-repeat;
        background-size: 100% 30%;
        background-position: center;
        height: auto;
        z-index: 9999999999;
        overflow: hidden;
    }
.thank-container img {
    width: 75%;
    margin: auto;
    display: block;
}
.fcop {
    width: 80% !important;
    margin: 20px auto !important;
}
.flogs {
    width: 50% !important;
}
  .left-side, .right-side {
        width: 100%;
        flex: none;
        height: auto;
        overflow: scroll !important;
    }
    .container-full {
    position: relative;
    width: 100%;
    height: auto;
}
  .split {
    flex-direction: column;
    transform: translateY(0) !important; /* ensure reset on mobile */
  }

  
  .right-side {
    height: auto;
    padding: 20px 0;
  }
  .form-box {
    width: 90% !important;
    max-width: 400px;
    padding: 30px 20px;
  }
  .left-text {
    left: 30px;
    top: 30px;
    transform: none;
  }
  .left-text h1 {
    font-size: 1.8rem;
  }
  .left-text .info {
    font-size: 0.9rem;
  }
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .left-text .info {
        font-size: 20px;
        width: 50%;
        float: left;
    }

  .split {
    flex-direction: column !important;
    height: auto !important;
    transform: none !important;
  }

 .left-side, .right-side {
        width: 100% !important;
        height: auto !important;
        flex: none !important;
    }

  .left-side .swirl-bg {
        background-size: 80% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

     .left-side > img {
        width: 30% !important;
        margin: 30px 0px 30px 20px !important;
        display: block !important;
    }

   .left-text {
        position: initial !important;
        left: 60px !important;
        bottom: -25px !important;
        text-align: left !important;
        margin: 14px 100px 63px !important;
        top: initial !important;
        width: 100%;
    }

  .left-text h1 {
        font-size: 28px !important;
        margin-bottom: 10px;
    }

  .form-box {
    width: 85% !important;
    max-width: 500px !important;
    margin: 40px auto !important;
  }

  .thank-container {
    width: 90% !important;
    max-width: 600px !important;
  }
  
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .form-box {
    position: relative;
    padding: 20px 25px;
    width: 90%;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: none;
    background-color: transparent;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s 
ease-in-out;
    margin: 40px auto 20px;
}
.left-text {
    position: absolute;
    left: 60px;
    bottom: 20%;
    transform: translateY(0%);
    z-index: 2;
    max-width: 600px;
}


  
}

/* =========== iPad Specific Fixes =========== */



 





@media (max-width: 576px) {
  .split {
    flex-direction: column;
  }
  .left-side, .right-side {
    width: 100%;
    height: auto;
  }
     .left-side {
        height: 450px;
    }
  .form-box {
    width: 95% !important;
    padding: 20px 15px;
  }
     .left-text {
        left: 20px;
        bottom: 23px;
        top: inherit;
            margin: 30px 30px 0px;
    }
     .left-text h1 {
        font-size: 22px;
    }
     .left-text .info {
        font-size: 16px;
    }
  .btn-back {
    font-size: 0.9rem;
    padding: 6px 16px;
  }
}
