:root{
    --bs-body-font-size: 16px;
    --bs-body-font-family: "DM Sans", serif;
    --sec-gap-margin: 100px;
    --sec-gap-padding: 100px;
}
a {
    color: #45B8E9;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #45B8E9;
    --bs-btn-border-color: #45B8E9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1896cb;
    --bs-btn-hover-border-color: #1896cb;
    --bs-btn-focus-shadow-rgb: 111,132,234;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1896cb;
    --bs-btn-active-border-color: #1896cb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6ed4ff;
    --bs-btn-disabled-border-color: #6ed4ff;
    --bs-btn-font-size: 16px;
    background: var(--bs-btn-bg);
}
.btn-danger {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.btn-danger:hover {
    color: #fff;
    background-color: #f52222;
    border-color: #f52222;
}
.login-body .btn-secondry {
    background: #333;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #333;
}
.login-body .btn-secondry:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}
img {
    max-width: 100%;
}
.align-center {
    align-items: center;
}
.logo img {
    max-width: 75px;
    max-height: 65px;
}
.btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    padding: 12px 30px;
    font-size: 17px;
    border: none;
}
.align-item-start {
    align-items: start;
}
.container-inner {
    width: 100%;
    padding-left: 120px !important;
    padding-right: 120px !important;
}
header#page-topbar {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.account-pages {
    background-size: cover;
    min-height: 100vh;
    font-family: "DM Sans", serif;
}
.login-popup {
    max-width: 550px;
    margin-right: 40px;
    width: 100%;
}
.login-popup .card {
    border-radius: 20px;
}
.login-header {
    text-align: left;
    margin-bottom: 20px;
}
.login-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
}
.login-header h2 > span {
    font-size: 32px;
    font-weight: 700;
}
.login-header p {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}
.login-body input, .login-body select {
    border-radius: 5px;
    padding: 0.67rem .75rem;
}
.input-group.auth-pass-inputgroup button {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 7px 15px;
}
.login-body  input:-internal-autofill-selected {
    background: #fff !important;
}
.text-right {
    text-align: right;
}
.forgot-text {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}
.login-btn {
    background: #45B8E9;
    border-color: #45B8E9;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.login-btn:hover {
    background: #1896cb;
    border-color: #1896cb;
}
.account-text {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}
.account-text a {
    margin-left: 4px;
    color: #121212;
    text-decoration: underline !important;
    font-weight: 600;
}
.login-popup-inner {
    padding: 10px 25px 0;
}   
.align-item-center {
    align-items: center;
}
#resetPass .modal-dialog {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
#resetPass .modal-content {
    max-width: 330px;
    text-align: center;
}
#resetPass .modal-content h5 {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
}
#resetPass .modal-content p {
    font-size: 16px;
    color: #828282;
}
#resetPass .modal-content .login-btn {
    padding: 8px 27px;
    width: 100%;
    margin: 0 0 5px;
}
.reg-block {
    display: flex;
    width: 100%;
    background: #ececec;
    margin: 15px 0px;
    border-radius: 7px;
    transition: 0.3s;
}
.reg-block:hover {
    box-shadow: -4px 6px 8px #0002;
}
.reg-block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.reg-block-text {
    color: #121212;
    font-weight: 600;
    font-size: 16px;
}
.navbar-header, .header-item {
    height: 85px;
    padding: 0;
    gap: 20px;
}

.app-search .form-control {
    height: 42px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 90px;
    min-width: 351px;
    font-size: 14px;
    font-weight: 500;
}
.app-search span {
    line-height: 42px;
}
.app-search button {
    background: #45b8e9;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border: none;
    border-radius: 0px 7px 7px 0;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    z-index: 9;
}   
.sec-restaurants ul.slick-dots {
    bottom: -50px;
}
.app-search button:hover {
    background: #1896cb;
}
.header-btn {
    padding: 10px 25px;
    color: #121212;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
    margin-left: 15px;
}
.header-btn:hover {
    background: #1896cb;
    color: #ffffff;
}
.signup-btn {
    background: #45b8e9;
    color: #fff;
}
.main-content.full-width {
    margin: 0;
    background: #fff;
}
.hero-banner {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #000;
    margin-top: 85px;
    display: flex;
    margin-bottom: var(--sec-gap-margin);
}
.banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.mobile-img {
    height: 100%;
    max-height: 650px;
    opacity: 0;
    width: 60%;
}
.banner-content {
    width: 40%;
}
.banner-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    line-height: 1.5;
    padding-right: 8.5%;
    margin-bottom: 30px;
}
.web-section {
    display: flex;
    margin-bottom: var(--sec-gap-margin);
    position: relative;
}
.section-title {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 40px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #121212;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
}
.section-title h3 {
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
}
.sec-restaurants {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.sec-restaurants .slick-list {
    width: 100%;
}
.restaurants-item {
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: calc(25% - 23px);
    overflow: hidden;
}
.slick-initialized .restaurants-item {
    margin: 0 7.5px;
}
.sec-restaurants button.slick-arrow.slick-prev {
    left: 25px;
}
.restaurants-item-img {
    display: flex;
    width: 100%;
}
.restaurants-item-img img {
    width: 100%;
    aspect-ratio: 2 / 1.3;
    object-fit: cover;
}
.restaurants-item-content {
    padding: 20px 16px;
}
.restaurants-item-content h3.title {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}
.restaurants-item-content h4.location {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
}
.price {
    display: inline-flex;
    background: #45b8e9;
    position: relative;
    top: 5px;
    padding: 2px 15px;
    gap: 5px;
    align-items: center;
    border-radius: 18px;
    color: #fff;
}
.goal-sec {
    background-color: #F3FAFD;
    display: flex;
    align-items: center;
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 60px 60px;
    flex-wrap: wrap;
}
.goal-left {
    width: 45%;
    padding-right: 10%;
}
.goal-left h2 {
    font-size: 40px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 15px;
}
.goal-left p {
    font-weight: 400;
    color: #828282;
}
.goal-left h2 span {
    font-weight: 700;
}
.goal-right {
    width: 55%;
    position: relative;
    padding-left: 140px;
}
.goal-list-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.goal-list-items::after {
    background: #45B8E91F;
    position: absolute;
    right: -60px;
    width: 100%;
    content: '';
    height: 70%;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 25px 0  0 25px;
}
.goal-item {
    background: #fff;
    z-index: 1;
    display: flex;
    gap: 20px;
    padding: 25px;
    box-shadow: 10px 4px 20px #0002;
    border-radius: 18px;
    align-items: center;
    width: 100%;
}
.goal-img {
    margin-left: -65px;
}
.goal-con h3 {
    font-size: 20px;
    font-weight: 600;
    color: #161B20;
    margin-bottom: 10px;
}
.goal-con p {
    font-size: 16px;
    color: #828282;
    font-weight: 400;
    margin: 0;
}
.goal-item.goal-item-active {
    margin-left: -100px;
    background: #45b8e9;
}
.goal-item-active .goal-con h3, .goal-item-active .goal-con p {
    color: #fff;
}
.about-sec {
    display: flex;
    gap: 6vw;
    width: 100%;
    align-items: center;
}
.about-left {
    width: 50%;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 40px;
}
.about-left h2 {
    font-size: 40px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-left p {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}
.about-ser-list {
    display: flex;
    gap: 30px;
}
.about-ser-list .card {
    box-shadow: 0 .75rem 1.5rem rgb(18 38 63 / 12%);
    margin: 20px 0 10px;
    border-radius: 15px;
}
.about-ser-list h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.about-ser-list h4 span {
    color: #45b8e9;
}
.about-ser-list p {
    margin: 0;
}
.about-right {
    width: calc(50% - 6vw);
}
.about-img-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.about-img-back {
    padding-left: 35%;
    width: 100%;
}
.about-img-back img {
    width: 100%;
    border-radius: 20px;
}
.about-img-front {
    padding-right: 40%;
    width: 100%;
    position: absolute;
    bottom: 7%;
}
.about-img-front img {
    width: 90%;
    border-radius: 20px;
    border: 5px solid #fff;
    object-fit: cover;
}
.about-img-card {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: -25px;
}
.about-img-card .card {
    margin: 0;
    width: 65%;
    border-radius: 20px;
    box-shadow: 0 .75rem 1.5rem rgb(18 38 63 / 11%);
    padding: 10px;
}   
.about-img-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    text-align: center;
}
.about-img-card .avatar-group {
    justify-content: center;
    margin-top: 16px;
}
.about-img-card .avatar-group .avatar-xs {
    height: 3rem;
    width: 3rem;
}
.sec-three .card {
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .10);
    border-radius: 15px;
    padding: 20px;
    margin: 0;
    height: 100%;
}
.three-sec {
    display: flex;
    gap: 20px;
    align-items: center;
}
.three-sec-img {
    width: 60px;
    text-align: center;
}
.three-sec-img img {
    width: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.three-sec-con {
    width: calc(100% - 80px);
}
.three-sec-con h4 {
    font-size: 20px;
    color: #253D4E;
    font-weight: 600;
    margin-bottom: 10px;
}
.three-sec-con p {
    color: #828282;
    margin: 0;
    font-size: 16px;
}
.bg-light-blue {
    background: #F6FCFF;
    padding: 60px 0;
}
.shop-content h4 {
    font-size: 40px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 15px;
}
.shop-content p {
    color: #828282;
    font-size: 16px;
}
.shop-sec {
    max-width: 500px;
}

.shop-sec-img {
    display: flex;
    align-items: center;
    gap: 5px;
}
.shop-sec-image {
    text-align: center;
}
.shop-sec-image img {
    max-width: 100%;
}
footer#page-footer {
    background: #F8F8F8;
    border-top: 1px solid #eee;
    padding-top: 52px;
}
.footer-address {
    margin-bottom: 25px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-address h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-address h4 span {
    color: #121212;
    margin-left: 6px;
}
.footer-address h4 span a {
    color: inherit;
}
.footer-menu h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #121212;
    margin-bottom: 20px;
}
ul.foot-menu {
    padding: 0;
    list-style: none;
}
ul.foot-menu li a {
    color: #828282;
    font-weight: 400;
}
ul.foot-menu li {
    margin-bottom: 10px;
}
ul.social-icons {
    display: flex;
    justify-content: end;
    gap: 10px;
    list-style: none;
    margin: 7px 0 20px;
}
.copyright {
    font-size: 15px;
    font-weight: 500;
    color: #121212;
}
#page-footer hr {
    border-color: #dcdcdc;
}
.menu-row .col-md-6 {
    justify-content: end;
    display: flex;
}
.inner-banner-space {
    margin-top: 85px;
}
.sec-restaurants-filter {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.filter-tag {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 16px;
    gap: 10px;
    border: 2px solid #dcdcdc;
    padding: 7px 20px 7px 15px;
    border-radius: 25px;
}
.filter-tag .clearfilfter {
    background: #ececec;
    padding: 4px 4px 3px 3px;
    line-height: 1;
    border: none;
    font-size: 13px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #777;
    display: none;
}
.active .filter-tag .clearfilfter {
    display: flex;
}
.active .filter-tag  {
    display: flex;
}
.active .filter-tag {
    color: #fff;
    border: 2px solid #2e99c7;
    background: #45b8e9;
    padding-right: 45px;
}
.filter-tag img {
    max-height: 27px;
}
.sec-restaurants-filter ul {
    display: flex;
    gap: 20px;
    padding: 0 0 12px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    scrollbar-color: #45b8e9 #dcf4ff;
    width: 100%;
}
.sec-restaurants-filter ul li {
    flex: 0 0 auto;
    position: relative;
}

.sec-restaurants-filter ul::-webkit-scrollbar {
    height: 5px; 
}

.sec-restaurants-filter ul::-webkit-scrollbar-track {
    background: #dcf4ff;
}
.sec-restaurants-filter ul::-webkit-scrollbar-thumb {
    background: #45b8e9;
    border-radius: 10px; 
    border: 2px solid #fff;
}
.single-details-img .carousel-item {
    border-radius: 20px;
    overflow: hidden;
}
.single-details-img .carousel-item img {
    aspect-ratio: 4/1.5;
    object-fit: contain;
    object-position: center;
    height: 100%;
    background-color: #dcdcdc;
}
.single-details-img button[data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.sec-resto-content {
    display: flex;
    margin-top: 0;
    gap: 100px;
    width: 100%;
    align-items: center;
}

.sec-resto-content .content-sec h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 7px;
}
.sec-resto-content .content-sec p {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}
.content-sec {
    width: 75%;
}
.sec-resto-content .button-sec {
    width: calc(25% - 100px);
    /* padding-top: 55px; */
}
.sec-resto-coupon {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.sec-resto-coupon .title-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.button-sec a.btn {
    padding: 12px 25px !important;
}
.sec-resto-coupon .title-sec h4 {
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.sec-resto-coupon .title-sec a {
    color: #45B8E9;
    transition: 0.3s;
}
.sec-resto-coupon .title-sec a:hover {
    color: #121212;
}
.coupons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.coupon-inner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    filter: drop-shadow(4px 6px 13px #0002);
    min-width: 350px;
    max-width: calc(25% - 15px);
}
.coupon-left {
    width: 69%;
    padding: 16px;
}
.coupon-right {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.coupon-left-top {
    display: flex;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #FBFBFB;
    color: #4D4D4D;
}
.coupon-left-bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}
.coupon-left-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coupon-left-bottom a {
    font-size: 13px;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
    transition: 0.3s;
}
.coupon-left-bottom a:hover {
    color: #45B8E9;
}
.coupon-right-content {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #45B8E9;
    text-transform: uppercase;
}
#coupon_details_heading {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
}
#coupon_details button.btn-close {
    background-color: #dcdcdc;
    color: #fff !important;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#coupon_details .modal-header {
    border: none;
}
#coupon_details .modal-footer {
    border: none;
}
.coupon-code {
    background: #FBFBFB;
    border: 1px solid #e5e5e5;
    border-radius: 45px;
    display: flex;
    align-items: center;
    padding: 16px 20px 14px;
    margin-bottom: 20px;
    justify-content: space-between;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.code-discount {
    color: #45B8E9;
    font-weight: 700;
}
.coupon-details ul {
    margin: 0;
}
.coupon-details ul li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #4D4D4D;
}
#coupon_details button.btn.btn-primary {
    font-size: 16px;
}
#coupon_details .modal-content {
    border-radius: 15px;
    padding: 10px 15px 15px;
}
.card.bg-orange {
    background: #FFBB96;
    border-radius: 15px;
}
.card.bg-orange i, .text-orange  {
    color: #FFBB96;
}
.card.bg-red {
    background: #F58692;
    border-radius: 15px;
}
.card.bg-red i, .text-red {
    color: #F58692;
}
.card.bg-voilet {
    background: #BE7EFF;
    border-radius: 15px;
}
.card.bg-voilet i, .text-voilet {
    color: #BE7EFF;
}
.card.bg-cyan {
    background: #6AD2FF;
    border-radius: 15px;
} 
.card.bg-cyan i, .text-cyan {
    color: #6AD2FF; 
}  
.noti-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.card-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.card-content-header h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.card-content-header img {
    max-width: 30px;
}
.card-content-body {
    display: flex;
    width: 100%;
    border-top: 1px solid #fff4;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff4;
}
.card-content-body p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.card-content-footer p {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.card-content-footer p a {
    color: #fff;
    text-decoration: underline !important;
    letter-spacing: 0.3px;
}
.noti-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}
.noti-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.noti-header > a {
    font-size: 14px;
    font-weight: 500;
    color: #45B8E9;
    transition: 0.3s;
}
.noti-header > a:hover {
    color: #121212;
}
ul.notification-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.noti-body {
    margin-bottom: 20px;
}
.notification-item .d-flex {
    padding: 20px;
    background: #fff;
    position: relative;
    padding-right: 50px;
}
.bg-light-gray {
    background: #f7f7f7;
}
.notification-item .d-flex:hover {
    background-color: #E6F7FE;
}

.notification-item {
    position: relative;
}
.status {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.status_cross {
    transition: 0.3s;
    opacity: 0;
    display: none;
}
.staus_unred {
    width: 10px;
    height: 10px;
    background: #45b8e9;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 1;
    display: block;
}
.notification-item:hover .d-flex + .status .staus_unred {
    opacity: 0;
    display: none;
}
.notification-item:hover .d-flex + .status .status_cross {
    opacity: 1;
    display: block;
}
.edit-profile-form {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.header-image {
    position: relative;
}
.header-image > img {
    width: 100%;
}
.header-image .user-avtar {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    overflow: hidden;
    background: #000;
    border-radius: 50%;
    border: 10px solid #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
}
a.edit-user {
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 0;
}
.header-image .user-avtar img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}
.header-image .user-avtar:hover a.edit-user {
    opacity: 1;
}
.header-image .user-avtar:hover img {
    opacity: 0.5;
}
.profile-body label {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
}
.profile-body input.form-control {
    border-radius: 45px;
    border-color: #E6E6E6;
    padding: 10px 20px;
    color: #121212;
    font-size: 16px;
}
.profile-body .form-group {
    margin-bottom: 25px;
}
.profile-body .form-group button.btn {
    border-radius: 10px;
    margin-top: 10px;
}
.profile-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.profile-list .pofile-card {
    flex: 0 calc(50% - 15px);
    margin: 0;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 15%);
    border-radius: 20px;
    transition: 0.3s;
}
.pofile-card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pofile-card-content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.3s;
}
.pofile-card-content  h4 {
    font-size: 18px;
    font-weight: 500;
    color: #121212;
    margin: 0;
    transition: 0.3s;
}
.profile-list .pofile-card:hover {
    background: #45b8e9;
}
.profile-list .pofile-card:hover .pofile-card-content img {
    background: #fff;
}
.profile-list .pofile-card:hover .pofile-card-content h4 {
    color: #fff;
}
.profile-body textarea.form-control {
    border-radius: 10px;
    border-color: #E6E6E6;
    padding: 10px 20px;
    color: #121212;
    font-size: 16px;
    min-height: 140px;
}
.nav-pills.coupon-nav .nav-link {
    background: #fff;
    border: 0px solid #45b8e9;
    border-radius: 0;
    margin: 0 0px;
    padding: 12px 12px;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}
.nav-pills.coupon-nav .nav-link.active {
    background: #45b8e9;
    color: #fff !important;
}
.nav-pills.coupon-nav .nav-item {
    border: 1px solid #45b8e9;
}
.nav-pills.coupon-nav .nav-item:first-child {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.nav-pills.coupon-nav .nav-item:last-child {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.bg-primary-subtle {
    background-color: #29cdf6;
}
.card {
    border-radius: 15px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.15);
}
.align-item-end {
    align-items: end;
}
.profile-card-btn {
    margin-top: 30px;
}
.profile-card-btn .btn {
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 6px;
}
.card-title {
    font-size: 18px;
    margin: 0 0 13px 0;
    font-weight: 600;
}
.subscriber-view-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.customer-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.customer-card {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    border: 0px solid #ececec;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0.25rem 0.6rem rgba(18, 38, 63, 0.1);
    width: calc(33.33% - 20px);
}
.customer-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
}
.customer-card-img {
    max-width: 70px;
}
.customer-card-content {
    width: calc(100% - 85px);
}
.customer-card-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.customer-card-content .contact {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.customer-card .coupon-code {
    margin-bottom: 0;
}
.customer-card-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.customer-card-button .btn {
    width: calc(50% - 5px);
    padding: 8px 10px;
    font-size: 16px;
}
.nav.coupon-nav {
    width: 100%;
}
.mfp-title {
    display: none;
}
#cus_gallery {
    width: 100%;
}
.slick-dots li button:before {
    font-size: 10px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #45b8e9;
}
button.slick-prev {
    left: 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #45b8e96b;
    border-radius: 50%;
}
button.slick-next {
    right: 20px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #45b8e96b;
    border-radius: 50%;
}
.slick-arrow span {
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
}
button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
button.slick-prev::before, button.slick-next::before {
    display: none;
}
.slick-dots li {
    margin: 0;
}
.subscriber-view-slider {
    width: 100%;
    position: relative;
}
.subscriber-view-slider .slick-track {
    display: flex !important;
    gap: 15px;
    margin: 10px 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #45b8e9;
}
.btn.header-item {
    padding: 10px 15px;
}
.request-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.request-btn {
    display: flex;
    gap: 10px;
}
.request-btn a {
    transition: 0.3s;
    position: relative;
    top: 0;
}   
.request-btn a:hover {
    top: -5px;
}
a.table-link {
    color: inherit;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    bottom: 1em;
    font-size: 0.8em;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: 0.4em;
    bottom: 0.8em;
}

.active>.page-link, .page-link.active {
    color: #fff;
    background-color: #45b8e9;
    border-color: #45b8e9;
}
.mm-active {
    color: #45b8e9 !important;
}
.mm-active .active {
    color: #45b8e9 !important;
}
.full-col {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.table_heading .top-filter {
    display: flex;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}   
.table_heading .top-filter .filter-col {
    width: calc(25% - 12px);
}
.table_heading .top-filter .filter-col span.select2.select2-container {
    height: 40px;
    width: 100%;
}
.table_heading .top-filter .filter-col span.select2.select2-container span.selection span.select2-selection {
    margin: 0 1px !important;
    height: 40px;
    border: 1px solid #dcdcdc;
}
.table_heading .top-filter .filter-col span.select2.select2-container span.selection span.select2-selection .select2-selection__rendered {
    line-height: 38px !important;
    font-size: 14px;
}
.table_heading .top-filter .filter-col span.select2.select2-container span.selection span.select2-selection span.select2-selection__arrow {
    height: 38px;
    width: 26px;
}
.table_heading .top-filter .filter-col label {
    margin-bottom: 3px;
    font-size: 15px;
    width: 100%;
}

.table_heading .top-filter .filter-col input.form-control {
    border: 1px solid #dcdcdc;
    font-size: 14px !important;
    padding: 8px 10px;
}
.table_heading .top-filter .filter-col.filter-buttons button {
    padding: 8px 15px;
    font-size: 15px;
}
.table_heading .top-filter .filter-col.filter-buttons {
    width: 100%;
}
.table_heading .top-filter .filter-col.filter-buttons .input-group {
    justify-content: end;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #45b8e9;
    color: white;
}
.select2-dropdown {
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
}
.select2-results__option {
    color: #121212;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #45b8e9;
    color: #fff;
}
div#datatable-inline_filter i {
    display: none !important;
}
div#datatable-inline_filter input.form-control {
    margin: 0 !important;
    width: 100%;
    line-height: 1.5;
}
ul.top-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
ul.top-menu li a {
    padding: 30px 15px;
    color: #121212;
}
ul.top-menu li a:hover {
    color: #45b8e9;
}
.pagination-wrap {
    margin-top: 30px;
}
.pagination-wrap nav {
    display: flex;
    justify-content: center;
}
.pagination-wrap nav ul.pagination {
    margin: 0;
}
.pagination-wrap nav ul.pagination li.page-item .page-link {
    font-size: 12px !important;
}
.pagination-wrap nav ul.pagination li.page-item:first-child .page-link, .pagination-wrap nav ul.pagination li.page-item:last-child .page-link {
    font-size: 24px !important;
    line-height: 1;
    padding: 5px 12px;
}
.page-search {
    display: flex;
    width: 100%;
}
form#searchForm {
    width: 100%;
    display: flex;
    gap: 10px;
}
form#searchForm input.search.form-control {
    padding: 9px 10px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    min-width: 270px;
}
form#searchForm button.btn {
    font-size: 14px;
    padding: 10px 25px !important;
    height: auto;
    max-height: inherit;
}
.coupons > h3 {
    font-size: 18px;
    margin-top: -15px;
}
form#searchForm label {
    color: #121212;
    margin-bottom: 3px;
    font-size: 15px;
}
.left-main-menu.vertical-menu {
    background: #45b8e9;
    top: 85px;
}
.left-main-menu .menu-title {
    color: #ffffff;
    background: #289ed1;
}
.left-main-menu #sidebar-menu ul li a {
    color: #ffffffde;
    font-size: 14px;
}
 #sidebar-menu ul li a i {
    color: #ffffffde;
}
.left-menu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #0008;
    top: 85px;
    left: 0;
    z-index: 9;
    display: none;
}
.sidebar-enable .left-menu-overlay {
    display: block;
}
.app-search {
    padding: 0;
    min-width: 400px;
}
.app-search .position-relative {
    display: flex;
    padding-right: 50px;
}
.app-search .input-group {
    width: 100%;
    border-radius: 0 !important;
}
.app-search-group input {
    width: 150px !important;
    min-width: 150px !important;
    padding: 10px !important;
    border-right: 1px solid #dcdcdc !important;
    margin-right: 1px;
    font-size: 13px !important;
}
.app-search .clearSearch {
    position: relative;
    background: #00000012;
    width: 40px;
    height: 42px;
    padding: 0;
    color: #0005;
    z-index: 9;
}
.app-search .clearSearch:hover {
    color: #0005;
    background: #dcdcdc;
}

.sec-restaurants-filter ul > li > .clearSearch {
    position: absolute;
    background: transparent;
    width: 40px;
    height: 42px;
    padding: 0;
    color: #0005;
    z-index: 9;
    top: 2px;
    right: 2px;
    border: none;
    display: none;
}
.sec-restaurants-filter ul > li > .active + button.clearSearch {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-restaurants-filter ul > li > .clearSearch i {
    background: #ececec;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    line-height: 0;
}
.sec-restaurants-filter ul > li > .clearSearch:hover {
    color: #0005;
    background: transparent;
}
.sec-restaurants-filter ul > li > .clearSearch:hover i {
    background: #dcdcdc;
}
.app-search .input-group button.clearSearch {
    border-radius: 0;
}
.custom-icon {
    display: flex;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1;
    text-align: center;
}
.sec-restaurants button.slick-arrow {
    font-size: 15px !important;
    color: #fff;
    opacity: 1;
}
.coupon-code-img {
    aspect-ratio: 2/1;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}
.coupon-code-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
p.under_membership_coupon {
    margin-bottom: 0;
}
.qrcodecontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.qrcodecontainer img {
    border: 1px solid #dcdcdc;
    max-width: 300px;
    border-radius: 10px;
}
.share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.share-buttons label {
    margin: 0;
    font-weight: 600;
}
.sare-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sare-icon a {
    color: #000;
    font-size: 20px;
    transition: 0.3s;
    margin-top: 0;
}
.sare-icon button {
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    transition: 0.3s;
    margin-top: 0;
}
.sare-icon a:hover, .sare-icon button:hover{
    margin-top: -5px;
}
.face-profile {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: end;
    position: relative;
    padding-left: 15px;
}
.profile_img_container {
    margin-bottom: 20px;
    max-width: 130px;
    margin-top: -80px;
}
.profile_img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 130px;
    max-height: 130px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid #dcdcdc;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6  {
    color: #000;
}
.page-header-search-dropdown.show {
    background: #ffffff;
    min-width: 430px;
    padding: 15px !important;
}
.avatar-xs {
    aspect-ratio: 1/1;
}
@media only screen and (max-width: 1600px)  {
    .container-inner {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    header#page-topbar {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    :root {
        --sec-gap-margin: 70px;
        --sec-gap-padding: 70px;
    }
    .banner-content h1 {
        font-size: 55px;
    }
    .section-title h2, .goal-left h2, .about-left h2, .shop-content h4 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1400px)  {
    .coupon-inner {
        max-width: calc(33.33% - 15px);
    }
    .mobile-img {
        max-height: 575px;
    }
    .banner-content h1 {
        font-size: 45px;
    }   
    .section-title {
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .section-title h2, .goal-left h2, .about-left h2, .shop-content h4 {
        font-size: 28px;
    }
    .shop-sec-img img {
        max-height: 50px;
    }
    .login-header h2 {
        font-size: 20px;
    }
    .login-header h2 > span {
        font-size: 26px;
    }
    
}

@media only screen and (max-width: 1200px)  {
    :root {
        --sec-gap-margin: 50px;
        --sec-gap-padding: 50px;
    }
    header#page-topbar {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .container-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .hero-banner {
        background-size: contain;
    }
    .mobile-img {
        max-height: 575px;
        width: 50%;
    }
    .banner-content {
        width: 50%;
    }
    .banner-content h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .app-search .form-control {
        min-width: 280px;
    }
    .about-ser-list {
        gap: 0;
        flex-direction: column;
    }
    .about-left {
        padding: 25px;
    }
    .section-title h2, .goal-left h2, .about-left h2, .shop-content h4 {
        font-size: 25px;
    }
    .sec-resto-content .content-sec h2 {
        font-size: 20px;
    }
    .header-btn {
        padding: 10px 16px;
        margin-left: 3px;
        font-size: 15px;
    }
    
}

@media only screen and (max-width: 991px)  {
    .mobile-img {
        max-height: 500px;
        width: 50%;
    }
    .banner-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .btn {
        --bs-btn-padding-x: 30px;
        --bs-btn-padding-y: 10px;
        padding: 10px 30px;
        font-size: 14px;
    }
    .section-title h2, .goal-left h2, .about-left h2, .shop-content h4 {
        font-size: 22px;
    }
    .sec-restaurants {
        gap: 20px;
    }
    .restaurants-item {
        width: calc(33.33% - 14px);
    }
    .goal-sec {
        border-radius: 15px;
        padding: 30px 30px;
    }
    .goal-left {
        width: 100%;
        padding-right: 0;
    }
    .goal-right {
        width: 100%;
        padding-left: 140px;
    }
    .goal-list-items::after {   
        right: -30px;
    }
    .about-sec {
        gap: 6vw;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about-left {
        padding: 25px;
        width: 100%;
    }   
    .about-right {
        width: calc(100% - 0vw);
    }
    .sec-three .col-sm-6.col-md-4 {
        width: 100%;
    }
    .sec-three {
        gap: 30px;
    }
    .footer-address h4 {
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        word-break: break-all;
    }
    .footer-address h4 {
        font-size: 15px;
    }
    ul.foot-menu li a {
        font-size: 14px;
    }
    .sec-resto-content {
        gap: 50px;
    }
    .content-sec {
        width: 65%;
    }
    .sec-resto-content .button-sec {
        width: calc(35% - 50px);
    }
    .profile-list {
        gap: 15px;
    }
    .profile-list .pofile-card {
        flex: 0 calc(100% - 0px);
        border-radius: 15px;
    }
    .table_heading .top-filter .filter-col {
        width: calc(50% - 8px);
    }
    .sec-restaurants ul.slick-dots {
        bottom: -35px;
    }
    
}

@media only screen and (max-width: 767px)  {
    :root {
        --sec-gap-margin: 25px;
        --sec-gap-padding: 40px;
    }
    header#page-topbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mobile-img {
        display: none;
    }
    .banner-content {
        width: 100%;
        padding: 40px 25% 40px 0;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .restaurants-item {
        width: calc(50% - 10px);
    }
    .goal-con {
        width: calc(100% - 25px);
    }
    .goal-img {
        margin-left: -55px;
        width: 60px;
    }
    .menu-row .col-md-6 {
        justify-content: start;
    }
    .account-pages .justify-content-end {
        justify-content: center !important;
    }
    .login-popup {
        max-width: 450px;
        margin-right: 0;
        width: 100%;
    }
    .header-btn {
        padding: 8px 20px;
        margin-left: 12px;
        font-size: 14px;
    }
    .sec-restaurants-filter ul li {
        flex: 0 0 auto;
    }
    .content-sec {
        width: 100%;
    }
    .sec-resto-content .button-sec {
        width: 100%;
        padding-top: 10px;
        margin-bottom: 25px;
    }
    .sec-resto-content {
        gap: 0;
        flex-direction: column;
    }
    .coupon-inner {
        max-width: calc(50% - 15px);
        min-width: 290px;
    }
    .goal-right {
        padding-left: 120px;
    }
    .single-details-img .carousel-item img {
        aspect-ratio: 4/1.8;
    }
    .btn.header-item {
        padding: 10px 7px;
    }
    .noti-icon .badge {
        top: 20px;
        right: 0px;
        width: 16px;
        height: 16px;
    }
    
    
}
@media only screen and (max-width: 640px)  {
.coupon-inner {
    max-width: 100%;
}
.banner-content {
    width: 100%;
    padding: 40px 0;
    background: #0006;
}
.section-title h3 {
    font-size: 20px;
}
.edit-profile-form {
    gap: 70px;
}
.header-image .user-avtar {
    width: 85px;
    border: 7px solid #fff;
    height: 85px;
}
.noti-image.mt-5 {
    margin-top: 20px !important;
}
.card-title {
    font-size: 16px;
}
.table-nowrap td, .table-nowrap th {
    font-size: 14px;
}
.subscriber-view-slider .slick-track {
    gap: 5px;
}
.customer-card {
    padding: 13px;
}
button.slick-prev, button.slick-next {
    display: none !important;
}
.card-body {
    padding: 1.05rem 1.05rem;
}
form#searchForm {
    flex-direction: column;
}
form#searchForm label.w-100 {
    display: none;
}
form#searchForm button.btn {
    width: 50%;
}
.nav.coupon-nav {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
}
.profile_img_container {
    margin-bottom: 20px;
    max-width: 100px;
    margin-top: -50px;
}
.sec-resto-content .content-sec h2 {
    font-size: 18px;
    padding-bottom: 10px;
}
}

@media only screen and (max-width: 580px)  {
    .banner-content h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .goal-sec {
        border-radius: 15px;
        padding: 15px 15px;
    }
    .goal-right {
        padding-left: 70px;
    }
    .goal-item.goal-item-active {
        margin-left: -40px;
    }
    .goal-list-items::after {
        right: -15px;
    }
    .goal-con h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .goal-con p {
        font-size: 15px;
        line-height: 1.4;
    }
    .about-img-card .card {
        width: 84%;
        padding: 0;
    }
    .about-img-card h5 {
        font-size: 16px;
    }  
    .three-sec-con h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .shop-sec {
        max-width: 500px;
        margin-bottom: 40px;
        text-align: center;
    }
    .shop-sec-img {
        justify-content: center;
    }
    .copyright {
        text-align: center;
    }
    ul.social-icons {
        justify-content: center;
        padding: 0;
    }
    .login-popup-inner {
        padding: 0px 10px 0;
    }
    .login-popup {
        max-width: 320px;   
    }
    .navbar-header, .header-item {
        padding: 0;
    }
    .single-details-img .carousel-item {
        border-radius: 20px;
        overflow: hidden;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px)  {
    :root {
        --sec-gap-margin: 20px;
        --sec-gap-padding: 35px;
    }
    .section-title {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .banner-content p {
        font-size: 16px;
        opacity: 1;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .banner-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .btn {
        --bs-btn-padding-x: 30px;
        --bs-btn-padding-y: 10px;
        padding: 8px 24px;
        font-size: 14px;
    }
    .restaurants-item {
        width: 100%;
    }
    .section-title h2, .goal-left h2, .about-left h2, .shop-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .goal-right {
        padding-left: 30px;
    }
    .goal-item.goal-item-active {
        margin-left: 0;
    }
    .about-left {
        padding: 20px;
    }
    .sec-three .card {  
        padding: 0;
        margin: 0;
    }
    .three-sec-img {
        width: 40px;
    }
    .three-sec-con {
        width: calc(100% - 60px);
    }
    .footer-menu h4 {
        margin-bottom: 10px;
    }
    .header-btn {
        padding: 7px 12px;
        margin-left: 12px;
        font-size: 12px;
    }
    .card-content-body p {
        font-size: 14px;
    }

    .card-content-header h3 {
        font-size: 18px;
    }
    .card-content-body {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pofile-card-content  h4 {
        font-size: 16px;
    }
    .nav-pills.coupon-nav .nav-link {
        font-size: 14px;
    }

    .table_heading .top-filter .filter-col {
        width: calc(100% - 0px);
    }
    .app-search .position-relative {
        display: flex;
        padding-right: 0;
        flex-wrap: wrap;
    }
    .app-search button {
        position: relative;
        border-radius: 7px;
        padding: 12px 25px;
        width: 100%;
    }
    .app-search-group input[type="text"] {
        width: calc(100% - 50px) !important;
        max-width: calc(100% - 50px) !important;
        padding: 10px !important;
        border-right: 0px solid #dcdcdc !important;
        margin-right: 0px;
        font-size: 13px !important;
        border-radius: 5px !important;
        margin-bottom: 10px;
    }
    .app-search .input-group button.clearSearch {
        right: 0;
        position: absolute;
        height: calc(100% - 10px);
        border-radius: 5px !important;
    }
    .page-header-search-dropdown.show {
        min-width: inherit;
    }
    .app-search {
        min-width: 100%;
    }

}
