



.tct_criteria {
    padding: 20px;
    border: 1px solid #8B4EA9;
    margin-top: 20px;
}

.tct_criteria p {
    font-size: 16px;
}

.tct_criteria ul {
    padding-left: 17px;
}

.tct_criteria li {
    padding-left: 30px;
    color: #707070;
}

.tct_login_container {
    margin-top: 30px;
}

.tct_login_panel {
    padding: 20px;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 2px 6px 0px #b7b7b7;
}

.tct_login_form {
    margin-top: 20px;
}

.tct_btn {
    margin-bottom: 10px;
}

.tct_main_container .custom_alert_container .custom_alert_mask {
    position: fixed;
    z-index: 2;
}

.tct_main_container .custom_alert_container .custom_alert {
    position: fixed;
    z-index: 3;
}

.tct_main_container {
    margin-bottom: 150px;
}

.tct_lnbr_holder {
    margin-top: 45px;
    margin-bottom: 15px;
}

.tct_title {
    font-weight: bold;
}

.tct_flights_holder {
    border: 1px solid #A5A1A7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px;
    position: relative;
}

.tct_pax_holder {
    border: 1px solid #A5A1A7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    padding: 30px;
    position: relative;
}

.tct_top_border {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 70px;
    background-color: #8B4EA9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 70px;
}

.tct_flights {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tct_paxs {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}


.tct_flight_plane {
    font-size: 2.5em;
    position: relative;
    top: -10px;
}

.tct_city_code {
    font-size: 2.3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.tct_sub_title {
    font-weight: 600;
}

.tct_flight_middle {
    text-align: center;
}

.tct_flight_num {
    font-weight: bold;
}

.tct_flights_border {
    margin-top: 50px;
    border-bottom: 1px dashed #A5A1A7;
    width: 100%;
}


.tct_consent_form_holder {
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F2F2F2;
}

.tct_consent_form_holder .tct_consent_form input.tct_signature {
    display: inline-block;
    width: 350px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}
/* 
.tct_checkbox {
    display: inline-block;
    width: 4%;
    height: 50px;
    top: -25px;
    position: relative;
}

.tct_consent_line {
    display: inline-block;
    width: 95%;
} */

.tct_checkbox_holder {
    text-align: right;
    padding-top: 6px;
}

.tct_consent_line {
    font-size: 0.95em;
}

.tct_confirmation_form {
    margin-top: 25px;
    margin-bottom: 45px;
}


/* .tct_consent_form_holder .tct_consent_form input.tct_email {
    display: inline-block;
    width: 350px;
    margin-left: 10px;
} */

.tct_cancel_btn {
    background-color: #1D2135 !important;
    border-color: #707070 !important;
}

.tct_cancel_btn:hover {
    color: white !important
}

.tct_cancel_btn:focus {
    color: white !important
}

.tct_input_err {
    box-shadow: 0 0px 3px 1px red;
}

.tct_confirmation {
    text-align: center;
    margin-top: 70px;
}

.tct_success_tick .fa-check-circle {
    color: #0CDE66;
    font-size: 8em;
}

.tct_error_x .fa-times-circle {
    color: #DB3131;
    font-size: 8em;
}

.tct_success_title {
    margin-top: 15px;
    font-size: 1.4em;
    font-weight: bold;
}

.tct_success_msg {
    margin-top: 20px;
}

.tct_confirmation .tct_criteria_holder {
    text-align: left;
}

.tct_confirmation .tct_criteria {
    margin-top: 60px;
}

.tct_faq_container {
    margin-top: 50px;
}

.tct_faq_header {
    border: 1px solid #84329B;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.tct_arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 100%;
    font-size: 2em;
    
}

.tct_arrow .fa-chevron-down {
    transition: all 0.35s;
}

.tct_selected {
    transform: rotate(180deg);
}

.tct_faq_answer {
    padding: 20px;
    display: none;
}

.tct_faq_item {
    margin-bottom: 10px;
}







.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #07DD63;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .cbx span:last-child {
    padding-left: 8px;
  }
  .cbx:hover span:first-child {
    border-color: #07DD63;
  }
  
  .inp-cbx:checked + .cbx span:first-child {
    background: #07DD63;
    border-color: #07DD63;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }




  @media only screen and (max-width: 842px) {
    #tct_email2 {
        margin-top: 10px;
    }

    .tct_signature {
        width: 85% !important;
    }

    .tct_start_btn {
        margin-top: 10px;
    }

    .tct_confirmation_form {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }
    
    .tct_faq_header {
        padding-right: 45px !important;
    }

    .tct_flights_holder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tct_flights {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tct_pax_holder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tct_checkbox_holder {
        position: absolute !important;
        left: -25px !important;
    }
}