header {
    padding-top: 0;
}

.as-top-bar * {
    color: #fff;
}

.as-top-bar-left {
    padding-left: 20px;
}

.as-top-bar-right {
    text-align: right;
}

.header.fixed_header.sticky .as-top-bar {
    display: none;
}

.as-main-inside .box_facilities {
    border-image: linear-gradient(to bottom, transparent, transparent) 1 60%;
}

.as-main-inside .box_facilities i {
    color: #fff5;
}

.as-main-inside .box_facilities p {
    color: #fff8;
}

.box_facilities svg {
    max-width: 65px;
    height: auto;
    margin-bottom: 15px;
}


/* .bg_white .box_facilities svg path {
  stroke: #fff;
} */

.bg_white .box_facilities svg {
    fill: #fff;
}

.as-banner {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
}

.as-banner::before {
    content: ' ';
    position: absolute;
    inset: 0;
    /* background-color: #0005; */
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

#contacts h2,
#contacts .phone_element a span em,
#contacts p,
.nav-tabs#customTab .nav-link {
    color: #fffb;
}

#contacts .phone_element a i,
#contacts .phone_element a span {
    color: #fff;
}

#contacts .btn_1.outline {
    background-color: transparent;
    border: 2px solid #fffb;
    color: #fffb;
}

ul.list-unstyled li {
    padding-bottom: 10px;
}

.marquee .track {
    background-color: #fff;
}

.marquee .content {
    opacity: 0.08;
}

.as-shape1 {
    position: absolute;
    top: 100px;
    left: 0px;
    opacity: 0.1;
    z-index: -1;
}

.as-shape2 {
    position: absolute;
    top: 750px;
    left: 20px;
    opacity: 0.1;
    z-index: -1;
}

input[type='checkbox']~label {
    padding-left: 0;
}

input[type='checkbox']~label:before {
    display: none;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

@media (max-width: 991px) {
    .as-contact {
        height: 1050px;
    }
}

.as-resa {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.as-resa:hover {
    color: #fff9;
    border: 2px solid #fff9;
}

@media (max-width: 991px) {
    .as-resa {
        border: 2px solid #000;
        width: fit-content;
    }
}

.sticky-cheque-cadeau {
    cursor: pointer;
    position: fixed;
    top: 36.5%;
    right: -5px;
    transform: translateY(-36.5%);
    font-size: 15px;
    /* border: 1px solid #000; */
    border-right: 0;
    padding: 5px;
    width: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.sticky-cheque-cadeau .sticky-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top-left-radius: 5px;
    background-color: #000;
    transition: all 0.5s ease-in-out;
}

.sticky-cheque-cadeau .sticky-icon i {
    color: #fff;
    font-size: 25px;
}

.sticky-cheque-cadeau:hover {
    width: 120px;
    /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
}

.sticky-cheque-cadeau p {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    margin-bottom: 0;
}