/* Theme Name: Newspaper Magazine Bussiness Theme URI: Author: Author URI: Description: Newspaper Magazine is a business website template Version: 1.0.0 */
/* */
/* Media Queries */
/*-------------------------------------------------------------- Google Fonts --------------------------------------------------------------*/
/* */
/* Media Queries */
/*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/
/* Common Style */
@-webkit-keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*-------------------------------------------------------------- # Global --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Margin and Padding --------------------------------------------------------------*/
/*-- Margin Top --*/
/*-- Margin Bottom --*/
/*-- Margin Left --*/
/*-- Margin Right --*/
/*-- Padding Top --*/
/*-- Padding Bottom --*/
/*-- Padding Left --*/
/*-- Padding Right --*/
/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/
/*--------------------------------------- ## Button ---------------------------------------*/
/*--------------------------------------- ## Back Top ---------------------------------------*/
/*------------------------- Section Title -------------------------*/
/* Nice Select Style */
/* Mouse Cursor Css */
/* Slider Custom Css */
/* Dot Style */
/*--------------------------------------- 11. Faq ---------------------------------------*/
/* Custom Form */
/* Breadcrumb area */
/* Ui Range Slider */
/* Pagination style */
/* Global Ratings */
/* Tabs Design */
/* Custom Radio Css */
/* Popup Modal */
/*---------------------------------------------- # Nav bar ----------------------------------------------*/
/* Navbar right Content */
/*-------------------------------------------------------------- 04. Footer Style --------------------------------------------------------------*/
/* Banner */
/* Banner Two Css */
/* Banner Three Css */
/* Custom scroll bar */
/* Location area Css */
/* Search Suggestions */
/* Provide css */
/* Why Two Css */
/* Attraction css */
/* Guest Css */
@-webkit-keyframes slideAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Shots Gallery Css */
/* Brand Logo Css */
/* Newsletter Css */
/* Sign In Sign Up */
/* Toggle Password hide Show */
/* History Css */
/* Team Css */
/* Theme One Blog */
/* Blog Details area */
/* Blog Details Tag */
/* Blog Details Comment area */
/* Comment Output */
/* Recent Post */
/* Contact Css */
/* Shop Area */
/* Hotel List View Css */
/* Hotel Details Css */
/* details tab */
/* hotel Details Sidebar Css */
/* Checkout */
/* Checkout Sidebar Css */
/* Confirmation Css */
/* Dashboard area */
/* Dashboard Promo */
/* Dashboard Reservation */
/* Dashboard Checkbox */
/* Dashboard Close */
/* Toggle Password hide show */
/* Error Css */
:root {
    --main-color-one: #000000;
    --main-color-one-rgb: 30, 132, 254;
    --secondary-color: #161616;
    --secondary-color-rgb: 255, 140, 50;
    --gradient-circle: radial-gradient( circle, rgba(0, 1, 0) 0%, var(--main-color-one) 100% );
    --section-bg-1: #f6f7f8;
    --section-bg-2: #f2f4f7;
    --footer-bg-1: #27282b;
    --footer-bg-2: #1e84fe;
    --copyright-bg-1: #323336;
    --heading-color: #1d2635;
    --body-color: #667085;
    --gray-color: #f8f8f8;
    --input-color: #eaecf0;
    --paragraph-color: #667085;
    --light-color: #999;
    --success-color: #00c897;
    --success-color-rgb: 0, 200, 151;
    --heading-font: "Source Sans Pro", sans-serif;
    --body-font: "Source Sans Pro", sans-serif;
    --jakarta-font: "Source Sans Pro", sans-serif;
    --manrope-font: "Source Sans Pro", sans-serif;
    --cta-stroke-color: #241c15;
    --cta-stroke-width: 0.0625rem;
    --cta-depth-color: #241c15;
    --cta-text-color: #241c15;
    --cta-text-size: var(--copy-info-size);
    --cta-line-height: 1.5;
    --cta-text-weight: 500;
    --cta-border-radius: 2em;
    --link-color: #241c15;
    --link-color-hovered: #241c15;
    --link-background-hovered: rgba(255,224,27,0.65);
    --selection-background-color: rgba(255,224,27,0.15);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    /* color: black; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    color: var(--body-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.3;
}

h1 {
    font-size: 60px;
    line-height: 1.0833333333;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

h3 {
    font-size: 28px;
    line-height: 1.0833333333;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

h4 {
    font-size: 24px;
    line-height: 1.0833333333;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

h5 {
    font-size: 20px;
    line-height: 1.2380952381;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

h6 {
    font-size: 18px;
    line-height: 1.2380952381;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

p {
    color: var(--light-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--extra-light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a i {
    padding: 0 2px;
}

pre {
    word-break: break-word;
}

img {
    max-width: 100%;
}

.list-style-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}

span {
    display: inline-block;
}

.desktop-center {
    text-align: center;
}

.form--control {
    width: 100%;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.radius-parcent-50 {
    border-radius: 50%;
}

.radius-50 {
    border-radius: 50px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-35 {
    border-radius: 35px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-0 {
    border-radius: 0px !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single-border-top {
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}

.single-border {
    border: 1px solid rgba(221, 221, 221, 0.3);
}

.color-light {
    color: var(--light-color) !important;
}

.color-extra-light {
    color: var(--extra-light-color) !important;
}

.color-heading {
    color: var(--heading-color);
}

.bg-gray {
    background-color: var(--gray-color);
}

.section-bg-1 {
    background-color: var(--section-bg-1);
}

.section-bg-2 {
    background-color: var(--section-bg-2);
}

.footer-bg-1 {
    background-color: #191414;
}

.footer-bg-2 {
    background-color: var(--footer-bg-2);
}

.copyright-bg-1 {
    background-color: #191414;
}

.color-one {
    color: var(--main-color-one);
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
}

.no-margin {
    margin: 0;
}

.lazyloads {
    display: block;
}

.center-text {
    text-align: center;
}

.center-text .flex-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
    -webkit-animation: 1s fade-effects;
    animation: 1s fade-effects;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-65 {
    font-size: 65px !important;
}

.mat-5 {
    margin-top: 5px;
}

.mat-10 {
    margin-top: 10px;
}

.mat-15 {
    margin-top: 15px;
}

.mat-20 {
    margin-top: 20px;
}

.mat-25 {
    margin-top: 25px;
}

.mat-30 {
    margin-top: 30px;
}

.mat-35 {
    margin-top: 35px;
}

.mat-40 {
    margin-top: 40px;
}

.mat-45 {
    margin-top: 45px;
}

.mat-50 {
    margin-top: 50px;
}

.mat-55 {
    margin-top: 55px;
}

.mat-60 {
    margin-top: 60px;
}

.mat-65 {
    margin-top: 65px;
}

.mat-70 {
    margin-top: 70px;
}

.mat-75 {
    margin-top: 75px;
}

.mat-80 {
    margin-top: 80px;
}

.mat-85 {
    margin-top: 85px;
}

.mat-90 {
    margin-top: 90px;
}

.mat-95 {
    margin-top: 95px;
}

.mat-100 {
    margin-top: 100px;
}

.mat-105 {
    margin-top: 105px;
}

.mat-110 {
    margin-top: 110px;
}

.mat-115 {
    margin-top: 115px;
}

.mat-120 {
    margin-top: 120px;
}

.mat-125 {
    margin-top: 125px;
}

.mat-130 {
    margin-top: 130px;
}

.mat-135 {
    margin-top: 135px;
}

.mat-140 {
    margin-top: 140px;
}

.mat-145 {
    margin-top: 145px;
}

.mat-150 {
    margin-top: 150px;
}

.mat-155 {
    margin-top: 155px;
}

.mat-160 {
    margin-top: 160px;
}

.mat-165 {
    margin-top: 165px;
}

.mat-170 {
    margin-top: 170px;
}

.mat-175 {
    margin-top: 175px;
}

.mat-180 {
    margin-top: 180px;
}

.mat-185 {
    margin-top: 185px;
}

.mat-190 {
    margin-top: 190px;
}

.mat-195 {
    margin-top: 195px;
}

.mat-200 {
    margin-top: 200px;
}

.mat-205 {
    margin-top: 205px;
}

.mat-210 {
    margin-top: 210px;
}

.mat-215 {
    margin-top: 215px;
}

.mat-220 {
    margin-top: 220px;
}

.mat-225 {
    margin-top: 225px;
}

.mat-230 {
    margin-top: 230px;
}

.mat-235 {
    margin-top: 235px;
}

.mat-240 {
    margin-top: 240px;
}

.mat-245 {
    margin-top: 245px;
}

.mat-250 {
    margin-top: 250px;
}

.mat-255 {
    margin-top: 255px;
}

.mat-260 {
    margin-top: 260px;
}

.mat-265 {
    margin-top: 265px;
}

.mat-270 {
    margin-top: 270px;
}

.mat-275 {
    margin-top: 275px;
}

.mat-280 {
    margin-top: 280px;
}

.mat-285 {
    margin-top: 285px;
}

.mat-290 {
    margin-top: 290px;
}

.mat-295 {
    margin-top: 295px;
}

.mat-300 {
    margin-top: 300px;
}

.mat-305 {
    margin-top: 305px;
}

.mat-310 {
    margin-top: 310px;
}

.mat-315 {
    margin-top: 315px;
}

.mat-320 {
    margin-top: 320px;
}

.mat-325 {
    margin-top: 325px;
}

.mat-330 {
    margin-top: 330px;
}

.mat-335 {
    margin-top: 335px;
}

.mat-340 {
    margin-top: 340px;
}

.mat-345 {
    margin-top: 345px;
}

.mat-350 {
    margin-top: 350px;
}

.mat-355 {
    margin-top: 355px;
}

.mat-360 {
    margin-top: 360px;
}

.mat-365 {
    margin-top: 365px;
}

.mat-370 {
    margin-top: 370px;
}

.mat-375 {
    margin-top: 375px;
}

.mat-380 {
    margin-top: 380px;
}

.mat-385 {
    margin-top: 385px;
}

.mat-390 {
    margin-top: 390px;
}

.mat-395 {
    margin-top: 395px;
}

.mat-400 {
    margin-top: 400px;
}

.mat-405 {
    margin-top: 405px;
}

.mat-410 {
    margin-top: 410px;
}

.mat-415 {
    margin-top: 415px;
}

.mat-420 {
    margin-top: 420px;
}

.mat-425 {
    margin-top: 425px;
}

.mat-430 {
    margin-top: 430px;
}

.mat-435 {
    margin-top: 435px;
}

.mat-440 {
    margin-top: 440px;
}

.mat-445 {
    margin-top: 445px;
}

.mat-450 {
    margin-top: 450px;
}

.mat-455 {
    margin-top: 455px;
}

.mat-460 {
    margin-top: 460px;
}

.mat-465 {
    margin-top: 465px;
}

.mat-470 {
    margin-top: 470px;
}

.mat-475 {
    margin-top: 475px;
}

.mat-480 {
    margin-top: 480px;
}

.mat-485 {
    margin-top: 485px;
}

.mat-490 {
    margin-top: 490px;
}

.mat-495 {
    margin-top: 495px;
}

.mat-500 {
    margin-top: 500px;
}

.mat-505 {
    margin-top: 505px;
}

.mat-510 {
    margin-top: 510px;
}

.mat-515 {
    margin-top: 515px;
}

.mat-520 {
    margin-top: 520px;
}

.mat-525 {
    margin-top: 525px;
}

.mat-530 {
    margin-top: 530px;
}

.mat-535 {
    margin-top: 535px;
}

.mat-540 {
    margin-top: 540px;
}

.mat-545 {
    margin-top: 545px;
}

.mat-550 {
    margin-top: 550px;
}

.mat-555 {
    margin-top: 555px;
}

.mat-560 {
    margin-top: 560px;
}

.mat-565 {
    margin-top: 565px;
}

.mat-570 {
    margin-top: 570px;
}

.mat-575 {
    margin-top: 575px;
}

.mat-580 {
    margin-top: 580px;
}

.mat-585 {
    margin-top: 585px;
}

.mat-590 {
    margin-top: 590px;
}

.mat-595 {
    margin-top: 595px;
}

.mat-600 {
    margin-top: 600px;
}

.mat-605 {
    margin-top: 605px;
}

.mat-610 {
    margin-top: 610px;
}

.mat-615 {
    margin-top: 615px;
}

.mat-620 {
    margin-top: 620px;
}

.mat-625 {
    margin-top: 625px;
}

.mat-630 {
    margin-top: 630px;
}

.mat-635 {
    margin-top: 635px;
}

.mat-640 {
    margin-top: 640px;
}

.mat-645 {
    margin-top: 645px;
}

.mat-650 {
    margin-top: 650px;
}

.mat-655 {
    margin-top: 655px;
}

.mat-660 {
    margin-top: 660px;
}

.mat-665 {
    margin-top: 665px;
}

.mat-670 {
    margin-top: 670px;
}

.mat-675 {
    margin-top: 675px;
}

.mat-680 {
    margin-top: 680px;
}

.mat-685 {
    margin-top: 685px;
}

.mat-690 {
    margin-top: 690px;
}

.mat-695 {
    margin-top: 695px;
}

.mat-700 {
    margin-top: 700px;
}

.mat-705 {
    margin-top: 705px;
}

.mat-710 {
    margin-top: 710px;
}

.mat-715 {
    margin-top: 715px;
}

.mat-720 {
    margin-top: 720px;
}

.mat-725 {
    margin-top: 725px;
}

.mat-730 {
    margin-top: 730px;
}

.mat-735 {
    margin-top: 735px;
}

.mat-740 {
    margin-top: 740px;
}

.mat-745 {
    margin-top: 745px;
}

.mat-750 {
    margin-top: 750px;
}

.mab-5 {
    margin-bottom: 5px;
}

.mab-10 {
    margin-bottom: 10px;
}

.mab-15 {
    margin-bottom: 15px;
}

.mab-20 {
    margin-bottom: 20px;
}

.mab-25 {
    margin-bottom: 25px;
}

.mab-30 {
    margin-bottom: 30px;
}

.mab-35 {
    margin-bottom: 35px;
}

.mab-40 {
    margin-bottom: 40px;
}

.mab-45 {
    margin-bottom: 45px;
}

.mab-50 {
    margin-bottom: 50px;
}

.mab-55 {
    margin-bottom: 55px;
}

.mab-60 {
    margin-bottom: 60px;
}

.mab-65 {
    margin-bottom: 65px;
}

.mab-70 {
    margin-bottom: 70px;
}

.mab-75 {
    margin-bottom: 75px;
}

.mab-80 {
    margin-bottom: 80px;
}

.mab-85 {
    margin-bottom: 85px;
}

.mab-90 {
    margin-bottom: 90px;
}

.mab-95 {
    margin-bottom: 95px;
}

.mab-100 {
    margin-bottom: 100px;
}

.mab-105 {
    margin-bottom: 105px;
}

.mab-110 {
    margin-bottom: 110px;
}

.mab-115 {
    margin-bottom: 115px;
}

.mab-120 {
    margin-bottom: 120px;
}

.mab-125 {
    margin-bottom: 125px;
}

.mab-130 {
    margin-bottom: 130px;
}

.mab-135 {
    margin-bottom: 135px;
}

.mab-140 {
    margin-bottom: 140px;
}

.mab-145 {
    margin-bottom: 145px;
}

.mab-150 {
    margin-bottom: 150px;
}

.mab-155 {
    margin-bottom: 155px;
}

.mab-160 {
    margin-bottom: 160px;
}

.mab-165 {
    margin-bottom: 165px;
}

.mab-170 {
    margin-bottom: 170px;
}

.mab-175 {
    margin-bottom: 175px;
}

.mab-180 {
    margin-bottom: 180px;
}

.mab-185 {
    margin-bottom: 185px;
}

.mab-190 {
    margin-bottom: 190px;
}

.mab-195 {
    margin-bottom: 195px;
}

.mab-200 {
    margin-bottom: 200px;
}

.mal-5 {
    margin-left: 5px;
}

.mal-10 {
    margin-left: 10px;
}

.mal-15 {
    margin-left: 15px;
}

.mal-20 {
    margin-left: 20px;
}

.mal-25 {
    margin-left: 25px;
}

.mal-30 {
    margin-left: 30px;
}

.mal-35 {
    margin-left: 35px;
}

.mal-40 {
    margin-left: 40px;
}

.mal-45 {
    margin-left: 45px;
}

.mal-50 {
    margin-left: 50px;
}

.mal-55 {
    margin-left: 55px;
}

.mal-60 {
    margin-left: 60px;
}

.mal-65 {
    margin-left: 65px;
}

.mal-70 {
    margin-left: 70px;
}

.mal-75 {
    margin-left: 75px;
}

.mal-80 {
    margin-left: 80px;
}

.mal-85 {
    margin-left: 85px;
}

.mal-90 {
    margin-left: 90px;
}

.mal-95 {
    margin-left: 95px;
}

.mal-100 {
    margin-left: 100px;
}

.mal-105 {
    margin-left: 105px;
}

.mal-110 {
    margin-left: 110px;
}

.mal-115 {
    margin-left: 115px;
}

.mal-120 {
    margin-left: 120px;
}

.mal-125 {
    margin-left: 125px;
}

.mal-130 {
    margin-left: 130px;
}

.mal-135 {
    margin-left: 135px;
}

.mal-140 {
    margin-left: 140px;
}

.mal-145 {
    margin-left: 145px;
}

.mal-150 {
    margin-left: 150px;
}

.mal-155 {
    margin-left: 155px;
}

.mal-160 {
    margin-left: 160px;
}

.mal-165 {
    margin-left: 165px;
}

.mal-170 {
    margin-left: 170px;
}

.mal-175 {
    margin-left: 175px;
}

.mal-180 {
    margin-left: 180px;
}

.mal-185 {
    margin-left: 185px;
}

.mal-190 {
    margin-left: 190px;
}

.mal-195 {
    margin-left: 195px;
}

.mal-200 {
    margin-left: 200px;
}

.mal-205 {
    margin-left: 205px;
}

.mal-210 {
    margin-left: 210px;
}

.mal-215 {
    margin-left: 215px;
}

.mal-220 {
    margin-left: 220px;
}

.mal-225 {
    margin-left: 225px;
}

.mal-230 {
    margin-left: 230px;
}

.mal-235 {
    margin-left: 235px;
}

.mal-240 {
    margin-left: 240px;
}

.mal-245 {
    margin-left: 245px;
}

.mal-250 {
    margin-left: 250px;
}

.mal-255 {
    margin-left: 255px;
}

.mal-260 {
    margin-left: 260px;
}

.mal-265 {
    margin-left: 265px;
}

.mal-270 {
    margin-left: 270px;
}

.mal-275 {
    margin-left: 275px;
}

.mal-280 {
    margin-left: 280px;
}

.mal-285 {
    margin-left: 285px;
}

.mal-290 {
    margin-left: 290px;
}

.mal-295 {
    margin-left: 295px;
}

.mal-300 {
    margin-left: 300px;
}

.mal-305 {
    margin-left: 305px;
}

.mal-310 {
    margin-left: 310px;
}

.mal-315 {
    margin-left: 315px;
}

.mal-320 {
    margin-left: 320px;
}

.mal-325 {
    margin-left: 325px;
}

.mal-330 {
    margin-left: 330px;
}

.mal-335 {
    margin-left: 335px;
}

.mal-340 {
    margin-left: 340px;
}

.mal-345 {
    margin-left: 345px;
}

.mal-350 {
    margin-left: 350px;
}

.mal-355 {
    margin-left: 355px;
}

.mal-360 {
    margin-left: 360px;
}

.mal-365 {
    margin-left: 365px;
}

.mal-370 {
    margin-left: 370px;
}

.mal-375 {
    margin-left: 375px;
}

.mal-380 {
    margin-left: 380px;
}

.mal-385 {
    margin-left: 385px;
}

.mal-390 {
    margin-left: 390px;
}

.mal-395 {
    margin-left: 395px;
}

.mal-400 {
    margin-left: 400px;
}

.mal-405 {
    margin-left: 405px;
}

.mal-410 {
    margin-left: 410px;
}

.mal-415 {
    margin-left: 415px;
}

.mal-420 {
    margin-left: 420px;
}

.mal-425 {
    margin-left: 425px;
}

.mal-430 {
    margin-left: 430px;
}

.mal-435 {
    margin-left: 435px;
}

.mal-440 {
    margin-left: 440px;
}

.mal-445 {
    margin-left: 445px;
}

.mal-450 {
    margin-left: 450px;
}

.mal-455 {
    margin-left: 455px;
}

.mal-460 {
    margin-left: 460px;
}

.mal-465 {
    margin-left: 465px;
}

.mal-470 {
    margin-left: 470px;
}

.mal-475 {
    margin-left: 475px;
}

.mal-480 {
    margin-left: 480px;
}

.mal-485 {
    margin-left: 485px;
}

.mal-490 {
    margin-left: 490px;
}

.mal-495 {
    margin-left: 495px;
}

.mal-500 {
    margin-left: 500px;
}

.mal-505 {
    margin-left: 505px;
}

.mal-510 {
    margin-left: 510px;
}

.mal-515 {
    margin-left: 515px;
}

.mal-520 {
    margin-left: 520px;
}

.mal-525 {
    margin-left: 525px;
}

.mal-530 {
    margin-left: 530px;
}

.mal-535 {
    margin-left: 535px;
}

.mal-540 {
    margin-left: 540px;
}

.mal-545 {
    margin-left: 545px;
}

.mal-550 {
    margin-left: 550px;
}

.mal-555 {
    margin-left: 555px;
}

.mal-560 {
    margin-left: 560px;
}

.mal-565 {
    margin-left: 565px;
}

.mal-570 {
    margin-left: 570px;
}

.mal-575 {
    margin-left: 575px;
}

.mal-580 {
    margin-left: 580px;
}

.mal-585 {
    margin-left: 585px;
}

.mal-590 {
    margin-left: 590px;
}

.mal-595 {
    margin-left: 595px;
}

.mal-600 {
    margin-left: 600px;
}

.mal-605 {
    margin-left: 605px;
}

.mal-610 {
    margin-left: 610px;
}

.mal-615 {
    margin-left: 615px;
}

.mal-620 {
    margin-left: 620px;
}

.mal-625 {
    margin-left: 625px;
}

.mal-630 {
    margin-left: 630px;
}

.mal-635 {
    margin-left: 635px;
}

.mal-640 {
    margin-left: 640px;
}

.mal-645 {
    margin-left: 645px;
}

.mal-650 {
    margin-left: 650px;
}

.mal-655 {
    margin-left: 655px;
}

.mal-660 {
    margin-left: 660px;
}

.mal-665 {
    margin-left: 665px;
}

.mal-670 {
    margin-left: 670px;
}

.mal-675 {
    margin-left: 675px;
}

.mal-680 {
    margin-left: 680px;
}

.mal-685 {
    margin-left: 685px;
}

.mal-690 {
    margin-left: 690px;
}

.mal-695 {
    margin-left: 695px;
}

.mal-700 {
    margin-left: 700px;
}

.mal-705 {
    margin-left: 705px;
}

.mal-710 {
    margin-left: 710px;
}

.mal-715 {
    margin-left: 715px;
}

.mal-720 {
    margin-left: 720px;
}

.mal-725 {
    margin-left: 725px;
}

.mal-730 {
    margin-left: 730px;
}

.mal-735 {
    margin-left: 735px;
}

.mal-740 {
    margin-left: 740px;
}

.mal-745 {
    margin-left: 745px;
}

.mal-750 {
    margin-left: 750px;
}

.mar-5 {
    margin-right: 5px;
}

.mar-10 {
    margin-right: 10px;
}

.mar-15 {
    margin-right: 15px;
}

.mar-20 {
    margin-right: 20px;
}

.mar-25 {
    margin-right: 25px;
}

.mar-30 {
    margin-right: 30px;
}

.mar-35 {
    margin-right: 35px;
}

.mar-40 {
    margin-right: 40px;
}

.mar-45 {
    margin-right: 45px;
}

.mar-50 {
    margin-right: 50px;
}

.mar-55 {
    margin-right: 55px;
}

.mar-60 {
    margin-right: 60px;
}

.mar-65 {
    margin-right: 65px;
}

.mar-70 {
    margin-right: 70px;
}

.mar-75 {
    margin-right: 75px;
}

.mar-80 {
    margin-right: 80px;
}

.mar-85 {
    margin-right: 85px;
}

.mar-90 {
    margin-right: 90px;
}

.mar-95 {
    margin-right: 95px;
}

.mar-100 {
    margin-right: 100px;
}

.mar-105 {
    margin-right: 105px;
}

.mar-110 {
    margin-right: 110px;
}

.mar-115 {
    margin-right: 115px;
}

.mar-120 {
    margin-right: 120px;
}

.mar-125 {
    margin-right: 125px;
}

.mar-130 {
    margin-right: 130px;
}

.mar-135 {
    margin-right: 135px;
}

.mar-140 {
    margin-right: 140px;
}

.mar-145 {
    margin-right: 145px;
}

.mar-150 {
    margin-right: 150px;
}

.mar-155 {
    margin-right: 155px;
}

.mar-160 {
    margin-right: 160px;
}

.mar-165 {
    margin-right: 165px;
}

.mar-170 {
    margin-right: 170px;
}

.mar-175 {
    margin-right: 175px;
}

.mar-180 {
    margin-right: 180px;
}

.mar-185 {
    margin-right: 185px;
}

.mar-190 {
    margin-right: 190px;
}

.mar-195 {
    margin-right: 195px;
}

.mar-200 {
    margin-right: 200px;
}

.mar-205 {
    margin-right: 205px;
}

.mar-210 {
    margin-right: 210px;
}

.mar-215 {
    margin-right: 215px;
}

.mar-220 {
    margin-right: 220px;
}

.mar-225 {
    margin-right: 225px;
}

.mar-230 {
    margin-right: 230px;
}

.mar-235 {
    margin-right: 235px;
}

.mar-240 {
    margin-right: 240px;
}

.mar-245 {
    margin-right: 245px;
}

.mar-250 {
    margin-right: 250px;
}

.mar-255 {
    margin-right: 255px;
}

.mar-260 {
    margin-right: 260px;
}

.mar-265 {
    margin-right: 265px;
}

.mar-270 {
    margin-right: 270px;
}

.mar-275 {
    margin-right: 275px;
}

.mar-280 {
    margin-right: 280px;
}

.mar-285 {
    margin-right: 285px;
}

.mar-290 {
    margin-right: 290px;
}

.mar-295 {
    margin-right: 295px;
}

.mar-300 {
    margin-right: 300px;
}

.mar-305 {
    margin-right: 305px;
}

.mar-310 {
    margin-right: 310px;
}

.mar-315 {
    margin-right: 315px;
}

.mar-320 {
    margin-right: 320px;
}

.mar-325 {
    margin-right: 325px;
}

.mar-330 {
    margin-right: 330px;
}

.mar-335 {
    margin-right: 335px;
}

.mar-340 {
    margin-right: 340px;
}

.mar-345 {
    margin-right: 345px;
}

.mar-350 {
    margin-right: 350px;
}

.mar-355 {
    margin-right: 355px;
}

.mar-360 {
    margin-right: 360px;
}

.mar-365 {
    margin-right: 365px;
}

.mar-370 {
    margin-right: 370px;
}

.mar-375 {
    margin-right: 375px;
}

.mar-380 {
    margin-right: 380px;
}

.mar-385 {
    margin-right: 385px;
}

.mar-390 {
    margin-right: 390px;
}

.mar-395 {
    margin-right: 395px;
}

.mar-400 {
    margin-right: 400px;
}

.mar-405 {
    margin-right: 405px;
}

.mar-410 {
    margin-right: 410px;
}

.mar-415 {
    margin-right: 415px;
}

.mar-420 {
    margin-right: 420px;
}

.mar-425 {
    margin-right: 425px;
}

.mar-430 {
    margin-right: 430px;
}

.mar-435 {
    margin-right: 435px;
}

.mar-440 {
    margin-right: 440px;
}

.mar-445 {
    margin-right: 445px;
}

.mar-450 {
    margin-right: 450px;
}

.mar-455 {
    margin-right: 455px;
}

.mar-460 {
    margin-right: 460px;
}

.mar-465 {
    margin-right: 465px;
}

.mar-470 {
    margin-right: 470px;
}

.mar-475 {
    margin-right: 475px;
}

.mar-480 {
    margin-right: 480px;
}

.mar-485 {
    margin-right: 485px;
}

.mar-490 {
    margin-right: 490px;
}

.mar-495 {
    margin-right: 495px;
}

.mar-500 {
    margin-right: 500px;
}

.mar-505 {
    margin-right: 505px;
}

.mar-510 {
    margin-right: 510px;
}

.mar-515 {
    margin-right: 515px;
}

.mar-520 {
    margin-right: 520px;
}

.mar-525 {
    margin-right: 525px;
}

.mar-530 {
    margin-right: 530px;
}

.mar-535 {
    margin-right: 535px;
}

.mar-540 {
    margin-right: 540px;
}

.mar-545 {
    margin-right: 545px;
}

.mar-550 {
    margin-right: 550px;
}

.mar-555 {
    margin-right: 555px;
}

.mar-560 {
    margin-right: 560px;
}

.mar-565 {
    margin-right: 565px;
}

.mar-570 {
    margin-right: 570px;
}

.mar-575 {
    margin-right: 575px;
}

.mar-580 {
    margin-right: 580px;
}

.mar-585 {
    margin-right: 585px;
}

.mar-590 {
    margin-right: 590px;
}

.mar-595 {
    margin-right: 595px;
}

.mar-600 {
    margin-right: 600px;
}

.mar-605 {
    margin-right: 605px;
}

.mar-610 {
    margin-right: 610px;
}

.mar-615 {
    margin-right: 615px;
}

.mar-620 {
    margin-right: 620px;
}

.mar-625 {
    margin-right: 625px;
}

.mar-630 {
    margin-right: 630px;
}

.mar-635 {
    margin-right: 635px;
}

.mar-640 {
    margin-right: 640px;
}

.mar-645 {
    margin-right: 645px;
}

.mar-650 {
    margin-right: 650px;
}

.mar-655 {
    margin-right: 655px;
}

.mar-660 {
    margin-right: 660px;
}

.mar-665 {
    margin-right: 665px;
}

.mar-670 {
    margin-right: 670px;
}

.mar-675 {
    margin-right: 675px;
}

.mar-680 {
    margin-right: 680px;
}

.mar-685 {
    margin-right: 685px;
}

.mar-690 {
    margin-right: 690px;
}

.mar-695 {
    margin-right: 695px;
}

.mar-700 {
    margin-right: 700px;
}

.mar-705 {
    margin-right: 705px;
}

.mar-710 {
    margin-right: 710px;
}

.mar-715 {
    margin-right: 715px;
}

.mar-720 {
    margin-right: 720px;
}

.mar-725 {
    margin-right: 725px;
}

.mar-730 {
    margin-right: 730px;
}

.mar-735 {
    margin-right: 735px;
}

.mar-740 {
    margin-right: 740px;
}

.mar-745 {
    margin-right: 745px;
}

.mar-750 {
    margin-right: 750px;
}

.pat-5 {
    padding-top: 5px;
}

.pat-10 {
    padding-top: 10px;
}

.pat-15 {
    padding-top: 15px;
}

.pat-20 {
    padding-top: 20px;
}

.pat-25 {
    padding-top: 25px;
}

.pat-30 {
    padding-top: 30px;
}

.pat-35 {
    padding-top: 35px;
}

.pat-40 {
    padding-top: 40px;
}

.pat-45 {
    padding-top: 45px;
}

.pat-50 {
    padding-top: 50px;
}

.pat-55 {
    padding-top: 55px;
}

.pat-60 {
    padding-top: 60px;
}

.pat-65 {
    padding-top: 65px;
}

.pat-70 {
    padding-top: 70px;
}

.pat-75 {
    padding-top: 75px;
}

.pat-80 {
    padding-top: 80px;
}

.pat-85 {
    padding-top: 85px;
}

.pat-90 {
    padding-top: 90px;
}

.pat-95 {
    padding-top: 95px;
}

.pat-100 {
    padding-top: 100px;
}

.pat-105 {
    padding-top: 105px;
}

.pat-110 {
    padding-top: 110px;
}

.pat-115 {
    padding-top: 115px;
}

.pat-120 {
    padding-top: 120px;
}

.pat-125 {
    padding-top: 125px;
}

.pat-130 {
    padding-top: 130px;
}

.pat-135 {
    padding-top: 135px;
}

.pat-140 {
    padding-top: 140px;
}

.pat-145 {
    padding-top: 145px;
}

.pat-150 {
    padding-top: 150px;
}

.pat-155 {
    padding-top: 155px;
}

.pat-160 {
    padding-top: 160px;
}

.pat-165 {
    padding-top: 165px;
}

.pat-170 {
    padding-top: 170px;
}

.pat-175 {
    padding-top: 175px;
}

.pat-180 {
    padding-top: 180px;
}

.pat-185 {
    padding-top: 185px;
}

.pat-190 {
    padding-top: 190px;
}

.pat-195 {
    padding-top: 195px;
}

.pat-200 {
    padding-top: 200px;
}

.pat-205 {
    padding-top: 205px;
}

.pat-210 {
    padding-top: 210px;
}

.pat-215 {
    padding-top: 215px;
}

.pat-220 {
    padding-top: 220px;
}

.pat-225 {
    padding-top: 225px;
}

.pat-230 {
    padding-top: 230px;
}

.pat-235 {
    padding-top: 235px;
}

.pat-240 {
    padding-top: 240px;
}

.pat-245 {
    padding-top: 245px;
}

.pat-250 {
    padding-top: 250px;
}

.pat-255 {
    padding-top: 255px;
}

.pat-260 {
    padding-top: 260px;
}

.pat-265 {
    padding-top: 265px;
}

.pat-270 {
    padding-top: 270px;
}

.pat-275 {
    padding-top: 275px;
}

.pat-280 {
    padding-top: 280px;
}

.pat-285 {
    padding-top: 285px;
}

.pat-290 {
    padding-top: 290px;
}

.pat-295 {
    padding-top: 295px;
}

.pat-300 {
    padding-top: 300px;
}

.pat-305 {
    padding-top: 305px;
}

.pat-310 {
    padding-top: 310px;
}

.pat-315 {
    padding-top: 315px;
}

.pat-320 {
    padding-top: 320px;
}

.pat-325 {
    padding-top: 325px;
}

.pat-330 {
    padding-top: 330px;
}

.pat-335 {
    padding-top: 335px;
}

.pat-340 {
    padding-top: 340px;
}

.pat-345 {
    padding-top: 345px;
}

.pat-350 {
    padding-top: 350px;
}

.pat-355 {
    padding-top: 355px;
}

.pat-360 {
    padding-top: 360px;
}

.pat-365 {
    padding-top: 365px;
}

.pat-370 {
    padding-top: 370px;
}

.pat-375 {
    padding-top: 375px;
}

.pat-380 {
    padding-top: 380px;
}

.pat-385 {
    padding-top: 385px;
}

.pat-390 {
    padding-top: 390px;
}

.pat-395 {
    padding-top: 395px;
}

.pat-400 {
    padding-top: 400px;
}

.pat-405 {
    padding-top: 405px;
}

.pat-410 {
    padding-top: 410px;
}

.pat-415 {
    padding-top: 415px;
}

.pat-420 {
    padding-top: 420px;
}

.pat-425 {
    padding-top: 425px;
}

.pat-430 {
    padding-top: 430px;
}

.pat-435 {
    padding-top: 435px;
}

.pat-440 {
    padding-top: 440px;
}

.pat-445 {
    padding-top: 445px;
}

.pat-450 {
    padding-top: 450px;
}

.pat-455 {
    padding-top: 455px;
}

.pat-460 {
    padding-top: 460px;
}

.pat-465 {
    padding-top: 465px;
}

.pat-470 {
    padding-top: 470px;
}

.pat-475 {
    padding-top: 475px;
}

.pat-480 {
    padding-top: 480px;
}

.pat-485 {
    padding-top: 485px;
}

.pat-490 {
    padding-top: 490px;
}

.pat-495 {
    padding-top: 495px;
}

.pat-500 {
    padding-top: 500px;
}

.pat-505 {
    padding-top: 505px;
}

.pat-510 {
    padding-top: 510px;
}

.pat-515 {
    padding-top: 515px;
}

.pat-520 {
    padding-top: 520px;
}

.pat-525 {
    padding-top: 525px;
}

.pat-530 {
    padding-top: 530px;
}

.pat-535 {
    padding-top: 535px;
}

.pat-540 {
    padding-top: 540px;
}

.pat-545 {
    padding-top: 545px;
}

.pat-550 {
    padding-top: 550px;
}

.pat-555 {
    padding-top: 555px;
}

.pat-560 {
    padding-top: 560px;
}

.pat-565 {
    padding-top: 565px;
}

.pat-570 {
    padding-top: 570px;
}

.pat-575 {
    padding-top: 575px;
}

.pat-580 {
    padding-top: 580px;
}

.pat-585 {
    padding-top: 585px;
}

.pat-590 {
    padding-top: 590px;
}

.pat-595 {
    padding-top: 595px;
}

.pat-600 {
    padding-top: 600px;
}

.pat-605 {
    padding-top: 605px;
}

.pat-610 {
    padding-top: 610px;
}

.pat-615 {
    padding-top: 615px;
}

.pat-620 {
    padding-top: 620px;
}

.pat-625 {
    padding-top: 625px;
}

.pat-630 {
    padding-top: 630px;
}

.pat-635 {
    padding-top: 635px;
}

.pat-640 {
    padding-top: 640px;
}

.pat-645 {
    padding-top: 645px;
}

.pat-650 {
    padding-top: 650px;
}

.pat-655 {
    padding-top: 655px;
}

.pat-660 {
    padding-top: 660px;
}

.pat-665 {
    padding-top: 665px;
}

.pat-670 {
    padding-top: 670px;
}

.pat-675 {
    padding-top: 675px;
}

.pat-680 {
    padding-top: 680px;
}

.pat-685 {
    padding-top: 685px;
}

.pat-690 {
    padding-top: 690px;
}

.pat-695 {
    padding-top: 695px;
}

.pat-700 {
    padding-top: 700px;
}

.pat-705 {
    padding-top: 705px;
}

.pat-710 {
    padding-top: 710px;
}

.pat-715 {
    padding-top: 715px;
}

.pat-720 {
    padding-top: 720px;
}

.pat-725 {
    padding-top: 725px;
}

.pat-730 {
    padding-top: 730px;
}

.pat-735 {
    padding-top: 735px;
}

.pat-740 {
    padding-top: 740px;
}

.pat-745 {
    padding-top: 745px;
}

.pat-750 {
    padding-top: 750px;
}

.pab-5 {
    padding-bottom: 5px;
}

.pab-10 {
    padding-bottom: 10px;
}

.pab-15 {
    padding-bottom: 15px;
}

.pab-20 {
    padding-bottom: 20px;
}

.pab-25 {
    padding-bottom: 25px;
}

.pab-30 {
    padding-bottom: 30px;
}

.pab-35 {
    padding-bottom: 35px;
}

.pab-40 {
    padding-bottom: 40px;
}

.pab-45 {
    padding-bottom: 45px;
}

.pab-50 {
    padding-bottom: 50px;
}

.pab-55 {
    padding-bottom: 55px;
}

.pab-60 {
    padding-bottom: 60px;
}

.pab-65 {
    padding-bottom: 65px;
}

.pab-70 {
    padding-bottom: 70px;
}

.pab-75 {
    padding-bottom: 75px;
}

.pab-80 {
    padding-bottom: 80px;
}

.pab-85 {
    padding-bottom: 85px;
}

.pab-90 {
    padding-bottom: 90px;
}

.pab-95 {
    padding-bottom: 95px;
}

.pab-100 {
    padding-bottom: 100px;
}

.pab-105 {
    padding-bottom: 105px;
}

.pab-110 {
    padding-bottom: 110px;
}

.pab-115 {
    padding-bottom: 115px;
}

.pab-120 {
    padding-bottom: 120px;
}

.pab-125 {
    padding-bottom: 125px;
}

.pab-130 {
    padding-bottom: 130px;
}

.pab-135 {
    padding-bottom: 135px;
}

.pab-140 {
    padding-bottom: 140px;
}

.pab-145 {
    padding-bottom: 145px;
}

.pab-150 {
    padding-bottom: 150px;
}

.pab-155 {
    padding-bottom: 155px;
}

.pab-160 {
    padding-bottom: 160px;
}

.pab-165 {
    padding-bottom: 165px;
}

.pab-170 {
    padding-bottom: 170px;
}

.pab-175 {
    padding-bottom: 175px;
}

.pab-180 {
    padding-bottom: 180px;
}

.pab-185 {
    padding-bottom: 185px;
}

.pab-190 {
    padding-bottom: 190px;
}

.pab-195 {
    padding-bottom: 195px;
}

.pab-200 {
    padding-bottom: 200px;
}

.pab-205 {
    padding-bottom: 205px;
}

.pab-210 {
    padding-bottom: 210px;
}

.pab-215 {
    padding-bottom: 215px;
}

.pab-220 {
    padding-bottom: 220px;
}

.pab-225 {
    padding-bottom: 225px;
}

.pab-230 {
    padding-bottom: 230px;
}

.pab-235 {
    padding-bottom: 235px;
}

.pab-240 {
    padding-bottom: 240px;
}

.pab-245 {
    padding-bottom: 245px;
}

.pab-250 {
    padding-bottom: 250px;
}

.pab-255 {
    padding-bottom: 255px;
}

.pab-260 {
    padding-bottom: 260px;
}

.pab-265 {
    padding-bottom: 265px;
}

.pab-270 {
    padding-bottom: 270px;
}

.pab-275 {
    padding-bottom: 275px;
}

.pab-280 {
    padding-bottom: 280px;
}

.pab-285 {
    padding-bottom: 285px;
}

.pab-290 {
    padding-bottom: 290px;
}

.pab-295 {
    padding-bottom: 295px;
}

.pab-300 {
    padding-bottom: 300px;
}

.pab-305 {
    padding-bottom: 305px;
}

.pab-310 {
    padding-bottom: 310px;
}

.pab-315 {
    padding-bottom: 315px;
}

.pab-320 {
    padding-bottom: 320px;
}

.pab-325 {
    padding-bottom: 325px;
}

.pab-330 {
    padding-bottom: 330px;
}

.pab-335 {
    padding-bottom: 335px;
}

.pab-340 {
    padding-bottom: 340px;
}

.pab-345 {
    padding-bottom: 345px;
}

.pab-350 {
    padding-bottom: 350px;
}

.pab-355 {
    padding-bottom: 355px;
}

.pab-360 {
    padding-bottom: 360px;
}

.pab-365 {
    padding-bottom: 365px;
}

.pab-370 {
    padding-bottom: 370px;
}

.pab-375 {
    padding-bottom: 375px;
}

.pab-380 {
    padding-bottom: 380px;
}

.pab-385 {
    padding-bottom: 385px;
}

.pab-390 {
    padding-bottom: 390px;
}

.pab-395 {
    padding-bottom: 395px;
}

.pab-400 {
    padding-bottom: 400px;
}

.pab-405 {
    padding-bottom: 405px;
}

.pab-410 {
    padding-bottom: 410px;
}

.pab-415 {
    padding-bottom: 415px;
}

.pab-420 {
    padding-bottom: 420px;
}

.pab-425 {
    padding-bottom: 425px;
}

.pab-430 {
    padding-bottom: 430px;
}

.pab-435 {
    padding-bottom: 435px;
}

.pab-440 {
    padding-bottom: 440px;
}

.pab-445 {
    padding-bottom: 445px;
}

.pab-450 {
    padding-bottom: 450px;
}

.pab-455 {
    padding-bottom: 455px;
}

.pab-460 {
    padding-bottom: 460px;
}

.pab-465 {
    padding-bottom: 465px;
}

.pab-470 {
    padding-bottom: 470px;
}

.pab-475 {
    padding-bottom: 475px;
}

.pab-480 {
    padding-bottom: 480px;
}

.pab-485 {
    padding-bottom: 485px;
}

.pab-490 {
    padding-bottom: 490px;
}

.pab-495 {
    padding-bottom: 495px;
}

.pab-500 {
    padding-bottom: 500px;
}

.pab-505 {
    padding-bottom: 505px;
}

.pab-510 {
    padding-bottom: 510px;
}

.pab-515 {
    padding-bottom: 515px;
}

.pab-520 {
    padding-bottom: 520px;
}

.pab-525 {
    padding-bottom: 525px;
}

.pab-530 {
    padding-bottom: 530px;
}

.pab-535 {
    padding-bottom: 535px;
}

.pab-540 {
    padding-bottom: 540px;
}

.pab-545 {
    padding-bottom: 545px;
}

.pab-550 {
    padding-bottom: 550px;
}

.pab-555 {
    padding-bottom: 555px;
}

.pab-560 {
    padding-bottom: 560px;
}

.pab-565 {
    padding-bottom: 565px;
}

.pab-570 {
    padding-bottom: 570px;
}

.pab-575 {
    padding-bottom: 575px;
}

.pab-580 {
    padding-bottom: 580px;
}

.pab-585 {
    padding-bottom: 585px;
}

.pab-590 {
    padding-bottom: 590px;
}

.pab-595 {
    padding-bottom: 595px;
}

.pab-600 {
    padding-bottom: 600px;
}

.pab-605 {
    padding-bottom: 605px;
}

.pab-610 {
    padding-bottom: 610px;
}

.pab-615 {
    padding-bottom: 615px;
}

.pab-620 {
    padding-bottom: 620px;
}

.pab-625 {
    padding-bottom: 625px;
}

.pab-630 {
    padding-bottom: 630px;
}

.pab-635 {
    padding-bottom: 635px;
}

.pab-640 {
    padding-bottom: 640px;
}

.pab-645 {
    padding-bottom: 645px;
}

.pab-650 {
    padding-bottom: 650px;
}

.pab-655 {
    padding-bottom: 655px;
}

.pab-660 {
    padding-bottom: 660px;
}

.pab-665 {
    padding-bottom: 665px;
}

.pab-670 {
    padding-bottom: 670px;
}

.pab-675 {
    padding-bottom: 675px;
}

.pab-680 {
    padding-bottom: 680px;
}

.pab-685 {
    padding-bottom: 685px;
}

.pab-690 {
    padding-bottom: 690px;
}

.pab-695 {
    padding-bottom: 695px;
}

.pab-700 {
    padding-bottom: 700px;
}

.pab-705 {
    padding-bottom: 705px;
}

.pab-710 {
    padding-bottom: 710px;
}

.pab-715 {
    padding-bottom: 715px;
}

.pab-720 {
    padding-bottom: 720px;
}

.pab-725 {
    padding-bottom: 725px;
}

.pab-730 {
    padding-bottom: 730px;
}

.pab-735 {
    padding-bottom: 735px;
}

.pab-740 {
    padding-bottom: 740px;
}

.pab-745 {
    padding-bottom: 745px;
}

.pab-750 {
    padding-bottom: 750px;
}

.pal-5 {
    padding-left: 5px;
}

.pal-10 {
    padding-left: 10px;
}

.pal-15 {
    padding-left: 15px;
}

.pal-20 {
    padding-left: 20px;
}

.pal-25 {
    padding-left: 25px;
}

.pal-30 {
    padding-left: 30px;
}

.pal-35 {
    padding-left: 35px;
}

.pal-40 {
    padding-left: 40px;
}

.pal-45 {
    padding-left: 45px;
}

.pal-50 {
    padding-left: 50px;
}

.pal-55 {
    padding-left: 55px;
}

.pal-60 {
    padding-left: 60px;
}

.pal-65 {
    padding-left: 65px;
}

.pal-70 {
    padding-left: 70px;
}

.pal-75 {
    padding-left: 75px;
}

.pal-80 {
    padding-left: 80px;
}

.pal-85 {
    padding-left: 85px;
}

.pal-90 {
    padding-left: 90px;
}

.pal-95 {
    padding-left: 95px;
}

.pal-100 {
    padding-left: 100px;
}

.pal-105 {
    padding-left: 105px;
}

.pal-110 {
    padding-left: 110px;
}

.pal-115 {
    padding-left: 115px;
}

.pal-120 {
    padding-left: 120px;
}

.pal-125 {
    padding-left: 125px;
}

.pal-130 {
    padding-left: 130px;
}

.pal-135 {
    padding-left: 135px;
}

.pal-140 {
    padding-left: 140px;
}

.pal-145 {
    padding-left: 145px;
}

.pal-150 {
    padding-left: 150px;
}

.pal-155 {
    padding-left: 155px;
}

.pal-160 {
    padding-left: 160px;
}

.pal-165 {
    padding-left: 165px;
}

.pal-170 {
    padding-left: 170px;
}

.pal-175 {
    padding-left: 175px;
}

.pal-180 {
    padding-left: 180px;
}

.pal-185 {
    padding-left: 185px;
}

.pal-190 {
    padding-left: 190px;
}

.pal-195 {
    padding-left: 195px;
}

.pal-200 {
    padding-left: 200px;
}

.pal-205 {
    padding-left: 205px;
}

.pal-210 {
    padding-left: 210px;
}

.pal-215 {
    padding-left: 215px;
}

.pal-220 {
    padding-left: 220px;
}

.pal-225 {
    padding-left: 225px;
}

.pal-230 {
    padding-left: 230px;
}

.pal-235 {
    padding-left: 235px;
}

.pal-240 {
    padding-left: 240px;
}

.pal-245 {
    padding-left: 245px;
}

.pal-250 {
    padding-left: 250px;
}

.pal-255 {
    padding-left: 255px;
}

.pal-260 {
    padding-left: 260px;
}

.pal-265 {
    padding-left: 265px;
}

.pal-270 {
    padding-left: 270px;
}

.pal-275 {
    padding-left: 275px;
}

.pal-280 {
    padding-left: 280px;
}

.pal-285 {
    padding-left: 285px;
}

.pal-290 {
    padding-left: 290px;
}

.pal-295 {
    padding-left: 295px;
}

.pal-300 {
    padding-left: 300px;
}

.pal-305 {
    padding-left: 305px;
}

.pal-310 {
    padding-left: 310px;
}

.pal-315 {
    padding-left: 315px;
}

.pal-320 {
    padding-left: 320px;
}

.pal-325 {
    padding-left: 325px;
}

.pal-330 {
    padding-left: 330px;
}

.pal-335 {
    padding-left: 335px;
}

.pal-340 {
    padding-left: 340px;
}

.pal-345 {
    padding-left: 345px;
}

.pal-350 {
    padding-left: 350px;
}

.pal-355 {
    padding-left: 355px;
}

.pal-360 {
    padding-left: 360px;
}

.pal-365 {
    padding-left: 365px;
}

.pal-370 {
    padding-left: 370px;
}

.pal-375 {
    padding-left: 375px;
}

.pal-380 {
    padding-left: 380px;
}

.pal-385 {
    padding-left: 385px;
}

.pal-390 {
    padding-left: 390px;
}

.pal-395 {
    padding-left: 395px;
}

.pal-400 {
    padding-left: 400px;
}

.pal-405 {
    padding-left: 405px;
}

.pal-410 {
    padding-left: 410px;
}

.pal-415 {
    padding-left: 415px;
}

.pal-420 {
    padding-left: 420px;
}

.pal-425 {
    padding-left: 425px;
}

.pal-430 {
    padding-left: 430px;
}

.pal-435 {
    padding-left: 435px;
}

.pal-440 {
    padding-left: 440px;
}

.pal-445 {
    padding-left: 445px;
}

.pal-450 {
    padding-left: 450px;
}

.pal-455 {
    padding-left: 455px;
}

.pal-460 {
    padding-left: 460px;
}

.pal-465 {
    padding-left: 465px;
}

.pal-470 {
    padding-left: 470px;
}

.pal-475 {
    padding-left: 475px;
}

.pal-480 {
    padding-left: 480px;
}

.pal-485 {
    padding-left: 485px;
}

.pal-490 {
    padding-left: 490px;
}

.pal-495 {
    padding-left: 495px;
}

.pal-500 {
    padding-left: 500px;
}

.pal-505 {
    padding-left: 505px;
}

.pal-510 {
    padding-left: 510px;
}

.pal-515 {
    padding-left: 515px;
}

.pal-520 {
    padding-left: 520px;
}

.pal-525 {
    padding-left: 525px;
}

.pal-530 {
    padding-left: 530px;
}

.pal-535 {
    padding-left: 535px;
}

.pal-540 {
    padding-left: 540px;
}

.pal-545 {
    padding-left: 545px;
}

.pal-550 {
    padding-left: 550px;
}

.pal-555 {
    padding-left: 555px;
}

.pal-560 {
    padding-left: 560px;
}

.pal-565 {
    padding-left: 565px;
}

.pal-570 {
    padding-left: 570px;
}

.pal-575 {
    padding-left: 575px;
}

.pal-580 {
    padding-left: 580px;
}

.pal-585 {
    padding-left: 585px;
}

.pal-590 {
    padding-left: 590px;
}

.pal-595 {
    padding-left: 595px;
}

.pal-600 {
    padding-left: 600px;
}

.pal-605 {
    padding-left: 605px;
}

.pal-610 {
    padding-left: 610px;
}

.pal-615 {
    padding-left: 615px;
}

.pal-620 {
    padding-left: 620px;
}

.pal-625 {
    padding-left: 625px;
}

.pal-630 {
    padding-left: 630px;
}

.pal-635 {
    padding-left: 635px;
}

.pal-640 {
    padding-left: 640px;
}

.pal-645 {
    padding-left: 645px;
}

.pal-650 {
    padding-left: 650px;
}

.pal-655 {
    padding-left: 655px;
}

.pal-660 {
    padding-left: 660px;
}

.pal-665 {
    padding-left: 665px;
}

.pal-670 {
    padding-left: 670px;
}

.pal-675 {
    padding-left: 675px;
}

.pal-680 {
    padding-left: 680px;
}

.pal-685 {
    padding-left: 685px;
}

.pal-690 {
    padding-left: 690px;
}

.pal-695 {
    padding-left: 695px;
}

.pal-700 {
    padding-left: 700px;
}

.pal-705 {
    padding-left: 705px;
}

.pal-710 {
    padding-left: 710px;
}

.pal-715 {
    padding-left: 715px;
}

.pal-720 {
    padding-left: 720px;
}

.pal-725 {
    padding-left: 725px;
}

.pal-730 {
    padding-left: 730px;
}

.pal-735 {
    padding-left: 735px;
}

.pal-740 {
    padding-left: 740px;
}

.pal-745 {
    padding-left: 745px;
}

.pal-750 {
    padding-left: 750px;
}

.par-5 {
    padding-right: 5px;
}

.par-10 {
    padding-right: 10px;
}

.par-15 {
    padding-right: 15px;
}

.par-20 {
    padding-right: 20px;
}

.par-25 {
    padding-right: 25px;
}

.par-30 {
    padding-right: 30px;
}

.par-35 {
    padding-right: 35px;
}

.par-40 {
    padding-right: 40px;
}

.par-45 {
    padding-right: 45px;
}

.par-50 {
    padding-right: 50px;
}

.par-55 {
    padding-right: 55px;
}

.par-60 {
    padding-right: 60px;
}

.par-65 {
    padding-right: 65px;
}

.par-70 {
    padding-right: 70px;
}

.par-75 {
    padding-right: 75px;
}

.par-80 {
    padding-right: 80px;
}

.par-85 {
    padding-right: 85px;
}

.par-90 {
    padding-right: 90px;
}

.par-95 {
    padding-right: 95px;
}

.par-100 {
    padding-right: 100px;
}

.par-105 {
    padding-right: 105px;
}

.par-110 {
    padding-right: 110px;
}

.par-115 {
    padding-right: 115px;
}

.par-120 {
    padding-right: 120px;
}

.par-125 {
    padding-right: 125px;
}

.par-130 {
    padding-right: 130px;
}

.par-135 {
    padding-right: 135px;
}

.par-140 {
    padding-right: 140px;
}

.par-145 {
    padding-right: 145px;
}

.par-150 {
    padding-right: 150px;
}

.par-155 {
    padding-right: 155px;
}

.par-160 {
    padding-right: 160px;
}

.par-165 {
    padding-right: 165px;
}

.par-170 {
    padding-right: 170px;
}

.par-175 {
    padding-right: 175px;
}

.par-180 {
    padding-right: 180px;
}

.par-185 {
    padding-right: 185px;
}

.par-190 {
    padding-right: 190px;
}

.par-195 {
    padding-right: 195px;
}

.par-200 {
    padding-right: 200px;
}

.par-205 {
    padding-right: 205px;
}

.par-210 {
    padding-right: 210px;
}

.par-215 {
    padding-right: 215px;
}

.par-220 {
    padding-right: 220px;
}

.par-225 {
    padding-right: 225px;
}

.par-230 {
    padding-right: 230px;
}

.par-235 {
    padding-right: 235px;
}

.par-240 {
    padding-right: 240px;
}

.par-245 {
    padding-right: 245px;
}

.par-250 {
    padding-right: 250px;
}

.par-255 {
    padding-right: 255px;
}

.par-260 {
    padding-right: 260px;
}

.par-265 {
    padding-right: 265px;
}

.par-270 {
    padding-right: 270px;
}

.par-275 {
    padding-right: 275px;
}

.par-280 {
    padding-right: 280px;
}

.par-285 {
    padding-right: 285px;
}

.par-290 {
    padding-right: 290px;
}

.par-295 {
    padding-right: 295px;
}

.par-300 {
    padding-right: 300px;
}

.par-305 {
    padding-right: 305px;
}

.par-310 {
    padding-right: 310px;
}

.par-315 {
    padding-right: 315px;
}

.par-320 {
    padding-right: 320px;
}

.par-325 {
    padding-right: 325px;
}

.par-330 {
    padding-right: 330px;
}

.par-335 {
    padding-right: 335px;
}

.par-340 {
    padding-right: 340px;
}

.par-345 {
    padding-right: 345px;
}

.par-350 {
    padding-right: 350px;
}

.par-355 {
    padding-right: 355px;
}

.par-360 {
    padding-right: 360px;
}

.par-365 {
    padding-right: 365px;
}

.par-370 {
    padding-right: 370px;
}

.par-375 {
    padding-right: 375px;
}

.par-380 {
    padding-right: 380px;
}

.par-385 {
    padding-right: 385px;
}

.par-390 {
    padding-right: 390px;
}

.par-395 {
    padding-right: 395px;
}

.par-400 {
    padding-right: 400px;
}

.par-405 {
    padding-right: 405px;
}

.par-410 {
    padding-right: 410px;
}

.par-415 {
    padding-right: 415px;
}

.par-420 {
    padding-right: 420px;
}

.par-425 {
    padding-right: 425px;
}

.par-430 {
    padding-right: 430px;
}

.par-435 {
    padding-right: 435px;
}

.par-440 {
    padding-right: 440px;
}

.par-445 {
    padding-right: 445px;
}

.par-450 {
    padding-right: 450px;
}

.par-455 {
    padding-right: 455px;
}

.par-460 {
    padding-right: 460px;
}

.par-465 {
    padding-right: 465px;
}

.par-470 {
    padding-right: 470px;
}

.par-475 {
    padding-right: 475px;
}

.par-480 {
    padding-right: 480px;
}

.par-485 {
    padding-right: 485px;
}

.par-490 {
    padding-right: 490px;
}

.par-495 {
    padding-right: 495px;
}

.par-500 {
    padding-right: 500px;
}

.par-505 {
    padding-right: 505px;
}

.par-510 {
    padding-right: 510px;
}

.par-515 {
    padding-right: 515px;
}

.par-520 {
    padding-right: 520px;
}

.par-525 {
    padding-right: 525px;
}

.par-530 {
    padding-right: 530px;
}

.par-535 {
    padding-right: 535px;
}

.par-540 {
    padding-right: 540px;
}

.par-545 {
    padding-right: 545px;
}

.par-550 {
    padding-right: 550px;
}

.par-555 {
    padding-right: 555px;
}

.par-560 {
    padding-right: 560px;
}

.par-565 {
    padding-right: 565px;
}

.par-570 {
    padding-right: 570px;
}

.par-575 {
    padding-right: 575px;
}

.par-580 {
    padding-right: 580px;
}

.par-585 {
    padding-right: 585px;
}

.par-590 {
    padding-right: 590px;
}

.par-595 {
    padding-right: 595px;
}

.par-600 {
    padding-right: 600px;
}

.par-605 {
    padding-right: 605px;
}

.par-610 {
    padding-right: 610px;
}

.par-615 {
    padding-right: 615px;
}

.par-620 {
    padding-right: 620px;
}

.par-625 {
    padding-right: 625px;
}

.par-630 {
    padding-right: 630px;
}

.par-635 {
    padding-right: 635px;
}

.par-640 {
    padding-right: 640px;
}

.par-645 {
    padding-right: 645px;
}

.par-650 {
    padding-right: 650px;
}

.par-655 {
    padding-right: 655px;
}

.par-660 {
    padding-right: 660px;
}

.par-665 {
    padding-right: 665px;
}

.par-670 {
    padding-right: 670px;
}

.par-675 {
    padding-right: 675px;
}

.par-680 {
    padding-right: 680px;
}

.par-685 {
    padding-right: 685px;
}

.par-690 {
    padding-right: 690px;
}

.par-695 {
    padding-right: 695px;
}

.par-700 {
    padding-right: 700px;
}

.par-705 {
    padding-right: 705px;
}

.par-710 {
    padding-right: 710px;
}

.par-715 {
    padding-right: 715px;
}

.par-720 {
    padding-right: 720px;
}

.par-725 {
    padding-right: 725px;
}

.par-730 {
    padding-right: 730px;
}

.par-735 {
    padding-right: 735px;
}

.par-740 {
    padding-right: 740px;
}

.par-745 {
    padding-right: 745px;
}

.par-750 {
    padding-right: 750px;
}

.clear:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.entry-content:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.entry-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.comment-content:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.site-content:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.site-footer:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.btn-wrapper {
    display: block;
}

.btn-wrapper .cmn-btn {
    color: var(--paragraph-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    padding: 7px 35px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-wrapper .cmn-btn.btn-bg-1 {
    background: #ffffff;
    color: #fff;
    border: 2px solid #000000;
    border-radius: 30px;
    /* background: white; */
    color: black;
    border: 1px solid #dddddd;
    /* box-shadow: 1px 3px 0px #191919; */
}

a.cmn-btn.btn-bg-1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 0.7em;
    padding: 7px 10px;
    border-radius: 50%;
}

a.cmn-btn.btn-bg-1:hover {
    box-shadow: 0px -6px 0px #000000;
    box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color),0 var(--animation-depth,.375em) 0 0 var(--cta-depth-color);
}

a.cmn-btn.btn-bg-1.radius-10 .icon img {
    height: 30px;
}

.card-reservation .btn-wrapper .cmn-btn.btn-bg-1 {
    background: #191414;
    color: white;
    font-size: 1.2em;
    height: calc(3.5rem + 2px);
}

.greenWrapper .cmn-btn.btn-bg-1 {
    background: white;
    border-radius: 45px;
    background: #fff;
    border: 2px solid #000;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    column-gap: 16px;
    padding-left: 10px;
    padding-right: 15px;
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2vh;
}

.icon-right img {
    height: 50px;
}

.btn-wrapper .cmn-btn.btn-bg-1:hover {
    /* background: none; */
    /* color: var(--main-color-one); */
}

.btn-wrapper .cmn-btn.btn-border {
    border: 1px solid #f1f1f1;
}

.btn-wrapper .cmn-btn.btn-border:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-1 {
    padding: 7px 35px;
    border: 2px solid var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-1:hover {
    background: var(--main-color-one);
    color: #fff;
}

.btn-wrapper .cmn-btn.btn-outline-1.color-one {
    color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-bg-white {
    background-color: #fff;
    color: var(--heading-color);
    border: 2px solid #fff;
}

.btn-wrapper .cmn-btn.btn-bg-white:hover {
    background-color: var(--main-color-one);
    border-color: #fff;
    color: #fff;
    border-radius: 30px;
}

.btn-wrapper .cmn-btn.btn-medium {
    padding: 7px 20px;
}

.btn-wrapper .cmn-btn.btn-small {
    padding: 5px 15px;
}

.flex-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.btn-see-more {
    font-weight: 600;
    color: var(--heading-colors);
    font-size: 16px;
}

.btn-see-more::after {
    content: "\f067";
    font-family: "line-awesome";
    font-weight: 900;
    font-size: 18px;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 63px;
    width: 50px;
    height: 50px;
    background-color: #78f1b0;
    color: #191414;
    text-align: center;
    line-height: 50px;
    border-radius: 14px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
    border: 2px solid #000;
    box-shadow: 1px 3px 0px #191919;
}

.back-to-top.bg-color-two {
    background: var(--secondary-color);
}

.back-to-top.bg-color-three {
    background: var(--main-color-three);
}

.back-to-top.bg-color-four {
    background: var(--main-color-four);
}

.back-to-top.bg-color-five {
    background: var(--main-color-five);
}

.section-title.text-left {
    text-align: left;
}

.section-title.white-color {
    color: #fff;
}

.section-title.white-color .title {
    color: #fff;
}

.section-title.center-text {
    text-align: center;
    /* max-width: 650px; */
    margin: auto;
}

.section-title.section-border-bottom {
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
    padding-bottom: 30px;
}

.section-title-shapes {
    position: relative;
    height: 20px;
}

.section-title-shapes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: auto;
}

.section-title-line {
    position: relative;
    height: 20px;
}

.section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../img/section-shapes2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: auto;
}

.section-title .title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--heading-color);
    font-family: var(--heading-font);
    position: relative;
    /* margin: -6px 0 0; */
}

.section-title .section-para {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.section-title-three .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.section-title-three .title:hover::before {
    background-color: var(--main-color-one);
}

.section-title-three .title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -25px;
    height: 50px;
    width: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-title-three .title::after {
    content: "";
    position: absolute;
    left: -45px;
    top: -25px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title-three .section-para {
    margin-top: 20px;
}

.section-title-btn .view-all {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    border: 1px solid var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.section-title-btn .view-all:hover {
    background-color: var(--light-color);
    color: #fff;
}

.js-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 400;
    color: var(--paragraph-color);
    border: 1px solid var(--input-color);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.01);
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 0 30px 0 15px;
}

.js-select:focus {
    border: 1px solid var(--input-color);
}

.js-select .nice-select-search-box {
    height: 100%;
}

.js-select .nice-select-search-box .nice-select-search {
    vertical-align: top;
}

.js-select:after {
    border-bottom: 2px solid var(--light-color);
    border-right: 2px solid var(--light-color);
    height: 7px;
    margin-top: -2px;
    right: 20px;
    width: 7px;
}

.js-select .list {
    width: 100%;
    margin-top: 10px;
}

.js-select .list .selected.focus {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
}

.js-select .list .option:hover {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
    font-weight: 500;
}

.js-select.open {
    border: 1px solid #ddd;
}

.js-select.open .list {
    width: 100%;
}

.js-select.select-style-two {
    display: block;
    color: var(--paragraph-color);
    border: 1px solid var(--input-color);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.js-select.select-style-two:after {
    border-color: var(--paragraph-color) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: auto;
    right: 11px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-select.select-style-two.open::after {
    border-color: transparent transparent var(--paragraph-color);
    border-width: 0px 4px 5px 4px;
}

.mouse-move {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.mouse-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--main-color-one);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mouse-inner.mouse-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: var(--main-color-one);
    opacity: 0.1;
}

.mouse-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--main-color-one);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.mouse-outer.mouse-hover {
    opacity: 0;
}

.mouse-cursor-two .mouse-inner {
    background-color: var(--secondary-color);
}

.mouse-cursor-two .mouse-inner.mouse-hover {
    background-color: var(--secondary-color);
}

.mouse-cursor-two .mouse-outer {
    border-color: var(--secondary-color);
}

.nav-style-one {
    position: relative;
}

.nav-style-one:hover .prev-icon {
    visibility: visible;
    opacity: 1;
}

.nav-style-one:hover .next-icon {
    visibility: visible;
    opacity: 1;
}

.nav-style-one .prev-icon {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    z-index: 9;
    background: var(--gray-color);
    color: var(--heading-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    visibility: visible;
    opacity: 0;
}

.nav-style-one .prev-icon:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.nav-style-one .next-icon {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    z-index: 9;
    background: var(--gray-color);
    color: var(--heading-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    visibility: visible;
    opacity: 0;
    left: auto;
    right: -70px;
}

.nav-style-one .next-icon:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.nav-style-one.nav-color-two .prev-icon {
    background: var(--gray-color);
}

.nav-style-one.nav-color-two .prev-icon:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.nav-style-one.nav-color-two .next-icon {
    background: var(--gray-color);
}

.nav-style-one.nav-color-two .next-icon:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.append-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 5px;
}

.append-attraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.append-attraction .prev-icon {
    font-size: 30px;
    cursor: pointer;
    border: 1px solid var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 22px;
    z-index: 9;
    color: var(--heading-color);
    background-color: var(--gray-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    right: 55px;
}

.append-attraction .prev-icon:hover {
    border-color: var(--main-color-one);
    color: #fff;
    background-color: var(--main-color-one);
}

.append-attraction .next-icon {
    font-size: 30px;
    cursor: pointer;
    border: 1px solid var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 22px;
    z-index: 9;
    color: var(--heading-color);
    background-color: var(--gray-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.append-attraction .next-icon:hover {
    border-color: var(--main-color-one);
    color: #fff;
    background-color: var(--main-color-one);
}

.append-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.append-history .prev-icon {
    font-size: 30px;
    cursor: pointer;
    border: 1px solid var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 22px;
    z-index: 9;
    color: var(--heading-color);
    background-color: var(--gray-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    right: 55px;
}

.append-history .prev-icon:hover {
    border-color: var(--main-color-one);
    color: #fff;
    background-color: var(--main-color-one);
}

.append-history .next-icon {
    font-size: 30px;
    cursor: pointer;
    border: 1px solid var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 22px;
    z-index: 9;
    color: var(--heading-color);
    background-color: var(--gray-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.append-history .next-icon:hover {
    border-color: var(--main-color-one);
    color: #fff;
    background-color: var(--main-color-one);
}

.append-attraction.append-color-two .prev-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.append-attraction.append-color-two .next-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.append-history.append-color-two .prev-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.append-history.append-color-two .next-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.dot-style-one.dot-absolute .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.dot-style-one.dot-color-two .slick-dots li {
    background-color: #ddd;
}

.dot-style-one.dot-color-two .slick-dots li.slick-active {
    background: var(--main-color-two);
}

.dot-style-one .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 0 0;
}

.dot-style-one .slick-dots li {
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dot-style-one .slick-dots li button {
    border: 0;
    outline: none;
}

.dot-style-one .slick-dots li.slick-active {
    background: var(--main-color-one);
    width: 30px;
    border-radius: 10px;
}

.slider-inner-margin .slick-slide {
    margin: 12px;
}

.slider-inner-margin .slick-list {
    margin: -12px;
}

.slider-inner-margin-10 .slick-slide {
    margin: 5px;
}

.slider-inner-margin-10 .slick-list {
    margin: -5px;
}

.slider-inner-padding .slick-slide {
    padding: 12px;
}

.slider-inner-padding .slick-list {
    padding: -12px;
}

/* faq mobile */
.faq-contents .faq-item {
    padding: 0;
    border: 1px solid var(--input-color);
    border-radius: 10px;
    border: 2px solid #191414;
}

.faq-contents .faq-item:not(:first-child) {
    margin-top: 24px;
}

.faq-contents .faq-item .faq-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    padding: 20px;
    background: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 61px;
    text-align: left;
    color: #191414;
    margin-right: 30px;
}

.faq-contents .faq-item .faq-title::after {
    content: "\f105";
    font-family: "line-awesome";
    font-weight: 100;
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.faq-contents .faq-item .faq-panel {
    padding: 20px;
    display: none;
    /* border-top: 1px solid var(--input-color); */
}

.faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 30px;
    color: var(--light-color);
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 29px;
    text-align: left;
    color: #000;
}

.faq-contents .faq-item.open {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px;
}

.faq-contents .faq-item.open .faq-title {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-contents .faq-item.open .faq-title::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq-contents .faq-item.open .faq-panel .faq-para {
    color: var(--light-color);
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 5.2vw;
    text-align: left;
    color: #000;
    line-height: 1.3;
    font-family: "Source Sans Pro";
    font-weight: normal;
    /* font-size: 1.2vw; */
    text-align: left;
    color: #000;
    line-height: 1.3;
    font-weight: normal;
}

.faq-contents .faq-item.active .faq-panel {
    display: block;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    background: #78f1b0;
    color: #fff;
    border: 2px solid #000000;
    border-radius: 30px;
    /* background: white; */
    color: black;
    border: 2px solid #000;
    box-shadow: 1px 3px 0px #191919;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #78f1b0;
    border-color: #146c43;
    box-shadow: none;
}

.btn-success:hover {
    color: black;
    border-radius: 23px;
    background: #78f1b0;
    border: 2px solid #000;
    box-shadow: 2px 3px 0px #191414;
}

.card-header {
    background: #c6ffe0;
    color: black;
    font-size: 1.8em;
    font-family: 'Source Sans Pro';
    padding: 0.6em 1rem;
    font-weight: 500;
    border-bottom: 1px solid black;
}

.card {
    border: 2px solid black;
}

.card.card-reservation {
    border-radius: 23px;
}

.card.card-reservation .card-header {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    font-size: 1.5em;
}

.yourReservation {
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.marquee__row {
    background: #f2fdf7;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* ./faq mobile */
@media screen and (min-width: 768px) {
    .marquee__row {
        background: white;
        padding-top: 3em;
        padding-bottom: 2em;
    }

    .yourReservation {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-contents .faq-item {
        padding: 0;
        border: 1px solid var(--input-color);
        border-radius: 10px;
        border: 2px solid #555;
    }

    .faq-contents .faq-item:not(:first-child) {
        margin-top: 24px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
        color: var(--heading-color);
        font-family: var(--heading-font);
        padding: 20px;
        background: none;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        -webkit-transition: 300ms;
        transition: 300ms;
        font-family: "Source Sans Pro";
        font-weight: bold;
        font-size: 2vw;
        text-align: left;
        color: #191414;
        margin-right: 30px;
    }

    .faq-contents .faq-item .faq-title::after {
        content: "\f105";
        font-family: "line-awesome";
        font-weight: 100;
        position: absolute;
        right: -4px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .faq-contents .faq-item .faq-panel {
        padding: 20px;
        display: none;
        /* border-top: 1px solid var(--input-color); */
    }

    .faq-contents .faq-item .faq-panel .faq-para {
        font-size: 1.2vw;
        line-height: 1.3;
        color: var(--light-color);
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 1.2vw;
        text-align: left;
        color: #000;
    }

    .faq-contents .faq-item.open {
        border-radius: 10px;
        overflow: hidden;
        background-color: #fff;
        padding: 0px;
    }

    .faq-contents .faq-item.open .faq-title {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .faq-contents .faq-item.open .faq-title::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .faq-contents .faq-item.open .faq-panel .faq-para {
        color: var(--light-color);
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 1.2vw;
        text-align: left;
        color: #000;
        line-height: 1.3;
        font-weight: normal;
    }

    .faq-contents .faq-item.active .faq-panel {
        display: block;
    }
}

.faq-question-border {
    border: 1px solid var(--input-color);
    padding: 20px;
}

.faq-question-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--input-color);
}

.faq-question-form .single-input:not(:first-child) {
    margin-top: 20px;
}

.single-flex-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.custom-form .single-input {
    width: 100%;
}

.custom-form .single-input .label-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.custom-form .single-input .input-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.custom-form .single-input .iti {
    width: 100%;
}

.custom-form .single-input .form--control {
    -moz-appearance: textfield;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.custom-form .single-input .form--control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .single-input .form--control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .single-input .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.custom-form .single-input .form-control {
    -moz-appearance: textfield;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.custom-form .single-input .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .single-input .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .single-input .form-control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.custom-form .single-input .form--control.input-padding-left {
    padding-left: 45px;
}

.custom-form .single-input .form-control.input-padding-left {
    padding-left: 45px;
}

.custom-form .single-input .form--control#phone {
    width: 100%;
    padding-left: 50px;
}

.custom-form .single-input .form-control#phone {
    width: 100%;
    padding-left: 50px;
}

.custom-form .single-input .form-message {
    height: 100px;
    line-height: 28px;
    padding: 15px;
}

.custom-form .form-group {
    width: 100%;
}

.custom-form .form-group .label-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.custom-form .form-group .input-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.custom-form .form-group .iti {
    width: 100%;
}

.custom-form .form-group .form--control {
    -moz-appearance: textfield;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.custom-form .form-group .form--control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .form-group .form--control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .form-group .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.custom-form .form-group .form-control {
    -moz-appearance: textfield;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.custom-form .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .form-group .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-form .form-group .form-control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.custom-form .form-group .form--control.input-padding-left {
    padding-left: 45px;
}

.custom-form .form-group .form-control.input-padding-left {
    padding-left: 45px;
}

.custom-form .form-group .form--control#phone {
    width: 100%;
    padding-left: 50px;
}

.custom-form .form-group .form-control#phone {
    width: 100%;
    padding-left: 50px;
}

.custom-form .form-group .form-message {
    height: 100px;
    line-height: 28px;
    padding: 15px;
}

.custom-form .submit-btn {
    margin-top: 25px;
}

.submit-btn {
    border: 2px solid var(--main-color-one);
    background-color: var(--main-color-one);
    color: #fff;
    padding: 12px 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.submit-btn:hover {
    background-color: unset;
    color: var(--main-color-one);
}

.checkbox-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
}

.checkbox-inline .check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-inline .check-input::after {
    content: "\f00c";
    font-family: "line-awesome";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.6) rotate(90deg);
    transform: scale(1.6) rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox-inline .check-input:checked {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
    background: var(--main-color-one);
}

.checkbox-inline .check-input:checked::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.checkbox-inline .checkbox-label {
    cursor: pointer;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-color);
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkbox-inline .checkbox-label a {
    color: var(--main-color-one);
    font-weight: 500;
}

.breadcrumb-area {
    position: relative;
    background-color: var(--input-color);
}

.breadcrumb-padding {
    padding: 30px 0;
}

.breadcrumb-border {
    border-top: 2px solid rgba(221, 221, 221, 0.4);
}

.breadcrumb-contents {
    background: #fff;
    padding: 20px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 8px;
}

.breadcrumb-contents-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--heading-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.breadcrumb-contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -5px;
}

.breadcrumb-contents-list-item {
    font-size: 16px;
    font-weight: 500;
    color: var(--paragraph-color);
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.breadcrumb-contents-list-item:hover {
    color: var(--main-color-one);
}

.breadcrumb-contents-list-item:not(:last-child) {
    padding-right: 20px;
}

.breadcrumb-contents-list-item:not(:last-child)::after {
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105";
    font-family: "line-awesome";
    font-weight: 900;
}

.breadcrumb-contents-list-item:not(:first-child) {
    padding-left: 20px;
}

.price-range-slider {
    padding: 0 10px;
}

.price-range-slider .ui-range-slider.noUi-target {
    position: relative;
    border-radius: 3px;
    height: 3px;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-handle {
    top: -11px;
    left: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--main-color-one);
}

.price-range-slider .ui-range-slider.noUi-target .noUi-handle::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-handle.noUi-handle-upper::before {
    background-color: var(--main-color-one);
}

.price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-origin {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-connect {
    background: var(--main-color-one);
}

.price-range-slider .ui-range-slider-footer {
    display: table;
    width: 100%;
    padding-top: 20px;
}

.price-range-slider .ui-range-slider-footer .ui-range-values {
    display: inline-block;
    color: var(--heading-color);
}

.price-range-slider .ui-range-slider-footer .ui-range-values .ui-price-title {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    color: var(--light-color);
}

.price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-min {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color-one);
}

.price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-max {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color-one);
}

.noUi-background {
    background: #ddd;
}

[dir="rtl"] .price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-origin {
    right: auto;
    left: 0;
}

[dir="rtl"] .price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-connect {
    background: var(--main-color-one);
}

.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination-list-item-button {
    display: inline-block;
    font-size: 16px;
    color: var(--paragraph-color);
    border: 1px solid var(--input-color);
    background-color: var(--input-color);
    line-height: 1;
    padding: 9px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagination-list-item-button:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.pagination-list-item:hover .pagination-list-item-link {
    background-color: var(--main-color-one);
    color: #fff;
}

.pagination-list-item.active .pagination-list-item-link {
    background-color: var(--main-color-one);
    color: #fff;
}

.pagination-list-item-link {
    display: inline-block;
    font-size: 16px;
    color: var(--paragraph-color);
    border: 1px solid #fff;
    background-color: #fff;
    line-height: 1;
    padding: 9px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-wrap .ratings {
    position: relative;
    z-index: 0;
    width: 80px;
    height: 16px;
    display: inline-block;
}

.rating-wrap .ratings span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 16px;
}

.rating-wrap .ratings span:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005""\f005""\f005""\f005""\f005";
    width: 100%;
    font-family: "line-awesome";
    font-weight: 900;
}

.rating-wrap .ratings span.hide-rating:after {
    color: var(--light-color);
}

.rating-wrap .ratings span.show-rating {
    width: 88% !important;
}

.rating-wrap .ratings span.show-rating:after {
    color: #fabe50;
}

.rating-wrap .total-ratings {
    margin-left: 5px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.custom-radio-single {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.custom-radio-single.active label {
    font-weight: 600;
    color: var(--heading-color);
}

.custom-radio-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-radio label {
    font-size: 16px;
    color: var(--paragraph-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 14px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.custom-radio input[type="radio"] {
    border: 2px solid #ddd;
    background: #fff;
    clear: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50%;
    position: relative;
    margin-right: 3px;
}

.custom-radio input[type="radio"]:checked {
    border-color: var(--main-color-one);
}

.custom-radio input[type="radio"]:checked::before {
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
    background-color: var(--main-color-one);
    margin: 0px 0px 0;
    padding: 0px;
    line-height: 1;
}

.popup-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
    z-index: 9992;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.popup-fixed.popup-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popup-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9991;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.popup-overlay.popup-active {
    visibility: visible;
    opacity: 1;
}

.popup-contents {
    max-width: 500px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    padding: 30px;
    margin: auto;
    border-radius: 10px;
}

.popup-contents-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: var(--heading-color);
    margin: -4px 0 0;
}

.popup-contents-select {
    display: flow-root;
    margin-top: 25px;
}

.popup-contents-select .form--message {
    border-radius: 10px;
}

.popup-contents-select-label {
    font-size: 16px;
    color: var(--heading-color);
    margin-bottom: 8px;
    font-weight: 500;
}

.popup-contents-btn {
    margin-top: 25px;
}

.mobile-logo {
    display: none;
}

.navbar-padding {
    padding: 20px 0;
}

.navbar-area {
    position: relative;
    z-index: 95;
}

.navbar-area .nav-container {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
}

.navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 200px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: var(--heading-color);
    font-weight: 400;
    line-height: 32px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 10px 30px 10px 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
    background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
    background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    padding-right: 0;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > a {
    padding: 10px 30px 10px 0;
    position: relative;
    z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "line-awesome";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 1px;
    left: 4px;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 992;
    border-bottom: 5px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--heading-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 50px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -webkit-column-rule-color: rgba(221, 221, 221, 0.3);
    -moz-column-rule-color: rgba(221, 221, 221, 0.3);
    column-rule-color: rgba(221, 221, 221, 0.3);
    -webkit-column-rule-width: 2px;
    -moz-column-rule-width: 2px;
    column-rule-width: 2px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
    margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.nav-margin-top {
    margin-top: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
    text-align: center;
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 99;
}

.navbar-area.navbar-border {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li {
    color: #fff;
}

.navbar-area.white-nav .nav-container .nav-right-content ul li {
    color: #fff;
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon .icon {
    color: #fff;
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon.hover-color-two:hover .icon:hover {
    color: var(--main-color-two);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts {
    color: #fff;
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts.hover-color-two:hover {
    color: var(--main-color-two);
}

.navbar-area.white-nav .navbar-right-btn a {
    color: #fff;
}

.navbar-area.navbar-two {
    padding: 0;
}

.navbar-area.navbar-two .nav-container {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.navbar-area.navbar-two .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--secondary-color);
    background: none;
}

.navbar-area.navbar-two .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    border-bottom: 5px solid var(--secondary-color);
}

.navbar-area.navbar-two .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.navbar-area.navbar-two .navbar-right-btn a:hover {
    color: var(--secondary-color);
}

.navbar-area.navbar-two .btn-wrapper .cmn-btn.btn-bg-1 {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.navbar-area.navbar-two .btn-wrapper .cmn-btn.btn-bg-1:hover {
    background-color: unset;
    color: var(--secondary-color);
}

.click-nav-right-icon {
    display: none;
}

.single-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.navbar-right-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 12px;
}

.navbar-right-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navbar-right-btn a:hover {
    color: var(--main-color-one);
    text-decoration: underline;
}

.navbar-author {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-author:hover .navbar-author-wrapper {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.navbar-author-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.navbar-author-thumb {
    max-width: 100px;
}

.navbar-author-thumb img {
    border-radius: 50%;
}

.navbar-author-name {
    position: relative;
}

.navbar-author-name-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
}

.navbar-author-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9998;
    max-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px #f3f3f3;
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -1, 1, 0, 0);
    transform: matrix(1, 0, -1, 1, 0, 0);
}

.navbar-author-wrapper-list-item {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--heading-color);
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-author-wrapper-list-item:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area-one {
    /* padding-top: 150px; */
}

.footer-padding {
    padding: 25px 0;
}

.footer-border-round {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}

.footer-border-round::before {
    content: "";
    position: absolute;
    top: 200px;
    height: 100%;
    width: 130%;
    background-color: transparent;
    /* border-top: 2px solid rgba(221, 221, 221, 0.1); */
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-border-round.white-color {
    border-color: #ddd;
}

.footer-contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.footer-contents-logo {
    max-width: 600px;
    margin: auto;
}

.footer-contents-logo-img {
    max-width: 200px;
    display: inline-block;
}

.footer-contents-logo-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 7px 0 0;
}

.footer-widget-title {
    font-size: 28px;
    line-height: 32px;
}

.footer-widget-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 30px;
}

.footer-widget-nav-list-link {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: var(--light-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-widget-nav-list-link:hover {
    color: var(--main-color-one);
    text-decoration: underline;
}

.footer-widget-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.footer-widget-social-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    color: var(--heading-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.footer-widget-social-list-link:hover {
    color: #fff;
    background: var(--main-color-one);
}

.footer-widget-form-single {
    position: relative;
    z-index: 2;
}

.footer-widget-form-control {
    height: 55px;
    width: 100%;
    background-color: var(--copyright-bg-1);
    border: 1px solid var(--copyright-bg-1);
    border-radius: 30px;
    padding: 0 20px;
    color: var(--light-color);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.001);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.001);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-widget-form-control:focus {
    border: 1px solid rgba(0, 0, 0);
}

.footer-widget-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    background-color: var(--main-color-one);
    color: #fff;
    padding: 0px 30px;
    border: 0;
    outline: none;
    border-radius: 30px;
    height: calc(100% - 10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-widget-form button:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.footer-navbar {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px 0px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 100px 0;
}

.footer-wrapper-single:not(:last-child) {
    padding-right: 100px;
}

.footer-wrapper-single:not(:first-child) {
    padding-left: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-area.copyright-border {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.copyright-area.copyright-border.white-color {
    border-color: rgba(221, 221, 221, 0.7);
}

.copyright-contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    color: white;
}

.copyright-contents-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.copyright-contents-single:hover .copyright-contents-single-icon {
    color: var(--main-color-one);
}

.copyright-contents-single-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.copyright-contents-single-icon {
    font-size: 40px;
    color: var(--light-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.copyright-contents-single-details-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    color: var(--light-color);
}

.copyright-contents-single-details-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.copyright-contents-single-details-link:hover {
    color: var(--main-color-one);
}

.copyright-contents-main {
    font-size: 16px;
    color: var(--light-color);
    text-align: center;
}

.copyright-contents-main a {
    color: #78f1b0;
    font-weight: 500;
}

.footer-area-two .footer-widget-contents-para {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .footer-widget-form-control {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
    padding-right: 130px;
}

.footer-area-two .footer-widget-form-control:focus {
    border: 1px solid rgba(0, 1, 0);
}

.footer-area-two .footer-widget-form button {
    background-color: var(--secondary-color);
}

.footer-area-two .footer-widget-form button:hover {
    background-color: rgba(0, 1, 0);
    color: #fff;
}

.footer-area-two .footer-widget-para {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .footer-widget-nav-list-link {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .footer-widget-nav-list-link:hover {
    color: var(--secondary-color);
}

.footer-area-two .footer-widget-social-list-link:hover {
    background-color: var(--secondary-color);
}

.footer-area-two .copyright-contents-single:hover .copyright-contents-single-icon {
    color: #fff;
    background-color: var(--secondary-color);
}

.footer-area-two .copyright-contents-single-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 30px;
    background-color: #fff;
    color: var(--secondary-color);
    border-radius: 50%;
}

.footer-area-two .copyright-contents-single-details-title {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .copyright-contents-single-details-link:hover {
    color: var(--secondary-color);
}

.footer-area-two .copyright-contents-main {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .copyright-contents-main a {
    color: var(--secondary-color);
}

.banner-area {
    position: relative;
    z-index: 1;
    padding: 0;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
}

.banner-area-one {
    /* padding-top: 50px; */
}

.banner-single {
    position: relative;
    z-index: 2;
}

.banner-single-one.percent-padding {
}

.banner-single-content {
    padding: 100px 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 30px;
}

.banner-single-content.text-white .banner-single-content-title {
    color: #fff;
}

.banner-single-content.text-white .banner-single-content-para {
    color: #fff;
}

.banner-single-content.text-white .banner-single-content-reviews-para {
    color: #fff;
}

.banner-single-content.text-white .banner-single-content-reviews-para span {
    color: #fff;
}

.banner-single-content-reviews {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.banner-single-content-reviews-icon {
    color: var(--secondary-color);
}

.banner-single-content-reviews-para {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: var(--paragraph-color);
}

.banner-single-content-reviews-para span {
    display: inline-block;
}

.banner-single-content-title {
    font-size: 64px;
    line-height: 1.3;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 70px;
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.79);
}

@media screen and (min-width: 768px) {
    .banner-single-content-title {
        padding-top: 0;
    }

    .banner-single-content h1 {
        color: white;
        font-size: 3.2em;
        text-shadow: 4px 3px 6px black;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        letter-spacing: -1.3px;
    }
}

.banner-single-content-title:hover {
    /* color: var(--main-color-one); */
}

.banner-single-content-title-shape {
    position: relative;
    z-index: 1;
}

.banner-single-content-title-shape::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.banner-single-content-title-shape.star-shape {
    position: relative;
    z-index: 2;
}

.banner-single-content-title-shape.star-shape::before {
    background-image: url(../img/banner/star-shape.svg);
    top: 20px;
    left: auto;
    right: -40%;
}

.banner-single-content-para {
    font-size: 1.7vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    width: 77%;
    margin: 0 auto;
    text-align: center;
}

.banner-right-bg {
    height: 670px;
    width: 47%;
    text-align: right;
    margin-left: auto;
}

.banner-right-new {
    height: 670px;
    width: 180%;
}

.banner-area-two {
    padding-top: 140px;
}

.banner-shapes img {
    position: absolute;
}

.banner-shapes img:nth-child(1) {
    left: 10px;
    top: 0;
}

.banner-shapes img:nth-child(2) {
    right: 10px;
    top: 0;
}

.banner-bg {
    background: var(--gradient-circle);
}

.banner-area-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

.banner-area-flex .banner-single-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner-thumb-wrap {
    position: relative;
    z-index: 2;
}

.banner-thumb-shape img {
    position: absolute;
}

.banner-thumb-shape img:nth-child(1) {
    right: 0;
    top: 0;
}

.banner-thumb-shape img:nth-child(2) {
    right: -100px;
    bottom: 130px;
}

.banner-thumb-shape img:nth-child(3) {
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-area-three {
    padding-top: 140px;
}

.banner-area-three .banner-area-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.banner-area-three .banner-single-content {
    text-align: center;
    padding: 0;
    max-width: 850px;
    margin: auto;
}

.dfddfdd {
    max-height: 400px;
    overflow-y: auto;
    overflow-y: scroll;
    scrollbar-color: #0a4c95 transparent;
    scrollbar-width: 5px;
    -ms-overflow-style: none;
    -moz-appearance: none !important;
    scrollbar-width: thin;
}

.dfddfdd::-moz-scrollbar {
    width: 5px;
    border: none;
}

.dfddfdd::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border: none;
}

.dfddfdd::-webkit-scrollbar-track-piece {
    background-color: #c2d2e4;
}

.dfddfdd::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #0a4c95;
}

.location-area {
    margin-top: -61px;
    z-index: 9;
    position: relative;
}

.banner-location {
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    padding: 20px;
}

.banner-location-one {
    width: 1140px;
    position: relative;
    z-index: 990;
}

.banner-location-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.banner-location-single {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner-location-single-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 28px;
    background-color: var(--main-color-one);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.banner-location-single-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.banner-location-single-icon {
    font-size: 28px;
}

.banner-location-single-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner-location-single-contents-dropdown {
    font-family: var(--heading-font);
    font-weight: 500;
}

.banner-location-single-contents-dropdown .js-select {
    font-weight: 500;
}

.banner-location-single-contents-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: -4px 0 0;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

.search-suggestions-wrapper {
    position: relative;
    z-index: 98;
}

.search-suggestions-wrapper .search-click-icon {
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11vh;
    width: 100%;
    color: #fff;
    background-color: var(--main-color-one);
    font-weight: 500;
    transition: 300ms;
    border-radius: 27px;
}

.search-suggestions-wrapper .search-click-icon:hover {
    background-color: rgba(0, 1, 0);
    color: #000;
    background: #0dcaf0;
}

.search-show {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.search-show.open {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.search-show-inner {
    position: relative;
}

.search-show-form {
    position: relative;
    z-index: 1;
}

.search-show-form .suggestions-icon-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 0;
    font-size: 24px;
    background-color: rgba(221, 221, 221, 0.3);
    height: 100%;
    padding: 0 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.search-show-form .suggestions-icon-close:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.search-show-form .form--control {
    padding: 0 15px;
    padding-left: 50px;
    padding-right: 70px;
    font-size: 15px;
    height: 55px;
    width: 700px;
    color: var(--extra-light-color);
    border: 1px solid rgba(221, 221, 221, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.01);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.search-show-form .form--control:focus {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
}

.search-show-form button {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 20px;
    background: none;
    border: 0;
    outline: none;
    color: var(--light-color);
    bottom: 0;
}

.search-product {
    position: absolute;
    top: 100%;
    right: 0;
    width: 700px;
    background: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.4);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.4);
    visibility: hidden;
    opacity: 0;
    height: 550px;
    overflow-y: hidden;
}

.search-product .nicescroll-rails .nicescroll-cursors {
    background-color: var(--main-color-two) !important;
}

.search-product.show {
    visibility: visible;
    opacity: 1;
}

.search-product-title {
    font-size: 18px;
    width: 100%;
    background-color: rgba(221, 221, 221, 0.2);
    padding: 5px 10px;
}

.search-product-list {
    height: calc(100vh - 210px);
    overflow-y: scroll;
    padding: 0 10px;
}

.search-product-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.search-product-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.search-product-list-image {
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 5px;
    height: 100px;
    width: 100px;
}

.search-product-list-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-product-list-info .stock-out {
    font-size: 16px;
    background: #f00;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

.search-product-list-info-title {
    font-size: 18px;
    line-height: 28px;
}

.search-product-list-info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.search-product-list-info-price .main-price {
    font-size: 16px;
}

.search-product-list-info-price-through {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.search-product-list-info-price-through .flash-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.search-product-list-info-price-through .old-price {
    font-size: 14px;
    text-decoration: line-through;
}

.search-suggestion-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 92;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.search-suggestion-overlay.show {
    visibility: visible;
    opacity: 1;
}

.single-why {
    padding: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-why:hover {
    border-color: var(--main-color-one);
}

.single-why-border {
    border: 2px solid var(--gray-color);
}

.single-why-icon img {
}

.single-why-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.single-why-contents-title {
    font-size: 20px;
    line-height: 28px;
    margin: -4px 0 0;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-why-contents-title:hover {
    color: var(--main-color-one);
}

.single-why-contents-para {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #000;
    padding-top: 3vh;
}

.single-why-two {
    padding: 20px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.single-why-two::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0%;
    width: 0%;
    z-index: -1;
    background-color: var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-why-two:hover {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    color: #fff;
}

.single-why-two:hover::before {
    background-color: var(--main-color-one);
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
}

.single-why-two:hover .single-why-two-icon {
    background-color: #fff;
    color: var(--main-color-one);
}

.single-why-two:hover .single-why-two-contents-title {
    color: #fff;
}

.single-why-two:hover .single-why-two-contents-para {
    color: #fff;
}

.single-why-two-border {
    border: 2px solid var(--gray-color);
}

.single-why-two-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.single-why-two-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 24px;
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-why-two-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-why-two-contents-title {
    font-size: 16px;
    line-height: 28px;
    margin: -4px 0 0;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-why-two-contents-title:hover {
    color: var(--main-color-one);
}

.single-why-two-contents-para {
    font-size: 15px;
    line-height: 24px;
    color: var(--paragraph-color);
}

div[class*="col"]:nth-child(4n + 3) .single-why-two-icon {
    background-color: rgba(0, 0, 0);
    color: var(--secondary-color);
}

div[class*="col"]:nth-child(4n + 3) .single-why-two:hover {
    border-color: var(--secondary-color);
}

div[class*="col"]:nth-child(4n + 3) .single-why-two:hover::before {
    background-color: var(--secondary-color);
}

div[class*="col"]:nth-child(4n + 3) .single-why-two:hover .single-why-two-icon {
    background-color: #fff;
    color: var(--secondary-color);
}

div[class*="col"]:nth-child(4n + 3) .single-why-two:hover .single-why-two-contents-title {
    color: #fff;
}

div[class*="col"]:nth-child(4n + 3) .single-why-two:hover .single-why-two-contents-para {
    color: #fff;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two::before {
    background-color: #019267;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two:hover {
    border-color: #019267;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two:hover .single-why-two-icon {
    background-color: #fff;
    color: #019267;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two:hover .single-why-two-contents-title {
    color: #fff;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two:hover .single-why-two-contents-para {
    color: #fff;
}

div[class*="col"]:nth-child(4n + 4) .single-why-two-icon {
    background-color: rgba(1, 146, 103, 0.2);
    color: #019267;
}

.single-attraction-border {
    border: 2px solid rgba(221, 221, 221, 0.7);
}

.single-attraction:hover .single-attraction-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-attraction-thumb {
    overflow: hidden;
}

.single-attraction-thumb img {
    border-radius: 20px 20px 0 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-attraction-contents {
    border: 1px solid rgba(221, 221, 221, 0.7);
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.single-attraction-contents-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: -4px 0 0;
}

.single-attraction-contents-para {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-top: 12px;
}

.single-attraction-two {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-attraction-two:hover .single-attraction-two-contents {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    bottom: 0;
}

.single-attraction-two-thumb img {
    border-radius: 20px;
}

.single-attraction-two-contents {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--secondary-color) transparent;
    -ms-overflow-style: none;
    -moz-appearance: none !important;
    scrollbar-width: thin;
}

.single-attraction-two-contents::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
    border: none;
    border-radius: 10px;
}

.single-attraction-two-contents::-webkit-scrollbar-track {
    background-color: #c2d2e4;
    border-radius: 10px;
}

.single-attraction-two-contents::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 10px;
}

.single-attraction-two-contents-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: -4px 0 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-attraction-two-contents-title:hover {
    color: var(--secondary-color);
}

.single-attraction-two-contents-para {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.guest-wrapper {
    position: relative;
    z-index: 2;
}

.guest-wrapper-shapes img {
    position: absolute;
    top: 0%;
    left: 0;
}

.guest-wrapper-images-single {
    position: absolute;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 50%;
    max-width: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.guest-wrapper-images-single:nth-child(1) {
    left: 0;
    top: 0;
}

.guest-wrapper-images-single:nth-child(2) {
    right: 0;
    top: 0;
    max-width: 85px;
}

.guest-wrapper-images-single:nth-child(3) {
    left: 150px;
    top: 45%;
    max-width: 75px;
}

.guest-wrapper-images-single:nth-child(4) {
    right: 150px;
    top: 45%;
    max-width: 75px;
}

.guest-wrapper-images-single:nth-child(5) {
    left: 0;
    bottom: 0;
    max-width: 65px;
}

.guest-wrapper-images-single:nth-child(6) {
    right: 0;
    bottom: 0;
    max-width: 65px;
}

.guest-wrapper-images-single img {
    border-radius: 50%;
}

.guest-wrapper-images-single.active {
    opacity: 1;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0);
    border: 4px solid #fff;
}

.tab-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 0;
}

.tab-area .tab-item.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
}

.single-guest.center-text .single-guest-thumb {
    margin: auto;
}

.single-guest-thumb {
    max-width: 100px;
}

.single-guest-thumb img {
    border-radius: 50%;
}

.single-guest-two {
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-guest-two:hover {
    border-color: var(--secondary-color);
}

.single-guest-two-border {
    border: 2px solid var(--gray-color);
}

.single-guest-two-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-guest-two-thumb {
    max-width: 60px;
}

.single-guest-two-thumb img {
    border-radius: 50%;
}

.single-guest-two-contents-title {
    font-size: 18px;
    font-weight: 600;
}

.single-guest-two-contents-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-top: 7px;
}

.single-guest-two-contents-country-name {
    font-size: 16px;
    line-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-guest-two-para {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
}

.grid-item:nth-child(1) .single-shots {
    height: 190px;
}

.grid-item:nth-child(2) .single-shots {
    height: 190px;
}

.grid-item:nth-child(3) .single-shots {
    height: 404px;
}

.grid-item:nth-child(4) .single-shots {
    height: 230px;
}

.grid-item:nth-child(5) .single-shots {
    height: 424px;
}

.grid-item:nth-child(6) .single-shots {
    height: 424px;
}

.grid-item:nth-child(7) .single-shots {
    height: 210px;
}

.grid-item:nth-child(8) .single-shots {
    height: 384px;
}

.grid-item .single-shots {
    height: 190px;
    border-radius: 10px;
}

.grid-item .single-shots img {
    border-radius: 10px;
}

.grid-item .single-shots.bg-image {
    background-size: contain;
}

.single-shots {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.single-shots::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 0;
}

.single-shots:hover::before {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.single-shots:hover .single-shots-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg);
}

.single-shots:hover .single-shots-contents {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    bottom: 0;
}

.single-shots-icon {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: var(--main-color-one);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 91;
}

.single-shots-icon:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.single-shots-contents {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--main-color-one) transparent;
    -ms-overflow-style: none;
    -moz-appearance: none !important;
    scrollbar-width: thin;
}

.single-shots-contents::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
    border: none;
    border-radius: 10px;
}

.single-shots-contents::-webkit-scrollbar-track {
    background-color: #c2d2e4;
    border-radius: 10px;
}

.single-shots-contents::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border-radius: 10px;
}

.single-shots-contents-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: -4px 0 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-shots-contents-title:hover {
    color: var(--main-color-one);
}

.single-shots-contents-para {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.single-brand-thumb img {
    margin: auto;
}

.newsletter-area {
    margin-bottom: -150px;
}

.newsletter-area .container.container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.newsletter-area .container.container-fluid .newsletter-wrapper {
    border-radius: 0;
}

.newsletter-area .container {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.newsletter-wrapper {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.newsletter-wrapper-padding {
    padding: 50px;
}

.newsletter-wrapper-shapes img {
    position: absolute;
    z-index: -1;
}

.newsletter-wrapper-shapes img:nth-child(1) {
    left: 0;
    top: 0;
}

.newsletter-wrapper-shapes img:nth-child(2) {
    right: 0;
    top: 0;
}

.newsletter-bg {
    background-color: var(--main-color-one);
}

.newsletter-contents {
    max-width: 600px;
    margin: auto;
}

.newsletter-contents-title {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    margin: -7px 0 0;
}

.newsletter-contents-para {
    color: #fff;
}

.newsletter-contents-form .single-input {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.newsletter-contents-form .single-input .form--control {
    height: 55px;
    border: 1px solid rgba(221, 221, 221, 0.7);
    background-color: #fff;
    color: var(--light-color);
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    width: 100%;
    padding-right: 100px;
}

.newsletter-contents-form .single-input .form--control::-webkit-input-placeholder {
    color: var(--light-color);
}

.newsletter-contents-form .single-input .form--control::-moz-placeholder {
    color: var(--light-color);
}

.newsletter-contents-form .single-input .form--control:-ms-input-placeholder {
    color: var(--light-color);
}

.newsletter-contents-form .single-input .form--control::-ms-input-placeholder {
    color: var(--light-color);
}

.newsletter-contents-form .single-input .form--control::placeholder {
    color: var(--light-color);
}

.newsletter-contents-form .single-input .form--control:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
    border: rgba(0, 0, 0);
}

.newsletter-contents-form .single-input button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border: 0;
    outline: none;
    padding: 5px 20px;
    background-color: var(--secondary-color);
    color: #fff;
}

.login-padding {
    padding: 30px;
}

.single-title {
    font-size: 28px;
    line-height: 36px;
    margin: -6px 0 0;
}

.single-para {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
    color: var(--paragraph-color);
}

.login-shadow {
    -webkit-box-shadow: 0 0 10px var(--input-color);
    box-shadow: 0 0 10px var(--input-color);
}

.login-wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 50px;
}

.login-wrapper-thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login-wrapper-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 550px;
}

.input-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-flex-item .single-input {
    width: 100%;
}

.input-flex-item .single-input:not(:first-child) {
    margin-left: 24px;
}

.input-flex-item .single-input .form--control {
    border: 1px solid rgba(221, 221, 221, 0.4);
}

.single-input {
    display: inline-block;
    width: 100%;
    position: relative;
}

.single-input .form--control {
    border: 1px solid rgba(221, 221, 221, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 10px transparent;
}

.single-input .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.single-input .form--message {
    padding: 15px 0 0 15px;
}

.label-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
}

.single-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.or-contents {
    text-align: center;
    position: relative;
    z-index: 2;
}

.or-contents::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(221, 221, 221, 0.4);
    width: 100%;
    height: 1px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.or-contents-para {
    background: #fff;
    padding: 10px 30px;
    color: var(--light-color);
}

.login-others-single:not(:last-child) {
    margin-bottom: 20px;
}

.login-others-single-btn {
    padding: 13px 10px;
    display: inline-block;
    border: 1px solid rgba(221, 221, 221, 0.4);
    color: var(--heading-color);
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.login-others-single-btn:hover {
    border-color: var(--main-color-one);
    color: var(--heading-color);
    background-color: rgba(0, 0, 0);
}

.login-others-single-btn img {
    margin-right: 5px;
}

.toggle-password {
    position: absolute;
    bottom: 13px;
    right: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
}

.toggle-password .eye-icon::before {
    content: "\f070";
    font-family: "line-awesome";
    font-weight: 900;
}

.hide-icon {
    display: none;
}

.toggle-password.show-pass .hide-icon {
    display: block;
}

.toggle-password.show-pass .show-icon {
    display: none;
}

.toggle-password.show-pass .eye-icon::before {
    content: "\f06e";
    font-family: "line-awesome";
    font-weight: 900;
}

.history-wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-history-year {
    position: relative;
    z-index: 2;
}

.single-history-year::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 15px;
    border-top: 2px dotted var(--light-color);
    z-index: -1;
}

.single-history-year-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin: -4px 0 20px;
    background-color: #fff;
    padding: 0 10px;
}

.single-history-thumb img {
    margin: auto;
}

.single-history-contents {
    margin-top: 15px;
}

.single-history-contents-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-history-contents-title:hover {
    color: var(--main-color-one);
}

.single-history-contents-para {
    font-size: 14px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-top: 5px;
}

.single-team-thumb {
    position: relative;
}

.single-team-thumb img {
    height: 100%;
    width: 100%;
    mask-image: url(../img/single-page/team-mask.png);
    -webkit-mask-image: url(../img/single-page/team-mask.png);
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.single-team-contents {
    margin-top: 20px;
}

.single-team-contents-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.single-blog {
    border-radius: 10px;
    overflow: hidden;
}

.single-blog:hover .single-blog-thumbs img {
    -webkit-transform: scaleY(1.2) rotate(5deg);
    transform: scaleY(1.2) rotate(5deg);
}

.single-blog.blog-two .single-blog-thumbs-date {
    background-color: var(--secondary-color);
}

.single-blog.blog-two .single-blog-contents-tags-item i {
    color: var(--secondary-color);
}

.single-blog.blog-two .single-blog-contents-tags-item a:hover {
    color: var(--secondary-color);
}

.single-blog.blog-two .single-blog-contents-tags-item:not(:first-child)::before {
    background-color: var(--secondary-color);
}

.single-blog-thumbs {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.single-blog-thumbs img {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.single-blog-thumbs-date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 5px;
}

.single-blog-thumbs-date a {
    display: block;
    text-align: center;
}

.single-blog-thumbs-date .date {
    border-bottom: 1px solid #fff;
    display: block;
}

.single-blog-contents-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.single-blog-contents-title:hover {
    opacity: 0.8;
}

.single-blog-contents-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-blog-contents-tags-item {
    font-size: 16px;
    color: var(--light-color);
    position: relative;
}

.single-blog-contents-tags-item i {
    color: var(--main-color-one);
}

.single-blog-contents-tags-item a:hover {
    color: var(--main-color-one);
}

.single-blog-contents-tags-item:not(:last-child) {
    padding-right: 20px;
}

.single-blog-contents-tags-item:not(:first-child) {
    padding-left: 20px;
}

.single-blog-contents-tags-item:not(:first-child)::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: var(--main-color-one);
    border-radius: 50%;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex-blog-height {
    width: 580px;
    height: 420px;
}

.flex-blog-height-two {
    width: 400px;
    height: 350px;
}

.single-flex-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.single-flex-blog.style-02 .single-flex-blog-contents-title {
    font-size: 26px;
    line-height: 36px;
}

.single-flex-blog-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-flex-blog-contents-dates {
    font-size: 16px;
    color: var(--extra-light-color);
    line-height: 28px;
}

.single-flex-blog-contents-title {
    font-size: 36px;
    line-height: 42px;
}

.single-blog-details-thumb img {
    width: 100%;
}

.single-blog-details-content {
    padding: 30px 0 55px;
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
}

.single-blog-details-content-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    margin: -6px 0 0;
}

.single-blog-details-content-para {
    font-size: 16px;
    line-height: 28px;
    color: var(--light-color);
}

.single-blog-details-content-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-details-content-tags-item {
    font-size: 16px;
    color: var(--extra-light-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-details-content-tags-item:not(:last-child) {
    padding-right: 20px;
}

.single-blog-details-content-tags-item:not(:first-child) {
    padding-left: 20px;
}

.single-blog-details-content-tags-item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--main-color-one);
    border-radius: 50%;
}

.single-blog-details-content-tags-item a {
    position: relative;
    font-weight: 500;
    color: var(--light-color);
    -webkit-transition: 200ms;
    transition: 200ms;
}

.single-blog-details-content-tags-item a:hover {
    color: var(--main-color-one);
}

.single-blog-details-content-tags-item a:not(:last-child)::after {
    content: ",";
    margin: 0 5px;
}

blockquote {
    padding: 50px;
    position: relative;
    border-left: 5px solid var(--main-color-one);
}

blockquote .blockquote-contents-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin: -10px 0 0;
    color: var(--heading-color);
}

.blog-details-share-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-details-share-content .blog-details-share-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.blog-details-share-content .blog-details-share-social-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    background-color: #f2f2f2;
    color: var(--heading-color);
    -webkit-transition: 200ms;
    transition: 200ms;
}

.blog-details-share-content .blog-details-share-social-list-icon:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.blog-details-share-content .blog-details-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.blog-details-share-content .blog-details-tag-list-item {
    font-size: 16px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 10px 20px;
    color: var(--heading-color);
    border-radius: 3px;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.blog-details-share-content .blog-details-tag-list-item:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.blog-details-share-content.right-align {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-details-share-content-title {
    font-size: 24px;
    line-height: 28px;
    color: var(--heading-color);
    font-weight: 400;
    margin-top: 2px;
}

.details-section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    margin: -10px 0 0;
    color: var(--heading-color);
    position: relative;
    padding-bottom: 15px;
}

.details-section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: var(--main-color-one);
}

.details-comment-content .single-commetns {
    width: 100%;
    margin-top: 30px;
}

.details-comment-content .single-commetns .comment-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--heading-color);
    display: block;
    margin-bottom: 15px;
}

.details-comment-content .single-commetns .form--control {
    height: 60px;
    border: 1px solid rgba(221, 221, 221, 0.4);
    outline: none;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    font-size: 14px;
    line-height: 22px;
    color: var(--light-color);
    padding: 0 20px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.details-comment-content .single-commetns .form--control:focus {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0);
    box-shadow: 0 0 18px rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
}

.details-comment-content .single-commetns .form--message {
    padding: 20px 20px;
    height: 160px;
}

.comments-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.comment-list .comment-list {
    margin-left: 120px;
}

.comment-list .blog-details-flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0;
    gap: 30px;
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
}

.comment-list .blog-details-flex-content .blog-details-thumb {
    height: 80px;
    min-width: 80px;
    border-radius: 10px;
    display: block;
}

.comment-list .blog-details-flex-content .blog-details-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-list .blog-details-flex-content .blog-details-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-list .blog-details-flex-content .blog-details-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.comment-list .blog-details-flex-content .blog-details-content-para {
    font-size: 18px;
    font-weight: 400;
    color: var(--light-color);
    margin-top: 10px;
    line-height: 30px;
}

.comment-list .blog-details-flex-content .blog-details-content-date {
    color: var(--extra-light-color);
    margin-top: 5px;
    display: block;
}

.comment-list .blog-details-flex-content .blog-details-content .btn-replay {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background-color: var(--main-color-one);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid var(--main-color-one);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.comment-list .blog-details-flex-content .blog-details-content .btn-replay:hover {
    color: var(--main-color-one);
    background-color: unset;
}

.blog-details-side-item:not(:first-child) {
    margin-top: 50px;
}

.blog-details-side-inner {
    margin-top: 25px;
}

.blog-details-side-title.open .title::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.blog-details-side-title .title {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background: rgba(0, 0, 0);
    color: var(--heading-color);
    padding: 12px 20px;
    border-radius: 7px;
}

.blog-details-side-title .title::after {
    content: "\f106";
    font-family: "line-awesome";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.blog-details-side-title .title.open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.recent-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.recent-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.recent-list-thumb {
    height: auto;
    max-width: 120px;
}

.recent-list-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recent-list-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-list-item.active .tag-list-link {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.tag-list-link {
    border: 1px solid #eee;
    font-size: 16px;
    color: var(--light-color);
    padding: 7px 20px;
    display: inline-block;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    white-space: nowrap;
    border-radius: 5px;
}

.tag-list-link:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.contact-thumb img {
    border-radius: 20px;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.contact-padding {
    padding: 30px;
}

.contact-wrapper {
    -webkit-box-shadow: 0 0 10px var(--input-color);
    box-shadow: 0 0 10px var(--input-color);
}

.shop-area {
    overflow: hidden;
}

.shop-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}

.shop-contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shop-contents-wrapper .shop-sidebar-content {
    width: 330px;
    margin-right: 30px;
    position: sticky;
    top: 0;
}

.shop-contents-wrapper .shop-grid-contents {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-shop-left {
    padding: 25px 25px;
}

.single-shop-left-title.open .title::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.single-shop-left-title .title {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 36px;
    margin: -4px 0 0;
}

.single-shop-left-title .title::after {
    content: "\f106";
    content: "\f106";
    font-family: "line-awesome";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.single-shop-left-list .item-search {
    position: relative;
    margin: 15px 0;
}

.single-shop-left-list .item-search .form--control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}

.single-shop-left-list .item-search .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.single-shop-left-list .item-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
}

.single-shop-left-list .more-amenities {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color-one);
    text-decoration: underline;
    margin-top: 15px;
    font-family: var(--heading-font);
}

.single-shop-left-list .item {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    text-align: left;
    z-index: 2;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-shop-left-list .item::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(221, 221, 221, 0.4);
    left: 0;
    top: 11px;
    background: none;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-shop-left-list .item a {
    display: block;
    padding: 7px 0;
}

.single-shop-left-list .item:hover > a {
    color: var(--main-color-one);
}

.single-shop-left-list .item:hover::before {
    border-color: var(--main-color-one);
}

.single-shop-left-list .item .submenu {
    display: none;
}

.single-shop-left-list .item .submenu .list {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.single-shop-left-list .item .submenu .list::before {
    top: 6px;
    height: 18px;
    width: 18px;
    font-size: 12px;
}

.single-shop-left-list .item .submenu .list a {
    padding: 5px 0;
}

.single-shop-left-list .item:last-child a {
    padding-bottom: 0;
}

.single-shop-left-list .item.show > .submenu {
    display: block;
}

.single-shop-left-list .item.active::before {
    font-family: "line-awesome";
    font-weight: 900;
    content: "\f00c";
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.single-shop-left-list .item.active > a {
    color: var(--light-color);
    font-weight: 500;
}

.single-shop-left-list .item.menu-item-has-children {
    padding-left: 0;
}

.single-shop-left-list .item.menu-item-has-children:hover::after {
    color: var(--main-color-one);
}

.single-shop-left-list .item.menu-item-has-children::before {
    display: none !important;
    border: 0;
}

.single-shop-left-list .item.menu-item-has-children > .submenu {
    padding-left: 20px;
}

.single-shop-left-list .item.menu-item-has-children::after {
    content: "\f067";
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: -1;
}

.single-shop-left-list .item.menu-item-has-children.open::after {
    content: "\f068";
}

.single-shop-left-filter-list {
    padding: 0;
}

.single-shop-left-filter-list .item {
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 30px;
    margin-top: 10px;
    line-height: 30px;
}

.single-shop-left-filter-list .item a {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
}

.single-shop-left-filter-list .item::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(221, 221, 221, 0.4);
    left: 0;
    top: 4px;
    background: none;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-shop-left-filter-list .item.active::before {
    font-family: "line-awesome";
    font-weight: 900;
    content: "\f00c";
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.shop-icon {
    display: none;
}

.shop-close-content-icon {
    display: none;
}

.grid-list-contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.grid-list-contents-para {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--paragraph-color);
}

.grid-list-view {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.grid-list-view-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

.grid-list-view-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 24px !important;
    background-color: #fff;
    color: var(--light-color);
}

.grid-list-view-icons.active {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.hotel-view {
    overflow: hidden;
}

.hotel-view:hover .hotel-view-list-thumb::before {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.hotel-view:hover .hotel-view-list-thumb::after {
    visibility: visible;
    opacity: 1;
    left: 100%;
    left: auto;
    right: 100%;
}

.hotel-view-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.hotel-view-list-thumb {
    height: 326px;
    width: 300px;
    background-size: contain;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.hotel-view-list-thumb:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hotel-view-list-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    left: -100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.hotel-view-list-thumb::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    left: -100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    left: auto;
    right: -100%;
}

.hotel-view-grid-thumb {
    height: 215px;
    width: 100%;
    background-size: contain;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.hotel-view-thumb {
    overflow: hidden;
}

.hotel-view-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hotel-view-thumb img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hotel-view-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hotel-view-contents-header {
    padding: 25px 20px 20px;
}

.hotel-view-contents-review {
    background-color: rgba(0, 0, 0);
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--secondary-color);
}

.hotel-view-contents-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 10px;
}

.hotel-view-contents-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.hotel-view-contents-location-icon {
    font-size: 20px;
    display: inline-block;
}

.hotel-view-contents-location-para {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hotel-view-contents-middle {
    padding: 10px 20px;
    border-top: 1px solid var(--input-color);
    border-bottom: 1px solid var(--input-color);
}

.hotel-view-contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotel-view-contents-icon {
    font-size: 20px;
    color: var(--light-color);
}

.hotel-view-contents-icon-title {
    font-size: 15px;
    line-height: 28px;
}

.hotel-view-contents-icon-more {
    color: var(--main-color-one);
    color: var(--main-color-one);
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hotel-view-contents-icon-more:hover {
    color: var(--main-color-one);
}

.hotel-view-contents-bottom {
    padding: 15px 20px 25px;
}

.hotel-view-contents-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.hotel-view-contents-bottom-title {
    color: var(--main-color-one);
    font-size: 24px;
    font-weight: 600;
}

.hotel-view-contents-bottom-title sub {
    font-size: 20px;
    font-weight: 500;
}

.hotel-view-contents-bottom-para {
    font-size: 16px;
    margin-top: 10px;
}

.details-contents {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.details-contents-main-thumb {
    height: 356px;
    background-size: contain;
    border-radius: 10px;
}

.details-contents-header {
    padding: 20px 20px 0;
}

.details-contents-header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.details-contents-header-thumb {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.details-contents-header-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.details-contents-header-thumb:hover .more-photos {
    visibility: visible;
    opacity: 1;
    bottom: 10px;
    right: 10px;
}

.details-contents-header-thumb img {
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.details-contents-header-thumb .more-photos {
    position: absolute;
    bottom: -100px;
    right: -100px;
    background-color: var(--main-color-one);
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.details-contents-tab .tab-content-item {
    padding: 20px;
}

.details-tab-border {
    border-bottom: 1px solid var(--input-color);
}

.details-tab li {
    position: relative;
    margin-left: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    color: var(--paragraph-color);
}

.details-tab li::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--main-color-one);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.details-tab li + li {
    margin-left: 0;
}

.details-tab li:not(:last-child) {
    margin-right: 20px;
}

.details-tab li.active::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.review-tab-contents-author-name {
    font-size: 20px;
    font-weight: 600;
}

.review-tab-contents-author-para {
    font-size: 16px;
    line-height: 24px;
}

.review-tab-contents-single:not(:first-child) {
    padding-top: 20px;
}

.review-tab-contents-single:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--input-color);
}

.hotel-details-widget {
    border-radius: 10px;
    overflow: hidden;
}

.hotel-details-widget:not(:last-child) {
    margin-bottom: 25px;
}

.hotel-details-widget .hotel-view-grid-thumb {
    height: 195px;
}

.hotel-details-widget-padding {
    padding: 20px;
}

.details-sidebar-dropdown {
    display: flow-root;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--input-color);
}

.details-sidebar-dropdown .js-select {
    border: 0;
    padding: 0;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-font);
    color: var(--heading-color);
}

.details-sidebar-dropdown .js-select::after {
    right: 0;
    margin-top: -2px;
}

.details-sidebar-dropdown-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.details-sidebar-dropdown-single:not(:first-child) {
    padding-left: 25px;
    border-left: 1px solid var(--input-color);
}

.details-sidebar-dropdown-single:not(:last-child) {
    padding-right: 25px;
}

.details-sidebar-dropdown-title {
    font-size: 15px;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.details-sidebar-quantity-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.details-sidebar-quantity-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details-sidebar-quantity-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.details-sidebar-quantity-field {
    border: 1px solid var(--input-color);
    padding: 10px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.details-sidebar-quantity-field .quantity-input {
    border: 0;
    outline: none;
    background-color: unset;
    text-align: center;
    max-width: 40px;
    width: 100%;
    -moz-appearance: textfield;
}

.details-sidebar-quantity-field .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.details-sidebar-quantity-field .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.details-sidebar-quantity-field .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--input-color);
    height: 25px;
    width: 25px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.details-sidebar-quantity-field .minus:hover {
    color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.details-sidebar-quantity-field .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--input-color);
    height: 25px;
    width: 25px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.details-sidebar-quantity-field .plus:hover {
    color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.details-sidebar-offer {
    background-color: #42c2ff;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}

.details-sidebar-offer-shapes {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.summery-title {
    font-size: 36px;
    line-height: 43px;
}

.checkout-title i {
    color: var(--main-color-one);
}

.checkout-single {
    padding: 20px;
}

.checkout-single:not(:last-child) {
    margin-bottom: 24px;
}

.checkout-single .checkout-title {
    font-size: 24px;
    font-weight: 600;
}

.click-open-form:hover {
    color: var(--main-color-one);
    font-weight: 500;
}

.checkout-form-open {
    max-width: 500px;
    background: #fff;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.checkout-form-open.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
}

.checkout-signup-form-wrapper {
    max-width: 700px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.checkout-signup-form-wrapper.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    background: #fff;
}

.checkout-address-form-wrapper {
    max-width: 700px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.checkout-address-form-wrapper.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    background: #fff;
}

.create-accounts {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    color: var(--heading-color) !important;
}

.create-accounts:hover {
    color: var(--heading-color);
}

.create-accounts::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.create-accounts.active::before {
    content: "\f00c";
    font-family: "line-awesome";
    font-weight: 900;
    background: var(--main-color-one);
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border-color: var(--main-color-one);
}

.checkout-form .input-flex-item .single-input .form--message {
    height: 120px;
}

.checkout-form .checkbox-inlines .checkbox-label {
    color: var(--heading-color);
    font-size: 18px;
}

.checkout-order-summery {
    padding: 40px;
}

.checkout-cart-wrapper {
    max-height: 240px;
    overflow-y: auto;
}

.single-checkout-cart-items .single-check-carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-thumb {
    height: 100px;
    width: 100px;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-img-contents {
    text-align: left;
    margin-left: 10px;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-img-contents .product-items {
    margin-top: 10px;
}

.single-checkout-cart-items .single-check-carts .checkout-cart-price {
    font-size: 18px;
}

.coupon-form {
    position: relative;
}

.coupon-form .single-input .form--control {
    height: 60px;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.coupon-form .single-input .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.coupon-form .apply-coupon {
    position: absolute;
    right: 5px;
    height: 50px;
    border: 0;
    outline: none;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--main-color-one);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.coupon-form .apply-coupon:hover {
    background: none;
    color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.btn-coupon {
    outline: none;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-coupon.btn-bg-heading {
    background: var(--heading-color);
    color: #fff;
    border: 2px solid transparent;
}

.btn-coupon.btn-bg-heading:hover {
    background: none;
    color: var(--heading-color);
    border-color: var(--heading-color);
}

.lock-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.lock-contents-icon {
    font-size: 24px;
}

.lock-contents-icon img {
    max-width: 25px;
}

.lock-contents-para {
    font-size: 16px;
    line-height: 32px;
}

.guaranty-cancellation {
    background-color: rgba(0, 0, 0);
    padding: 20px;
    border: 1px solid var(--success-color);
}

.guaranty-cancellation-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: -4px 0 0;
}

.guaranty-cancellation-para {
    font-size: 16px;
    color: var(--paragraph-color);
    margin-top: 10px;
}

.checkout-widget-padding {
    padding: 20px;
}

.checkout-widget:not(:last-child) {
    margin-bottom: 24px;
}

.checkout-sidebar-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: -4px 0 0;
}

.checkout-border-top {
    border-top: 1px solid var(--input-color);
}

.checkout-flex-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--paragraph-color);
    font-size: 16px;
}

.checkout-flex-list .list:not(:first-child) {
    padding-top: 15px;
}

.checkout-flex-list .list:not(:last-child) {
    padding-bottom: 15px;
}

.checkout-flex-list .list .strong {
    font-weight: 600;
    color: var(--heading-color);
}

.checkout-flex-list .list .color-one {
    color: var(--main-color-one);
}

.checkout-car {
    position: relative;
}

.checkout-car-contents-title {
    font-size: 22px;
    font-weight: 600;
}

.checkout-car-contents-para {
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
}

.checkout-car-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
}

.checkout-car-shape img {
    width: 100%;
}

.confirmation-contents {
    max-width: 650px;
    margin: auto;
    padding: 40px 30px;
    background-color: #fff;
}

.confirmation-contents-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    margin: 0 auto 25px;
}

.confirmation-contents-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: -4px 0 0;
}

.confirmation-contents-para {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.confirmation-contents-para a {
    color: var(--main-color-one);
    font-weight: 500;
}

.dashboard-list .list.active > a {
    background: var(--main-color-one);
    font-weight: 500;
    color: #fff;
}

.dashboard-list .list.active > a .badge-notification {
    background-color: #fff;
    color: var(--main-color-one);
}

.dashboard-list .list.has-children.open.show .submenu {
    display: block;
}

.dashboard-list .list.has-children.open > a::after {
    content: "\f068";
}

.dashboard-list .list.has-children > a {
    position: relative;
}

.dashboard-list .list.has-children > a::after {
    content: "\f067";
    content: "\f067";
    font-family: "line-awesome";
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-size: 18px;
}

.dashboard-list .list.show > .submenu {
    display: block;
}

.dashboard-list .list a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--heading-color);
    font-family: var(--rubik-font);
    gap: 15px;
    padding: 14px 15px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dashboard-list .list > .submenu {
    padding-left: 40px;
    display: none;
}

.dashboard-list .list > .submenu .list.has-children > a {
    font-size: 16px;
}

.dashboard-list .list > .submenu .list.selected a {
    color: var(--main-color-one);
}

.dashboard-list .list > .submenu .list.selected a::before {
    background: var(--main-color-one);
}

.dashboard-list .list > .submenu .list a {
    font-size: 14px;
    line-height: 22px;
    padding: 3px 0 3px 15px;
    position: relative;
    font-weight: 400;
}

.dashboard-list .list > .submenu .list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background: #999;
    border-radius: 50%;
}

.badge-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    height: 22px;
    width: 22px;
    background: var(--main-color-one);
    color: #fff;
    border-radius: 3px;
}

.dashboard-padding {
    padding: 50px;
}

.dashboard-contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
}

.dashboard-left-content {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 0;
    border-radius: 20px;
    display: block;
    padding: 40px 20px;
    width: 335px;
}

.dashboard-left-content .close-bars {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 24px;
    color: #fff;
    background: var(--main-color-one);
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.dashboard-right-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.orders-child:nth-child(4n + 1) .single-order {
    background: #ff8d29;
}

.orders-child:nth-child(4n + 3) .single-order {
    background: #fc4f4f;
}

.orders-child:nth-child(4n + 4) .single-order {
    background: #36ae7c;
}

.dashboard-promo {
    margin-bottom: 25px;
}

.single-order {
    background: var(--main-color-one);
    padding: 35px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.single-order.style-padding {
    padding: 29px 25px;
}

.single-order-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.single-order-icon {
    font-size: 120px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: -30px;
    color: #fff;
    opacity: 0.2;
}

.single-order-contents-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin-top: 20px;
    word-break: break-all;
}

.single-order-contents-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-family: var(--heading-font);
}

.base-padding {
    padding: 20px;
}

.dash-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    background-color: #f3f3f3;
    color: var(--heading-color);
    border-radius: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dash-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.dash-btn.btn-bg-1 {
    background-color: var(--main-color-one);
    color: #fff;
}

.dash-btn.btn-bg-1:hover {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
}

.dash-btn.btn-pending {
    background-color: #ff8d29;
    color: #fff;
}

.dash-btn.btn-pending:hover {
    background-color: var(--main-color-one);
}

.dash-btn.btn-cancelled {
    background-color: #fc4f4f;
    color: #fff;
}

.dash-btn.btn-cancelled:hover {
    background-color: var(--main-color-one);
}

.dash-btn.btn-accepted {
    background-color: var(--main-color-one);
    color: #fff;
}

.dash-btn.btn-accepted:hover {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
}

.dash-btn.btn-completed {
    background-color: #36ae7c;
    color: #fff;
}

.dash-btn.btn-completed:hover {
    background-color: var(--main-color-one);
}

.single-reservation {
    border-radius: 20px;
    position: relative;
}

.single-reservation:not(:first-child) {
    margin-top: 25px;
}

.single-reservation-expandIcon {
    position: absolute;
    right: 20px;
    top: 35px;
    cursor: pointer;
    background: var(--input-color);
    color: var(--heading-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-reservation-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: -4px 0 0;
}

.single-reservation.open .single-reservation-expandIcon {
    background-color: rgba(0, 0, 0);
    color: var(--main-color-one);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-reservation.show .single-reservation-inner {
    display: block;
}

.single-reservation-inner {
    margin-top: 30px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
    display: none;
}

.single-reservation-inner.show {
    display: block;
}

.single-reservation-head {
    padding-right: 40px;
    -webkit-transition: 5s;
    transition: 5s;
}

.single-reservation-item:not(:first-child) {
    padding-top: 30px;
    border-top: 2px solid #f3f3f3;
}

.single-reservation-item:not(:last-child) {
    padding-bottom: 30px;
}

.single-reservation-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.single-reservation-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-reservation-content-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.single-reservation-content-id {
    color: var(--main-color-one);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.single-reservation-content-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color-one);
    margin-top: 10px;
}

.single-reservation-name-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-reservation-name-title {
    font-size: 24px;
    line-height: 28px;
    margin: -4px 0 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-reservation-name-para {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.single-reservation-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
}

.single-reservation-details-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-reservation-details-item:not(:first-child) {
    padding-left: 20px;
    border-left: 2px solid #f3f3f3;
}

.single-reservation-details-item:not(:last-child) {
    padding-right: 20px;
}

.single-reservation-details-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.single-reservation-details-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 24px;
}

.single-reservation-logoPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.single-reservation-logoPrice-thumb {
    max-width: 50px;
}

.single-reservation-logoPrice-code {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color);
}

.single-reservation-request-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    background-color: #fff;
    padding-bottom: 50px;
}

.single-reservation-request-list-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 35px;
    left: 17px;
    background: #f3f3f3;
    z-index: 0;
}

.single-reservation-request-list-item:last-child {
    padding-bottom: 0;
}

.single-reservation-request-list-item:last-child::before {
    display: none;
}

.single-reservation-request-list-item.success::before {
    background-color: #65c18c;
}

.single-reservation-request-list-item.success .single-reservation-request-list-item-number {
    border-color: #65c18c;
    color: #fff;
}

.single-reservation-request-list-item.success .single-reservation-request-list-item-number::before {
    background-color: #65c18c;
    content: "\f00c";
    font-family: "line-awesome";
    font-weight: 900;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.single-reservation-request-list-item.current .single-reservation-request-list-item-number {
    border-color: var(--main-color-one);
    color: #fff;
}

.single-reservation-request-list-item.current .single-reservation-request-list-item-number::before {
    background-color: var(--main-color-one);
}

.single-reservation-request-list-item-number {
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #f3f3f3;
    background-color: unset;
}

.single-reservation-request-list-item-number::before {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.single-reservation-request-list-item-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-reservation-author-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.single-reservation-author-active {
    font-size: 16px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.single-reservation-author-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-reservation-author-contents-subtitle {
    font-size: 16px;
    color: var(--main-color-one);
    margin-bottom: 10px;
}

.single-reservation-author-contents-title {
    font-size: 20px;
    font-weight: 600;
}

.single-reservation-author-thumb {
    max-width: 60px;
}

.single-reservation-author-thumb img {
    border-radius: 50%;
}

.single-reservation-author-footer {
    margin-top: 30px;
}

.single-reservation-author-footer-bottom {
    margin-top: 30px;
}

.single-reservation-author-para {
    font-size: 16px;
    line-height: 26px;
}

.single-reservation-author-para:not(:first-child) {
    padding-top: 25px;
}

.single-reservation-author-luggages {
    margin-bottom: 25px;
}

.single-reservation-author-luggages-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-reservation-author-luggages-thumb {
    max-width: 80px;
}

.single-reservation-tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-reservation-tags-item {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    background-color: rgba(84, 22, 144, 0.1);
    color: #541690;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-reservation-tags-item:hover {
    background-color: #541690;
    color: #fff;
}

.single-reservation-tags-item.lost {
    background-color: rgba(235, 83, 83, 0.1);
    color: #eb5353;
}

.single-reservation-tags-item.lost:hover {
    background-color: #eb5353;
    color: #fff;
}

.single-reservation-tags-item.hotel {
    background-color: rgba(101, 193, 140, 0.1);
    color: #65c18c;
}

.single-reservation-tags-item.hotel:hover {
    background-color: #65c18c;
    color: #fff;
}

.single-reservation-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.single-reservation-attachment-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-reservation-attachment-list-item:hover {
    color: var(--main-color-one);
}

.single-reservation-attachment-list-item-icon {
    font-size: 18px;
    color: var(--main-color-one);
}

.single-reservation-attachment-list-item-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.single-reservation-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.single-reservation-contact-item {
    max-width: 48%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.single-reservation-contact-item:not(:first-child) {
    padding-left: 30px;
    border-left: 2px solid #f3f3f3;
}

.single-reservation-contact-item:not(:last-child) {
    padding-right: 30px;
}

.single-reservation-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-reservation-contact-list:hover {
    color: var(--main-color-one);
}

.dashboard-checkbox-wrapper {
    margin-top: 30px;
}

.dashboard-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
}

.dashboard-checkbox .check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dashboard-checkbox .check-input::after {
    content: "\f00c";
    font-family: "line-awesome";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.6) rotate(90deg);
    transform: scale(1.6) rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dashboard-checkbox .check-input:checked {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.dashboard-checkbox .check-input:checked::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.dashboard-checkbox .check-input:checked + .checkbox-label {
    color: var(--main-color-one);
}

.dashboard-checkbox .checkbox-label {
    cursor: pointer;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-color);
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard-checkbox .checkbox-label a {
    color: var(--main-color-one);
    font-weight: 500;
}

.dashboard-checkbox.check-success .check-input {
    border-radius: 50%;
}

.dashboard-checkbox.check-success .check-input:checked {
    background: #65c18c;
    border-color: #65c18c;
}

.dashboard-checkbox.check-success .check-input:checked + .checkbox-label {
    color: #65c18c;
}

.dashboard-icon {
    display: none;
}

.dashboard-icon .sidebar-icon {
    font-size: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    width: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--customer-profile);
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    z-index: 95;
    border-radius: 5px;
    color: #fff;
    background-color: var(--main-color-one);
}

.dashboard-flex-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.dashboard-flex-input .dashboard-input {
    width: 100%;
}

.dashboard-flex-input .dashboard-input .form--control {
    width: 100%;
}

.dashboard-form .dashboard-input {
    width: 100%;
    position: relative;
}

.dashboard-form .dashboard-input .label-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.dashboard-form .dashboard-input .input-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.dashboard-form .dashboard-input .iti {
    width: 100%;
}

.dashboard-form .dashboard-input .form--control {
    -moz-appearance: textfield;
    border-radius: 7px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.dashboard-form .dashboard-input .form--control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .dashboard-input .form--control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .dashboard-input .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.dashboard-form .dashboard-input .form-control {
    -moz-appearance: textfield;
    border-radius: 7px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.dashboard-form .dashboard-input .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .dashboard-input .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .dashboard-input .form-control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.dashboard-form .dashboard-input .form--control.input-padding-left {
    padding-left: 45px;
}

.dashboard-form .dashboard-input .form-control.input-padding-left {
    padding-left: 45px;
}

.dashboard-form .dashboard-input .form--control#phone {
    width: 100%;
    padding-left: 50px;
}

.dashboard-form .dashboard-input .form-control#phone {
    width: 100%;
    padding-left: 50px;
}

.dashboard-form .dashboard-input .form-message {
    height: 100px;
    line-height: 28px;
    padding: 15px;
}

.dashboard-form .form-group {
    width: 100%;
    position: relative;
}

.dashboard-form .form-group .label-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.dashboard-form .form-group .input-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.dashboard-form .form-group .iti {
    width: 100%;
}

.dashboard-form .form-group .form--control {
    -moz-appearance: textfield;
    border-radius: 7px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.dashboard-form .form-group .form--control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .form-group .form--control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .form-group .form--control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.dashboard-form .form-group .form-control {
    -moz-appearance: textfield;
    border-radius: 7px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid var(--input-color);
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.dashboard-form .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .form-group .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.dashboard-form .form-group .form-control:focus {
    border-color: rgba(0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0);
}

.dashboard-form .form-group .form--control.input-padding-left {
    padding-left: 45px;
}

.dashboard-form .form-group .form-control.input-padding-left {
    padding-left: 45px;
}

.dashboard-form .form-group .form--control#phone {
    width: 100%;
    padding-left: 50px;
}

.dashboard-form .form-group .form-control#phone {
    width: 100%;
    padding-left: 50px;
}

.dashboard-form .form-group .form-message {
    height: 100px;
    line-height: 28px;
    padding: 15px;
}

.error-wrapper-thumb img {
    max-width: 700px;
    margin-inline: auto; }

.error-contents-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin: -4px 0 0;
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    .section-title .btn-wrapper .view-all {
        font-size: 15px;
    }

    .dot-style-one.dot-absolute .slick-dots {
        bottom: 20px;
    }

    .single-flex-input {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-form .single-input .label-title {
        font-size: 15px;
    }

    .custom-form .single-input .form--control {
        font-size: 15px;
    }

    .custom-form .single-input .form-control {
        font-size: 15px;
    }

    .custom-form .form-group .label-title {
        font-size: 15px;
    }

    .custom-form .form-group .form--control {
        font-size: 15px;
    }

    .custom-form .form-group .form-control {
        font-size: 15px;
    }

    .breadcrumb-contents-list-item:not(:last-child) {
        padding-right: 15px;
    }

    .breadcrumb-contents-list-item:not(:first-child) {
        padding-left: 15px;
    }

    .rating-wrap .ratings {
        width: 75px;
    }

    .footer-border-round::before {
        width: 220%;
    }

    .banner-single-content-title-shape::before {
        top: 20px;
    }

    .banner-single-content-para {
        font-size: 16px;
        line-height: 1.3;
    }

    .banner-right-bg {
        height: 260px;
    }

    .search-show {
        max-width: 340px;
    }

    .search-product {
        padding: 30px 10px;
    }

    .search-product-list-link {
        display: block;
    }

    .search-product-list-info-top {
        margin-top: 10px;
    }

    .single-why-contents-title {
        font-size: 24px;
    }

    .guest-wrapper-images {
        gap: 10px;
    }

    .newsletter-wrapper-padding {
        padding: 30px;
    }

    .newsletter-contents-title {
        font-size: 26px;
    }

    .login-padding {
        padding: 20px;
    }

    .input-flex-item {
        display: block;
    }

    .input-flex-item .single-input:not(:first-child) {
        margin-left: 0;
    }

    .label-title {
        font-size: 15px;
    }

    .flex-blog-height-two {
        width: 100%;
    }

    .single-flex-blog.style-02 .single-flex-blog-contents-title {
        font-size: 24px;
    }

    .single-flex-blog-contents-title {
        font-size: 24px;
    }

    .single-blog-details-content-title {
        font-size: 26px;
        line-height: 32px;
    }

    blockquote .blockquote-contents-title {
        font-size: 18px;
    }

    .details-section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .comment-list .blog-details-flex-content {
        display: block;
    }

    .comment-list .blog-details-flex-content .blog-details-thumb {
        width: 80px;
        margin-bottom: 15px;
    }

    .single-shop-left-list .item-search .form--control {
        font-size: 15px;
    }

    .hotel-view-list-thumb {
        min-height: 250px;
        height: 382px;
    }

    .hotel-view-grid-thumb {
        height: 200px;
        background-size: cover;
    }

    .hotel-view-contents-flex {
        gap: 5px 15px;
    }

    .details-contents-main-thumb {
        height: 200px;
    }

    .details-sidebar-quantity-item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .checkout-order-summery {
        padding: 30px;
    }

    .dashboard-padding {
        padding: 20px;
    }

    .single-reservation-name-title {
        font-size: 20px;
        line-height: 24px;
    }

    .single-reservation-name-para {
        font-size: 15px;
        line-height: 24px;
    }

    .single-reservation-details-item {
        width: 100%;
    }

    .single-reservation-details-item:not(:first-child) {
        padding: 0;
        border: none;
    }

    .single-reservation-details-item:not(:last-child) {
        padding-right: 0;
    }

    .single-reservation-contact-item:not(:first-child) {
        padding: 0;
        border: none;
    }

    .single-reservation-contact-item:not(:last-child) {
        padding-right: 0;
    }

    .dashboard-flex-input {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dashboard-form .dashboard-input .label-title {
        font-size: 15px;
    }

    .dashboard-form .dashboard-input .form--control {
        font-size: 15px;
    }

    .dashboard-form .dashboard-input .form-control {
        font-size: 15px;
    }

    .dashboard-form .form-group .label-title {
        font-size: 15px;
    }

    .dashboard-form .form-group .form--control {
        font-size: 15px;
    }

    .dashboard-form .form-group .form-control {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .btn-wrapper .cmn-btn {
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-wrapper .cmn-btn.btn-outline-1 {
        padding: 4px 13px;
        font-size: 14px;
    }

    .btn-wrapper .cmn-btn.btn-medium {
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-wrapper .cmn-btn.btn-small {
        padding: 5px 12px;
        font-size: 14px;
    }

    .section-title .title {
        font-size: 25px;
        line-height: 28px;
    }

    .section-title-three .title {
        font-size: 24px;
        line-height: 32px;
    }

    .js-select:after {
        right: 10px;
    }

    .js-select.select-style-two:after {
        right: 10px;
    }

    .dot-style-one.dot-absolute .slick-dots {
        bottom: 10px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 18px;
    }

    .faq-contents .faq-item .faq-panel .faq-para {
        font-size: 14px;
    }

    .custom-form .single-input .label-title {
        font-size: 14px;
    }

    .custom-form .single-input .form--control {
        font-size: 14px;
    }

    .custom-form .single-input .form-control {
        font-size: 14px;
    }

    .custom-form .form-group .label-title {
        font-size: 14px;
    }

    .custom-form .form-group .form--control {
        font-size: 14px;
    }

    .custom-form .form-group .form-control {
        font-size: 14px;
    }

    .breadcrumb-contents-list-item:not(:last-child) {
        padding-right: 10px;
    }

    .breadcrumb-contents-list-item:not(:first-child) {
        padding-left: 10px;
    }

    .center-text .rating-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rating-wrap .ratings {
        width: 70px;
    }

    .footer-border-round::before {
        width: 240%;
    }

    .footer-widget-social-list-link {
        height: 30px;
        width: 30px;
    }

    .banner-single-one.percent-padding {
        padding-left: 10px;
    }

    .banner-single-content-title {
        font-size: 26px;
    }

    .banner-single-content-title-shape::before {
        top: 15px;
    }

    .banner-single-content-para {
        font-size: 15px;
    }

    .banner-right-bg {
        height: 220px;
    }

    .search-show {
        max-width: 270px;
    }

    .single-why-two-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsletter-wrapper-padding {
        padding: 30px 20px;
    }

    .newsletter-contents-title {
        font-size: 24px;
    }

    .login-padding {
        padding: 20px 10px;
    }

    .flex-blog-height {
        width: 100%;
    }

    .single-blog-details-content-title {
        font-size: 24px;
    }

    blockquote {
        padding: 15px;
    }

    blockquote .blockquote-contents-title {
        font-size: 16px;
        line-height: 28px;
    }

    .details-section-title {
        font-size: 26px;
    }

    .comment-list .comment-list {
        margin-left: 30px;
    }

    .comment-list .blog-details-flex-content .blog-details-content-title {
        font-size: 18px;
    }

    .comment-list .blog-details-flex-content .blog-details-content-para {
        font-size: 14px;
    }

    .single-shop-left-list .item-search .form--control {
        font-size: 14px;
    }

    .hotel-view-list-thumb {
        min-height: 250px;
        height: 322px;
    }

    .hotel-view-grid-thumb {
        height: 170px;
        background-size: cover;
    }

    .details-contents-main-thumb {
        height: 170px;
    }

    .summery-title {
        font-size: 28px;
    }

    .checkout-order-summery {
        padding: 20px 10px;
    }

    .guaranty-cancellation {
        padding: 10px;
    }

    .guaranty-cancellation-title {
        font-size: 18px;
    }

    .guaranty-cancellation-para {
        font-size: 14px;
    }

    .dashboard-padding {
        padding: 20px 10px;
    }

    .dashboard-left-content {
        max-width: 280px;
    }

    .single-reservation-name-title {
        font-size: 18px;
    }

    .single-reservation-name-para {
        font-size: 14px;
    }

    .single-reservation-request-list-item {
        gap: 10px;
    }

    .single-reservation-author-flex {
        display: -ms-grid;
        display: grid;
    }

    .dashboard-form .dashboard-input .label-title {
        font-size: 14px;
    }

    .dashboard-form .dashboard-input .form--control {
        font-size: 14px;
    }

    .dashboard-form .dashboard-input .form-control {
        font-size: 14px;
    }

    .dashboard-form .form-group .label-title {
        font-size: 14px;
    }

    .dashboard-form .form-group .form--control {
        font-size: 14px;
    }

    .dashboard-form .form-group .form-control {
        font-size: 14px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    .section-title.section-border-bottom {
        padding-bottom: 20px;
    }

    .section-title .title {
        font-size: 32px;
    }

    .section-title-three .title {
        font-size: 32px;
        line-height: 36px;
    }

    .section-title-three .title::before {
        left: 5px;
        top: 0;
    }

    .section-title-three .title::after {
        left: -10px;
        top: -10px;
    }

    .nav-style-one .prev-icon {
        left: -25px;
    }

    .nav-style-one .next-icon {
        left: -25px;
        right: -25px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .breadcrumb-contents-list-item {
        font-size: 15px;
    }

    .navbar-area {
        padding: 0;
    }

    .navbar-area .nav-container .logo-wrapper {
        height: 15px;
    }

    .navbar-area .nav-container .logo-wrapper .logo img {
        max-width: 170px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
        margin-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        margin-bottom: 0;
    }

    .click-nav-right-icon {
        position: absolute;
        right: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 30px;
        color: rgba(0, 0, 0, 0.7);
        display: block;
    }

    .click-nav-right-icon:hover {
        color: var(--heading-color);
    }

    .click-nav-right-icon.white-color {
        color: #fff;
    }

    .click-nav-right-icon.white-color:hover {
        color: #fff;
    }

    .show-nav-content {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: -50px;
        margin-left: auto;
    }

    .show-nav-content.show {
        visibility: visible;
        opacity: 1;
        margin-top: 30px;
    }

    .footer-border-round::before {
        width: 150%;
    }

    .footer-wrapper-single:not(:last-child) {
        padding-right: 20px;
    }

    .footer-wrapper-single:not(:first-child) {
        padding-left: 20px;
    }

    .banner-area {
        padding-top: 0;
        padding-bottom: 46vh;
    }

    .banner-single {
        padding-right: 0px;
    }

    .banner-single-one.percent-padding {
        padding-left: 30px;
    }

    .banner-single-content {
        padding: 30px 0 0px 0px;
    }

    .banner-single-content-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .banner-single-content-title-shape::before {
        top: 25px;
    }

    .banner-right-bg {
        width: 100%;
        height: 500px;
    }

    .banner-area-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-location-one {
        width: 100%;
    }

    .banner-location-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .banner-location-single {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }

    .search-show {
        right: 0px;
        max-width: 500px;
    }

    .search-show-form .form--control {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .search-product {
        height: 485px;
    }

    .single-attraction-thumb img {
        width: 100%;
    }

    .single-attraction-two-thumb img {
        width: 100%;
    }

    .guest-wrapper-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .guest-wrapper-images-single {
        position: unset;
    }

    .grid-item:nth-child(1) .single-shots {
        height: 210px;
    }

    .grid-item:nth-child(2) .single-shots {
        height: 100px;
    }

    .grid-item:nth-child(3) .single-shots {
        height: 210px;
    }

    .grid-item:nth-child(4) .single-shots {
        height: 250px;
    }

    .grid-item:nth-child(5) .single-shots {
        height: 220px;
    }

    .grid-item:nth-child(6) .single-shots {
        height: 465px;
    }

    .grid-item:nth-child(7) .single-shots {
        height: 110px;
    }

    .grid-item:nth-child(8) .single-shots {
        height: 420px;
    }

    .login-wrapper-thumb {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .single-blog-contents-title {
        font-size: 22px;
        line-height: 28px;
    }

    .flex-blog-height {
        width: 250px;
        height: 290px;
    }

    .single-flex-blog {
        gap: 15px;
    }

    .single-flex-blog-contents-title {
        font-size: 26px;
        line-height: 32px;
    }

    .single-flex-blog-contents-para {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .single-blog-details-content-title {
        font-size: 32px;
        line-height: 36px;
    }

    blockquote {
        padding: 20px;
    }

    blockquote .blockquote-contents-title {
        font-size: 26px;
        line-height: 36px;
    }

    .blog-details-share-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-details-share-content.right-align {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .details-section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .comment-list .comment-list {
        margin-left: 70px;
    }

    .comment-list .blog-details-flex-content {
        gap: 20px;
    }

    .comment-list .blog-details-flex-content .blog-details-content-para {
        font-size: 16px;
    }

    .shop-right {
        gap: 30px;
    }

    .shop-contents-wrapper {
        display: block;
    }

    .shop-contents-wrapper .shop-sidebar-content {
        width: 375px;
        position: unset;
    }

    .single-shop-left {
        padding: 15px 20px 20px;
    }

    .shop-icon {
        display: block;
    }

    .shop-icon-sidebar {
        font-size: 24px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: var(--main-color-one);
        -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
        box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
        z-index: 95;
        color: #fff;
        margin-bottom: 20px;
    }

    .shop-close-content {
        z-index: 1;
        position: absolute;
        left: -100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 99;
        background: #fff;
        max-width: 375px;
        display: block;
        padding: 20px;
        transition: all 0.5s;
    }

    .shop-close-content.active {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .shop-close-content-icon {
        display: block;
        position: absolute;
        right: -40px;
        top: 0;
        font-size: 24px;
        color: #fff;
        background: var(--main-color-one);
        -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
        box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .responsive-overlay {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 100%;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .responsive-overlay.active {
        visibility: visible;
        opacity: 1;
        z-index: 99;
        left: 0;
    }

    .hotel-view-list-thumb {
        width: 250px;
        height: 360px;
        background-size: cover;
    }

    .hotel-view-grid-thumb {
        height: 157px;
    }

    .details-contents-main-thumb {
        height: 286px;
        background-size: cover;
    }

    .summery-title {
        font-size: 32px;
    }

    .create-accounts {
        font-size: 18px;
    }

    .dashboard-padding {
        padding: 30px;
    }

    .dashboard-contents-wrapper {
        display: block;
    }

    .dashboard-left-content {
        height: 100vh;
        z-index: 1;
        position: absolute;
        left: -100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 995;
        background: #fff;
        text-align: center;
        border-radius: 10px;
        display: block;
        height: 100vh;
        transition: all 0.5s;
    }

    .dashboard-left-content .close-bars {
        visibility: visible;
        opacity: 1;
    }

    .single-order {
        padding: 25px 20px;
    }

    .single-order-flex {
        gap: 20px;
    }

    .single-order-contents-title {
        font-size: 30px;
    }

    .single-reservation-details-item {
        width: 50%;
    }

    .single-reservation-details-item:nth-child(2n + 3) {
        padding-left: 0;
        border-left: 0;
    }

    .dashboard-left-content.active {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .dashboard-icon {
        display: block;
    }

    .body-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 990;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .body-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 575.98px) {
    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 23px;
    }

    .btn-wrapper .cmn-btn {
        padding: 10px 25px;
        font-size: 1.5em;
        line-height: 1.3;
    }

    .btn-wrapper .cmn-btn.btn-outline-1 {
        padding: 8px 23px;
        font-size: 15px;
        line-height: 28px;
    }

    .back-to-top {
        height: 40px;
        width: 40px;
        font-size: 22px;
        line-height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .section-title .title {
        font-size: 28px;
        line-height: 32px;
    }

    .section-title-three .title {
        font-size: 26px;
    }

    .nav-style-one .prev-icon {
        left: 0px;
    }

    .nav-style-one .next-icon {
        left: 0px;
        right: 0px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 20px;
        font-family: "Source Sans Pro";
        font-weight: bold;
        font-size: 21px;
        text-align: left;
        color: #191414;
    }

    .checkbox-inline .checkbox-label {
        font-size: 15px;
    }

    .breadcrumb-contents-title {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-border-round::before {
        width: 180%;
    }

    .footer-widget-nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 7px 15px;
    }

    .footer-widget-social-list-link {
        font-size: 16px;
        height: 35px;
        width: 35px;
    }

    .banner-single-one.percent-padding {
        padding-left: 20px;
    }

    .banner-single-content-title {
        font-size: 28px;
        width: 88%;
    }

    .banner-right-bg {
        height: 300px;
    }

    .banner-location-single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .banner-location-single:nth-last-of-type(1) {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .banner-location-single:nth-last-of-type(2) {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .search-show {
        max-width: 450px;
    }

    .single-why-contents-title {
        font-size: 26px;
    }

    .grid-item .single-shots.bg-image {
        background-size: contain;
    }

    .newsletter-contents-title {
        font-size: 28px;
    }

    .single-flex-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block !important;
    }

    .single-flex-blog-thumbs {
        margin-bottom: 20px;
        margin: 0 0 30px;
    }

    .single-blog-details-content-title {
        font-size: 28px;
        line-height: 36px;
    }

    blockquote .blockquote-contents-title {
        font-size: 22px;
        line-height: 32px;
    }

    .comments-flex-item {
        display: block;
    }

    .comment-list .blog-details-flex-content {
        gap: 10px;
        padding: 30px 0 20px;
    }

    .comment-list .blog-details-flex-content .blog-details-content-para {
        font-size: 15px;
    }

    .hotel-view-list-thumb {
        height: 497px;
    }

    .hotel-view-grid-thumb {
        height: 257px;
        background-size: cover;
    }

    .details-contents-main-thumb {
        height: 250px;
    }

    .summery-title {
        font-size: 30px;
        line-height: 36px;
    }

    .create-accounts {
        font-size: 16px;
    }

    .showing-contents {
        text-align: center;
    }

    .dashboard-checkbox .checkbox-label {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .pat-100 {
        padding-top: 70px !important;
    }

    .pab-100 {
        padding-bottom: 70px !important;
    }

    .pat-75 {
        padding-top: 45px !important;
    }

    .pab-75 {
        padding-bottom: 45px !important;
    }

    .pat-50 {
        padding-top: 35px !important;
    }

    .pab-50 {
        padding-bottom: 35px !important;
    }
}

@media (min-width: 1400px) {
    .section-title .title {
        font-size: 45px;
    }

    .nav-style-one .prev-icon {
        left: -25px;
    }

    .nav-style-one .next-icon {
        left: -25px;
        right: -25px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 7px 10px;
        font-size: 1.1em;
        font-weight: 500;
    }

    .banner-single {
        /* padding-right: 50px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .banner-single-one.percent-padding {
    }

    .banner-single-content-title {
        font-size: 55px;
        line-height: 70px;
        width: 60%;
        margin: 0 auto;
        color: white;
        font-size: 72.7px;
        text-align: center;
        line-height: 1.3;
    }
    .banner-single-content-para{
        
font-size: 1.5vw;
    }

    .search-product {
        height: 475px;
    }

    .flex-blog-height {
        width: 400px;
        height: 300px;
    }

    .flex-blog-height-two {
        width: 220px;
        height: 320px;
    }

    .single-flex-blog.style-02 {
        gap: 20px;
    }

    .single-flex-blog.style-02 .single-flex-blog-contents-para {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .single-flex-blog-contents-title {
        font-size: 28px;
        line-height: 32px;
    }

    .shop-area .global-card.book-filter-padding {
        padding: 10px;
    }

    .single-shop-left {
        padding: 22px 20px;
    }

    .single-shop-left-list .item::before {
        top: 9px;
    }

    .single-shop-left-list .item a {
        padding: 5px 0;
    }

    .hotel-view-grid-thumb {
        height: 213px;
    }

    .checkout-order-summery {
        padding: 40px;
    }

    .dashboard-padding {
        padding: 30px;
    }

    .dashboard-left-content {
        height: calc(100vh - 60px);
    }

    .single-order {
        padding: 20px 15px;
    }

    .single-order-flex {
        gap: 10px;
    }

    .single-order-contents-title {
        font-size: 34px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .section-title .title {
        font-size: 42px;
    }

    .section-title-three .title {
        font-size: 32px;
        line-height: 36px;
    }

    .nav-style-one .prev-icon {
        left: -25px;
    }

    .nav-style-one .next-icon {
        left: -25px;
        right: -25px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 24px;
        line-height: 32px;
    }

    .navbar-area .nav-container {
        padding: 20px 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 15px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 5px 10px;
    }

    .footer-widget-nav-list {
        gap: 12px 20px;
    }

    .footer-widget-social-list {
        gap: 12px 15px;
    }

    .banner-single {
        padding-right: 40px;
    }

    .banner-single-one.percent-padding {
        padding-left: 10%;
    }

    .banner-single-content-title {
        font-size: 48px;
        line-height: 1.3;
    }

    .banner-area-thumb {
        max-width: 500px;
    }

    .search-product {
        height: 475px;
    }

    .single-why {
        padding: 20px;
    }

    .grid-item:nth-child(1) .single-shots {
        height: 160px;
    }

    .grid-item:nth-child(2) .single-shots {
        height: 163px;
    }

    .grid-item:nth-child(3) .single-shots {
        height: 345px;
    }

    .grid-item:nth-child(4) .single-shots {
        height: 195px;
    }

    .grid-item:nth-child(5) .single-shots {
        height: 360px;
    }

    .grid-item:nth-child(6) .single-shots {
        height: 355px;
    }

    .grid-item:nth-child(7) .single-shots {
        height: 180px;
    }

    .grid-item:nth-child(8) .single-shots {
        height: 325px;
    }

    .login-wrapper-flex {
        gap: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .login-wrapper-contents {
        max-width: 480px;
    }

    .flex-blog-height {
        width: 320px;
        height: 280px;
    }

    .single-flex-blog-contents-title {
        font-size: 28px;
        line-height: 32px;
    }

    .single-flex-blog-contents-para {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .single-blog-details-content-title {
        font-size: 32px;
        line-height: 36px;
    }

    blockquote .blockquote-contents-title {
        font-size: 32px;
        line-height: 45px;
    }

    .shop-contents-wrapper .shop-sidebar-content {
        width: 300px;
    }

    .shop-contents-wrapper .shop-grid-contents {
        max-height: 1410px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .single-shop-left {
        padding: 15px 20px 20px;
    }

    .hotel-view-list-thumb {
        background-size: cover;
    }

    .hotel-view-grid-thumb {
        height: 178px;
        background-size: cover;
    }

    .details-contents-main-thumb {
        height: 305px;
        background-size: cover;
    }

    .checkout-order-summery {
        padding: 30px;
    }

    .dashboard-padding {
        padding: 20px;
    }

    .dashboard-contents-wrapper {
        gap: 24px;
    }

    .dashboard-left-content {
        height: calc(100vh - 40px);
    }

    .single-order {
        padding: 20px 20px;
    }

    .single-order-flex {
        gap: 10px;
    }

    .single-reservation-details-item {
        width: 50%;
    }

    .single-reservation-details-item:nth-child(2n + 3) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .section-title .title {
        font-size: 36px;
    }

    .section-title-three .title {
        font-size: 32px;
        line-height: 36px;
    }

    .section-title-three .title::before {
        left: -10px;
        top: -10px;
    }

    .section-title-three .title::after {
        left: -25px;
        top: -25px;
    }

    .nav-style-one .prev-icon {
        left: -25px;
    }

    .nav-style-one .next-icon {
        left: -25px;
        right: -25px;
    }

    .faq-contents .faq-item .faq-title {
        font-size: 24px;
        line-height: 32px;
    }

    .navbar-area .nav-container {
        padding: 15px 0;
    }

    .navbar-area .nav-container .logo-wrapper .logo img {
        max-width: 160px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 14px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 5px 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > a {
        padding: 10px 10px;
    }

    .footer-widget-nav-list {
        gap: 12px 20px;
    }

    .footer-widget-social-list {
        gap: 10px;
    }

    .footer-wrapper-single:not(:last-child) {
        padding-right: 50px;
    }

    .footer-wrapper-single:not(:first-child) {
        padding-left: 50px;
    }

    .banner-single {
        /* padding-right: 30px; */
    }

    .banner-single-one.percent-padding {
        padding-left: 5%;
    }

    .banner-single-content-title {
        font-size: 42px;
        line-height: 55px;
        width: 70%;
    }

    .banner-single-content-para{
        
    }

    .banner-single-content-title-shape::before {
        top: 30px;
    }

    .banner-area-thumb {
        max-width: 400px;
    }

    .banner-location-one {
        width: 900px;
    }

    .banner-location-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .banner-location-single {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }

    .search-product {
        height: 475px;
        padding: 30px 10px;
    }

    .search-product-list-image {
        width: 80px;
        height: 100px;
        padding: 10px 0px;
    }

    .search-product-list-info-title {
        font-size: 17px;
    }

    .search-product-list-info-price {
        gap: 7px;
    }

    .search-product-list-info-price .main-price {
        font-size: 17px;
    }

    .search-product-list-info-price-through .flash-price {
        font-size: 16px;
    }

    .search-product-list-info .stock-out {
        font-size: 15px;
        padding: 5px 5px;
    }

    .single-why {
        padding: 20px;
    }

    .single-why-contents-title {
        font-size: 24px;
    }

    .grid-item:nth-child(1) .single-shots {
        height: 135px;
    }

    .grid-item:nth-child(2) .single-shots {
        height: 135px;
    }

    .grid-item:nth-child(3) .single-shots {
        height: 286px;
    }

    .grid-item:nth-child(4) .single-shots {
        height: 160px;
    }

    .grid-item:nth-child(5) .single-shots {
        height: 300px;
    }

    .grid-item:nth-child(6) .single-shots {
        height: 295px;
    }

    .grid-item:nth-child(7) .single-shots {
        height: 150px;
    }

    .grid-item:nth-child(8) .single-shots {
        height: 286px;
    }

    .login-wrapper-flex {
        gap: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .login-wrapper-contents {
        max-width: 480px;
    }

    .flex-blog-height {
        width: 250px;
        height: 290px;
    }

    .single-flex-blog {
        gap: 15px;
    }

    .single-flex-blog-contents-title {
        font-size: 26px;
        line-height: 32px;
    }

    .single-flex-blog-contents-para {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .single-blog-details-content-title {
        font-size: 32px;
        line-height: 36px;
    }

    blockquote .blockquote-contents-title {
        font-size: 28px;
        line-height: 42px;
    }

    .recent-list-item {
        gap: 15px;
    }

    .recent-list-thumb {
        max-width: 110px;
    }

    .shop-contents-wrapper .shop-sidebar-content {
        width: 250px;
    }

    .shop-contents-wrapper .shop-grid-contents {
        max-height: 1410px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .single-shop-left {
        padding: 15px 20px 20px;
    }

    .hotel-view-list-thumb {
        width: 250px;
        height: 435px;
        background-size: cover;
    }

    .hotel-view-grid-thumb {
        height: 148px;
        background-size: cover;
    }

    .hotel-view-contents-flex {
        gap: 5px 15px;
    }

    .details-contents-main-thumb {
        height: 217px;
    }

    .checkout-order-summery {
        padding: 30px;
    }

    .dashboard-padding {
        padding: 20px;
    }

    .dashboard-contents-wrapper {
        gap: 24px;
    }

    .dashboard-left-content {
        height: calc(100vh - 40px);
        padding: 30px 10px;
        width: 300px;
    }

    .single-order-flex {
        gap: 10px;
    }

    .single-reservation-details-item {
        width: 50%;
    }

    .single-reservation-details-item:nth-child(2n + 3) {
        padding-left: 0;
        border-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-title-three .title {
        font-size: 28px;
    }

    .faq-contents .faq-item .faq-panel .faq-para {
        font-size: 5.2vw;
        font-family: "Source Sans Pro";
        font-weight: normal;
        text-align: left;
        color: #000;
    }

    .footer-contents-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-widget-title {
        font-size: 24px;
        line-height: 28px;
    }

    .footer-widget-nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 7px 20px;
    }

    .footer-wrapper-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 70px 0;
    }

    .footer-wrapper-single:not(:last-child) {
        padding-right: 0px;
    }

    .footer-wrapper-single:not(:first-child) {
        border-left: unset;
        padding-left: 0;
    }

    .copyright-contents-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright-contents-main {
        text-align: center;
        margin-top: 10px;
    }

    .banner-right-bg {
        height: 400px;
    }

    .banner-location-single {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .search-show {
        width: 500px;
    }

    .search-show-form .form--control {
        width: 100%;
    }

    .search-product {
        width: 100%;
    }

    .grid-item:nth-child(1) .single-shots {
        height: 235px;
    }

    .grid-item:nth-child(2) .single-shots {
        height: 113px;
    }

    .grid-item:nth-child(3) .single-shots {
        height: 237px;
    }

    .grid-item:nth-child(4) .single-shots {
        height: 286px;
    }

    .grid-item:nth-child(5) .single-shots {
        height: 250px;
    }

    .grid-item:nth-child(6) .single-shots {
        height: 530px;
    }

    .grid-item:nth-child(7) .single-shots {
        height: 124px;
    }

    .grid-item:nth-child(8) .single-shots {
        height: 480px;
    }

    .newsletter-contents-title {
        font-size: 32px;
        line-height: 36px;
    }

    .single-flex-blog.style-02 {
        display: block;
    }

    .single-flex-blog.style-02 .single-flex-blog-thumbs {
        margin-bottom: 20px;
        margin: 0 0 30px;
    }

    .single-flex-blog-contents-title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    blockquote .blockquote-contents-title {
        font-size: 24px;
    }

    .comment-list .comment-list {
        margin-left: 50px;
    }

    .shop-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .hotel-view-flex {
        display: -ms-grid;
        display: grid;
    }

    .hotel-view-list-thumb {
        background-size: contain;
        margin: 0px auto 0;
        width: 100%;
        height: 561px;
    }

    .hotel-view-grid-thumb {
        height: 240px;
    }

    .single-order {
        padding: 20px 15px;
    }

    .single-order-flex {
        gap: 10px;
    }

    .single-order-contents-title {
        font-size: 28px;
    }

    .single-order-contents-subtitle {
        font-size: 15px;
    }

    .dashboard-flex-input.flex-input-3 {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }

    .navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav {
        background-color: var(--heading-color);
    }

    .navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        background-color: #202020 !important;
    }

    .navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        border-color: rgba(255, 255, 255, 0.05) !important;
    }

    .navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: #fff;
    }

    .navbar-area.white-nav .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon {
        background: rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::before {
        background: rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::after {
        background: rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::before {
        background: rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::after {
        background: rgba(255, 255, 255, 0.7);
    }

    .navbar-area.white-nav .click-nav-right-icon {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-area .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid rgba(0, 0, 0, 0.7);
        outline: none;
        background: black;
    }

    .navbar-area .navbar-toggler .navbar-toggler-icon {
        background: rgb(255 255 255);
        display: inline-block;
        width: 20px;
        height: 2px;
        margin: 10px -4px 10px;
        position: relative;
    }

    .navbar-area .navbar-toggler .navbar-toggler-icon::before {
        position: absolute;
        content: "";
        height: 2px;
        width: 20px;
        background: rgb(255 255 255);
        top: -7px;
        left: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-area .navbar-toggler .navbar-toggler-icon::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 20px;
        background: rgb(255 255 255);
        top: -7px;
        left: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        top: auto;
        bottom: -7px;
    }

    .navbar-area .navbar-toggler.active .navbar-toggler-icon {
        background: none;
    }

    .navbar-area .navbar-toggler.active .navbar-toggler-icon::before {
        background: rgb(255 255 255);
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
        background: rgb(255 255 255);
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 50px;
        padding: 20px 20px 30px !important;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 30px;
        background: var(--gray-color);
        -webkit-box-shadow: 0 0 30px rgba(221, 221, 221, 0.3);
        box-shadow: 0 0 30px rgba(221, 221, 221, 0.3);
        border-radius: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 15px 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > a {
        padding: 15px 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: #fff;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container .logo-wrapper .logo img {
        max-width: 160px;
    }
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .search-product {
        height: 475px;
    }

    .dashboard-padding {
        padding: 40px;
    }

    .dashboard-left-content {
        height: calc(100vh - 80px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shop-area .global-card.book-filter-padding {
        padding: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 480px) {
    .shop-close-content {
        max-width: 320px;
    }

    .dashboard-left-content {
        width: 280px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 375px) {
    .shop-close-content {
        max-width: 270px;
    }

    .shop-close-content-icon {
        height: 28px;
        width: 28px;
        font-size: 20px;
        right: -28px;
    }
}

.search .wrapper {
    background-color: white;
    border-radius: 24px;
}

nav .gestisci-prenotazione {
    border-radius: 52px;
    border: 1px solid white;
    font-size: 24px;
    font-weight: 400;
}

nav .gestisci-prenotazione .icon {
    height: 30px;
}

button.search-click-icon {
    width: 433px;
    height: 131px;
    border-radius: 0px 24px 24px 0px;
    background: #78f1b0;
}

.search-suggestions-wrapper .search-click-icon {
    border-radius: 0px 24px 24px 0px;
    background: #78f1b0;
    color: black;
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    color: #000;
    height: 14vh;
    width: 20vw;
    border: 1px solid black;
    border-top: 0;
    border-bottom: 0;
}

.banner-location.banner-location-one {
    width: 75vw;
    border-radius: 26px;
    background: #fff;
    border: 2px solid #000;
    box-shadow: 9px 11px 0px #191919;
    padding: 0;
    margin: 0 auto;
}

.banner-location-single-contents-subtitle {
    text-transform: uppercase;
}

.banner-location-single {
    height: 14vh;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input.form-control {
    height: 50px;
    border-radius: 14px;
}

ul.payment-icons.list--inline.site-footer__icon-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 0;
}

.payment-contents.payment-contents-underCTA ul.payment-icons.list--inline.site-footer__icon-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    ul.payment-icons.list--inline.site-footer__icon-list {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        column-gap: 10px;
    }

    .payment-contents.payment-contents-underCTA ul.payment-icons.list--inline.site-footer__icon-list {
        width: 356px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 1em;
    }

    .EditSearch .card-body input.form-control {
        /* font-size: 1.1vw; */
    }
}

.single-why.center-text.bg-white.benefits__card {
    /* width: 332px; */
    /* height: 279px; */
    border-radius: 34px;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 3px 6px 0px #78f1b0;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 3vh;
    margin-top: 9vh;
}

.single-why-icon {
    position: absolute;
    top: -9vh;
    /* width: 166px; */
    /* height: 166px; */
    background: #fff;
    border: 3px solid #345cc9;
    filter: drop-shadow(8px 9px 0px #78f1b0);
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 30px;
    padding: 2vh;
}

h4.single-why-contents-title {
    /* width: 332px;
     */
    /* height: 103px; */
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 38px;
    text-align: center;
    color: #000;
    padding-top: 1vh;
}

@media screen and (min-width: 768px) {
    h4.single-why-contents-title {
        font-size: 2.1rem;
    }

    .single-why-contents-para {
        font-size: 1.2em;
        font-weight: 400;
    }
}

/* come funziona mobile*/
section.funziona {
    position: relative;
    height: 100%;
}

section.funziona .bg {
    position: absolute;
    top: 20vh;
}

@media screen and (min-width: 768px) {
    section.funziona .bg {
        display:none;
    }
}

section.funziona h2.title, section.benefits h2.title, section.question-area h2.title {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: clamp(36px,28vw,51px);
    line-height: 57px;
    text-align: center;
    color: #000;
    line-height: 1.3;
    /* text-shadow: 6px 5px white; */
}

span.underlined {
    position: relative;
}

span.underlined::before {
    position: absolute;
    min-width: 105%;
    height: 64px;
    border-radius: 14px;
    background: #78f1b0;
    content: '';
    bottom: 0px;
    z-index: -1;
    left: -5px;
    transform: rotate(178deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section__funziona {
    display: flex;
    flex-direction: column;
    align-content: center;
    position: relative;
    gap: 8vh;
}

.section__funziona .bg {
}

.funziona__wrap {
    /* position: absolute; */
}

.funziona__wrap:nth-of-type(2n+1) {
    left: 22vw;
}

.funziona__wrap:nth-of-type(2n) {
    right: 24vw;
}

.funziona__wrap:nth-of-type(1) {
    top: 0;
}

.funziona__wrap:nth-of-type(2) {
    top: 31vh;
}

.funziona__wrap:nth-of-type(3) {
    top: 74vh;
}

.funziona__wrap:nth-of-type(4) {
    top: 114vh;
}

.funziona__card {
    /* width: 332.64px; */
    /* height: 258.45px; */
    border-radius: 34px;
    background: #191414;
    border: 3px solid #000;
    box-shadow: 7px 9px 0px #78f1b0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 4.2vw 0 4.7vw;
    position: relative;
}

.funziona__card .top {
    display: flex;
    position: relative;
}

.funziona__wrap .top .number {
    /* width: 10vw; */
}

.funziona__wrap .top .number img {
    position: absolute;
    top: -4.8vh;
    height: 100%;
}

.funziona__wrap:nth-of-type(2n+1) .top .number {
    order: 0;
}

.funziona__wrap:nth-of-type(2n) .top .number {
    order: 1;
}

.funziona__wrap:nth-of-type(2n+1) .top .number img {
    left: -5.6vw;
}

.funziona__wrap:nth-of-type(2n) .top .number img {
    right: -5.6vw;
}

.funziona__card .top .icon {
    width: 100%;
    text-align: center;
    position: relative;
}

.funziona__wrap:nth-of-type(2n+1) .top .icon {
    left: 3.9vw;
}

.funziona__wrap:nth-of-type(2n) .top .icon {
    right: 4.9vw;
}

.funziona__card .copy {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 43px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.funziona__wrap .path {
    position: absolute;
    z-index: -1;
    height: 12vh;
}

.path img {
    /* height: 42vh; */
}

.funziona__wrap:nth-of-type(1) .path {
    left: 33vw;
    width: 25vw;
    /* bottom: -6vh; */
    display: none;
}

.funziona__wrap:nth-of-type(2) .path {
    right: 10vh;
    width: 39vw;
    top: 27vh;
    display: none;
}

.funziona__wrap:nth-of-type(3) .path {
    display: none;
}

.funziona__wrap:nth-of-type(4) .path {
}

.ellisse {
    display: none;
}

/* ./come funziona mobile */
/* come funziona dektop */
@media screen and (min-width: 768px) {
    .funziona h2.title {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 48px;
        line-height: 57px;
        text-align: center;
        color: #000;
        padding-bottom: 10vh;
    }

    .section__funziona {
        /* min-height: 150vh; */
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .funziona__wrap {
        position: absolute;
    }

    .funziona__wrap:nth-of-type(2n+1) {
        left: 22%;
    }

    .funziona__wrap:nth-of-type(2n) {
        right: 22%;
    }

    .funziona__wrap:nth-of-type(1) {
        top: 0;
    }

    .ellisse {
        position: absolute;
        z-index: -1;
        display: flex;
    }

    .ellisse:nth-of-type(1) {
        top: -4%;
        width: 50%;
        height: auto;
        left: -20%;
    }

    .ellisse:nth-of-type(2) {
        top: 30%;
        right: 20%;
    }

    .ellisse:nth-of-type(3) {
        top: 47%;
        left: -28%;
        width: 52%;
    }

    .ellisse:nth-of-type(4) {
        top: 45%;
        left: 59%;
        width: 90%;
    }

    .funziona__wrap:nth-of-type(2) {
        top: 22%;
    }

    .funziona__wrap:nth-of-type(3) {
        top: 74vh;
        top: 45%;
    }

    .funziona__wrap:nth-of-type(4) {
        top: 114vh;
        top: 70%;
    }

    .funziona__card {
        width: 332.64px;
        height: 258.45px;
        border-radius: 34px;
        background: #191414;
        border: 3px solid #000;
        box-shadow: 7px 9px 0px #78f1b0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0.2vw 0 0.7vw;
        width: clamp(23vw,332.64px,50vw);
        height: clamp(20vw,258.45px,46vw);
    }

    .funziona__card .top {
        display: flex;
        position: relative;
    }

    .funziona__wrap .top .number {
        /* width: 10vw; */
    }

    .funziona__wrap .top .number img {
        position: absolute;
        top: -4.8vh;
        height: auto;
    }

    .funziona__wrap:nth-of-type(2n+1) .top .number {
        order: 0;
    }

    .funziona__wrap:nth-of-type(2n) .top .number {
        order: 1;
    }

    .funziona__wrap:nth-of-type(2n+1) .top .number img {
        left: -13.6%;
    }

    .funziona__wrap:nth-of-type(2n) .top .number img {
        right: -12.6%;
    }

    .funziona__card .top .icon {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .funziona__card .top .icon img {
        width: clamp(8.5vw,128px,8vw);
    }

    .funziona__wrap:nth-of-type(2n+1) .top .icon {
        left: 1.9vw;
    }

    .funziona__wrap:nth-of-type(2n) .top .icon {
        right: 1.9vw;
    }

    .funziona__card .copy {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: clamp(2.5vw,43px,20vw);
        text-align: center;
        color: #fff;
        line-height: 1.3;
    }

    .funziona__wrap .path {
        position: absolute;
        z-index: -1;
        height: 12vh;
    }

    .path img {
        /* height: 42vh; */
    }

    .funziona__wrap:nth-of-type(1) .path {
        left: 40%;
        /* width: 12vw; */
        display: block;
    }

    .funziona__wrap:nth-of-type(2) .path {
        right: 24%;
        /* width: 22vw; */
        top: auto;
        display: block;
    }

    .funziona__wrap:nth-of-type(3) .path {
        left: 77%;
        width: 80%;
        bottom: -20%;
        display: block;
    }

    .funziona__wrap:nth-of-type(4) .path {
    }
}

.funziona-container {
    padding-left: 20px;
    padding-right: 20px;
    /* min-height: 300vh; */
    overflow: hidden;
}

/* hero form pulito mobile*/
.formH {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 10px 7px 0px #78f1b0;
    width: 90vw;
    margin: 0 auto;
    position: relative;
    /* top: 7vh; */
    margin-top: 9vh;
    max-width: 430px;
}

.formH__section {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid black;
    /* min-height: 12vh; */
    column-gap: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.formH__section:nth-of-type(3) {
    border-bottom: 0;
}

.formH__location {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 85%;
}

.formH__location i {
    font-size: 1.6em;
}

.formH__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formH__hour {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

span.dateTime__label {
    font-family: "Source Sans Pro";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0.1em;
}

span.dateTime__date .form-control {
    border: 0;
    /* padding: 0; */
    border: 1px solid #ced4da;
    text-align: center;
    display: flex;
    display: flex;
    align-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #ccced3;
    width: auto;
}

span.dateTime__date {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

span.calendar {
    position: absolute;
    left: 1em;
}

.EditSearch__checkin, .EditSearch__checkout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
}

.EditSearch__checkout {
    padding-top: 2em;
    padding-bottom: 2em;
}

select.form-control.from-hour {
    height: 50px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #ccced3;
    width: auto;
}

select.form-control.to-hour {
    height: 50px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #ccced3;
    width: auto;
}

span.dateTime__time .js-select.select-style-two {
    border: 0;
}

button.ctaSection__btn {
    border-radius: 25px;
    background: #78f1b0;
    border: 3px solid #000;
    box-shadow: 2px 3px 0px #191414;
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 11vh;
    width: 80vw;
    position: absolute;
    bottom: -68%;
    max-width: 367px;
}

.formH__ctaSection {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 8vh;
    position: relative;
}

/* hero form desktop */
@media screen and (min-width: 992px) {
    .bg-image {
        height: 100vh;
    }

    .formH {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        background: #fff;
        border: 3px solid #000;
        box-shadow: 10px 7px 0px #000000;
        width: fit-content;
        margin: 0 auto;
        position: relative;
        /* top: 7vh; */
        margin-top: 8vh;
        /* height: clamp(180px,20vh,11vh); */
        max-width: fit-content;
    }

    .formH__section {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-bottom: 0;
        border-right: 2px solid #CCCED3;
        height: 58px;
        column-gap: 8px;
        padding: 0px 15px;
    }

    .formH__section:nth-of-type(1) {
        display: none;
    }

    .formH__section:nth-of-type(3) {
        border: 0;
    }

    .formH__location {
        font-family: "Source Sans Pro";
        font-weight: bold;
        font-size: 29px;
        text-align: left;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 85%;
    }

    .formH__location i {
        font-size: 1.6em;
    }

    .formH__date {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .formH__hour {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    span.dateTime__label {
        font-family: "Source Sans Pro";
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 0.1em;
    }

    span.dateTime__date .form-control {
        /* border: 0; */
        /* padding: 0; */
    }

    span.dateTime__time .js-select.select-style-two {
        border: 0;
    }

    button.ctaSection__btn {
        border-radius: 22px;
        background: #78f1b0;
        border: 3px solid #000;
        box-shadow: 2px 3px 0px #191414;
        font-family: "Source Sans Pro";
        font-weight: 600;
        font-size: clamp(32.3px,1.6vw,4vw);
        text-align: center;
        color: #000;
        text-transform: uppercase;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        /* height: clamp(90px,9vh,10vh); */
        width: auto;
        position: unset;
        /* bottom: -8vw; */
        width: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 0;
        border-left: 3px solid black;
        height: 92px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .formH__ctaSection {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
        /* width: 64vw; */
    }
}

/* footer */
.row.footerBody {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}

.footerBody__section {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    row-gap: 2vh;
    margin-bottom: 4vh;
}

.footerBody__intro {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    width: 76vw;
    text-align: center;
}

.footerBody__title {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #fff;
}

.footerBody__info {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    text-align: center;
}

.footerBody__links {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .footerBody__intro {
        width:100%;
    }

    .footerBody__links {
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.08em;
        text-align: left;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: baseline;
        text-align: left;
    }

    .footerBody__links a {
    }
}

/*    edit search mobile */
.EditSearch {
    border-radius: 24px;
    background: #fff;
    border: 2px solid #000;
    box-shadow: 9px 11px 0px #78f1b0;
    display: flex;
    /* width: 24vw; */
}

.EditSearch i.las.las-map-marker {
    color: black;
    font-size: 30px;
}

.EditSearch {
    margin-top: 3rem;
    border-radius: 26px;
}

.EditSearch .card-header {
    font-weight: 900;
    font-size: 23px;
    text-align: left;
    color: #000;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    column-gap: 0.5em;
    text-transform: uppercase;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}

.card.mt-5.EditSearch {
    border-radius: 23px;
}

.EditSearch__dal, .row.EditSearch__al {
    text-transform: uppercase;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
    padding-top: 1em;
}

.row.EditSearch__al {
    border-bottom: 0;
}

.EditSearch .card-body {
    /* padding: 0 0; */
}

.EditSearch input.form-control {
    /* border: 0; */
    /* border: 1px solid #ced4da; */
}

button.btn.btn-primary.EditSearch__cta {
    border-radius: 25px;
    background: #ffffff;
    border: 3px solid #000;
    box-shadow: 2px 3px 0px #191414;
    color: black;
    font-size: 26px;
    border-radius: 25px;
    background: #78f1b0;
    border: 2px solid #000;
    box-shadow: 2px 3px 0px #191414;
    color: black;
    font-size: 26px;
    width: auto;
    padding: 0.875rem 0.75rem;
}

p.search__terms {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 1.7em;
    text-align: left;
    color: #000;
}

p.search__terms span {
    color: #000000;
    display: inline;
    font-weight: 500;
    font-size: 1em;
}

/*     ./edit search mobile*/
/*      result card mobile */
.card.mt-5.ResultCard {
    border-radius: 24px;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 10px 7px 0px #78f1b0;
    /* width: 56vw; */
}

.card.mt-5.ResultCard.soldout {
    box-shadow: 10px 7px 0px #f44336;
}

.resultCard__cta {
    border-radius: 23px;
    background: #78f1b0;
    border: 2px solid #000;
    box-shadow: 2px 3px 0px #191414;
    color: black;
    font-size: 26px;
    width: 69vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    padding: 0.375rem 1.15rem;
}

.resultCard__cta.soldout{
    background: #f44336;
    cursor: default;
}

.resultCard__cta:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}

.ResultCard__title {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 37px;
    /* text-align: center; */
    color: #000;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    margin-bottom: 14px;
}

.ResultCard__benefit {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    column-gap: 7px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #000;
    padding-bottom: 0.4em;
}

.card-body.ResultCard__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.card-body.ResultCard__body.soldout{
    border-radius: 20px;
    background: #858585;
}

.ResultCard__overview {
    display: flex;
    flex-direction: column;
}

.ResultCard__ctaCont {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 16px;
}

.ResultCard__totalPrice {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 61px;
    text-align: center;
    color: #000;
    line-height: 1.3;
}

.ResultCard__ctaMicrocopy {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 21px;
    text-align: left;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: -1px;
    border-radius: 22.5px;
    background: #191414;
    /* border: 1px solid #707070; */
    padding: 0.35em 0.6em;
}

.ResultCard__tarifName {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.ResultCard p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.ResultCard__ctaWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 19vw; */
}
.ResultCard__top_title {
        font-size: 1.3em;
        font-weight: 600;
        color: #000000;
}
.ResultCard__parking_specs{
    display: flex;
    justify-content: space-between;
}
.ResultCard__top_title.poi {
    justify-content: start;
}
.ResultCard__top_title.km {
    justify-content: end;
}


/*    end result card mobile */
@media screen and (min-width: 768px) {
    /*    edit search desktop */ .EditSearch {
        border-radius: 24px;
        background: #fff;
        border: 2px solid #000;
        /* box-shadow: 9px 11px 0px #78f1b0; */
        display: flex;
        width: 360px;
        margin-top: 4rem;
    }

    .EditSearch i.las.las-map-marker {
        color: black;
        font-size: 30px;
    }

    .EditSearch .card-header {
        font-weight: 900;
        font-size: 23px;
        text-align: left;
        color: #000;
        display: flex;
        align-content: center;
        flex-direction: row;
        align-items: center;
        column-gap: 0.5em;
        text-transform: uppercase;
    }

    .EditSearch__dal, .row.EditSearch__al {
        text-transform: uppercase;
        border-bottom: 2px solid #717171;
    }

    .row.EditSearch__al {
        border-bottom: 0;
    }

    .EditSearch .card-body {
        padding: 2vh 2em;
    }

    .EditSearch input.form-control {
        /* border: 0; */
    }

    button.btn.btn-primary.EditSearch__cta {
        border-radius: 25px;
        background: #ffffff;
        border: 3px solid #000;
        box-shadow: 2px 3px 0px #191414;
        color: black;
        font-size: 26px;
        width: 70%;
        margin: 0 auto;
        margin-top: 2vh;
        margin-bottom: 2vh;
        border-radius: 23px;
        background: #78f1b0;
        border: 2px solid #000;
        box-shadow: 2px 3px 0px #191414;
        color: black;
        font-size: 23.6px;
        width: 100%;
        padding: 0.775rem 0.75rem;
    }

    .card.mt-5.ResultCard {
        border-radius: 24px;
        background: #fff;
        border: 3px solid #000;
        box-shadow: 10px 7px 0px #78f1b0;
        min-width: 53vw;
    }
    .card.mt-5.ResultCard.soldout{
        box-shadow: 10px 7px 0px #f44336;
    }

    .resultCard__cta {
        border-radius: 23px;
        background: #78f1b0;
        border: 2px solid #000;
        box-shadow: 2px 3px 0px #191414;
        color: black;
        font-size: 26px;
        width: auto;
    }

    .resultCard__cta.soldout {
         background: #f44336;
         cursor: default;
    }

    .ResultCard__title {
        font-family: "Source Sans Pro";
        font-weight: bold;
        font-size: 37px;
        /* text-align: center; */
        color: #000;
    }

    .card-body.ResultCard__body {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        /* width: 50vw; */
        align-content: center;
        padding: 0;
    }

    .card-body.ResultCard__body.soldout {
        border-radius: 20px;
        background: #858585;
    }

    .ResultCard__overview {
        display: flex;
        flex-direction: column;
        padding-top: 1em;
        padding-left: 1em;
        padding-bottom: 1em;
    }

    .ResultCard__ctaCont {
        display: flex;
        flex-direction: column;
        /* min-height: 38vh; */
        text-align: center;
        border-left: 2px solid black;
        /* margin-left: 2vw; */
        align-content: center;
        justify-content: center;
        align-items: center;
        min-width: 18vw;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .ResultCard__totalPrice {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 73px;
        text-align: center;
        color: #000;
        line-height: 1.3;
    }

    .ResultCard__ctaMicrocopy {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 21px;
        text-align: left;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 8.1px;
        border-radius: 22.5px;
        background: #191414;
        border: 1px solid #000000;
        padding: 0.35em 0.6em;
    }

    .ResultCard__tarifName {
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 20px;
        text-align: left;
        color: #000;
    }

    .ResultCard p {
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 20px;
        text-align: left;
        color: #000;
    }

    .ResultCard__ctaWrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
    }

    /*     end result card dektop */
}

/* yourReservation */
.card.yourReservation {
    font-family: 'Source Sans Pro';
}

.card.yourReservation h4 {
    padding-top: 2vh;
    padding-bottom: 1.1vh;
}

.card.yourReservation label {
    color: BLACK;
    margin-bottom: 0.3vh;
}

.card.yourReservation input.form-control {
    height: 5vh;
    margin-bottom: 20px;
    border: 1px solid black;
    border-radius: 7px;
}

input[type="date"] {
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation:portrait) {
    .banner-area {
        padding-bottom: 0;
    }

    .banner-single-content, .bg-image {
        height: 50vh;
        display: flex;
        justify-content: center;
    }
}

/* ipad */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .banner-area {
        padding-bottom: 0;
    }

    .banner-single-content, .bg-image {
        height: 94vh;
        display: flex;
        justify-content: center;
    }

    .funziona__wrap:nth-of-type(1) .path {
        left: 40%;
        /* width: 12vw; */
        display: block;
        bottom: 0;
    }

    .funziona__wrap:nth-of-type(2) .path {
        right: 26%;
        /* width: 22vw; */
        top: auto;
        display: block;
        bottom: 0;
    }

    .funziona__wrap:nth-of-type(3) .path {
        left: 47%;
        width: 59%;
        bottom: 0;
        display: block;
    }
}

/* Airport mobile */
.airport__hero .hero__left h1 {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 70px;
    text-align: left;
    color: #000;
    line-height: 1.2;
    margin-top: 3vh;
    margin-bottom: 4vh;
}

.airport__hero .hero__left h2 {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    margin-bottom: 3vh;
}

section.airport__hero {
    margin-bottom: 7vh;
}

.airport__cta a {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 31px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    column-gap: 9px;
}

.hero__left {
    /* height: 90vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hero__right {
    /* height: 100vh; */
    position: relative;
    margin-top: 30px;
}

.hero__right .img1 {
    height: auto;
    width: 650px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 20vw;
    height: auto;
    border-radius: 37px;
}

.hero__right .img2 {
    width: 100%;
    height: auto;
    border-radius: 37px;
}

.hero__right .img3 {
    width: 701px;
    height: 433px;
    border-radius: 56px;
    width: 36vw;
    height: auto;
    border-radius: 56px;
    position: absolute;
    bottom: -8%;
    left: -10%;
}

.airport__cta .arrow-down img {
    height: 68px;
}

.airport__cta {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.airport__p1 {
    margin-top: 10vh;
}

.airport__p1 h2 {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    color: #000;
    line-height: 1.3;
}

.airport__p2 {
    margin-top: 6vh;
}

.airport__p2 h3 {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    font-style: italic;
}

.airport__p3 {
    margin-top: 6vh;
}

.airport__p3 h3 {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: #000;
    line-height: 1.3;
}

.airport__p4 {
    margin-top: 6vh;
}

.airport__p4 h1 {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 3vh;
}

.airport__body {
    position: relative;
}

.airport__body .forma {
    position: absolute;
    z-index: -1;
    display: flex;
}

.airport__body .forma:nth-of-type(1) {
    top: 1%;
    width: 74%;
    height: auto;
    left: -12%;
}

.airport__body .forma:nth-of-type(2) {
    top: 51%;
    right: -30%;
}

.airport__body .forma:nth-of-type(3) {
    top: 33%;
    left: -31%;
    width: 46%;
}

.airport__body .forma:nth-of-type(4) {
    bottom: 10%;
    left: 79%;
    width: 80%;
}

/* ancora dei dubbi ? */
.CtaDoubt {
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.CtaDoubt__ctaWrap {
    margin-top: 22px;
}

.CtaDoubt__mc {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 39px;
    line-height: 90px;
    /* text-align: left; */
    color: #000;
    position: relative;
    top: 29px;
}

.CtaDoubt__mc2 {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 49px;
    text-align: center;
    color: #000;
    position: relative;
}

.ctaDoubt__btn {
    font-size: 31px;
    font-weight: 500;
    font-family: var(--body-font);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    padding: 13px 35px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #78f1b0;
    color: #fff;
    border-radius: 30px;
    color: black;
    border: 2px solid #000;
    box-shadow: 1px 3px 0px #191919;
}

/* end ancora dei dubbi ? */
/* airport desktop */
@media screen and (min-width: 768px) {
    .airport__hero .hero__left h1 {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 70px;
        text-align: left;
        color: #000;
        line-height: 1.2;
        margin: 0;
    }

    .airport__hero .hero__left h2 {
        font-family: "Source Sans Pro";
        font-weight: 400;
        font-size: 1.2em;
        text-align: left;
        color: #000;
        line-height: 1.3;
        margin: 0;
    }

    section.airport__hero {
        margin-bottom: 7vh;
    }

    .airport__cta a {
        font-family: "Source Sans Pro";
        font-weight: 600;
        font-size: 31px;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        column-gap: 9px;
    }

    .hero__left {
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero__right {
        height: 100vh;
        position: relative;
        margin-top: 30px;
    }

    .contact__heroR {
        height: calc(100vh - 90px);
    }

    .hero__right .img1 {
        height: auto;
        width: 271px;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: -1;
        /* width: 20vw; */
        /* height: auto; */
        border-radius: 37px;
    }

    .hero__right .img2 {
        width: 332px;
        height: 350px;
        border-radius: 56px;
        position: absolute;
        right: 0;
        top: 20%;
        /* width: 20vw; */
        height: auto;
        border-radius: 37px;
    }

    .hero__right .img3 {
        max-width: 501px;
        height: 433px;
        border-radius: 56px;
        /* width: 36vw; */
        height: auto;
        border-radius: 56px;
        position: relative;
        bottom: -58%;
        left: -10%;
    }

    .airport__cta .arrow-down img {
        height: 68px;
    }

    .airport__cta {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }

    .airport__p1 {
        margin-top: 16vh;
    }

    .airport__p1 h2 {
        font-family: "Source Sans Pro";
        font-weight: 400;
        font-size: 32px;
        text-align: left;
        color: #000;
        line-height: 1.3;
    }

    .airport__p2 {
        margin-top: 12vh;
    }

    .airport__p2 h3 {
        font-family: "Source Sans Pro";
        font-weight: 700;
        font-size: 32px;
        text-align: left;
        color: #000;
        line-height: 1.3;
        font-style: italic;
    }

    .airport__p3 {
        margin-top: 13vh;
    }

    .airport__p3 h3 {
        font-family: "Source Sans Pro";
        font-weight: 600;
        font-size: 32px;
        text-align: left;
        color: #000;
        line-height: 1.3;
    }

    .airport__p4 {
        margin-top: 13vh;
    }

    .airport__p4 h1 {
        font-family: "Source Sans Pro";
        font-weight: 400;
        font-size: 42px;
        text-align: left;
        color: #000;
        margin-bottom: 3vh;
    }

    .airport__body {
        position: relative;
    }

    .airport__body .forma {
        position: absolute;
        z-index: -1;
        display: flex;
    }

    .airport__body .forma:nth-of-type(1) {
        top: -4%;
        width: 30%;
        height: auto;
        left: -12%;
    }

    .airport__body .forma:nth-of-type(2) {
        top: 28%;
        right: 20%;
    }

    .airport__body .forma:nth-of-type(3) {
        top: 63%;
        left: -35%;
        width: 44%;
    }

    .airport__body .forma:nth-of-type(4) {
        bottom: -15%;
        left: 84%;
        width: 40%;
    }

    /* ancora dei dubbi ? */
    .CtaDoubt {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    .CtaDoubt__ctaWrap {
        margin-top: 22px;
    }

    .CtaDoubt__mc {
        font-family: "Source Sans Pro";
        font-weight: normal;
        font-size: 45px;
        line-height: 90px;
        /* text-align: left; */
        color: #000;
        position: relative;
        top: 18px;
    }

    .CtaDoubt__mc2 {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 67px;
        text-align: center;
        color: #000;
        position: relative;
    }

    .ctaDoubt__btn {
        font-size: 31px;
        font-weight: 500;
        font-family: var(--body-font);
        display: inline-block;
        text-align: center;
        cursor: pointer;
        line-height: 34px;
        padding: 13px 35px;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background: #78f1b0;
        color: #fff;
        border-radius: 30px;
        color: black;
        border: 2px solid #000;
        box-shadow: 1px 3px 0px #191919;
    }
}

/* contattaci mobile */
.contattaci__hero .hero__left h1 {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 70px;
    text-align: left;
    color: #000;
    line-height: 1.2;
    margin-top: 3vh;
    margin-bottom: 4vh;
}

.contattaci__hero .hero__left h2 {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    margin-bottom: 3vh;
}

section.contattaci__hero {
    margin-bottom: 7vh;
}

.contattaci__forma {
    height: 30vh;
    position: absolute;
    z-index: -1;
    top: 20%;
    left: -20%;
}

.contattaciForm {
    background: #78f1b0;
    padding: 3em 2.1em 0.2em 2.1em;
    border-radius: 20px;
    max-width: 370px;
    border-radius: 58px;
    background: #78f1b0;
    border: 2px solid #000;
}

.contattaciForm label.form-label {
    font-size: 1.1em;
}

.contattaciForm .form-control {
    border-radius: 23px;
    background: #fff;
    border: 1px solid #000;
}

.contattaciForm textarea#body {
    border-radius: 23px;
    background: #fff;
    border: 1px solid #000;
    height: auto;
}

a.btnDP {
    background: white;
    border-radius: 45px;
    background: #fff;
    border: 2px solid #000;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* column-gap: 16px; */
    padding-left: 11px;
    padding-right: 15px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2vh;
    border-radius: 76px;
    background: #fff;
    border: 1px solid #707070;
    max-width: 378px;
}

a.btnDP .icon-left img {
    height: 90px;
}

span.btnDP__body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    padding-left: 15px;
    justify-content: space-between;
}

.infos {
    margin-top: 5vh;
}

.infos h2 {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 4em;
    text-align: left;
    color: #000;
}

.infos p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
    color: #000;
    line-height: 1.3;
}

iframe.mappah {
    border-radius: 83px;
    /* background: url(...); */
    border: 1px solid #707070;
}

/* contattaci dektop */
#cart {
    display: block;
    border: 2px solid black;
}

#cart .card-header {
    font-size: 1.2em;
}

#cart .card-body {
    padding-bottom: 0.6em;
}

#cart .card-body .price__total {
    padding-bottom: 0.6em;
}

#cart .card-body .price__total .reservation__label {
    padding-top: 0;
}

#cart .card-body .price__total .reservation__value {
    font-size: 1.9em;
}

#cart .card-body .price__discount {
/*    padding-bottom: 0.6em;*/
}

#cart .card-body .price__discount .discount__label {
    padding-top: 0;
}

#cart .card-body .price__discount .discount__value {
    font-size: 1.1em;
}
.btn-apply-discount{
    color: #000000;
    background: #78f1b0;
    border: 1px solid #000000;
}
.btn-apply-discount:hover{
    color: #000000;
    background: #78f1b0;
    border: 1px solid #000000;
}
.btn-apply-discount:active{
    color: #000000;
    background: #78f1b0;
    border: 1px solid #000000;
}
.btn-apply-discount:focus{
    color: #000000;
    background: #78f1b0;
    border: 1px solid #000000;
}
#quote-discount{
    text-decoration: line-through;
}

#cart .btn-success {
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid black;
    padding: 0.8em 2em;
    font-size: 1.2em;
    font-weight: 500;
}

.fixedCart {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 0em 2em 0.6em;
    ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§: space-between; align-items: center;
    align-content: center;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    box-shadow: 1px -1px 0px 1px #78f1b0;
    border: 1px solid black;
}

.fixedCart .fixedCart__left {
    width: 70%;
}

.fixedCart .fixedCart__left .reservation__label {
    font-size: 1.5em;
    color: black;
}

.fixedCart .fixedCart__left .fixedCart__interval {
    font-size: 0.9em;
    color: #555;
}

.fixedCart .price {
    width: 30%;
    font-size: 1.9em;
    display: flex;
    justify-content: center;
    color: black;
    font-weight: 600;
}

.fixedCart .btn__container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixedCart .btn__container .btn-success {
    width: 100%;
    max-width: 200px;
}

@media screen and (min-width: 768px) {
    div#cart {
        /* height: auto !important; */ width: 356px !important;
        /* top: 40px !important; */
    }

    .yourReservation {
        margin-right: 4em;
    }

    .contattaci__hero .hero__left h1 {
        font-family: "Source Sans Pro";
        font-weight: 900;
        font-size: 4.5em;
        text-align: left;
        color: #000;
        line-height: 1.2;
        margin: 0;
    }

    .contattaci__hero .hero__left h2 {
        font-family: "Source Sans Pro";
        font-weight: 400;
        font-size: 1.4em;
        text-align: left;
        color: #000;
        line-height: 1.3;
        margin: 0;
    }

    section.contattaci__hero {
        margin-bottom: 7vh;
    }
}

@media screen and (min-width: 768px) {
    .fixedCart {
        display: none;
    }
}

/* @reservation form mobile*/
.card-body__reservation {
    padding-top: 0;
}

.reservation__label {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.9em;
    padding-top: 1em;
}
.discount__label {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 1em;
}
.reservation__mc {
    margin-top: 2vh;
}

.reservation__group {
    border-bottom: 1px solid rgb(235, 235, 235);
    padding-bottom: 1em;
    padding-top: 0;
}

.reservation__group:last-of-type {
    border-bottom: 0 !important;
}

.reservation__value {
    color: rgb(113, 113, 113);
    font-weight: 500;
    font-size: 1.2em;
}

.price__details_parking {
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
    border-bottom: 1px dotted #a2a2a2;
}

.price__details {
    border-bottom: 1px solid rgb(235, 235, 235) !important;
}

.price__details ul {
    padding-left: 0;
}

.price__details ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.priceDetails__light {
    font-weight: 500;
    font-size: 1em;
}

.priceDetails__right {
    color: #717171;
    font-size: 1.2em;
}

.price__total {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    align-content: center;
    align-items: center;
}

.price__total .reservation__label, .price__total .reservation__value {
    color: var(--bs-dark);
    font-weight: 700;
}

.price__discount {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    align-content: center;
    align-items: center;
}

.price__discount .discount__label, .price__discount .discount__value {
    color: var(--bs-dark);
    font-weight: 700;
}

a.btn.btn-cancel {
    border: 1px solid #787878;
}

/* marquee mobile*/
.page-marquee {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    /* margin-bottom: 8vh; */
}

.page__marquee__title {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 2em;
}

.page__marquee__title h1 {
    /* margin-left: 0.7em; */
    font-size: 2em;
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    color: #000;
}

.page__marquee__title a img {
    height: 2em;
}

.page__marquee__title p {
    /* width: 669px; */
    /* height: 72px; */
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #717171;
}

/* check-card */
.reservation__value.check-card {
    border: 1px solid;
    border-radius: 23px;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    display: grid;
    flex-direction: row;
    align-content: center;
}

.reservation__value.check-card .form-check {
    display: grid;
    align-content: center;
    align-items: center;
    flex-direction: row;
    grid-template-columns: auto 92%;
    column-gap: 1.2em;
    padding-left: 0;
}

.reservation__value.check-card label.form-check-label {
    /* display: flex; */
    /* flex-direction: column; */
    align-content: flex-start;
    padding-right: 0.8em;
}

.reservation__value.check-card .form-check-input[type=checkbox] {
    /*     background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e); */
    box-shadow: 1.4px 1.1px 0px black;
    background-color: #ffffff;
    border-color: #000000;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
    /* width: 100px; */
    /* height: 100px; */
}

label.reservation__value.check-card.checkedBoy {
    border: 1px solid #191414;
    box-shadow: 5px 5px 0px 0px #78f1b0;
    background: #78f1b01c;
}

.reservation__value.check-card .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    box-shadow: 1.4px 1.1px 0px black;
    background-color: #78f1b0;
    border-color: #000000;
    font-size: 1.8em;
}

/* reservation card */
.reservationCard {
    border-radius: 24px;
    background: aliceblue;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #717171;
}

.reservation__header {
    border-radius: 23px 23px 0px 0px;
    background: #78f1b0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
}

.reservationCard .btn-primary {
    border-radius: 24px;
    background: #000;
    border: 3px solid #191414;
    padding: 16px 0;
    font-size: 1.4em;
    width: 100%;
}

.reservation__range .reservation__label {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.reservation__range .reservation__value {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    color: #000;
}

.reservation__range .reservation__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reservation__range {
    border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;
    padding-top: 1em;
}

.reservation__header .reservation__label {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: #000;
    margin-right: 0.5em;
}

.reservation__header .badge {
    font-size: 1.2em;
}

.reservation__status {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 0.5em;
    padding: 1em 0;
}

.reservation__status .reservation__label {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.reservation__status .bg-success {
    background-color: var(--bs-teal) !important;
}

.reservation__tot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 1em 2em;
}

.reservation__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 1em;
    padding: 1em 2em;
    padding-top: 0;
}

.tarif__name {
    font-weight: 600;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    color: var(--main-color-one);
}

/* radioCard */
.card-radio {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
    width: 100%;
    padding: 1em;
    border: 1px solid #dee2e6;
    border-radius: 23px;
    display: flex;
}

.card-radio:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
        width: 100%;
        /* position: relative; */
    }

    .radio::after {
        /* border: 1px solid red; */
        border-top: 0;
        border-left: 0;
        content: "";
        display: block;
        height: 0.75rem;
        right: 2em;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 20px;
        background: aquamarine;
        height: 20px;
        border-radius: 50%;
    }

    .radio:checked {
        background: black;
        border-color: black;
        height: 40px;
        width: 30px;
        position: relative;
        /* width: 100%; */
        z-index: 999999999;
        position: absolute;
        right: 1em;
    }

    .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

    .card:hover .radio:checked {
        border-color: var(--color-green);
    }
}

.plan-details {
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    transition: border-color 0.2s ease-out;
}

.card-radio:hover .plan-details {
    border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
    border-color: var(--color-green);
}

.radio:focus ~ .plan-details {
    box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
    color: var(--color-dark-gray);
}

.card-radio:hover .radio:disabled ~ .plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.card-radio:hover .radio:disabled {
    border-color: var(--color-gray);
}

.plan-type {
    color: var(--color-green);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}

.plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.slash {
    font-weight: normal;
}

.plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.radioCard__wrap {
}

.row.radioCard {
    display: flex;
    row-gap: 1em;
    padding-top: 0em;
    padding-bottom: 3em;
}

.from-date:disabled, .from-date[readonly], .to-date:disabled, .to-date[readonly] {
    background-color: #fff;
    opacity: 1;
}

.datepicker td,th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}
@media only screen and (max-width: 3200px) and (min-width: 500px)  {
    .datepicker td,th {
        min-width: 53px;
        min-height: 48px;
        height: 48px;
        width: 53px;
    }
}
@media only screen and (max-width: 520px) and (min-width: 373px)  {
    .datepicker td,th {
        padding: 5px 8px;
    }
}
@media only screen and (max-width: 371px) and (min-width: 100px)  {
    .datepicker td,th {
        padding: 3px 5px;
    }
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #78f1b0;
    color: #000000;
    font-weight: bold;
    text-shadow: 0 0 black;
    border-radius: 10px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none;
}

/* radio card */
.top-text-wrapper {
    margin: 20px 0 30px 0;
}

.top-text-wrapper h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.top-text-wrapper code {
    font-size: 0.85em;
    background: linear-gradient(90deg, #fce3ec, #ffe8cc);
    color: #ff2200;
    padding: 0.1rem 0.3rem 0.2rem;
    border-radius: 0.2rem;
}

.tab-section-wrapper {
    padding: 30px 0;
}

.grid-wrapper {
    display: grid;
    grid-gap: 30px;
    place-items: center;
    place-content: center;
}

.grid-col-auto {
    grid-auto-flow: column;
    grid-template-rows: auto;
}

.radioCard__price {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}

.radioCard__price .CardCurrency {
    color: #198754;
}

.radioCard__price .plus {
    color: #6c757d;
    padding-right: 4px;
}

/* ******************* Main Styeles : Radio Card */
label.radio-card {
    cursor: pointer;
    width: 100%;
}

label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 24px;
    /* max-width: 280px; */
    /* min-height: 200px; */
    padding: 15px;
    /* display: grid; */
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    border: 1px solid #999;
}

label.radio-card .check-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: solid 2.3px #191414;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}

label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}

label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label.radio-card input[type=radio]:checked+.card-content-wrapper {
    /* box-shadow: 0 2px 4px 0 rgb(219 215 215 / 50%), 0 0 0 2px #191414; */
    border: 1px solid #191414;
    box-shadow: 5px 5px 0px 0px #78f1b0;
    background: #f1fdf7;
}

label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon {
    background: #78f1b0;
    border-color: #191414;
    transform: scale(1.6);
    border: 1px solid;
    box-shadow: 1.4px 1.1px 0px black;
}

label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

label.radio-card input[type=radio]:focus+.card-content-wrapper .check-icon {
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: #3056d5;
}

label.radio-card .card-content img {
    margin-bottom: 10px;
}

label.radio-card .card-content h4 {
    margin-top: 1em;
    font-size: 1.6em;
    letter-spacing: -0.24px;
    /* text-align: center; */
    color: #191414;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

label.radio-card .card-content h5 {
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    color: #686d73;
    margin-top: 0.6em;
}

/* @end radiocard */
.serviceName {
    font-weight: 600;
    color: black;
    font-size: 1.2em;
    text-transform: uppercase;
}

.serviceDesc {
    font-size: 0.8em;
}

span.check-card__price {
    font-size: 1.3em;
    color: #198754;
    font-weight: 600;
}

/* spinner number */
.c-spinner__input, .c-spinner__button {
    border: 0;
}

.c-spinner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px solid #999;
    border-radius: 123px;
    padding: 5px 12px;
    width: 210px;
}

.c-spinner__input {
    padding: 0 0.25em;
}

.c-spinner__button {
    padding: 0;
    transition: 0.2s;
    background-color: #78f1b0;
    border-radius: 50%;
    width: 5em;
    /* height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* box-shadow: 3px 3px 0px black; */
    font-size: 2.7em;
    border: 1px solid #191414 !important;
}

.c-spinner__button--decrement:hover, .c-spinner__button--decrement:focus {
    background-color: #ffffff;
    color: black;
    border: 2px solid;
}

.c-spinner__button--increment:hover, .c-spinner__button--increment:focus {
    background-color: #1f9d55;
}

[class*=c-spinner__] + [class*=c-spinner__] {
    border-left: inherit;
}

input#spinner-neutral:read-only {
    background: white;
    text-align: center;
    border: 0;
    height: auto;
    font-size: 2em;
    min-width: 3em;
    box-shadow: none;
}
.datepicker table tr td.closed-day, .datepicker table tr td.closed-day:hover{
    background: #ffc680 !important;
    color: #000 !important;
    cursor: not-allowed !important;
}
.datepicker table tr td.full-day, .datepicker table tr td.full-day:hover{
    background: #ff8080 !important;
    color: #000 !important;
    cursor: not-allowed !important;
}

.datepicker table tr td.closed-day:after {
    position: relative;
    top: 0;
    left: 0;
    content: 'CLOSE';
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.datepicker table tr td.full-day:after {
    position: relative;
    top: 0;
    left: 0;
    content: 'FULL';
    display: block;
    font-size: 10px;
    font-weight: bold;
}
/* @end spinnner number */
button.swal2-confirm.swal2-styled {
    background: #c6ffe0;
    color: black;
    border: 1px solid black;
}
button.swal2-deny.swal2-styled {
    background: #efefef;
    border: 1px solid black;
    color: black;
}
.swal2-html-container h3.penalty {
    color:rgb(255 98 98);
}
.swal2-html-container h3.refund {
    color:rgb(0 175 78);
}