 

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* Body */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #0072d9;
}
p {
    line-height: 1.7;
}

/* Sizes */
.ch-10 {
    height: 10px
}
.ch-20 {
    height: 20px
}
.ch-30 {
    height: 30px
}
.ch-40 {
    height: 40px
}
.ch-50 {
    height: 50px
}
.ch-60 {
    height: 60px
}
.ch-70 {
    height: 70px
}
.ch-80 {
    height: 80px
}
.cw-10 {
    width: 10px;
    min-width: 10px
}
.cw-20 {
    width: 20px;
    min-width: 20px
}
.cw-30 {
    width: 30px;
    min-width: 30px
}
.cw-40 {
    width: 40px;
    min-width: 40px
}
.cw-50 {
    width: 50px;
    min-width: 50px
}
.cw-60 {
    width: 60px;
    min-width: 60px
}
.cw-70 {
    width: 70px;
    min-width: 70px
}
.cw-80 {
    width: 80px;
    min-width: 80px
}    
.mt-n6{
    margin-top: -6rem;
}
.icon-sm{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-pic {
    height: 60px;
    width: 60px;
}
.icon{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form */
.services-search-form .form-control {
    height: 60px;
}
.form-control {
    border: 1px solid #dddfe2;
}
.form-check.form-switch .form-check-input {
    border-radius: 50px !important;
}
.form-control, .form-select {
    box-shadow: none !important;
}
.form-control-sm {
    font-size: 13px !important;
    height: 33px;
    min-height: auto;
}
.form-control {
    border-radius: 7px;
    font-size: 15px;
    padding: 7px 12px;
    min-height: 40px;
}
.form-select {
    border-radius: 7px;
    font-size: 15px;
    padding: 7px 12px;
    min-height: 40px;
    color: #595c5f;
}
.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 5px !important;
    border-color: #dddfe2;
    margin-top: 0px;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}
.form-label {
    color: #1c2838;
    font-size: 13px;
}
.form-check-label {
    color: #595c5f;
    font-size: 13px;
}
.form-control-lg {
    padding: 16px 24px;
    min-height: 58px;
    font-size: 16px;
}
.form-select-lg {
    padding: 16px 24px;
    min-height: 58px;
    font-size: 16px;
}
.form-floating-space .form-floating>label {
    padding: 17px 19px;
}
.form-floating-space .form-floating>.form-control {
    padding-left: 19px;
}

/* Buttons */
.btn {
    font-size: 15px;
    border-radius: 7px;
    min-height: 40px;
    padding: 7px 17px;
}
.btn-outline-primary{
    border-color: #0072d9;
    color: #0072d9;
}
.btn-outline-primary:hover{
    border-color: #0072d9;
    color: #ffffff !important;
    background: rgb(0,114,217);
    background: linear-gradient(86deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-primary{
    border-color: #0072d9;
    background: rgb(0,114,217);
    background: linear-gradient(86deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-primary:hover{
    border-color: #0072d9;
    background: rgb(0,114,217);
    background: linear-gradient(315deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-sm {
    padding: 6px 12px;
    min-height: 33px;
    font-size: 13px !important;
    height: 33px;
}
.btn-outline-secondary {
    border-color: #dddfe2 !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #e6f3ff;
    border-color: #7bc1ff !important;
    color: #0072d9;
}
.btn-outline-secondary:hover{
    background: #e6f3ff;
    border-color: #7bc1ff !important;
    color: #0072d9;
}
.btn-lg {
    padding: 16px 28px !important;
    min-height: 58px !important;
    font-size: 16px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background: rgb(0,114,217);
    background: linear-gradient(315deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}

/* Colors */
.text-primary{
    color: #0083ff !important;
}
.text-primary {
    background: -webkit-linear-gradient(0deg, #0072d9 0%, #00b9fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-bottom, .border-end, .border-start, .border-top, .border {
    border-color:rgb(236, 239, 241) !important;
}

/* Slider */
.slick-arrow {
    background: #fff !important;
    width: 45px !important;
    height: 45px  !important;
    border-radius: 50px  !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 9  !important;
}
.slick-prev:before, .slick-next:before {
    color: #000  !important;
    font-size: 26px  !important;
    font-weight: 700  !important;
}
.slick-prev:before {
    content: "\ea64" !important;
    font-family: remixicon !important;
    font-style: normal;
}
.slick-next:before {
    content: "\ea6e" !important;
    font-family: remixicon !important;
    font-style: normal;
}
.slick-prev {
    left: -16px !important;
}
.slick-next {
    right: -19px !important;
}
.slick-arrow:hover {
    background: #0083ff !important;
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: #ffffff  !important;
}
.slider-five {
    margin: 0 0 0 -6px;
}

/* Navbar */
.brand img {
    height: 30px;
}
.osahan-nav .navbar-nav .nav-item {
    margin: 0 15px;
}
.osahan-nav .navbar-nav .nav-link {
    padding: 28px 0px;
}
.osahan-inner-banner nav, .osahan-inner-banner div, .osahan-inner-banner .svg-border-rounded svg {
    z-index: 1;
}
.osahan-inner-banner nav.osahan-nav {
    position: relative;
    z-index: 9;
}

/* Dropdown */
.dropdown-menu {
    padding: 8px;
    border-radius: 10px;
}
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    padding: 5px 10px;
}
.osahan-sidebar-links .dropdown-item {
    font-size: 15px;
    padding: 12px 15px;
    color: #595c5f;
    border-radius: 8px;
    margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
    background: #ebf6ff;
    color: #0076db;
}

/* Homepage Search Form */
.services-search-form .form-floating {
    width: 100%;
}
.services-search-form .form-floating .form-control {
    box-shadow: none;
}
.services-search-form-zip {
    width: 240px !important;
    margin: 0;
}
.services-search-form-zip .form-control {
    border-radius: 0px;
    border-right: 0px;
}
.services-search-form-service .form-control {
    border-radius: .3rem 0rem 0rem .3rem;
}
.services-search-form .btn {
    padding: 11px 17px;
    font-size: 23px;
    border-radius: 0rem .3rem .3rem 0rem;
    min-height: 58px;
}
.services-search-form .form-floating>label {
    padding: 17px 19px;
    font-size: 15px;
}
.services-search-form .form-floating>.form-control {
    padding-left: 19px;
}

/* Review */
.review-item .img-fluid {
    height: 55px;
    width: 55px;
    object-fit: cover;
}

/* App Section */
.app-icon {
    height: 40px;
}

/* Homepage Two Search Form */
.one-hero-header {
    background-image: url(../img/one-hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.one-hero-header .banner-search {
    z-index: 9;
    position: inherit;
}
.one-hero-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.hero-header {
    background-image: url(../img/hero-background.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-header .banner-search {
    z-index: 9;
    position: inherit;
}
.hero-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.all-services {
    margin-top: -70px;
}
.box img {
    height: 50px;
    margin: auto;
}
.box {
    text-align: center;
}
.box:hover p {
    color: #0083ff !important;
}

/* Custom Bootstrap */
.rounded-4 {
    border-radius: 10px;
}
.bg-primary {
    background-color: #0083ff !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    width: 125px;
    display: block;
    height: 38px;
}

/* My Account */
.quantity-btns .form-control {
    width: 23px;
    padding: 0px;
    border: none !important;
    height: 31px;
    min-height: auto;
}
.quantity-btns .btn {
    border: none !important;
    border-radius: 7px !important;
    height: 29px !important;
    min-height: 29px;
}
.quantity-btns {
    border: 1px solid #dddfe2;
    border-radius: 7px;
    align-items: center;
    padding: 0 1px;
}
.osahan-user-header{
    background-image: url(../img/hero-background.jpeg);
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 400px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    max-width: 1350px;
    margin: auto;
}
.osahan-sidebar {
    margin-top: -120px;
    position: relative;
}
.osahan-sidebar .profile-img {
    height: 120px;
    width: 120px;
}
.sidebar-fixed {
    position: sticky;
    top: 25px;
}
.sticky-sidebar {
    position: sticky;
    top: 2px;
}

/* Footer */
footer a {
    text-decoration: none;
    color: #ffffff;
}

/* Inner Banner */
.osahan-inner-banner {
    background-image: url(../img/hero-background.jpeg);
}
.osahan-inner-banner:after {
    content: "";
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}

/* Extra */
.border-right-0{
    border-right: 0px;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.form-check-input.radio-osahan {
    border-radius: 50px !important;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.date-btns .btn {
    padding: 6px 0;
    height: auto;
    font-size: 13px;
    min-width: 66px;
}
.date-btns .btn span.h5 {
    font-size: 24px;
    font-weight: 700;
}
.time-btns .btn {
    font-size: 14px;
    padding: 9px 0px;
    height: auto;
}
.mb-n8{
    margin-bottom: -8rem;
}
.mt-18 {
    margin-top: -18px;
}
.btn-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ball{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    display: block;
    width: 2px;
    margin-left: 12px;
    text-align: center;
    height: 100%;
}
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}
.bg-appointment {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/site/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner-logo{
    height: 6rem;
    width: 8rem;
}

/* Mobile Media */
@media(max-width: 576px) {
    .service-single-nav .col-2 {
        width: 33%;
        flex: none;
        margin-bottom: 20px;
    }
    .service-single-nav {
        flex-wrap: wrap;
        margin: 30px 0 !important;
    }
    .service-single-nav .col-2 img {
        width: 60px;
    }
    .my-booking-list {
        display: block !important;
    }
    .my-booking-list .ms-auto.d-flex.align-items-center.gap-3.text-center.small {
        width: 100%;
        margin-top: 18px;
    }
    .my-booking-list .ms-auto.d-flex.align-items-center.gap-3.text-center.small .btn {
        width: 100%;
    }
    .my-booking-list .w-75 {
        width: 100% !important;
    }
}

@media(max-width: 768px) {
    .py-5.footer.bg-dark {
        display: none;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-copyright span.me-3.text-black {
        width: 100%;
        margin: 0 0 7px 0px !important;
        display: block;
    }
    .footer-copyright .mx-3.text-decoration-none {
        margin: 0px 8px !important;
    }
    .footer-copyright .col-md-4.text-end {
        margin: 7px 0 0 0 !important;
        text-align: center !important;
    }
    .osahan-user-header {
        border-radius: 0px;
    }
    .osahan-user-header .btn {
        display: none;
    }
    .rounded-4.border.osahan-sidebar.bg-white {
        margin-bottom: 40px;
    }
    .book-item.px-2 {
        padding: 0px !important;
    }

    .slick-arrow {
        width: 32px !important;
        height: 32px !important;
        border-radius: 9px !important;
    }
    .slick-prev {
        left: 12px !important;
    }
    .slick-next {
        right: 10px !important;
    }
    .py-5.footer {
        display: none;
    }
    .osahan-item-list {
        flex-direction: column-reverse;
    }
    .osahan-item-list .col-10,.osahan-item-list .col-2 {
        width: 100%;
    }
    .osahan-item-list .col-2 .position-absolute.start-0.end-0.mt-18 {
        right: 15px !important;
        left: auto !important;
        bottom: 15px;
    }
    .osahan-item-list .col-2 .text-center.position-relative.mb-3 {
        margin-bottom: 0px !important;
    }
}

@media(max-width: 992px) {
    .osahan-nav {
        padding:12px 0!important
    }
    .osahan-nav .navbar-toggler {
        padding: 3px 4px
    }
    .osahan-nav .navbar-nav .nav-link {
        text-align: center;
        padding: 12px 11px
    }
    .osahan-nav .navbar-collapse .ms-3 {
        margin: 8px 0 0px 0px !important;
        text-align: center;
    }
    .osahan-nav .dropdown-menu .dropdown-item {
        text-align: center
    }
    .py-5.footer.bg-dark {
        display: none;
    }
    .footer-copyright .mx-3.text-decoration-none {
        display: none;
    }
    .osahan-user-header .btn {
        display: none;
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:100%
    }
   
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}



#mobile_menu_trigger {
  border: none;
  cursor: pointer;
  z-index: 2;
}

#mobile_menu_container {
  position: fixed;
  right: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgb(0 0 0 / 75%);
  z-index: 99;
  -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  z-index: -99;
  visibility: hidden;
}

#mobile_menu_container.open {
  z-index: 9999;
  visibility: visible;
}

#mobile_menu_container_inner {
  width: 100%;
  max-width: 400px;
  background-color: white;
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: all;
  transition-duration: 0.5s;
}

#mobile_menu_container.open > div#mobile_menu_container_inner {
  left: 0px;
}

.mobile_menu_top {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  left: 0;
  top: 0;
  padding: 0px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_menu_top a {
  display: block;
  width: 146px;
  height: auto;
}

.mobile_menu_top img {
  display: block;
  width: 100%;
}

.mobile_menu_close {
  width: 57px;
  text-align: center;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  cursor: pointer;
}

#mobile_menu_image_links {
  width: auto;
  padding: 0 11px;
  overflow-x: auto;
  overflow-y: hidden;
}

#mobile_menu_links {
  width: 550px;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e9e9e9;
}

#mobile_menu_links a {
  width: 16.66666666667%;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #414453;
  font-size: 12px;
  text-transform: uppercase;
}

#mobile_menu_links img {
  display: block;
  height: 78px;
  width: auto;
  margin: 0 auto 10px auto;
}

#mobile_menu {
  position: absolute;
  left: 0;
  top: 55px;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fafafa;
  border-top: 1px solid #f4f4f4;
}

#mobile_menu a,
#mobile_menu span {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: capitalize;
  position: relative;
  left: 0;
  top: 0;
  border-bottom: 1px solid #f4f4f4;
  color: #414453;
  cursor: pointer;
  background-color: #fff;
}

#mobile_menu a:hover,
#mobile_menu span:hover {
  background-color: white;
  color: #a62a2a;
}

#mobile_menu i {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #434447;
  font-size: 13px;
}

#mobile_menu .mobile_menu_back i {
  position: static;
  margin-right: 10px;
  font-size: 18px;
}

#mobile_menu i.static {
  position: static;
  margin-right: 10px;
}

#mobile_menu .submenu {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#mobile_menu .submenu.open {
  left: 0;
}

#mobile_menu .sub_sub_menu > ul {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  left: 100%;
  z-index: 2;
  -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#mobile_menu .sub_sub_menu > ul.open {
  left: 0;
}

#mobile_menu span.mobile_menu_back {
  background-color: #fafafa;
  text-align: right;
}

#mobile_menu span.mobile_menu_back:hover {
  color: #03a9f4;
}

#mobile_menu span.mobile_menu_back:hover i {
  color: #03a9f4;
}

#mobile_menu a.sale {
  color: #cb2525;
  font-weight: 600;
}

#mobile_menu a.sale i {
  position: static;
  color: #cb2525;
}

#mobile_menu_container.open > div#mobile_menu_container_inner {
  left: 0px;
}

div#mobile_menu_container_inner ul {
  list-style: none;
  padding: 0px !important;
}

li.has_submenu > span > a {
  border: none !important;
  padding: 0px !important;
}

#mobile_menu li.has_submenu > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

#mobile_menu li.has_submenu > span > a {
  border: none !important;
  padding: 15px 20px !important;
  width: 80%;
}

#mobile_menu li.has_submenu > span > i {
  width: 55px;
  height: 50px;
  top: 0px;
  position: relative;
  right: 0px;
  border-left: 2px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.navigation .navbar-expand-lg .dropdown-menu.show {
  display: block;
  width: 80%;
  margin: auto;
  left: 10%;
}

a.nav-link.dropdown-toggle.show::after {
  transform: rotate(225deg) translateX(-3px) translateY(-1px) scale(0.8);
}

.select__control {
    border: 0px !important;
}



#sidebar {
  padding: 15px 0px 15px 0px;
  border-radius: 10px;
}

#sidebar .h4 {
  font-weight: 500;
  padding-left: 15px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding-left: 0rem;
}

#sidebar ul li {
  padding: 10px 0;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 5px solid transparent;
}

#sidebar ul li.active {
    background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  color: black;
}

#sidebar ul li a {
  display: block;
}

#sidebar ul li a .fas,
#sidebar ul li a .far {
  color: #ddd;
}

#sidebar ul li a .link {
  color: black;
  font-weight: 500;
}

#sidebar ul li a .link-desc {
  font-size: 0.8rem;
  color:#484848;
}

#sidebar ul li.active * {
  color: white !important;
}



/* Skeleton Loader Base Styles */
.skeleton {
  background-color: #dbd9d4;
  border-radius: 5px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Pulsing Animation */
@keyframes pulse {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.6;
  }
  100% {
      opacity: 1;
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
background-color: white;
    min-width: 35px !important;
    min-height: 35px !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100% !important;
    color: black !important;
    font-weight: 900;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.swiper-button-prev{
   left: -30px;
}
 .swiper-button-next{
   right: -30px;
}
.swiper.swiper-initialized {
    padding: 0px 30px;
}
span.swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 10px;
}
.swiper-pagination-bullet-active{
    background-color: black !important;
}
.swiper-pagination {
    transform: translateY(10px) !important;
}



.custom-popup {
    background: #0505057d;
    position: fixed;
    width: 100%;
    z-index: 999999999999999999;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.custom-popup .popup-container {
    width: 90%;
    max-width: 500px;
}
.custom-popup .popup-container .btn.btn-danger {
    margin-bottom: 10px;
    margin-left: auto;
}


.ratingbox > input:checked + label > i {
  color: gold;
}

.ratingbox > label {
  cursor: pointer;
}

.ratingbox {
  flex-direction: row-reverse;
  justify-content: start;
}

.ratingbox > input#rating2:checked + label + input + label > i,
.ratingbox > input#rating3:checked + label + input + label > i,
.ratingbox > input#rating3:checked + label + input + label + input + label > i,
.ratingbox > input#rating4:checked + label + input + label > i,
.ratingbox > input#rating4:checked + label + input + label + input + label > i,
.ratingbox
  > input#rating4:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  > i,
.ratingbox
  > input#rating5:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  > i,
.ratingbox > input#rating5:checked + label + input + label + input + label > i,
.ratingbox > input#rating5:checked + label + input + label > i,
.ratingbox
  > input#rating5:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  > i {
  color: gold;
}


ul.custom-timeline > li {
  position: relative;
  list-style: none;
  padding-bottom: 25px;
}

ul.custom-timeline > li > .number {
  position: absolute;
  left: -50px;
  background: #e7e7e7;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.custom-timeline > li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e7e7e7;
}

/* ✅ This removes the line for the last item */
ul.custom-timeline > li:last-child::before {
  content: none;
}


.input-group.searchbox .form-control {
  padding: 0.625rem 1rem 0.625rem 0.8rem !important;
}

input.searchinput {
  padding-left: 38px;
  border-radius: 5px !important;
  /* background: whitesmoke !important; */
  border-color: transparent !important;
}

input.searchinput:focus {
  box-shadow: none !important;
  border-color: #76797e2b !important;
}

.searchbox {
  align-items: center;
}

.searchbox button.btn.btn-primary.close {
  position: absolute;
  color: black;
  width: 25px;
  height: 25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 100% !important;
  background: white !important;
  z-index: 9999;
  right: 7px;
  border: none;
  box-shadow: 0px 0px 5px -2px #0a16256e;
}


  .searchbox {
    align-items: center;
    display: none !important;
    position: absolute;
    width: 95%;
    top: 115px;
    z-index: 99;
    left: 3%;
  }

  .searchbox:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: absolute;
    left: 20%;
    top: -13px;
    z-index: 9999;
    transform: translateX(-50%);
  }

  .searchbox button.btn.search {
    display: flex !important;
  }

  .searchbox.search-view {
    display: flex !important;
  }

  
ul.searchfloat {
  padding: 0px 0px;
  position: absolute;
  top: 49px;
  z-index: 9999;
  background: #fffcfb;
  width: 100%;
  left: 0px;
  border-radius: 5px !important;
  border: 2px solid #000000;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  max-height: 300px;
  overflow: auto;
}

/* width */
ul.searchfloat::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul.searchfloat::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
ul.searchfloat::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
ul.searchfloat::-webkit-scrollbar-thumb:hover {
  background: black;
}

ul.searchfloat li {
  display: block;
  border-bottom: 2px solid #000000;
  color: #000000 !important;
  text-transform: capitalize;
}

ul.searchfloat li>a {
  padding: 10px;
  display: block;
  color: #000000 !important;
}

ul.searchfloat li>a:hover {
  background: #000000 !important;
  color: white !important;
}

.propop {
    position: fixed;
    z-index: 999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0px;
}

.propop>i {
    font-weight: bold !important;
    background: black;
    color: white;
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center !important;
    display: flex;
    font-size: 23px;
    position: absolute;
    bottom: 30px;
    z-index: 9999;
    cursor: pointer;
}


#main-content .box {
  padding: 10px;
  border-radius: 6px;
  width: 170px;
  height: 90px;
}

#main-content .box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#main-content .box .tag {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}

#main-content .box .number {
  font-size: 1.5rem;
  font-weight: 600;
}
.bg-light-border {
    border: 2px solid #000000;
    background: #fffcfb4a;
}



.steps {
  display: flex;
}

.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
  padding-top: 1rem;
}

.step-progress {
  position: relative;
  height: 0.25rem;
  margin-bottom: 1rem;
}

.step-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  line-height: 1;
}

.step-label {
  margin-top: 1.5rem;
}

@media (max-width: 575.98px) {
  .step-label {
    display: none;
  }
}

.step-item {
  color: var(--bs-secondary-color);
}

.step-icon,
.step-progress {
  color: var(--bs-secondary-color);
  background-color: var(--bs-border-color);
}

.step-icon {
  border: 2px solid var(--bs-body-bg);
  box-shadow: 0 0 0 3px var(--bs-border-color);
}

.step-item:hover {
  color: var(--bs-secondary-color);
}

.step-item.active.current {
  color: var(--bs-body-color);
  pointer-events: none;
}

.step-item.active .step-icon,
.step-item.active .step-progress {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.step-item.active .step-icon {
  box-shadow: 0 0 0 3px var(--bs-primary);
}

.track-steps {
  display: flex;
  flex-direction: column;
}

.track-step-item {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  min-height: 5rem;
  margin-left: 1rem;
}

.track-step-progress {
  position: relative;
  height: 100%;
  width: 0.25rem;
}

.track-step-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  font-size: 1.375rem;
}

.track-step-label {
  margin: auto 2rem;
}

@media (min-width: 576px) {
  .track-steps {
    flex-direction: row;
    margin-top: 1rem;
  }

  .track-step-item {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    margin: 0;
  }

  .track-step-progress {
    height: 0.25rem;
    width: 100%;
  }

  .track-step-label {
    margin: 2rem 0 0 0;
    text-align: center;
  }
}

.track-steps .track-step-item {
  color: var(--bs-body-color);
}

.track-steps .track-step-icon,
.track-steps .track-step-progress {
  color: var(--bs-body-color);
  background-color: var(--bs-border-color);
}

.track-steps .track-step-item.active.current {
  color: var(--bs-white);
}

.track-steps .track-step-item.active .track-step-icon,
.track-steps .track-step-item.active .track-step-progress {
  color: var(--bs-white);
  background-color: var(--bs-success);
}

.track-steps .track-step-item.current .track-step-icon,
.track-steps .track-step-item.current .track-step-progress {
  background-color: #2e9762;
}

 
.order {
  padding: 10px 30px;
  min-height: 150px;
}

.order .order-summary {
  height: 100%;
}

.order .blue-label {
  background-color: #aeaeeb;
  color: #0046dd;
  font-size: 0.9rem;
  padding: 0px 3px;
}

.order .green-label {
  background-color: #a8e9d0;
  color: #008357;
  font-size: 0.9rem;
  padding: 0px 3px;
}

.order .fs-8 {
  font-size: 0.85rem;
}

.order .rating img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.order .rating .fas,
.order .rating .far {
  font-size: 0.9rem;
}

.order .rating .fas {
  color: #daa520;
}

.order .status {
  font-weight: 600;
}

.order .btn.btn-primary {
  background-color: #fff;
  color: var(--bs-accent);
  border: 1px solid var(--bs-accent);
}

.order .btn.btn-primary:hover {
  background-color: var(--bs-accent);
  color: #fff;
}

.order .progressbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.order .progressbar-track .progressbar {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0rem;
}

.order .progressbar-track .progressbar li {
  font-size: 1.5rem;
  border: 1px solid #333;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: #dddddd;
  z-index: 2;
  position: relative;
}

.order .progressbar-track .progressbar li.green {
  border: 1px solid #007965;
  background-color: #d5e6e2;
}

.order .progressbar-track .progressbar li::after {
  position: absolute;
  font-size: 0.9rem;
  top: 50px;
  left: 0px;
}

#tracker {
  position: absolute;
  border-top: 1px solid #bbb;
  width: 100%;
  top: 25px;
}

#step-1::after {
  content: "Placed";
}

#step-2::after {
  content: "Accepted";
  left: -10px;
}

#step-3::after {
  content: "Packed";
}

#step-4::after {
  content: "Shipped";
}

#step-5::after {
  content: "Started ";
  left: -10px;
}
#step-7::after {
  content: "Completed ";
  left: -10px;
}
 .order .progressbar-track .progressbar li.text-success {
    color: #19875D !important;
    background: #e3f1ec !important;
}

.bg-light-border {
  border: 2px solid #000000;
  background: #fffcfb4a;
}

/* Backgrounds */
.bg-purple {
  background-color: #000000;
}

.bg-light {
  background-color: #e2f0f0 !important;
}

.green {
  color: #007965 !important;
}

.two-grid {
  grid-template-columns: 1fr 1fr;
}

.one-grid {
  grid-template-columns: 1fr !important;
}

.customradio.one-grid label {
  text-align: left;
}

.customradio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
}

.customradio li span {
  display: block;
  font-weight: 600;
}

.customradio li input[type="radio"],
.customradio li input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.customradio li input[type="radio"]:checked+label,
.customradio li input[type="checkbox"]:checked+label {
  background: #d0204e12;
  border-color: #d0204e;
  color: #000;
}

.customradio li {
  position: relative;
  padding: 0 !important;
  display: block;
}

.customradio li input[type="radio"]:checked+label,
.customradio li input[type="radio"]+label {
  color: #000;
}

.customradio input[type="radio"],
.customradio input[type="checkbox"] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.customradio label {
  margin: 0 !important;
  padding: 10px;
  border: 2px solid #8080803d;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 13px;
}

.custom-none-border>div:nth-child(3) {
  height: 100%;
  border: 0px;
  box-shadow: none;
  background-color: white;
}


@media only screen and (max-width: 900px) {
  .carttable thead {
    display: none;
  }

  .carttable tbody td:not(:first-child) {
    display: block !important;
  }

  .carttable tbody td.d-two:not(:first-child) {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
  }

  td.d-two.cart .d-flex {
    flex-direction: row !important;
  }

  td.d-two p {
    margin: 0px;
  }

  table.carttable img {
    aspect-ratio: 1 / 1.3;
    object-fit: contain;
  }
}


.toast-wrap {
    position: fixed;
    background: #0000005c;
    z-index: 999999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .toast-header .btn-close:before{
    content: none !important;
 }

 .cursor{
  cursor: pointer;
 }

 .fix-otp {
    position: sticky;
    bottom: 0px;
    background: white;
    padding: 10px;
    width: 100%;
    z-index: 9;
}
.logo-section .swiper-wrapper {
    display: flex;
    align-items: center;
}
.home-slider {
    aspect-ratio: 2000 / 600;
    object-fit: cover;
    object-position: top;
}
.home-slider.home {
    aspect-ratio: 2000 / 700;
}
/* div#exampleModal {
    z-index: 999999999999;
} */

@media only screen and (max-width: 900px) {
   .home-slider {
    aspect-ratio: 800 / 800 !important;
   }
}
