:root {
    --orange: #ff5a09;
    --orange-light: #ffa500;
    --orange-dim: rgba(255, 90, 9, 0.13);
    --dark: #1b2430;
    --blue: #705cfb;
    --blue-light: #877bff;
    --blue-dim: #f5f3ff;
    --orange2: #fe623e;
    --orange3: #fe943e;

    --font: "Inter";
}

body {
    font-style: normal;
}

.row {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.navbar-brand .logo-img {
    height: 80px;
}

.navbar-nav .nav-item {
    padding-right: 65px;
    font-size: 17px;
}

.navbar-nav .nav-item a {
    color: black;
}

.navbar-nav .nav-item .login-btn {
    background-color: #003049;
    border-color: #13262f;
    width: 149px;
    height: 58px;
    text-align: center;
    align-items: center;
    margin: auto;
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.navbar-nav .nav-item .login-btn:hover {
    background-color: #ffffff;
    border-color: #13262f;
    color: #003049 !important;
}

/* .top-bar{
  background-color: #003049;
  height: 54px;
  margin: 0;
  padding: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.top-bar ul li{
  padding-left: 99px;
  list-style: none;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width:320px)  {
  .top-bar ul li{
    /* padding: 0;
  }
 }
@media (min-width:481px)  {
  .top-bar ul li{
    /* padding: 0;
  }
}
@media (min-width:641px)  {
  .top-bar ul li{
    padding-left: 36px;
  }
  .navbar-nav .nav-item {
    padding-right: 10px;
  }
}
@media (min-width:961px)  {
  .top-bar ul li{
    padding-left: 36px;
  }
  .navbar-nav .nav-item {
    padding-right: 40px;
  }
}
@media (min-width:1025px) {
  .top-bar ul li{
    padding-left: 60px;
  }
  .navbar-nav .nav-item{
    padding-right: 35px;
  }
}
@media (min-width:1281px) {
  .top-bar ul li{
    padding-left: 120px;
  }
 }
.top-bar ul li a{
  text-decoration: none;
  color: #ffffff;

}
.top-bar ul .dropdown .dropdown-menu li{
  padding: 0;
} */
.home-slider-img {
    height: 650px;
}

.dropdown-item {
    color: black !important;
}

.slider {
    padding-top: 100px;
}

.slider-heading-div {
    /* padding-left: 50px; */
    /* padding: 0px; */
}

.slider-heading-div h2 {
    color: #222222;
    font-size: 25px;
    font-weight: normal;

    /* /* text-align: left;  */
}

.slider-heading-div p {
    /* color: #13262f4a; */
    color: #6B7177;
}

.all-category-btn {
    text-align: end;
    /* padding-right: 50px; */
}

.all-category-btn button {
    /* background-color: #003049; */
    background-color: #EAEAED;
    max-width: 205px;
    width: 100%;
    height: 58px;
    color: #13262F;
    border: 0;
    border-radius: 30px;
    /* font-weight: bold; */
    font-weight: normal;
}

.recomended-all-caetgory button {
    background-color: #060912;
    color: #fff;
    font-weight: 500;
}

.all-category-btn button:hover {
    /* background-color: #003049; */
    color: #fff;
}

.all-category-btn button span {
    padding-left: 10px;
    display: inline-block;
}

.category-slider,
.all-category-slider {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.category-slider .col-lg-12 .card,
.all-category-slider .card {
    border: 0;
    border-radius: 12px;
    /* width: 277px; */
    /* height: 245px; */
    margin: auto;
}

.category-slider .col-lg-12 .card .card-body,
.all-category-slider .card .card-body {
    position: absolute;
    bottom: 1px;
    z-index: 2;
}

.category-slider .col-lg-12 .card .card-img-top {
    height: 196px;
    object-fit: cover;
    border-radius: 10px;
}

.special-deal-slider .col-lg-12 .services-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.category-slider .col-lg-12 .card .overlay,
.all-category-slider .card .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 12px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.category-slider .col-lg-12 .card .card-body h4,
.category-slider .col-lg-12 .card .card-body p,
.all-category-slider p,
.all-category-slider h4 {
    color: #ffffff;
}

.about-us .row {
    padding-left: 2rem;
    padding-right: 2rem;
}

.about-us-area {
    padding-left: 20px;
}

.about-us-body {
    width: 248px;
}

.about-us-body h3 {
    padding-top: 20px;
}

.services {
    background-color: #fcfcfc;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .services .row {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
} */

.services .row .col-lg-3 {
    text-align: -webkit-center;
}

.services .row .col-lg-6 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.services .row .service-detail-col {
    text-align: end;
}

.services-card {
    margin-top: 20px;
    /* width: 360px; */
    border-radius: 12px;
    border: 0;
    box-shadow: 0px 2px 5px 3px #00000017;
    width: -webkit-fill-available;
}

.services-card .card-body {
    text-align: left;
}

.services-card a .card-img-top {
    height: 180px;
    object-fit: cover;
}

.services-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.about-shobbi .row .col-lg-3 .card a .card-img-top {
    height: 180px;
    object-fit: cover;
}

.footer-subscribe {
    margin: 0;
    padding: 0;
}

.footer-text {
    line-height: 2rem;
}

.footer-subscribe form input {
    border: 0;
    background-color: #373737;
    height: 60px;
}

.footer-subscribe form span {
    font-size: 22px;
    font-weight: bold;
}

.follow-up {
    display: flex;
    gap: 0.8rem;
    justify-content: end;
    padding-left: 2rem;
}

.about-the-ceo-card {
    padding: 0px !important;
}

@media (min-width: 480px) {
    .follow-up {
        justify-content: start;
    }


}


@media (min-width: 320px) {
    .follow-up {
        justify-content: start;
    }
}

.social-icons {
    background-color: #060912;
    margin: 0;
}

.social-icons ul li {
    background-color: transparent;
}

.social-icons ul {
    padding: 20px 0px;
}

.social-icons ul li {
    padding: 0px 20px 0px 0px !important;
}

.social-icons .follow-up {
    padding: 20px 0px;
}


/* .footer {

    background-color: #003049;
    padding-left: 1rem;
    padding-top: 1.5rem;
} */

.footer .row {
    /* padding-left: 2rem; */
    padding-right: 2rem;
}

/* .footer .row .col-lg-3 ul .list-group-item {
    list-style: none;
    background-color: transparent !important;
    padding: 10px 16px 10px 0px;
} */

.subscribe-form.newsletterForm input[type='email'] {
    background-color: #fff;
    /* background-color: red; */
}

.footer-subscribe .newsletterForm input[type='text'] {
    background-color: #fff;
}

.footer-subscribe .newsletterForm button {
    background-color: #000;
    color: #fff !important;
    border: none;
    /* border-top-left-radius: 8px !important; */
    /* border-bottom-left-radius: 8px !important; */
}

.footer-subscribe .newsletterForm .input-group-wrapper {
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
}

/* .footer .row .col-lg-3 h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fcfcfc !important;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
} */

/* .footer .row .col-lg-3 ul li a {
    text-decoration: none;
    color: #fff;

    display: flex;
    gap: 0.8rem;
    transition: 0.6s ease-in-out;
} */

.footer .row .col-lg-3 ul li a:hover {
    color: #fff;
}

.subscribe-form div input {
    background: #183441;
    color: white;
    border: 0;
    height: 60px;
}

.subscribe-form div span {
    background: #183441;
    color: white;
    border: 0;
}

.copy-right {
    /* background-color: #003049; */
    background-color: #003049;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #fcfcfc78;
    display: flex;
    justify-content: space-between;
}

.copy-right p {
    color: #fff;
    margin: 0px;
}

.lang-btn {
    background: #183441;
    color: white;
    height: 50px;
    width: 90px;
    margin-right: 10px;
}

.lang-btn:hover {
    background: #183441;
    color: white;
    height: 50px;
    width: 90px;
}

.text-dark {
    color: #202020;
}

a,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
input,
label,
table,
thead,
th,
tr,
tbody,
td,
div {
}

.search-form-parent {
    height: 70px;
    border-radius: 20px;
}

.search-form input {
    border: 0;
}

.search_avatar {
    height: 170px;
    width: auto;
}

.form-control:focus {
    box-shadow: none;
}

.search-btn {
    /* background-color: #003049; */

    background-color: #003049;
    color: #fcfcfc;
    height: 50px;
    border-radius: 0;
    width: 127px;
    text-align: center;
    border: none;
    justify-content: center;
}

.pagination li a {
    /* background-color: #003049; */
    background-color: #003049;
    color: #fcfcfc;
}

.pagination li a:hover {
    background-color: #ffffff;
    color: #13262f;
}

.search-sidebar .col-lg-3 .card {
    border-radius: 0;
}

.service-breadcrumb {
    justify-content: space-between;
}

.provider-profile-breadcrumb {
    column-gap: 2rem;
}

.provider-col {
    border: 2px solid #13262f;
    padding: 1rem;
    text-align: center;
    margin-right: 1rem;
    border-radius: 5px;
    margin-top: 5px;
}

/* Hide the images by default */
.slide-show {
    position: relative;
}

.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #13262f;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    border-radius: 50px;
    background-color: #fcfcfc;
}


/* Position the "next button" to the right */
.next {
    right: 15px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.service-desciption p {
    text-align: justify;
}

/* Style the buttons that are used to open and close the accordion panel */
.faq-accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #13262f52;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-accordion:hover {
    background-color: #5EAE84;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #5EAE84;
    display: none;
    overflow: hidden;
}

.faq-accordion:after {
    content: "\02795";
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-accordion.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.rating {
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
    text-align: center;
    padding: 50px;
}

.text-bold {
    font-weight: bold;
}

.rating-progress .progress {
    margin-top: 25px;
}

.reviews {
    gap: 0.8rem;
    padding-top: 50px;
}

.user-icon {
    height: 50px;
    width: auto;
}

.single_star {
    height: 20px;
    width: auto;
}

.extra-services {
    border: 1px solid #13262f35;
    margin: 15px;
    padding: 10px;
}

.buy-now {
    display: block;
    width: 100%;
    /* background-color: #003049; */
    background-color: #003049;
    color: #fcfcfc;
}

.buy-now:hover {
    /* background-color: #003049; */
    background-color: #003049;
    color: #fcfcfc;
}

.provider-address-section {
    justify-content: space-between;
    border: 1px solid #13262f38;
    padding: 5px;
    margin-top: 10px;
}

.provider-address-section div {
    gap: 2rem;
}

.book-now {
    display: block;
    width: 100%;
    background-color: #fcfcfc;
    border: 2px solid #13262f;
    color: #13262f;
    border-radius: 4px;
}

.book-now:hover {
    background-color: #fcfcfc;
    border: 2px solid #13262f;
}

.booking-card {
    position: static;
}

@media (min-width: 991px) {
    .booking-card {
        position: relative;
        /* top: -160px; */
        top: -90px;
    }

}

.view-all-btn-wrapper {
    /* padding: 8px; */
    padding: 15px 25px;
    margin-top: 20px;
    background-color: #060912;
    /* background-color: #003049; */
    border-radius: 40px;
    color: white;
    /* padding: 10px; */
    max-width: 240px;
    width: 100%;
    border: none;
    text-align: center;
    display: flex;
    margin: 0px 0px 0px auto;
    justify-content: end;
}

.view-all {
    /* margin-top: 20px;
    background-color: #003049;
    border-radius: 30px;
    color: white;
    padding: 10px;
    max-width: 220px;
    width: 100%;
    border: none;
    display: inline-block;
    text-align: center; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.51px;
    width: 100%;
}

.view-all:hover {
    /* background-color: #003049; */
    color: white;
}

.special-deal {
    /* background-color: #5EAE84; */
    background-color: #D1F7E2;
}

.special-deal-container {
    /* height: 780px; */
    height: 650px;
}

.special-deal .static-img {
    height: 300px;
    width: auto;
    position: relative;
    bottom: 20px;
}

.deal-top-content .deal-btn {
    max-width: 280px;
    width: 100%;
}

.view-all-services {
    background-color: white;
    border-radius: 30px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    max-width: 240px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-all-services:hover {
    /* background-color: #13252f; */
    color: #fff;
}

.special-deal .col-lg-9 {
    padding-top: 20px;
}

.special-deal .col-lg-9 .d-flex {
    justify-content: space-between;
}

.special-deal-slider {
    position: relative;
    top: -170px;
}

.special-deal-slider .card .card-body {
    padding: 10px;
}

.special-deal-slider .card .card-body .row .col-12 img {
    height: 20px;
}

.local-sellers-wrapper .local-seller-top h2 {
    color: #333;
    /* color: #FFF ; */
    font-size: 34px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 50px !important;
    letter-spacing: 0.5px !important;
    margin: 0px 0px 10px 0px;

    width: 100%;
}

.news-letter p {
    color: #fff;
}

.about-ceo {
    margin: 10px;
    padding: 5px;
    /* background-color: #003049; */
    background-color: #003049;
    min-height: 426px;
    margin-left: 0px;
}

.ceo-img {
    height: 50px;
    width: auto;
}

.CEO-Text {
    margin: 20px 0px 10px 0px;
}

.CEO-instagram {
    font-size: 30px;
}

.news-letter {
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
    margin: 0px 0px 0px auto;
    padding: 20px 16px;
    padding: 40px 30px !important;
    /* border-radius: 19px; */
}

.explore-heading {
    color: #fff;

    /* color: #333 ; */
    /* color: #FFF ; */
    font-size: 34px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 50px !important;
    letter-spacing: 0.5px !important;
    margin: 0px 0px 10px 0px;

    width: 100%;
}

.start-journey img {
    max-width: 100%;
    max-height: 100%;
}

.newsletter-form input {
    height: 60px;
    border-radius: 50px !important;
    border: 0;
}

.newsletter-form button {
    /* background: #13262f; */
    background: #003049;
    color: white;
    border-radius: 50px !important;
    position: absolute;
    right: 20px;
    top: 8px;
    height: 45px;
    border: 1px solid #003049;
    width: 100px;
    text-align: center;
    justify-content: center;
    z-index: 5;
}

.testimonial-slider .client {
    border: 1px solid lightgray;
    padding: 5px;
}

.client img {
    height: 50px !important;
    width: 50px !important;
}

.hide-list,
.hide-btn {
    display: none !important;
}

button,
select,
option,
button {
}

.app-store-img {
    width: 215px;
}

.modal-header .modal-close {
    background-color: #003049 !important;
    color: white;
    border-radius: 30px;
    border: 0;
}

.modal-header .modal-close:hover {
    background-color: #003049 !important;
    color: white;
    border-radius: 30px;
}

.wrapper {
    /* width: 450px; */
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); */
}

.wrapper header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header .icons {
    display: flex;
    gap: 10px;
}

header .icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

header .icons span img {
    height: 40px;
}

.icons span:last-child {
    margin-right: -10px;
}

/* header .icons span:hover {
  background: #f2f2f2;
} */

header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar {
    padding: 20px;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar .days {
    margin-bottom: 20px;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.days li.inactive {
    color: #aaa;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: #003049;
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.next-step {
    background-color: #003049;
    color: white;
    width: 200px;
}

.next-step:hover {
    background-color: #003049;
    color: white;
}

.time-slots {
    text-align: center;
    border: 1px solid #13262f;
    border-radius: 10px;
    width: 168px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    cursor: pointer;
}

.time-slots.active {
    background-color: #003049;
    color: white;
}

.buy_model_header {
    border-bottom: 0 !important;
}

.justifyContentEnd {
    justify-content: end;
}

.justifyContentBetween {
    justify-content: space-between;
}

.time-slots-hide {
    display: none;
}

.order-table {
    border: none;
}

.order-table thead {
    background-color: #003049;
    color: white;
}

.order-table tbody tr {
    height: 2.5rem;
}

.checkout-form {
    box-shadow: 0px 2px 5px 3px #00000017;
    border: 0;
}

/*=================== New Dropdown ====================*/
.dropdown.new>.dropdown-toggle::after {
    display: none;
}

.dropdown-menu.new[data-bs-popper] {
    left: initial;
    right: -20%;
}

.dropdown-menu.new {
    border: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}

.dropdown-menu.new .content {
    position: absolute;
    z-index: 200;
    width: 414px;
    height: 653px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    right: 0;
}

.dropdown-menu.new .content .header {
    padding: 2.5rem 1.8rem 1.5rem;
    border-bottom: 0.828px solid rgba(0, 0, 0, 0.08);
}

.dropdown-menu.new .content .body {
    overflow-y: auto;
    height: 560px;
    overflow-y: auto;
}

.dropdown-menu.new .content .footer {
    border-top: 0.828px solid rgba(0, 0, 0, 0.08);
}

.dropdown-menu.new .content .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(0.5px);
    z-index: 100;
}

.mark-all-read-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.notification.unread {
    background-color: #eaf0fc;
}

.notification .img-wrap {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.notification .img-wrap img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.notification .text,
.notification .text a {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0.5rem;
}

.notification .date {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
}

.notifications {
    overflow-y: auto;
    height: 560px;
    overflow-y: auto;
}

.notification {
    border-bottom: 0.828px solid rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1.25rem;
}

/*============ Notification ====================*/

/* Review Section */
.review__section {
    float: left;
}

.review__section:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.review__section:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ddd;
}

.review__section:not(:checked)>label:before {
    content: "★ ";
}

.review__section>input:checked~label {
    color: #ffc107;
}

.review__section:not(:checked)>label:hover,
.review__section:not(:checked)>label:hover~label {
    color: #ffc107;
}

.review__section>input:checked+label:hover,
.review__section>input:checked+label:hover~label,
.review__section>input:checked~label:hover,
.review__section>input:checked~label:hover~label,
.review__section>label:hover~input:checked~label {
    color: #ffc107;
}

.review__section>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.bg_light_green {
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
}

.service-price {
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.track-order-table thead {
    background-color: var(--color-primary);
    color: white;
}

.track-order-img {
    width: 91px;
    height: 103px;
    object-fit: cover;
}

.order-footer {
    border-top: 1px solid;
}

.history_time {
    color: #95979d;
    font-size: 14px;
    line-height: 130%;
}

.revision-form {
    display: none;
}

h3,
h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.moretext {
    display: none;
}

.notification-count,
.message-count {
    position: absolute !important;
    font-size: 13px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-primary);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    padding: 0.3em;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.85em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    left: 20px;
}

/* .notification-count {
    right: 15px !important;
    top: 0px !important;
} */

/* .message-count {
    right: -10px !important;
    top: -10px !important;
} */

.footer .input-group input[type='email'] {
    box-shadow: none;
    /* background-color: #003049; */
    /* background-color: #283a42; */
    color: #fff;
    /* border: 1px solid white; */

}

.footer .input-group button {
    /* background-color: #283a42; */
    /* background-color: #003049; */
    background-color: #060912;
    border: none;
    color: #fff;
}


.about-shobbi-heading {
    font-size: 34px;
    color: #222222;
    line-height: 35px;
    margin: 0px 0px 10px 0px;
}

@media only screen and (max-width:991px) {
    .news-letter {
        padding: 30px 20px !important;
    }

    .social-icons .black-footer-social {
        text-align: start !important;
        justify-content: start !important;
    }

}



@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer .input-group input[type='email'] {
        font-size: 12px;
        padding: 10px 5px;
    }

    .footer .input-group button {
        font-size: 14px;
        padding-left: 0px;
    }

}

@media only screen and (max-width:1180px) {
    .about-ceo .card-body {
        padding: 6px 12px !important;
    }

}

@media only screen and (max-width:992px) {
    /* .footer {
        padding: 20px;
    } */

    .footer .row {
        padding: 0px;
    }

    /* .footer .footer-div {
        margin: 0px 0px 20px 0px;
    } */
}

@media (max-width:768px) {
    .copy-right {
        padding: 0px 12px;
    }

    .slider-heading-div {
        text-align: center;
    }

    .all-category-btn {
        text-align: center;
    }

    .slider-heading-div p {
        text-align: center;

    }

    .about-ceo {
        margin: 0PX !important;
        padding: 10px;
        min-height: unset;
    }

    .shobbi-about-latest-card {
        padding: 0px !important;

    }

    .slider-heading-div p {
        /* text-align: left; */
    }

    .view-all-btn-wrapper {
        margin: 0px auto;
    }

    .service-gig-card {
        margin: 10px 0px !important;

    }

    .news-letter {
        padding: 10px 10px !important;
    }

    .explore-heading {
        font-size: 28px !important;
    }

    .deal-top-content .deal-btn .view-all-services-wrapper {
        margin: 0px;
    }

    .local-sellers-wrapper .local-seller-top h2 {
        text-align: left;
    }

    .deal-top-content .special-deal-content h3 {
        text-align: center;
    }

    .deal-top-content .special-deal-content p {
        text-align: center;
    }

    .deal-top-content .deal-btn {
        margin: 0 auto;
    }

    .slider-heading-div h3 {
        text-align: left;
    }

    .view-all-btn-wrapper.allsevice-btn {
        margin: 20px 0px;
    }

}

@media (max-width:640px) {
    .slider-heading-wrapper {
        padding-top: 20px !important;
    }

    .local-sellers-wrapper .local-seller-top h2 {
        font-size: 26px !important;
        text-align: start;
    }

    .special-deal-container {
        height: 560px;
    }

    .local-sellers-wrapper .local-seller-top h3 {
        font-size: 18px !important;
        text-align: start;
        /* margin-bottom: 20px; */
    }

    .local-seller-top .all-category-btn {
        display: none;
    }

    .service-gig-card {
        margin: 0px !important;
    }

    .about-shobbi {
        padding: 20px 0px 0px 0px !important;
    }

    .about-the-ceo-card {
        padding: 0px !important;
    }

    .shobbi-about-latest-card {
        padding: 0px !important;
    }

    .news-letter {
        padding: 10px 10px !important;
    }

    .explore-heading {
        font-size: 24px !important;
        line-height: 30px !important;

    }

    .social-icons {
        display: none;
    }

    /* .bottom-footer-social {
        display: block !important;
    } */

    .deal-top-content .special-deal-content h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .deal-top-content .special-deal-content p {
        font-size: 19px;
        line-height: 26px;
    }

    .about-shobbi-heading {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .special-deal-container {
        height: 550px;
    }

    .newsletter-form button {
        right: 7px;
        top: 9px;
        height: 33px;
        width: 100px;
        font-size: 16px;
    }
    .news-letter p {
        font-size: 15px ;
        line-height: 24px ;

    }

    .newsletter-form input {
        height: 50px;
        font-size: 16px;
    }

    /* .footer {
        padding-left: 0;
    } */

    .search-form .input-group {
        width: 100%;
        min-width: max-content;
        display: grid;
    }

    .search-form .input-group>.form-control {
        width: auto;
    }
    .search-form .input-group{
        padding-bottom: 20px;
    }

    .search-form .input-group>.form-control {
        border: 1px solid #000000;
        margin-bottom: 3px;
    }

    .search-form .search-btn {
        width: auto;
    }

    .search-form-parent {
        height: unset;
        background-color: unset !important;
        padding: 0px !important;
    }

    .searchjob-wrapper input {
        margin: 10px 0px;
        padding: 20px 20px;
        border: 1px solid #808080 !important;
        border-radius: 12px !important;
    }

    .searchjob-wrapper input:focus {
        box-shadow: unset;
    }

    .searchjob-wrapper .search-btn {
        margin: 20px 0px 0px 0px;
        border: 1px solid #13262F;
        border-radius: 12px !important;
    }

    .filter-category div {
        width: 100% !important;
    }

    .slider-heading-div h2 {
        font-size: 26px !important;
    }
}
@media (max-width: 420px) {
    .special-deal-container {
        height: 520px;
    }
    .slider-heading-div h2 {
        font-size: 20px !important;
    }

     }

@media (max-width: 320px) {
    .newsletter-form button {
        right: 7px;
        top: 9px;
        height: 25px;
        width: 64px;
        font-size: 12px;
    }

    .newsletter-form input {
        height: 41px;
        font-size: 10px;
    }

    /* .footer {
        padding-left: 0;
    } */

    .search-form .input-group {
        width: 100%;
        min-width: max-content;
        display: grid;
    }

    .search-form .input-group>.form-control {
        width: auto;
    }

    .search-form .input-group>.form-control {
        border: 1px solid #000000;
        margin-bottom: 3px;
    }

    .search-form .search-btn {
        width: auto;
    }

    .search-form-parent {
        height: 150px;
    }
}

.order .label {
    text-wrap: nowrap;
}

@media only screen and (max-width:640px) {
    .slider-heading-div {
        padding: 0px;
    }

    .all-category-btn button {
        width: 100%;
    }

    .all-category-btn {
        text-align: center;
        width: 100% !important;
    }

    .service-section .view-all-btn {
        max-width: 100%;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .view-all {
        max-width: 100%;
        width: 100%;
        width: 90%;
        margin: 0 auto;
    }

    .view-all-btn-wrapper {
        justify-content: center;
    }

    .deal-wrapper .deal-top-content .deal-btn {
        max-width: 100%;
        width: 100%;
    }

    .deal-wrapper .deal-top-content .deal-btn a {
        max-width: 100%;
        width: 100%;
    }

    .service-section .view-all-btn span {
        margin: 0px 0px 0px 20px;
        display: inline-block;
    }

    .start-journey {
        padding: 25px 0px 0px 0px !important;
    }
}

@media only screen and (max-width:520px) {



    .view-all-btn-wrapper {
        max-width: 100%;
    }

    .about-shobbi-heading {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width:475px) {
    .slider-heading-div {
        font-size: 19px !important;
    }

    .view-all {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }

    .view-all-services-wrapper {
        max-width: 100%;
    }

    .deal-top-content .deal-btn {
        max-width: 100%;
        width: 100%;
    }

    .slider-heading-div p {
        font-size: 16px !important;
    }

    .start-journey {
        padding: 20px 0px 0px 0px !important;
    }

    .news-letter {
        padding: 15px !important;
    }

    .news-letter h3 {
        font-size: 17px !important;
        line-height: 27px;

    }

    .view-all-btn .view-all {

        margin: 10px 0px 0px;

    }

    .about-ceo {
        margin: 0px 0px 20px 0px !important;
    }
}

@media (max-width: 475px) {
    .journey-input-wrapper {
        display: flex;
        flex-direction: column;
    }

    .newsletter-form input {
        width: 100% !important;
        margin: 0px 0px 20px 0px;
    }

    .journey-input-wrapper button {
        position: static;
        width: 100%;
        padding: 24px 0px !important;
        /* display: inline-block; */
    }
}


@media (max-width:360px) {
    .slider-heading-div {
        padding-top: 0px !important;
    }
}