/*@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');

*{
/*	font-family: 'Fjalla One', sans-serif;*/
/*    font-family: 'Catamaran', sans-serif;*/
    font-family: 'Signika', sans-serif;
}

*:hover{
    transition: 0s;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
*::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #6c757d;
}

#email_error,
#block_error{
    display: none;
}

a{
    text-decoration: unset;
}
.text-muted,
.link-secondary,
.link-dark:hover{
    color: #3193b9 !important;
}
a.text-muted:hover,
.link-secondary:hover{
    color: #194c5f !important;
}


@media (max-width: 900px) {
  #confirmationModal {
    font-size: 2.0vw !important  ;
    max-width: 350px !important  ;
    max-height: 550px !important  ;
  }

 
}

a:hover{
    color: #194c5f;
}

.bg-lightgreenblue{
	background-color: rgba(243,250,252, 1);
}
.bg-white{
	background-color: #FFF;
}

.c-orange{
  color: orange;
}
.c-blue{
    color: #277593;
}

.logo{
    max-width: 65px;
}

.flex-center{
  display: flex;
  align-items: center;
}

.hidden{
    opacity:0;
}

.certificate{
    text-align: center;
    width: fit-content;
}

.certificate img{
    padding-bottom: 10px;
    width: 70%;
    height: 80%;
    text-align: center;
}

.center {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
  }

.pdf{
    margin-top:50px;
    margin-bottom: 50px;;
}

.material-img-box{
    width:100%;
    /* padding-right:20px; */
}

.banner{
    padding-top: 50px;
    padding-bottom: 20px;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.toppicks img{
    width:150px;
    height:150px;
    background: bisque;
    border-radius: 50%;
    margin-bottom: 10px;
}

.toppicks p{
    width:200px;
    font-size: 12px;
}

.toppicks-slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.BtnShopNow {
    border: #000 solid 0.6px;
    padding: 10px 30px;
    text-align: center;
    color: #000;
}

.feedback{
    padding-bottom: 50px;
}

.BtnShopNow:hover {
    padding: 10px 30px;
    text-align: center;
    color:white;
    background-color: #fb7d19;
    border:0;
}

.section_HomepageBottom{
    background: white;
}

.reward {
    display: flex;
    padding: 20px;
    justify-content: space-evenly;
}

.home{
    display: flex;
    /* flex-wrap: wrap; */
}

.home-girl{
    width: fit-content;
    height: fit-content;
    padding-top: 100px;
}

.home-girl img{
    width:800px;
    height:600px;
}

.section_HomepageBottom h1 {
    font-family: 'Metropolis-Black';
    text-align: center;
    font-size: 20px;
    padding: 30px 0 15px 0;
    color: #000;
    margin: 0;
}

.Homepage-Promotion {
    background-size: contain;
    background-position: center;
    height: 600px;
}

.Homepage-Promotion img{
    width:100%;
}

.fa_icon{
    color: black;
    font-size: 16px;
}

.z-index-1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* height: 800px; */
    /* animation: updown 4s ease infinite; */
    margin-top: 30px;
}

.benefit10{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.Homepage-Brb{
    background: url(../image/background.jpeg);
    background-size: contain;
    background-position: bottom right;
    height: 600px;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.stick_background{
    background: url(../image/5.png);
    height: 540px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Become {
    background: url(../image/12_adsery12.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .owl-carousel-1 .item{ */
/*	height: 70vh;*/
/* } */
.owl-carousel-1 .item img{
	object-fit: cover;
    object-position: center;
/*    height: 70vh;*/
}
.owl-theme{
    position: relative;
}
.owl-nav{
	position: absolute;
    top: 40%;
    width: 100%;
}
.owl-prev{
	position: absolute;
	right: 96%;
}
.owl-next{
	position: absolute;
	left: 96%;
}
.owl-prev .bi,
.owl-next .bi{
	font-size: 50px;
}

.border-top {
    border-top: 1px solid #6c757d !important;
}
.border-bottom {
    border-bottom: 1px solid #6c757d !important;
}
.border-left {
    border-left: 1px solid #6c757d !important;
}
.border-right {
    border-right: 1px solid #6c757d !important;
}

.dropdown-menu{
  z-index: 1060;
}

.dropdown-item {
    text-transform: uppercase;
    font-family: Metropolis, sans-serif;
    color: #000 !important;
}

.dropdown-item:active {
    background-color: white !important;
}

.topnav .dropdown:hover > .dropdown-menu {
    display: block;
}
.product{
    width:300px;
}
.product-grid{
    text-align: center;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-sale-label,
.product-grid .product-discount-label{
    color: #fff;
    background: #da5555;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 11px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}
.product-grid .product-sale-label{
    background: #2ba968;
    text-transform: uppercase;
    left: 10px;
    right: auto;
}
.product-grid .product-content{ padding: 12px 0; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating li{
    color: black;
    display: inline-block;
}
.product-grid .rating li.disable{ color: rgba(0,0,0,.20); }
.product-grid .title{
    color: black;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .title a{
    color: black;
    transition: all 500ms;
}
.product-grid .title a:hover{ color: var(--main-color1); }
.product-grid .price{
    color: black;
    letter-spacing: 0.005em;
    margin-bottom: 0;
}
.product-grid .price span{
    color: #a7a7a7;
    font-weight: 400;
    text-decoration: line-through;
}
.product-grid .product-button-group{
    position: relative;
    z-index: 1;
}
.product-grid .add-to-cart{
    color: black;
    background: #f4f4f4;
    width: 100%;
    padding: 8px 3px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.25s ease 0s;
    font-size: 13px;
}
.product-grid .add-to-cart .bi{
    font-size: 13px;
}
.product-grid .add-to-cart i{
    margin-right: 8px;
    display: none;
    visibility: hidden;
    transition: all 0.25s ease 0s;
}
.product-grid:hover .add-to-cart{
    color:#fff;
    background: #0b5ed7;
}
.product-grid:hover .add-to-cart i{
    display: inline-block;
    visibility: visible;
}
.product-grid .product-like-icon,
.product-grid .product-compare-icon{
    color: black;
    background: #f4f4f4;
    line-height: 34px;
    width: 34px;
    height: 34px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: -1;
    transition: all 0.25s ease 0s;
}
.product-grid .product-compare-icon{
    left: auto;
    right: 50px;
}
.product-grid:hover .product-like-icon{
    opacity: 1;
    left: 0;
}
.product-grid:hover .product-compare-icon{
    opacity: 1;
    right: 0;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
    .inp{
        display: inline !important;
        width:86% !important;
    }
}


.product-detail{
  width: 100%;
}
.product-detail-image{
  width: 100%;
}
.product-detail-image img{
  width: 100%;
}
.product-detail-small-image{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-detail-small-image img{
    width: 25%;
    margin-top: 10px;
/*    height: 90px;*/
    object-fit: cover;
}

.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 100%;
  height: 600px;
  float: left;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.product-img--change{
  cursor: pointer;
}

.discount{
    color: #a7a7a7;
    font-weight: 400;
    text-decoration: line-through;
}

.select-color,
.select-size{
  display: flex;
  flex-wrap: wrap;
}


.tab .nav-tabs{ border-bottom: 2px solid #e8e8e8; }
.tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #112529;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #198df8;
    border: none;
}
.tab .nav-tabs li.active a:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 700;
    color: #198df8;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.tab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #198df8;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{
    padding: 30px 20px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #7a9181;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li.active a:before{
        content: "\f105";
        bottom: 15%;
        left: 0;
        right: auto;
    }
}
@media only screen and (max-width: 576px){
    .owl-prev{
        position: absolute;
        right: 90%;
    }
    .owl-next{
        position: absolute;
        left: 90%;
    }
    .inp{
        display: inline;
        width:75%;
    }
}

td{
    vertical-align: middle;
    padding: 5px;
}


.pagination, .page_pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li, .page_pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span, .page_pagination>li>a, .page_pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span, .page_pagination>li:first-child>a,.page_pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span,.page_pagination>li:last-child>a,.page_pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover,.page_pagination>li>a:focus,.page_pagination>li>a:hover,.page_pagination>li>span:focus,.page_pagination>li>span:hover {
    color: #ff404b;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.page_pagination>.current_pagination>a,.page_pagination>.current_pagination>a:focus,.page_pagination>.current_pagination>a:hover,.page_pagination>.current_pagination>span,.page_pagination>.current_pagination>span:focus,.page_pagination>.current_pagination>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f0912a;
    border-color: #f0911a;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover,.page_pagination>.disabled>a,.page_pagination>.disabled>a:focus,.page_pagination>.disabled>a:hover,.page_pagination>.disabled>span,.page_pagination>.disabled>span:focus,.page_pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.sub-menu-link{
    padding: 10px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    margin: 5px 30px;
    border: 1px solid #ccc;
    justify-content: center;
    border-radius: 25px;
}

.sub-menu-link:hover{
  opacity: 0.8;
  transform: translateY(3px);
}

.sub-menu-link.active{
  opacity: 0.8;
  color:white;
  background-color: #fb7d19;
}

.copy{
    color:#525252;
    font-size: 15px;
    padding-left:5px;
}

.inp{
    display: inline;
    width:93%;
}

.dropdown-menu {
    box-shadow: none;
    animation-duration: .5s;
    border:0;
    display: contents;
}

.dropdown-item {
    text-transform: uppercase;
    font-family: Metropolis, sans-serif;
    color: #000 !important;
}

.trackId-text{
    font-size: 33px;
    margin-bottom: 35px;
}
.change-pwd-content-field{
    margin-bottom: 15px;
}
.trackID-field, .change-pwd-content-field {
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
}
.trackID-field input, .change-pwd-content-field input[type="text"], .change-pwd-content-field input[type="password"] {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    outline: none;
    border: none;
    background: #dde1e7;
    color: #595959;
    border-radius: 8px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
}
.trackID-field span, .change-pwd-content-field span {
    position: absolute;
    color: #595959;
    right: 15px;
    line-height: 50px;
}


.loading-container {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #f9f9f9;
    z-index: 9997;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: wait
}

.loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg)
}

.loading div {
    width: 16px;
    height: 16px;
    position: absolute
}

.l1 div,.l2 div,.l3 div,.l4 div {
    width: 100%;
    height: 100%;
    background-color: #d6348045
}

.l1 {
    transform: translate(0,0)
}

.l2 {
    transform: translate(0,16px)
}

.l3 {
    transform: translate(16px,0)
}

.l4 {
    transform: translate(16px,16px)
}

@keyframes rot1 {
    0%,40%,50% {
        transform: rotate(0deg)
    }

    100%,60% {
        transform: rotate(90deg)
    }
}

@keyframes rot2 {
    0%,40%,50% {
        transform: rotate(0deg)
    }

    100%,60% {
        transform: rotate(-90deg)
    }
}

@keyframes rot3 {
    0%,35% {
        transform: rotate(45deg)
    }

    100%,65% {
        transform: rotate(405deg)
    }
}

@keyframes l1-rise {
    0% {
        transform: translate(0,0)
    }

    30%,70% {
        transform: translate(-4px,-4px)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes l2-rise {
    0% {
        transform: translate(0,16px)
    }

    30%,70% {
        transform: translate(-4px,20px)
    }

    100% {
        transform: translate(0,16px)
    }
}

@keyframes l3-rise {
    0% {
        transform: translate(16px,0)
    }

    30%,70% {
        transform: translate(20px,-4px)
    }

    100% {
        transform: translate(16px,0)
    }
}

@keyframes l4-rise {
    0% {
        transform: translate(16px,16px)
    }

    30%,70% {
        transform: translate(20px,20px)
    }

    100% {
        transform: translate(16px,16px)
    }
}

.l1 {
    animation: l1-rise 3s ease 0s infinite
}

.l2 {
    animation: l2-rise 3s ease 0s infinite
}

.l3 {
    animation: l3-rise 3s ease 0s infinite
}

.l4 {
    animation: l4-rise 3s ease 0s infinite
}

.l1 div,.l4 div {
    animation: rot1 3s ease 0s infinite
}

.l2 div,.l3 div {
    animation: rot2 3s ease 0s infinite
}

.track-line {
height: 2px !important;
background-color: #488978;
opacity: 1;
}

.dot {
height: 10px;
width: 10px;
margin-left: 3px;
margin-right: 3px;
margin-top: 0px;
background-color: #488978;
border-radius: 50%;
display: inline-block
}

.big-dot {
height: 25px;
width: 25px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background-color: #488978;
border-radius: 50%;
display: inline-block;
}
/* 
.big-dot i {
} */

.card-stepper {
z-index: 0
}


.shipped, .done, .order_paid, .order_confirmed, .completed, .order_combined, .order_completed, .order_done, .paid, .complete, .confirmed, .payment_completed, .page_active, .stock_approved, .received, .order_checked, .active, .in, .used, .presen, .green {
    color: #063;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}
.required, .red, .cancelled, .rejected, .inactive, .out, .expired, .late, .absent, .excused, .pending, .qc, .shipping, .estimate, .packing, .unpaid, .deposit, .process, .order_pending, .order_web-pending, .page_inactive, .order_cancelled, .order_unpaid, .order_progress, .order_deposit, .payment_failed, .payment_cancelled, .payment_chargeback, .payment_reject, .payment_hold, .payment_blocked, .stock_rejected, .stock_pending {
    color: red;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}
.row{
    max-width: unset !important;
}
.d-flex {
    display: flex !important;
    flex-wrap: wrap;
}

label.error{
    color: red;
    width: 100%;
}

 .nowrap {
    white-space:nowrap;
}

.input_error{
    border-color: red !important;
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%) !important;
}

div:has(> .table_fix){
    max-height: 500px;
}
.table_fix {
  width: 100%;
  background: white;
}
.table_fix th:first-child,
.table_fix td:first-child {
  position: sticky;
  background: white;
  left: 0;
  z-index: 10;
}
.table_fix th {
  position: sticky;
  background: white;
  top: 0;
  z-index: 9;
}

.table_fix td {
  white-space: nowrap;
}

.modal-header{
    padding: 0rem 1rem;
}



.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}


.sticky-top-body {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  z-index: 1019;
}

.height_full_screen{
    height: 100vh;
    overflow: auto;
}


.badge-notification{
    position: absolute;
    top: 0;
    left: 50%;
}
.a-badge-notification{
    position: relative;
}

.vh-75{
    height: 75vh;
}

.btn{
    white-space: nowrap;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
}

.recharge .recharge-box{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    cursor: pointer;
}
.recharge .recharge-box div{
    padding: 1px;
}
.inline{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected-box{
    border-color: white;
    outline: 2px dashed cadetblue;
}

.voucher-box{
    cursor: pointer;
}

.voucher {
    display: flex;
    width: 100%;
    background-color: #DADDE6;
    text-transform: uppercase;
    position: relative;
}

.voucher-left {
    width: 32%;
    border-right: 2px dashed #fff;
}

.voucher-left:before,
.voucher-left:after {
    content: "";
    display: block;
    width: 30px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: -12px;
    left: 26%;
    z-index: 1;
    border-radius: 50%
}

.voucher-left:after {
    top: auto;
    bottom: -12px
}

.voucher-right {
    width: 73%;
}

a{
    font-size: 12px;
}
p{
    font-size: 15px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}
.bi{
    font-size: 25px;
}

.copyright, .copyright *{
    font-size: 12px;
}

table, .table{
    font-size: 14px;
}
table th, .table th{
    font-size: 15px;
    text-align: center;
}

.list-unstyled a .bi{
    font-size: 1rem;
}

.reset {
    all: revert;
}

.pt-20{
    padding-top: 10rem !important;
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.color-pink{
    color: #fb7d19 !important;
    border-color: #fb7d19 !important;
}

button.color-pink:hover, a.color-pink:hover{
    background-color: #fb7d186e;
}

.select2-container {
  z-index: 2000;
}
.modal-backdrop{
    z-index: 2040;
}
.modal{
    z-index: 2060;
}
@media only screen and (max-width:768px){
    #exampleModal_overriding .table th { font-size:14px; }
    #exampleModal_overriding .table { font-size:13px; }
      .inp{
    display: inline;
    width:70%;
}
}

.section_HomepageTop {
    background: url(../image/background.jpeg) no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section_slider {
    margin-top: 50px
}
/* .section_HomepageBottomMember{
    margin: 60px;
} */

.become_content {
    color: #fff;
    font-family: 'Acta Display Book';
    font-size: 30px;
    padding: 40px 0 15px 0;
    text-align: center;
    height: 200px;
}

.signin-btn {
    background-color: white;
    color: #fb7d19;
    font-size: 22px;
    height: 40px;
    margin-top: 10px;
    width: 150px;
    border-radius: 50px;
    border: none !important;
    font-family: 'Acta Display Book';
}

.homeImage{
    width: fit-content;
}

.payment-icon {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

.no-padding{
    padding:0;
}
    .payment-icon div {
        padding: 0px 0px 0px 0px;
        width: 130px;
    }

    .payment-icon img {
        width: 100%;
    }

.section{
    /* margin: 60px; */
    display: block;
}

.heading-contact {
    margin-top: 50px;
    color: #f0912a;
    font-size: 30px;
    text-align: center;
    font-family: 'Acta Display Book' !important;
}

.heading-tnc{
    color: #f0912a;
    font-size: 30px;
    padding-top: 150px;
}

.tnc-box{
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
    padding-bottom:0;
}

.heading-company {
    color: #f0912a;
    font-size: 30px;
    text-align: center;
}

.heading-etercell {
    color: #f0912a;
    font-size: 30px;    
    font-family: 'Acta Display Book' !important;
    text-align: center;
    /* margin-bottom: 30px; */
}

.content-company {
    font-size: 15px !important;
    padding: 10px 0 20px 0;
    text-align:justify;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    color:#000 !important;
}

.heading-product {
    margin-top: 50px;
    color: #f0912a;
    font-size: 65px;
    font-family: 'Metropolis-Black';
}

.material-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.material-box2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.product-image-box{
    width: 50%;
    padding-right:20px;
    position: relative;
}

.heading2-product {
    color: #f0912a;
    font-size: 30px;
    font-family: 'Acta Display Book' !important;
    text-align: center;
    padding-bottom: 20px;
}


.product-list-box{
    width: 50%;
    padding-right: 20px;
    padding-bottom: 50px;
}

.product-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 13px;
    transition: background-color 0.3s, transform 0.3s;
}
.product-item:hover {
    background-color: #f0912a;
    transform: scale(1.02);
    color:white
}

.contact.text {
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-bottom: 20px;
}

.contact-box {
    text-align: center;
    color: #000;
}

.contact-box h1{
    font-family: 'Acta Display Book' !important;
}

.contact-name{
    margin:0;
    padding:0;
    font-size:32px !important;
    font-weight: 500;
    font-family: 'Acta Display Book' !important;
}

.contact-email{
    font-size:25px;
    font-family: 'Acta Display Book' !important;
}

.contact-box img {
    width: 200px;
    color: #000;
    padding-bottom: 10px;
}

.contact-box p {
    font-size: 22px;
}

.servicehour {
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.heading-4 {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.padding-left{
    padding-left:10px;
}

.map {
    height: 400px;
    margin: 20px 0 80px 0px;
}

.HPheading-1 {
    font-family: 'Metropolis-Black';
    color: #000;
    font-size: 30px;
}
.HPheading-1.bolder {
    color: #000;
    font-weight:bolder
}
.HPparagraph-1 {
    color: #000;
    font-size: 15px;
}
.HPparagraph-1.purple.bolder {
    font-family: 'Metropolis-Black';
}
.HPparagraph-1.orange {
    color: #fb7d19;
    font-size: 19px;
    font-family: 'Metropolis-Black';
}


.HomepageTop-textbox {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}
    .HomepageTop-textbox div {
        color: #fff;
        font-family: 'Acta Display Book';
        font-size:65px;
        line-height:55px;
    }
    .HomepageTop-textbox .small {
        font-family: Metropolis;
        color: #fff;
        font-size: 26px;
    }
    .HomepageTop-textbox3 {
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -45%;
        margin-top: -50px;
        text-align: center;
        align-items: center;
    }
        .HomepageTop-textbox3 div {
            color: black;
            font-family: 'Acta Display Book';
            font-size: 65px;
            line-height: 55px;
        }
        .HomepageTop-textbox3 .small {
            font-family: Metropolis;
            color: black;
            font-size: 26px;
            line-height: 30px;
            /* text-align: center; */
            padding-top: 40px;
        }

    .health-seires{
        color: white;
        font-size: 26px;
        font-family: Metropolis;
        margin-left: 2%;
        padding-top: 10px;
        text-shadow: 2px 1px 4px #000;
    }

    .HomepageTop-textbox2 {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-left: 10%; */
    align-items: flex-end;
    text-align: center;
    margin-right: 5%;
}

.HomepageTop-textbox2 div {
    color: #fff;
    font-family: 'Acta Display Book';
    font-size:65px;
    line-height:55px;
}
.HomepageTop-textbox2 .small {
    font-family: Metropolis;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}
.HomepageTop-textbox-main {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10%;
}

.HomepageTop-textbox-main div {
    color: #fff;
    font-family: 'Acta Display Book';
    font-size:65px;
    line-height:55px;
}
.HomepageTop-textbox-main .small {
    font-family: Metropolis;
    color: #fff;
    font-size: 26px;
}

.margin-t{
    margin-top: 5px;
}
.to.to-table > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: white;
    color: var(--bs-table-striped-color);
}
.top{
    top:15.3%;
}
.btn-re{
    background-color: #FEEFCE;
    color: #fb7d19 !important;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.help-icon {
    color: #000;
    display: inline;
    float: inline-end;
    font-size: 14px;
    cursor: pointer;
}
.modal2 {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 60px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content2 {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
   border-radius: 20px;
}
