.booking-calculator {
    margin-top: 30px;
    margin-bottom: 40px;
    background: #0519C21A;
    padding: 20px 15px;
}

.booking-calculator select {
    border-radius: 15px;
    border: 1px solid #0519C2;
    font-size: 12px !important;
    margin-bottom: 15px;
    min-height: 46px;
    width: 100%;
}

.booking-calculator select:not([multiple]){
    height: 46px;
}


.booking-calculator select:disabled, .booking-calculator input:read-only {
    background: #f3f3f3;
    color: #6b7280;
}

.details__accommodation-calendar img{ width: 30px; }

.booking-calculator-summary-container{ display: none; }

.booking-calculator__title {
    margin-bottom: 40px;
}

.booking-calculator h1 {
    color: rgb(32, 65, 154);
}

.booking-calculator h2 {
    color: rgb(32, 65, 154);
    margin: 0;
}

.booking-calculator .form-group {
    margin-bottom: 15px;
}

.booking-calculator label {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.booking-calculator .accommodation-dates input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 44%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.booking-calculator .btn {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.booking-calculator input:disabled {
    background-color: #F0F0F0;
}

.booking-calculator select option {
    padding-top: 10px;
    padding-bottom: 10px;
}

.booking-calculator .dropdown-menu > li a {
    padding: 6px 20px;
}

.booking-calculator .dropdown-menu > li > a:focus, .booking-calculator .dropdown-menu > li > a:hover {
    color: #fff;
    background: rgb(32, 65, 154);
}

.booking-calculator .dropdown-menu > li > a:focus {
    outline: 0;
}

.booking-calculator .dropdown-menu > li a span.text {
    font-size: 13px;
}

.booking-calculator .dropdown-header {
    font-size: 14px;
    font-weight: bold;
}

.booking-calculator .bootstrap-select > .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.booking-calculator .bootstrap-select .dropdown-toggle:focus {
    color: #333 !important;
    box-shadow: inset 0 0 0 2px #2196F3;
    outline: 0 !important;
}

.booking-calculator .bootstrap-select.btn-group > .disabled {
    color: #999;
    background-color: #F0F0F0;
}

/**
 * DETAILS BUTTONS
 */
.btn-filters-wrapper {
    display: none;
}

.filters-button {
    padding: 10px 0;
    width: 100px;
    display: block;
    color: #fff;
    background: #DC6A52;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

.filters-button:hover {
    color: #FFF;
    background: #c55d47;
}

.details__footer {
    display: none;
}

/**
 * DETAILS
 */
.details__overlay {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 3;
}

.details__overlay img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.details__group {
    margin-bottom: 20px;
    position: relative;
}

.details__group-header {
    margin-bottom: 20px;
}

.details__group-header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.details__accommodation-calendar {
    display: inline-block;
}

.details__accommodation-calendar img {
    margin-right: 10px;
}

.details__accommodation .accommodation-dates {
    float: left;
    width: 95%;
}

.details__extras #SelectSchoolExtrasOption {
    float: left;
    width: 95%;
}

#SchoolExtraOptions, #Upgrades {
    z-index: inherit;
}

.details__special-offers{
    margin-bottom: 60px;
}

/**
 * SUMMARY
 */
.booking-calculator__summary {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    background: white;
}

.booking-calculator__summary p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.booking-calculator__payment-options{
    background: white;
    padding: 15px;
}

.summary__banner {
    border-bottom: 1px solid #eee;
}

.summary__banner img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.summary__header {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.summary__header-title {
    font-size: 25px;
    font-family: 'Noto Sans', serif !important;
}

.summary__header-school {
    color: #525f66;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
}

.summary__calendar {
    margin-left: 7px;
    margin-right: 7px;
    display: inline !important;
    width: 15px !important;
}

.special-offer-price, .special-offer-disclaimer{
    color: #EF5350;
}

.special-offer-disclaimer{
    font-size: 13px;
    line-height: 13px;
    display: block;
}

.summary__section-title {
    color: rgb(32, 65, 154);
    font-size: 16px;
    font-weight: 600;
}

.summary__details {
    padding: 15px;
}

.summary__details > div:not(:first-child) {
    margin-top: 20px;
}

.summary__course #GroupSize {
    font-size: 12px;
    overflow: hidden;
    padding: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.summary__course #GroupSize:focus {
    outline: 0;
}

.summary__course .tailoredGroupPricePerStudent {
    font-size: 12px;
    text-align: right;
}

.summary__course .detailCostTailoredGroupPrice {
    text-align: right;
    display: inline-block;
}

.summary__course-details, .summary__accommodation-details, .summary__extras-details {
    font-size: 12px;
    margin-bottom: 5px;
}

.summary__accommodation-details, .summary__school-extra-options {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.summary__accommodation-supplement, .summary__accommodation-fee, .summary__accommodation-upgrades {
    margin-top: 5px;
}

.summary__extras p {
    display: inline-block;
}

.summary__subtotal {
    color: #adb1b3;
    margin-top: 5px;
}

.summary__subtotal hr {
    margin: 0 15px 5px 15px;
}

.summary__total {
    color: #525f66;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.summary__total .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.summary__total hr {
    position: relative;
}

.summary__total .total-label {
    font-size: 18px;
    color: rgb(32, 65, 154);
    font-weight: 600;
}

.summary__total .total-price {
    font-size: 25px;
    text-align: right;
    font-weight: 600;
}

.summary__total .total-price .original-price{
    font-size: 18px;
    color: rgb(32, 65, 154);
    display: block;
    text-decoration: line-through;
}

.summary__balance-pay-now {
    margin-top: 10px;
    width: 100%;
    display: none;
}

.summary__balance-value {
    text-align: right;
}

.summary__balance-value p {
    color: #fff;
}

.summary__overlay {
    background: white;
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}

.summary__overlay-img {
    background: url('../gif/loading.gif') center center no-repeat;
    height: 100%;
    z-index: 20;
}

/**
 * PAYMENT OPTIONS
 */

.payment_visa_disclaimer{ margin-top: 10px; }

.payment__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
}

.payment__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.payment__contact-phone {
    font-size: 14px;
    margin-right: 20px;
    color: rgb(32, 65, 154);
}

.payment__contact-form{
    font-size: 14px;
    color: rgb(32, 65, 154);
}

.payment__button {
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    min-width: 150px;
    cursor: pointer;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

.payment__button--orange {
    background: rgb(220, 105, 81);
}

.payment__button--orange:hover {
    background: rgba(220, 105, 81, 0.8);
}

.contact__button{
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    min-width: 150px;
    cursor: pointer;
    background: rgb(32, 65, 154);
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

.booking-calculator #bookingNote {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    clear: both;
    text-align: justify;
    max-height: 200px;
    overflow: auto;
}

.booking-calculator #bookingNote p {
    font-size: 13px;
}

/**
 * Agent Iframe conact us modal
 */
.booking-calculator__agent-contact{
    display: none;
    position: fixed;
    z-index: 1; /
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/**
 * DIALOGS & INFO ICONS
 */
#CourseDetails-small-dialog, #SchoolExtraOptionInfo-small-dialog, #SchoolExtraOptionsMessage-small-dialog, #FLEveningCourseDisclaimer-small-dialog, #Accommodation-small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

#CourseDetails-small-dialog ul, CourseDetails-small-dialog p {
    font-size: 14px;
    line-height: 1.66em;
}

.zoom-anim-dialog h2 {
    color: rgb(32, 65, 154);
    margin-top: 0;
}

#bookingOnline #courseDetailsInfoIconLink{
    position: absolute;
    right: -20px;
}

#bookingOnline #courseDetailsInfoIconLink, #AccommodationInfo, #SchoolExtraOptionsInfo, #SchoolExtraOptionsMessage {
    float: right;
    display: none;
}

#bookingOnline #courseDetailsInfoIconLink a, #AccommodationInfo a, #SchoolExtraOptionsInfo a, #SchoolExtraOptionsMessage a {
    text-decoration: none !important;
    color: rgb(32, 65, 154);
}

#bookingOnline #courseDetailsInfoIconLink a:hover, #AccommodationInfo a:hover, #SchoolExtraOptionsInfo a:hover, #SchoolExtraOptionsMessage a:hover {
    text-decoration: none !important;
    color: rgb(32, 65, 154);
}

#bookingOnline #courseDetailsInfoIconLink .glyphicon, #AccommodationInfo .glyphicon, #SchoolExtraOptionsInfo .glyphicon, #SchoolExtraOptionsMessage .glyphicon {
    font-size: 14px !important;
}

#bookingOnline #SchoolExtraOptionsMessage {
    margin-right: 5px;
}

#bookingOnline .buttonSchoolExtraOption {
    float: right;
    margin: 0 2px;
}

#bookingOnline .SchoolExtrasTitle {
    margin-top: 5px;
}

#bookingOnline .blockUI {
    border-radius: 20px;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.bs-title-option {
    display: none;
}

#booking-widget-sp{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    margin: 40px 0px;
    display: none;
}


#booking-widget-sp p{
    font-size: 19px;
}

.booking-calculator-summary-container .text-right{ text-align: right; }

#MixedProgrammeDiv,#AccommodationDiv, #ExtrasDiv, .booking-calculator__payment-options, .accommodationBookingData, #WorkExperiencePriceSection,#AirportTransferPriceSection, #ExamFeeSection{ display: none; }

.ui-widget-content{ border: 1px solid #0519c2 !important; }

.ui-widget-header{
    border: 0 !important;
    background: white !important;
    color: #0519c2 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #0519c2 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #0519c2;
    background: white;
    color: white;
}

.mfp-close-btn-in .mfp-close {
    color: #0519c2 !important;
    font-size: 32px;
}

/* ============================= *
*	MEDIA QUERIES
* ============================== */
@media screen and (min-width: 1000px) {
    .booking-calculator__details ::-webkit-scrollbar{
        width: 10px !important;
    }
}

@media (min-width: 768px) {
    .booking-calculator--summary-content {
        position: sticky;
        top: 100px;
    }

    .booking-calculator-form-container { margin-bottom: 300px; }

    .booking-calculator-summary-container { margin-bottom: 100px; }
}


@media screen and (max-width: 1200px) {
    .booking-calculator .accommodation-dates input {
        width: 42%;
    }
}

@media screen and (max-width: 992px) {
    .booking-calculator .accommodation-dates input {
        width: 40%;
    }

    .payment__options{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .payment__contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .payment__contact-phone{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {

    #CourseDetails-small-dialog, #SchoolExtraOptionInfo-small-dialog, #SchoolExtraOptionsMessage-small-dialog, #FLEveningCourseDisclaimer-small-dialog, #Accommodation-small-dialog {
        overflow-y: auto;
        max-height: 70dvh;
        max-height: 70vh;
    }

    #bookingOnline #courseDetailsInfoIconLink{ right: -15px; }

    .booking-calculator .accommodation-dates input {
        width: 42%;
    }

    .btn-filters-wrapper {
        display: block;
        margin-bottom: 20px;
    }

    .booking-calculator__details {
        display: block;
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1040;
        bottom: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        overflow-x: hidden;
        transition: 0.5s;
        -webkit-overflow-scrolling: touch;
    }

    .booking-calculator__details select {
        border-radius: 15px;
        border: 1px solid #0519C2;
        font-size: 12px !important;
        margin-bottom: 15px;
        min-height: 46px;
        width: 90%;
    }

    .booking-calculator__details select:not([multiple]){ height: 46px; }

    .booking-calculator__details .fa-solid.fa-circle-info {
        font-size: 20px;
        margin-right: 20px;
        margin-top: 14px
    }

    .booking-calculator__details select:disabled, .booking-calculator__details input:read-only {
        background: #f3f3f3;
        color: #6b7280;
    }

    .booking-calculator .form-group {
        margin-bottom: 10px;
    }

    .details__group-header h2 {
        font-size: 18px;
    }

    .details__body {
        padding: 30px 15px;
        overflow-y: auto;
        position: absolute;
        top: 20px;
        bottom: 65px;
        width: 100%;
        background: #0519C21A;
    }

    .details__footer {
        padding: 10px 24px;
        width: 100%;
        height: 65px;
        line-height: 65px;
        position: absolute;
        bottom: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        border-top: 1px solid rgb(235, 235, 235);
    }

    .ff__btn {
        display: block;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 250px;
        margin: 0;
    }

    .ff__btn--reset {
        background-color: white;
        color: #20419A;
        border-color: #20419A;
    }

    .ff__btn--reset:hover {
        color: #20419A;
        background-color: #eee;
    }

    .ff__btn--done {
        background-color: #20419A;
        color: #fff;
        margin-left: 20px;
    }

    .ff__btn--done:hover, .ff__btn--done:active, ff__btn--done:focus {
        color: #fff;
        background-color: #305dd4;
    }

    .payment__contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .payment__contact-phone{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {

    .summary__balance-label {
        font-size: 13px;
    }

    .booking-calculator__summary p {
        font-size: 13px;
    }

    .payment__contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .payment__contact-phone{
        margin-bottom: 20px;
    }
}