@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
body {
  margin: 0;
  padding: 0;
  font-family: '';
  font-weight: 500;
    color: #111313;
    font-family: "Poppins";
}

h1, h2, h3, h4, h5, h6{  font-family: "Poppins"; margin-bottom:0px;}

p{font-family: "Poppins";font-size:20px; font-weight:300; margin-bottom:0px;}
/*
html {
  scroll-behavior: smooth;
}
*/

img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}
.btn {
  font-size: 16px;
  border:none;
  border-radius:30px;
  padding: 11px 30px 11px 30px;
  transition: 0.5s;
  position: relative;
  outline: none;
  
}


.form-control{
  height:50px;
  transition: 0.5s;
  outline: none;
  border-radius:8px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border:none;
  outline: none;
    background: #fff;
    padding-left: 25px;
    position: relative;
}


.form-control::placeholder{
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
.form-control:focus{
  box-shadow: none;
  border-color: #000000;
}

a:hover {
  text-decoration: none;
  color: #1363e8;
}




.top_header{
  padding: 10px 20px;
  background: #000000;
  color: #fff;
}
.logo_main{
  width: 215px;
  object-fit: contain;
}
.top_header_timer_sec{
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}
.header_timer_sec{
  display: flex;
  align-items: center;
  gap: 5px;
}
.get_clse_bx{
  width: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  background-image: url(../images/gate_box1.png);
  background-position: center;
  background-size: contain;
  justify-content: center;
  text-align: center;
}
.get_clse_bx h4{
font-size: 18px;
font-weight: 600;
line-height: 20px;

}
.get_clse_bx p{
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
}
.header_timer_sec h5{
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}





.chek-in-main-middle{
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 40px;
}
.chek-in-main-middle-main{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.main_nav{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: table;
  top: 90px;
   background-image: linear-gradient(to right, #0F373E, #012930);
 border: 1px solid #e6e6e651;
 border-radius: 13px;
 padding: 12px 25px 10px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main_nav ul {
  margin-bottom: 0;
}
.wel_bck {
  width: 40px;
}
.main_nav ul li {
  display: inline-block;
  margin-left: 23px;
  padding-left: 23px;
  position: relative;
}
.main_nav ul li a{
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px;
  color: #fff;
}
.main_nav ul li:first-child {
 margin-left: 0px;
  padding-left: 0px;
}
.main_nav ul li::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/plane_new.png);
  width: 26px;
  height: 15px;
  background-position: center;
  background-size: contain;
top: 5px;
    left: -15px;

}
.main_nav ul li:first-child::after{
  display: none;
}
.main_nav ul li.active a{
   background: #01BDD6;
   border: 1px solid #78daff;
}

.nv-menu-off{
  color: #ffffff7e!important;
}

.chek-in-main-middle-form{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.stand-form{
  width: 100%;
  height: 720px;
  object-fit: contain;

}
.footer{
  padding: 10px 0px;
  color: #fff;
  background: #000;
}
.footer p{
   font-size: 16px;
}

    .footer .container {
        max-width: 1260px;
    }

    .ft-nav{
      display: flex;
      justify-content: right;
      gap: 18px;
    }
    .ft-nav a{
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    }

.chek-in-form {
    position: absolute;
    left: 16px;
    top: 4px;
    width: 56%;
    right: 0;
    margin: 0 auto;
}
   .form-logo {
    width: 260px;
    margin: 0 auto;
    display: block;
    top: 10px;
    position: relative;
}

    /* --------check in form--------- */

.check-in-form-small {

    border-radius: 14px;
    padding: 13px 16px;
    max-width: 494px;
    width: 100%;
}
.checkin-form-head-main {
  display: flex;
  justify-content: space-between;
}

.header-text-check-in {
  max-width: 267px;
  text-align: start;
}

.header-text-check-in h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: -1px 1px 12px #01BDD6;
}

.header-text-check-in h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.checkin-highlight {
  text-align: center;
}

.checkin-highlight h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1;
}

.checkin-highlight-btn {
  background: url(../images/highlight-btn.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 28px;
  width: 78px;
}

.form-container {
  margin: 26px 0 0;
  width: 100%;
}

.form-container label {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
}

.form-container .form-control,.form-container .form-select {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  color: #000;
  height: 32px;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 15px;
}

.form-control::placeholder {
  color: #00000066;
    font-size: 12px;
}
.form-control::placeholder {
  color: #00000066;
    font-size: 12px;
}


.btn-submit {
  background-color: #04BCD7;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  padding: 12px 25px;
  transition: 0.3s;
  width: 80%;
  margin: 0 auto;
  display:flex;
  align-items: center;
  justify-content: center;
}
.btn-submit img{
  margin-right: 10px;
}

.btn-submit:hover {
  background-color: #0da2e0;
  transition: 0.3s;
}

.form-check-label {
  font-size: 11px;
  color: #d9e6ef;
}












/* drop off prize */
.drop_off_box_main-start{
   border-radius: 44px;
   background-image: linear-gradient(to right, #FFFFFF, #D3F9FF);
    width: 45%;
   position: relative;
   margin-left:auto;
   padding: 1px;
   left: -50px;
   margin-top: 10px;
}
.drop_off_box_main{
  
   background-image: linear-gradient(to right, #07383F, #01BDD6);
   border-radius: 44px;
   padding: 25px;

}
.drop-hd{
  margin-bottom: 15px;
}
.drop-hd h2{
font-size:46px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: -1px 1px 12px #01BDD6;
}
.drop-hd p{
  font-size: 18px;
  color: #fff;
}
.drop_off_box_frmbx {
    position: relative;
    left: -55px;
    /* width: 106%; */
    margin-right: -40px;
}
.drop_off_frmbx1{
  height: 80px;
  width: 100%;
  background-image: url(../images/drop_off_form_back1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 60px;
  padding-top: 13px;
}
.drop_off_frmbx1::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/circle_new.png);
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.drop_off_frmbx_start label{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.drop_off_box_frmbx input{
  padding: 0;
  height: auto;
  font-size: 16px;
  width: 100%;
  border: none;
  box-shadow: none;
  width: 90%;
  outline: 0!important;
}
.drop_off_box_frmbx input::-webkit-input-placeholder{
  color: #0000005c;
}
.drop_off_frmbx_start{
  margin-bottom: 5px;
}

.drop_off_box_frmbx select{
  padding: 0;
  height: auto;
  font-size: 16px;
  width: 100%;
  border: none;
  box-shadow: none;
  width: 94%;
  outline: 0!important;
    color: #0000005c;
}

.drop_off_box_frmbx select {
    background: #fff0 url(../images/dropdown.png)  100% 50% no-repeat;
}
.drop_off_box_frmbx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.drop_off_frmbx2{
  height: 80px;
  width: 100%;
  background-image: url(../images/drop_off_form_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 60px;
  padding-top: 13px;
}
.drop_off_frmbx2::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/circle_new.png);
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.drop_off_frmbx3{
  height: 120px;
  width: 100%;
  background-image: url(../images/drop_off_form_back3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 60px;
  padding-top: 13px;
}
.drop_off_frmbx3::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/circle_new.png);
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.drop_off_box_frmbx textarea{
  padding: 0;
  height: auto;
  font-size: 16px;
  width: 100%;
  border: none;
  box-shadow: none;
  width: 90%;
  outline: 0!important;
  resize: none;
}
.drop_off_box_frmbx textarea::-webkit-textarea-placeholder{
  color: #0000005c;
}
.drop_off_frmbx_txt_last {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-left: 58px;
    padding-right: 25px;
}
.drop_off_frmbx_txt_last p{
  font-size: 16px;
}

.drop_off_frmbx4{
  height: 169px;
  width: 100%;
  background-image: url(../images/drop_off_form_back4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 60px;
  padding-top: 23px;
  margin-top: 30px;
}
.drop_off_frmbx4::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/circle_new.png);
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.drop_off_frmbx4 h4{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.drop_off_frmbx4 h4 span{
  font-size: 15px;
  font-weight: 400;
}
.drop_off_frmbx4 h5 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #01BDD6;
}
@media (max-width:1400px){
.drop_off_frmbx4 h5 {
    font-size: 12px;
}
.drop_off_frmbx4 h4 {
    font-size: 14px;
    
}
.drop_off_frmbx4 h4 span{
  font-size: 12px;
  font-weight: 400;
}
}
.drop_off_frmbx4 p{
  font-size: 15px;
}
.prvw_visuals_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drag-drop-bx {
    width: 170px;
    height: 170px;
    margin-top: -40px;
    cursor: pointer;
}
.drag-drop-bx img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-visual-circle{
  width: 48px;
  height: 48px;
  background: #01BDD6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.preview-visual-circle img{
  width: 40px;
  height: 40px;
}
.preview-visual-bx {
    /* margin-right: 35px; */
    width: 100px;
}
.preview-visual-bx h3{
   font-size: 14px;
   font-weight: 500;
   padding-top: 5px;
}
.drop_off_frmbx5{
  height: 112px;
   background-image: url(../images/drop_off_form_back5.png);
   margin-top: 55px;
}
.drop_off_frmbx5 .drag-drop-bx {
    margin-top: -95px;
  
}
.drop_off_frmbx5 .preview-visual-bx {
  
    margin-top: -12px;
}

.drop_off_frmbx6 {
    height: 165px;
    width: 100%;
    background-image: url(../images/drop_off_form_back6.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 60px;
    padding-top: 33px;
    margin-top: 15px;
}
.drop_off_frmbx6::after{
  position: absolute;
  content: ' ';
  background-image: url(../images/circle_new.png);
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.lbl2{
  font-size: 14px!important;
  padding-top: 10px;
}
.drop_off_box_frmbx .drop_off_frmbx_txt_lastnw input {
    padding: 0;
    height: 15px;
    font-size: 16px;
    width: 15px;
    border: none;
    box-shadow: none;
    width: 15px;
    outline: 0!important;
}
.drop_off_frmbx_txt_lastnw .form-check-label {
    font-size: 16px;
    color: #d9e6ef;
    padding-left: 5px;
}
.drop_off_frmbx_txt_lastnw .form-check{
  padding-left: 25px;
}
.drop_off_frmbx_txt_lastnw22 {
    padding-top: 0;
    padding-left: 70px;
}
.drop_off_frmbx_txt_lastnw{
  padding-left: 70px;
}
.btn_nw1 {
    border-radius: 12px;
    padding: 12px 20px;
    background: #01BDD6;
    color: #fff!important;
    display: flex;
    align-items: center;
}
.btn_nw1 img{
  margin-left:7px;
  height: 20px;
  object-fit: contain;
}
.drop_off_frmbx_txt_lastnw22 .btn{
  font-size: 18px;
  margin-left: 7px;
  font-weight: 600;
}
.btn_nw2 {
    border-radius: 12px;
    padding: 12px 20px;
    background: #fff;
    color: #000!important;
    display: flex;
    align-items: center;
}
.btn_nw2 img{
  margin-left:7px;
  height: 20px;
  object-fit: contain;
}
@media (min-width:1800px){
  .drop_off_frmbx1 {
    height: 95px;
 
}
  .drop_off_frmbx2 {
    height: 95px;
 
}
.drop_off_frmbx3 {
    height: 145px;

}
.drop_off_frmbx4 {
    height: 200px;
}
.drop_off_frmbx5 {
    height: 135px !important;
}
}

.ReactModal__Content.ReactModal__Content--after-open{
  inset: 0!important;
  width: 100%!important;
  border-radius: 0!important;
}
.ReactModal__Content.ReactModal__Content--after-open::-webkit-scrollbar{
  display: none;
}