html body {
    overflow-x: unset !important;
}

input[type="checkbox"] {
    appearance: checkbox !important;
}
.main-container {
    max-width: 1280px;
    display: block;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}
.header-section {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 16px;
}
.logo {
    max-height: 50px;
    object-fit: contain;
}
.company-name {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.company-address {
    font-size: 16px;
    line-height: 17px;
}
.font-size-16 {
    font-size: 16px;
    line-height: 19px;
}
.property-title {
    font-size: 36px;
    font-family: 'Tinos',serif;
    line-height: 42px;
    margin-top: 32px;
    margin-bottom: 16px;
    max-width: 800px;
}
.check-in-paragraph {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.form-section {
    margin-top: 60px;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 40px 32px 60px 32px;
}
.form-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
}
.guest-number {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 22px;
}
.customer-details {
    margin-top: 24px;
}
.form-label {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    margin-bottom: 12px;
}
.form-input {
    border: 1px solid #D1D1D1 !important;
    border-radius: 7px !important;
    padding-top: 10px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    width: 100% !important;
}
.form-input-tel {
    border: 1px solid #D1D1D1 !important;
    border-radius: 7px !important;
    padding-top: 10px !important;
    padding-bottom: 13px !important;
    padding-left: 16px;
    width: 100% !important;
}
.form-input-tel::-webkit-outer-spin-button,
.form-input-tel::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-input-prepend {
    border: 1px solid #D1D1D1 !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    padding-top: 10px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    width: 100% !important;
}
.form-input:valid:focus,
.form-input-tel:valid:focus,
.custom-select-input:valid:focus,
[data-valid="false"].form-item:valid:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209,209,209,.25);
}
.was-validated .form-item.form-input:invalid,
.was-validated .form-item.form-input-tel:invalid,
.was-validated .form-item.custom-select-input:invalid,
.was-validated #phoneCodeCheckin:invalid ~ div > #phoneCheckin.form-item {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.was-validated .form-item.form-input:invalid:focus,
.was-validated .form-item.form-input-tel:invalid:focus,
.was-validated .form-item.custom-select-input:invalid:focus,
.was-validated #phoneCodeCheckin:invalid ~ div > #phoneCheckin.form-item:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220,50,69,.25);
}
.was-validated .form-item.checkbox-form-input:invalid ~ label,
.was-validated .form-item.checkbox-form-input:invalid ~ label > * {
    color: #dc3545 !important;
}
.was-validated input#file-input:invalid{
    padding: 0 !important;
}
.was-validated input#file-input:invalid ~ button#select-file{
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}
.invalid-feedback-back {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
        
}
.was-validated div > #phoneCheckin:invalid ~ .invalid-feedback,
.was-validated #phoneCodeCheckin:invalid ~ div > #phoneCheckin ~ .invalid-feedback,
.was-validated #phoneCodeCheckin:invalid ~ div > #phoneCheckin:invalid ~ .invalid-feedback {
    display: block;
}
.input-group-prepend {
    width: 100% !important;
}
.dropdown-toggle, .dropdown-toggle:focus {
    border: 1px solid #D1D1D1 !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    background: white !important;
}
.dropdown-menu {
    height: 200px;
    overflow-y: scroll;
}
.margin-top-row {
    margin-top: 24px;
}
.guest-details-section {
    margin-top: 50px;
}
.passport-img-row {
    margin-top: 24px;
    padding-bottom: 50px;
}
.passport-guest:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 24px;
    padding-bottom: 40px;
}
.passport-guest {
    margin-top: 24px;
}
.passport-img-paragraph {
    font-size: 16px;
    line-height: 17px;
    margin-top: 11px;
}
.select-file-btn {
    font-size: 14px;
    line-height: 17px;
    color: black;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 9px 30px;
    font-weight: 700;
    border: 1px solid black;
}
.select-file-btn:hover {
    text-decoration: none;
    color: white;
    border: 1px solid black;
    background: black;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.progress {
    background-color: #D1D1D1 !important;
    border-radius: 4px !important;
    margin-top: 10px;
}
.progress-bar {
    border-radius: 4px !important;
    background-color: black !important;
}
.file-name {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 13px;
}
.file-size {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 13px;
    /* position: absolute;
    right: 0; */
}
.save-icon {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin-right: 8px;
    height: 40px;
}
.bi-info-circle-fill {
    font-size: 13px !important;
}
.save-icon svg {
    margin-top: 2px;
}
.bar-container {
    width: 100%;
    position: relative;
}
.file-column {
    display: none;
}
.close-icon-container {
    margin-left: 15px;
    margin-top: 5px;
}
.close-icon {
    background-color: #CC5460;
    padding: 5px 7px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    padding-top: 0;
    cursor: pointer;
}

.transport-container {
    margin-top: 60px;
    /* border-bottom: 1px solid #D8D8D8; */
    padding-bottom: 40px;
}
.ui-datepicker {
    background: #fff;
    webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 20000000000 !important;
    margin-left: -100px;
    height: 250px;
}
.ui-datepicker-calendar {
    width: 100%;
    height: 85%;
}
.background-white a.color-white.color-black {
    padding: 0;
}
#ui-datepicker-div:hover {
    box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 10px rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div {
    margin: 0 auto;
    padding: 10px;
    width: 240px;
    z-index: 200000000 !important;
}

#ui-datepicker-div button:hover {
    box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.6);
    -o-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 0 .2em rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.6);
}

#ui-datepicker-div button:active {
    box-shadow: inset .05em .15em .4em rgba(0, 0, 0, 0.4), inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.9);
    -o-box-shadow: inset .05em .15em .4em rgba(0, 0, 0, 0.4), inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset .05em .15em .4em rgba(0, 0, 0, 0.4), inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset .05em .15em .4em rgba(0, 0, 0, 0.4), inset 0 0 .2em rgba(255, 255, 255, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.9);
}

.ui-datepicker-title {
    text-align: center;
    padding: 10px 0;
    z-index: 200000000 !important;
    font-size: 20px;
    /* color: #00bed4; */
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.ui-datepicker-prev {
    background-image: url("/img/travel/arrow-left.svg");
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    margin: 7px 0 0 6px;
    z-index: 200000000 !important;
}

.ui-datepicker-next {
    background: url('/img/travel/arrow-right.svg') no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 26px;
    width: 26px;
    margin: 7px 4px 0 5px;
}
.ui-datepicker-calendar th span {
    font-size: 12px;
}

.ui-datepicker-calendar tbody tr td {
    text-align: center;
}
.ui-icon {
    visibility: hidden;
}
.ui-state-default {
    color: black;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
    background-color: #004EC2 !important;
    border-color: transparent;
    border-radius: 5px;
}
.ui-state-active {
    color: white !important;
}

.datepicker-input[type="text"] {
    box-sizing: border-box;
    padding-left: 50px !important;
}
.custom-select-input {
    display: inline-block !important;
    width: 100% !important;
    height: 50px;
    padding: .375rem 1.75rem .375rem 1.6rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    vertical-align: middle !important;
    background: #fff url('/img/travel/carret-down.svg') no-repeat right .75rem center !important;
    background-size: 8px 10px !important;
    border: 1px solid #ced4da !important;
    border-radius: 7px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.custom-select-input:disabled {
    background-color: #F5F5F5 !important;
    /* color: #F5F5F5 !important; */
}
select {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
}

.check-in-out-container {
    margin-top: 40px;
}
.extra-services-container {
    margin-top: 40px;
}
.checkbox-label {
    font-size: 16px !important;
    line-height: 32px !important;
    margin-left: 8px !important;
    font-weight: normal;
}
.textarea-label {
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 15px;
}
textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 17px !important;
    border-radius: 7px !important;
    border: 1px solid #D1D1D1 !important;
    height: 126px;
}
.accommodation-terms-container {
    margin-top: 40px;
}
.accept-link {
    color: black !important;
    text-decoration: underline !important;
}
.notes-container {
    margin-top: 40px;
}
.notes-section {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}
.notes-section ul {
    padding: 20px !important;
    width: 95%;
}
.submit-container {
    margin-top: 40px;
}
.submit-btn {
    font-size: 14px;
    line-height: 16px;
    color: white;
    background: black;
    border-radius: 7px;
    padding: 14px 42px;
    font-weight: 600;
    border: 1px transparent;
}
.submit-btn:hover {
    text-decoration: none;
    color: black;
    border: 1px solid black;
    background: white;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.submit-btn:disabled, .submit-btn[disabled]{
    background: black  !important;
    color: white !important;
    border: 1px transparent !important;
    opacity: 0.4;
    cursor: not-allowed;
}

.boosted-notification{
    border: 1px solid #555555 !important;
    background-color: #FFFFFF !important;
  }
  
/* Spinner */
#svg-spinner{ 
transition-duration: 1.2s;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1.2s;
-webkit-animation-name: rotate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;

-moz-transition-property: -moz-transform;
-moz-animation-name: rotate; 
-moz-animation-duration: 1.2s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;

transition-property: transform;
animation-name: rotate; 
animation-duration: 1.2s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.informative-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    background: rgba(236, 240, 248, 0.70);
    padding:16px 24px;
    border-radius: 7px;
}
.flight-boat-section {
    margin-top: 65px;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.property-location {
    font-size: 20px;
    line-height: 22px;
    margin-left: 5px;
}
.images-section {
    margin-top: 32px;
}
.main-photo {
    height: 240px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.view-gallery {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    float: right;
    cursor: pointer;
}
.view-gallery a.property-gallery-link,
.view-gallery a.property-gallery-link:focus {
    color: #000;
    text-decoration: none;
}
.info-boxes-container {
    margin-top: 30px;
}
.grey-box {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    min-width: 47%;
}
.arrow {
    font-weight: bold;
    /* margin-right: 8px; */
}
.grey-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.checkin-method-section {
    margin-top: 20px;
}

.grey-box-date {
    margin-top: 12px;
    margin-bottom: 4px;
}
.grey-box-time {
    font-size: 14px;
    line-height: 16px;
}
.grey-box-svg {
    margin-bottom: 18px;
}
.prices-container {
    margin-top: 20px;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 40px;
}
.nights-calculation, .cleaning-fee, .security-deposit, .total, .cancelation-policy-title {
    font-size: 18px;
    line-height: 20px;
}
.cleaning-fee-subtitle, .security-deposit-subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 4px;
}
.total-price, .cancelation-policy {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    float: right;
}
.nights-fee-row, .cleaning-fee-row {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 25px;
}
.cleaning-fee-row, .security-deposit-row {
    margin-top: 24px;
}
.conditions, .conditions:hover, .conditions:active, .conditions:visited, .conditions:focus {
    font-weight: 600;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.total-row {
    margin-top: 49px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 27px 0;
}
.total-price-bold {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    float: right;
}
.nights-fee-column, .cleaning-fee-colummn, .security-deposit-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.cancellation-section-booking {
    margin-top: 20px;
    border: 1px solid #D1D1D1;
    padding: 50px 40px;
    border-radius: 10px;
}
.cancelation-row {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 28px;
    margin-bottom: 40px;
}
.cancellation-section-booking .cancellation-super-flexible-img {
    margin-top: 20px;
    background: url("/assets/img/super-flexible-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.cancellation-section-booking .cancellation-flexible-img {
    margin-top: 20px;
    background: url("/assets/img/flexible-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.cancellation-section-booking .cancellation-moderate-img {
    margin-top: 20px;
    background: url("/assets/img/moderate-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.cancellation-section-booking  .cancellation-strict-img {
    margin-top: 20px;
    background: url("/assets/img/strict-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.cancellation-section-booking  .cancellation-super-strict-img {
    margin-top: 20px;
    background: url("/assets/img/super-strict-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.cancellation-section-booking  .cancellation-firm-img {
    margin-top: 20px;
    background: url("/assets/img/firm-vertical.svg");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    display: block;
}
.contact-details-section {
    margin-top: 20px;
    border: 1px solid #D1D1D1;
    padding: 30px 40px 70px 40px;
    border-radius: 10px;
}
.contact-details-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 16px;
}
.contact-details-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #979797;
    line-height: 16px;
    margin-bottom: 8px;
}
.contact-details-info {
    font-size: 16px;
    line-height: 17px;
    word-wrap: break-word;
    text-decoration: underline;
    color: #000;
}
.contact-number-section {
    margin-bottom: 20px;
}
.pswp__button--arrow--left:before {
    background: url(../img/travel_icons/nav-prev.svg) no-repeat !important;
    background-size: cover;
    width: 25px !important;
    height: 50px !important;
    background-position: center !important;
    opacity: 1;
}
.pswp__button--arrow--right:before {
    background: url(../img/travel_icons/nav-next.svg) no-repeat !important;
    background-size: cover;
    width: 25px !important;
    height: 50px !important;
    background-position: center !important;
    opacity: 1;
}

.extra-services-row {
    margin-top: 16px;
}

.accommodation-details {
    margin-top: 16px;
}

.grey-boxes-row {
    margin-left: 1px;
    margin-right: 1px;
}

.grey-boxes-second-row {
    margin-top: 20px;
}

.margin-top-row-details {
    margin-top: 24px;
}
.extra-service-input {
    position: absolute;
    top: 10px;
}

.offset-lg-1 {
    margin-left: 5% !important;
}
.modal-content {
    border-radius: 7px !important;
    white-space: normal;
    text-align: left;
}
.modal-header {
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
    display: block;
}
.modal-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family:'Tinos',serif;
}
.modal-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 48px;
    padding-top: 0 !important;
    text-align: justify;
}

.modal-footer {
    border-top: 1px solid black;
    justify-content:right;
    /* align-items: flex-end; */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    /* margin-top: 65px; */
}
.footer-text {
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    text-align: left !important;
    margin-left: 28px;
    font-weight: 500;
}
.close-reservation {
    top: 0;
    right: 30px;
    position: absolute;
    font-size: 3.5rem;
    color: black;
    opacity: 1;
    font-weight: 300;
    cursor: pointer;
}
.btn-secondary {
    height: 42px;
    padding-left: 56px;
    padding-right: 56px;
    min-width: 110px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 7px;
    color: #000000 !important;
}
.btn-secondary:hover {
    background-color: black;
    color: white !important;
    border: 2px solid #000000;
}
.time-info-column {
    display: grid;
    gap: 30px;
    grid-template-columns: 47% 47%;
}
.check-in-column {
    order: 1
}
.checkout-column {
    order: 2
}
.requested-column {
    order: 3
}
@media (max-width: 1200px) {
    .upload-file-container {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .margin-top-row {
        margin-top: 0;
    }
    .offset-lg-1 {
        margin-left: unset !important;
    }
    .grey-boxes-second-row {
        margin-top: 0;
    }

    .checkin-method-section{
        margin-top: 0;
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .grey-box {
        min-width: unset;
    }
    .time-info-column {
        display: grid;
        gap: 30px;
        grid-template-columns: 100%;
    }
    .checkout-column {
        order: 3
    }
    .requested-column {
        order: 2
    }
}

@media (max-width: 576px) {
    .margin-top-row-details {
        margin-top: 0;
    }
    .passport-img-row {
        margin-top: 0;
    }

    .grey-boxes-second-row {
        margin-top: 0;
    }
}
@media (max-width: 330px) {
    .close-reservation {
        top: -10px;
        right: 18px;
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}
.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}
a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}
a.pswp__share--download:hover {
    background: #DDD;
}
/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}
/*

    4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
.pswp__caption--empty {
    display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}
/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

/* Number flag input */
.phone-code-hidden-input {
    width: 0;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    position: absolute;
    border: none;
    background-color: transparent;
}
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.iti__arrow {
    display: none;
}
.iti__selected-flag {
    padding-left: 15px;
    padding-right: 15px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    position: absolute;
    left: 55px;
    top: 10px;
}
.iti--separate-dial-code input {
    padding-left: 105px !important;
}
.iti__flag-container {
    z-index: 5;
    border-right: 1px solid #D1D1D1 !important;
}
.fade:not(.show) {
    z-index: -1;
}
/* End Number flag input */

@media screen and (max-width: 768px) {
    .form-section{
        padding: 32px 16px;
        margin-top: 32px;
    }
    .reservation-details-card{
        margin-top: 32px;
        background: #F7F7F7;
        border-radius: 10px;
        padding: 32px 16px;
    }
    .reservation-details-card .property-title{
        font-size: 24px;
        line-height: 25px;
    }
    .property-location{
        font-size: 16px;
        line-height: 17px;
    }
    .images-section{
        max-width: 200px;
    }
    .images-section > img {
        height: auto
    }
    #toggle_gallery{
        font-weight: 700;
    }
    .details-title{
        color: #7E7E7E;
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        margin-bottom: 4px;
    }
    .details-subtitle{
        color: #000;
        font-size: 16px;
        line-height: 17px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .details-desc{
        color: #000;
        font-size: 14px;
        line-height: 15px;
        font-weight: normal;
    }
}
@media screen and (max-width: 576px) {
    .images-section{
        max-width: 110px;
    }
}
