body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "f1";
}
a {
    text-decoration: none !important;
}
ul {
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
}
.w-90 {
    width: 90%;
    margin: auto;
}
.w-97{
    width: 97%;
    margin: auto;
}
.w-98{
    width: 98%;
    margin: auto;
}
.w-95 {
    width: 95%;
    margin: auto;
}
.w-80 {
    width: 80%;
    margin: auto;
}
.w-60 {
    width: 60%;
    margin: auto;
}
@font-face {
    font-family: "f1";
    src: url(../fonts/Signika_Negative/SignikaNegative-Regular.ttf);
}
@font-face {
    font-family: "f2";
    src: url(../fonts/Signika_Negative/SignikaNegative-Medium.ttf);
}
@font-face {
    font-family: "f3";
    src: url(../fonts/Signika_Negative/SignikaNegative-Bold.ttf);
}
.ban_img img{
    width: 100%;
}
.nav_me img {
    width: 300px;
}
.nav_me {
    z-index: 11;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000 !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.nav_me .navbar-nav .nav-link.active,
.nav_me .navbar-nav .nav-link:hover {
    background: #ff7849 !important;
    color: #fff !important;
    border-radius: 2px;
}
.nav_me .nav_a li {
    margin: 15px;
}
.nav_me .nav_a li a {
    font-family: "f1";
    font-size: 16px;
}
.navbar-light .navbar-toggler {
    background-color: #dd3a3f;
    color: #fff !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.nav_h {
    position: relative;
    height: 80vh;
    background: url(../img/img14.jpg) no-repeat;
    background-size: cover;
}
.nav_h:before {
    position: absolute;
    content: "";
    top: 0%;
    background: #00000078;
    width: 100%;
    height: 100%;
}
.text_hom h1 {
    color: #fff;
    font-family: "f3";
    font-size: 25px;
}
.con_t p {
    width: 80%;
    font-family: "f1";
    font-size: 16px;
    color: #fff;
    margin: auto;
}
.text_hom {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}

.d-flex-jc-ac{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-flex-js-ac{
    display:flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.d-flex-je-ac{
    display:flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
.d-flex-jb-ac{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.d-flex-jc-ae{
    display:flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}
.d-flex-jc-as{
    display:flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}
/* product banner starts */
.nav_t {
    position: relative;
    height: 80vh;
    background: url(../img/img16.jpg) no-repeat;
    background-size: cover;
}
.nav_t:before {
    position: absolute;
    content: "";
    top: 0%;
    background: #00000078;
    width: 100%;
    height: 100%;
}
.text_tis h1 {
    color: #fff;
    font-family: "f3";
    font-size: 25px;
}

.text_tis {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.pro_head p {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
}

.pro_img img {
    width: 100%;
    opacity: 0.4;
}
.cont_img img {
    width: 60%;
    border-radius: 10px;
}
/* product banner ends */

/* product list starts */
.cart_icon img{
    width: 30px;
}
.pro_ducts {
    padding: 20px;
}
.pro_list h1 {
    font-family: "f3";
    color: #018f06;
    font-size: 30px;
    margin-top: 10px;
}
.pro_sub {
    background:#ff875d;
    padding: 8px;


}
.pro_sub h2 {
    font-family: "f1";
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.box {
    background: #ffe5e5;
    height: 100%;
    border-radius: 5px;
    padding: 5px;
    /* justify-content: space-between !important; */
}
.box:hover {
    box-shadow: 8px 8px 10px rgb(0 0 0 / 16%);
}
.box h4 {
    font-family: "f1";
    font-size: 15px;
    margin-top: 10px;
    height: 50px;
}
.box h5 {
    font-family: "f1";
    font-size: 15px;
}
.box h6 {
    font-family: "f1";
    font-size: 15px;
    color: #565656;
    margin-top: 12px;
    text-decoration: line-through;
}
.ic_on {
    font-size: 17px;
    margin-right: 5px;
}
.ic_on2 {
    font-size: 14px;
    margin-right: 5px;
}
.ic_on3 {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}
.qty_field input.quantity {
    min-width: 40px;   /* enough for 3–4 digits */
    text-align: center;
    font-size: 1rem;
}
.ttl_field input.price {
    min-width: 50px;   /* larger space for totals */
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.equal-space {
    width: 30%;       /* both cells take half the row */
    text-align: center;
    vertical-align: middle;
    padding: 8px;     /* more breathing room */
}

@media (max-width: 576px) {
    .qty_field input.quantity {
        min-width: 40px;
    }
    .ttl_field input.price {
        min-width: 50px;
    }
}
    .col-name {
        vertical-align: middle;
        text-align: center;
        padding: 12px 20px; /* more horizontal space */
        width: 30%; /* adjust width if needed */
    }

    .col-company {
        vertical-align: middle;
        text-align: center;
        padding: 12px 10px; /* slightly less padding */
        width: 20%;
    }
 
 @media (max-width: 768px) {
    .col-name {
        vertical-align: middle;
        text-align: center;
        padding: 12px 20px; /* more horizontal space */
        width: 30% !important; /* adjust width if needed */
    }

    .col-company {
        vertical-align: middle;
        text-align: center;
        padding: 12px 10px; /* slightly less padding */
        width: 20% !important;
    }
    }    
 @media (max-width: 228px) {
    .col-name {
        vertical-align: middle;
        text-align: center;
        padding: 12px 20px; /* more horizontal space */
        width: 30% !important; /* adjust width if needed */
    }

    .col-company {
        vertical-align: middle;
        text-align: center;
        padding: 12px 10px; /* slightly less padding */
        width: 20% !important;
    }
    }   
   
.Posi_tion {
    position: sticky !important;
    top: 0; 
    z-index: 9999; /* Keeps it above other elements */
    background: #000; /* or any background to avoid overlap transparency */
}
/* .fo_bo{
    width: 70px !important;
    font-family: "f1";
    font-size: 15px !important;
    padding: 5px 8px !important;
    margin: auto !important;
} */
.pri_ce {
    background: #018f06;
    padding: 10px;
    margin: 10px auto;
    width: 100px;
    border-radius: 5px;
}
.pri_ce h3 {
    font-family: "f1";
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.off {
    position: relative;
}
.off img {
    width: 60px;
    margin-top: -26px;
    margin-left: -12px;
}
.off_txt {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -6px;
    left: -9px;
}
.off_txt p {
    font-family: "f1";
    font-size: 12px;
    color: #fff;
}
.pad span {
    color: #007100;
}
.pad small {
    text-decoration: line-through;
    opacity: 0.6;
}
.or_der .btn_re {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
}
.text-end {
    z-index: 1;
    position: sticky;
    top: 10%;
}
.sub_bt {
    font-family: "f1";
    font-size: 15px;
    background: #018f06;
    color: #fff;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
}
.ardca_rt {
    margin-right: 5px;
}
.card_mod .btn-close {
    position: absolute;
    right: 5px;
}

.mo_co {
    padding: 10px;
}
.mo_co a {
    color: #000 !important;
    font-family: "f1";
    font-size: 15px;
    text-align: center;
}
.mo_co h4 {
    text-align: center;
}
.mo_co h3 {
    text-align: center;
}
.modal-title {
    font-family: "f3";
    font-size: 25px;
    color: #018f06;
}
.mo_bo {
    padding: 0 !important;
}
.pa_y {
    background: #726a5a;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}
.pa_y img {
    width: 25px;
}
.pa_y h6 {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
    margin: 0;
}
.fo_cart {
    width: 70px !important;
    font-family: "f1";
    padding: 5px 8px !important;
}
.rup_ee {
    background: #018f06;
    padding: 8px 10px;
    border-radius: 3px;
}
.pri_info h6 {
    color: #000;
    font-family: "f1";
    font-size: 20px;
    margin-top: 10px;
}
.pri_info h5 {
    color: #000;
    font-family: "f1";
    font-size: 18px;
}
.det_ail {
    justify-content: space-between;
    border-bottom: 1px solid rgb(165, 165, 165);
}
.sub_mit .btn_sub {
    font-family: "f1";
    font-size: 15px;
    background: #018f06 !important;
    color: #fff !important;
    padding: 5px 10px;
    border: none;
}
.btn_div{
        background: linear-gradient(90deg, #32d82e, #8cd302);
}
.sub_mit {
    text-align: center;
}
.fo_rm label {
    font-family: "f1";
    color: #000;
    font-size: 15px;
}
.fo_rm input {
    font-family: "f1";
    font-size: 13px;
    margin-top: 10px;
}
.fo_rm textarea {
    font-family: "f1";
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* product list ends */
.bg-boxs {
    background: #fff;
    position: relative;
    padding: 15px;
    height: 100%;
    border-radius: 5px;
}
.cir_img {
    width: 75px;
    height: 75px;
    background: #726a5a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cir_img img {
    width: 50px;
}
.ofer_tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 0;
    width: 71px;
    border-top: 21px solid #018f06;
    border-right: 20px solid transparent;
}
.ofer_tag {
    position: relative;
}
.ofer_tag p {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 12px;
    margin: 0;
    font-family: "f1";
    margin-left: -7px;
}
.prd_btn {
    border: 1px solid #ced4da;
    background: none;
    font-size: 15px;
    font-family: "f1";
    width: 100%;
    height: 35px;
    text-align: center;
    border-radius: 4px;
}
.prd_crak {
    border-top: 1px solid #018f0679;
}
.prd_crak h4 {
    font-size: 15px;
    font-family: "f1";
    margin-top: 10px;
    height: 33px;
}
.prd_crak h5 {
    font-family: "f1";
    font-size: 15px;
}
.prd_crak h5 span {
    color: #007100;
}
.prd_crak h5 small {
    text-decoration: line-through;
}
.prd_crak p {
    font-family: "f1";
    font-size: 15px;
    margin: 0;
}
.prd_qnt .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dd3a3f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

/* table starts */
.pro_or {
    background:#ff703e !important;
    /* padding: 10px; */
border-bottom: 1px solid #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}
.pro_or h2 {
    font-family: "f1";
    font-size: 20px;
    color: #fff;
    margin: 0;
    /* text-align: center; */
}
.in_fo label {
    font-family: "f1";
    color: #fff;
    font-size: 14px;
 
}
.prd_sub {
    border: 0 !important;
    background: linear-gradient(90deg, #32d82e, #7bd679);
    font-size: 15px;
    font-family: "f1";
    width: 100%;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff !important;
}
.prd_m {
    border: 0;
    background: #fff !important;
    font-size: 15px;
    font-family: "f1";
    width: 100%;
    height: 35px;
    border-radius: 4px;
    text-align: start;
    color: #000 !important;
    padding: 0 5px;
}
.or_box .in_sub {
    color: #fff !important;
}
.in_t {
    border: 0 !important;
}
.pro_tit {
    background: #ff875d !important;
    padding: 10px;
    color: #fff !important;
    border-bottom: 1px solid;

}
.ti_tle h5 {
    font-family: "f3" !important;
    font-size: 16px;
    margin: 0;
    color:#000000;
}
.pro_li {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.ti_tle h6 {
    font-family: "f1";
    font-size: 15px;

}
.ti_tle h4 {
    font-family: "f1";
    font-size: 18px;
    margin: 0;
    display: flex;

    align-items: center;
}
.ti_tle p {
    font-family: "f1";
    font-size: 14px;
    margin: 0;
}
.cir_img {
    width: 50px !important;
    height: 50px;
    background: #726a5a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: auto; */
}
.cir_img img {
    width: 40px;
}

.pro_li h4 span {
    color: #007100;
    margin-left: 5px;
    font-size: 15px;
}
.pro_li h4 small {
    text-decoration: line-through;
    color: #dd3a3f;
    font-size: 14px;
}

.fo_bo {
    font-family: "f1";
    font-size: 15px !important;
    padding: 5px 8px !important;
}
.pro_li .fo_bo:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dd3a3f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.fo_to {
    width: 100% !important;
    font-family: "f1";
    font-size: 15px !important;
    padding: 5px 8px !important;
    color: #fff !important;
}
.prd_ord {
    border: 2px solid #018f06;
    background: none;
    font-size: 15px;
    font-family: "f1";
    width: 50%;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
}
.prd_ord a {
    color: #018f06;
    font-size: 13px;
}
.pro_tab {
    width: 95%;
    margin: auto;
}
.mo_di {
    max-width: 85% !important;
}
.card_mod h3 {
    font-family: "f1";
    font-size: 20px;
    margin-top: 10px;
}
.fo_rm label {
    text-align: start !important;
}
.fo_rm {
    /* background: url(../img/img16.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10px;
}
/* table ends */

/* home page banner starts */
.lemo_btn a {
    color: #fff !important;
    font-family: "f1";
    font-size: 15px;
}
.text_hom button {
    background: #018f06;
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}

/* home page banner ends */

/* about us starts */
.abt_img {
    position: relative;
}
.abt_img::before {
    position: absolute;
    width: 60%;
    height: 46%;
    bottom: -12px;
    background: #018f06;
    content: "";
    z-index: -1;
    left: -14px;
    border-radius: 5px;
}
.abt_img img {
    margin-top: 75px;
    width: 100%;
    border-radius: 5px;
}
.abt_imgs {
    position: relative;
}
.abt_imgs::after {
    position: absolute;
    width: 65%;
    height: 42%;
    top: -12px;
    background: #ef9f00;
    content: "";
    z-index: -1;
    right: 89px;
    border-radius: 5px;
}
.abt_imgs img {
    margin-left: -100px;
    z-index: 1;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.ab_txt button {
    background: #018f06;
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}
.ab_txt h1 {
    font-family: "f3";
    font-size: 28px;
    color: #018f06;
}
.ab_txt p {
    font-family: "f1";
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.side_crac {
    position: relative;
}
.cra_ck {
    left: -155px;
    position: absolute;
    top: -150px;
    z-index: -1;
}
.cra_ck img {
    width: 200px;
    height: 200px;
}
.rig_crac {
    position: relative;
}
.rig_img {
    right: -155px;
    position: absolute;
    bottom: -150px;
    z-index: -1;
}
.rig_img img {
    width: 200px;
    height: 200px;
}

/* about us ends */

/* Home products starts */
.pro_duct {
    background: #ffecc7;
    padding: 20px;
}


.pro_h h1 {
    font-family: "f3";
    font-size: 28px;
    color: #018f06;
}
.cir_imgs {
    width: 100px;
    height: 100px;
    background: #726f69;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
}
.cir_imgs img {
    width: 79px;
}
.bg-boxs:hover {
    box-shadow: 8px 8px 10px rgb(0 0 0 / 16%);
    transition: 0.2s;
}
.bg-boxs:hover .prd_ord {
    background: #018f06 !important;
    transition: 0.2s;
}
.bg-boxs:hover .prd_ord a {
    color: #fff !important;
    transition: 0.2s;
}
.prd_vi {
    border: 2px solid #018f06;
    background: none;
    font-size: 15px;
    font-family: "f1";
    height: 35px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
    padding: 2px 10px;
}

.prd_vi a {
    color: #018f06 !important;
    font-size: 20px;
}

/*  Home product ends */

/* footer starts */

.foo_ter {
    color: #fff;
}

.foo_ter a {
    color: #fff !important;
    font-size: 15px;
    font-family: "f1";
}
.foo_ter h6 {
    font-size: 20px;
    font-family: "f1";
    color: #fff !important;
}
.foo_ter p {
    font-size: 15px;
    font-family: "f1";
}
.foo_ter li {
    margin-top: 4px;
}
.fol_low i {
    font-size: 28px;
}
.foo_ter img {
    width: 200px;
}

.foo_ter {
    background: url(../img/img13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.foote_icon {
    background: rgb(244 108 34);
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 15px;

}

.foote_icon ul{
    display: flex;
    justify-content: center;
  }
  .foote_icon ul li {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .foote_icon p,.foote_icon p a{

    color: #fff;
      margin-top: 24px;

      font-size: 20px;
      margin-bottom: 0;
  }
  .foote_icon  a i{
    color: #000;
  }
/* footer ends */

/* contact starts */
.nav_con {
    position: relative;
    height: 80vh;
    background: url(../img/img15.jpg) no-repeat;
    background-size: cover;
}
.nav_con:before {
    position: absolute;
    content: "";
    top: 0%;
    background: #00000078;
    width: 100%;
    height: 100%;
}
.text_con h1 {
    color: #fff;
    font-family: "f3";
    font-size: 25px;
}
.text_con {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.cont_form {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #1a1e2b;
    color: #fff;
}
.pop_form {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
    border-radius: 10px;
    background: url("../img/img12.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
    position: relative;
}
.pop_form::after{
    background: #0000008a;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.pop_form form{
    position: relative;
    z-index: 1;
}
.cont_form h3 ,
.pop_form h3 {
    font-family: "f3";
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.cont_grp{
    margin-bottom: 10px;
}
.wi_dth {
    width: 50%;
}
.cont_form .cont_grp label
.pop_form label {
    margin-bottom: 7px;
    font-family: "f1";
    font-size: 14px;
}
.cont_form .cont_grp .form-control ,
.pop_form .cont_grp .form-control {
    background-color: #00000014;
    border: 1px solid #787878;
    border-radius: 0;
    color: #fff;
    font-family: "f1";
    font-size: 13px;
    padding: 0.75rem 0.75rem
}
.cont_form .cont_grp .form-control:focus ,
.pop_form .form-control:focus {
    color: #fff !important;
}
 .bt_sub {
    width: 100%;
    background-color: #018f06 !important;
    color: #fff !important;
    font-family: "f1";
    font-size: 15px;
    border: none;
}
.cont_add h2 {
    font-family: "f1";
    font-size: 22px;
}
.cont_add p {
    font-family: "f1";
    font-size: 14px;
}
.cont_info {
    padding: 9px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #00000029;
    height: 165px;
}
.cont_con .cont_info .icon {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #dd3a3f;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 1px;
    position: relative;
}
.ic_on {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ic_on img {
    width: 35px;
}
.cont_info h4 {
    font-family: "f1";
    font-size: 20px;
}
.cont_info p {
    font-family: "f1";
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
}

.cont_us {
    background: #e5f3fc;
}

.cont_us p {


    font-size: 15px;

    text-align: center;
}

.cont_us h5 {
    font-family: "f3";

    font-size: 25px;

    text-align: center;
}
.cont_us .con_Des {
    background: #e5f3fc;
    box-shadow: 0 0 2px 0px #b0b0b1;
    text-align: center;
    height: 100%;

}
.con_Des h4 {
    font-family: "f3";
    font-size: 24px;
    text-align: center;
    color: #000000a3;
}

.con_Des a {
    font-family: "f1";

    font-size: 18px;
    text-align: center;
    color: #00000087;
}

.con_Des i{
    font-size: 30px;
    color: #018f06;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* contact ends */

/* about starts */

.nav_abo {
    position: relative;
    height: 80vh;
    background: url(../img/img17.jpg) no-repeat;
    background-size: cover;
}
.nav_abo:before {
    position: absolute;
    content: "";
    top: 0%;
    background: #00000044;
    width: 100%;
    height: 100%;
}
.text_abo h1 {
    color: #fff;
    font-family: "f3";
    font-size: 25px;
}
.text_abo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.about_img img {
    width: 100%;
    border-radius: 5px;
}
.about_head h1 {
    font-family: "f3";
    font-size: 28px;
    color: #018f06;
}
.about_head p {
    font-family: "f1";
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.about_sub img {
    width: 40px;
    margin-right: 10px;
}
.about_sub h5 {
    font-family: "f1";
    font-size: 18px;
    margin: 0;
}
.lemo_btn a {
    color: #fff !important;
    font-family: "f1";
    font-size: 15px;
}
.about_but button {
    background: #018f06;
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}
.dis_head {
    font-family: "f3";
    font-size: 28px;
    color: #018f06;
}
.dis_para p {
    font-family: "f1";
    font-size: 15px;
    text-align: justify;
}

/* about ends */

/* side icon start*/
.side_icon {
    z-index: 999;
    position: fixed;
    right: 40px;
    bottom: 5%;
    z-index: 1;
}
.side_icon_1 {
    position: fixed;
    z-index: 99;
    right:0;
    bottom: 5%;
    z-index: 1;
}
.social_icons{
    padding: 0px 10px;
}
.social_icons ul li{
    margin:5px ;
}
.en_q img{
    width: 20px;
    height: 20px;
}
.side_icon_nav ul .cal_el {
    font-size: 15px;
    background: linear-gradient(269deg, #3538ff, #5f61ff);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;
    justify-content: center;
}
.side_icon_nav ul .you_tube {
    font-size: 15px;
    background: linear-gradient(269deg, #ff0000, #ff1313,#ff0000);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;

    justify-content: center;
}
.side_icon_nav ul .insta {
    font-size: 15px;
    background: linear-gradient(269deg, #ff5f9f, #ff1313,#b300ff);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;

    justify-content: center;
}
.side_icon_nav ul .call {
    font-size: 15px;
    background:#36ff36;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;

    justify-content: center;
}
.side_icon_1 ul .cal_el {
    font-size: 15px;
    background: linear-gradient(269deg, #3538ff, #5f61ff);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;
    position: absolute;
    bottom: 285px;
    right: 0;
    justify-content: center;
}
.side_icon_1 ul .insta {
    font-size: 15px;
    background: linear-gradient(269deg, #ff5f9f, #ff1313,#b300ff);
    /* background: linear-gradient(269deg, #fef200, #f46c22); */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;
    position: absolute;
    bottom: 228px;
    right: 0;
    justify-content: center;
}
.side_icon_1 ul .twitter {
    font-size: 15px;
    background:#000;
    /* background: linear-gradient(269deg, #fef200, #f46c22); */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#ffffff;
    position: absolute;
    bottom: 173px;
    right: 0;
    justify-content: center;
}
.side_icon ul .cal_el {
    font-size: 15px;
    background: linear-gradient(269deg, #018f06, #018f06);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#fef200;
    position: absolute;
    bottom: 285px;
    right: 0;
    justify-content: center;
}
.side_icon ul .en_q {
    font-size: 15px;
    background: linear-gradient(269deg, #018f06, #018f06);
    /* background: linear-gradient(269deg, #fef200, #f46c22); */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color:#fef200;
    position: absolute;
    bottom: 228px;
    right: 0;
    justify-content: center;
}
.side_di {
    max-width: 500px !important;
    margin: 1.75rem auto;
}
.contact_nav{
    margin-left: 20px;
}
.contact_nav ul li {
    margin: 0px 10px;
}
.contact_nav ul li a{
    color: #000 !important;
    font-family: "f2";
}
.contact_nav ul li a{
    color: #00a721 !important;
    font-size: 17px;
    font-family: "f2";
}
/* side icon ends */

/* alert popup starts */
.pop_tit {
    font-family: "f3";
    font-size: 25px;
    color: #fff;
}
.pop_bo h1 {
    font-family: "f3";
    font-size: 25px;
}
.pop_he {
    background: #89132e;
    border: 0 !important;
}
.pop_bo p {
    font-family: "f1";
    font-size: 15px;
    text-align: justify;
    margin: 0;
}

.pop_bo {
    background: #89132e;
    color: #fff;
    padding: 20px;
}

.pop_con button {
    background: #018f06 !important;
    padding: 8px 12px;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    font-family: "f1";
    font-size: 15px;
    color: #fff;
}

/* alert popup ends */
.nav_img{
    background: #ffffff;
    padding: 3px 17px;
    border-radius: 6px;
}
.ind-nav{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: sticky;
    top: 0;
    z-index:99;
    background-color: #fff;
}
.ban_ner .ban_con .ban_img img {
    width: 100%;
}


 .ban_txt {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ban_txt h1 {
    font-family: "f3";
    font-size: 28px;
    color: #ffff;
    text-transform: uppercase;

}
.ban_img{
    position: relative;
    background: #000;

}
.ban_img_1 img{
    width: 100%;
}
.ban_img::before{
    position:absolute;
    content: "";
    opacity: -0.6;
    width: 100%;
    height: 100%;
    top:0;
    left:0;

    background: #000;

}
/* product disclaimer starts */
.icon_box img{
    width: 50px;
    height: 50px;
}
.icon_box{
    margin: 12px;
}
.del_txt p{
    color: #fff;
    margin: 0;
    font-family: "f3";
}
.card_boc{
    margin: 0px 5px;
    padding: 9px 10px;
    border-radius: 10px;
    background:#32d82e;
}
.dis_claimer {
    width: 100% !important;
    background: #016eb6 !important;
    color: #fff;
    border: 0 !important;
    position: relative;
}
.to_he {
    background: #016eb6 !important;
    color: #fff !important;
}
.to_he strong {
    font-family: "f1";
    font-size: 25px;
}
.to_bo p {
    font-family: "f1";
    font-size: 13px;

    text-align: justify;
}
.to_he .clse_btn {
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 40px;
    font-size: 20px;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    border: 0;
    color: #fff;
    background: none;
}
.clse_btn {
    background: #018f06;
    border: 0;
    color: #fff;
    /* width: 50px; */
    padding: 6px 16px;
    font-family: "f1";
}
.pro_imgsi {
    width: 20px;
}
/* product disclaimer ends */
.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #000;
    display: flex;
    justify-content: center;
    width: 50%;
}
/* about sesion */
.abot_ing{
    position: relative;
}
.abot_ing .ab_img .abs_abd{
    position: absolute;
    top: 0;
    right: 0px;

}
.abot_ing .ab_img img{
    width: 80px;
}

/* product list */
.cark_card img{
    width:100%;
    text-align: center;
    margin: auto;
}
.crackers_list h2{
    font-size: 20px;
    color: #000;
    font-family: "f2";
}
.crackers_list h3{
    font-size: 20px;
    color: #000000;
    font-family: "f2";
}
.price{
    font-size: 23px;
    color: #018f06;
    font-family: "f3";
}
.heading h2{
    font-size: 40px;
    color: #018f06;
    font-family: "f3";
}
.heading p{
    font-size: 20px;
    color: #000000;
    font-family: "f1";
}
.price_none{
    font-size: 20px;
    color: #ff2424;
    font-family: "f2";
    margin-right: 10px;
    text-decoration: line-through;
}
.cark_card{
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.rckt_gif{
    position: fixed;
    /* width: 10px !important; */
    bottom: 0px;
    left: 0;
    z-index: 999;

}
.rckt_gif img{
    width: 170px;
}
.offer_price{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;

}
.offer_price img{
    width: 100px;
}
@keyframes blink {
    50% {
      opacity: 0.0;
    }
  }
  .blink {
    animation: blink 1s step-start 0s infinite;
  }




  /* gift box start */
  .gift_box img{
    width:90%;
    text-align: center;
    margin:12px  auto;
}
.gift_box{
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.offer_tag{
    position: absolute;
    top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: 14px;
    width: 1;
    padding: 301px 0px;
    display: inline-block;
    padding: 15px 3px;
    border-radius: 130px;
    background-color: #ff0606;
}
.offer_tag h3{
    color: #fff;
    font-size: 18px !important;
    margin: 0;
}

.gift-box p{
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 20px;
    color: #000;
    font-family: "f2";
    margin: 0;
}
.gift_detail_page .item{
    width: 100% !important;
    height: 100% !important;
}

.focus_img img{
    width: 80% !important;
}
.focus_img_2 img{
    width: 70% !important;
}
.gift_detail_page .owl-nav{
    display: none;
}

.gift_detail_page .below_cero .owl-stage-outer{
    width: 60% !important;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.gift_box_det_imgs{
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: sticky;
    top: 10px;
    border-radius: 20px;
    padding: 20px;

}
.enq_btn{
    background-color: #ff0202;
 display: inline-block;
 padding: 5px 15px;
 border-radius: 10px;
}
.enq_btn a{
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    font-family: "f3";
}
.buy_btn{
    background: linear-gradient(90deg, #32d82e, #7bd679);
    color: #ffff;

 padding: 5px 15px;
 border: none;
 font-size: 20px;
 font-family: "f3";
 border-radius: 10px;
}
.pricelist_table td{
    border: 1px solid #000 !important;
}

/* popup for giftbox */
.box_table{
    position: relative;
    overflow-x: auto;
}
.box_table tr td{
    vertical-align: middle;
}
.box_table tr th{
    vertical-align: middle;
}

.nav_img_mob img{
    width: 345px;
}
.fot_marq{
    background-color: #ff0000;
    color: #ffffff !important;
}

.ti_tle_popup
{
    background: #ff7849 !important;
}

.pricelist_table .category_row { text-transform: uppercase; }
.pricelist_table .product_image {
	max-width: 60px;
	max-height: 60px;
	cursor: pointer;
}

@media (max-width: 575px) {
    .mob_none{
        display: none !important;
    }
	.pricelist_table .product_image {
		max-width: 30px;
		max-height: 30px;
		cursor: pointer;
	}
	.pricelist_table th, .pricelist_table td, .strike {
		padding: 0px !important;
		font-size: 11px !important;
	}
}
.category-bg{
    background: #ff703e !important;
    color: #fff !important;
}
.strike {
    text-decoration-color: #ea0000 !important;
}
.strike {
    text-decoration: line-through;
    text-decoration-color: #fd0000 !important;
    text-decoration-thickness: 2px !important;
}
.fa-eye{
    color: #ff703e !important;
}
.ti_tle{
    font-weight: bold !important;
}
/* modal style */
.job-form .clse_btnn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #070678;
    width: 25px;
    height: 25px;
    z-index: 1;
    color: #ffffff;
  }

  /* modal style ends */


  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}


/* search */

.input-container {
    display: flex;
    /* margin-right: 20px !important; */
    margin-bottom: 10px;
}

::placeholder {
  color: #757575;
  opacity: 1;
}

.search-input {
  background: #ffffff;
  color: #212121;
  width: 350px;
  height: 40px;
  border-radius: 8px 8px 0px 0px;
    vertical-align: middle;
  font-size: 16px;
  line-height: 2;
  padding: 10px 20px;
  border: 0;
  outline: none;
  box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
  background: #D500F9;
  color: #FFFFFF;
    vertical-align: middle;
  padding: 0 20px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.search-submit:hover {
  background: #AB47BC;
}

.search-submit i {
  font-size: 24px;
}
.srch_frm {
    position: absolute !important;
    top: 38px;

}
.srch_frm ul {
    min-width: 350px !important;
    padding: 10px !important;
    border-radius: 0;
    /* height: 400px; */
    overflow-y: scroll;
}
.srch_frm ul li a{
   color: #000;
   font-size: 15px;
}
.srch_frm ul li {
    line-height: 30px;
 }
/*  */




  .gallery-img {
    cursor: pointer;

    border-radius: 5px;
    transition: transform 0.2s;
  }

  .gallery-img:hover {
    transform: scale(1.05);
  }

  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    justify-content: center;
    align-items: center;
  }

  .popup img {
    max-width: 80%;
    max-height: 80%;
    border: 3px solid #fff;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }
  .cmpny_name a{
    font-family: "f3";
  }
