body {
    font-family: ExpoSansStd-Book;
    background: url(../images/page-background.svg) #f4f4f4;
    background-size: cover;
}


/*@font-face {
    font-family: 'Expo Sans Std';
    src: url('../fonts/ExpoSansStd-Black.eot');
    src: local('../fonts/Expo Sans Std Black'), local('ExpoSansStd-Black'), url('../fonts/ExpoSansStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Black.woff2') format('woff2'), url('../fonts/ExpoSansStd-Black.woff') format('woff'), url('../fonts/ExpoSansStd-Black.ttf') format('truetype'), url('../fonts/ExpoSansStd-Black.svg#ExpoSansStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Sans Std Book';
    src: url('../fonts/ExpoSansStd-Book.eot');
    src: local('../fonts/Expo Sans Std Book'), local('ExpoSansStd-Book'), url('../fonts/ExpoSansStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Book.woff2') format('woff2'), url('../fonts/ExpoSansStd-Book.woff') format('woff'), url('../fonts/ExpoSansStd-Book.ttf') format('truetype'), url('../fonts/ExpoSansStd-Book.svg#ExpoSansStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Sans Std';
    src: url('../fonts/ExpoSansStd-Thin.eot');
    src: local('../fonts/Expo Sans Std Thin'), local('ExpoSansStd-Thin'), url('../fonts/ExpoSansStd-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Thin.woff2') format('woff2'), url('../fonts/ExpoSansStd-Thin.woff') format('woff'), url('../fonts/ExpoSansStd-Thin.ttf') format('truetype'), url('../fonts/ExpoSansStd-Thin.svg#ExpoSansStd-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Sans Std';
    src: url('../fonts/ExpoSansStd-Medium.eot');
    src: local('../fonts/Expo Sans Std Medium'), local('ExpoSansStd-Medium'), url('../fonts/ExpoSansStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Medium.woff2') format('woff2'), url('../fonts/ExpoSansStd-Medium.woff') format('woff'), url('../fonts/ExpoSansStd-Medium.ttf') format('truetype'), url('../fonts/ExpoSansStd-Medium.svg#ExpoSansStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Sans Std';
    src: url('../fonts/ExpoSansStd-Light.eot');
    src: local('../fonts/Expo Sans Std Light'), local('ExpoSansStd-Light'), url('../fonts/ExpoSansStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Light.woff2') format('woff2'), url('../fonts/ExpoSansStd-Light.woff') format('woff'), url('../fonts/ExpoSansStd-Light.ttf') format('truetype'), url('../fonts/ExpoSansStd-Light.svg#ExpoSansStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Sans Std';
    src: url('../fonts/ExpoSansStd-Bold.eot');
    src: local('../fonts/Expo Sans Std Bold'), local('ExpoSansStd-Bold'), url('../fonts/ExpoSansStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ExpoSansStd-Bold.woff2') format('woff2'), url('../fonts/ExpoSansStd-Bold.woff') format('woff'), url('../fonts/ExpoSansStd-Bold.ttf') format('truetype'), url('../fonts/ExpoSansStd-Bold.svg#ExpoSansStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/



ul {
    padding: 0;
}

.step-content > h3 {
    font-size: 20px;
    font-weight: 700;
}

.dates {
    width: calc(100% - 120px);
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .dates li {
        display: inline-block;
        text-align: center;
        padding: 0 7px;
        position: relative;
        transition: 0.1s;
        transform-origin: center;
        min-width: 90px;
    }

        .dates li:hover {
            transform: scale(1.05);
            color: #ffa301;
        }

.dates-li-inner {
    background: #f4f4f4;
    padding: 18px 0;
    cursor: pointer;
    min-width: 95px;
}

.dates li.selected .dates-li-inner {
    background: orange;
    color: #fff;
}

.dates li.date-full .dates-li-inner {
    background: #666666;
    color: #a7a7a7;
}

.dates li.date-full:before {
    content: "FULL";
    background: #9f2929;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
}

h2#date, #visitor-count {
    margin: 0;
    font-size: 27px;
    color: #000;
}

#visitor-count {
    padding: 3px
}

.slick-slide {
    padding-bottom: 7px;
    padding-top: 7px;
}

.dates .dates-li-inner > h2 {
    margin: 0;
}

.nav-item.done a.nav-link, .nav-item.completed a.nav-link {
    font-size: 0;
}

.container {
    max-width: 1300px;
}

.dates-section {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

ul.timeslot {
    display: inline-block;
    width: 100%;
}

.timeslot li {
    list-style: none;
    float: left;
    width: calc(20% - 20px);
    margin: 10px;
    background: #f4f4f4;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

    .timeslot li:hover {
        transform: scale(1.05);
        color: #ffa301;
    }

    .timeslot li.selected {
        background: orange;
        color: #fff;
    }

    .timeslot li > h3 {
        margin: 0;
        font-size: 20px;
    }

.numbers-row {
    justify-content: center;
}

    .numbers-row input {
        border: none;
        font-size: 70px;
        width: 150px;
        text-align: center;
    }

    .numbers-row .button {
        font-size: 0;
    }

.inc:before {
    content: '\e147';
}

.dec:before {
    content: '\e15c';
}

.numbers-row .button:before {
    font-family: 'Material Icons';
    font-size: 50px;
    color: #bbbbbb;
    cursor: pointer;
}

.numbers-row .button:hover:before {
    color: orange;
}

.form-list .form-group {
    width: calc(50% - 32px);
    display: inline-block;
    vertical-align: top;
}

.field-validation-valid {
    font-size: 13px;
    color: red !important;
}

.form-group {
    margin-bottom: 35px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

    .form-group label {
        font-size: 18px;
        display: block;
        color: #000;
    }

.form-control {
    padding: 14px 20px;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d0d0d0;
    height: 54px;
}

div#from-time {
    margin-top: 10px;
}

div#from-time, div#to-time {
    font-size: 12px;
    display: inline-block;
    padding: 0;
    color: #000;
    font-weight: 500;
}

    div#from-time:after {
        content: "-";
        width: 100%;
        display: inline-block;
        line-height: 12px;
        font-weight: normal;
    }

.nav-item.done:before, .nav-item.completed:before {
    content: "\e86c";
    font-family: material icons;
    color: #0277c8;
    position: absolute;
    left: 50%;
    top: -10px;
    font-size: 30px;
    transform: translateX(-50%);
    margin-left: 30px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

li.nav-item:after {
    content: "";
    width: 126px;
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -14px;
    margin-right: -63px;
    right: 0;
}

li.nav-item:last-child:after {
    content: none;
}

li.nav-item.active:after {
    background: orange
}

li.nav-item.done:after, li.nav-item.completed:after {
    background: #0277c8
}

.nav-item.completed.active:before {
    content: "\e3c9";
    color: #fff;
    font-size: 20px;
    background: orange;
}

.month-name {
    font-size: 26px;
    padding: 16px;
    text-align: center;
    width: 150px;
}

.slick-prev {
    float: left;
}

.slick-arrow {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 9;
}

    .slick-arrow i {
        font-size: 40px;
    }

.slick-next {
    float: right;
}

.btn {
    border-radius: 0;
    font-weight: 600
}

.btn-primary {
    color: #000;
    background-color: #ffa300;
    border-color: #ffa300;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #000;
        background-color: #ff8d00;
        border-color: #ffa300;
    }

.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #ffa300;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #000;
        background-color: #ffa300;
        border-color: #ffa300;
    }

.step-btns {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

    .step-btns .btn + .btn {
        margin-left: 15px;
    }

    .step-btns .btn {
        width: 100px;
    }

.data-list .data-group {
    margin-bottom: 20px;
    width: 100%;
}

    .data-list .data-group label {
        font-size: 14px;
        color: #b9b9b9;
        margin: 0;
    }

.alert-primary {
    color: #0277c8;
    background-color: #ebf7ff;
    border-color: #0277c8;
}

.font16 {
    font-size: 16px;
}

.sw-theme-circles > ul.step-anchor > li small {
    text-transform: capitalize;
}

i#details-completed {
    font-size: 44px;
}

.nav-item.completed.step5:before {
    top: 22px;
    margin-left: -6px;
    font-size: 42px;
}

.confirmation-screen i {
    font-size: 58px;
    margin-bottom: 17px;
    color: #0277c8;
}

.confirmation-screen {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    margin-top: 20px;
    text-align: center;
    padding: 100px 30px;
    min-height: 401px;
	    color: #0277c8;
}

.sw-main {
    margin-bottom: 30px;
}
/* arabic */
body[dir="rtl"] li.nav-item:after {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -63px;
}

body[dir="rtl"] .timeslot li {
    float: right;
}

body[dir="rtl"] .step-btns .btn + .btn {
    margin-left: 0;
    margin-right: 15px;
}

body[dir="rtl"] .form-group label, body[dir="rtl"] .data-list .data-group {
    text-align: right;
}

body[dir="rtl"] .slick-arrow i {
    transform: scaleX(-1);
}

body[dir="rtl"] .field-validation-valid {
    float: right;
    margin-top: 7px;
    text-align: right;
}

body[dir="rtl"] .form-list .form-group {
    float: right;
}
body[dir="rtl"] input[type=checkbox] {
    margin: 0 0 0 .5rem !important;
}
@media (max-width: 1024px) {

    .sw-theme-circles > ul.step-anchor > li {
        width: 145px;
    }

    li.nav-item:after {
        width: 98px;
    }

    .sw-main {
        width: 100%;
    }

    .timeslot li {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 767px) {
	.form-list .form-group {
		width: calc(100% - 32px);
		margin-bottom: 0;
	}
    .month-name {
        text-align: left;
        width: 100%;
    }

    body[dir="rtl"] .month-name {
        text-align: right;
    }

    .dates {
        width: 100%;
    }

    .dates-li-inner {
        width: 91px;
    }

    .sw-theme-circles > ul.step-anchor > li {
        width: 33.33%;
        height: 126px;
    }

    li.nav-item:after {
        content: none;
    }

    .sw-main {
        width: 100%;
    }

    .timeslot li {
        width: calc(50% - 20px);
    }

    .dates-section {
        flex-flow: column;
    }
}
