﻿
.modal-body .modal-bullets-list {
    list-style: none;
}
/*.modal-body li::before {
      content: "•";
      float:right;
      color: #c00e72; 
    }*/

.modal-body li {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}
/*.modal-body li span{
      padding-right:10px;
      text-align: right;
    }*/
.modal-body .message {
    float: right;
    text-align: right;
    margin-top: 15px;
    margin-right: 50px;
}

@font-face {
    font-family: pauza-book;
    src: url(fonts/pauzafot-book-webfont.woff);
}

.flightDetailsPage .backgroud-opcacity {
    min-height: 100%;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    z-index: -1;
}



.flightDetailsPage.desktop .backgroud-opcacity {
    position: fixed;
}

.flightDetailsPage .cvv-hint {
    position: absolute;
    margin-right: 38%;
    margin-top: 40px;
    z-index: 999;
}

.flightDetailsPage .header .backgroud-opcacity {
    top: 0;
    position: absolute;
    z-index: -1;
}

.flightDetailsPage .backgroud-image {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 1024px;
    z-index: -1;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.flightDetailsPage .card_img_container {
    position: relative;
    height: 14px;
    overflow: hidden;
    align-content: center;
    margin-top: -20px;
    margin-bottom: 25px;
}


    .flightDetailsPage .card_img_container * {
        position: relative;
        float: right;
        margin: 0 auto;
        height: 14px;
    }

    .flightDetailsPage .card_img_container .american-card {
        width: 44px;
    }

    .flightDetailsPage .card_img_container .visa-card {
        width: 34px;
        margin-right: 12px;
    }

    .flightDetailsPage .card_img_container .master-card {
        width: 25px;
        margin-right: 12px;
    }

    .flightDetailsPage .card_img_container .diners-card {
        margin-right: 12px;
    }

.flightDetailsPage.desktop .gradient-header {
    position: absolute;
    height: auto;
    min-height: 120%;
    top: 0;
    background: -webkit-linear-gradient(270deg, #fff 0%, rgba(202, 247, 255, 0) 100%);
    background: -moz-linear-gradient(270deg, #fff 0%, rgba(202, 247, 255, 0) 100%);
    background: -o-linear-gradient(270deg, #fff 0%, rgba(202, 247, 255, 0) 100%);
    background: -ms-linear-gradient(270deg, #fff 0%, rgba(202, 247, 255, 0) 100%);
    background: linear-gradient(180deg, #fff 0%, rgba(202, 247, 255, 0) 100%);
    width: 100%;
}





.flightDetailsPage .body-content {
    overflow: auto;
    width: 100%;
}





#input_container {
    position: relative;
    padding: 0;
    margin: 0;
}

#input {
    height: 20px;
    margin: 0;
    padding-right: 50px;
}

#input_img {
    position: absolute;
    bottom: 8px;
    right: 5px;
}

.flightDetailsPage.desktop .header {
    /*height: 135px;*/
    top: 0;
    width: 100%;
    min-width: 1000px;
    z-index: 998;
    position: fixed;
    background-position: center top;
}




.flightDetailsPage #accordion {
    margin-bottom: 0px;
}

.flightDetailsPage .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 999;
}

/* Modal Content */
.flightDetailsPage .modal-content-desktop {
    margin: auto;
    width: 50%;
}

.flightDetailsPage .modal-content-mobile {
    margin: auto;
    width: 100%;
    background-color: white;
}

    .flightDetailsPage .modal-content-mobile img {
        width: inherit;
    }

.flightDetailsPage .mobile-logo-icon {
    position: relative;
    vertical-align: middle;
    max-height: 68px;
}

.hide-step {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.show-step {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
}

.flightDetailsPage input::-ms-clear {
    display: none;
}

.flightDetailsPage.desktop {
    /* height: 115%;
    background-image: url('../images/rome.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: top;
    -moz-background-position: top;
    -o-background-position: top;
    background-position: top;*/
}

.flightDetailsPage.mobile {
    height: 100%;
}

.flightDetailsPage.desktop .body {
    position: relative;
    z-index: 100;
    margin-top: 135px;
}

.flightDetailsPage.mobile .body {
    -webkit-overflow-scrolling: touch;
}

.flightDetailsPage .desktop-flight-details {
    position: fixed;
    top: 135px;
    width: 100%;
    z-index: 10;
}

.flightDetailsPage .step-padding {
    margin-top: 3px;
}

.flightDetailsPage .desktop .body-content-wrapper {
    padding: 18px;
    border-radius: 8px;
    background-color: rgba(40, 51, 53, 0.8);
}

.flightDetailsPage .mobile .body-content-wrapper {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
    padding: 10px 12px;
    background-color: #4b4e4d !important;
    /*width: 100%;
    height: 100%;*/
}

.flightDetailsPage .body-col-right {
    width: 78%;
    float: right;
    right: 0;
    left: 50%;
}

.flightDetailsPage .body-col-left {
    width: 22%;
    float: left;
    right: 50%;
    left: 0;
}

.flightDetailsPage .order-details .top-frame {
    z-index: 100;
    opacity: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #b40d6a;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
    padding: 13px;
    width: 100%;
    height: 100%;
}

    .flightDetailsPage .order-details .top-frame .top-frame-title {
        z-index: 100;
        font-family: pauza-book;
        color: #ffffff;
        font-size: 31px;
        font-weight: 300;
        text-align: center;
        line-height: 31px;
        margin-top: 7px;
    }

    .flightDetailsPage .order-details .top-frame .top-frame-content {
        z-index: 100;
        margin-top: 28px;
        height: 100%;
    }

.flightDetailsPage .top-frame-content .right-col {
    width: 30%;
    text-align: right;
    float: right;
    position: relative;
}

.flightDetailsPage .top-frame-content .center-col {
    width: 40%;
    float: right;
    position: relative;
    padding: 0px 5px;
}

    .flightDetailsPage .top-frame-content .center-col img {
        width: 100%;
    }

    .flightDetailsPage .top-frame-content .center-col .flight-details {
        margin-top: 16px;
    }

    .flightDetailsPage .top-frame-content .center-col .airline-name,
    .flightDetailsPage .top-frame-content .center-col .flight-number {
        font-family: pauza-book;
        color: #c1bfbf;
        font-size: 17px; /* Approximation due to font substitution */
        font-weight: 300;
        line-height: 18px; /* Approximation due to font substitution */
        text-align: center;
    }

.flightDetailsPage .top-frame-content .departure-flight {
    overflow: hidden;
}

.flightDetailsPage .top-frame-content .return-flight {
    margin-top: 20px;
    overflow: hidden;
}

.flightDetailsPage .top-frame-content .total-nights-row {
}

    .flightDetailsPage .top-frame-content .total-nights-row .nights-text {
        font-family: pauza-book;
        color: #c1bfbf;
        font-size: 17px;
        font-weight: 300;
        text-align: center;
        margin-right: 10px;
    }

    .flightDetailsPage .top-frame-content .total-nights-row .total-nights {
        font-family: pauza-book;
        color: #ffffff;
        font-size: 30px;
        font-weight: 300;
        text-align: right;
    }

.flightDetailsPage .top-frame-content .remarks-row {
    margin-top: 10%;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}



.flightDetailsPage .row-icon {
    direction: ltr;
    float: right;
    margin-left: 10px;
    line-height: 18px;
    vertical-align: middle;
}

.flightDetailsPage .order-details .remarks-row .remarks-row-icon {
    direction: ltr;
    min-width: 50px;
    text-align: right;
    padding-right: 0px;
    float: right;
    padding-left: 15px;
}

.flightDetailsPage .panel-heading .row-icon {
    /*line-height: 64px;*/
}

.flightDetailsPage .panel-content .row-icon {
    height: 35px;
}

.flightDetailsPage .top-frame-content .remarks-row .baggage-info {
    font-family: pauza-book;
    color: #c1bfbf;
    font-size: 16px; /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 18px; /* Approximation due to font substitution */
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    float: right;
}

.flightDetailsPage .top-frame-content .remarks-row .infant-info {
    font-family: pauza-book;
    color: #c1bfbf;
    font-size: 16px; /* Approximation due to font substitution */
    font-weight: 300;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.flightDetailsPage .top-frame-content .left-col {
    width: 30%;
    text-align: left;
    float: right;
    position: relative;
}

.flightDetailsPage .destination-iata {
    font-family: pauza-book;
    color: #ffffff;
    font-size: 43px; /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 42px; /* Approximation due to font substitution */
}

.flightDetailsPage .destination-name, .flightDetailsPage .date, .flightDetailsPage .hour {
    font-family: pauza-book;
    color: #ffffff;
    font-size: 22px; /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 18px; /* Approximation due to font substitution */
    padding: 0px;
}

.flightDetailsPage .bottom-frame {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(151, 2, 85, 0.94);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
    border-top: 1px solid black;
    width: 100%;
    padding: 13px;
    min-height: 67px;
    margin: 0;
    height: 100%;
}

.flightDetailsPage .body-content .bullets-info {
    border-radius: 8px;
    background-color: #99f0ff;
    width: 100%;
    height: 39px;
    margin-top: 10px;
}

.flightDetailsPage .bullets-info div {
    font-family: pauza-book;
    color: #000000;
    font-size: 24px; /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 39px; /* Approximation due to font substitution */
    text-align: center;
}

.flightDetailsPage input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    margin: 0;
    border-right: hidden;
    border-left: hidden;
    border-top: hidden;
}

.flightDetailsPage .bottom-frame .total-passengers-count {
    font-family: pauza-book;
    color: #ffffff;
    font-size: 56px;
    font-weight: 300;
    line-height: 36px;
    text-align: right;
}

.flightDetailsPage .bottom-frame.with-baby .total-passengers-count {
    font-size: 34px;
    line-height: 25px;
}

.flightDetailsPage .bottom-frame .passengers-info {
    float: right;
}

.flightDetailsPage .bottom-frame .passengers-text {
    font-family: pauza-book;
    color: #c1bfbf;
    font-size: 17px;
    font-weight: 300;
    line-height: 13px;
    text-align: right;
}

.flightDetailsPage .bottom-frame .total-price {
    font-family: pauza-book;
    color: #ffffff;
    font-size: 56px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    left: 0;
    float: left;
    vertical-align: middle;
}

.flightDetailsPage .bottom-frame.with-baby .total-price {
    line-height: 58px;
}

.flightDetailsPage input[type=date]::-webkit-inner-spin-button,
.flightDetailsPage input[type=date]::-webkit-outer-spin-button,
.flightDetailsPage input[type=date]::-webkit-calendar-picker-indicator,
.flightDetailsPage input[type=date]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    display: none;
}

.flightDetailsPage input[type=date] {
    font-family: pauza-book;
    font-size: 23.98px !important;
    font-weight: 300;
}

    .flightDetailsPage input[type=date]::-webkit-datetime-text {
        color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }

    .flightDetailsPage input[type=date]::-webkit-datetime-edit-text,
    .flightDetailsPage input[type=date]::-webkit-datetime-edit-day-field,
    .flightDetailsPage input[type=date]::-webkit-datetime-edit-month-field,
    .flightDetailsPage input[type=date]::-webkit-datetime-edit-year-field {
        color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }

input[type=date]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.flightDetailsPage input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
}

.flightDetailsPage .input-field {
    position: relative;
    margin-top: 1rem;
    padding: 0 10px;
    height: 45px;
}

.flightDetailsPage input, .flightDetailsPage select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    outline: none;
    height: 38px;
    margin: 0px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    width: 100%;
}

.flightDetailsPage .styled-select select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.flightDetailsPage select::-ms-expand {
    display: none;
}

.flightDetailsPage .styled-select {
    background: url('../images/dropdown-arrow.png') 12px 16px no-repeat;
    height: 38px;
}

.flightDetailsPage input.error, .flightDetailsPage select.error {
    border-bottom: 1px solid #e84242;
}

.flightDetailsPage select {
    margin-top: 2px;
}

    .flightDetailsPage select option {
        direction: ltr;
    }

.flightDetailsPage .input-field label {
    width: 100%;
    pointer-events: none;
    position: absolute;
    cursor: text;
    transition: .2s ease-out;
    bottom: 5px;
    right: 0.75em;
    box-sizing: inherit;
    font-family: pauza-book !important;
    color: #7b7b7b;
    font-size: 24px;
    font-weight: 300 !important;
    text-align: right;
}

    .flightDetailsPage .input-field label.active {
        color: #7b7b7b;
        bottom: 25px;
        font-size: 18px;
        font-weight: 300;
        color: #7b7b7b;
    }

.flightDetailsPage label.error:after {
    padding: 0 15px;
    content: attr(data-error);
    color: #e84242;
    font-weight: 700;
    opacity: 1;
    font-size: 18px;
    transition: none;
}

.flightDetailsPage .input-field label.error {
    font-size: 0 !important;
    transition: none;
}

.flightDetailsPage .input-field input {
    font-size: 24px;
    font-family: pauza-book;
    font-weight: 300;
    text-align: right;
}

.flightDetailsPage .input-field select {
    font-size: 24px;
    font-family: pauza-book;
    font-weight: 300;
    text-align: right;
    padding: 0px;
}

.select-option {
    color: #000000;
}

.default-select-option {
    color: #7b7b7b;
}

.flightDetailsPage .panel-heading {
    border-radius: 8px;
    background-color: rgba(239, 239, 239, 0.9);
    width: 100%;
    height: auto;
    padding: 0 15px;
}

.flightDetailsPage .passengers-form {
    margin-top: 5px;
}

.flightDetailsPage .passengers-panel {
    margin-bottom: 4px !important;
}

.flightDetailsPage .edit-panel-content {
    margin: 0px;
}

    .flightDetailsPage .edit-panel-content.border-top {
        padding-top: 10px;
        border-top: 1px solid #c6c7c7;
    }

.flightDetailsPage .step-title {
    font-family: pauza-book;
    color: #b40d6a;
    font-weight: 300;
    text-align: right;
}

.flightDetailsPage .panel-heading .step-title {
    font-size: 26px;
}

.flightDetailsPage .panel-content .step-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.flightDetailsPage .step-comment {
    font-family: pauza-book;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 40px;
}

.flightDetailsPage input[type=checkbox] {
    border-radius: 4px;
    border-width: 1px;
    border-color: #4c4c4c;
    border-style: solid;
    width: 16px;
    height: 16px;
}

.flightDetailsPage .continue-btn {
    border-radius: 8px;
    background-color: #b40d6a;
    border-color: transparent;
    font-family: pauza-book;
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 18px 0px 0px 0px;
    float: left;
    padding: 12px;
    margin-bottom: 30px;
    transition: 2s linear all;
}


    .flightDetailsPage .continue-btn:hover {
        background-color: #d12b88;
    }

    .flightDetailsPage .continue-btn[disabled] {
        background-color: rgb(135, 134, 135) !important;
        opacity: 0.32;
        color: white;
    }

.flightDetailsPage .passengers-info-box {
    margin-top: 15px;
    font-family: pauza-book;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    font-weight: 300;
    text-align: right;
}

.flightDetailsPage .add-passenger-btn {
    text-align: center;
    border-radius: 8px;
    border-color: transparent;
    background-color: #c6c7c7;
    font-family: pauza-book;
    color: #313131;
    min-height: 64px;
    height: auto;
    padding: 15px;
}

    .flightDetailsPage .add-passenger-btn:hover {
        background-color: rgba(198, 199, 199, 0.8);
    }

    .flightDetailsPage .add-passenger-btn[disabled] {
        background-color: rgb(78, 80, 80) !important;
        opacity: 0.41;
        color: white;
    }

.flightDetailsPage .delete-passenger-col {
    height: 46px;
    width: 40px;
    cursor: pointer;
}

.flightDetailsPage .delete-edit-passenger-col {
    height: 61px;
    width: 40px;
    cursor: pointer;
}

.flightDetailsPage .passenger-info-col {
    height: 46px;
    cursor: pointer;
}

.flightDetailsPage .passenger-info {
    font-family: pauza-book;
    color: #4b4e4d;
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    display: inline-block;
}

.flightDetailsPage .passenger-info-col .passenger-info {
    line-height: 46px;
}

.flightDetailsPage .panel-heading .panel-body,
.flightDetailsPage .panel-heading .panel-body div,
.flightDetailsPage .panel-heading .panel-body p {
    height: auto;
    margin-bottom: 0px;
}

.flightDetailsPage .panel-heading .passenger-info {
    width: 100%;
    text-align: left;
    direction: ltr;
}

.flightDetailsPage .delete-edit-passenger-col .delete-passenger-btn {
    line-height: 61px;
}

.flightDetailsPage .delete-passenger-col .delete-passenger-btn {
    line-height: 46px;
}

.flightDetailsPage .delete-passenger-btn {
    font-family: pauza-book;
    color: #4b4e4d;
    font-size: 15px;
    font-weight: 300;
}

.flightDetailsPage .add-passenger-btn .text {
    font-size: 24px;
    font-weight: 300;
    vertical-align: top;
    line-height: 34px;
}

.flightDetailsPage .add-passenger-btn .plus {
    font-size: 27px;
    font-weight: 900;
    margin-left: 5px;
    line-height: 34px;
}

.flightDetailsPage .form-control-row {
}

.flightDetailsPage .footer {
    background-color: #caf7ff;
    width: 100%;
    height: 100px;
}

.flightDetailsPage .gradient-footer {
    margin-top: -60px;
    height: 80px;
    background: -webkit-linear-gradient(90deg, #caf7ff 0%, rgba(202, 247, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, #caf7ff 0%, rgba(202, 247, 255, 0) 100%);
    background: -o-linear-gradient(90deg, #caf7ff 0%, rgba(202, 247, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, #caf7ff 0%, rgba(202, 247, 255, 0) 100%);
    background: linear-gradient(0deg, #caf7ff 0%, rgba(202, 247, 255, 0) 100%);
    width: 100%;
    bottom: 0;
}

.flightDetailsPage .panel-collapse {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
}

.flightDetailsPage .insurance-row {
    width: 100%;
    margin-top: -15px;
    transition: 0.5s ease-in-out;
    background-color: #e0e0e0;
    border-radius: 0px 0px 8px 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

    .flightDetailsPage .insurance-row .insurance-text {
        font-family: pauza-book;
        font-size: 12px;
    }

    .flightDetailsPage .insurance-row.ng-hide {
        transform: translateY(-30px);
    }

.terms-row {
    width: 100%;
    margin-top: 5px;
}

.security-note {
    float: left;
    margin-top: -25px;
    width: 50%;
    height: 17px;
    font-family: Arial;
    font-size: 12px;
}

    .security-note .icon {
        float: right;
        padding-right: 7px;
    }

    .security-note .disclaimer {
        float: right;
        width: 115px;
        max-width: calc(100% - 65px);
        padding-right: 5px;
        line-height: 0.84;
    }

.subscription-row {
    width: 100%;
    margin-top: 34px;
}

    .subscription-row p, .terms-row p, .flightDetailsPage .insurance-row p {
        padding: 0px;
        margin: 0px;
    }

/* Base for label styling */
[type="checkbox"] {
    opacity: 0;
    float: right;
    position: relative;
}

.subscription-row [type="checkbox"] + label {
    font-family: pauza-book;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    margin-right: -15px;
}

.terms-row [type="checkbox"] + label {
    font-family: pauza-book;
    color: #2e2e2e;
    font-size: 20px; /* Approximation due to font substitution */
    font-weight: 300;
    text-align: right;
    margin-right: -15px;
}

.flightDetailsPage .insurance-row [type="checkbox"] + label {
    height: 14px;
    font-family: pauza-book;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    margin-right: -15px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

    /* checkbox aspect */
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        right: 0;
        top: 2px;
        border-radius: 4px;
        border-width: 1px;
        border-color: #4c4c4c;
        border-style: solid;
        width: 17px;
        height: 17px;
    }
    /* checked mark aspect */
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: '\2714\fe0e';
        position: absolute;
        top: 3px;
        right: 0px;
        font-size: 18px;
        line-height: 0.8;
        color: #b40d6a !important;
        transition: all .2s;
    }
    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }

    [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
[type="checkbox"] + label:hover:before {
    border-radius: 4px;
    border-width: 2px;
    border-color: #494c4e;
    border-style: solid;
}

.payment-iframe {
    height: 80px;
}

.info-icon {
    display: none;
}

.flightDetailsPage .step-collapse-title {
    width: 33%;
    float: right;
    padding: 25px 15px 15px 15px;
}

.flightDetailsPage .step-collapse-content {
    width: 67%;
    float: right;
    text-align: left;
    padding: 25px 15px;
}

.flightDetailsPage .page-content {
    overflow: hidden;
    position: relative;
}

.credit-number-error {
    position: absolute;
    color: red;
    top: -10px;
}

.credit-expiration-error {
    right: 17.5vw;
    position: absolute;
    color: red;
    top: -10px;
}

.credit-cvv-error {
    right: 30vw;
    position: absolute;
    color: red;
    top: -10px;
}

@media (min-width: 1000px) {


    .flightDetailsPage .payer-details {
        margin-right: 27px;
    }

    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 38%;
        margin-top: 40px;
    }

        .flightDetailsPage .cvv-hint.ie-cvv {
            position: absolute;
            margin-right: 38%;
            margin-top: 20px;
        }

    .flightDetailsPage.desktop .header {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 1301px) and (max-width: 1650px) {
    .flightDetailsPage .top-frame-content .right-col {
        width: 32%;
    }

    .flightDetailsPage .top-frame-content .center-col {
        width: 36%;
    }

    .flightDetailsPage .top-frame-content .left-col {
        width: 32%;
    }

    .flightDetailsPage .destination-iata {
        font-size: 38px;
    }
}

@media (min-width: 1301px) and (max-width: 1550px) {
    .flightDetailsPage .body-col-right {
        width: 75% !important;
    }

    .flightDetailsPage .body-col-left {
        width: 25% !important;
    }
}

@media (min-width: 1301px) and (max-width: 1360px) {
    .flightDetailsPage .top-frame-content .remarks-row .baggage-info {
        line-height: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .flightDetailsPage .body-col-right {
        width: 70% !important;
    }

    .flightDetailsPage .body-col-left {
        width: 30% !important;
    }
}

@media (min-width: 1351px) and (max-width: 1550px) {
    .flightDetailsPage .input-field input,
    .flightDetailsPage .input-field label,
    .flightDetailsPage .input-field select,
    .wrap-dd-select .selected {
        font-size: 1.5vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 1.3vw;
        }

        .flightDetailsPage .input-field label.error:after {
            font-size: 1.3vw;
        }
}

@media (min-width: 1101px) and (max-width: 1350px) {
    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 37%;
        margin-top: 40px;
    }

    .flightDetailsPage .input-field input,
    .flightDetailsPage .input-field label,
    .flightDetailsPage .input-field select,
    .wrap-dd-select .selected {
        font-size: 1.6vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 1.3vw;
        }

        .flightDetailsPage .input-field label.error:after {
            font-size: 1.25vw;
        }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .flightDetailsPage .panel-content .step-title {
        font-size: 3.5vw !important;
    }

    .flightDetailsPage .order-details .top-frame .top-frame-title {
        font-size: 1.8vw !important;
        line-height: 1.7vw !important;
    }

    .flightDetailsPage .passengers-info-box {
        font-size: 1.8vw !important;
        line-height: 1.7vw !important;
    }

    .flightDetailsPage .input-field input,
    .flightDetailsPage .input-field label,
    .flightDetailsPage .input-field select,
    .wrap-dd-select .selected {
        font-size: 1.7vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 1.5vw;
        }

        .flightDetailsPage .input-field label.error:after {
            font-size: 1.3vw;
        }

    .flightDetailsPage .destination-iata {
        font-size: 3vw !important;
        line-height: 2.8vw !important;
    }

    .flightDetailsPage .destination-name, .flightDetailsPage .order-details .date, .flightDetailsPage .order-details .hour {
        font-size: 2.1vw !important;
        line-height: 1.9vw !important;
    }

    .flightDetailsPage .airline-name, .flightDetailsPage .flight-number {
        font-size: 1.8vw !important;
        line-height: 1.6vw !important;
    }

    .flightDetailsPage .remarks-row {
        line-height: 1.5vw !important;
    }

    .flightDetailsPage .top-frame-content .remarks-row .baggage-info,
    .flightDetailsPage .top-frame-content .remarks-row .infant-info {
        font-size: 1.7vw !important;
        line-height: 1.5vw !important;
    }

    .flightDetailsPage .bottom-frame .passengers-text {
        font-size: 1.8vw !important;
        line-height: 1.6vw !important;
    }

    .flightDetailsPage .bottom-frame .total-price, .flightDetailsPage .bottom-frame .total-passengers-count {
        font-size: 5vw !important;
        line-height: 4.8vw !important;
    }

    .flightDetailsPage .bottom-frame .total-passengers-count {
        font-size: 3.5vw !important;
    }
}

@media (max-width: 991px) {

    .credit-number-error {
        position: absolute;
        top: 25px;
        color: red;
        right: 0px;
    }

    .credit-expiration-error {
        position: absolute;
        top: 105px;
        color: red;
        right: 0px;
    }

    .credit-cvv-error {
        position: absolute;
        top: 210px;
        color: red;
        right: 0px;
    }


    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 69%;
        margin-top: 40px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: -8px;
    }

    .flightDetailsPage .bottom-frame {
        min-height: inherit !important;
    }

    #body-wrapper {
        overflow: hidden;
        margin-top: 32px;
    }

    .flightDetailsPage .back-btn {
        position: absolute;
        top: 16px;
        right: 25px;
        z-index: 9999;
    }


    .flightDetailsPage .page-content {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
    }

    .subscription-row {
        padding-right: 20px;
    }

    .payment-iframe {
        height: 290px !important;
    }

    .flightDetailsPage input, .flightDetailsPage select {
        height: 100% !important;
    }

    .flightDetailsPage .form-control-row input, .flightDetailsPage .form-control-row select {
        padding-top: 30px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .flightDetailsPage .form-control-row .mobile-icon {
        position: absolute;
        bottom: 8px;
    }

    #card-secure-fields {
        min-height: 80px;
        position: relative;
    }

    #card-number-icon {
        position: absolute;
        top: 45px;
    }

    #card-expiration-icon {
        position: absolute;
        top: 130px;
    }

    #security-number-icon {
        position: absolute;
        top: 230px;
    }

    .default-select-option {
        color: #5e5d5e !important;
    }

    #info-box {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 50%;
        display: none;
        background-color: rgba(47, 47, 47, 0.95);
        box-shadow: 0px -7px 10px 0px #c5c5c5;
        font-size: 4.2vw;
        line-height: 4.3vw;
        padding: 10px 32px;
        z-index: 9999;
        overflow: hidden;
    }

        #info-box img {
            margin-right: -10px;
            margin-bottom: 12px;
            margin-top: 15px;
        }

    .info-icon {
        display: inline-block;
        float: left;
        margin-top: -40px;
        left: 0;
        position: absolute;
    }

    .flightDetailsPage .panel-content .step-title {
        font-size: 5vw;
        margin-bottom: 0px;
    }

    .flightDetailsPage .input-field {
        height: 80px;
    }

        .flightDetailsPage .input-field label {
            color: #5e5d5e;
        }

            .flightDetailsPage .input-field label.active {
                color: #5e5d5e;
                top: 5px;
            }

    .panel-body {
        padding: 22px;
    }

        .panel-body.edit {
            padding: 22px 10px !important;
        }

    .flightDetailsPage .body-col-left {
        width: 100%;
        height: 100%;
        float: none;
        right: auto;
        left: auto;
    }

    .flightDetailsPage .body-col-right {
        width: 100%;
        height: 100%;
        float: none;
        right: auto;
        left: auto;
    }

    .flightDetailsPage .page .body {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .flightDetailsPage .order-details .top-frame .top-frame-title {
        font-size: 8vw !important;
        line-height: 7.7vw !important;
        margin-top: 0px !important;
    }

    .flightDetailsPage .destination-iata {
        font-size: 9vw !important;
        line-height: 8.8vw !important;
    }

    .flightDetailsPage .destination-name {
        font-size: 5.5vw !important;
        line-height: 5.3vw !important;
    }

    .flightDetailsPage .airline-name, .flightDetailsPage .flight-number {
        font-size: 4.8vw !important;
        line-height: 4.5vw !important;
    }

    .flightDetailsPage .order-details .date, .flightDetailsPage .order-details .hour {
        font-size: 5.1vw !important;
        line-height: 4.8vw !important;
    }

    .flightDetailsPage .remarks-row {
        line-height: 4.5vw !important;
    }

    .flightDetailsPage .top-frame-content .remarks-row .baggage-info,
    .flightDetailsPage .top-frame-content .remarks-row .infant-info {
        font-size: 4.8vw !important;
        line-height: 4.5vw !important;
    }

    .flightDetailsPage .bottom-frame .passengers-text {
        margin-right: 27px !important;
        font-size: 5.1vw !important;
        line-height: 4.9vw !important;
    }

    .flightDetailsPage .bottom-frame .total-price, .flightDetailsPage .bottom-frame .total-passengers-count {
        font-size: 14vw !important;
        line-height: 13.8vw !important;
    }

        .flightDetailsPage .bottom-frame .total-price; {
            font-size: 12vw !important;
            line-height: inherit !important;
        }

    .flightDetailsPage .bottom-frame .total-passengers-count {
        font-size: 9vw !important;
        line-height: inherit !important;
    }

    .flightDetailsPage .bottom-frame.with-baby .total-passengers-count {
        line-height: 8vw !important;
    }

    .flightDetailsPage .row-icon {
        margin-left: 21px !important;
    }

    .flightDetailsPage .row-icon-content {
        margin-left: 21px !important;
    }

    .flightDetailsPage .flight-details {
        margin-top: 20px !important;
    }

    .flightDetailsPage .return-flight {
        margin-top: 12% !important;
    }

    .flightDetailsPage .order-details .top-frame .top-frame-content {
        margin-top: 8% !important;
    }

    .flightDetailsPage .order-details .top-frame {
        padding: 21px 25px !important;
    }

    .flightDetailsPage .order-details .top-frame {
        background-color: rgba(92, 92, 92, 0.96) !important;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6) !important;
        border-radius: 0px !important;
    }

    .flightDetailsPage .bottom-frame {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        background-color: rgba(73, 76, 78, 0.94);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6) !important;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        padding: 3px 48px;
    }


    .styled-select {
        background: url('../images/dropdown-arrow-mobile.png') no-repeat left !important;
        background-position-x: 5px !important;
        background-position-y: 50px !important;
    }


    .flightDetailsPage.mobile .blur-background {
        top: 0;
        z-index: -1;
        overflow: hidden;
        padding: 0;
        margin: 0;
        position: fixed;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px);
        width: 100%;
    }

    .flightDetailsPage.mobile .header-top {
        z-index: 9996;
        position: fixed;
        width: 100%;
        text-align: center;
        direction: ltr;
        top: 0;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: -80px;
    }

    .flightDetailsPage.mobile .portrait .header,
    .flightDetailsPage.mobile .landscape .header {
        z-index: -1;
        direction: ltr;
        position: fixed;
        top: 0;
        left: 0;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        width: 100%;
        min-height: 120px;
        background-position-y: -80px;
    }

    .flightDetailsPage .add-passenger-btn {
        background-color: rgba(198, 199, 199, 0.88) !important;
        height: auto;
    }

        .flightDetailsPage .add-passenger-btn span {
            font-size: 4vw !important;
        }

    .flightDetailsPage .continue-btn {
        float: inherit;
        height: auto;
    }

        .flightDetailsPage .continue-btn div {
            font-size: 9.3vw !important;
        }

    .flightDetailsPage .edit-panel-content.border-top {
        border-top: 1px dashed #494c4e;
    }

    .flightDetailsPage .panel {
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.88);
    }

    .flightDetailsPage .input-field {
        padding: 0px;
    }

    .flightDetailsPage .form-control-row {
        width: 100%;
        padding: 0px;
    }

    .flightDetailsPage .panel-heading .passenger-info {
        display: block;
    }

    #contactForm {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {



    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 86%;
        margin-top: 171px;
    }


    .flightDetailsPage.mobile .portrait .header {
        height: 36%;
    }

    .flightDetailsPage.mobile .landscape .header {
        height: 45%;
    }

    .flightDetailsPage .input-field label.active {
        top: 7px;
    }

    .flightDetailsPage .input-field label {
        right: 0px !important;
        padding-right: 50px;
    }

        .flightDetailsPage .input-field label.error, .flightDetailsPage .input-field label.active.error {
            right: 0px !important;
            padding-right: 40px !important;
        }

    .flightDetailsPage .mobile-logo-icon {
        top: 3px;
    }

    .flightDetailsPage .page .body {
        margin-top: 12vw;
    }

    .flightDetailsPage .body-padding {
        height: 15vw;
    }

    #loader .loader-img {
        background-size: 50% auto !important;
    }

    .payment-iframe {
        height: 200px !important;
    }

    .field-cardHolderIdNumber {
        width: 50%;
        padding-left: 10px;
        float: right;
    }

    .field-cardHolderFullName {
        width: 50%;
        padding-right: 10px;
        float: right;
    }

    .flightDetailsPage .input-field select {
        font-size: 3.5vw;
    }

    .flightDetailsPage .input-field input {
        font-size: 3.5vw;
    }

    .flightDetailsPage .input-field label {
        font-size: 3.5vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 2.6vw;
        }
}

@media (min-width: 550px) and (max-width: 767px) {

    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 82%;
        margin-top: 262px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: 7px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: -5px;
    }

    .flightDetailsPage.mobile .header {
        height: 33%;
    }

    .flightDetailsPage .input-field label.active {
        top: 8px;
    }

    .flightDetailsPage .input-field label {
        right: 0px !important;
        padding-right: 50px;
    }

    .flightDetailsPage label.error:after {
        font-size: 3.5vw;
    }

    .flightDetailsPage .input-field label.error, .flightDetailsPage .input-field label.active.error {
        right: 0px !important;
        padding-right: 37px !important;
    }

    .flightDetailsPage .back-btn {
        width: 4%;
    }

    .flightDetailsPage .mobile-logo-icon {
        top: 3px;
    }

    .flightDetailsPage .page .body {
        margin-top: 13vw;
    }

    .flightDetailsPage .landscape .body-padding {
        height: 5vw;
    }

    .flightDetailsPage .portrait .body-padding {
        height: 18vw;
    }

    #loader .loader-img {
        background-size: 60% auto !important;
    }

    .flightDetailsPage .input-field select {
        font-size: 5vw;
    }

    .flightDetailsPage .input-field input {
        font-size: 5vw;
    }

    .flightDetailsPage .input-field label {
        font-size: 5vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 3.8vw;
        }

    .flightDetailsPage .step1 .step-collapse-title {
        padding: 20px 0px 15px 15px;
        width: 40%;
    }

    .flightDetailsPage .step1 .step-collapse-content {
        padding: 20px 15px 15px 0px;
        width: 60%;
    }

    .flightDetailsPage .step2 .step-collapse-title {
        padding: 20px 0px 10px 15px;
        width: 100%;
    }

    .flightDetailsPage .step2 .step-collapse-content {
        padding: 0px 0px 15px 0px;
        width: 100%;
        text-align: center;
    }

    .flightDetailsPage .portrait .step2 .step-collapse-content div {
        text-align: center;
    }

    .flightDetailsPage .landscape .step2 .step-collapse-content div {
        text-align: left;
    }

    .flightDetailsPage .add-passenger-btn span {
        font-size: 5.2vw !important;
    }

    .flightDetailsPage .panel-content .step-title {
        font-size: 6vw !important;
    }

    #info-box {
        font-size: 4.8vw;
        line-height: 5.0vw;
    }
}

@media (min-width: 450px) and (max-width: 549px) {

    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 80%;
        margin-top: 260px;
    }


    .flightDetailsPage.mobile .header {
        height: 30%;
    }


    .flightDetailsPage .input-field label.active {
        top: 8px;
    }

    .flightDetailsPage .input-field label {
        right: 0px !important;
        padding-right: 50px;
    }

    .flightDetailsPage label.error:after {
        font-size: 4vw;
    }


    .flightDetailsPage .input-field label.error, .flightDetailsPage .input-field label.active.error {
        right: 0px !important;
        padding-right: 35px !important;
    }

    .flightDetailsPage .back-btn {
        width: 4%;
    }

    .flightDetailsPage .mobile-logo {
        height: 13vw;
    }

    .flightDetailsPage .mobile-logo-icon {
        height: 12vw;
        top: 4px;
    }

    .flightDetailsPage .page .body {
        margin-top: 14vw;
    }

    .flightDetailsPage .landscape .body-padding {
        height: 10vw;
    }

    .flightDetailsPage .portrait .body-padding {
        height: 25vw;
    }


    #loader .loader-img {
        background-size: 70% auto !important;
    }

    .flightDetailsPage .input-field select {
        font-size: 6vw;
    }

    .flightDetailsPage .input-field input {
        font-size: 6vw;
    }

    .flightDetailsPage .input-field label {
        font-size: 6vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 5vw;
        }
}

@media (max-width: 767px) {

    .terms-row [type="checkbox"] + label {
        margin-right: 0px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: 0px;
    }

    .flightDetailsPage .panel-heading .passenger-info .col-xs-4 {
        width: 100% !important;
        padding: 0px !important;
    }

    .payment-iframe {
        height: 290px !important;
    }
}

@media (min-width: 200px) and (max-width: 448px) {
    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 65%;
        margin-top: 260px;
    }

    .modal-body li {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .modal-body .message {
        font-size: 20px;
        margin-top: 6px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: 8px;
        font-size: 18px;
    }

    .flightDetailsPage.mobile .header {
        height: 30%;
    }

    .flightDetailsPage label.error:after {
        font-size: 4.5vw;
    }


    .flightDetailsPage .input-field label.active {
        top: 8px;
    }


    .flightDetailsPage .input-field label {
        right: 0px !important;
        padding-right: 50px;
    }


        .flightDetailsPage .input-field label.error, .flightDetailsPage .input-field label.active.error {
            right: 0px !important;
            padding-right: 30px !important;
        }

    .flightDetailsPage .back-btn {
        width: 5%;
    }

    .flightDetailsPage .mobile-logo {
        height: 14vw;
        margin-left: 5px;
    }

    .flightDetailsPage .mobile-logo-icon {
        height: 13vw;
        top: 5px;
    }

    .flightDetailsPage .page .body {
        margin-top: 16vw;
    }

    .flightDetailsPage .landscape .body-padding {
        height: 11vw;
    }

    .flightDetailsPage .portrait .body-padding {
        height: 25vw;
    }

    #loader .loader-img {
        background-size: 80% auto !important;
    }

    .flightDetailsPage .input-field select {
        font-size: 7vw;
    }

    .flightDetailsPage .input-field input {
        font-size: 7vw;
    }

    .flightDetailsPage .input-field label {
        font-size: 7vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 6vw;
        }

    .flightDetailsPage .step-collapse-title {
        padding: 20px 0px 10px 15px;
        width: 100%;
    }

    .flightDetailsPage .step-collapse-content {
        padding: 0px 0px 15px 0px;
        width: 100%;
    }

    .field-cardHolderIdNumber {
        width: 100%;
        padding-left: 0px;
        float: inherit;
    }

    .field-cardHolderFullName {
        width: 100%;
        padding-right: 0px;
        float: inherit;
    }

    .flightDetailsPage .panel-content .step-title {
        font-size: 8vw !important;
    }

    .flightDetailsPage .passengers-form .col-xs-11 {
        width: 87% !important;
    }

    .flightDetailsPage .passengers-form .col-xs-1 {
        width: 13% !important;
    }

    .flightDetailsPage .add-passenger-btn span {
        font-size: 7vw !important;
    }

    #info-box {
        font-size: 5.7vw;
        line-height: 5.9vw;
    }
}

@media (min-width: 321px) and (max-width: 449px) {

    .flightDetailsPage .cvv-hint {
        position: absolute;
        margin-right: 74%;
        margin-top: 263px;
    }

    .modal-body li {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 21px;
    }

    .modal-body .message {
        font-size: 17px;
        line-height: 21px;
        margin-top: 6px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: 8px;
    }

    .flightDetailsPage.mobile .header {
        height: 30%;
    }

    .flightDetailsPage label.error:after {
        font-size: 4.5vw;
    }


    .flightDetailsPage .input-field label.active {
        top: 8px;
    }


    .flightDetailsPage .input-field label {
        right: 0px !important;
        padding-right: 50px;
    }


        .flightDetailsPage .input-field label.error, .flightDetailsPage .input-field label.active.error {
            right: 0px !important;
            padding-right: 30px !important;
        }

    .flightDetailsPage .back-btn {
        width: 5%;
    }

    .flightDetailsPage .mobile-logo {
        height: 14vw;
        margin-left: 5px;
    }

    .flightDetailsPage .mobile-logo-icon {
        height: 13vw;
        top: 5px;
    }

    .flightDetailsPage .page .body {
        margin-top: 16vw;
    }

    .flightDetailsPage .landscape .body-padding {
        height: 11vw;
    }

    .flightDetailsPage .portrait .body-padding {
        height: 25vw;
    }

    #loader .loader-img {
        background-size: 80% auto !important;
    }

    .flightDetailsPage .input-field select {
        font-size: 7vw;
    }

    .flightDetailsPage .input-field input {
        font-size: 7vw;
    }

    .flightDetailsPage .input-field label {
        font-size: 7vw;
    }

        .flightDetailsPage .input-field label.active {
            font-size: 6vw;
        }

    .flightDetailsPage .step-collapse-title {
        padding: 20px 0px 10px 15px;
        width: 100%;
    }

    .flightDetailsPage .step-collapse-content {
        padding: 0px 0px 15px 0px;
        width: 100%;
    }

    .field-cardHolderIdNumber {
        width: 100%;
        padding-left: 0px;
        float: inherit;
    }

    .field-cardHolderFullName {
        width: 100%;
        padding-right: 0px;
        float: inherit;
    }

    .flightDetailsPage .panel-content .step-title {
        font-size: 8vw !important;
    }

    .flightDetailsPage .passengers-form .col-xs-11 {
        width: 87% !important;
    }

    .flightDetailsPage .passengers-form .col-xs-1 {
        width: 13% !important;
    }

    .flightDetailsPage .add-passenger-btn span {
        font-size: 7vw !important;
    }

    #info-box {
        font-size: 5.7vw;
        line-height: 5.9vw;
    }
}

@media (max-width: 413px) {
    .security-note {
        margin-top: -42px;
    }
}

@media (max-width: 320px) {

    .modal-body li {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .modal-body .message {
        font-size: 14px;
        margin-top: 6px;
    }

    .flightDetailsPage .insurance-row [type="checkbox"] + label {
        margin-right: -7px;
        font-size: 18px;
    }

    .terms-row [type="checkbox"] + label {
        margin-right: -14px;
    }
}
