/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&display=swap');

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    line-height: 1.5;
    letter-spacing: 1;
    font-size: 1.000em;
    font-family: 'Open Sans', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

i {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

i:hover {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

p {
    color: #7c8087;
}

.spa-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 2em;
    height: 75px;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header--scrolled {
    background: #fafafa;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.spa-header--move-up {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header__logo {
    color: #000;
}

.spa-header__link {
    margin-left: 1em;
    color: #000;
}

.sticky-nav-tabs {
    background: #ffffff;
}

.sticky-nav-tabs h1,
.spa-slide h1 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem;
}

.sticky-nav-tabs h3,
.spa-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
}
.custome-navbar ul li.active a {
    background: #dc3545;
    border-radius: 30px;
}
a.sticky-nav-tab.active {
    background: #dc3545;
    color: #fff;
}
.sticky-nav-tabs-container {
    width: 100%;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-first {
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0px;
    left: 0px;
}

.sticky-nav-tabs-container--top-first .heading-wrap,
.sticky-nav-tabs-container--top-second .heading-wrap {
    padding: 15px 15px !important;
}

.sticky-nav-tabs-container--top-second {
    position: fixed;
    top: 0;
    background: #fafafa;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0px;
    left: 0px;
    overflow: hidden;
}

.sticky-nav-tab {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.000em;
}

.sticky-nav-tab:hover {
    color: #D73333;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.sticky-nav-tab-slider {
    position: absolute;
    display: none;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #222222;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.sticky-nav-tab:first-child {
    margin-left: 15px;
}

iframe {
    border: none;
}
#offers {
    padding: 15px;
}
#offers .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
#offers .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.offer-box {
    border: 1px solid #dc3545;
    padding: 10px;
    word-break: break-word;
}
.offer-box strong {
    color: #dc3545;
}
.offer-box p {
    margin-bottom: 0.5em;
}

/*all-zaika-css*/
.heading-wrap {
    width: 100%;
    text-align: left;
    padding: 15px 0px;
}

.tabs-all {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.address-heading-title span {
    background: #3c3b3b;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 5px 0px 0px;
}

.address-heading-title span i {
    font-size: 10px;
    color: #fff;
}

.sticky-nav-tabs-container--top-second .heading-city-to-title,
.sticky-nav-tabs-container--top-second .address-heading-title,
.sticky-nav-tabs-container--top-second .map-area {
    display: none !important;
}

.heading-wrap .arrow-right {
    width: 18px;
    margin-right: 7px;
    display: none;
}

.search-icon {
    display: none !important; 
    float: right;
    font-size: 15px;
    margin-top: 4px;
}

.sticky-nav-tabs-container--top-second .arrow-right,
.sticky-nav-tabs-container--top-second .search-icon {
    display: inline-block;
}

.sticky-nav-tabs-container.sticky-nav-tabs-container--top-second .tabs-all {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
}

section.banner-sn-top {
    width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.user-social-icon i,
.social-wrap .arrow-right {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 8px 0 0;
    color: #222;
}

.social-wrap .arrow-right img {
    width: 20px;
}

.map-area i {
    color: #fff;
}

.map-area {
    background: #222222;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 4px solid #fff;
    float: right;
    margin: 20px 0px 0px;
}

.all-sn-bg {
    background: #eee;
}

section.restaurant-wrap {
    padding: 20px 0;
    overflow: hidden;
}

section.restaurant-wrap.all-sn-bg .address-heading-title span i {
    color: #b7b7b7;
    font-size: 1.000em;
}

section.restaurant-wrap.all-sn-bg .address-heading-title.d-flex span {
    background: none;
}

.spa-slide {
    padding: 30px 0 0;
}

.all-type-field-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.inner-wrap-field p {
    margin: 0 0 5px;
}

.inner-wrap-field,
.inner-wrap-field:hover {
    color: #222;
    display: block;
    text-decoration: none;
}

.inner-wrap-field span i {
    display: inline-block;
    margin-right: 3px;
}

.cl-green {
    color: #317658;
}

.popular-btn span {
    background: #c0ccba3b;
    color: #40a409;
    padding: 6px 15px;
    border-radius: 30px;
}

.heading-wrap.visible-inner .arrow-right,
.heading-wrap.visible-inner .search-icon {
    display: block;
}

.btn-cricle span {
    background: #fdfdfd;
    padding: 8px 15px;
    border-radius: 30px;
}

.btn-cricle span i {
    font-size: 12px;
    margin-right: 3px;
}

.counting-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 35px 0px;
    margin-top: 20px;
}

.counting-wrap input {
    max-width: 50px !important;
    background: none;
    border: none;
    text-align: center;
}

.counting-wrap span {
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 24px;
}

.title-text-info {
    text-align: center;
    font-size: 0.75rem;
    padding: 20px 0;
}

.add-btn {
    background: #000;
    border-color: #000;
    background: #000;
    color: #fff;
    width: 100%;
}
section#tab_5{
    margin-bottom: 60vh;
}
.fixed-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    /* margin: auto; */
    z-index: 99999;
    padding: 15px;
}
.spa-slide .container {
    position: relative;
    top: 140px !IMPORTANT;
}
.items-wrapper {
    position: relative;
}
.burger-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 30px;
    background: #ddd;
    font-size: 24px;
    opacity: 0.5;
    padding: 20px;
}
.burger-icon i {
    margin: 0 10px;
    display: inline-block;
}
.nav-link {
    padding: 0.5em 0.75em;;
}
.user-social-icon.d-flex {
    margin-right: 20px;
}
.fixed-btn:hover,
.add-btn:hover {
    background-color: #D73333;
    border-color: #D73333;
}

.addressaddsec a.btn {
    display: block;
    border-color: #d11e1e;
    color: #d11e1e;
    padding: 15px 15px;
    font-weight: 600;
    margin: 15px 0;
    max-width: 200px;
}

.addressaddsec a.btn:hover {
    background-color: #ffffff;
}

.addressaddsec a.btn i {
    font-size: 40px;
    margin-bottom: 10px;
}

.addressaddsec a.btn span {
    display: block;
}


/*all-zaika-css*/


/*dall-curry-page-css*/

.heading-wrap.visible-inner {
    padding-bottom: 25px;
    border: none;
}

.info-wrap .bg-inner::before {
    position: absolute;
    content: '';
    background: #fdfdfd;
    width: 100vh;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}

.info-wrap .bg-inner::after {
    position: absolute;
    content: '';
    background: #fdfdfd;
    width: 100vh;
    right: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}

.info-wrap .bg-inner {
    background: #fdfdfd;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.input-field {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.info-wrap label input {
    margin-right: 5px;
}

.number-of-oder {
    background: #40a409;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.modal-body .number-of-oder {
    background: #ededed;
    color: #000;
}

.add-note {
    background: #ededed;
    padding: 10px;
    font-weight: 600;
}

.modal-header a i {
    color: #000;
}
.modal {
    z-index: 99999 !important;
}

/*input-checkcout*/

.in-field input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #40a409;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.in-field input[type="radio"] {
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #ddd;
    border-radius: 30px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.in-field input[type="checkbox"]:checked {
    border: 2px solid #40a409;
    background: #40a409;
}

.in-field input[type="radio"]:checked {
    border: 2px solid #ddd;
    background: #ddd;
}

.in-field input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 8px !important;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}

.in-field input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px !important;
    background: #40a409;
    border-radius: 30px; 
}

.in-field input[type="radio"]:checked:after {
    width: 14px;
    top: 1px;
    left: 1px;
    transform: rotate(-55deg);
}

.in-field input[type="checkbox"]:checked:before,
.in-field input[type="radio"]:checked:before {
    width: 8px;
    top: 0px;
    left: 4px;
    transform: rotate(38deg);
}

.in-field input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.in-field input[type="checkbox"]:focus,
.in-field input[type="radio"]:focus {
    outline: none;
}


/*input-checkcout*/


/*accoding-css*/

.accordion-edit .accordion-header button {
    padding: 15px 0;
    font-weight: 600;
}

.accordion-edit .accordion-header {
    background: #fff;
}

.accordion-edit .accordion-header::before {
    position: absolute;
    content: '';
    width: 100vh;
    height: 100%;
    background: #fff;
    z-index: -1;
    right: 0px;
    top: 0px;
}

.accordion-edit .accordion-header::after {
    position: absolute;
    content: '';
    width: 100vh;
    height: 100%;
    background: #fff;
    z-index: -1;
    left: 0px;
    top: 0px;
}

.accordion-edit .accordion-header {
    position: relative;
    z-index: 1;
}

.accordion-edit .accordion-button:focus {
    background: none;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #000;
}

.accordion-edit .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accoding-number span {
    background: #40a409;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
}

.accoding-number input {
    max-width: 30px;
    text-align: center;
    background: none;
    border: none;
}

.accoding-number.number {
    margin-right: 10px;
}

.accoding-plus-minus {
    margin-left: -49px;
}

.accoding-plus-minus .plus {
    border: 2px solid #ddd;
    color: #000;
    background: transparent;
}

.accoding-edit-plus span {
    background: #40a409 !important;
    color: #fff !important;
    border-color: #40a409 !important;
}

.accoding-edit-plus {
    margin-left: 0;
    transition: all 0.5s linear;
}


/*accoding-css*/

.btn.customise {
    background: #f5f5f5;
    color: #000;
    font-size: 0.875em;
    border-radius: 30px;
    font-weight: 600;
    margin-left: 10px;
}

.model-tq-wrap span {
    font-size: 0.875em;
}

#tkmodal .all-type-field-wrap:last-child {
    border: none !important;
    padding-bottom: 0px !important;
}

button.btn-close {
    position: static;
    right: -5px;
    top: -5px;
    border: none;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.wh-fixed {
    width: 40px;
}

.title-heading-map p {
    font-size: 0.875em;
    font-weight: 400;
    margin: 0;
}

.title-heading-map {
    font-size: 1.000em;
    font-weight: 600;
}

.title-heading-map p span {
    color: darkgreen;
}

.unactive-schedule,
.active-standard {
    border: 1px solid #ddd;
    font-weight: 600;
}

.active-standard {
    border: 1px solid;
}

.overflow-active {
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}

h5.title-rupee a {
    font-size: 0.875em;
    color: darkgreen;
    text-decoration: none;
}

.add-items button {
    border-radius: 30px;
    font-size: 0.875em;
    font-weight: 600;
}

.add-items button span {
    display: inline-block;
    margin-right: 4px;
}

.list-wrap {
    line-height: 28px;
    font-size: 0.875em;
}

.title-rupee .map-marker {
    background: #222222;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-privacy {
    font-size: 0.75rem;
}

.thanku-sn {
    background: #ffffff;
    height: 100vh;
    text-align: center;
}

.thanku-wrap i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
    background: #4eae49;
    border: 2px solid #ddd;
}

.thanku-wrap h2 {
    font-weight: bold;
    color: #5c5c5c;
}

.thanku-wrap img {
    width: 15px;
    margin-right: 5px;
}

.thanku-wrap a {
    text-transform: uppercase;
    font-size: 0.875em;
    color: #207cec;
    font-weight: 600;
}

.accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
}


/*dall-curry-page-css*/


/*sign-in-css*/

section.header-menu {
    background: #000000;
    padding: 10px 0;
}

section.header-menu nav .navbar-brand {
    color: #fff;
}

/* .sign-in-form {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
} */

section.sign-in-sn {
    height: 100vh;
}
.sign-in-form label:not(.not-label) {
    display: none;
}
.sign-in-form .form-label-group {
    margin-bottom: 15px;
    position: relative;
}

.sign-in-form .form-label-group .icon-cl {
    position: absolute;
    top: 25%;
    right: 10px;
}

.sign-in-form .form-label-group input, .sign-in-form .form-label-group select, .sign-in-form .form-label-group textarea {
    background: #eee;
    border: 0px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
}

.sign-in-form .btn-primary,
.sign-in-form .btn-outline-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.sign-in-form .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.sign-in-form .card-title {
    text-transform: uppercase;
    font-weight: bold;
}

.sign-up-label .icon-cl {
    right: 27px !important;
}


/*sign-in-css*/


/*navbar-custome*/

.custome-navbar ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

nav.navbar.custome-navbar-wrap {
    padding: 0;
}

.custome-navbar ul li {
    list-style: none;
}

.custome-navbar ul {
    display: flex;
    margin: 0;
}

.toggle-btn-custom button {
    width: 40px;
    border-radius: 6px;
    border: none;
    padding: 6px 6px;
    background: no-repeat;
    margin-top: 2px;
}

.toggle-btn-custom button:focus {
    box-shadow: none;
    outline: none;
}

.toggle-btn-custom button span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 7px;
}

section.navbar-wrap {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    max-width: 360px;
    height: 100em;
    margin-left: -100em;
    transition: all 0.5s ease;
    display: none;
}

section.navbar-wrap.main-nav {
    margin-left: 0;
}

.navbar-field ul li {
    border-bottom: 1px solid #dddddd7a;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-field ul {
    margin: 0;
    list-style: none;
    line-height: 36px;
}

.navbar-field ul li a {
    color: #000;
    font-weight: 600;
}

.toggle-btn-custom {
    display: none;
}

.navbar-field ul li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    right: 6px;
    top: 23px;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
}

.profile-wrap {
    background: #EEEEEE;
    color: #000;
    padding: 25px 18px;
    margin: -15px;
    margin-bottom: 6px;
    margin-top: 0px;
    text-align: center;
}

.profile-wrap img {
    width: 85px;
    border-radius: 100%;
    margin-bottom: 15px;
}

.profile-wrap a {
    color: #000;
}

.profile-wrap p {
    margin: 20px 0 5px;
}

li.toggle-btn-custom button span:last-child {
    margin-bottom: 0;
}

.sub-menu-wrap {
    position: relative;
}

.sub-menu-wrap .sign-in-form {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 111;
    top: -182px;
    display: none;
    transition: all 0.5 ease;
}

.sign-in-form.block-popup {
    display: block;
    background-color: #ffffff;
    transition: all 0.5 linear;
}

.sign-in-form.block-popup .close-btn {
    position: absolute;
    right: 0;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 9;
}

.sign-in-form.block-popup .close-btn i {
    color: #fff;
}


/*navbar-custome*/

.accordion-item .info-wrap::after {
    position: absolute;
    content: '';
    width: 100vh;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: -1;
    top: 0;
}

.accordion-item .info-wrap::before {
    position: absolute;
    content: '';
    width: 100vh;
    height: 100%;
    background: #fff;
    right: 0;
    z-index: -1;
    top: 0;
}

.info-wrap {
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dialog-mobile {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
 
    .in-field input[type="radio"] {
    transform: translateY(4px);
}

    .dialog-mobile {
        max-width: 100%;
    }
    .banner-sn-top {
        height: 200px !important;
    }
    section.sign-in-sn {
        height: 100%;
        padding: 30px 0;
    }
    .toggle-btn-custom,
    section.navbar-wrap {
        display: block;
    }
    .navbar-wrap.only-for-index.main-nav {
        position: fixed;
        top: 0;
        z-index: 999999;
    }
    .navbar-wrap.only-for-index {
        position: fixed;
        top: 0;
        z-index: 999999;
    }
    .banner-sn-top .toggle-btn-custom button span {
        background: #000;
    }
    .banner-sn-top .toggle-btn-custom button span:last-child {
        margin-bottom: 1px;
    }
    .banner-sn-top .toggle-btn-custom {
        background: #fff;
        border-radius: 4px;
    }
    section.banner-sn-top .toggle-btn-custom button {
        padding: 8px 5px;
    }
    .user-toggle {
        position: absolute;
        top: 5px;
        right: 15px;
    }
    .toggle-btn-custom.user-toggle button {
        background: #fff;
        padding: 10px 7px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .d-none-add {
        display: none;
    }
 

}

@media (min-width: 800px) {
    .sticky-nav-tabs h1,
    .spa-slide h1 {
        font-size: 3rem;
    }
    .sticky-nav-tabs h3,
    .spa-slide h3 {
        font-size: 1rem;
    }
    .sticky-nav-tab {
        font-size: 1rem;
    }
}

.tabs-wrap {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.tab-animate {
    position: relative;
    transition: all 0.3s;
}

