body {
    background-color: #FAFBFC !important;
}
.padding_left {
    /*padding-left: 10% !important;*/
}
.header {
    width: 100%;
    float: left;
    padding: 17px 50px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px #1122110D;
}
.container {
    float: left;
}
.card {
    border: none !important;
}
.main_logo img {
    width: 180px;
    height: 60px;
}

/*********** progress bar ************/
#form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
  
.finish {
    text-align: center
}
  
#form fieldset:not(:first-of-type) {
    display: none
}
  
.previous-step, .next-step {
    width: 130px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 19px;
    margin: 10px 5px 10px 0px;
    float: right;
}
  
.form, .previous-step {
    background: #DADADA;
    font-weight: 500;
    color: #000;
}
  
.form, .next-step {
    background: #ff0000;
    font-weight: 500;
}
#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}
  
#form .next-step:hover,
#form .next-step:focus {
    background-color: #2F8D46
}
  
.text {
    color: #2F8D46;
    font-weight: normal
}
  
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
  
#progressbar .active {
    color: #112211
}
  
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #112211;
    text-align: center;
}
  
#progressbar li:before {
    /*content: "\f072" !important;*/
    /*font-family: fontawesome;*/
    /*color: #0C3073 !important;*/
    /*font-size: 15px !important;*/
    /*padding-top: 4px !important;*/
    content: "." !important;
    font-family: fontawesome;
    color: #0C3073 !important;
    font-size: 69px !important;
    padding-top: 4px !important;
    line-height: 0 !important;
}
  

  
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
  
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
  
#progressbar li.active:after {
    /*background: #0C3073*/
    background: linear-gradient(to left, #d3d3d3 50%, #0C3073 50%);
}
  
.progress {
    height: 20px
}
  
.progress-bar {
    background-color: #2F8D46
}
.cust_input_redio label {
    /*padding-left: 30%;*/
    /*padding-left: 14%;*/
    font-size: 11px;
}
.add_multiple_city {
    color: #0D3073;
}
.color_blue {
    color: #0D3073;
}
.color_red {
    color: #FF6B73;
}
.d_none {
    display: none !important;
}
fieldset:not(:first-of-type) {
    display: none;
}
.cust_line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.2);
}
label.redio_lable {
    background: #F5F6F8;
    width: 92%;
    padding: 8px 15px;
    border-radius: 5px;
}
.cust_box {
    width: 17%;
    float: left;
    text-align: center;
    background: #F5F6F8;
    margin: 0 10px;
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
    height: 158px;
}
.cust_box p {
    font-size: 14px !important;
    padding-top: 20px;
}
.text_blue1 {
    color: #0D73FF;
}
.flight_detail_left {
    width: max-content;
    border: 1px solid #8dd3bb61;
    border-radius: 5px;
    padding: 12px 38px;
}
.flight_detail_right {
    float: right;
    padding: 12px;
}
.flight_detail_right img {
    border-right: 1px solid #D7E2EE;
    padding: 10px;
}
.flight_bottom_sec {
    width: 100%;
    float: left;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 7%;
}
.main_head {
    font-size: 24px;
    color: #112211;
    font-weight: 600;
    padding-right: 15px;
}
.sub_head {
    font-size: 16px;
    color: #112211;
    font-weight: 400;
}
p.flight_con {
    font-size: 25px;
    color: #0D3073;
    font-weight: 500;
}
p.flight_con {
    font-size: 25px !important;
    color: #0D3073;
    font-weight: 500;
    line-height: 37.5px;
}
#drop_file_zone {
    background-color: #fff;
    border: #0D3073 3px dashed;
    padding: 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
#drag_upload_file {
    text-align: center;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
input.document_file {
    /*width: 102px;*/
    border: none;
    color: #00B400;
    font-weight: 600;
    background: no-repeat;
}
.comon_btn {
    width: 130px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 19px;
    float: left;
    background: #0D3073;
}
.pdf_sec {
    width: 100%;
    float: left;
}
.pdf_sec input {
    float: left;
    margin: 25px 25px 0px 0px;
}
.pending {
    width: 130px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 19px;
    float: left;
    background: #F84949;
}
.sort_desc textarea {
    width: 100%;
    border: none;
    background: #ECECEC;
    border-radius: 5px;
    padding: 10px;
}
.f1 {
    color: #848584;
}
input.next-step.submit {
    float: none;
}
.go_home {
    width: 165px;
}
.modal-footer .row {
    display: block !important;
    opacity: 1 !important;
}
.flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cust_box.active {
    background: #ccc;
}
.modal-content .btn-close {
    background: none;
    border: none;
}
input.document_file:focus-visible {
    outline: none;
}


.kbw-signature {
    width: 400px;
    height: 200px;
    background-color: #fff;
    border: #0D3073 3px dashed !important;
    /*padding: 30px;*/
    border-radius: 5px;
    cursor: pointer;
}

#sig canvas {
    width: 100% !important;
    height: auto;
}
button#clear {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
}
.user_login {
    width: 50%;
    margin: 0 auto;
}
.container {
    max-width: 100% !important;
}
.pdf_sec input.form-control.col-md-4 {
    width: auto;
}


/********* changes css*************/
.form-control {
    /*border-radius: .7rem !important;*/
}
input#iata_code_field {
    font-weight: 700;
    padding: 0.370rem 0.60rem;
}
div#add_passenger {
    width: fit-content;
    cursor: pointer;
}
#progressbar li.active:before {
    content: "\f072" !important;
    font-family: fontawesome;
    color: #0C3073 !important;
    font-size: 15px !important;
    padding-top: 4px !important;
    line-height: 45px !important;
}
#progressbar li.active1:after {
    background: #0C3073 !important;
}
.change_flight_redio {
    display: flex !important;
    flex-direction: row;
}
.change_flight_redio input {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.change_flight_redio label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 9px;
    margin-top: 0;
}
.ui-widget.ui-widget-content {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form-control {
    border-radius: .7rem;
}
#progressbar li.active1:before {
    content: "." !important;
    font-family: fontawesome;
    color: #0C3073 !important;
    font-size: 69px !important;
    padding-top: 4px !important;
    line-height: 0 !important;
}
.changeLanguage .dropdown-toggle::after {
    display: none;

}
.card .form-control {
    border-radius: 12px;
}
.next-step:hover {
    background: #00000075;
    color: #fff;
}
.previous-step:hover {
    background: #00000075;
    color: #fff;
}
ul.dropdown-menu.inner.selectpicker {
    display: block;
    text-align: center;
}
span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    vertical-align: middle !important;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -19px !important;
}
.asistance_img img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
}
.asistance_img span {
    float: left;
    padding-right: 2%;
}
button#get_sign {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
}
#get_sign a {
    color: #fff;
    text-decoration: none !important;
}
.addinfo:hover {
    background: #ff0000a1;
}
/*.asistance_img p {*/
/*    color: #ff0000;*/
/*    font-weight: 500;*/
/*}*/
.user_application_list {
    overflow-x: auto;
}
.segneture_btn {
    float: right;
}
.segneture_btn a {
    color: black;
    border: 2px solid #0D3073;
    border-radius: 16px;
    padding: 8px;
    font-size: 13px;
    cursor: pointer;
}
.segneture_btn a:hover {
    text-decoration: none;
    color: black;
}
.iata_sec {
    width: 20% !important;
    float: left;
}
.flight_number_sec {
    width: 80% !important;
    float: left;
}
.upload_file_btn a {
    color: #fff !important;
    border-radius: 16px;
    padding: 11px;
    font-size: 13px;
    cursor: pointer;
    background: #ff0000;
}
.upload_file_btn {
    float: right;
}
label {
    margin-top: .5rem;
}
.dinied_sec {
    display: flex;
}
.dinied_sec input {
    margin-right: 5px;
}
div#checkbox_sec_passanger input {
    width: 13px;
}
div#checkbox_sec_passanger label {
    display: contents;
}
ul.dropdown-menu.inner.selectpicker .flag-icon-al {
    margin-left: -4px;
}
.wp_section {
    position: fixed;
    top: 92%;
    right: 10px;
    transform: translate(0%, -50%);
    background: rgb(45, 183, 66);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 4px;
    z-index: 1000;
}
.wp_section i {
    color: #fff;
    font-size: 25px;
}
.btn-group.bootstrap-select.changeLanguage.fit-width.mb-0 {
    margin-bottom: 0 !important;
}
.ui-widget.ui-widget-content > li:first-child {
    background-color: #f2f6ff;
}
.ui-widget.ui-widget-content li {
    padding: 6px 6px;
}












@media (min-width: 1200px) {
    .container-fluid {
        width: 70% !important;
        margin: 0 auto;
    }
    .header .row {
        width: 72%;
        margin: 0 auto !important;
    }
}

@media (max-width: 1200px) {
    #remember_reasone .col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}


@media (max-width: 800px) {
    .header .col-md-3,.header .col-md-4 {
        flex: 50%;
        max-width: 50%;
    }
    .header .col-md-5 {
        flex: 100%;
        max-width: 100%;
    }
    .cust_box {
        width: 22%;
        margin: 5px 10px;
    }
    .user_login {
        width: 100%;
        margin: 0 auto;
    }
    span.flight_dynamic_sec {
        padding-left: 0 !important;
        width: 100%;
        float: left;
        padding-bottom: 12px;
    }
}

@media (max-width: 540px) {
    .cust_box {
        width: 27%;
        margin: 5px 10px;
    }
    .kbw-signature {
        width: -webkit-fill-available;
    }
    .card.mt-5.bg-transparent {
        margin-top: 0rem !important;
    }
}

@media (max-width: 500px) {
    ul#progressbar li {
        font-size: 12px;
    }
    .cust_input_redio label {
        padding-left: 0%; 
        font-size: 11px;
    }
}
@media (max-width: 458px) {
    .cust_box {
        width: 41%;
        margin: 5px 10px;
    }
}














