/**
* Template Name: Sailor - v4.7.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --theme-background--: #93268F;
    --theme--: #7B53F1;
    --theme-v2--: #470A9A;
    --theme-title--: #38FFE7;
    --text-color--: #444444;
}

::-ms-reveal {
    display: none;
}

body {
    font-family: "Roboto", sans-serif;
    color: #444444;
    background: #FAFAFA;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: initial;
}

    a:hover {
        color: initial;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--theme--) !important;
    box-shadow: unset !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 58px !important;
}

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        line-height: 2.8 !important;
    }

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom-left-radius: .25em !important;
    border-bottom-right-radius: .25em !important;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: unset;
}

.form-control {
    height: 58px;
    color: var(--text-color--);
    border-radius: 6px;
}

    .form-control:focus {
        box-shadow: unset;
        border-color: var(--theme-background--);
    }

    .form-control.custom-dropdown-read:disabled, .form-control.custom-dropdown-read[readonly] {
        background-color: transparent;
        cursor: pointer;
    }

    .form-control.custom-modal-read:disabled, .form-control.custom-modal-read[readonly] {
        background-color: transparent;
        cursor: pointer;
    }

.btn-close:focus {
    box-shadow: unset;
}

.form-floating > label {
    color: #AAAAAA;
}

textarea {
    resize: none;
}

    textarea.form-control {
        min-height: calc(1.5em + 0.75rem + 2px);
        height: 222px;
    }

.btn:hover {
    color: initial;
}

.bx {
    vertical-align: middle;
}

.modal-content {
    border-radius: .75rem;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    /*background-color: rgb(255,255,255,0.75);*/
    background-color: rgb(68, 68, 68, 0.75);
}

#preloader .loader {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn__shared {
    background: var(--theme-background--);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    height: 50px;
    width: 140px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Custom Modal
--------------------------------------------------------------*/
.btn-modal {
    background: var(--theme-background--);
    color: #FFFFFF;
    width: 180px;
    height: 46px;
    padding: .575rem .75rem
}

    .btn-modal:hover {
        color: #FFFFFF;
    }

.btn-danger {
    color: #FFFFFF;
    width: 180px;
    height: 46px;
}

    .btn-danger:hover {
        background-color: #dc3545;
        border-color: #dc3545;
        color: #FFFFFF;
    }

/*--------------------------------------------------------------
# Flatpikr
--------------------------------------------------------------*/
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--theme-background--);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--theme-background--);
}

/*--------------------------------------------------------------
# Complete Sign Up
--------------------------------------------------------------*/
#completesignup {
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 410px);
}

    #completesignup .complete-signup-container {
        padding: 6rem 0;
    }

    #completesignup .btn-submit {
        color: #FFFFFF;
        background: var(--theme-background--);
        height: 50px;
        width: 183px;
    }

    #completesignup .password-show {
        position: absolute;
        top: .3rem;
        right: .5rem;
    }

/*--------------------------------------------------------------
# Custom DropDown
--------------------------------------------------------------*/
.custom-dropdown {
    color: var(--text-color--);
    position: relative;
}

    .custom-dropdown ul {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
        min-width: 235px;
        margin-top: .3rem;
        width: 100%;
        box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: absolute;
        overflow-y: auto;
        padding-bottom: 1rem;
        max-height: 300px;
        z-index: 1080;
    }

        /* width */
        .custom-dropdown ul::-webkit-scrollbar {
            width: 14px;
        }

        /* Track */
        .custom-dropdown ul::-webkit-scrollbar-track {
            border-radius: 12px;
        }

        /* Handle */
        .custom-dropdown ul::-webkit-scrollbar-thumb {
            background: #AAAAAA;
            border-radius: 12px;
            border: 4px solid rgba(0, 0, 0, 0);
            background-clip: padding-box;
        }

            /* Handle on hover */
            .custom-dropdown ul::-webkit-scrollbar-thumb:hover {
                background: #AAAAAA;
                border-radius: 12px;
                border: 4px solid rgba(0, 0, 0, 0);
                background-clip: padding-box;
            }

        .custom-dropdown ul::-webkit-scrollbar-track-piece:end {
            background: transparent;
            margin-bottom: 1rem;
        }

        .custom-dropdown ul::-webkit-scrollbar-track-piece:start {
            background: transparent;
            margin-top: 1rem;
        }

        .custom-dropdown ul > li.level1 {
            font-weight: 500;
            color: var(--text-color--);
            padding: .5rem 1rem;
            letter-spacing: .15px;
        }

        .custom-dropdown ul > li.level2 {
            font-weight: 300;
            color: var(--text-color--);
            padding: .5rem 1rem;
            letter-spacing: .15px;
        }

        .custom-dropdown ul > li.level3 {
            font-weight: 300;
            color: var(--text-color--);
            padding: .3rem 1.5rem .3rem;
            letter-spacing: .15px;
        }

            .custom-dropdown ul > li.level3 .bxs-square {
                color: var(--theme-background--);
                font-size: .8em;
                margin-right: .5rem;
            }

            .custom-dropdown ul > li.level1:hover,
            .custom-dropdown ul > li.level2:hover,
            .custom-dropdown ul > li.level3:hover,
            .custom-dropdown ul > li.level3:hover .bxs-square {
                background: var(--theme-background--);
                color: white;
                cursor: pointer;
                transition: .5s;
            }

.navbar-mobile .signin {
    background: none !important;
    color: #556270 !important;
    margin-left: 0px !important;
    padding: 10px 20px !important;
}


/*--------------------------------------------------------------
# Sport Category Modal
--------------------------------------------------------------*/
.custom-modal .modal-body .box-category {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 140px;
    padding: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

    .custom-modal .modal-body .box-category:hover {
        border: 4px solid var(--theme-background--);
        cursor: pointer;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.custom-modal .modal-content {
    background-image: url(../img/categorybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.custom-modal .modal-header {
    border-bottom: unset;
    padding: 2rem 2rem 1rem;
}

.custom-modal .modal-body {
    padding: 1rem 2rem;
    overflow-y: auto;
}

.custom-modal .modal-title {
    color: var(--theme-background--);
    font-weight: 600;
}

.custom-modal .custom-modal-img {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 1rem;
    left: 1rem;
}

.custom-modal .input-img {
    position: relative;
}

/* width */
.custom-modal .modal-dialog-scrollable::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.custom-modal .modal-dialog-scrollable::-webkit-scrollbar-track {
    border-radius: 12px;
}

/* Handle */
.custom-modal .modal-dialog-scrollable::-webkit-scrollbar-thumb {
    background: #AAAAAA;
    border-radius: 12px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

    /* Handle on hover */
    .custom-modal .modal-dialog-scrollable::-webkit-scrollbar-thumb:hover {
        background: #AAAAAA;
        border-radius: 12px;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
    }

.custom-modal .modal-dialog-scrollable::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 1rem;
}

.custom-modal .modal-dialog-scrollable::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 1rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: var(--theme-background--);
        line-height: 0;
    }

    .back-to-top:hover {
        background-color: #FFFFFF;
        color: #FFFFFF;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
}

    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header.header-inner-pages {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #556270;
        }

/*#header .logo img {
            max-height: 40px;
        }*/

@media (max-width: 991.98px) {
    #header {
        padding: 20px 0;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        /* justify-content: space-between;*/
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #93268F;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a.auser {
            padding: 8px 15px;
        }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 1rem;
        }

    .navbar .active:before {
        content: '';
        background: #FFFFFF;
        width: 60%;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 20%;
    }

    /*        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #E9D5DA;
        }*/
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #93268F;
    }

    .navbar .signin, .navbar .signin:focus {
        background-color: transparent;
        margin-left: 30px;
        border-radius: 5px;
        font-weight: 600;
        color: #93268F;
        border: 1px solid #93268F;
    }

        .navbar .signin:hover, .navbar .signin:focus:hover {
            color: #fff;
            background: rgba(40, 43, 50, 1);
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        top: calc(100% + 30px);
        margin-top: .5rem;
        right: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        background: #FFFFFF;
        border: 1px solid var(--theme-background--);
        border-radius: 12px;
    }

        .navbar .dropdown ul li a {
            color: var(--theme-background--);
            font-size: 18px;
            font-weight: 600;
            justify-content: center;
        }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

    .navbar .dropdown {
        border: 1px solid #FFFFFF;
        border-radius: 25px;
    }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 400;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: initial;
            }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #93268F;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bx-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        /*overflow-y: auto;*/
        transition: 0.3s;
        border-radius: 12px;
        max-height: 245px;
        height: 155px;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 16px;
        color: #556270;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: var(--theme-background--);
            border-bottom: unset;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #d9232d;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    height: 100vh;
    background-image: url(../img/mobilebg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 6rem;
}

    #hero h1 {
        color: #fff;
        margin-bottom: 3rem;
        font-size: 20px;
        font-weight: 700;
    }

    #hero h2 {
        font-size: 20px;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    #hero h1 span {
        color: var(--theme-title--);
        font-size: 36px;
    }

    #hero p {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .booking {
        background: #FFFFFF;
        border-radius: 12px;
        padding: 2rem;
        width: 100%;
    }

        #hero .booking .btn-search {
            background: var(--theme-background--);
            box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: #FFFFFF;
            height: 50px;
            width: 140px;
            font-weight: 700;
        }

@media (min-width: 768px) {
    #hero {
        padding-top: 15rem;
    }
}

@media (min-width: 992px) {
    #hero {
        background-image: url(../img/bg_2024.svg);
    }

        #hero h1 {
            font-size: 36px;
        }

        #hero h2 {
            font-size: 28px;
            text-align: left;
        }

        #hero h1 span {
            font-size: 46px;
        }

        #hero .booking {
            width: 72.5%;
        }
}

@media (min-width: 1200px) {
    #hero h1 span {
        font-size: 52px;
    }

    #hero .booking {
        width: 69%;
    }
}

@media (min-width: 1400px) {
    #hero .booking {
        width: 66.3%;
    }
}

@media (min-width: 1920px) {
    #hero {
        padding-top: 17rem;
    }

        #hero .booking {
            width: 67.8%;
        }
}

@media (min-width: 2560px) {
    #hero {
        padding-top: 23rem;
    }

        #hero .booking {
            width: 75%;
        }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
#features {
    background-image: url(../img/bookingbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-position: center;
    color: #FFFFFF;
    z-index: -1;
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 6rem;
}

    #features:after {
        content: "";
        background: rgba(39, 15, 117, 0.9);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    #features h3 {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-weight: 600;
    }

    #features h1 {
        font-weight: 700;
        font-size: 28px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    #features p {
        font-weight: 400;
        font-size: 18px;
        margin-top: 2rem;
        margin-bottom: 3rem;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    #features .progress-box {
        background: var(--theme--);
        border-radius: 50%;
        width: 115px;
        height: 115px;
        padding: 1.8rem;
        border: 4px solid #FFFFFF;
        z-index: 1080;
        margin: 0 auto;
        position: relative;
    }

#keyfeatures {
    background-image: url(../img/keyfeaturesbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 105vh;
    position: relative;
    z-index: 99;
    padding-top: 4rem;
}

    #keyfeatures h1 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 3rem;
    }

    #keyfeatures .bxs-time-five {
        color: #FFFFFF;
    }

    #keyfeatures span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
    }

#businessdetail {
    background-image: url(../img/businessbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
    position: relative;
    margin-top: -28rem;
    padding-top: 32rem;
    padding-bottom: 6rem;
}

    #businessdetail h2 {
        text-align: center;
        color: var(--theme--);
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        font-weight: 600;
        font-size: 28px;
    }

    #businessdetail .form-detail {
        margin-top: 3rem;
        padding: 2rem 1rem 3rem;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    }

        #businessdetail .form-detail h2 {
            color: var(--text-color--);
            font-weight: 600;
            text-align: left;
            text-shadow: unset;
            margin-bottom: 3rem;
            font-size: 28px;
            text-align: center
        }

        #businessdetail .form-detail .form-control {
            max-width: 100%;
            border-radius: 6px;
        }

        #businessdetail .form-detail .btn-submit {
            width: 100%;
            height: 50px;
            border-radius: 12px;
            background: var(--theme--);
            color: #FFFFFF;
        }

@media (min-width: 768px) {
    #features {
        padding-top: 14rem;
        padding-bottom: 6rem;
    }

        #features h1 {
            font-size: 38px;
        }

        #features p {
            font-size: 21px;
        }

        #features .wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            position: relative;
            margin: 5rem auto;
        }

        #features hr {
            width: 485px;
            position: absolute;
            height: 2px;
            background-color: #FFFFFF;
            opacity: 1;
            top: 2.5rem;
        }

    #businessdetail .form-detail {
        padding: 2rem 6rem 3rem 6rem;
    }

        #businessdetail .form-detail .btn-submit {
            width: 300px;
        }

    #keyfeatures {
        background-image: url(../img/keyfeaturesbg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 105vh;
        position: relative;
        z-index: 99;
        padding-top: 8rem;
    }

        #keyfeatures h1 {
            font-size: 42px;
        }

    #businessdetail .form-detail h2 {
        text-align: left
    }

    #businessdetail .form-detail .form-control {
        max-width: 384px;
        border-radius: 6px;
    }
}

@media (min-width: 992px) {
    #businessdetail .form-detail {
        padding: 2rem 12rem 3rem 12rem;
    }

    #keyfeatures:before {
        content: "";
        background-image: url(../img/keyfeautresitem.svg);
        position: absolute;
        margin-top: 5rem;
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #features hr {
        width: 665px;
        position: absolute;
        height: 2px;
        background-color: #FFFFFF;
        opacity: 1;
        top: 2.5rem;
    }
}

@media (min-width: 1440px) {
    #features hr {
        width: 765px;
        position: absolute;
        height: 2px;
        background-color: #FFFFFF;
        opacity: 1;
        top: 2.5rem;
    }

    #keyfeatures {
        height: 125vh;
    }

        #keyfeatures:before {
            content: "";
            background-image: url(../img/keyfeautresitem.svg);
            position: absolute;
            top: 15rem;
            width: 100%;
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
}

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
#booking {
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    height: 100%;
    min-height: calc(100vh - 410px);
}

    #booking .booking-wrapper {
        background: #FFFFFF;
        width: 100%;
        height: 100%;
        padding: 3rem;
    }

        #booking .booking-wrapper .btn-search {
            background: var(--theme--);
            box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: #FFFFFF;
            height: 50px;
            width: 140px;
            font-weight: 700;
        }

    #booking .btn-mapview {
        width: 192px;
        height: 46px;
        background: var(--theme--);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFFFFF;
        padding: .575rem .75rem;
    }

    #booking .btn-filter {
        width: 192px;
        height: 46px;
        background: var(--theme--);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFFFFF;
        padding: .575rem .75rem;
    }

    #booking .btn-mapview .bx-map-alt, #booking .btn-mapview .bx-menu {
        vertical-align: middle;
        margin-right: 1rem;
    }

    #booking .btn-filter .bx-menu-alt-left {
        vertical-align: middle;
        margin-right: 1rem;
    }

    #booking .booking-list h6 {
        color: #AAAAAA;
        letter-spacing: .15px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
    }

    #booking .booking-list .card {
        width: 100%;
        border-radius: 12px;
    }

    #booking .booking-list .card-title {
        font-size: 18px;
        color: var(--theme--);
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    #booking .booking-list span.card-text {
        color: #777777;
        letter-spacing: .15px;
        font-family: "Roboto", sans-serif;
    }

    #booking .booking-list .card-img-top {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    #booking .booking-list span.price-label {
        width: 125px;
        height: 29px;
        background: var(--theme--);
        letter-spacing: .15px;
        color: #FFFFFF;
        position: absolute;
        left: 0;
        top: 1rem;
        font-family: "Roboto", sans-serif;
        padding: .2rem .3rem;
    }

    #booking .booking-list .btn-arrow {
        border-radius: 50%;
        background: #FFFFFF;
        width: 31px;
        height: 31px;
        box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: .15rem;
    }

    #booking .booking-list hr {
        border: 1px solid #CCCCCC;
    }

    #booking .booking-list .btn-book {
        background: var(--theme--);
        color: #FFFFFF;
        box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        width: 158px;
        height: 46px;
        padding: .575rem .75rem;
    }

    #booking .booking-list .sport-category-name {
        font-size: 12px;
        color: var(--text-color--);
        margin-top: .2rem;
        margin-bottom: .5rem;
    }

    #booking .booking-list .arrow-position {
        text-align: right;
        margin-right: 2.5rem;
    }

@media (min-width: 992px) {
    #booking {
        padding-top: 5rem;
    }

        #booking .booking-wrapper {
            height: 202px;
        }

            #booking .booking-wrapper .booking-search {
                width: 78%;
                margin: 0 auto;
            }

            #booking .booking-wrapper .btn-search {
                width: 140px;
            }
}

@media (max-width: 424px) {
    #booking .btn-mapview.map {
        margin-bottom: 1rem;
    }
}

/*--------------------------------------------------------------
# Map View
--------------------------------------------------------------*/
#booking .booking-map-list h6 {
    color: #AAAAAA;
    letter-spacing: .15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

#booking .booking-map-list .map-scrollable {
    overflow-y: auto;
    max-height: 600px;
}

#booking .booking-map-list .card {
    max-width: 100%;
    border-radius: 12px;
}

    #booking .booking-map-list .card:hover, #booking .booking-map-list .card.active {
        border: 5px solid var(--theme--);
        border-radius: 18px;
    }

#booking .booking-map-list .top {
    border-top-left-radius: 12px;
}

#booking .booking-map-list .bottom {
    border-bottom-left-radius: 12px;
}

/*.map-top {
    border-top-left-radius: 12px;
}

.map-bottom {
    border-bottom-left-radius: 12px;
}*/

.gm-style .gm-style-iw-c {
    max-width: 350px !important;
}

.map-img {
    max-width: 100% !important;
}

#booking .booking-map-list .card-title {
    font-size: 18px;
    color: var(--theme--);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

#booking .booking-map-list span.card-text {
    color: #777777;
    letter-spacing: .15px;
    font-family: "Roboto", sans-serif;
}

#booking .booking-map-list span.price {
    color: var(--text-color--);
    font-weight: 500;
    letter-spacing: .15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

#booking .booking-map-list .bx-dots-horizontal-rounded {
    vertical-align: middle;
}

#booking .booking-map-list hr {
    margin: 0;
    border: 1px solid #AAAAAA;
}

#booking .booking-map-list .btn-book {
    background: var(--theme--);
    color: #FFFFFF;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    width: 158px;
    height: 46px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* width */
#booking .booking-map-list .map-scrollable::-webkit-scrollbar {
    width: 14px;
}

/* Track */
#booking .booking-map-list .map-scrollable::-webkit-scrollbar-track {
    border-radius: 12px;
}

/* Handle */
#booking .booking-map-list .map-scrollable::-webkit-scrollbar-thumb {
    background: #AAAAAA;
    border-radius: 12px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

    /* Handle on hover */
    #booking .booking-map-list .map-scrollable::-webkit-scrollbar-thumb:hover {
        background: #AAAAAA;
        border-radius: 12px;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
    }

#booking .booking-map-list .map-scrollable::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 1rem;
}

#booking .booking-map-list .map-scrollable::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    #booking .booking-map-list .card {
        max-width: 456px;
        cursor: pointer;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg, .services .icon-box {
    background-color: #f8f9fa;
}

.section-title {
    padding-bottom: 40px;
}

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #aaaaaa;
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #e6636a;
            margin: 4px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        color: #556270;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 18px 0;
    background: #f8f9fa;
    min-height: 40px;
    margin-top: 80px;
}

    .breadcrumbs h2 {
        font-size: 32px;
        font-weight: 300;
        margin: 0;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6b7b8d;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs h2 {
            margin-bottom: 10px;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 10px 0 0 28px;
        position: relative;
    }

    .about .content ul i {
        left: 0;
        top: 7px;
        position: absolute;
        font-size: 20px;
        color: #d9232d;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Booking Detail
--------------------------------------------------------------*/
section#bookingdetail {
    padding: 0 0 60px;
}

#bookingdetail .branch-img {
    width: 100%;
    height: 290px;
    position: relative;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#courtplan .modal-header {
    border-bottom: unset;
}

#photo .modal-header {
    border-bottom: unset;
}

#operationhours .modal-header {
    border-bottom: unset;
}

#operationhours .week-text {
    font-weight: 500;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: var(--text-color--);
    letter-spacing: .15px;
}

#courtplan .modal-title {
    color: var(--theme-background--);
    font-weight: 700;
    letter-spacing: .15px;
}

#photo .modal-title {
    color: var(--theme-background--);
    font-weight: 700;
    letter-spacing: .15px;
}

#operationhours .modal-title {
    color: var(--theme-background--);
    font-weight: 700;
    letter-spacing: .15px;
}

#map .modal-title {
    color: var(--theme-background--);
    font-weight: 700;
    letter-spacing: .15px;
}

.modal-background {
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#bookingdetail .branch-img.no-img {
    background-image: url(../img/noimage.png);
}

#bookingdetail .detail-wrapper {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 2rem;
    margin-top: -5rem;
}

    #bookingdetail .detail-wrapper h3 {
        color: var(--theme-background--);
        letter-spacing: .15px;
        font-weight: 700;
    }

    #bookingdetail .detail-wrapper .heading-1 {
        color: var(--text-color--);
        letter-spacing: .15px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    #bookingdetail .detail-wrapper .subheading-2 {
        color: var(--text-color--);
        letter-spacing: .15px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        margin-bottom: 1rem;
    }

    #bookingdetail .detail-wrapper .facilities-box {
        border: 1px solid #04B15F;
        border-radius: 6px;
        width: 98px;
        text-align: center;
        margin-right: 1rem;
    }

        #bookingdetail .detail-wrapper .facilities-box span {
            color: #04B15F;
            letter-spacing: .15px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

    #bookingdetail .detail-wrapper span.subaddress {
        color: var(--text-color--);
        letter-spacing: .15px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        text-decoration: underline;
    }

#bookingdetail .view-wrapper {
    background: var(--theme-background--);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    width: 203px;
    height: 100%;
    color: #FFFFFF;
    padding: .575rem .75rem;
    margin-right: 0;
    margin-bottom: 1rem;
}

#bookingdetail .header-arrow > span {
    font-size: 18px;
    color: var(--text-color--);
    letter-spacing: .15px;
    font-weight: 400;
}

#bookingdetail .select-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 1.5rem 1.5rem 2rem;
    min-height: 100%;
}

    #bookingdetail .select-wrapper .inprogress-circle {
        border-radius: 50%;
        background: var(--theme-background--);
        width: 14.69px;
        height: 14.69px;
        border: 2px solid var(--theme-background--);
        margin-bottom: 6.5rem;
    }

    #bookingdetail .select-wrapper .unprogress-circle {
        border-radius: 50%;
        width: 14.69px;
        height: 14.69px;
        border: 2px solid var(--theme-background--);
        margin-bottom: 8.8rem;
    }

    #bookingdetail .select-wrapper .timeinprogress-circle {
        border-radius: 50%;
        background: var(--theme-background--);
        width: 14.69px;
        height: 14.69px;
        border: 2px solid var(--theme-background--);
        margin-bottom: 8.8rem;
    }

    #bookingdetail .select-wrapper .courtinprogress-circle {
        border-radius: 50%;
        background: var(--theme-background--);
        width: 14.69px;
        height: 14.69px;
        border: 2px solid var(--theme-background--);
    }

    #bookingdetail .select-wrapper .progress-circle {
        border-radius: 50%;
        background: #FFFFFF;
        width: 14.69px;
        height: 14.69px;
        border: 2px solid #AAAAAA;
    }

    #bookingdetail .select-wrapper .progress-wrapper {
        position: relative;
        margin-top: .3rem;
    }

        #bookingdetail .select-wrapper .progress-wrapper > hr.inprogress-line {
            transform: rotate(90deg);
            position: absolute;
            width: 106px;
            top: 3.1rem;
            left: -2.85rem;
            background: var(--theme-background--);
            opacity: 1;
        }

        #bookingdetail .select-wrapper .progress-wrapper > hr.unprogress-line {
            transform: rotate(90deg);
            position: absolute;
            width: 141px;
            top: 11.71rem;
            left: -3.95rem;
            background: #AAAAAA;
            opacity: 1;
        }

        #bookingdetail .select-wrapper .progress-wrapper > hr.timeinprogress-line {
            transform: rotate(90deg);
            position: absolute;
            width: 141px;
            top: 11.71rem;
            left: -3.95rem;
            background: var(--theme-background--);
            opacity: 1;
        }

    #bookingdetail .select-wrapper .heading-label {
        font-size: 18px;
        color: var(--theme-background--);
        letter-spacing: .15px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    #bookingdetail .select-wrapper .court-box {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        width: 85px;
        min-height: 150px;
        text-align: center;
        margin-right: 1rem;
        margin-bottom: 2rem;
        position: relative;
        min-height: 265px;
    }

        #bookingdetail .select-wrapper .court-box .court-name {
            letter-spacing: 0.15px;
            color: var(--theme-background--);
            font-size: 18px;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
        }

        #bookingdetail .select-wrapper .court-box .court-type {
            letter-spacing: 0.15px;
            color: #AAAAAA;
            font-size: 18px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

        #bookingdetail .select-wrapper .court-box .court-price {
            letter-spacing: 0.15px;
            color: var(--text-color--);
            font-size: 21px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

        #bookingdetail .select-wrapper .court-box:disabled,
        #bookingdetail .select-wrapper .court-box:disabled .court-name,
        #bookingdetail .select-wrapper .court-box:disabled .court-type,
        #bookingdetail .select-wrapper .court-box:disabled .court-price {
            background: #CCCCCC;
            color: #AAAAAA;
        }

        #bookingdetail .select-wrapper .court-box:hover {
            border: 5px solid #3EDF92;
        }

        #bookingdetail .select-wrapper .court-box.active {
            border: 5px solid #3EDF92;
        }

        #bookingdetail .select-wrapper .court-box:disabled {
            border: unset;
        }

        #bookingdetail .select-wrapper .court-box .check-box {
            background: #3EDF92;
            border-radius: 0 0 6px 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
        }

            #bookingdetail .select-wrapper .court-box .check-box > i {
                color: #000000;
                vertical-align: middle;
            }

@media (min-width: 768px) {
    #bookingdetail .select-wrapper .court-box {
        width: 128px;
    }

        #bookingdetail .select-wrapper .court-box .court-name {
            font-size: 24px;
        }
}

#bookingdetail .bookingdetails-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 2rem;
    max-height: 100%;
}

    #bookingdetail .bookingdetails-wrapper .second-wrapper {
        border: 1px solid #AAAAAA;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 1rem;
        min-height: 300px;
    }

        #bookingdetail .bookingdetails-wrapper .second-wrapper h6 {
            color: var(--theme-background--);
            letter-spacing: .15px;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
        }

        #bookingdetail .bookingdetails-wrapper .second-wrapper > span {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

    #bookingdetail .bookingdetails-wrapper span.total-text, #bookingdetail .mobile-bookingdetails-wrapper span.total-text {
        color: var(--text-color--);
        letter-spacing: .15px;
        font-weight: 700;
        font-size: 21px;
        font-family: "Roboto", sans-serif;
    }

    #bookingdetail .bookingdetails-wrapper .btn-book {
        height: 50px;
        width: 100%;
        border-radius: 12px;
        background: var(--theme-background--);
        color: #FFFFFF;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

        #bookingdetail .bookingdetails-wrapper .btn-book:disabled, #bookingdetail .mobile-bookingdetails-wrapper .btn-book:disabled {
            background: #AAAAAA;
        }

#bookingdetail .mobile-bookingdetails-wrapper {
    background: #FFFFFF;
    padding: 1.5rem;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
    height: 201px;
}

    #bookingdetail .mobile-bookingdetails-wrapper .btn-book {
        height: 50px;
        width: 270px;
        border-radius: 12px;
        background: var(--theme-background--);
        color: #FFFFFF;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    #bookingdetail .mobile-bookingdetails-wrapper .view-items {
        color: var(--theme-background--);
        letter-spacing: .15px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

#mobile-bookingdetails .modal-header {
    border-bottom: unset;
}

#mobile-bookingdetails .second-wrapper {
    border: 1px solid #AAAAAA;
    border-radius: 12px;
    padding: 1rem;
    min-height: 300px;
}

#mobile-bookingdetails span.total-text {
    color: var(--text-color--);
    letter-spacing: .15px;
    font-weight: 700;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
}

#mobile-bookingdetails .second-wrapper h6 {
    color: var(--theme-background--);
    letter-spacing: .15px;
    font-weight: 700;
}

@media (min-width: 992px) {
    #bookingdetail .detail-wrapper {
        height: 152px;
    }

    #bookingdetail .view-wrapper {
        height: 46px;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        #bookingdetail .view-wrapper > i {
            margin-left: -.5rem;
        }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    overflow: hidden;
}

    .features .nav-tabs {
        border: 0;
    }

    .features .nav-link {
        border: 0;
        padding: 12px 15px 12px 0;
        transition: 0.3s;
        color: #556270;
        border-radius: 0;
        border-right: 2px solid white;
        font-weight: 600;
        font-size: 15px;
    }

        .features .nav-link:hover {
            color: #d9232d;
        }

        .features .nav-link.active {
            color: #d9232d;
            border-color: #d9232d;
        }

    .features .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .features .details h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #556270;
    }

    .features .details p {
        color: #777777;
    }

        .features .details p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 992px) {
    .features .nav-link {
        border: 0;
        padding: 15px;
    }

        .features .nav-link.active {
            color: #fff;
            background: #d9232d;
        }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #d9232d;
    font-weight: 600;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #d9232d;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #d9232d;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #e1444d;
    }

.pricing .featured h3 {
    color: #fff;
    background: #d9232d;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #d9232d;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

    .faq .faq-item i {
        color: #dee2e6;
        font-size: 20px;
        float: left;
        line-height: 0;
        padding: 13px 0 0 0;
        margin: 0;
    }

    .faq .faq-item h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 10px 28px;
    }

    .faq .faq-item p {
        font-size: 15px;
    }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #f8d1d3;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px 0 0 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #556270;
        float: left;
        width: 44px;
        height: 44px;
        background: #edeff1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #556270;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #8795a4;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #556270;
            color: #fff;
        }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #d9232d;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #d9232d;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #e24d55;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #556270;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #d9232d;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #c1c8d0;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #d9232d;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #df3740;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #556270;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #a4afba;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #606f7e;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #d9232d;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #556270;
        }

        .blog .blog-author .social-links {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a {
                color: rgba(85, 98, 112, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p {
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img {
                    width: 60px;
                }

            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #d9232d;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #556270;
                }

                    .blog .blog-comments .comment h5 .reply i {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #6b7b8d;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #556270;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #606f7e;
                }

    .blog .blog-pagination {
        color: #8795a4;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a {
                color: #556270;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #d9232d;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #556270;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type=text] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover {
                    background: #de323c;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #d9232d;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #d9232d;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaaaaa;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #96a2af;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid white;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #d9232d;
                        background: #d9232d;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #fbfbfc;
                        font-size: 14px;
                    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #FFFFFF;
    padding: 0 0 30px 0;
    color: #93268F;
    font-size: 14px;
    margin-top: auto;
}

    #footer .footer-top {
        background: #FFFFFF;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            color: #93268F;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #d9232d;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #93268F;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top p {
            font-size: 16px;
            font-weight: 600;
            color: #93268F;
        }

            #footer .footer-top p.address {
                font-size: 16px;
                font-weight: 400;
                color: #93268F;
            }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: rgba(255, 255, 255, 0.6);
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #93268F;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    font-size: 16px;
                    font-weight: 600;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: underline;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #df3740;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        font-size: 14px;
        font-weight: 600;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
    }

        #footer .credits a {
            color: rgba(255, 255, 255, 0.6);
            transition: 0.3s;
            font-weight: 600;
        }

            #footer .credits a:hover {
                color: white;
            }

@media (max-width: 768px) {
    #footer .copyright {
        font-size: 12px
    }
}

/*--------------------------------------------------------------
# Contact Us Section
--------------------------------------------------------------*/
#contactus {
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 410px);
}

    #contactus .contact-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        width: 100%;
        height: 100%;
        margin: auto;
        margin-top: 10rem;
    }

    #contactus .second-wrapper {
        border: 1px solid #AAAAAA;
        border-radius: 12px;
        text-align: center;
        padding: 3rem 2rem;
    }

        #contactus .second-wrapper .question-text {
            color: var(--text-color--);
            font-size: 18px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            letter-spacing: .15px;
            margin-bottom: 3rem;
        }

        #contactus .second-wrapper .btn-contact {
            background: var(--theme--);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            border-radius: 12px;
            width: 100%;
            height: 50px;
            color: #FFFFFF;
        }

#contactUsModal .modal-header {
    border-bottom: unset;
}

#contactUsModal .modal-title {
    color: var(--theme--);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}

#contactUsModal .modal-body {
    padding: 1rem;
}

    #contactUsModal .modal-body > p {
        color: var(--text-color--);
        font-size: 18px;
        font-weight: 400;
    }

#contactUsModal .btn-submit {
    background: var(--theme--);
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
    height: 50px;
}

@media (min-width: 992px) {
    #contactus .contact-wrapper {
        width: 842px;
        height: 503px;
    }

    #contactUsModal .modal-body {
        padding: 1rem 6rem;
    }

    #contactUsModal .btn-submit {
        width: 326px;
    }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

#faq {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: calc(100vh - 410px);
}

.accordion {
    padding: 6rem 0;
}

    .accordion .tab-faq {
        position: relative;
    }

    .accordion .label {
        position: relative;
        padding: 10px;
        color: var(--text-color--);
        cursor: pointer;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 12px;
    }

        .accordion .label::before {
            content: '+';
            color: black;
            position: absolute;
            top: 50%;
            right: -15px;
            font-size: 30px;
            transform: translateY(-50%);
            padding-right: 2rem;
            color: var(--theme--);
        }

    .accordion .content {
        position: relative;
        background: #FFFFFF;
        height: 0;
        font-size: 16px;
        text-align: justify;
        width: 100%;
        overflow: hidden;
        transition: 0.5s;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .accordion hr {
        height: 0;
    }

    .accordion .tab-faq.active .content {
        height: 100%;
        padding: 2rem 3rem 2rem 3rem;
        margin-top: 1rem;
    }

    .accordion .tab-faq.active .label::before {
        content: '-';
        font-size: 30px;
    }


@media (min-width: 992px) {
    .accordion {
        padding: 6rem 4rem;
    }

        .accordion .label {
            padding: 10px 0 10px 3rem;
        }

            .accordion .label::before {
                right: -5px;
            }
}

/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/
/*xs*/
@media (min-width: 320px) and (max-width: 575px) {

    #modalLogin .pe-0 {
        display: none;
    }

    #modalLogin .wrapper {
        height: 100% !important;
        padding: 0rem 1.5rem 2rem 2rem !important;
    }

    .img-fb {
        left: 0.1rem !important;
    }

    .img-google {
        left: 0.032rem !important;
    }

    .img-google {
        left: 0.032rem !important;
    }

    #login-goggle-wrapper {
        width: 340px;
        overflow: hidden;
    }

    iframe {
        width: 100%;
    }
}

/*sm*/
@media (min-width: 576px) and (max-width: 767px) {

    #modalLogin .pe-0 {
        display: none;
    }

    #modalLogin .wrapper {
        height: 100% !important;
        padding: 0rem 2rem 2rem 2.5rem !important;
    }
}

/*md*/
@media (min-width: 768px) and (max-width: 991px) {

    #modalLogin .pe-0 {
        display: none;
    }

    #modalLogin .wrapper {
        height: 100% !important;
        padding: 0rem 2rem 2rem 2.5rem !important;
    }

    #modalLogin .col-md-5 {
        flex: 0 0 auto;
        width: 100.666667%;
    }

    #modalLogin .signinForm {
        width: 100%;
    }
}

/*lg*/
@media (min-width: 992px) and (max-width: 1199px) {

    #modalLogin .wrapper {
        padding: 0rem 2rem 3rem 2.5rem !important;
    }
}

/*xl*/
@media (min-width: 1200px) and (max-width: 1399px) {

    #modalLogin .modal-content {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

#modalLogin .nav-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #AAAAAA;
}

#modalLogin .password-show {
    position: absolute;
    top: .3rem;
    right: .5rem;
}

#signup-form .password-show {
    position: absolute;
    top: .3rem;
    right: .5rem;
}

#modalLogin .nav-tabs .nav-link {
    color: #AAAAAA;
    background-color: unset !important;
}

#modalLogin .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    #modalLogin .nav-tabs .nav-item.show .nav-link, #modalLogin .nav-tabs .nav-link.active {
        color: #444444;
        background-color: #fff;
        border-color: transparent;
        text-decoration: underline;
    }

#modalLogin .modal-header {
    border-bottom: 0;
}

#modalLogin .modal-content {
    border-radius: 1rem;
}

#modalLogin .signinForm {
    background-image: url(/assets/img/bg_login.svg);
    height: 100%;
    background-size: cover;
}

#modalLogin .wrapper {
    padding: 0 4rem;
}

#modalLogin .textForgot {
    text-align: right;
    text-decoration-line: underline;
    color: #444444;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

#modalLogin .mb-5 {
    margin-bottom: 2rem !important;
}

#modalLogin .btn-login {
    background: var(--theme-background--);
    box-shadow: 0px -1px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    font-weight: 700;
    border-radius: 12px;
    font-size: 18px;
}

.btn-loginGoogle {
    background: #4285F4;
    width: 100%;
    height: 50px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 0.775rem;
}

    .btn-loginGoogle:hover {
        color: #FFFFFF;
    }

.login-fb-wrapper {
    position: relative;
}

.img-google {
    position: absolute;
    left: 0.2rem;
    top: 1.1rem;
}

.login-text {
    color: #FFFFFF;
}

.btn-loginFB {
    background: #1877F2;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 0.775rem;
}

    .btn-loginFB:hover {
        color: #FFFFFF;
    }

.img-fb {
    position: absolute;
    display: block;
    left: 0.5rem;
    bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Delete Account Section
--------------------------------------------------------------*/
#delete__account .delete__account__container {
    padding: 6rem 0;
}

#delete__account .delete__account__wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
}

/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/
#forgotpswd .forgotPassword {
    background-image: url(/assets/img/bg_login.svg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 498px;
    border-radius: 12px 12px 12px 0px;
}

.btn-retrieve {
    background: var(--theme-background--);
    box-shadow: 0px -1px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    font-weight: 700;
    border-radius: 12px;
    margin-top: 3rem;
}

    .btn-retrieve:hover {
        color: #FFFFFF;
    }


#forgotpswd .modal-title {
    font-weight: 700;
    font-size: 28px;
    color: var(--theme-background--);
}

#forgotpswd .modal-header {
    border-bottom: none;
    justify-content: flex-start;
    padding: 2.5rem 1.5rem 1rem;
}

#forgotpswd .modal-body {
    padding: 0 2rem;
}

#forgotpswd .text-content {
    color: var(--text-color--);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5rem;
}

#forgotpswd .bx-left-arrow-alt {
    vertical-align: middle;
}

@media (min-width: 992px) {
    #forgotpswd .modal-header {
        border-bottom: none;
        justify-content: flex-start;
        padding: 2.5rem 6rem 1rem;
    }

    #forgotpswd .modal-body {
        padding: 0 6.5rem;
    }
}

/*--------------------------------------------------------------
# Profile Section
--------------------------------------------------------------*/
#profile {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 410px);
}

    #profile .profile-container {
        padding: 6rem 0;
    }

        #profile .profile-container h3 {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 700;
            margin-bottom: 3rem;
        }

        #profile .profile-container hr {
            border: 2px solid #AAAAAA;
        }

        #profile .profile-container .profile-wrapper {
            background: #FFFFFF;
            border: 1px solid #AAAAAA;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
            border-radius: 12px;
            text-align: center;
            width: 249px;
            padding: 2rem;
            margin: 0 auto 1rem;
            min-height:240px;
        }

            #profile .profile-container .profile-wrapper > img {
                margin-bottom: 2rem;
            }

            #profile .profile-container .profile-wrapper .title {
                color: var(--text-color--);
                letter-spacing: .15px;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                font-size: 21px;
            }

            #profile .profile-container .profile-wrapper .desc {
                color: #AAAAAA;
                letter-spacing: .15px;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }


@media (min-width: 768px) {
    #profile .profile-container .profile-wrapper {
        margin: 0 0 0 1rem;
    }
}

/*--------------------------------------------------------------
# Edit Profile Section
--------------------------------------------------------------*/

/*xl*/
@media (min-width: 992px) {
    #editprofile .edit-profile-container .edit-profile-wrapper {
        width: 846px;
    }
}

#editprofile {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 410px);
}

    #editprofile .edit-profile-container {
        padding: 6rem 0;
    }

        #editprofile .edit-profile-container h3 {
            margin-bottom: 0;
            color: var(--text-color--);
            font-weight: 700;
            letter-spacing: .15px;
        }

    #editprofile .bx-left-arrow-alt {
        vertical-align: middle;
        margin-right: 2rem;
    }

    #editprofile .edit-profile-container hr {
        border: 2px solid #AAAAAA;
    }

    #editprofile .edit-profile-wrapper {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        padding: 2rem;
        margin: 3rem auto 0;
    }

        #editprofile .edit-profile-wrapper .btn-save {
            background: var(--theme-background--);
            box-shadow: 0px -1px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
            color: #FFFFFF;
            width: 228px;
            height: 50px;
            font-weight: 700;
            border-radius: 12px;
        }

/*--------------------------------------------------------------
# Change Password Section
--------------------------------------------------------------*/

/*xl*/
@media (min-width: 992px) {
    #changepwd .change-password-container .change-password-wrapper {
        width: 846px;
    }
}

#changepwd {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 410px);
}

    #changepwd .password-show {
        position: absolute;
        top: .3rem;
        right: .5rem;
    }

    #changepwd .change-password-container {
        padding: 6rem 0;
    }

        #changepwd .change-password-container h3 {
            margin-bottom: 0;
            color: var(--text-color--);
            font-weight: 700;
            letter-spacing: .15px;
        }

        #changepwd .change-password-container .bx-left-arrow-alt {
            vertical-align: middle;
            margin-right: 2rem;
        }

        #changepwd .change-password-container hr {
            border: 2px solid #AAAAAA;
        }

    #changepwd .change-password-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        padding: 2rem;
        margin: 0 auto;
        width: 100%;
    }

    #changepwd .change-password-container .btn-save {
        background: var(--theme-background--);
        color: #FFFFFF;
        width: 228px;
        border-radius: 12px;
        height: 50px;
    }

    #changePwd .btn-save {
        width: 100%;
        height: 50px;
        background: #7B53F1;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFFFFF;
    }

/*--------------------------------------------------------------
# Payment Section
--------------------------------------------------------------*/
#payment {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 410px);
}

    #payment .payment-container {
        padding: 6rem 0 0;
    }

        #payment .payment-container .bx-left-arrow-alt {
            margin-right: 2rem;
        }

        #payment .payment-container h3 {
            margin-bottom: 0;
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 700;
            font-size: 18px;
        }

        #payment .payment-container .title {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-size: 18px;
            font-weight: 400;
            font-family: Roboto, sans-serif;
            margin-bottom: 1rem;
        }

        #payment .payment-container .payment-box {
            background: #FFFFFF;
            width: 145px;
            /*height: 106px;*/
            border: 1px solid #CCCCCC;
            border-radius: 12px;
            text-align: center;
            padding: 0 1rem;
            margin-right: 1rem;
            cursor: pointer;
            margin-bottom: 1rem;
        }

    /*#payment .payment-container .payment-box > img {
                margin-bottom: 1rem;
            }*/

    #payment .history-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        padding: 1.8rem;
        width: 100%;
    }

        #payment .history-wrapper .date-box {
            border: 1px solid #CCCCCC;
            border-radius: 12px;
            width: 100%;
            height: 81px;
            padding: .3rem 1rem;
            margin-right: 0;
        }

        #payment .history-wrapper .time-box {
            border: 1px solid #CCCCCC;
            border-radius: 12px;
            width: 100%;
            height: 81px;
            padding: .3rem 1rem;
        }

            #payment .history-wrapper .date-box span.title, #payment .history-wrapper .time-box span.title {
                color: var(--theme-background--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
                font-weight: 700;
            }

            #payment .history-wrapper .date-box .sub-text, #payment .history-wrapper .time-box .sub-text {
                color: var(--text-color--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
                font-weight: 400;
            }

            #payment .history-wrapper .time-box .bxs-right-arrow-alt {
                margin-left: 1.5rem;
                margin-right: 1.5rem;
            }

        #payment .history-wrapper .booking-court-wrapper {
            border: 1px solid #AAAAAA;
            border-radius: 12px;
            min-height: 350px;
            padding: 1rem;
        }

            #payment .history-wrapper .booking-court-wrapper .court-title {
                color: var(--theme-background--);
                font-weight: 700;
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

            #payment .history-wrapper .booking-court-wrapper > span.court-text {
                color: var(--text-color--);
                font-weight: 400;
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

        #payment .history-wrapper span.fee-text {
            color: var(--text-color--);
            font-weight: 400;
            letter-spacing: .15px;
            font-family: Roboto, sans-serif;
        }

        #payment .history-wrapper span.total-text {
            color: var(--text-color--);
            font-weight: 700;
            letter-spacing: .15px;
            font-family: Roboto, sans-serif;
            font-size: 21px;
        }

    #payment .mobile-schedule-wrapper {
        width: 100%;
        height: 178px;
        background: #FFFFFF;
        box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
        padding: 1.5rem;
    }

        #payment .mobile-schedule-wrapper .view-items {
            color: var(--theme-background--);
            letter-spacing: .15px;
            font-weight: 400;
            font-family: Roboto, sans-serif;
        }

        #payment .mobile-schedule-wrapper .fee-text {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 400;
            font-family: Roboto, sans-serif;
        }

        #payment .mobile-schedule-wrapper .total-text {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 700;
            font-size: 21px;
            font-family: Roboto, sans-serif;
        }

#mobile-schedule .date-box {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    width: 100%;
    height: 81px;
    padding: .3rem 1rem;
    margin-right: .5rem;
}

#mobile-schedule .modal-header {
    border-bottom: unset;
}

#mobile-schedule .time-box {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    width: 100%;
    height: 81px;
    padding: .3rem 1rem;
}

    #mobile-schedule .time-box span.title, #mobile-schedule .date-box span.title {
        color: var(--theme-background--);
        font-family: Roboto, sans-serif;
        font-weight: 700;
        letter-spacing: .15px;
    }

#mobile-schedule .booking-court-wrapper {
    border: 1px solid #AAAAAA;
    border-radius: 12px;
    min-height: 350px;
    padding: 1rem;
}

    #mobile-schedule .booking-court-wrapper .court-title {
        color: var(--theme-background--);
        font-weight: 700;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
    }

    #mobile-schedule .booking-court-wrapper > span.court-text {
        color: var(--text-color--);
        font-weight: 400;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
    }

#mobile-schedule .time-box .bxs-right-arrow-alt {
    margin-left: .5rem;
    margin-right: .5rem;
}

@media (min-width: 992px) {
    #payment .history-wrapper {
        width: 459px;
    }

        #payment .history-wrapper .date-box {
            margin-right: 1rem;
            width: 134px;
        }

        #payment .history-wrapper .time-box {
            width: 262px;
        }

    #payment .payment-container h3 {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Booking History Section
--------------------------------------------------------------*/
section#bookinghistory {
    padding: 0 0 60px;
}

    section#bookinghistory.history {
        padding: 60px 0;
    }

#bookinghistory {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 410px);
}

    #bookinghistory .branch-img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 290px;
        background-position: center;
    }

    #bookinghistory .booking-history-container h1 {
        font-size: 34px;
        font-weight: 700;
        letter-spacing: .15px;
        color: var(--theme-background--);
        text-align: center;
        margin-bottom: 2rem;
    }

    #bookinghistory .booking-history-container {
        padding: 6rem 0;
    }

        #bookinghistory .booking-history-container .function-wrapper {
            background: #FFFFFF;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1.5rem;
        }

            #bookinghistory .booking-history-container .function-wrapper .btn-function {
                background: var(--theme-background--);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
                border-radius: 12px;
                color: #FFFFFF;
                width: 183px;
                height: 46px;
                padding: .575rem .75rem;
            }

            #bookinghistory .booking-history-container .function-wrapper .bx-download, #bookinghistory .booking-history-container .bx-printer {
                margin-right: 1rem;
            }

            #bookinghistory .booking-history-container .function-wrapper span.via-text {
                color: var(--text-color--);
                letter-spacing: .15px;
                font-weight: 400;
                font-family: Roboto, sans-serif;
            }

            #bookinghistory .booking-history-container .function-wrapper .btn-link,
            #bookinghistory .booking-history-container .function-wrapper .btn-email,
            #bookinghistory .booking-history-container .function-wrapper .btn-messenger {
                width: 46px;
                height: 46px;
                border-radius: 12px;
                color: #FFFFFF;
                margin-left: 1rem;
                margin-right: 1rem;
                padding: .55rem;
            }

            #bookinghistory .booking-history-container .function-wrapper .btn-link {
                background: #28D080;
            }

            #bookinghistory .booking-history-container .function-wrapper .btn-email {
                background: #D33182;
            }

            #bookinghistory .booking-history-container .function-wrapper .btn-messenger {
                background: #3585FE;
            }

        #bookinghistory .booking-history-container .booking-history-wrapper {
            background: #FFFFFF;
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
            border-radius: 12px;
            padding: 1.5rem 2rem;
        }

            #bookinghistory .booking-history-container .booking-history-wrapper #qrcode {
                text-align: -webkit-center;
            }

            #bookinghistory .booking-history-container .booking-history-wrapper .detail-wrapper .circle {
                width: 39px;
                height: 39px;
                background: #04B15F;
                color: #FFFFFF;
                border-radius: 50%;
                margin-right: 1rem;
                padding: .45rem;
                vertical-align: baseline;
            }

            #bookinghistory .booking-history-container .booking-history-wrapper .detail-wrapper {
                padding: 0;
            }

                #bookinghistory .booking-history-container .booking-history-wrapper .detail-wrapper h3 {
                    color: var(--text-color--);
                    font-weight: 700;
                    letter-spacing: .15px;
                    margin-top: 1rem;
                    font-size: 28px;
                }

                #bookinghistory .booking-history-container .booking-history-wrapper .detail-wrapper span.booking-text {
                    color: var(--text-color--);
                    font-weight: 500;
                    letter-spacing: .15px;
                    margin-top: 1rem;
                    font-size: 21px;
                    font-family: Roboto, sans-serif;
                }

            #bookinghistory .booking-history-container .booking-history-wrapper span.booked-text {
                color: #04B15F;
                font-size: 28px;
                font-weight: 700;
            }

        #bookinghistory .booking-history-container .date-time-wrapper {
            border: 1px solid #AAAAAA;
            border-radius: 12px;
            width: 100%;
            height: 100%;
            padding: 1rem;
            margin-bottom: 1.5rem;
        }

            #bookinghistory .booking-history-container .date-time-wrapper span.title {
                font-weight: 700;
                letter-spacing: .15px;
                color: var(--theme-background--);
                font-family: Roboto, sans-serif;
            }

            #bookinghistory .booking-history-container .date-time-wrapper .sub-text {
                font-weight: 400;
                letter-spacing: .15px;
                color: var(--text-color--);
                font-family: Roboto, sans-serif;
            }

            #bookinghistory .booking-history-container .date-time-wrapper .bxs-right-arrow-alt {
                margin-left: 1.5rem;
                margin-right: 1.5rem;
            }

        #bookinghistory .booking-history-container .booking-court-warpper {
            border: 1px solid #AAAAAA;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1.5rem;
        }

            #bookinghistory .booking-history-container .booking-court-warpper .court-title {
                font-weight: 700;
                color: var(--theme-background--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

            #bookinghistory .booking-history-container .booking-court-warpper .court-text {
                font-weight: 400;
                color: var(--text-color--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

        #bookinghistory .booking-history-container .total-wrapper {
            padding: 0;
        }

            #bookinghistory .booking-history-container .total-wrapper .total-text {
                font-weight: 700;
                font-size: 21px;
                color: var(--text-color--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

            #bookinghistory .booking-history-container .total-wrapper > span {
                font-weight: 400;
                font-size: 21px;
                color: var(--text-color--);
                letter-spacing: .15px;
                font-family: Roboto, sans-serif;
            }

        #bookinghistory .booking-history-container .back-text {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-size: 18px;
            font-family: Roboto, sans-serif;
            font-weight: 400;
        }

        #bookinghistory .booking-history-container .bx-left-arrow-alt {
            margin-right: 1rem;
        }

        #bookinghistory .booking-history-container .booking-history-wrapper {
            padding: 1.5rem 6rem;
        }

        #bookinghistory .booking-history-container .date-time-wrapper {
            width: 541.41px;
            height: 100.25px;
            padding: 1rem 2rem;
        }

        #bookinghistory .booking-history-container .booking-court-warpper {
            padding: 1rem 2rem;
        }

        #bookinghistory .booking-history-container .total-wrapper {
            padding: 0 2rem;
        }

}

/*--------------------------------------------------------------
# My Booking Section
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #mybooking .booking-content {
        padding: 1.5rem 2rem !important;
    }

        #mybooking .booking-content .btn-view {
            margin-top: 0 !important;
            width: 100% !important;
        }
}

#mybooking {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 410px);
}

    #mybooking .my-booking-container {
        padding: 6rem 0;
    }

    #mybooking h3 {
        font-weight: 700;
        letter-spacing: 0.15px;
        color: var(--text-color--);
    }

    #mybooking .nav-tabs {
        border-bottom: 2px solid #AAAAAA;
        font-size: 21px;
        letter-spacing: .15px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
    }

        #mybooking .nav-tabs .nav-link {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 500;
            font-family: Roboto, sans-serif;
        }

            #mybooking .nav-tabs .nav-item.show .nav-link, #mybooking .nav-tabs .nav-link.active {
                color: var(--theme--);
                border-bottom: 5px solid #7B53F1;
                background-color: transparent;
            }

    #mybooking .booking-content {
        padding: 1rem;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 12px;
        margin: 2rem 0;
    }

    #mybooking .label-booking {
        color: var(--theme-background--);
        font-weight: 700;
        font-size: 18px;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
        width: 100%;
    }

    #mybooking .normal-booking {
        color: var(--text-color--);
        font-weight: 500;
        font-size: 18px;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
        width: 100%;
    }

    #mybooking .booking-content .btn-view {
        background: var(--theme-background--);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFFFFF;
        width: 183px;
        height: 46px;
        padding: .575rem .75rem;
        margin-top: 1rem;
    }


/*--------------------------------------------------------------
# Past Booking Section
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #past-booking .booking-content {
        padding: 1.5rem 2rem !important;
    }

        #past-booking .booking-content .btn-view {
            margin-top: 0 !important;
            width: 100% !important;
        }
}

#past-booking {
    height: 100%;
    background-image: url(../img/bodybg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 410px);
}

    #past-booking .past-booking-container {
        padding: 6rem 0;
    }

    #past-booking h3 {
        font-weight: 700;
        letter-spacing: 0.15px;
        color: var(--text-color--);
    }

    #past-booking .nav-tabs {
        border-bottom: 2px solid #AAAAAA;
        font-size: 21px;
        letter-spacing: .15px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
    }

        #past-booking .nav-tabs .nav-link {
            color: var(--text-color--);
            letter-spacing: .15px;
            font-weight: 500;
            font-family: Roboto, sans-serif;
        }

        #past-booking .nav-tabs .nav-item.show .nav-link, #mybooking .nav-tabs .nav-link.active {
            color: var(--theme-background--);
            border-bottom: 5px solid var(--theme-background--);
            background-color: transparent;
        }

    #past-booking .booking-content {
        padding: 1rem;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 12px;
        margin: 2rem 0;
    }

    #past-booking .label-booking {
        color: var(--theme--);
        font-weight: 700;
        font-size: 18px;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
        width: 100%;
    }

    #past-booking .normal-booking {
        color: var(--text-color--);
        font-weight: 500;
        font-size: 18px;
        letter-spacing: .15px;
        font-family: Roboto, sans-serif;
        width: 100%;
    }

    #past-booking .booking-content .btn-view {
        background: var(--theme--);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFFFFF;
        width: 183px;
        height: 46px;
        padding: .575rem .75rem;
        margin-top: 1rem;
    }

.pp {
    margin-top: 60px;
}
