@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
}
p, .f-itr{
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-ns{
    font-family: "Noto Serif", serif;
}
.bg-main{
    background: #f4eee5;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp {
    padding: 70px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
img{
    width: 100%;
}

/* a.navbar-brand {
    display: none;
} */
section.top-note {
    background: #000;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}
section.top-note p{
    font-size: 14px;
    margin-bottom: 0;
}
.cus-container {
    width: 100%;
    padding: 0 100px;
}
.nav-ic {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
a.nav-link {
    padding: 0 0 !important;
    margin: 15px;
    color: #000;
    font-weight: 500;
}
nav.navbar {
    padding: 0;
}
ul.navbar-nav li:first-child a.nav-link {
    margin-left: 0;
}
/* .hdr-menu {
    width: 100%;
    max-width: 40%;
} */
.hdr-sc {
    /* width: 100%;
    max-width: 40%; */
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 22px;
}
.hdr-sc a i {
    color: #000;
    font-size: 20px;
}
.hdr-sc a {
    position: relative;
    z-index: 0;
}
a.cart-box span {
    background: #cecece;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    right: -12px;
}
section.hero-banner {
    padding-top: 150px;
    padding-bottom: 450px;
}
.hrbi-con p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.hrbi-con h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 82px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
}
.hrbi-con h3 span {
    font-style: italic;
}
.hrbi-con {
    max-width: 760px;
    margin-inline: auto;
}
.btn1 {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.btn2 {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fe0000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.btn1 i, .btn2 i{
    margin-left: 4px;
}
.hrb-ic {
    position: relative;
    z-index: 0;
}
.hrbi-img {
    position: absolute;
}
.hrbi-img img{
    border-radius: 20px;
}
.hrbi-img1 {
    top: -60px;
    left: 0px;
    border-radius: 20px;
}
.hrbi-img2 {
    left: 100px;
    top: 340px;
}
.hrbi-img3 {
    left: 56%;
    transform: translateX(-50%);
    bottom: -360px;
    border-radius: 20px;
}
.hrbi-img4 {
    right: -60px;
    top: 110px;
    border-radius: 20px;
}
.hrbi-img-mark {
    right: 40px;
    bottom: -355px;
}
.main-tt h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 42px;
    line-height: 1.3em;
    font-weight: 500;
}
/* .hcac-row {
    display: flex;
    gap: 44px;
} */
.hcac-bi {
    border-radius: 20px;
    margin-bottom: 14px;
}
.hcac-bi img {
    border-radius: 20px;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.hcac-bc {
    display: flex;
    justify-content: space-between;
}
.hcac-bc h5 {
    margin-bottom: 0;
    color: #000;
}
.hcac-bc span {
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.hcac-bc span i {
    font-size: 19px;
}
.hprl-ic {
    border-radius: 20px;
    position: relative;
    z-index: 0;
    height: 100%;
}
.hprl-ic img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.hprl-con {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
.hprl-con h5 {
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    margin-bottom: 25px;
}
.hprl-con a {
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.hprl-con a span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 18px;
}
.hpri-cc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.hpri-img {
    border-radius: 20px;
}
.hpri-img img{
    border-radius: 20px;
}
.pric-l h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.pric-l p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}
.pric-l p strike{
    color: #777;
    margin-left: 5px;
}
.pric-r span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 100%;
    font-size: 18px;
    color: #333;
}
.hpri-box {
    width: 100%;
    margin-bottom: 50px;
}
/* .hprr-ic {
    padding: 0px 240px;
} */
.hpri-slider {
    max-width: 360px;
    margin-inline: auto;
}
.hpri-img img {
    max-height: 310px;
    object-fit: cover;
    min-height: 310px;
}
/* .rpt-row {
    display: flex;
    column-gap: 44px;
} */
.rpt-row .hpri-img img, .rpt-row2 .hpri-img img {
    border-radius: 20px;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.htst-box {
    text-align: center;
    width: 100%;
    /* padding: 0 300px; */
}
.htst-slider {
    max-width: 900px;
    margin-inline: auto;
}
.htst-box span {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 20px;
    font-size: 22px;
}
.htst-box h6 {
    font-size: 24px;
    line-height: 34px;
    margin: 4px 0 30px;
}
.htst-box p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.jqb-ic h4 {
    text-align: center;
    font-size: 72px;
    color: #000;
    font-weight: 600;
}
section.jq-banner {
    background: url(../../assets/img/bg1.jpg);
    padding: 270px 0;
}
section.jqb-marque {
    background: #000;
    padding: 8px 0 4px;
    color: #fff;
}
section.jqb-marque span {
    margin-right: 80px;
}
.inst-box {
    margin: 0 16px;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}
.inst-box img{
    border-radius: 20px;
}
.inst-bi {
    position: absolute;
    top: 0;
    background: #f4f5f9;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 1s;
    /* visibility: hidden; */
}
.stb-txt span {
    display: block;
    color: #000;
    font-weight: 600;
}
.stb-txt h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.stb-txt i {
    font-size: 28px;
    color: #000;
    margin-bottom: 6px;
}
.inst-box a:hover .inst-bi {
    /* visibility: visible; */
    display: flex;
    transition: 1s;
}
.inst-box img {
    max-height: 310px;
    min-height: 310px;
    object-fit: cover;
}
section.jqb-marque span a {
    color: #fff;
    text-decoration: underline !important;
    margin-left: 10px;
}
footer {
    background: #f4f5f9;
}
.ft-top {
    padding: 60px 0;
}
.ftc-logo {
    max-width: 240px;
}
.ftc-con {
    margin: 30px 0;
}
.ftc-con p {
    font-size: 16px;
    font-weight: 500;
}
.ftcs-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom:6px;
}
.ftcs-box input {
    background: transparent;
    color: #000;
    height: 40px;
    border: 1px solid #000;
    border-radius: 8px 0 0 8px;
}
.ftcs-box input::placeholder {
    color: #000;
}
.ftcs-box button {
    background: #000;
    color: #fff;
    height: 40px;
    padding: 0 16px;
    border: none;
    border-radius: 0 8px 8px 0;
}
.ftc-subscribe p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.ftc-tt h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ftc-ic2 {
    margin-left: 70px;
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-ul ul li{
    margin: 15px 0;
}
.ftc-ul ul li a{
    color: #000;
}
.ccb-box {
    display: flex;
    column-gap: 14px;
    margin-bottom: 15px;
}
.ccbb-r p {
    margin-bottom: 0;
    color: #000;
}
.ccbb-r p a{
    color: #000;
    text-decoration: underline !important;
}
.ftc-social span {
    display: flex;
    column-gap: 24px;
}
.ftc-social span i {
    color: #000;
    font-size: 30px;
}
.ft-btm p {
    margin: 0;
    text-align: center;
}
.ft-btm {
    padding: 15px 0 15px;
    border-top: 1px solid #0000001a;
}
.ft-btm p {
    font-size: 16px;
    color: #000;
}
.ft-btm p a{
    color: #000;
    text-decoration: underline !important;
}
.tbp-con {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
    justify-content: center;
}
.tbp-con .hpri-box {
    margin: 0;
    width: 100%;
    max-width: 23%;
}
.tbp-con .hpri-box img{
    border-radius: 20px;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.shs-ic ul.nav {
    justify-content: center;
}
.shs-ic ul.nav a.nav-link {
    border: 1px solid #000;
    padding: 10px 15px !important;
    margin: 0 8px;
    color: #000;
}
.shs-ic ul.nav .nav-link.active, .shs-ic ul.nav .show>.nav-link {
    color: #fff !important;
    background-color: #000 !important;
}
.shs-ic {
    position: relative;
    z-index: 0;
    padding-top: 100px;
}
.tbp-tt {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.tbp-tt h2 {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.cart-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #000000ba;
    height: 100vh;
    display: none;
    z-index: 99;
}
.cnb{
    display: block !important;
}
.cart-niv {
    background: #fff;
    max-width: 480px;
    margin: 0 0 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.niv-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 20px 20px;
    height: 100%;
    max-height: 68px;
}
.niv-btm {
    width: 100%;
    border-top: 1px solid #efefef;
    height: 100%;
    max-height: 138px;
}
.nivb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 20px;
}
.nivb-btn a {
    background: #000;
    display: block;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    text-align: center;
}
.nivb-btn {
    margin: 20px;
}
.niv-middle {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 206px);
    overflow-y: auto;
    padding: 20px;
}
span.nif-span {
    text-align: center;
    display: block;
    font-weight: 400;
}
.niv-top h5 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}
.nivb-row p {
    margin: 0;
    font-weight: 500;
}
.nivb-row h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
span.niv-close {
    cursor: pointer;
}
.nivm-box {
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.nivm-box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.vmb-lm {
    display: flex;
    column-gap: 16px;
}
.vmb-l img {
    max-width: 70px;
    min-width: 70px;
}
.vmb-r {
    max-width: 60px;
}
.vmb-m span {
    display: block;
}
.vmb-m p {
    font-weight: 600;
    margin-bottom: 2px;
}
span.vmbm-price, span.vmbm-material {
    font-weight: 500;
}
.vmb-m a {
    text-decoration: underline !important;
    color: #000;
}
.vmb-r input {
    border: 1px solid #000;
    color: #000;
}
.vmb-r input::placeholder {
    color: #000;
}
.search-box-con {
    width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}
.sbf{
    display: flex !important;
}
.sbx-ic h4 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #000;
}
.sbx-ic input {
    padding: 10px 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.sbx-ic button {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-family: "Inter", sans-serif;
    border: none;
}
.sbx-ic {
    width: 100%;
    max-width: 700px;
}
.sbx-close {
    position: absolute;
    top: 80px;
    right: 150px;
    font-size: 30px;
    cursor: pointer;
}
.prdsl-ic {
    display: flex;
    /* flex-wrap: wrap; */
    /* border-radius: 10px; */
    position: sticky;
    top: 60px;
}
.prdsl-box {
    width: 100%;
    /* max-width: 50%; */
}
/* .prdsl-box:nth-child(1) img{
    border-radius: 10px 0 0 0;
}
.prdsl-box:nth-child(2) img{
    border-radius: 0 10px 0 0;
}
.prdsl-box:nth-child(3) img{
    border-radius: 0 0  0 10px;
}
.prdsl-box:nth-child(4) img{
    border-radius: 0 0 10px 0;
} */
.prd-tt h4 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}
.prd-prc h5 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    column-gap: 10px;
}
.prd-prc h5 strike {
    color: #00000080;
    font-size: 26px;
}
.prd-desz p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.prd-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prdi-box {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.prdi-box img {
    max-height: 35px;
    min-height: 35px;
    max-width: 35px;
    min-width: 35px;
    object-fit: contain;
}
.prdi-box span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.fancy-box {
    position: relative;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}

.fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
}
.fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #fff;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transition: 2s;
}
.prdsl-box img {
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
}
.prdsl-box video {
    width: 100%;
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
}
select.form-select {
    padding: 14px 16px;
    color: #000;
    font-weight: 400;
    border: 1px solid #ccc;
}
.prdsr-ic {
    position: relative;
    z-index: 0;
}
.prd-share a {
    border: 1px solid #000;
    color: #fff;
    padding: 8px 14px;
    display: inline-flex;
    border-radius: 4px;
    font-weight: 500;
    background: #000;
    align-items: center;
}
.prd-share a i{
    margin-right: 10px;
}
.prd-share {
    position: absolute;
    top: 12px;
    right: 0px;
}
.form-group label, .prd-radio-label label {
    /* margin-bottom: 8px;
    font-weight: 400;
    color: #000; */
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
/* .prd-radio-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
} */
.prd-radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .2s ease 0s;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    border: 2px solid #999;
    width: 44px;
    height: 44px;
    z-index: 99;
    line-height: 20px;
    border-radius: 4px;
    left: 0;
    top: 0;
}
.prd-radio-box {
    position: relative;
    /* transition: all .2s ease 0s;
    background: #fff;
    padding: 0px 0;
    text-align: center;
    font-size: 13px;
    color: #333;
    border: 2px solid #999;
    width: 54px;
    height: 54px;
    line-height: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.prd-radio-box label {

    border: 2px solid #999;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prd-radio-box label span{
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;

}
.prd-radio-box input:checked ~ label {
    color: goldenrod;
    border: 2px solid goldenrod;
    background: #1a1a1a;
}
.prd-radio-box input:checked ~ label span{
    color: goldenrod;
}
.pqc-number {
    display: flex;
    align-items: center;
    column-gap: 12px;
    max-width: 200px;
}
.pqc-number label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.prd-quantity-cart {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.prd-con-tab a.nav-link {
    margin: 0 15px 0px 0;
}
.prd-con-tab a.nav-link {
    margin: 0 15px 0px 0;
    padding: 10px 34px !important;
    border: 1px solid #ccc;
    color: #666;
}
.prd-con-tab a.nav-link.active {
    background: #000;
    border: 1px solid #000;
}
.pct-data ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  .pct-data li {
    padding-left: var(--icon-space);
    font-weight: 500;
    margin-bottom: 8px;
  }

  .pct-data li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  .prwc-one {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 26px;
}
.prwc-box {
    border: 1px solid #000;
    padding: 38px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.prwc-box:last-child {
    margin-bottom: 0px;
}
.wco-l h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.wco-l h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.wco-r span {
    display: flex;
    gap: 6px;
    font-size: 22px;
    color: #000;
}
.prwc-two p {
    margin: 0;
}
.hd-account {
    position: relative;
    z-index: 9;
}
.dsm-ub-con {
    position: absolute;
    width: 100%;
    left: 50%;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 12px 14px;
    border-top: 3px solid #000;
    top: 48px;
    display: none;
    z-index: 9;
    transform: translateX(-50%);
}
.dsm-ub-con-b {
    display: block;
}
.dsm-ubc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dsm-ubc-inner ul li:first-child {
    padding: 0px 0px 10px;
}
.dsm-ubc-inner ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.dsm-ubc-inner ul li a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dsm-ubc-inner ul li a i {
    margin-right: 10px;
    max-width: 23px;
    min-width: 23px;
    font-size: 16px;
}
.dsm-ubc-inner ul li:last-child {
    padding: 10px 0px 0;
    border-bottom: none;
}
ul.dropdown-menu {
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 12px 14px;
    border-top: 3px solid #000 !important;
    border-radius: 0;
    border: none;
}
ul.dropdown-menu li{
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
ul.dropdown-menu li:first-child{
    padding: 0px 0px 10px;
}
ul.dropdown-menu li:last-child{
    padding: 10px 0px 0;
    border-bottom: none;
}
a.dropdown-item {
    padding: 0 6px;
    font-size: 15px;
    color: #333 !important;
    font-weight: 600;
}
ul.dash-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
li.dash-nav-item a {
    color: #333;
    box-shadow: 0 0 10px #00000029;
    display: block;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
li.dash-nav-item {
    margin-bottom: 24px;
}
li.dash-nav-item a i {
    max-width: 26px;
    min-width: 26px;
}
li.dash-nav-item.active a {
    background: #000;
    color: #fff;
}
.brds-ic p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.brds-ic p i{
    margin: 0 6px;
    font-size: 15px;
}
.brds-ic p a{
    color: #000;
}
section.breadcrumb-sec {
    margin: 20px 0;
}
.dashr-ic {
    margin-left: 80px;
}
.dsc-title  h3 {
    font-size: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000;
}
.dsc-desc p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.mw-750{
    width: 100%;
    max-width: 750px;
}
.dsc-mtt h4 {
    margin: 0;
    background: #dedede;
    padding: 20px 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 28px;
}
.dsc-mtt{
    margin-bottom: 40px;
}
.dsc-order table {
    width: 100%;
}
.dsc-order table thead tr {
    background: #000;
    color: #fff;
}
.dsc-order table td {
    border: 1px solid #ccc;
    padding: 14px 16px;
}
.dsc-order table th {
    border: 1px solid #ccc;
    padding: 14px 16px;
}
.dsc-order table td i {
    margin-right: 4px;
}
.dsc-order table tr:nth-child(even) {
    background: #f1f1f1;
}
.dashl-ic {
    position: sticky;
    top: 50px;
}
.scod-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 30px 50px;
    border-bottom: 1px solid #ccc;
}
.codt-l h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
.codt-l h5 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}
.codt-r img {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    object-fit: contain;
}
.dsc-order-details {
    border: 1px solid #ccc;
}
.codm-up, .codm-btm {
    /* padding: 30px 50px; */
    /* border-bottom: 1px solid #ccc; */
}
.scod-middle {
    padding: 40px 50px;
    border-bottom: 1px solid #ccc;
}
.codm-btm {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.codm-data h5, .codm-btm h5{
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}
.codm-data p {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}
.codm-data p span{
    color: #333;
}
.codb-data p {
    font-weight: 500;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 28px;
    gap: 10px;
    color: #000;
}
.codb-data p span{
    color: #333;
}
.scod-last {
    padding: 40px 50px;
}
.scod-table table {
    width: 100%;
}
.scod-table table td, .scod-table table th {
    padding: 10px 10px;
    border: 1px solid #eee;
}
.scod-table table td img {
    width: 100%;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    object-fit: cover;
}
tr.scodt-tr1 {
    background: #c1c1c1;
}
.dsc-order-track {
    padding: 50px;
    background: #f7f7f7;
}
.dot-des p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 500;
    color: #333;
}
.dot-track-input .form-group {
    margin-bottom: 24px;
}
.dot-track-input .form-group input {
    border-radius: 0;
    padding: 12px 20px;
}
.dot-track-input .form-group label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}
.dsca-box p {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.dscab-btn {
    display: flex;
    gap: 12px;
}
.dsca-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.dsca-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.form-row {
    display: flex;
    column-gap: 20px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group .form-control {
    border-radius: 0;
    padding: 10px 18px;
}
.main-con p {
    font-weight: 500;
    color: #000;
}
.main-con p:last-child {
    margin-bottom: 0;
}
.mcs-con {
    display: flex;
    column-gap: 50px;
}
.mcsc-box {
    width: 100%;
    text-align: center;
}
.mcsc-box i {
    font-size: 60px;
    color: #000;
    margin-bottom: 16px;
}
.mcsc-box h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 10px;
}
.mcsc-box p {
    margin-bottom: 6px;
    font-weight: 400;
    color: #333;
}
.mcsc-box a {
    text-decoration: underline !important;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.f-60{
    font-size: 60px !important;
}
.mcs-form {
    margin: 80px auto;
    border: 2px solid #000;
    padding: 50px;
    max-width: 750px;
    border-radius: 20px;
}
.mcsf-tt h5 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.mcs-form .form-group label {
    font-weight: 500;
    color: #000;
}
.mcs-form .form-group .form-control {
    border: 1px solid #000;
    border-radius: 5px;
}
.psc-grp h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
}
.psc-grp p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.psc-grp ul li, .psc-grp ol li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
}
.psc-grp {
    margin-bottom: 50px;
}
section.login-sec {
    background: linear-gradient(45deg, #adadad, #484848, #adadad);
}
.lgp-inner {
    background: #ffffff7a;
    max-width: 550px;
    margin-inline: auto;
    padding: 50px 50px;
    backdrop-filter: blur(3px);
}
.lgpbr-inner ul {
    justify-content: center;
    column-gap: 8px;
    margin-bottom: 22px !important;
}
.lgpbr-inner ul li a {
    border: 1px solid #000;
    color: #000;
    padding: 6px 16px !IMPORTANT;
    margin: 0;
    font-size: 15px;
}
.lgpbr-inner ul li .nav-link.active {
    border: 1px solid #000;
    background-color: #000 !important;
}
.lgpbr-field label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
button.lg-btn {
    width: 100%;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 8px 6px;
    border-radius: 5px;
    margin-top: 10px;
}
.fg-zz a {
    display: block;
    color: #000;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
}
.otp-field {
    display: flex;
    column-gap: 10px;
    /* align-items: center; */
}
.fg-otp-btn {
    width: 100%;
    max-width: max-content;
}
.fg-otp-btn button {
    padding: 8px 12px;
    font-size: 13px;
    border: none;
    background: #3c3c3c;
    color: #fff;
    height: 42px;
}
.fg-otp-btn button:hover {
    background: #000;
}
.lgpbr-field input {
    padding: 8px 12px;
    font-size: 13px;
}
section.login-sec {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 0;
}

section.login-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
}
.lgpbr-inner ul li a:hover{
    color: #000;
}
.masl-num {
    display: flex;
    justify-content: space-between;
}
.masln-box h4 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 4px;
}
.masln-box span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.masr-ic img {
    border-radius: 10px;
    max-height: 560px;
    object-fit: cover;
}
.khl-ic {
    display: flex;
    gap: 50px;
}
.khl-box {
    width: 100%;
    background: #f4f5f9;
    padding: 40px;
    border-radius: 13px;
    text-align: center;
}
.khl-box img {
    max-width: 56px;
    margin-bottom: 18px;
    min-width: 56px;
}
.khl-box h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.khl-box p {
    margin: 0;
    color: #000;
}
.wwd-box h3 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.wwd-box p {
    color: #000;
    margin: 0;
}
.wwd-box {
    margin-bottom: 32px;
}
.wwd-box:last-child {
    margin-bottom: 0px;
}
.accordion-item {
    margin-bottom: 30px;
    border: 1px solid #000 !important;
    border-radius: 10px;
}
button.accordion-button {
    border-radius: 10px;
}
.mfs-con {
    margin-top: 100px;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
h2.accordion-header button {
    font-size: 22px;
    font-weight: 600;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-body p {
    color: #000;
    margin-bottom: 0;
}
.accordion-body {
    padding-top: 0 !important;
}
.fg-zz {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sgn-tt h4 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}
.rg-30{
    row-gap: 30px;
}
.hrbi-img-mark {
    position: absolute;
}
.hcac-row .hcac-box, .hcac-row2 .hcac-box, .rpt-row .hpri-box, .rpt-row2 .hpri-box {
    margin: 0 20px;
}
section.top-note marquee {
    font-size: 14px;
    margin-bottom: 0;
}
section.top-note marquee {
    font-size: 14px;
    margin-bottom: -4px;
}
section.top-note marquee a{
    color: #fff;
}
.whatsapp-ico a {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 50px;
}
ul.dropdown-menu {
    width: 100%;
    min-width: 1000px;
    margin-left: -400px;
}
.drp-row {
    display: flex;
    gap: 20px;
}
.drp-col {
    width: 100%;
}
.drpc-title h4 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    line-height: 30px;
    z-index: 0;
}
.drpc-title h4:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #000;
    left: 0;
    border-radius: 10px;
}
.drp-col ul {
    padding: 0 0 0 16px;
}
.prdsl-l, .prdsl-r {
    width: 50%;
}
.prd-radio-label {
    text-align: center;
}
.hbnr-ic {
    padding: 380px 0 0;
    position: relative;
    z-index: 0;
}
.hbnr-txt h4 {
    font-size: 82px;
    font-weight: 500;
    margin-bottom: 10px;
}
.hbnr-txt {
    max-width: 700px;
}
.hbnr-txt p {
    margin-bottom: 20px;
}
.hbnr-btn a {
    color: #000;
    font-weight: 600;
    display: inline-flex;
    column-gap: 16px;
    align-items: center;
}
.hbnr-btn a span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 100%;
    font-size: 18px;
    color: #333;
}

.hbnr-img {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}
.hbnr-img img{
    border-radius: 10px;

}
.hbnr-img img {
    border-radius: 10px;
    max-height: 650px;
    object-fit: cover;
}
.hprr-icr {
    display: flex;
    column-gap: 20px;
}
.hpri-icl, .hpri-icr {
    width: 100%;
}
.hprr-icr .hpri-box {
    margin: 0 0 20px;
}
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.mhs-500 {
    max-height: 560px;
    overflow-y: scroll;
}
.gemp-sec .prdsl-box img {
    object-fit: contain;
    border: 1px solid #efefef;
}
.gem-table table {
    width: 100%;
}
.gem-table table td {
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
}
.golr{
    right: 0 !important;
    left: auto !important;
}

.pfbc-img {
    overflow: hidden;
}
.pfbc-box a:hover .pfbc-img img {
    transform: scale(1.2) rotate(4deg);
    transition: 5s;
}

.hdr-sc li {
    list-style: none;
}
.hdr-sc li span {
    margin: 0 6px;
    color: #222;
}
.hdr-sc li a i {
    font-size: 15px;
    margin-right: 2px;
}
.obd-sbox {
    margin: 0 12px;
}
a.navbar-brand img, .ftc-logo img {
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
    max-width: 240px;
}

input.parsley-success,  select.parsley-success, textarea.parsley-success { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; }
  input.parsley-error, select.parsley-error, textarea.parsley-error { color: #b94a48; background-color: #f2dede; border: 1px solid #eed3d7; }
  .parsley-errors-list { margin: 2px 0 3px; padding: 0; list-style-type: none; font-size: 0.9em; line-height: 0.9em; opacity: 0; transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; color: #ff0000; }
  .parsley-errors-list.filled { opacity: 1; }
  input[type='number'] { -moz-appearance: textfield; }
  ul.parsley-errors-list { order: 2; width: 100%; margin-top: 19px; margin-bottom: 0; }
  .loader {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100vw;
  	height: 100vh;
  	background: rgba(0, 0, 0, .4);
  	backdrop-filter: blur(1.5px);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	z-index: 9999;
  	pointer-events: all
  }

  .loader-content {
  	color: #fff;
  	font-family: Arial, sans-serif
  }

  .spinner {
  	width: 60px;
  	height: 60px;
  	position: relative;
  	margin: 0 auto
  }

  .double-bounce1,
  .double-bounce2 {
  	width: 100%;
  	height: 100%;
  	border-radius: 50%;
  	background-color: #fff;
  	opacity: .6;
  	position: absolute;
  	top: 0;
  	left: 0;
  	animation: 2s ease-in-out infinite bounce
  }

  .double-bounce2 {
  	animation-delay: -1s
  }

  @keyframes bounce {

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

  	50% {
  		transform: scale(1)
  	}
  }

  .loader-message {
  	margin-top: 15px;
  	font-size: 16px;
  	font-weight: 500
  }
