@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;700&display=swap');
body{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}


.multiselect-native-select > .btn-group {
    width: 95%;
}

ul.navbar-nav {
    width: 100%;
    justify-content: center;
}
img{max-width: 100%;}
ul.navbar-nav a {
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
    text-transform: capitalize;
}
.section{padding-top:3rem;padding-bottom:3rem;}
header{background-color: #000;position: sticky;top: 0px;z-index: 9;}
.btn {
    background-color: #f58634;
    display: block;
    /* width: 170px; */
    color: #fff;
    border-radius: 30px;
    padding: 8px 28px;
}
.btn.black {
    background-color: #000;
}
a{display: inline-block;}
a:hover{text-decoration: none;}
.btn:hover {color: #fff;opacity: 0.8;}
.flex{
    display: flex;
    align-items: center;
}
/* .banner {
    background-image: url("images/banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
} */
.banner {
    background-image: url("images/banner-bg.png"),url("images/banner-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll,fixed;
    height: 86vh;
}
.banner h1 {
    font-size: 4rem;
}
.call-to-action .flex {
    justify-content: space-around;
}
.call-to-action {
    background-color: #f58634;
}
footer {
    background-color: #000000;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover,header a:hover{
    color: #F58634 !important;
}
footer ul li {
    display: inline-block;
    padding: 0px 20px;
    margin-top: 1rem;
}

footer ul {
    padding-left: 0px;
    list-style: none;
}
section.copyright {
    background-color: #f7f7f7;
    text-align: center;
    padding: 3px 0px;
}
section.copyright a {
color: #000;
}

.products {
    background-color: #f7f7f7;
    background-image: url("images/bg-remove.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}
.product-box {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.sidebar {
    background-color: #f58634;
    color: #fff;
}
.sidebar a {
    color: #fff;
}
.sidebar ul {
    list-style: none;
    padding-left: 0px;
}
.product-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
}

.sidebar ul li a {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 11px;
    display: block;
    border-radius: 0px !important;
}
div#tab-content .tab-pane {
    display: none;
}
div#tab-content .tab-pane.active {
    display: block;
}
#mypanel li.nav-item {
    width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000000;
}
.variable-box {
    width: 100%;
    background-color: #f58634;
    position: absolute;
    bottom: 22px;
    padding: 8px 0px;
    display: none;
}
.variable-box a {
    color: #000;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.variable-box a:hover {
    color: #fff;
    transform: scale(1.1);
    background-color: #000000;
}
img.banner-image {
    border-radius: 50%;
    max-width: 500px;
    object-fit: cover;
    min-height: 500px;
    /* filter: drop-shadow(2px 4px 6px black); */
    height: 100%;
    width: 100%;
    animation: infinite-spinning 30s infinite;
    visibility: hidden;
  }
  .why-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #0009;
}
.why-box img {
    width: 50px;
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}
.why-box {
    background-color: #f7f7f7;
    padding: 15px;
    min-height: 120px;
    box-shadow: 1px 1px 4px 2px #00000040;
    margin-top: 2rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
}
.gall img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-bottom: 2rem;
    border: 8px solid  #0000002b;
    border-radius: 30px;
}
.call-to-action h2 {
    text-transform: uppercase;
    font-size: 28px;
}
@keyframes infinite-spinning {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  button:focus {
    outline: 1px dotted;
    outline: unset;
}
.xs-block{display: none;}
@media only screen and (max-width: 767px) {
    .modal-body.panel-details-container {
        padding-top: 0px;
    }
    .sidebar {
        position: sticky;
        z-index: 9;
        top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sidebar ul li a {
        padding: 4px 14px;
        font-size: 14px;
        border-radius: 20px !important;
    }
    .xs-none{display: none;}
    .xs-block{display: block;    margin-top: 10
        px
        ;}
    div#collapsibleNavbar {
        position: absolute;
        top: 100px;
        background-color: #000000;
        width: 100%;
        left: 0px;
        padding: 1rem 1rem;
    }
    section.section.banner .container {
        background-color: #f58634e6;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 5rem;
        outline: 1px dashed #000;
        outline-offset: -7px;
    }
    img.menu_icon {
        background: #ffffff;
        display: block;
        width: 26px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: 31px;
        position: relative;
        top: -4px;
    }
    .xs-none {
        display: none;
    }
    section.section.text-center.call-to-action h2 {
        margin-bottom: 15px;
    }
#mypanel li.nav-item {
    width: auto;
    display: inline-block;
    margin-right: 12px;
}
.sidebar ul {
    margin-bottom: 0px !important;
}
img.banner-image {
    max-width: unset;
    min-height: unset;
}
.banner h1 {
    font-size: 2.5rem;
}
.banner {
    background-color: #f58634;
    background-image: url("images/banner-bg.jpg");
}
.flex {
    flex-direction: column;
}

br{display: none;}
}
ul.check-list li {
    font-size: 18px;
    margin-bottom: 14px;
    color: #000;
    list-style: square;
}

.inner-banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:#00000045;
}

.inner-banner {
    background-color: #f58634;
    background-image: url(images/banner-bg.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}
.inner-banner h1 {
    color: #ffffff;
    text-shadow: 2px 2px 5px #000;
    font-size: 3rem;
}
p.bradscrum a, p.bradscrum {
    color: #fff;
}
.bg-gray {
    background-color: #f7f7f7;
}
.about-logo{
    filter: drop-shadow(2px 4px 6px black);
}

.form input, .form textarea {
    width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 13px;
    border-radius: 27px;
    border: 2px solid #f58634;
}
.address img {
    margin-right: 12px;
}
.address a {color: #f58634;}
.address p {
    font-size: 16px;
    font-weight: 600;
}
div#preLoder img {
    width: 150px;
    height: 150px;
}
div#preLoder {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffffd9;
    width: 100%;
    display: none;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
}
span.notification.cartCount {
    position: absolute;
    top: -8px;
    left: 9px;
    color: #fff;
    height: 20px;
    background-color: #f58634;
    border-radius: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.module.module-cart.right {
    position: relative;
    cursor: pointer;
}
span.cart-value.cartValue {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #f58634;
    font-family: initial;
    font-size: 15px;
    top: 6px;
}
div#preloader {
    display: none;
}
div#panel-cart {
    max-width: 400px;
    width: 100%;
    position: fixed;
    filter: drop-shadow(2px 4px 6px black);
    top: 0px;
    right: -100%;
    height: 100vh;
    background-color: #f7f7f7;
    z-index: 11;
    padding: 1rem 1rem;
    transition: 1s all;
}
img#addMore {
    position: absolute;
    width: 36px;
    top: 15px;
    right: 15px;
    border-left: 1px solid #000000;
    cursor: pointer;
    padding-left: 8px;
}
div#panel-cart.active {
    right: 0%;
    }
table.table-cart.cartTable {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.panel-cart-title .title {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    color: #f58634;
}
table.table-cart.cartTable td a {
    color: #000;
}
table.table-cart.cartTable td.title {
    width: 200px;
}
input#card_number {
    width: 200px;
}
table.table-cart.cartTable td {
    border-bottom: 1px dashed black;
    color: #000;
    padding: 8px;
    background-color: #fff;
}
#cartSummary .text-muted {
    color: #6c757d!important;
    text-align: left !important;
    font-weight: bold;
    color: #f58634 !important;
}
#cartSummary .col-5 {
    text-align: right;
    padding-right: 15px;
}
#cartSummary {
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-bottom: 16px;
}
.row.cart-buttons a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
 .panel-cart-action.checkout {
    background-color: #1a8b1a;
}
/*
.panel-cart-action {
    width: 100%;
    background-color: #000;
    text-transform: capitalize;
} */
.actions img {
    width: 16px;
    cursor: pointer;
    margin-left: 6px;
}
.cartTable .text-muted {
    color: #000 !important;
    font-size: 12px;
    display: block;
}

/* .actions i.ti.ti-close {
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("images/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
} */
svg.icon {
    display: none;
}
.close-popup{
        width: 30px;
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
}
.addtocart-popup {
    border-radius: 40px;
    filter: drop-shadow(2px 4px 6px black);
    padding: 24px;
    max-width: 400px;
    margin: auto;
}
.addtocart-popup .btn-number {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-top: 5px;
    padding-top: 2px;
}
input#quant {
    width: 48px !important;
    text-align: center;
}
div#instructions {
    text-align: center;
}
.custom-control.custom-radio {
    padding-left: 0px;
}
span.custom-control-description {
    margin-top: 10px;
    display: block;
    text-align: left;
    padding-left: 27px;
    cursor: pointer;
}
h4#modalTitle {
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    color: #f58634;
}
label#lblRemarks {
    margin-top: 12px;
    border-top: 1px solid;
    width: 100%;
    padding-top: 8px;
}
input#txtRemarks {
    border-radius: 24px;
    border: 1px solid;
}
.cart-buttons .col-md-6.col-sm-6.col-12 {
    margin-bottom: 10px;
}
#instructions .dropdown-toggle {
    white-space: unset;
}
form.payment-form input {
    width: 100%;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid lightgray;
    margin-bottom: 17px;
}
.payment-box label, .payment-box input {
    width: auto !important;
    padding-right: 12px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 8px;
}
/* #ember2302,.placeorder {
    display: none;
} */
#instructions strong.title {
    display: block;
}
div#instructions br {
    display: none;
}
p.price {
    font-family: initial;
}
.modal-bodys h4 b {
    color: #f58634;
}

.modal-bodys h4 {
    font-size: 18px;
}
.time-box {
    display: flex;
}
.t-box label {
    margin-bottom: 0px;
}
.t-box {
    width: 100%;
}

input[type="radio"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
div#payment-box {
    display: flex;
    justify-content: space-around;
}
div#payment-box input {
    width: auto;
    margin-right: 4px;
}
  /* input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #F58634;
  } */
  
  /* input[type="radio"]:checked::before {
    transform: scale(1);
  } */

  .card-box>div:first-child {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 5px;
    justify-content: space-between;
    margin-bottom: 14px;
    background-color: #f7f7f7;
}
div#payment-card-box input {
    margin-bottom: 0px;
}
input.card_number {
    background-image: url("https://sardarji.org/img/card.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 43px;
}
input.year_number {
    width: 19%;
}
input.cvv {
    width: 15%;
}
input.postal_code {
    width: 19%;
}
div#payment-box label {
    font-weight: bold;
    cursor: pointer;
}
div#payment-box input {
    margin-bottom: 0px;
}
.tip {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background-color: #F58634;
    border-radius: 27px;
}
.tip div {
    border-radius: 27px;
    background-color: #F58634;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.tip input[type=radio] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.tip label {
    padding: 3px 10px;
    cursor: pointer;
    margin-bottom: 0px;
}
.time-date-box {
    display: flex;
}
.t-box select {
    /* border-radius: 25px !important; */
    padding: 0px 11px;
    height: 35px;
    margin-bottom: 10px;
}
input#tipAmount {
    border-radius: 26px;
    border: 2px solid #109D59;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: -5px;
    left: 0px;
    display: none;
    background-color: #f7f7f7;
}
#hideAmount {
    border-radius: 26px;
    border: 2px solid #109D59;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: -2px;
    height: 32px;
    right: 3px;
    display: none;
}
.tip input[type=radio]:checked:before {
    content: "";
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #257627;
    z-index: -1;
    color: #fff;
    visibility: visible;
    transform: unset !important;
    border-radius: unset;
    box-shadow: unset;
}
.card-box .input-group input, .card-box .input-group select {
    border-radius: 20px;
}
.custom-control-input {
    opacity: 9;
}