@font-face {
    font-family: 'Grotesque';
    font-style: normal;
    font-weight: 400;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Regular.otf);
    ;
}

@font-face {
    font-family: 'Grotesque';
    font-style: italic;
    font-weight: 400;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Italic.otf);
    ;
}

@font-face {
    font-family: 'Grotesque';
    font-style: normal;
    font-weight: 300;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Light.otf);
    ;
}

@font-face {
    font-family: 'Grotesque';
    font-style: italic;
    font-weight: 300;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Light_Italic.otf);
    ;
}

@font-face {
    font-family: 'Grotesque';
    font-style: normal;
    font-weight: 500;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Medium.otf);
    ;
}

@font-face {
    font-family: 'Grotesque';
    font-style: italic;
    font-weight: 500;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Medium_Italic.otf);
    ;
}  

 @font-face {
    font-family: 'Grotesque';
    font-style: normal;
    font-weight: 600;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Bold.otf);
}

@font-face {
    font-family: 'Grotesque';
    font-style: italic;
    font-weight: 700;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Bold_Italic.otf);
}

@font-face {
    font-family: 'Grotesque';
    font-style: normal;
    font-weight: 900;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Extrabold.otf);
}   @font-face {
    font-family: 'Grotesque';
    font-style: italic;
    font-weight: 900;
    src: local('Rebond Grotesque'), url(/catalog/view/fonts/rebond/Extrabold_Italic.otf);
}  

:root {
    --secondary-border: #E5E7EB;
    --secondary: white;
    --primary: #5471FB;
    --primary-hover:rgba(84, 113, 251, 0.80); 
    --clr-border: #E5E7EB;
    --checkbox-bg:#F9F5FF;
}
.accordion-body input[type=checkbox][value=all]:checked{

    background-color: var(--checkbox-bg);
}
.accordion-body input[type=checkbox][value=all]{
    background-color: var(--checkbox-bg);
}

.toast-container{
    z-index: 11111;
}
p{
    margin-bottom: none;
}
.topbar{
    animation-duration: 3s;
}
.accordion-button:focus{
    border-color:none;
    box-shadow:none;
}
.category-divider hr{
    /* background-color: #D0D5DD; */
    background-color: #c1c8d2;
    height: 2px;
}
.category-divider{ 
    padding: 0rem 1.25rem;
    width: 100%;
    margin: -24px 0px;
} 
   
.contactus .card-head-desc{
    color: var(--Black, #111827);
    /* Text md/Regular */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.contactus .card-head{
    row-gap: 12px !important;
}
.contactus .contactusform{
    max-width: 492px;
}

body {
    font-family: Urbanist;
    font-style: normal;
    font-size: 18px;
    background: #F9FAFB;
}

/* Product Catalogue */
.page-header {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 64px;
}

.page-header .page-header-title {
    color: #111827;
    /* Display md/Regular */
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px;
}
.whatweoffer{
    animation-duration: 3s;
}


.page-header .page-header-desc {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.sidebar .accordion .accordion-item {
    width: 100%;
    border: none;
}

.sidebar .accordion {
    width: 100%;
    border-radius: var(--12px-Spacing, 12px);
    background: var(--White, #FFF);
    display: inline-flex;
    padding: var(--32px-Spacing, 32px) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--24px-Spacing, 24px);
}
.product-catalog-category .accordion-button{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.product-catalog-category .accordion-body{
    padding-top:24px !important;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: none;
}

.gradiant-prd-img {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 0px var(--12px-Spacing, 12px) 0px 0px;
    opacity: 0.2;
    background: linear-gradient(267deg, #5789FF 2.14%, rgba(84, 97, 157, 0.00) 103.67%);
    z-index: 11;
}
.form-check-input:disabled{
    opacity: 1;
    cursor: pointer;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label{
    opacity: 1;

}
.products {
    display: flex;
    /* width: 891px; */
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 24px;
    flex-wrap: wrap;
}

.product-card {
    border-radius: 12px !important
}

.product-img {
    height: 281px;
    display: flex;
    overflow: hidden !important;
}

.product-title {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 16px 24px;
    border-radius: 0px 0px 12px 12px !important;
}

.product-custom-img {
    background: url('../images/customdesignbtn.png');
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 341px;
    transition: background-image 1s ease;
}

.product-custom-img:hover {
    background: url('../images/customdesignbtn2.png');
    height: 350px;
    width: 100%;
    background-size: 100% 341px;
    background-repeat: no-repeat;
}


/* ContactUS */
.noise-bg {
    background: url('../images/noise.png');
}

.contactus {
    padding-top: 64px;
}

/* Homepage */
.banner-section {
    margin-bottom: 450px;
}

.banner-section .banner-info {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
    margin-top: 78px;
    width: 100%;
}

.banner-text .banner-description {
    max-width: 617px;
}
.banner-text {
    max-width: 631px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.banner-heading {
    color: black;
    text-align: center;
    font-family: Grotesque;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1.44px;
}
.banner-image{
    animation-duration: 3s;
}
.banner-description {
    color: #111827;
    text-align: center;
    /* Text lg/Regular */
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    animation-duration: 3s;
    
    transition: margin-top 4s ease !important; /* Transition margin-top over 10 seconds */
    position: relative;
    margin-top: 300px;
}

.heading-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 970px;
    justify-content: center;
    margin: 0px auto;
}

.heading-block .heading-block-pretext {
    color: rgba(17, 24, 39, 0.50);
    text-align: center;

    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.heading-block .heading-block-text {
    color: #111827;
    text-align: center;

    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    /* 120% */
    letter-spacing: -1.2px;
    font-family: Grotesque;
}

.heading-block .heading-block-desc {
    color: #111827;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
    margin-top: 16px;
}

.iconboxes {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 48px;
    align-self: stretch;
    margin-top: 88px;
    flex-wrap: wrap;
    row-gap: 24px;
}

.iconbox-row {
    display: flex;
    height: 320px;
    align-items: flex-start;
    align-self: stretch;
    row-gap: 48px;
}

.iconbox {
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    /* flex: 1 0 0; */
    align-self: stretch;
    width: 47%;
}

.iconbox .iconbox-text {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.iconbox .iconbox-text-heading {
    color: var(--Black, #111827);
    font-size: 24px;
    font-family: Grotesque;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.iconbox .iconbox-text-desc {
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.iconbox-gradiant-bottom {
    background: linear-gradient(359deg, rgba(84, 113, 251, 0.13) 0.69%, rgba(255, 255, 255, 0.10) 67.38%);
}

.iconbox-gradiant-top {
    background: linear-gradient(182deg, rgba(84, 113, 251, 0.13) 10.1%, rgba(255, 255, 255, 0.10) 45.46%);
}


.image-boxes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* gap: 32px; */
    row-gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0px auto;
    animation-duration: 2s;
}

.imagebox .imagebox-image img {
    object-fit: contain;
    width: 100%;
}

.imagebox .imagebox-image {
    display: flex;

}

.imagebox {
    display: flex;
    border-radius: 12px;
    background: var(--White, #FFF);
    padding: 17px 24px;
    column-gap: 19px;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 74%, rgba(148, 178, 255, 1) 135.1%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 74%, rgb(148 178 255 / 66%) 135.1%);
    /* width: 347px;
    min-width: 347px; */
    /* flex: 1; */
    height: 160px;
    justify-content: space-around;
}

.imagebox-text {
    max-width: 170px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.imagebox-text .imagebox-title {
    font-family: 'Grotesque';
    color: #111827;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.imagebox-text .imagebox-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #111827;
}

.dimtext {
    color: rgba(17, 24, 39, 0.60);
}

.imagebox-slider {
    display: flex;
    /* overflow-x: scroll !important; */
    gap: 24px;
    animation-duration: 2s;
}

.howitworkbg {
    background: url(../images/homepagesection.webp);
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 3s;
}

.howitwork {
    padding-top: 138px;
    animation-duration: 3s;
    padding-bottom: 138px;
}

.howitwork-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shopbycategory {
    display: flex;
    padding: 128px 168px;
    flex-direction: column;
    align-items: center;
    animation-duration: 2s;
}

.shopbycategory .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 64px;
}

.partnerships {
    display: flex;
    flex-direction: column;
    /* gap: 128px; */
    padding: 88px 168px;
}

.partnerships .container {
    display: flex;
    flex-direction: column;
    row-gap: 128px;
}

.images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 88px;
    margin: 0 auto;
}

.productionprocess {
    display: flex;
    padding: 121px 0px 0px 0px;
    justify-content: flex-start;
    align-items: start;
    gap: 24px;
    margin-bottom: 80px;
    padding-right: 18px;
    padding-left: 18px;
}

.productionprocess .heading-block-text,
.productionprocess .heading-block-desc {
    text-align: left;
}

.imagebox-sliderinfo {
    width: 50%;
    min-width: 50%;
    animation-duration: 2s;
}

.customizedesign .card-head-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.signup .card-desc {
    font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: var(--Black, #111827);
margin-bottom: 14px;
}

.customizedesign .card-head-text {
    /* font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px; */
    /* Display xl/Regular */
    font-family: Grotesque;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    /* 120% */
    letter-spacing: -1.2px;
}

.customizedesign .card {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 12px;
    padding: 64px 32px;
}

.customizedesign {
    display: flex;
    animation-duration: 3s;
    /* column-gap: 24px;
    justify-content: space-between; */
}

/* Signup */
.signin {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
select.form-select-sm{
    padding-top: 7px !important;
}
.imagecell .image{
    border-radius: 2px;
    border: 1px solid var(--Stroke, #E5E7EB);
}
.card-head-feilds .form-field input, .card-head-feilds .form-field textarea, .card-head-feilds .form-field select{
    font-size: 14px !important;
}
/* Signup Variation */
.signup {
    display: flex !important;
    justify-content: space-between;
}
.btn-light:hover{
    color: #000;
    background-color: #f7f8f9;
    border-color: #E5E7EB;
}
.signup .btn-primary,.signup .btn-light{
    max-height: 48px;
}
.signup .left-container {
    padding: 184px 100px 0px 100px;
    max-width: 638px;

}
.btn-secondary:hover{
    color: black !important;
    background-color: #f7f8f9 !important;
    border-color: #E5E7EB;
}
.signup .right-container {
    width: 812px;
    height: 969px;

}

/* Buttons */
.btn:focus {
    border: none;
}

.btn {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: Urbanist;
    border-radius: 12px;
}

.btn-lg {
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.btn-clean-primary {
    border-radius: 12px;
    border: 1px solid #5471FB;
    color: #5471FB;
}

.btn-clean-black {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: var(--White, #FFF);

}

.btn-clean-primary:hover {
    color: var(--primary) !important;
    border-bottom: 1px solid var(--primary) !important;
}

.btn-secondary {
    border: 1px solid var(--secondary-border);
    background: var(--secondary);
    color: var(--Black, #111827);

}

.btn-secondary:focus {
    background-color: #F4F4F4 !important
}

.btn-primary:hover {
    background: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}
.btn-primary {
    padding: 12px 20px;
    justify-content: center;
    background: var(--primary-primary-color, #5471FB);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.explorecatalogbtn,
.shopbycategory-btn,
.shopbycategory-btn .btn,
.customizedesign .btn-primary {
    padding: 16px 24px;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.btn-light {
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.btn-light:disabled { 
    background: #E5E7EB;
    color: var(--grey-grey-40, #9CA3AF);
}

.btn-icon {
    max-width: 50px;
    max-height: 50px;
}

.nextprev-btn {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Form fields */
.form-field {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.form-field label {
    color: #111827;
    /* Text md/Semibold */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.form-control:focus,
.form-control:hover,
.form-select:focus,
.form-select:hover {
    box-shadow: none;
    border-color: #E5E7EB;
}

.btn:focus {
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"],
.navbar-brand:has(+.navbar-toggler[aria-expanded="true"]) {
    display: none;
}

.form-field input,
.form-field textarea, .form-field select {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    color: Black;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.add-icon-div .btn-icon{
    max-width: 32px;
    max-height: 32px;
    padding: 8px;
}
input[type="number"] {
    -webkit-appearance: none !important; /* For Safari and Chrome */
    -moz-appearance: textfield !important; /* For Firefox */
    appearance: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
.form-field select {
    color: rgba(139, 132, 155, 1);
    background: url('../images/product/arrow-down.png');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%; 
}
.expandable-div .quantity{
    padding-left: 5px !important;
}
.expandable-div .form-field select {
    color: rgba(139, 132, 155, 1);
    background: url('../images/product/arrow-down.png');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 16px;
    border-radius: 12px;
}
.color-size button{
    max-width: 40px !important;
    max-height: 32px !important;
}
.form-field input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8B849B;
    opacity: 1;
    /* Firefox */
}
.topbar .right-menu .btn-clean-primary {
    display: flex;
    width: 121px;
    padding: var(--12px-Spacing, 12px) var(--20px-Spacing, 20px);
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    border: 1px solid var(--primary-primary-color, #5471FB);
}
.loginbtnheader:hover{
    background: var(--primary-hover);
    color: white !important;
}
.topbar .right-menu .nav-link {
    color: #000;
    /* Text lg/Regular */
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.form-field input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8B849B;
}

.form-field input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8B849B;
}

.form-field .form-control:has(+.field-error) {
    border: 1px solid #C83532 !important;
    background: #FBEFEF !important;
}
/* .form-field .form-control:has(+.field-error) {
    border: 1px solid #C83532 !important;
    background: #FBEFEF !important;
} */
.invalid-feedback:empty {
    display: none;
}
.field-error::before,.invalid-feedback::before { 
    background: url(../images/svgs/error-warning-fill.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
}
.field-error,.invalid-feedback {
    color: #C83532;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    align-items: center; 
}
.text-success-light{
    color:#14AE5C;
}
.validateotpsuccess{
    text-align: center;
/* Text sm/Regular */
font-family: Urbanist;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

/* Cards */
.card {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.card-head {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    width: 100%;
}

.card-head-text {
    color: var(--Black, #111827);
    /* Display lg/Medium */
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Grotesque';
    /* 125% */
    letter-spacing: -0.96px;
}

.bordernone {
    border: none;
}

.card-title .post-text {
    color: rgba(17, 24, 39, 0.50);
}

.card-title {
    color: #111827;
    font-family: 'Grotesque', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.card-body {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    padding: 0px;
    width: 100%;
}

.card-body-content {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.card-img {
    border-radius: var(--12px-Spacing, 12px);
    background: var(--Base-color, #F9FAFB);
    display: flex;
}

.card-img img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;

}

.product-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

.product-img img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease
}
.product-card:hover {
    cursor: pointer;
}
.product-card:hover .product-img img {
    transform: scale(1.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.product-card .card-head-text {
    font-size: 48px;
}

/* Typography */
.text-primary {
    color: var(--primary);
}

/* Images */
.bg-img {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

/* Margins */
.mb-32 {
    margin-bottom: 32px !important;
}

/* Tags */
a {
    text-decoration: none !important;
    color: #111827;
}

.alink {
    padding: 5px;
}

.alink-grey {
    color: #344054;
}

hr {
    width: 100%;
    background-color: rgba(17, 24, 39, 0.20)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}










/* Layout */


/* Header / Topbar */
.topbar {
    padding: 16px 0px;
    z-index: 111;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.right-menu {
    column-gap: 24px;
}

.topbar .right-menu .nav-link:hover,
.alink:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

/* Footer Start */
.footer-bottom {
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 40px;
}

.footer-socialicon {
    justify-content: end;
}
.product-interest input{
    height: 48px !important;
}
/* Footer END */

.form-select-selected {
    color: var(--Black, #111827) !important;
    /* Text md/Medium */
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.expandable-div select{
    padding-top: 5px !important;
    color: var(--Black, #111827) !important;
    /* Text sm/Medium */
    font-family: Urbanist !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;  
}
.expandable-div .form-select-sm,.expandable-div .quantity{
    max-height: 36px !important;
}
.imagebox-slider .card,.customizedesign .card{
    border:none !important
} 

/* Bootstrap 5 MEDIA QUERIES */
/* @// X-Small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) { */
@media (max-width: 576px) {
    /* .image-boxes:nth-child(odd) .pl-0{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: 0px !important;
    } */
    .image-boxes .pl-0:nth-child(even){
        padding-right: 0px !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .request-pricing-card .right-card{
        padding:0px !important;
    }
    #product-list .product-title{
        font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.055px;
    }
    .product-custom-img {
        background: url('../images/customdesignbtn.png');
        height: 200px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 200px;
        transition: background-image 1s ease;
    }
    .upload-file .content .offset-1{
        margin-left: 16px;
    }
    .input-type-file-text { 
        font-size: 12px !important; 
        line-height: 18px !important;
    }
    .topbar .right-menu .nav-link {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: -0.72px;
        color: black !important;
        font-family: Grotesque !important;
    }

    .howitworkbg {
        background: url(../images/homepagesectionmobile.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-head-feilds {
        gap: 8px;
        padding: 20px 14px;
    }

    .card-head-leftfeild {
        min-width: 100px !important;
    }
}
.back-product-btn{
    border-radius: 12px;
}
.describe-req textarea::placeholder {
    color: #8B849B !important; /* You can use any color code or color name you prefer */
  }

@media (max-width: 1030px) {
    .heading-block .heading-block-desc { 
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .howitwork {
        padding-top: 55px;
        padding-bottom: 17px;
    }

    .iconboxes {
        margin-top: 44px;
    }

    .iconbox .iconbox-text-desc {
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .bigscreen {
        display: none !important;
    }

    .smallscreen {
        display: block;

    }

    .iconbox {
        width: 100%;
        padding: var(--24px-Spacing, 24px) var(--12px-Spacing, 12px);
        row-gap: var(--12px-Spacing, 12px);
    }

    /* Homepage */
    body {
        font-size: 14px;
    }

    .banner-section {
        margin-bottom: 100px;
    }

    .text-center-lg {
        text-align: inherit;
    }

    /* Footer */
    .footer-menus {
        flex-direction: column;
        row-gap: 21px !important;
        margin-top: 38px;
    }

    .footer-socialicon {
        justify-content: start;
        padding: 50px 0px;
    }

    .copyright-sm {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        row-gap: 24px;
    }

    .copyright-sm .alink-grey {
        width: 100%;
    }

    .shopbycategory {
        padding: 44px 20px;
    }

      .image-boxes {
        /* width: 336px; */
        row-gap: 16px;
        /* margin: 0px auto; */
    } 

    .imagebox {
        flex-direction: column-reverse;
        min-width: 160px; 
        min-width: unset;
        height: unset;
        justify-content: center;
        align-items: center;
        height: 267px;
    }
    .shopbycategory .container{
        row-gap: 40px;
    }

    .partnerships {
        /* gap: 64px; */
        padding: 44px 20px;
    }

    .partnerships .container {
        display: flex;
        flex-direction: column;
        row-gap: 64px;

    }

    .images-container {
        gap: 88px;
        margin: 0 auto;
    }

     .customizedesign > div{
        padding-left: 0px;
        padding-right: 0px;
    } 

    .customizedesign .card {
        height: 100% !important;
        padding: 40px 20px;
    }

    .productionprocess {
        gap: 24px;
        margin-bottom: 40px;
        flex-direction: column;
        padding: 50px 20px 0px 20px;
    }

    .productionprocess .imagebox-slider {
        /* flex-direction: column; */
    }

    .product-card {
        width: 100%;
        flex-direction: column;
        min-width: inherit;
        /* min-width: 376px; */
        padding: 24px 16px;
    }
    .imagebox-slider .product-card {
        display: flex;
        width: 293px !important;
        min-width: 294px !important;
        flex-direction: column;
        row-gap: 20px;
    }

    /* .imagebox-slider .product-card {
        display: flex;
        width: 100% !important;
        min-width: inherit !important;
        flex-direction: column !important;
    } */

    .imagebox-sliderinfo,
    .imagebox-slider {
        max-width: 100%;
        min-width: 100%;
    } 

    .banner-heading {
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        /* 125% */
        letter-spacing: -0.96px;
    }

    .banner-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }

    .explorecatalogbtn,
    .shopbycategory-btn,
    .shopbycategory-btn .btn,
    .customizedesign .btn-primary {
        width: 100% !important;
    }

    .banner-section .banner-info {
        margin-top: 58px;
    }

    .heading-block .heading-block-pretext {
        font-size: 18px;
        line-height: 28px;
    }

    .productionprocess .heading-block-text {

        text-align: left !important;
    }

    .customizedesign {
        row-gap: 20px;
    }

    .heading-block .heading-block-text {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
        text-align: center;
    }

    .iconbox .iconbox-text-heading {
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    .imagebox .imagebox-text {
        text-align: center;
    }

    .imagebox .imagebox-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    .imagebox .imagebox-desc {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .card-head-text {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .filtermobilebtn:focus,.filtermobilebtn:hover,.filtermobilebtn:active{
        background-color: none !important;
        box-shadow:none !important;
    }
    .filtermobilebtn{
        display: block;
        position: absolute;
        left: 43%;
        width: 48px;
        height: 48px;
        padding: 12px;
        border-radius: 103px !important;
        border:none !important;
        margin-top: -34px;
    } 
    .customizedesign .card-head-text {
        font-family: Grotesque !important;
        font-size: 36px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 44px !important;
        /* 122.222% */
        letter-spacing: -0.72px !important;
    }
    .filterbtn-category{
        display: flex;
        width: 88px !important;
        padding: 14px var(--16px-Spacing, 16px);
        align-items: center;
        gap: var(--8px-Spacing, 8px);
        border-radius: var(--12px-Spacing, 12px);
        background: var(--White, #FFF);
            border: none;
    }

    .topbar .right-menu {
        row-gap: 40px;
        padding: 40px 20px;
    }
    .products .product-img {
        height: 152px;
    }
    .products img {
        margin-top: 10px;
    }
    
    .products .price-tag {
        margin-top: 8px;
        margin-right: 8px;
        color: #111827;
    }
    .filter {
        display: block !important;
        margin-top: 16px;
    }
    .main-container {
        margin-top: 25px !important;
    }
    .request-pricing {
        text-align: -webkit-center;
    }
    .back-btn {
        display: block !important;
    }
    .request-pricing-card {
        flex-direction: column-reverse !important;
        margin-top: -14px !important;
    }
    .back-product {
        margin-left: 20px !important;
        margin-bottom: 24px !important;
    }
    .file-content {
        margin-left: 14px !important;
    }
    .trash-size-clr-btn {
        margin-left: -7px;
    }
    
    .req-pricing {
        font-size: 30px !important;
    }
    .right-row {
        padding: 0px !important;
    }
    .price-cards {
        flex-direction: column;
        row-gap: 8px;
    }
    .summary-card {
        padding: 32px 12px !important;
        row-gap: 20px;
    }
    .order-details-card {
        padding: 32px 12px !important;
    }
    .order-detail-card {
        flex-direction: column-reverse;
    } 
    .order-details-right-row {
        margin-bottom: 16px !important;
    }
    .requirements-card .btn-light{
        color: var(--grey-grey-60, #4B5563); 
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; 
    }
    /* .requirement-card, .size-chart-card, .technical-detail-card, */
    .order-details-information-card {
        display: none !important;
    } 
    .nothing-to-show-here {
        text-align: center;
    }
    .file-svg, .drop-file{
        display: none !important;
    }
    .payment:after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Payment screenshot.";
    }
    .payment {
        color: rgba(17, 24, 39, 0.60) !important; 
    }
    .content {
        justify-content: normal !important;
    }
    .order-details-right-row {
        margin: 16px 12px;
        width: initial;
    }
    .back-product-btn {
        margin-left: 0px !important;
    }
    .order-detail-card {
        margin-top: -16px !important;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Homepage */
    .banner-section {
        margin-bottom: 100px;
    }

    .text-center-lg {
        text-align: inherit;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 768) and (max-width: 991.98px) {
    .text-center-lg {
        text-align: inherit;
    }

    .iconbox {
        width: 100%;
    }
}


/* // X-Large devices (large desktops, less than 1400px) */
@media (min-width: 992) {
    .text-center-lg {
        text-align: center !important;
    }
}

::-webkit-scrollbar {
    display: none;
}
.price-tag:hover {
    border: 1px solid var(--Stroke, #E5E7EB);
    background: #F3F4F6;
}
.price-tag {
    background: var(--White, #FFF);
    border-radius: 12px;
    border: 1px solid #E5E7EB;;
    color: #111827;
    margin-top: 12px;
    margin-right: 12px;
    padding: 4px 8px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    /* font-weight: 500; */
    font-weight: 600;
    z-index: 111;
}
.product_detail_img {
    width: 100%;
}
.img-div-image {
    background: #F9FAFB;
    padding: 32px;
    border-radius: 12px;
}
.product-detail-heading {
    color: #000;
    font-family: Grotesque;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 24px;
    letter-spacing: -0.96px;
}
.product-detail-desc {
    font-size: 16px;
    color: rgba(17, 24, 39, 0.50);
    font-family: Urbanist;
    margin-bottom: 24px;
}
/* .thumnail-div-first{
    background: #F9FAFB;
    border-radius: 12px;
} */
.thumnail-div:first-child {
    margin-left: 0px !important;
}
.thumnail-div{
    background: #F9FAFB;
    margin-left: 24px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-item {
    border: none;
}
.details {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}
.detail-accordian-heading {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    color: rgba(17, 24, 39, 0.80);
    margin-right: 24px;
}
.detail-accordian-content {
    color: rgba(17, 24, 39, 0.50);
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
}
.cub {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}
.cub-1 {
    background: #A98F48;
    width: 24px;
    height: 24px;
    border-radius: 4px;
}
.cub-2 {
    background: #B85E4A;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-left: 8px;
}
.cub-3 {
    background: #6A92CE;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-left: 8px;
}
.cub-4 {
    background: #37573E;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-left: 8px;
}
.cub-5 {
    background: #28282D;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-left: 8px;
}
.cub-6 {
    background: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-left: 8px;
}
#detail-table {
    width: 100%;
}

.available-colors-heading {
    margin: 24px 0px 24px 0px;
}
.request-pricing-card .right-card{
    padding-left: 24px;
}
.size-lists {
    color: rgba(17, 24, 39, 0.50);
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 16px 0px 16px;
}
.list {
    margin-left: -48px;
}
.qty-heading {
    margin: 24px 0px 8px 0px;
}
.request-pricing {
    margin-top: 40px;
}
.req-pricing {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}
.similar-articles {
    margin-top: 64px;
    margin-bottom: 32px;
}
.available {
    margin-left: 5px;
}
#detail-table tr {
    /* border-bottom: 1px solid #D0D5DD; */
    border-bottom: 1px solid #f3f3f4;
}
#detail-table tr td {
    padding-bottom: 16px;
    padding-top: 16px;
}
#detail-table tr:last-child {
    border-bottom: none;
}
.product-catalog-category .accordion-body { 
    padding: 0rem 1.25rem;
}
.cubes {
    margin-bottom: 24px;
    column-gap: 8px;
}
.active-img {
    border-bottom: 3px solid #5471FB;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.back-btn {
    margin-bottom: 32px;
    display: none;
    border-radius: 12px
}
.back-btn-lg {
    display: block !important;
    margin-bottom: 8px;
    border-radius: 12px;
    color: var(--Black, #111827);
    /* Text sm/Medium */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 85px;
}
.success-contact-us-card {
    border-radius: 12px;
    border: none;
    padding: 24px 24px !important;
}
.card-text {
    color: #111827;
    font-weight: 400;
}
.request-pricing-card {
    row-gap: 12px;
    margin-top:24px; 
    display: flex;
    flex-direction: row;
}
.left-card {
    padding: 24px 32px;
    background: #FFF;
}
.req-pricing {
    color: #000;
    font-size: 60px;
    font-weight: 400;
    line-height: 72px; 
}
.mt-32 {
    margin-top: 32px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-12 {
    margin-top: 12px;
}
.ml-4{
    margin-left: 4px;
}
.mt-8 {
    margin-top: 8px;
}
.size-color-text {
    color: #111827;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}
.custom-select {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #FFF;
}
.form-select-sm, .form-control-sm {
    height: 40px;
    padding-top:8px !important;
} 
.form-select-sm:first-child {
    font-size: 14px;
    padding: 10px;
}
.form-control-sm::placeholder {
    font-size: 14px;
    padding: 3px;

}
.btn-icon, .btn-icon:focus{
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #FFF;
}
.upload-size-chart{
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.product-desc {
    background: #FFF;
    padding: 8px 24px;
}
.prd-image {
    padding: 16px;
}
.prd-heading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.prd-desc {
    color: rgba(17, 24, 39, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.product-heading-desc {
    padding-top: 16px;
}
.total-qty-heading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}
.total-prod-desc {
    color: rgba(17, 24, 39, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}
.total-qty {
    color: var(--Black, #111827);
    font-size: 48px;
    font-weight: 400;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
}
.cart {
    padding: 8px 24px;
    margin-top: 8px;
    background: #FFF;
}
.input-type-file {
    /* background: rgba(229, 231, 235, 1); */
    background: #FAFAFA;
}
.content:hover {
    background: #e5e7eb29;
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 2px dashed #E5E7EB;
    column-gap: 8px;
}
.input-type-file-text {
    color: rgba(17, 24, 39, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.click-to-browse {
    color: #5471FB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.request-pricing-card .size-clr-qty{
    display: flex;
    flex-direction: row;
    column-gap: 4px;
}
.request-pricing-card .color-size {
    row-gap: 12px;
}
.request-pricing-card .req-pricing-form {
    row-gap: 32px;
}
.tech-pack {
    color: rgba(17, 24, 39, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.max-characters {
    color: rgba(17, 24, 39, 0.50);
    /* helper-text */
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.2px;
}
.checkboxes {
    display: flex;
    flex-direction: row;
    column-gap: 32px;
}
.form-check-label {
    margin: 0px 0px 0px 12px;
    color: rgba(17, 24, 39, 1);
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px
}
.submit-btn {    
    color:  #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}
.selected-file {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 16px;
    margin-bottom: 8px;
}
.file-name {
    color: var(--gray-700, var(--gray-700, #344054));
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.chart-size-file-name{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    columns: #111827;
}
.file-size {
    color: var(--Place-holder-text, #8B849B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.request-pricing-card .form-check-input {
    border-radius: 6px;
    border: 1px solid var(--gray-300, #D0D5DD);
    
    
}
.trash-btn,.trash-size-clr-btn, .trash-technical-btn, .payment-trash-btn, .technical-trash-btn {
    cursor: pointer;
}
.trash-size-clr-btn {
    margin-left: -18px;
}
.help-icon {
    margin-left: 12px;
    margin-top: -2px;
    cursor: pointer;
}
/* .sizes {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.sizes-heading {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    line-height: 16px;
    padding: 12px 0px 12px 0px !important;
}
.lists {
    background: #C7C7CC;
} */

.form-check-input {
    padding: 9.4px !important;
    border-radius: 6px !important;
    margin-top: 1px !important;
}
.form-check{
    display: flex;
    /* min-height: 1.5rem; */
    padding-left: 1.5em;
    /* margin-bottom: 0.125rem; */
    align-items: center;
}

.form-check-input:focus {
    box-shadow: none;
}
.form-check-input:checked {
    box-shadow:none !important;
    background: inherit;
    background-image: url('../images/product/check.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #5471FB;
    background-size: 13.6px;
}
.req-pricing-form .btn-primary{
    max-height: 56px;
}
.product-desc, .cart {
    border-radius: 12px;
}
.order-details-card {
    padding: 32px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    display: flex;
    /* row-gap: 8px; */
    flex-direction: column;
}
.order-detail-card {
    margin-top:24px;
    display: flex;
    /* flex-direction: column;
    column-gap: 8px;  */
}
.order-no {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.order-time {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.order-detail-main-card {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.summary {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}
.summary-card {
    padding: 32px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}
.article-no {
    color: var(--grey-grey-50, #6B7280);
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.order-name{
    color: var(--grey-grey-90, var(--Black, #111827));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.variants {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}
.sub-cards {
    padding: 6px 12px;
    border-radius:  8px;
    border: 1px solid var(--grey-grey-20, #E5E7EB);
    background: var(--White, #FFF);
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
}
.black-sub-card{
    color: var(--grey-grey-60, #4B5563);
/* Text sm/Medium */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.gold-sub-card {
    color: var(--secondary-color-seconday-color, #FF8934);
/* Text sm/Medium */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.available ul li:first-child{
    list-style-type: none !important;
   

}
.number-sub-card {
    border-radius: 36px;
    background: rgba(84, 113, 251, 0.10);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #5471FB;
    padding: 4px;
    min-width: 29px;
}
.details-content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.price-cards {
    display: flex;
    column-gap: 8px;
    row-gap: 8px;
}
.composition {
    color: var(--grey-grey-90, var(--Black, #111827));
    /* Text sm/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.example-text {
    color: var(--grey-grey-90, var(--Black, #111827));
    text-align: right;
/* Text md/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.pending-text {
    color: var(--grey-grey-90, var(--Black, #111827));
    text-align: right;
/* Display xs/Medium */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}
.order-tracking-text {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px !important;
}
.tracking-cub1-text {
    color: var(--Black, #111827);
/* Text sm/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.tracking-text {
    /* display: flex; */
    margin: 5px 0px 0px 12px;
    /* align-items: center; */
    color:  #111827;
/* Text sm/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.requirements-card {
    padding: 32px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}
.req-text {
    color: rgba(17, 24, 39, 0.50);
/* Text md/Medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0px 12px 0px;
}
.status {
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 6px 12px;
    /*display: flex;
    align-items: center; */
}
.payment-pending {
    color: #4B5563;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 8px;
}
.nothing-to-show-here {
    color: rgba(17, 24, 39, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.qty-cost {
    color: #6B7280;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
}
.order-text {
    color: rgba(17, 24, 39, 0.60);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 5px 0px 0px 12px;
}
.line {
    margin: 0px 0px 0px 14px;
}
.order-details-right-row {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.order-details-information-card {
    padding: 16px 32px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
}
.order-confirmation-sent-text {
    color:  #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 16px;
}
.days-ago {
    color: #6B7280;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.email-sent-text {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}




/* 25 Sep */
.no-ordersview {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

table tr {
    border-top: none;
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}

table th {
    color: #667085;
    /* Text xs/Bold */
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border: none;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

table td {
    color: #667085;
    /* Text sm/Medium */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.badge {
    color: #4B5563;
    /* Text sm/Medium */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    column-gap: 8px;
    align-items: center;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    min-width: 100px;
    width: max-content;
}

.badge-outline-warning::before {
    background: url(../images/svgs/dot-warning.svg);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block; 
}
.badge-outline-warning svg {
    fill: #FF8934;
}
.badge-outline-success::before {
    background: url(../images/svgs/dot-success.svg);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block; 
}
.badge-outline-success svg {
    fill: #2BAC47;
}
.badge-outline-danger::before {
    background: url(../images/svgs/dot-danger.svg);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block; 
}
.badge-outline-danger svg {
    fill: #D92D20;

}
.anchortr{
    cursor: pointer;
}

.table-bordered {
    border-color: #E5E7EB !important;
}

table td b {
    color: var(--grey-grey-90, var(--Black, #111827));
    /* Text sm/Medium */
}

.imagecell img {
    object-fit: cover;
}

.imagecell .image-text {
    color: var(--Black, #111827);
    /* Text xs/Medium */
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.imagecell image {
    border: 1px solid #E5E7EB;
}

.imagecell {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.no-ordersview-content {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-ordersview .no-ordersview-title {
    color: var(--Black, #111827);
    /* Text md/Regular */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.no-ordersview .no-ordersview-btn {
    margin-top: 24px;
}

.no-ordersview .no-ordersview-desc {
    color: rgba(17, 24, 39, 0.60);
    text-align: center;
    /* Text md/Regular */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-head-feilds {
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-control-sm {
    height: 32px;
}

.search-field .input-group {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

.search-field .input-group-text {
    background: #f9fafb;
    border: none;
    padding-right: 4px !important;
}

.search-field .form-control {
    border-radius: var(--8px-Spacing, 8px);
    border: 1px solid var(--grey-grey-20, #E5E7EB);
    background: var(--Base-color, #F9FAFB);
    border: none;
    padding-left: 4px !important;
}

.card-head-leftfeild {
    min-width: 190px;
}

.table td:first-child,
.table th:first-child {
    padding-left: 32px !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: white !important;
    color: #667085;
    --bs-table-accent-bg: white;
    /* border-color: white !important; */
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #FAFAFA !important;
    border-left: #FAFAFA !important;
    border-right: #FAFAFA !important;
    color: #667085;
    /* border-color: #FAFAFA !important; */
}

.table>:not(:first-child) {
    border: #E5E7EB
}

.btn-prevnext {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    justify-content: end;
    align-items: center;
    padding-bottom: 24px;
}

.btn-prevnext .btn {
    color: #9CA3AF;
}

.btn-prevnext .active {
    color: #111827;
}

.image:has(.placeholder) {
    width: 20px;
    height: 20px;
}

.image .placeholder {
    width: 100%;
    height: 100%;
}

.image+.placeholder {
    width: 65%;
}

.placeholder {
    width: 85%;
    border-radius: 15px;
    height: 10px;
}

.placeholder:has(img) {
    width: fit-content !important;
}

.img[src="..."] {
    display: none;
}

.page-header-title h1 {
    display: flex;
    gap: 8px;

}

.btn-light-lg {
    padding: 12px 20px;
}

.form-field .field-desc {
    color: rgba(17, 24, 39, 0.50);
    /* Text xs/Regular */
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.btn-block {
    width: 100%;
}

.dropdownbtn {
    padding: 0px;
    display: flex;
}

.dropdownbtn+.dropdownbtndata {
    position: absolute;
    margin-top: 8px !important;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px rgba(17, 24, 39, 0.08);
    padding: 0px !important;
    border: 1px solid var(--neutral-silver, #F5F7FA);
    min-width: 200px !important;
    overflow: hidden;
    left: -220%;
}

.dropdownbtn+.dropdownbtndata a {
    display: flex;
    padding: 16px 20px;
    align-items: center;
}

.loggedinuser {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
}

.howitwork .heading-block {
    max-width: 750px;
}

.partner-logoimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-images {
    display: flex;
    row-gap: 88px;
    animation-duration: 3s;
}

.imagebox-slider .product-card {
    display: flex;
    width: 500px;
    min-width: 500px;
    flex-direction: column;
    row-gap: 24px;
}

.imagebox-slider .product-card .card-img .img {
    object-fit: contain !important;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}

/*  Home Page animation */
.css-typing p {
    border-right: .15em solid var(--primary);
    white-space: nowrap;
    overflow: hidden;
  }
  .css-typing p:nth-child(1) {
    width:100%;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .css-typing p:nth-child(2) {
    width: 100%;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  
  .contenttonone::after{
    content:none !important;
  }
  
  
  #typing-text1::after,#typing-text2::after {
    content: "";
    width: 4px;
    height: 72px;
    background: black;
    display: inline-block;
    animation: cursor-blink 0.6s steps(2) infinite;
    margin-left: 5px;
  }
  #typing-text1::after{

      background: var(--primary) !Important;
  }
  @keyframes cursor-blink {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .10em solid var(--primary);
    }
    100% {
        border: none;
      }
  }
    .selected-file:hover{
        background: #eaecf024;
        cursor: pointer;
    }

  figure.zoom {
    /* background-position: 50% 50%;
    position: relative;
    width: 500px; */
    overflow: hidden;
    /* opacity: 1; */
    cursor: zoom-in;
  }
  figure.zoom img:hover {
    opacity: 0;
  }
  figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
  }
   .chatimgbg{
        background: url('../images/chatimg.png');
        background-repeat: no-repeat;
        display: flex;
        height: 24px;
        width: 24px;
        align-items: center;
        justify-content: center;
        color: white;
        leading-trim: both;
        text-edge: cap;
        font-family: Urbanist;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 8.75px; 
   }
   body{
        min-height: 100vh;
   }
   
  