.my_btn {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background: #ff7f07;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

::-webkit-scrollbar {
    background-color: #ff7f07 !important;
    width: 7px !important;
}

/* Change the width of the scrollbar thumb */
::-webkit-scrollbar-thumb {
    width: 8px !important;
    background-color: #fff !important;
}

.faq-section {
    background: #fdfdfd;
    min-height: 80vh;
    padding: 10vh 0 0;
}

#LocationModal {
    width: 40% !important;
    margin: auto !important;
}

.location_btn {
    margin-top: 20px;
    background-color: #fff;
    color: #9e9e9e;
    font-weight: 600;
    border: none !important;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.variation {
    color: var(--black, #000);

    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Sticky_header {
    background-color: #fff !important;
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Select_Location_btn {
    background-color: #ff7f07 !important;
    color: #fff;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 50px !important;
}

.location_btn_active {
    background-color: #ff7f07 !important;
    color: #fff;
    font-weight: 600;
    border: none !important;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px;
    font-size: 18px;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ff7f07;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #ff7f078a !important;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3b566e;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #ff7f07;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }

    section.contact-us #contact-form {
        width: 90% !important;
        padding: 40px 15px !important;
    }

    /* input,
    textarea {
        width: 250px !important;
    } */
}

section.contact-us #contact-form {
    position: relative;
    display: block;
    width: 1107px;
    height: auto;
    background-color: #fff;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.contact-us .section-heading {
    position: relative;
    display: block;
    margin: auto;
}

.section-heading h4 {
    line-height: 40px;
    font-size: 28px;
    font-weight: 900;
    color: #ff7f07;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

input,
textarea {
    width: 843px;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
}

input {
    height: 40px;
    padding: 0px 15px;
}

textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.contact-us span {
    /* height: 20px; */
    font-size: 12px;
    margin-bottom: 20px;
}

.valid_info_applicant_name,
.valid_info_email,
.valid_info_email,
.valid_info_contact_no,
.valid_info_city,
.valid_info_country,
.valid_info_address,
.valid_info_name,
.valid_info_website {
    display: inline-block;
    font-size: 13px;
    margin: 5px 2px;
}

.valid {
    border: 2px solid green;
    outline-color: green;
}

.invalid {
    border: 2px solid #ff7f07;
    outline-color: #ff7f07;
}

.btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.btn-primary {
    color: white !important;
    background-color: #ff7f07 !important;
    border-color: white;
}

.btn-primary:hover {
    background-color: white !important;
    color: #ff7f07 !important;
    border-color: #ff7f07;
}
.btn-outline-primary {
    background-color: white !important;
    color: black !important;
    border-color: white;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #ff7f07 !important;
    border-color: white;
}
.bg-grey {
    background-color: #f3f3f3;
}

#form-submit {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgb(219, 138, 222);
    background: linear-gradient(
        -145deg,
        rgba(219, 138, 222, 1) 0%,
        rgba(246, 191, 159, 1) 100%
    );
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    transition: all 0.3s;
}
.food-section {
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: #fdf7f1;
}
#form-submit {
    border: 1px solid #ff7f07;
    background: transparent;
    color: #ff7f07;
    transition: none;
    transform: none;
    cursor: default;
    cursor: pointer !important;
}

#form-submit:hover {
    border: 1px solid #ff7f07;
    color: #ff7f07;
    background: transparent;
    transition: none;
    cursor: pointer !important;
    transform: none;
    cursor: default;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #ffffff;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem;
    display: flex;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #ff7f07;
    color: #fff;
}

.navbar {
    background-color: white;
}

.restaurant-info {
    margin-top: 85px;
    height: 450px;
}
.background-img {
    width: 100%;
    height: 300px;
}
.logo {
    position: relative;
    top: -50px;
}

.btn-category {
    background-color: #e1e1e1;
    color: #303030;
    border-radius: 10px;
    box-shadow: 4px 6px 14px -2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 4px 6px 14px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 4px 6px 14px -2px rgba(0, 0, 0, 0.35);
    font-size: 20px;
}

.btn-category:hover {
    background-color: #ff7f07;
    color: white !important;
}

.btn-category:active {
    background-color: #ff7f07;
    color: white !important;
    border: 1px solid #f7f7f7;
}
.btn-category:focus {
    background-color: #ff7f07;
    color: white !important;
    border: 1px solid #f7f7f7;
}

@media only screen and (max-width: 800px) {
    .background-img {
        height: 140px !important;
    }

    .restaurant-info {
        height: 250px !important;
    }

    /* #logo {
        margin-left: -55px !important;
    } */
}

.cursor-pointer {
    cursor: pointer !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef !important;
}

.inner_detail {
    box-shadow: rgba(0, 0, 0, 0.133) 0px 2px 8px 0px !important;
    padding: 20px !important;
    border-radius: 20px !important;
    border: 2px solid rgb(243, 243, 243) !important;
    background-color: #ffffff !important;
}