.title-block {
    text-align: left !important;
}
header {
    /* background-image: url(..//images/subheaader.png); */
    position: relative;
    border-bottom: 1px solid #ffffff53;
    }
.subheader {
    background-color: #000;
    padding-top: 30px;
    /* padding-bottom: 30px; */
}
.subheader h1 {
    color: #fff;
}
.subheader span {
    color: #74C046;
}
.subheader p {
    color: #fff;
}
.sub-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

.bottom-right button {
    margin-left: 10px;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.bottom-right button svg {
    margin-right: 5px;
}
.bottom-right button:hover {
    background-color: #74C046;
    color: #fff;
}
#st-1 .st-btn {
    top: -4px !important;
}
#st-1 .st-btn:hover {
   background-color: #74C046 !important;
    
}
.bottom-right a {
    margin-left: 10px;
    padding: 6px 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-decoration:none;
}

.bottom-right a svg {
    margin-right: 5px;
}
.bottom-right a:hover {
    background-color: #74C046;
    color: #fff;
}
.bottom-left {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.bottom-left a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
}
.bottom-left a:hover {
    color: #74C046;
}
.bottom-left svg {
    margin-right: 10px;
    color: #74C046;
}
.d-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.order-sec {
    width: 100%;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff53;
}
.top-sec h4 {
    color: #74C046;
    border-bottom: 2px solid #74c046;
    padding-bottom: 5px;
    margin-bottom: -11px;
}
.search-bar {
    position: relative;
    background-color: transparent !important;
}

.search-input {
    padding-left: 30px !important;
    color: #fff !important;
    border: 1px solid #74C046 !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
    width: 104% !important;

}

.search-icon {
    color: #74C046;
    cursor: pointer;
    margin-right: -30px;
}
.order-tab {
    background-color: #000;
    padding-bottom: 50px;
}
.order-tab .container {
    display: flex;
}
.tab-content .container {
    display: block;
}
.tablink.active {
    background-color: #74C046;
    color: #000;
}

.tab-container {
    width:15%;
    border-right: 1px solid #ffffff53;
}

.tab-title {
    top: 165px;
    color: #ffffff;
    padding: 5px 0px;
    border-radius: 5px;
    height: fit-content;
    width: fit-content;
    margin-top: 20px;
}

.tab-container button {
    display: block;
    width: 100%;
    padding: 15px; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    text-align: left;
    transition: background-color 0.3s;
    font-size: 15px;
}

.tab-container button:hover {
    background-color: #74C046; 
}

.tab-container a {
    display: block;
    width: 100%;
    padding: 15px; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    text-align: left;
    transition: background-color 0.3s;
    font-size: 15px;
    text-decoration:none;
}

.tab-container a:hover {
    background-color: #74C046; 
}
.tab-content {
    margin-left: 50px;
    width: 100%;
}
.food-card {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    width: min-content;
    margin-bottom: 30px;
}
.food-top img {
    width: 210px;
    border-radius: 10px 10px 0px 0px;
}
.food-top p {
    font-weight: 600;
    text-align: end;
}
.food-bottom h6 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.food-bottom p {
    font-size: 14px;
}
.foodcard-bottom p {
    margin-bottom: 0px;
    font-weight: 600;
    color: #74C046;
}
.foodcard-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px;
}
.cart-circle {
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
    background-color: #74C046; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.444);
    cursor: pointer;
  }
  
  .cart-circle svg {
    color: #fff; 
    font-size: 16px; 
  }
  

  .cart-container {
    background-color: #74c046;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 40px;
}   

.counter {
    display: flex;
    align-items: center;
    padding: 5px
}
.counter a {
    border: none;
    background-color: transparent;
    color: #fff !important;
    font-weight: bold;
    cursor:pointer;
}
.counter1 {
    display: flex;
    align-items: center;
    padding: 5px
}
.counter1 a {
    border: none;
    background-color: transparent;
    color: #fff !important;
    font-weight: bold;
     cursor:pointer;
     text-decoration:none;
}
.hidden {
    display: none;
}

  .food-card:hover {
    background-color: #74C046;
  }
.food-card:hover .food-bottom h6 {
    color: #fff;
}
.food-card:hover .food-bottom p,
.food-card:hover .food-top p,
.food-card:hover .foodcard-bottom p {
    color: #fff;
}
.food-card:hover .cart-circle {
    background-color: #fff;
}
.food-card:hover .cart-circle svg {
    color: #74C046;
}
.food-card:hover .cart-container {
    background-color: #fff;
}

.mobile {
    display: none;
}

.mobile .tab-content {
    margin-left: 0px;
}
.food-image img {
    width: 120px;
    border-radius: 10px;
}


.count-container {
    display: flex;
    align-items: center;
    margin-top: -15px;
    flex-direction: column;
}

.count-btn {
    background-color: #74C046;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}
.count-container a:hover {
color: #000;
    }
.count-icons {
    display: none;
    align-items: center;
    background-color: #74c045;
    border-radius: 5px;
}

.count-icons button {
    background-color: #74C046;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.count {
    margin: 0 5px;
}

.mob-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    /* border: 1px solid #74c046; */
    /* border-radius: 10px; */
    border-bottom: 1px solid #74c0455d;
}

.arabic-text {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 14px;
}

.eng-text {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 14px;
}

.price-text {
    color: #74C046;
    margin-bottom: 5px;
    font-weight: bold;
}

.des-text {
    color: #C9C9C9;
    font-size: 12px;
}

.name-text {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.mob-left {
    padding-right: 10px;
}

.count {
    color: #ffffff;
    font-weight: 600;
}
.desktop .count {
    color: #000;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    /* left: 22%; */
    width: 375px;
    background-color: #ED1C24;
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 100;
    border-radius: 10px 10px 0px 0px;
    right: 110px;
}
.bottom-bar p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.bottom-inner {
    display: flex;
    justify-content: space-between;
}
.list-group {
    overflow: hidden;
}

.list-group-item {
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    background-color: #f4f9f0;
    padding: 15px;
    font-size: 14px;
    color: #333;
    width: 120px;
}



#subcategoryList .list-group-item {
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    transition: background-color 0.3s ease;
    padding: 5px 15px;
    margin-bottom: 3px;
}


#categoryList .list-group-item {
    background-color: transparent;
    cursor: pointer;
    color: #000;
    border-radius: 0;
    padding: 5px;
}
.category-item.active {
    background: transparent;
    color: #000;
    border-left: 2px solid #74c045;
    border-radius: 0;
}

.col-divider {
    border-right: 1px solid #74c045;
    height: 100%;
}

.radio input[type="radio"] {
    display: none;
}

.radio label.radio-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 14px;  
}

.radio label.radio-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #28a745;  
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

.radio input[type="radio"]:checked + label.radio-label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #28a745; 
    border-radius: 50%;
}

.radio input[type="radio"]:checked + label.radio-label::before {
    border-color: #28a745;  
}


/*contact apge */
.contact-sub {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2d;
}
.contact-inner {
    margin-top: 50px;
}
.wel-text h1 {
    color: #fff;
    font-size: 50px;
}
.wel-text span {
    color: #74C046;
    font-size: 55px;
}
.contact-bg {
    background-image: url(..//images/contactbg.png);
    padding: 20px;
}
.custom-p {
    color: #fff;
    font-size: 22px;  
}
.contact-bg p {
    color: #fff;
}
.address p {
    color: #C9C9C9;
    margin-bottom:  0px;
    margin-left: 20px;
}
.address a {
    color: #C9C9C9;
    text-decoration:none;
}
.custom-p {
    color: #fff;
    font-size: 22px;  
    margin-bottom: 5px;
}
.custom-p01 {
    font-size: 14px;
    color: #C9C9C9 !important;
}
.top-text p {
    color: #fff;
}
.address {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.address svg {
    color: #fff;
}
.social-icons {
    margin-top: 20px;
}
.social-icons svg {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}
.social-icons svg:hover {
    color: #74C046;
}
.middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/*form {
    max-width: 400px;
    margin: 0 auto;
}*/
input[type="text"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 8px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #C9C9C9;
    outline: none;
}

textarea {
    resize: vertical;
}
input[type="submit"] {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

/* Hide placeholders on focus */
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}

/* Show labels as placeholders */
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #999;
}

input[type="text"]::placeholder:before,
input[type="tel"]::placeholder:before,
textarea::placeholder:before {
    content: attr(placeholder);
}
.label {
    margin-bottom: 30px;
}
.group {
    display: flex;
    align-items: flex-end;
}
.branches {
    background-color: #000;
    padding-top: 50px;
        /* padding-bottom: 50px; */
}
.branches-inner {
    padding-top: 50px;
}
.location-card {
    margin-bottom: 40px;
}
.card-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 25px;
    margin-right: -20px;
    width: 250px;
}
.place-box {
    background-color: #74C046;
}
.place-box p {
    margin-bottom: 0px;
    padding: 12px 25px;
}
.loc-img img {
    width: 40px;
}
.card-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    padding-top: 42px;
    margin-top: -31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 250px;
}
.card-main:hover {
    background-color: #74C046;
    color: #fff;
}
.card-main:hover p {
    color: #fff;
}
.card-main:hover a {
    color: #fff;
}
.location-card:hover  .place-box {
    background-color: #fff;
}


.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.margin-t {
    margin-top: 50px;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown svg {
    margin-top: 5px;
    margin-left: 2px;
}
.phone span {
    font-weight: 700;
}
.phone a{
    color:#000;
    text-decoration:none;
}
.phone a:hover{
    color:#fff;
    
}
/* cart page */
.cart-sec {
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.cart-sec h2 {
    margin-bottom: -5px;
}
.cart-top {
    width: 100%;
    position: relative;

}
.cart-top img {
    width: -webkit-fill-available;
    border-radius: 20px 20px 0px 0px;
}
.cart-top h2 {
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff;
}
.cart-top span {
    color: #74C046;
}
.cart-left {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 30px;
    height: 90%;

}
.cart-bottom {
    margin-top:50px;
}
.item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.item-list img {
    width: 20px;
    margin-right: 10px;
}
.item-list .counter {
    background-color: #74C046;
    border-radius: 10px;
}
.item-list .counter button {
    color: #fff;
}
.cart-bot {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #495057;
    margin-top: 20px;
    padding-top: 20px;
}
.cart-bot p {
    font-weight: 700;
}
.item-head {
    font-size: 18px;
    font-weight: 600;
}
.cart-price {
    font-weight: 500;
}
.bill-bottom p {
    font-weight: 600;
}
.item-head {
    margin-bottom: 30px;
}
.cart-inner {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.cart-inner .form-group {
    margin-bottom: 20px;
}

.cart-inner .form-control {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid #ced4da !important;
}

.cart-inner textarea.form-control {
    resize: vertical;
    border: none;
    border-bottom: 1px solid #ced4da !important;
}

.cart-inner .btn {
    background-color: #74C046;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cart-inner .btn:hover {
    background-color: #000000;
}

.cart-inner select.form-control {
    width: 100%;
    padding: 10px;
    border:none !important;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 4px;
    background-color: #fff;
    color: #495057;
    cursor: pointer;
}
.cart-inner .select-wrapper {
    position: relative;
}

.cart-inner .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #495057;
    cursor: pointer;
}

.cart-inner .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777; 
    transform: translateY(-50%);
    pointer-events: none;
}
.form-area {
    padding: 50px;
}
.form-area form {
    max-width: 100%;
}
.form-control:focus,
select.form-control:focus {
    box-shadow: none !important; 
}
.cart-img {
    width: 100%;
}
.cart-img img {
    width: -webkit-fill-available;
    border-radius: 0px 20px 20px 0px;
}

/* career page */
.career-sec {
    /* margin-bottom: 50px; */
}
.career-cover {
    width: 100%;
    text-align: center;
}
.career-cover img {
    /* width: -webkit-fill-available; */
    width: 100%;
}
.career-sec h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.h-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.career-left h6 {
    font-size: 22px;
    color: #74C046;
}
.career-left p {
    color: #ccc;
}
.career-img img {
    width: -webkit-fill-available;
}
.career-top {
    margin-top: 50px;
}
.career-bottom {
    margin-top: 50px;
}
.career-bottom h6 {
    font-size: 20px;
    color: #fff;
}
.inner-bot {
    margin-top: 20px;
}
.inner-bot a {
    color: #ccc;
    margin-bottom: 40px;
    text-decoration: none;
    border: 1px solid #74C046;
    padding: 10px 15px;
    width: 100%;
    display: block;
    text-align: center;
}
.inner-bot a:hover {
    color: #74C046;
    border: 1px solid #ffffff;
}
.apply-area {
    /* display: flex;
    justify-content: space-between; */
    text-align: center;
}
.apply-area p {
    color: #fff;
}
.apply-btn {
    color: #fff;
    background-color: #74c046;
    padding: 8px 50px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}


.apply-btn:hover {
    color: #74C046;
    background-color: #ffffff;
}

/* about page */
.about-sub h2 {
    margin-top: 50px;
}

.aboutsub-left h2 {
    color: #fff;
    margin-bottom: 20px;
}
.aboutsub-left span {   
    color: #74C046;
}
.aboutsub-left p {
    color: #ccc;
    text-align: justify;
}
.about-img {
    text-align: center;
}
.about-img img {
    width: 80%;
}
.aboutbottom-img img {
    width: -webkit-fill-available;
}
.aboutbottom-text p {
    color: #ccc;
    text-align: justify;
}
.center-h {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-sub video {
    width: 100%;
    border-radius: 30px;
}
#details {
    display: none;
}
.readmoreicon {
    padding-top: 15px;
    float: left;
    cursor: pointer;
    color: #74c045 !important;
    font-size: 18px;
}
.readlessicon {
    padding-top: 15px;
    float: left;
    cursor: pointer;
    color: #74c045 !important;
    font-size: 18px;
}

.about-sub .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2d;
}
.cart-detail .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2d;
}
.branches .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2d;
}
.career-sec .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2d;
}
.about-sub .title-block {
    text-align: left;
}


/*subpage responsive */

 
@media (max-width:1200px) {
    .tab-container {
        width: 20%;
    }  
}
@media (max-width:991px) {
    .tab-container {
        width: 25%;
    }  
    form {
        max-width: 100%;
        margin-top: 50px;
    }
    .wel-text h1 {
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .apply-area p {
        width: 70%;
    }
    .apply-btn {
        padding: 19px 30px;

    }
    .about-img {
        display: none;
    }
    .aboutbottom-img img {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .about-sub video {
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
    .subheader h1 {
        font-size: 25px;
    }   
    .bottom-right button {
        display: none;
    }
     .bottom-right a {
        display: none;
    }
    .subheader {
        padding-bottom: 0px;
    }
    .tab-container {
        width: 40%;
    }
    .d-end {
        align-items: center;
    }
    .bottom-bar {
        bottom: 30px;
        width: 250px;
    }
    .career-left {
        margin-top: 30px;
    }
    .career-top {
        margin-top: 20px;
    }
  
}
@media (max-width:599px) {
    .bottom-bar {
        right: 50px;
    }
    .back-to-top {
        display: none !important;
    }
    .apply-area {
        display: block;
    }
    .apply-btn {
        padding: 8px 30px;
    }
    .apply-area p {
        width: 100%;
        font-size: 14px;
    }
    .about-sub h2 {
        margin-top: 20px;
    }
}
@media (max-width:499px) {
    .tab-container {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .subheader h1 {
        font-size: 20px;
    }
    .subheader p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .order-sec {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .search-input {
        font-size: 12px;
    }
    .phone-filter .btn-primary {
        background: #fff;
        color: #000;
        border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
        border-radius: 20px;
        font-size: 11px;
        font-weight: normal;
        padding: 5px 15px;
    }
    .modal-dialog {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .phone-filter .nav-pills .nav-link.active {
        background: transparent;
        color: #000;
        border-left: 2px solid #B5975B;
        border-radius: 0;
    }
    .phone-filter .nav-pills .nav-link {
        color: #000;
        padding-right: 0;
        padding-right: 0;
        padding-left: 7px;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 13px;
    }

    .phone-filter .nav-pills .nav-link:last-child {
        margin-bottom: 0;
    }

    .phone-filter .nav-pills .nav-link:hover {
        color: #B5975B;
    }

    .tab-border {
        border-right: 1px solid #bcbcbc;
    }
    
    .tab-padd {
        padding-right: 0;
        height: 200px;
        width: 100%;
        overflow-y: scroll;
    }

    .tab-padd-1 {
        padding-left: 15px;
        height: 200px;
        overflow-y: scroll;
        width: 100%;
    }

    .tab-padd-1 a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        transition: .4s;
        line-height: 30px;
    }

    .tab-padd-1 .tab-content {
        padding-left: 30px;
    }

    .tab-padd-1 a:hover {
        color: #B5975B;
    }

    .appy-btn {
        border-radius: 0 !important;
        background: #B5975B !important;
        color: #fff !important;
        border-color: #B5975B !important;
        padding: .375rem 25px !important;
        border-radius: 3px !important;
    }

    .phone-filter ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        -ms-overflow-style: none;
        gap: 8px;
        /* overflow-x: scroll; */
        margin: 0;
    }
    .mobfilter ul {
        display: block;
    }
    .phone-filter button::after {
        display: none !important;
    }

    .phone-filter ul::-webkit-scrollbar {
        display: none !important;
        scrollbar-width: 0 !important;
    }

    .phone-filter .dropdown-menu.show {
        transition: .10s;
        box-shadow: 0px 3px 6px #00000029;
        top: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle {
        background: transparent;
        box-shadow: none;
        color: #000;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .phone-filter .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
    }

    .phone-filter .dropdown-menu {
        padding: 20px 20px;
        width: 185px;
        z-index: 999999 !important;
        border-radius: 10px;
    }

    .phone-filter .dropdown-item:hover {
        background: #B5975B;
        color: #fff;
    }

    .phone-filter .dropdown-item {
        font-size: 13px;
    }

    .left-bx {
        display: none;
    }

    .recommend {
        display: none;
    }

    .phone-filter {
        display: block;
        margin-top: 20px 
    }

    .sticky {
        top: 0px;
        transition: all 0.3s ease-in-out;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #000000;
        padding: 10px 0;
        left: 0;
        padding-left: 15px;
        padding-top: 15px;
        margin-top: 0px;
    }

    .modal-content {
        z-index: 9999999 !important;
        border-radius: 10px;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal-backdrop.show {
        z-index: 1;
    }
    .apply-btn, .btn-primary {
        background-color: #74c045;
    }
    .bottom-bar {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        background-color: #ED1C24;
        padding: 10px;
        text-align: center;
        display: none;
        border-radius: 10px 10px 0px 0px;
    }
    .order-tab {
        padding-bottom: 20px;
    }
    .footer {
        padding-top: 40px;
    }
    .contact-bg {
        padding: 0px;
    }
    .branches {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .contact-inner {
        margin-top: 30px;
    }
    .cart-bottom {
        margin-top: 20px;
    }.cart-left {
        padding: 20px;
    }
    .item-head {
        margin-bottom: 20px;
    }
    .form-area {
        padding: 0px;
        padding-top: 20px;
    }
    .cart-sec {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .cart-inner .btn {
        margin-bottom: 20px;
    }
    .cart-img img {
        border-radius: 0px 0px 20px 20px;
    }
    .contact-sub {
        padding-top: 20px;
    }
    .cart-sec h2 {
        margin-bottom: -3px;
    }
    .form-area form {
        margin-top: 20px;
    }
    .cart-detail {
        padding-bottom: 20px;
    }
    .career-img {
        display: none;
    }
    .career-sec h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .career-left {
        margin-top: 20px;
    }
    .career-bottom {
        margin-top: 20px;
    }
    .inner-bot a {
        margin-bottom: 20px;
    }
    .career-left p {
        text-align: justify;
    }
    .btn-primary img {
        width: 30%;
    }
    .address {
        margin-top: 25px;
    }
    .social-icons svg {
        margin-right: 10px;
    }
    .branches .container {
        padding-bottom: 0px;
    }
    .branches-inner {
        padding-top: 20px;
    }
    .contact-sub {
        border-bottom: none;
    }
    .aboutsub-left h2 {
        margin-top: 10px;
    }
    .career-cover img {
        width: -webkit-fill-available;
    }
    .bottom-left a {
        margin-bottom: 10px;
        font-size: 12px;
    }
}