﻿
body {
    font-family: "Poppins", sans-serif !important;
    color: #42413E;
}

h1 {
    font-size: 28px;
    font-weight: 600;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none;
}

.header_sec {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_heading h1 {
    font-size: 30px;
    color: #F27242;
    font-weight: 900;
    text-align: center;
}

.header_sec .navbar ul li a {
    font-size: 12px;
    color: #42413e;
    font-weight: 600;
    padding: 0 12px;
}

.adding_class {
    background: #fff;
    width: 100%;
    /*position: fixed;*/
    left: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    position: sticky !important;
    top: 0;
}

.event_content h4 {
    font-size: 22px;
    color: #42413E !important;
    font-weight: 600;
    margin-bottom: 0px;
}

.border-right {
    border: #d9d9d9 solid 1px !important;
}

.event_content .form_sec .form-control, .event_content .form_sec .form-select {
    border-color: #d9d9d9;
    border-radius: 4px !important;
    border-right: unset;
}

.event_content .form_sec .input-group span {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    border-left: unset;
    background: unset;
}

#txtEventDate {
    width: 100%;
    z-index: 9;
    background: none;
    text-align: left;
}

.flatpickr-day.today {
    border-color: #F27242 !important;
}

.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: #FEF8F5 !important;
    border-color: #F27242 !important;
    color: #42413E !important;
}

.hint {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0px;
}

.calendar-icon {
    position: absolute;
    right: 0;
    top: 26px;
    height: 51px;
    z-index: -1px;
}

#days-left {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.event_content .form_sec .input-group {
    margin-bottom: 20px;
}

.border-none {
    border: none !important;
}

.column_left {
    padding-right: 40px;
}

.column_right {
    padding-left: 40px;
    border-left: 1px solid #000;
}

.services_sec_heading h4 {
    font-size: 22px;
    color: #42413E;
    font-weight: 600;
    margin-bottom: 0px;
}


.accordion-button:not(.collapsed) {
    background-color: #F6F8FD;
    color: #42413E !important;
}

/*.services_box{
	width: 100%;
	height: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #79776B;
	cursor: pointer;
	margin-bottom: 25px;
	border-radius: 4px;
}*/

.radio_label {
    background: white;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 90px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #42413E;
}

.radio_label input[type=radio]{

}

.radiomark {
    /*position: absolute;
    top: 25px;
    left: 10px;
    right: unset;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;*/

    /*content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F27242;
    left: 20px;
    top: 32px;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px #F27242;*/
}

.form-check-input:checked {
    background-color: #F27242;
    border-color: #F27242;
}

.check_label {
    background: white;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 90px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #42413E;
}

.small-text {
    font-size: 12px;
    color: #79776B;
}

.check_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    .check_label input:checked ~ .checkmark {
        background-color: #F27242;
    }

    .check_label input:checked ~ .check_label {
        border: 1px solid #F27242 !important;
    }


.checkmark {
    position: absolute;
    top: 25px;
    left: 20px;
    right: unset;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark {
    border: #dfdfdf solid 1px;
}

    .checkmark.checkmark-square {
        border-radius: 4px;
    }

.check_label .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_label input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.height200 {
    height: 200px !important;
}

.label {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #79776B;
    margin: 0 0 5px;
}

.form_sec .form-control, .form_sec .form-select {
    padding: 12px;
}

@media(max-width: 767px) {
    .column_left {
        padding-right: 12px;
        border-right: unset;
    }

    .column_right {
        padding-left: 12px;
    }

    .header_heading h1 {
        font-size: 15px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .column_left {
        padding-right: 12px;
        border-right: unset;
    }

    .column_right {
        padding-left: 12px;
    }
}



.sub_header_heading h3 {
    font-size: 28px;
    color: #42413E;
    font-weight: 500;
    margin-bottom: 0;
}

.sub_header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
}

.cuisine_box {
    padding: 30px 35px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cuisine_box_sec_heading {
    flex: 1;
}

    .cuisine_box_sec_heading h4 {
        font-size: 18px;
        margin-bottom: 0;
        margin-left: 0;
        color: #42413E;
        font-weight: 500;
    }

.cuisine_box input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
}

input[type=checkbox]:checked {
    background-color: #F27242 !important;
    color: #F27242 !important;
}

.sub_header {
    margin-bottom: 66px;
}

footer {
    background: #F6F8FD;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    padding: 20px 0;
}

    footer .progress_bar_sec .progress-bar {
        background: #F27242;
        border-radius: 16px;
    }

    footer .progress_bar_sec .progress {
        border-radius: 16px;
        background: #EDE8E3;
        width: 360px;
    }

.progress_heading p {
    margin: 0;
    color: #757575;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
}

.progress_bar_sec {
    display: flex;
    align-items: center;
}

.btn_cart {
    background: #f27242;
    padding: 15px 50px;
    border-color: #f27242;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-left: auto;
}

    .btn_cart:hover {
        background: #1F1F1F;
    }

.btn_next {
    background: black;
    padding: 15px 50px;
    border-color: black;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-left: auto;
}

    .btn_next:hover {
        background: #1F1F1F;
    }

.btn_previous {
    background: #f3f2f1;
    color: #79776B;
    padding: 15px 50px;
    border-color: #f3f2f1;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-right: auto;
}

    .btn_previous:hover {
        background: #1F1F1F;
    }


.btn_reset {
    background: #1F1F1F;
    padding: 15px 50px;
    border-color: #1F1F1F;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-left: auto;
}

    .btn_reset:hover {
        background: #f27242;
    }

.light-bg {
    background: #F6F8FD;
    padding: 30px 0;
}

.progress_bar_sec .progress-bar {
    background: #F27242;
    border-radius: 16px;
}

.progress_bar_sec .progress {
    border-radius: 16px;
    background: #EDE8E3;
    width: 360px;
}

.progress_heading p {
    margin: 0;
    color: #757575;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
}

@media(max-width: 767px) {
    .sub_header_content {
        padding: 0 10px;
    }

    .btn_next {
        margin-left: unset;
        margin-top: 0px;
    }

    footer {
        padding: 20px 10px;
    }
}


@media(min-width: 768px) and (max-width: 992px) {
    .sub_header_content {
        padding: 0 10px;
    }
}



.diet_services_box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #79776B;
    cursor: pointer;
    margin-bottom: 25px;
    border-radius: 4px;
}

    .diet_services_box p {
        margin: 0;
        color: #42413E;
    }

.stepers_sec .wrapper-progressBar {
    width: 100%;
    overflow: auto;
}

.stepers_sec .progressBar {
    width: 500px;
    margin: 0 auto;
}

    .stepers_sec .progressBar li {
        list-style-type: none;
        /* float: left;
    width: 33%; */
        position: relative;
        text-align: center;
    }

        .stepers_sec .progressBar li:before {
            content: " ";
            line-height: 30px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            border: 1px solid #F27242;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
            background-color: white
        }

        .stepers_sec .progressBar li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #F27242;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .stepers_sec .progressBar li:first-child:after {
            content: none;
        }

        .stepers_sec .progressBar li.active {
            color: #F27242;
        }

            .stepers_sec .progressBar li.active:before {
                border-color: #F27242;
                background-color: #F27242;
            }

    .stepers_sec .progressBar .active:after {
        background-color: #F27242;
    }


.select_box {
    width: 100%;
    overflow: hidden;
    border: 1px solid #1E1E1E;
    position: relative;
    padding: 10px 0;
    background: #1E1E1E;
    border-radius: 4px;
}

    .select_box:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffffff;
        position: absolute;
        top: 45%;
        right: 15px;
        content: "";
        z-index: 98;
    }

    .select_box select {
        width: 100%;
        border: 0;
        position: relative;
        z-index: 99;
        background: none;
        color: #fff;
        font-weight: 600;
    }

.event_details_sec_heading h4 {
    font-size: 22px;
    color: #42413E;
    font-weight: 600;
    margin-bottom: 20px;
}

.event_details_sec .form_sec .form-control, .event_details_sec .form_sec .form-select {
    border-color: #D9D9D9;
    border-radius: 4px !important;
    border-right: unset;
}

.event_details_sec .form_sec .input-group span {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    border-left: unset;
    background: unset;
}

.event_details_box {
    border: 1px solid #D9D9D9;
    padding: 35px;
    margin: 0 0 30px;
}

.event_details_sec hr {
    margin-bottom: 30px;
}

.cost_per_sec_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cost_per_sec_heading h5 {
    font-size: 15px;
    color: #79776B;
    font-weight: 500;
}

.cost_per_sec_heading h3 {
    font-size: 20px;
    color: #42413E;
    font-weight: 600;
    margin-top: 20px;
}

.food_details_sec_heading h2 {
    color: #42413E;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}

.breadcrumbs_sec ul.breadcrumb {
    list-style: none;
}

    .breadcrumbs_sec ul.breadcrumb li {
        display: inline;
        font-size: 22px;
        color: #F27242;
        font-weight: 600;
    }

        .breadcrumbs_sec ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: ">\00a0";
        }

        .breadcrumbs_sec ul.breadcrumb li a {
            color: #1F1F1F;
            text-decoration: none;
            font-weight: 600;
            font-size: 22px;
        }

            .breadcrumbs_sec ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: none;
            }

.breadcrumbs_sec {
    padding: 28px 0;
}

    .breadcrumbs_sec ul {
        margin-bottom: 0;
    }

.categories_img_box_content {
    display: flex;
    justify-content: space-between;
}

    .categories_img_box_content h5 {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
        margin-top: 10px;
    }

.orange_color {
    color: #F27242 !important;
}

.categories_img_box {
    border: 1px solid #000;
    padding: 14px;
    border-radius: 7px;
    min-height: 280px;
}

.categories_img_box_content h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.add_new_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.btn_save {
    background: #F27242;
    padding: 20px 60px;
    border-color: #F27242;
    font-size: 18px;
    font-weight: bold;
}

.heading-arrow {
    display: flex;
}

.cuisine-view .input-group > .form-select {
    background: #1E1E1E;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    width: 100%;
    padding: 0 20px;
}

.cuisine-view {
    margin: 0 0 30px;
    border-radius: 0;
    border: #D9D9D9 solid 1px;
}

    .cuisine-view h4 {
        background: #1E1E1E;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        height: 54px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 0 20px;
        border-radius: 0;
    }

    .cuisine-view ul {
        padding: 12px 20px;
        color: #42413E;
        font-weight: 400;
        font-size: 16px;
    }

        .cuisine-view ul li {
            line-height: 19px;
            margin: 0 0 20px;
        }

    .cuisine-view .form-check-input[type=checkbox] {
        border: #79776B solid 1px;
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
    }

.cuisine-box-btn .icon-up {
    position: relative;
    padding-left: 1em;
}

    .cuisine-box-btn .icon-up::before {
        content: '✓';
        position: relative;
        transition: transform .2s ease;
        transform: rotate(0);
        left: -8px;
        color: #F3F2F1;
    }

.cuisine-box {
    border: #DFDFDF solid 1px;
    border-radius: 8px;
    padding: 5px;
    margin: 0 0 20px;
}

.cuisine-box-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.cuisine-box-li {
    display: flex;
    background: #F9F9F9;
    border-radius: 0 0 8px 8px;
    margin: 0 0 15px;
}

    .cuisine-box-li ul {
        margin: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 15px;
        color: #79776B;
        font-size: 14px;
    }

    .cuisine-box-li img {
        width: 15px;
    }

.cuisine-box-heading h5 {
    color: #79776B;
    margin: 20px 14px 20px;
    font-size: 17px;
    font-weight: 600;
}

.cuisine-box-price h4 {
    font-size: 22px;
    color: #F27242;
    font-weight: bold;
    text-align: left;
}

.cuisine-box-price span {
    text-align: right;
    font-size: 14px;
    color: #79776B;
}

.cuisine-box-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}

.cuisine-box-btn a.icon-up {
    width: 100%;
    border: none;
    text-align: center;
    color: #42413E;
    background: #F3F2F1;
    height: 39px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 12px 0 0;
    padding: 0;
    display:inline-block;
    line-height:39px;
}

.cuisine-box-btn button:hover {
    color: #fff;
    background: #F27242;
}

.cuisine-box-btn button.active {
    color: #fff;
    background: #F27242;
}

.cuisine-box-btn button.delete {
    width: 100%;
    border: none;
    text-align: center;
    color: #fff;
    background: #F24242;
    height: 39px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 12px 0 0;
    padding: 0;
}

.cuisine-box-btn button.seleted {
    width: 100%;
    border: none;
    text-align: center;
    color: #fff;
    background: #F27242;
    height: 39px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 12px 0 0;
    padding: 0;
}

.cuisine-box-btn-select {
    width: 100%;
    border: none;
    text-align: center;
    color: #42413E;
    background: #F3F2F1;
    height: 39px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 12px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.cuisine-box h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 170px;
    font-size: 18px;
}

.remove-btn {
    width: 40%;
}

.selected-btn {
    width: 60%;
}

.full-bg {
    background: #F3F2F1;
    padding: 60px 0;
}

    .full-bg p {
        color: #79776B;
        font-size: 14px;
        font-weight: 400;
    }

.head-part {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.head-part-left ul li {
    list-style: outside;
    float: left;
    margin: 0 15px;
    font-size: 13px;
    color: #79776B;
}

.head-part-right {
    /* display: flex; */
}

    .head-part-right .input-group {
        height: 50px;
        width: 200px;
    }

.head-part-right-inner {
    height: 50px;
    background: #fff;
    border: #dfdfdf solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    align-items: center;
    margin: 0 0 0 15px;
}

.two-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}

.two-btn1 {
    gap: 14px;
}

    .two-btn1 .btn_previous {
        padding: 0 45px;
        height: 60px;
    }

    .two-btn1 .btn_next {
        padding: 0 45px;
        height: 60px;
    }

.input-group.search-bar {
    width: 440px;
}

.search-bar .input-group-text {
    background: none;
}

@media(max-width: 767px) {
    .stepers_sec .progressBar {
        width: 250px;
    }

    .event_details_sec {
        padding: 0 20px;
    }

    .categories_img_box {
        margin-bottom: 20px;
    }

    .btn_save {
        margin-top: 20px;
    }
}


.form-subs-item {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
}

    .form-subs-item.active {
        border: 1px solid #F27242;
        background: #FEF8F5;
        border-radius: 4px;
    }

.plans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .plans .plan input[type="radio"] {
        position: absolute;
        opacity: 1;
        width: 20px;
        height: 20px;
        top: 32px;
        left: 20px;
        border: #dee2e6 solid 1px;
    }

    .plans .plan {
        cursor: pointer;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

.plan-details {
    font-size: 14px;
    margin: 0 20px;
}

.plans .plan .plan-content {
    display: flex;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    height: auto;
    align-items: center;
    min-height: 90px;
}

.plans .plan .plan-details span {
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #79776B;
}

.plans .plan .plan-details p {
    color: #42413E;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F27242;
    left: 20px;
    top: 32px;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px #F27242;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 1px solid #F27242;
    background: #FEF8F5;
    transition: ease-in 0.3s;
}

.rbchecked-bg {
    border: 1px solid #F27242 !important;
    background: #FEF8F5;
    transition: ease-in 0.3s;
}
.selectedRB {
    border: 1px solid #F27242 !important;
    background: #FEF8F5;
    transition: ease-in 0.3s;
}

.rbtn-checked {
    /*background: #F27242;
    border: 5px solid #fff !important;
    box-shadow: 0px 0px 0px 1px #F27242;
    border-radius: 100%;*/
    
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F27242;
    left: 20px;
    top: 32px;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px #F27242;
}


.filter-tabs h4.accordion-header.cuisine-view.accordion-button {
    margin: 0;
    background: #1E1E1E;
    color: #fff !important;
    font-weight: 600;
    border: none;
}



.cuisine-view.cuisine-view-new {
    border: none;
    margin: 0;
}

.filter-tabs.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter-tabs .accordion-item {
    margin: 0 0 30px;
}

#Event-Details {
    padding: 30px 30px 0;
}

.cost_per_sec {
    padding: 0 30px 20px;
}

@media screen and (max-width: 991px) {

    .plans .plan {
        width: 100%;
    }

        .plans .plan .plan-content .plan-details {
            width: 70%;
            display: inline-block;
        }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content .plan-details {
        width: 100%;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

    .inspiration a {
        color: #666;
    }

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}




.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table_cell {
    display: table-cell;
    width: 100px;
}

.show-hide {
    display: none;
}

@media only screen and (max-width: 480px) {
    .show-hide {
        display: inline-block;
    }

    .information {
        display: none;
    }

        .information.toggle {
            display: block;
        }
}


.show-hide {
    display: none;
}

@media only screen and (max-width: 480px) {
    .show-hide {
        display: inline-block;
    }

    .information {
        display: none;
    }

        .information.toggle {
            display: block;
        }
}

.d-mobile {
    display: none;
}

.d-desktop {
    display: block;
}

@media(min-width: 240px) and (max-width: 767px) {
    .head-part, .two-btn {
        display: block;
    }

    .remove-btn, .selected-btn {
        width: 100%;
    }

    .head-part-right .input-group {
        width: 100%;
        margin: 15px 0 0 0;
        display: inline-flex;
    }

    .head-part-right-inner {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .two-btn1 .btn {
        margin: 15px 0 0 !important;
    }

    .progress_bar_sec {
        margin: 0 0 20px;
        width: 96%;
    }

    .event_details_box {
        padding: 15px;
    }

    .head-part-right .input-group > .form-select {
        text-align: center;
    }

    .vh-100 {
        display: inline;
    }

    .event_content .form_sec .form-control, .event_content .form_sec .form-select {
        text-align: center;
    }

    .event_details_sec .form_sec .form-control, .event_details_sec .form_sec .form-select {
        text-align: center;
    }

    .search-bar input.form-control {
        text-align: center;
    }

    .d-mobile {
        display: block !important;
    }

    .d-desktop {
        display: none !important;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .categories_img_box {
        margin-bottom: 20px;
    }

    .btn_save {
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

.sticky-bottom {
    position: -webkit-sticky;
    /*position: fixed !important;*/
    position: static !important;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    right: 0;
    overflow-x: hidden;
}



