﻿@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.typekit.net/bvd5mmv.css');

html,
body {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 200 !important;
    background-color: #fcfbf8;
}

p,
label {
    font-size: 16px;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

label {
    display: inline-block;
    font-weight: 400;
}

.table-transparent td,
.table-transparent th {
    background-color: transparent !important;
}

.fw-bold,
b,
strong {
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif !important;
    font-weight: 200 !important;
}

.text-transform-none {
    text-transform: unset !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1366px;
    }
}


hr {
    border-top: 1px solid #E5E5E5;
    opacity: 1;
}

.text-muted {
    color: #717171 !important;
}

a {
    color: #000;
}

.header-logo,
.footer-logo {
    height: 28px;
}


.container-fluid-header {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-fluid-body {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.container-fluid-footer {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f9f7f1;
}

.footer-links {
    text-transform: uppercase;
    line-height: 170%;
    text-decoration: none;
}

.footer-shortcut-links {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-headers {
    color: #7f7f7f !important;
    text-transform: uppercase;
    line-height: 170%;
    text-decoration: none;
    text-transform: none !important;
}


.container-step-progress {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0px !important;
    width: 66.66%;
}


.step-progress {
    counter-reset: step;
    padding: 0px !important;
}

    .step-progress li {
        float: left;
        min-width: 24.5%;
        width: 24.5%;
        max-width: 24.5%;
        position: relative;
        text-align: center;
        list-style: none !important;
        word-wrap: anywhere;
        line-height: 100%;
        font-weight: 500;
        color: #999;
    }

        .step-progress li.active {
            color: #000;
        }

        .step-progress li:before {
            content: counter(step);
            counter-increment: step;
            width: 64px;
            height: 64px;
            border: 3px solid #bebebe;
            display: block;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            line-height: 58px;
            background: white;
            color: #bebebe;
            text-align: center;
            font-weight: 600;
        }

        .step-progress li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background: #bebebe;
            top: 29px;
            left: -50%;
            z-index: -1;
        }

        .step-progress li.active:before {
            border-color: #a18d61;
            background: #a18d61 !important;
            color: white
        }

        .step-progress li.active:after {
            background: #a18d61;
        }

        .step-progress li.active-li:after {
            background: #a18d61;
        }

        .step-progress li.active-li:before {
            border-color: #a18d61;
            background: #a18d61;
            color: white
        }

        .step-progress li:first-child:after {
            content: none;
        }

.ctr-option-item-selected .form-check-option {
    display: none;
}

.form-check-input {
    box-shadow: none !important;
}

    .form-check-input:checked {
        background-color: #a18d61;
        border-color: #a18d61;
        box-shadow: none !important;
    }

input[type="radio"] {
    display: none;
}


    input[type="radio"] + label::before {
        content: "\2714";
        content: "";
        border: 1px solid #000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        vertical-align: bottom;
        color: transparent;
        font-size: 12px;
        text-align: center;
        line-height: 21px;
        vertical-align: middle;
        margin-left: -25px;
        margin-top: -2px;
    }


    input[type="radio"]:checked + label::before {
        background-color: transparent;
        border: 1px solid #000;
        content: url("../assets/images/form-control-radio.png");
    }

.card-option-item {
    background-color: transparent;
}

    .card-option-item .form-check-option {
        margin-bottom: 17.5px !important;
    }

        .card-option-item .form-check-option .form-check-label {
            font-weight: 600 !important;
        }

.card-room-item {
    border: none;
    border-radius: none;
    background-color: transparent;
}

    .card-room-item .card-img {
        border: none;
        border-radius: 15px !important;
        background-color: transparent;
        margin-bottom: 25px !important;
    }

        .card-room-item .card-img img {
            border-radius: 15px !important;
        }


    .card-room-item .card-title {
        margin-bottom: 15px !important;
        font-weight: 600 !important;
    }

    .card-room-item .table-room-details td,
    .card-room-item .table-room-details th {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        vertical-align: top;
    }

.table-room-details .table-room-details-heading {
    font-size: 15px !important;
}

.text-primary {
    color: #a18d61 !important;
}

.btn-primary {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 12px 25px;
    overflow: visible;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #ffffff !important;
    background-color: #a18d61 !important;
    border: none;
    width: auto;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 120px;
}

.btn-primary-outline {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 12px 25px;
    overflow: visible;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #000000 !important;
    background-color: transparent !important;
    border: 1px solid #a18d61 !important;
    width: auto;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 120px;
}

.btn-form-control {
    color: #404040;
    background-color: #fff !important;
    border: 1px solid #e7dabd !important;
    padding: 16.5px;
    min-width: 50px;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-over .form-label {
    position: absolute;
    margin-left: 27px;
    margin-top: -9px;
    display: table;
    border-radius: 0px;
    line-height: normal;
    background: linear-gradient(to bottom, #fcfbf8 50%, #fff 50%);
    border: none;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.form-over-disabled .form-label {
    background: linear-gradient(to bottom, #fcfbf8 50%, #f9f9f9 50%) !important;
}

.form-control {
    color: #404040;
    background-color: #fff;
    border: 1px solid #e7dabd !important;
    padding: 14.5px 25px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    filter: none !important;
    outline: none !important;
    border-radius: 25px;
    box-shadow: none !important;
}


.form-select {
    color: #404040;
    background-color: #fff;
    border: 1px solid #e7dabd !important;
    padding: 14.5px 25px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    filter: none !important;
    outline: none !important;
    border-radius: 25px;
    background-image: url('assets/images/form-select-arrow.png');
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: none !important;
}

textarea.form-control {
    border-radius: 50px;
}


.form-label-required {
    color: rgb(255, 0, 0);
}


.form-select-lang {
    background-color: transparent;
    border: none !important;
    padding: 0px 26px 0px 0px !important;
    background-image: url('assets/images/form-select-arrow.png');
    background-repeat: no-repeat !important;
    background-position: right 0px;
    width: auto !important;
    background-size: 24px !important;
    box-shadow: none !important;
    font-size: 14px !important;
}


.form-control:disabled, .form-select:disabled {
    cursor: default;
    background-color: #f9f9f9;
    pointer-events: none;
}


.w-md-auto {
    width: auto !important;
}

.reset {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-bottom-color: transparent;
    background-color: transparent !important;
}

.expand-wrap {
    padding: 0px !important;
    max-width: 780px;
}

.card-type-image {
    height: 24px !important;
    margin-right: 10px !important;
}
.cardExpiry {
    padding: 15px !important;
    width: 100px !important;
    max-width: 100px !important;
}
.pm-input-field.cardHolderName {
    padding: 15px !important;
}
.pm-input-field.cardNumber {
    padding: 15px 15px 15px 45px !important;
}

.pm-input-field {
    border: 1px solid #e7dabd !important;
    border-radius: 25px !important;
    height: 54px !important;
}

.pm-form-label__text {
    margin-bottom: .5rem !important;
    font-size: 12px !important;
    display: inline-block !important;
    padding: 0px !important;
}

.pm-form-label .pm-image {
    margin-top: 11px !important;
    margin-left: 5px !important;
}

    .pm-form-label .pm-image img {
        width: 32px !important;
        height: auto !important;
    }



@media (max-width: 960px) {
    .w-md-auto {
        width: unset !important;
    }

    .header-logo,
    .footer-logo {
        height: 24px;
    }

    .container-fluid-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-fluid-body {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .step-progress li:before {
        width: 32px;
        height: 32px;
        border: 2px solid #bebebe;
        margin: 0 auto 7.5px auto;
        line-height: 26px;
    }

    .step-progress li:after {
        height: 2px;
        top: 14px;
    }

    .container-step-progress {
        width: 100%;
    }

    .step-progress li {
        font-size: 12px;
    }
}
