h1 {
    font-size: 52px;
    line-height: 56px;
    font-style: normal;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}
h2 {
    font-size: 36px;
    line-height: 46px;
    font-style: normal;
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        line-height: 1.2;
    }
}
h3 {
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}
h4 {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
}

@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 1.2;
    }
}
h5 {
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
}

body {
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(100, 100, 100);
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-wrapper {
    width: 100%;
    padding: 0px;
    font-size: 16px;
}

/* .header-inner img{max-height: 120px;} */
.top-header {
    display: flex;
    justify-content: center;
}

.widget-wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    box-sizing: border-box;
    padding: 10px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.content-section,
.best-apps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 50px 0px 45px 0px;
}

.section-container,
.header-container {
    width: 100%; /*display: block;*/
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-section .content-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div,
ol,
span,
input,
textarea,
div,
class,
select,
section,
header,
footer,
img {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#container {
    width: 100%;
}

.d_flex {
    display: flex;
}

.flex_justify_space_between {
    justify-content: space-between;
}

.flex_gap_10 {
    gap: 10px;
}

.full_width {
    width: 100%;
}

.page_width {
    width: 1005px;
    text-align: left;
}

.page-container {
    max-width: 1280px;
    padding: 0px 40px;
    text-align: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

.left_side {
    float: left;
}

.right_side {
    float: right;
}

.col {
    float: left;
}

.clearfix {
    clear: both;
}

a img {
    border: 0px;
}

img {
    max-width: 100%;
}

.hide {
    display: none;
}

.wd_100 {
    width: 100%;
}

.wd_95 {
    width: 95%;
}

.wd_90 {
    width: 90%;
}

.wd_85 {
    width: 85%;
}

.wd_80 {
    width: 80%;
}

.wd_75 {
    width: 75%;
}

.wd_70 {
    width: 70%;
}

.wd_65 {
    width: 65%;
}

.wd_60 {
    width: 60%;
}

.wd_55 {
    width: 55%;
}

.wd_50 {
    width: 50%;
}

.wd_45 {
    width: 45%;
}

.wd_40 {
    width: 40%;
}

.wd_35 {
    width: 35%;
}

.wd_30 {
    width: 30%;
}

.wd_25 {
    width: 25%;
}

.wd_20 {
    width: 20%;
}

.wd_15 {
    width: 15%;
}

.wd_10 {
    width: 10%;
}

.txt_align_left {
    text-align: left;
}

.txt_align_center {
    text-align: center;
}

.txt_align_right {
    text-align: right;
}

.txt_single_line {
    white-space: nowrap;
}

.position_relative {
    position: relative;
}

p {
    color: var(--color-body);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    font-size: 28px;
    color: #000;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    color: #000;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    color: #000;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

/* a{ color:#B70000;} */
/*GERENRIC_SECTION_START*/
.cursor_pointer {
    cursor: pointer;
}

.gerenric-heading {
    width: 100%;
    text-align: left;
}

.gerenric-heading h2 {
    font-size: 36px;
    color: var(--color-heading);
    font-weight: 600;
    margin-bottom: 10px;
}

.gerenric-heading h5 {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--color-primary);
    text-transform: uppercase;
}

.gerenric-heading .heading-divider {
    max-width: 700px;
    height: 60px;
    background: url(../images/heading_divider.png) 0px 0px no-repeat;
    background-size: 700px;
    margin: auto;
}

.gerenric-heading .heading-divider.mb-50 {
    margin-bottom: 50px;
}

.gerenric-padding {
    padding: 70px 0px;
}

.gerenric-form {
    width: 100%;
}

.gerenric-form ul li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
}

.gerenric-form ul li .form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gerenric-form ul li .form-left {
    width: 50%;
    padding-right: 10px;
}

.gerenric-form ul li .form-right {
    width: 50%;
    padding-left: 10px;
}

.gerenric-form ul li .form-label {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #412210;
    margin-bottom: 10px;
}

.gerenric-form ul li .form-field {
    width: 100%;
}

.gerenric-input {
    width: 100%;
    height: 65px;
    padding: 13px 15px;
    font-size: 20px;
    color: #412210;
    border-radius: 10px;
    background-color: #dee4d8;
    border: 0px;
}

.gerenric-input:focus {
    outline: none;
}

.gerenric-input.gerenric-textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.gerenric-button {
    min-width: 200px;
    background-color: var(--color-primary);
    border-radius: 50px;
    border: 0px;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}

.gerenric-button .btn-icon {
    transition: all 0.3s ease-in-out;
}

.gerenric-button .btn-icon:first-child {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin-left: -20px;
}

.gerenric-button .btn-icon:last-child {
    transform: translateX(0);
}

.gerenric-button:hover .btn-icon:first-child {
    opacity: 1;
    margin-left: 0;
    overflow: visible;
    visibility: visible;
}

.gerenric-button:hover .btn-icon:last-child {
    opacity: 0;
    margin-left: -20px;
    visibility: hidden;
    transform: translateX(20px);
}

/* .gerenric-button:hover{background-color: var(--color-secondary); color: #000;} */
.grnc_tabnav {
    width: 100%;
    margin-bottom: 30px;
}

.grnc_tabnav_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.grnc_tabnav_tabs > li {
    line-height: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.grnc_tabnav_tabs > li span {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

.grnc_tabnav_tabs > li > a {
    min-width: 120px;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #d6d6d6;
    color: #6b6b6b;
}

.grnc_tabnav_tabs > li > a:hover {
    background-color: #789463;
    color: #ffe986;
}

.grnc_tabnav_tabs > .active > a {
    cursor: default;
    background-color: #412210;
    color: #ffe986;
}

.grnc_tabnav_content {
    width: 100%;
}

.grnc_tabnav_content.active {
    display: block;
}

.grnc_tabnav_content.hide {
    display: none;
}

/*GERENRIC_SECTION_END*/
/*HEADER_SECTION_START*/
.menu_icon {
    display: none;
}

#header-section {
    width: 100%;
    background-color: #ecf0ef;
    padding: 0px;
}

#header-section .bg-white {
    background-color: var(--color-white);
}

#header-section.headersticky {
    margin-top: 0px;
    z-index: 99999;
    position: fixed;
    transition: all 0.3s;
}

#header-section.headersticky.show_sticky,
#header-section.headersticky.pages_show_sticky {
    background-color: #fff;
    height: 85px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

#header-section .home-page .header-logo img {
    max-width: 160px;
    transition: 0.3s all;
    -webkit-transition: all 0.3s;
}

#header-section .inner-page .header-logo img {
    max-width: 65px;
    transition: 0.3s all;
    -webkit-transition: all 0.3s;
}

#header-section .headersticky.show_sticky .header-logo img,
#header-section.heaersticky.pages_show_sticky .headeer-logo img {
    max-width: 65px;
}

#header-section .heaersticky.pages_show_sticky img {
    max-width: 65px;
}

/* #header-section.headersticky #logo{width: 290px; transform: scale(40%); visibility: hidden;  transform-origin: 0 0; }  */
/* #header-section.headersticky #logo-big{width: 190px; position: absolute;}  */
/* #header-section.headersticky #logo img{width: 100%;}  */
#header-section .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 10px 0;
}

/* #logo{width: 200px; -webkit-transition: all 0.3s;transition: all 0.3s;} */
#header-section .header-search {
    display: flex;
    align-items: center;
    padding-right: 24px;
    padding-top: 10px;
}

#header-section .header-search .header-search-input {
    width: 100%;
    background-color: #5e8046;
    font-size: 17px;
    color: #f1cf69;
    border-radius: 100px;
    height: 40px;
    padding: 6px 40px 6px 25px;
    border: 1px solid #f1cf69;
}

#header-section .header-search .header-search-input::-moz-placeholder {
    color: #f1cf69;
}

#header-section .header-search .header-search-input::placeholder {
    color: #f1cf69;
}

#header-section .header-search .header-search-input::-moz-placeholder {
    color: #f1cf69;
}

#header-section .header-search .header-search-input:focus {
    outline: none;
}

#header-section .header-search .header-search-icon {
    width: 20px;
    height: 20px;
    border: 0px;
    cursor: pointer;
    background: url(../images/search_icon.png) 0px 0px no-repeat;
    background-size: 20px;
    position: absolute;
    right: 15px;
}

#header-section .header-search .header-search-icon:focus {
    outline: none;
}

/*HEADER_SECTION_END*/
/*DRAWER MENU START*/
.drawer-menu-cont {
    max-width: 645px;
    position: fixed;
    transform: translateX(100%);
    top: 0;
    left: auto;
    right: 0;
    background-color: #000;
    z-index: 100000001;
    transition: transform 0.3s ease;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100vh;
}

.drawer-menu-cont::-webkit-scrollbar {
    display: none;
}

.drawer-menu-cont[data-position="right"] {
    left: auto;
    right: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.drawer-menu-cont .close-btn {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    z-index: 111;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.drawer-menu-cont .close-btn:hover {
    color: var(--color-secondary);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.drawer-menu-cont .close-btn span {
    padding-right: 18px;
}

.drawer-menu-cont .drawer-content {
    padding: 120px 73px 15px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.drawer-menu-cont .drawer-content::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .drawer-menu-cont .drawer-content {
        padding: 50px;
    }
}
@media (max-width: 575px) {
    .drawer-menu-cont .drawer-content {
        padding: 50px;
    }
}
.drawer-menu-cont .drawer-content .drawer-logo {
    text-align: center;
    padding-bottom: 40px;
}

.drawer-menu-cont .drawer-content .drawer-info {
    text-align: center;
    position: relative;
    padding: 50px 0;
}

.drawer-menu-cont .drawer-content .drawer-info::after,
.drawer-menu-cont .drawer-content .drawer-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #2e2e2e;
    left: 0;
    transition: 0.7s;
}

.drawer-menu-cont .drawer-content .drawer-info::before {
    top: 0;
}

.drawer-menu-cont .drawer-content .drawer-info::after {
    bottom: 0;
}

.drawer-menu-cont .drawer-content .drawer-info .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}

.drawer-menu-cont .drawer-content .drawer-info .text {
    color: #bababa;
    font-size: 18px;
}

.drawer-menu-cont .drawer-content .drawer-info .text a {
    color: #bababa;
    transition: all 0.3s ease-in-out;
}

.drawer-menu-cont .drawer-content .drawer-info .text a:hover {
    color: var(--color-primary);
}

.drawer-menu-cont .drawer-content .drawer-info__link {
    font-size: 20px;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0.4s;
}

.drawer-menu-cont .drawer-content .drawer-info__link:hover {
    color: var(--color-secondary);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0.4s !important;
}

.drawer-menu-cont
    .drawer-content
    .drawer-info__link:hover
    .wrapper.open
    > .drawer-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: initial;
    z-index: 9;
}

.drawer-menu-cont .drawer-content .drawer-social {
    text-align: center;
    padding: 37px 15px;
}

.drawer-menu-cont .drawer-content .drawer-social ul {
    gap: 20px;
    display: flex;
    padding-left: 0;
    justify-content: center;
}

.drawer-menu-cont .drawer-content .drawer-social ul li {
    display: block;
}

.drawer-menu-cont .drawer-content .drawer-social ul li a {
    padding: 8px 0px;
    font-size: 16px;
    color: #d8d8d8;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-radius: 3px;
}

.drawer-menu-cont .drawer-content .drawer-social ul li a i {
    min-width: 28px;
}

.drawer-menu-cont .drawer-content .drawer-social ul li a:hover {
    color: #fff;
}

.drawer-menu-cont .drawer-content .drawer-social ul li a:hover i {
    color: var(--color-primary);
}

.social-block ul li a.facebook {
    padding: 5px 0px;
    display: block;
    background-color: #1877f2;
}

.social-block ul li a.twitter {
    display: block;
    background-color: #1da1f2;
}

.social-block ul li a.instagram {
    display: block;
    background-color: #e1306c;
}

.social-block ul li a.linkedin {
    display: block;
    background-color: #0077b5;
}

.social-block ul li a.pinterest {
    display: block;
    background-color: #e60023;
}

.drawer-close-btn-animation-lines {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 23px;
    overflow: hidden;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.drawer-close-btn-animation-lines::after,
.drawer-close-btn-animation-lines::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0s;
}

.drawer-close-btn-animation-lines::before {
    transform: rotate(45deg) translateX(-100%);
}

.drawer-close-btn-animation-lines::after {
    transform: rotate(-45deg) translateX(-100%);
}

.drawer-close-btn-animation-lines .close-btn-shape-line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    background-color: currentColor;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0s;
}

.drawer-close-btn-animation-lines .close-btn-shape-line.anim-line-1 {
    transform: rotate(45deg) translateX(0);
}

.drawer-close-btn-animation-lines .close-btn-shape-line.anim-line-2 {
    transform: rotate(-45deg) translateX(0);
}

.close-hover:hover {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.close-hover:hover .drawer-close-btn-animation-lines::before {
    transform: rotate(45deg) translateX(0);
    transition-delay: 0.3s;
}

.close-hover:hover .drawer-close-btn-animation-lines::after {
    transform: rotate(-45deg) translateX(0);
    transition-delay: 0.45s;
}

.close-hover:hover .close-btn-shape-line.anim-line-1 {
    transform: rotate(45deg) translateX(100%);
    transition-delay: 0s;
}

.close-hover:hover .close-btn-shape-line.anim-line-2 {
    transform: rotate(-45deg) translateX(100%);
    transition-delay: 0.15s;
}

/*DRAWER MENU END*/
/*MOBILE MENU START */
.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 110px 30px 30px 30px;
    min-width: 320px;
}
.mobile-menu a {
    padding-bottom: 10px;
    border-bottom: 1px solid grey;
    color: white;
}
.mobile-menu a:hover {
    color: var(--color-primary);
}

/*MOBILE MENU END */
/*SCROLL UP BUTTON START*/
.btn-scrollup {
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    bottom: -100px;
    right: 20px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    background-color: var(--color-primary);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scrollup i:before {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.btn-scrollup:hover {
    color: #fff;
    background-color: var(--color-body);
}

.btn-scrollup:hover i:before {
    color: #fff;
}

.btn-scrollup:focus {
    color: #fff;
}

.btn-scrollup.back-top {
    bottom: 25px;
}

/*SCROLL UP BUTTON END */
/*MODAL START*/
.hystmodal {
    margin-top: 50px;
}

.hystmodal .hystmodal__window {
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
}

.hystmodal .modal-header {
    padding: 20px;
}

.hystmodal .modal-header h4 {
    font-size: 17px;
    color: var(--color-heading);
}

.hystmodal .modal-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: scroll;
    margin-right: 10px;
}

.hystmodal .modal-body ul {
    list-style: none;
    color: var(--color-heading);
}

.hystmodal .modal-body ul li {
    padding: 10px 0px;
    border-top: 1px solid #d4ded9;
    margin: 5px 0px;
    transition: all 0.3s ease-in;
}

.hystmodal .modal-body ul li:hover {
    color: var(--color-primary);
}

/*MODEL END*/
/*BANNER_SECTION_START*/
#banner-section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../images/banner/banner1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner-section .banner-block {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

#banner-section .banner-image {
    width: 100%;
    height: 450px;
}

#banner-section .banner-image img {
    width: 100%;
    height: 450px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

/* #banner-section .banner-image::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.176);} */
#banner-section .banner-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

#banner-section .banner-detail .banner-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#banner-section .banner-detail .banner-icon img {
    margin: auto;
}

#banner-section .banner-detail .banner-subtitle {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    text-align: center;
}

#banner-section .banner-detail .banner-title {
    width: 100%;
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 600;
    color: var(--color-heading);
    text-align: center;
}

#banner-section .banner-detail p {
    font-size: 17px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 0px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.55);
    text-align: center;
}

#banner-section .banner-detail .banner-label {
    width: 800px;
    height: 170px;
    flex-wrap: wrap;
    font-size: 60px;
    font-weight: 900;
    color: #85a365;
    text-shadow: 2px 2px 1px #535c45;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/banner/about_label.png) 0px 0px no-repeat;
    background-size: 800px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 60px;
}

#banner-section .banner-detail .banner-label span {
    color: #2e170b;
    margin-left: 5px;
    text-shadow: 2px 2px 1px #180b04;
}

#banner-section .banner-detail.banner-detail-left {
    max-width: 380px;
    left: 17%;
}

#banner-section .banner-detail.banner-detail-left .banner-title {
    text-align: left;
}

#banner-section .banner-detail.banner-detail-left p {
    text-align: left;
}

#banner-section .main-banner {
    position: relative;
    width: 100%;
    height: 500px;
}

#banner-section .main-banner > img {
    width: 100%;
    height: 500px;
}

#banner-section .main-banner > .banner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}

#banner-section .main-banner > .banner-content > .banner-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 500px;
}

#banner-section .banner-text h2 {
    color: black;
}

#banner-section .banner-text h2,
h5 {
    padding: 0px;
    margin: 0px;
}

#banner-section .btn-search-mobile {
    display: none;
    margin: 20px 0px;
    gap: 10px;
    background-color: white;
    border-radius: 100px;
    align-items: center;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 60px;
}

#banner-section .search-bar {
    display: flex;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 100px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
}

#banner-section .search-bar-section {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
}

#banner-section .search-bar-section.keyword {
    width: 45%;
}

#banner-section .search-bar-section.location {
    width: 20%;
}

#banner-section .search-bar-section.category {
    width: 20%;
    border-right: none;
}

#banner-section .search-keyword {
    width: 100%;
    text-align: left;
}

#banner-section .search-keyword input,
.search-keyword input:focus {
    width: 100%;
    font-size: 16px;
    color: var(--color-body);
    border: none;
    box-shadow: none;
    outline: none; /* Removes the blue border in some browsers */
}

#banner-section .search-bar-section a {
    text-decoration: none;
    color: var(--color-body);
}

#banner-section .search-bar .btn-search {
    margin: 5px;
    width: 15%;
    background-color: var(--color-primary);
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 30px 0px 30px;
    color: white;
    transition: all 0.3s ease;
}

#banner-section .search-bar .btn-search:hover {
    background-color: var(--color-secondary);
}

#banner-bottom {
    width: 100%;
    background-color: #efedee;
    padding: 20px 0px;
    text-align: center;
}

/*BANNER_SECTION_END*/
/*CONTENT_SECTION_START*/
#content-section {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

#content-section::before {
    width: 70px;
    height: 70px;
    background: url(../images/content_bg1.png) 0px 0px no-repeat;
    background-size: 70px;
    opacity: 0.2;
    content: "";
    top: 40px;
    position: absolute;
    right: 60px;
}

#content-section::after {
    width: 120px;
    height: 120px;
    background: url(../images/content_bg1.png) 0px 0px no-repeat;
    background-size: 120px;
    opacity: 0.2;
    content: "";
    top: 100px;
    position: absolute;
    left: -55px;
}

#home-page {
    width: 100%;
}
#home-page .container {
    padding: 0px 75px;
}

.home-page .popular-lists {
    padding: 10px;
    margin: 0px;
    max-width: 1500;
}

.home-page .popular-lists .popular-listings {
    margin-top: 40px;
}

.home-page .popular-lists .doctors-slider-pagination-dots {
    display: none;
    margin-top: 20px;
}

.home-page .popular-lists .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: white;
    border: 1px solid black;
}

.home-page .popular-lists .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    border: none;
}

.doctor-card .img-cont {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.doctor-card .img-cont::after {
    opacity: 0.5;
    background-image: linear-gradient(transparent, #111),
        linear-gradient(transparent, #111);
    content: "";
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.doctor-card img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.doctor-card .img-cont .item-category {
    top: 21px;
    left: 20px;
    z-index: 2;
    position: absolute;
    gap: 2px;
    padding: 0 15px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
}

.doctor-card .img-cont .profile-name {
    bottom: 21px;
    left: 2px;
    z-index: 2;
    position: absolute;
    gap: 6px;
    padding: 0 15px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    color: var(--color-white);
}

.doctor-card .img-cont .profile-name .avatar {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.doctor-card .img-cont .profile-name .avatar .avatar-img {
    width: 40px;
    height: 40px;
}

.doctor-card .item-category .category-eye,
.doctor-card .item-category .category-cardiology,
.doctor-card .item-category .category-ped,
.doctor-card .item-category .category-neuro {
    font-size: 13px;
    color: var(--color-heading);
    text-decoration: none;
}

.doctor-card .item-category .category-eye::before {
    color: var(--color-primary);
    font-size: 14px;
    content: "\f06e";
    font-weight: 900; /* padding-left: 6px; */
    font-family: "font awesome 6 free";
}

.doctor-card .item-category .category-cardiology::before {
    color: var(--color-primary);
    font-size: 14px;
    /*  content: "\f21e";*/
    content: none;
    font-weight: 900; /* padding-left: 6px; */
    font-family: "font awesome 6 free";
}

.doctor-card .item-category .category-ped::before {
    color: var(--color-primary);
    font-size: 14px;
    content: "\e59d";
    font-weight: 900; /* padding-left: 6px; */
    font-family: "font awesome 6 free";
}

.doctor-card .item-category .category-neuro::before {
    color: var(--color-primary);
    font-size: 14px;
    content: "\f5dc";
    font-weight: 900; /* padding-left: 6px; */
    font-family: "font awesome 6 free";
}

.doctor-card .content-box {
    /* padding: 20px; */
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 0.66px solid rgb(229, 229, 229);
    border-left: 0.66px solid rgb(229, 229, 229);
    border-right: 0.66px solid rgb(229, 229, 229);
}

.doctor-card .content-box-inner {
    padding: 10px 30px;
}

.doctor-card .border-top {
    width: 100%;
    height: 1px;
    border-top: 1px solid rgb(229, 229, 229);
}

.doctor-card .content-box .content-title {
    font-size: 22px !important;
    color: var(--color-heading);
    margin-bottom: 5px !important;
    line-height: 34px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding-top: 20px;
    margin: 0px !important;
    display: block;
    text-align: left;
}

.doctor-card .content-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.doctor-card .content-box .content-info {
    list-style: none;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.doctor-card .content-box .content-info {
    white-space: nowrap;
}

.doctor-card .content-box .content-info .degree::before {
    font-size: 14px;
    content: "\f249";
    font-weight: 900;
    padding: 0 4px 0 6px;
    font-family: "font awesome 6 free";
}

.doctor-card .content-box .content-info .time::before {
    font-size: 14px;
    content: "\f1ea";
    font-weight: 900;
    padding: 0 4px 0 6px;
    font-family: "font awesome 6 free";
}

.doctor-card .content-box .content-info .location::before {
    font-size: 14px;
    content: "\f3c5";
    font-weight: 900;
    padding: 0 4px 0 6px;
    font-family: "font awesome 6 free";
}

.doctor-card .content-box .content-footer {
    list-style: none;
    display: flex;
    padding-left: 0px !important;
    justify-content: space-between;
}

.doctor-card .content-box .content-footer .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
}

.content-box .content-footer .btn-appointment {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--color-primary);
    background-color: var(--color-primary-light);
    padding: 5px 20px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.doctor-card .content-box .content-footer .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
}

.content-box .content-footer .btn-appointment:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.doctor-card .content-box .content-footer .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
}

.doctor-card:hover .content-title {
    color: var(--color-primary);
}

.doctor-card:hover .item-img {
    transform: translateY(10px) scale(1.1);
}

.doctor-card .content-box .content-footer .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
}

.home-page .doctor-cats {
    width: 100%;
    background-color: #f9f9f9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
}

.home-page .doctor-cats .inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-page .doctor-cats .inner .content {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-page .doctor-cats .inner .content .left-side {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 60px 0px 12px;
}

.home-page .doctor-cats .inner .content .right-side {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 60px 0px 12px;
}

.home-page .doctor-cats .inner .content .right-side .cats-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 12px 0px;
}

.home-page .doctor-cats .cat-card {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 40px 30px 20px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
}

.home-page .doctor-cats .cat-card .cat-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-heading);
    display: inline-block;
    margin-top: 20px;
}

.cat-card .cat-icon-doctor::before {
    color: var(--color-primary);
    font-size: 56px;
    /*content: "\f0f0";*/
    content: none;
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.cat-card .cat-icon-dentist::before {
    color: var(--color-primary);
    font-size: 56px;
    content: "\f5c9";
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.cat-card .cat-icon-cardiology::before {
    color: var(--color-primary);
    font-size: 56px;
    content: "\f21e";
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.cat-card .cat-icon-pediatrician::before {
    color: var(--color-primary);
    font-size: 56px;
    content: "\e59d";
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.cat-card .cat-icon-eye::before {
    color: var(--color-primary);
    font-size: 56px;
    content: "\f06e";
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.cat-card .cat-icon-neuro::before {
    color: var(--color-primary);
    font-size: 56px;
    content: "\f5dc";
    font-weight: 900;
    color: var(--color-primary);
    font-family: "font awesome 6 free";
}

.home-page .what-we-do {
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-bottom: 50px;
}

.home-page .what-we-do .inner {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1140px;
}

.home-page .what-we-do .inner .content {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-page .what-we-do .inner .content .content-col {
    text-align: left;
    width: 50%;
    padding: 0px 60px 0px 12px;
}

.home-page .what-we-do .left-image {
    padding-left: 40px;
    position: relative;
}

.home-page .what-we-do .left-image .big-image img {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 15px 15px 15px 15px;
}

.home-page .what-we-do .left-image .reviews {
    width: 100%;
    position: absolute;
    left: 10px;
    bottom: -150px;
    display: flex;
    justify-content: center;
}

.home-page .what-we-do .highlights {
    margin: 24px 0px 24px 0px;
}

.home-page .what-we-do li {
    list-style: none;
    font-size: 18px;
    color: #494949;
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-page .what-we-do li .icon {
    width: 23px;
    height: 23px;
    display: flex;
    margin-right: 5px;
    border-radius: 3px;
    align-items: center;
    color: var(--color-primary);
    justify-content: center;
    background-color: #fff3f4;
}

.home-page .trusted-bar {
    position: relative;
    width: 100%;
    transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #222222;
}

.home-page .trusted-bar .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/trusted-bg.png");
    background-position: center left;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, ease;
    pointer-events: none;
}

.home-page .trusted-bar .content {
    width: 100%;
    display: flex;
    color: white;
    padding: 20px 0px;
}

.home-page .trusted-bar .content .desc {
    width: 25%;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
}

.home-page .trusted-bar .counter {
    width: 25%;
}

.home-page .trusted-bar .counter-val {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-page .trusted-bar .counter-desc {
    font-size: 18px;
    color: #e6e6e6;
}

.home-page .trusted-bar .counter #counter-number {
    display: inline-block;
    animation: counter-animation 2s ease-out forwards;
}

/*HOME PAGE RATINGS START*/
.home-page .ratings {
    width: 100%;
    background-color: #fff3f4;
    padding: 0px;
}

.home-page .ratings .ratings-inner {
    position: relative;
    width: 100%;
}

.home-page .ratings .img-container {
    width: 100%;
    position: relative;
    height: 500px;
}

.home-page .ratings .img-top-left {
    position: absolute;
    top: 0px;
    left: -150px;
}

.home-page .ratings .img-top-right {
    position: absolute;
    top: 0px;
    right: -150px;
}

.home-page .ratings .img-bottom-left {
    position: absolute;
    bottom: 0px;
    left: -130px;
}

.home-page .ratings .img-bottom-right {
    position: absolute;
    bottom: 0px;
    right: -20px;
}

.home-page .ratings .rating-slider-container {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 90px 0px;
}

.home-page .ratings .rating-slider {
    display: flex;
    margin-top: 40px;
}

.home-page .ratings .rating-slider .slider-prev {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home-page .ratings .rating-slider .slider-next {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rating-slider .btn {
    width: 50px;
    padding: 10px;
}

.rating-slider .swiper-button-disabled {
    background-color: FFF3F4;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.home-page .ratings .rating-slider .swiper {
    width: 60%;
}

.home-page .ratings .rating-slider .swiper p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30;
}

.home-page .ratings .rating-slider .rating-content {
    text-align: center;
}

.home-page .ratings .rating-slider .swiper .poster-info h3 {
    font-size: 22px;
    font-weight: 600;
}

.home-page .ratings .rating-slider .swiper .poster-info h4 {
    font-size: 16px;
    font-weight: 400;
}

.logos-slider {
    height: 80px;
    margin: 0px 60px;
}

.logos-slider .logo-slide figure {
    margin: 0px 30px;
}

.logos-slider .logo-slide img {
    width: 200px;
}

/*HOME PAGE RATINGS END*/
.best-apps {
    z-index: 0;
    position: relative;
    background-color: var(--color-primary);
    overflow: hidden !important;
    padding: 0px;
}

.best-apps::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: url("../images/svg/best-apps-bg.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.best-apps .best-apps-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-apps .apps-col {
    flex: 0 0 auto;
    width: 50%;
}

.best-apps .gerenric-heading h2,
.best-apps .gerenric-heading p {
    color: var(--color-white);
}

.best-apps .gerenric-heading .app-buttons {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.best-apps .img-container {
    padding-top: 50px;
}

/*FOOTER_SECTION_START*/
#footer-section {
    background-color: #181818;
    padding: 50px 0px 10px 0px;
}

#footer-section h3.link-title {
    color: #fff;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

#footer-section ul li a,
.topbar ul li a {
    color: #a19f9f;
}

#footer-section .footer-top {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

#footer-section .footer-top::after {
    content: "";
    height: 1px;
    width: 100vw;
    background: #383838;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#footer-section .footer-container .footer-row {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

#footer-section .footer-container .footer-row .logo-cont p {
    margin-top: 10px;
}

#footer-section .footer-container .footer-col-30 {
    width: 28%;
}

#footer-section .footer-container .footer-col-40 {
    width: 40%;
}

#footer-section .footer-container .footer-links ul {
    gap: 8px;
    text-align: left;
    display: grid;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-container .footer-links ul li a {
    width: 100%;
    transition: all 0.3s ease-in;
}

#footer-section .footer-container .footer-links ul li:hover a {
    color: var(--color-primary);
}

#footer-section .footer-social {
    display: flex;
    gap: 20px;
    align-items: center;
}

#footer-section .footer-copyright {
    margin-bottom: 0px;
}

#footer-section .footer-social h4 {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

#footer-section .footer-social ul {
    display: flex;
    gap: 12px;
    list-style: none;
    align-items: center;
}

#footer-section .footer-social ul li a i,
.footer-bottom-link li a {
    transition: all 0.3s ease-in;
}

#footer-section .footer-social ul li:hover a i {
    color: var(--color-primary);
}

#footer-section .footer-bottom-link li:hover a,
.topbar li a:hover .lbl {
    color: var(--color-primary);
}

#footer-section .footer-form-btn {
    text-align: left;
    margin-top: 20px;
}

#footer-section .footer-submit-btn {
    border: none;
    display: flex;
    height: 50px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    background-color: var(--color-primary);
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
}

#footer-section .footer-submit-btn:hover {
    background-color: var(--color-secondary);
}

#footer-section .footer-bottom {
    width: 100%;
    padding: 10px 0 0;
}

#footer-section .footer-bottom ul {
    list-style: none;
    gap: 0;
    display: flex;
    justify-content: flex-end;
}

#footer-section .footer-bottom ul li a {
    white-space: nowrap;
}

#footer-section .footer-bottom ul li a:after {
    content: ".";
    padding: 0 15px;
}

#footer-section .footer-bottom ul li:last-child a:after {
    display: none;
}

#footer-section .subscribe-form .ff-el-form-control {
    border-color: #323232;
}

#footer-section .subscribe-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

#footer-section .subscribe-form .ff-el-form-control {
    width: 100%;
    min-height: 55px;
    border-radius: 4px;
    border: 0;
    border: 1px solid #535353;
    background-color: initial;
    text-transform: capitalize;
    padding: 0 22px;
    color: #8c8c8c !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    box-shadow: none;
}

#footer-section .subscribe-form .ff-el-form-control::-moz-placeholder {
    color: #8c8c8c;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    font-size: 16px;
}

#footer-section .subscribe-form .ff-el-form-control::placeholder {
    color: #8c8c8c;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    font-size: 16px;
}

#footer-section .subscribe-form .ff-el-form-control:focus {
    border: 1px solid var(--color-primary);
}

#footer-section .subscribe-form .ff-el-form-control:focus::-moz-placeholder {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

#footer-section .subscribe-form .ff-el-form-control:focus::placeholder {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

#footer-section .footer-copyright a {
    color: var(--color-primary);
}

#footer-section .footer-copyright a:hover {
    color: var(--color-secondary);
}

/* Base styling for slot buttons */
.slot-button {
    padding: 5px 10px;
    margin: 4px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 3px;
}

/* Hover effect for slot buttons */
.slot-button:hover {
    background-color: #e0e0e0;
}

/* Styling for the active (selected) slot button */
.slot-button.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}

/* Disabled button styling */
.slot-button:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    border-color: #ddd;
}

/*FOOTER_SECTION_END*/ /*# sourceMappingURL=styles.css.map */

input#location-search {
    background: white;
}
input#Slocation-search {
    background: white;
}
.searchStyle {
    background-image: none !important;
    width: 80% !important;
}
.page_header {
    top: 0px !important;
}
