/* Comman css */

@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Radio Canada Big", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

p {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.error {
    font-size: 14px;
    color: #ff0000;
    margin: 0;
}

.tag-line {
    color: #02aed3;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.main-title {
    color: #242635;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-title {
    color: #242635;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding: 100px 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100pc;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.py-50 {
    padding: 50px 0;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}

.form-control::placeholder {
    color: #bdbdbd;
}

.form-control:hover {
    border-color: #23acd4;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #23acd4;
}

.form-group {
    margin-bottom: 30px;
}

.primary-btn {
    padding: 10px 20px;
    background-color: #3a39ff;
    border: 1px solid #3a39ff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.primary-btn:hover {
    background-color: #fff;
    color: #3a39ff;
}

.black-btn {
    padding: 10px 20px;
    background-color: #040404;
    border: 1px solid #040404;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.black-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #040404;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-head {
    margin-bottom: 30px;
}

.error {
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

.inner-banner {
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
}

.inner-banner-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.fit-img {
    width: 100%;
    object-fit: cover;
}

.inner-banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.inner-banner-content p {
    color: #fff;
}

/* Top header */
.mobile-toggle {
    display: none !important;
}

.mobile-middle-header,
.mobile-cart {
    display: none;
}

.mobile-toggle button i {
    font-size: 20px;
    color: #000;
}

.main-logo img {
    height: 33px;
    object-fit: contain;
    width: auto;
}

.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #1c252e;
}

.top-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header ul li {
    border-right: 1px solid #e0e0e0;
    padding: 0 50px;
}

.top-header ul li:first-child {
    padding-left: 0;
}

.top-header ul li:last-child {
    border-right: 0px;
    padding-right: 0;
}

.top-header ul li img {
    width: 100%;
    max-height: 24px;
    object-fit: contain;
    height: auto;
}

header .navbar-toggler {
    background-color: #fff;
    border: 0;
    padding: 0;
}

header .navbar-toggler:focus {
    box-shadow: unset;
}

.header-profilewrpdropDiv .dropdown-menu {
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    border: 0px;
    border-radius: 10px;
}

.header-profilewrpdropDiv .dropdown-menu .dropdown-item {
    padding: 10px 30px 10px 15px;
}

.header-profilewrpdropDiv .dropdown-menu .dropdown-item.active,
.header-profilewrpdropDiv .dropdown-menu .dropdown-item:active,
.header-profilewrpdropDiv .dropdown-menu .dropdown-item:focus {
    background-color: rgba(232, 245, 188, 1);
    color: rgba(0, 0, 0, 1);
    outline-offset: 0px;
    outline: 0px;
}

.header-profilewrp-dropdown {
    padding: 0px;
    border: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header-login-info .header-profilewrpdropDiv:hover .dropdown-menu {
    display: block;
    margin-top: 2px;
}

/* Top header End */

/* middle header */
.middle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}

.header-contact-info li,
.header-contact-info p {
    font-size: 16px;
    font-weight: 500;
}

.header-contact-info li a {
    color: #000;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.header-contact-info li a:hover {
    color: #02aed3;
}

.header-contact-info ul {
    display: flex;
    align-items: center;
}

.header-contact-info ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 30px;
}

.header-contact-info ul li:first-child {
    border-right: 1px solid #e0e0e0;
}

.header-contact-info ul li p {
    color: #bfbfbf;
    margin-bottom: 2px;
}

.header-contact-info .timer-box .contect-bold-text {
    color: #000;
    margin-bottom: 0;
}

.header-contact-info .timer-box p {
    color: #02aed3;
}

.header-contact-info .timer-box {
    padding: 10px;
    background: #e8f5bc;
    border-radius: 10px;
}

/* middle header end*/

/* bottom-header */
.afterlogin-mobile-menu {
    display: none;
}

.bottom-header {
    border-bottom: 1px solid #E0E0E0;
    transition: background 0.3s ease;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
animation: slideDown 0.35s ease-out; 
}

.bottom-header .navbar {
    background: #fff;
    padding: 20px 40px;
}
/* slideDown animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.header-prifile-wrp {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 10px;
}

.header-prifile-wrp p {
    font-weight: 500;
    color: #000;
}

.header-prifile-wrp img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.bottom-header .navbar .nav-link.active {
    color: #02aed3;
}

.bottom-header .navbar .nav-link {
    font-size: 16px;
    color: #637381;
    padding: 0;
    margin: 0 15px;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.bottom-header .navbar .nav-link:hover {
    color: #02aed3;
}

.bottom-header .navbar-nav .primary-btn {
    margin-left: 15px;
}

.bottom-header .header-login-info .login-btn.primary-btn {
    background: none;
    border-color: #000000;
    color: #000;
}

.bottom-header .header-login-info .primary-btn {
    min-width: 117px;
}

.bottom-header .header-login-info .login-btn.primary-btn:hover {
    color: #fff;
    background-color: #3a39ff;
    border: 1px solid #3a39ff;
}

.header-login-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-header .cart-icon {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-header .cart-icon .cart-basket {
    position: relative;
}

.bottom-header .cart-icon .cart-basket svg path {
    stroke: #000;
}

.bottom-header .cart-icon .cart-basket .cart-count {
    position: absolute;
    background-color: #3a39ff;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -12px;
    left: 10px;
    width: 20px;
    height: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* Footer */
.site-footer .footer-company-logo li {
    padding: 0 15px;
    border-right: 1px solid #e0e0e0;
}

.site-footer .footer-company-logo {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.site-footer .footer-company-logo li:first-child {
    padding-left: 0;
}

.site-footer .footer-company-logo li:last-child {
    border-right: 0px;
    padding-right: 0;
}

.site-footer .footer-company-logo img {
    width: auto;
    max-height: 21px;
    object-fit: contain;
    height: auto;
}

.footer-logo img {
    height: 33px;
    width: auto;
    object-fit: contain;
}

.footer-logo {
    margin-bottom: 25px;
}

.site-footer {
    background: #212121;
}

.site-footer .footer-descrption p {
    color: #fff;
    line-height: 30px;
}

.site-footer .footer-menu a {
    font-size: 16px;
    color: #bfbfbf;
    padding: 0px;
    display: inline-block;
    line-height: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.site-footer .footer-menu a:hover {
    color: #fff;
}

.footer-menu-list .footer-menu,
.footer-menu-list .footer-menu ul {
    gap: 25px;
}

.footer-menu-list .quick-links-wrp {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ffffff1a;
}

.footer-menu .footer-inner-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.site-footer .important-links ul li a {
    color: #02aed3;
    text-decoration: underline;
}

.contact-icon-box {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #02aed3;
}

.footer-contact-info p {
    color: #bfbfbf;
}

.site-footer .footer-contact-info .contact-text a {
    margin-top: 0;
    word-break: break-all;
}

.site-footer .footer-contact-info .contact-text {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.site-footer .footer-contact-info .contact-text:last-child {
    margin-bottom: 0;
}

.site-footer .footer-contact-info .footer-inner-title {
    margin-bottom: 5px;
}

.copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-content p {
    color: #bfbfbf;
    font-size: 14px;
}

.footer-copyright {
    background: #171717;
    padding: 20px 0;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-list img {
    height: 30px;
    width: 30px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.social-list img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

/* Home page */

/* hero section */
.hero-section {
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.hero-content p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}

.hero-content h1 span {
    color: #3a39ff;
    font-style: italic;
}

.hero-content .primary-btn {
    min-width: 320px;
}

/* hero section end*/

/* Our Features */
.our-features {
    background: #e8f5bc;
}

.features-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.our-features-list {
    display: flex;
    gap: 20px;
}

.features-box {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    flex: 1;
    transition:
        flex 0.3s ease,
        transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-content {
    padding: 20px;
}

.features-content p {
    margin-bottom: 10px;
    min-height: 122px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.aarow-box {
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3a39ff;
    position: absolute;
    right: 30px;
    bottom: -30px;
}

/* Our Features End*/

/* behind-print */
.behind-print {
    background: linear-gradient(180deg, #f8feff 0%, #fdedfe 100%);
}

.behind-print-video iframe {
    border-radius: 10px;
    display: block;
}

.behind-print-video {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

/* behind-print End*/

/* DTF Transfer Made */
.transfer-made-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5bc;
    margin: 0 auto 30px;
    padding: 10px;
}

.dtf-transfer-list .inner-title {
    margin-bottom: 5px;
}

.transfer-made-text p {
    max-width: 162px;
    margin: auto;
    line-height: normal;
}

.dtf-transfer-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.dtf-transfer-list .transfer-content:nth-child(2),
.dtf-transfer-list .transfer-content:nth-child(4) {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
}

.transfer-content {
    text-align: center;
}

.dtf-transfer-list .transfer-content:nth-child(2) .transfer-made-icon,
.dtf-transfer-list .transfer-content:nth-child(4) .transfer-made-icon {
    margin: 30px auto 0px;
}

.dtf-transfer-image {
    border: 1px dashed #02aed3;
    border-radius: 15px;
    height: 372px;
    width: 462px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 3px;
}

.dtf-transfer-image img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dtf-transfer-list .transfer-content:first-child,
.dtf-transfer-list .transfer-content:last-child {
    margin-top: -270px;
}

.transfer-made .section-head {
    margin-bottom: 50px;
}

.progress-line {
    position: absolute;
    left: -9px;
    top: 84px;
    z-index: -1;
}

/* DTF Transfer Made End*/

/* Why Choose Create Apparel? */
.why-choose {
    background: #f8feff;
}

.why-choose-point li {
    font-size: 16px;
    color: #282828;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}

.why-choose-point li::after {
    content: url("/assets/images/point-icon.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.why-choose-list {
    border: 1px solid #02aed3;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}

.why-choose-box {
    text-align: center;
    width: 33.33%;
    padding: 30px 25px;
    position: relative;
    border-top: 1px solid #02aed3;
}

.why-choose-box:nth-child(1),
.why-choose-box:nth-child(2),
.why-choose-box:nth-child(3) {
    border-top: 0;
}

.why-choose-box:after {
    position: absolute;
    right: -211px;
    top: 34px;
    width: 100%;
    height: auto;
    content: url("/assets/images/arrow-line.png");
}

.why-choose-box:nth-child(even)::after {
    content: url("/assets/images/arrow-line2.png");
    top: 61px;
}

.why-choose-box:nth-child(3)::after,
.why-choose-box:nth-child(6)::after,
.why-choose-box:nth-child(9)::after {
    content: unset;
}

.why-choose-box p {
    font-size: 14px;
}

.why-choose-box h3,
.why-choose-box a {
    font-size: 16px;
    color: #02aed3;
    font-weight: 500;
    margin: 15px 0 20px;
}

/* Why Choose Create Apparel? End */

/* testimonials */
.rating-wrap {
    display: flex;
    align-items: center;
}

.rating-wrap .rating-point {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 31px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 120px;
}

.rating-wrap .rating-point:before {
    color: #ffa800;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    font-size: 18px;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 2px;
    font-weight: 500;
}

.rating-wrap .rating-show {
    color: #ffa800;
    font-family: "Font Awesome 6 Free";
    left: 0;
    overflow: hidden;
    padding-top: 32px;
    position: absolute;
    top: 0;
}

.rating-wrap .rating-show:before {
    content: "\f005\f005\f005\f005\f005";
    font-size: 18px;
    font-weight: 900;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 2px;
}

.testimonials-box {
    border: 1px solid #bfbfbf;
    padding: 25px;
    border-radius: 10px;
}

.testimonials-box .profle-pic {
    height: 72px;
    width: 72px;
    min-width: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-box .profle-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonials-box .profile {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.testimonials-box .profile-content p {
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 400;
    margin-top: 3px;
}

.google-review-img img {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.testimonials .owl-nav {
    position: absolute;
    right: 0;
    top: -65px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonials .owl-nav button i {
    color: #02aed3;
    font-size: 22px;
}

.testimonials .owl-nav button.disabled {
    opacity: 0.5;
}

/* testimonials End*/

/* FAQ */
.faq-section {
    background: #f5f6fa;
    padding-inline-end: calc((100vw - 1335px) / 2);
}

.faq-content .accordion-button {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    box-shadow: unset;
    border-radius: 10px !important;
    padding: 20px;
}

.faq-content .accordion-item {
    margin-top: 20px;
    border: 0;
    border-radius: 10px;
}

.faq-content .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: unset;
}

.faq-content .accordion-body {
    padding: 0 20px 20px;
}

.faq-content .accordion-body p {
    color: #616161;
}

.faq-section .accordion-button::after {
    content: "\2b";
    background-image: none;
    font-family: "FontAwesome";
    color: #02aed3;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    transform: unset;
}

.faq-section .container {
    max-width: 100%;
}

.que-ans-img,
.que-ans-img img {
    height: 100%;
    object-fit: cover;
}

/* FAQ End*/

/* Newsletter */
.newsletter-info {
    border: 10px solid #02aed3;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

.newsletter-img-box {
    height: 100%;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.newsletter-img-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    height: 100%;
    background-color: #0000003b;
}

.newsletter-img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}

.newsletter-img-box .main-title {
    color: #fff;
}

.newsletter-content {
    max-width: 418px;
    margin: auto;
    padding: 110px 0;
}

.newsletter-content .main-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-content p {
    font-size: 20px;
    color: #908f8f;
    margin-bottom: 25px;
    text-align: center;
}

/* Newsletter End */
.login-form-box {
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    background: #ffffffd6;
    position: relative;
}

.login-form-box::after,
.login-form-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 94%;
    background: #ffffff9e;
    backdrop-filter: blur(20px);
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, 0);
    z-index: -1;
}

.login-form-box::before {
    bottom: -10px;
    border-radius: 0px 0px 10px 10px;
    top: unset;
}

.login-form-box h1 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.login-top-content,
.login-top-content img {
    margin-bottom: 50px;
}

.login-top-content img {
    height: 33px;
    object-fit: contain;
    width: auto;
}

.login-top-content p,
.remember-forgot label {
    color: #626262;
}

.remember-forgot label {
    margin-left: 10px;
    margin-bottom: 0;
}

.remember-forgot input {
    height: 20px;
    width: 20px;
    border-color: #d2d2d2;
    border-radius: 5px;
    margin: 0;
}

.remember-forgot .form-check-input:focus {
    box-shadow: unset;
}

.remember-forgot .form-check-input:checked {
    background-color: #3a39ff;
    border-color: #3a39ff;
}

.pass-eye-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login-form-box a {
    color: #02aed3;
}

.remember-forgot a {
    font-size: 14px;
}

.form-footer {
    margin-top: 50px;
}

.login-bg {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background-attachment: fixed;
}

.register .form-footer {
    margin-top: 20px;
}

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

.dot {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* contact us page */

.contact-form-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
}

.contact-img,
.contact-img img {
    height: 100%;
    border-radius: 10px;
}

.contact-us-detail {
    padding: 50px 40px;
    border: 1px solid #02aed3;
    background: linear-gradient(179.43deg, #ffffff 5.42%, rgba(193, 233, 244, 0) -34.8%, #f0fcff 105.44%);
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    overflow: hidden;
}

.company-address .main-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.company-address-box {
    border: 1px solid #e0e0e0;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}

.address-content .inner-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.company-address-box .contact-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5bc;
}

.company-address-box .icon-with-text {
    display: flex;
    gap: 20px;
}

.public-holiday {
    font-size: 16px;
    color: #000000;
    padding: 8px 15px;
    border-radius: 10px;
    background: #ecfcff;
}

.address-content-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.company-address-box .icon-with-text a {
    color: #000;
    font-size: 16px;
}

.company-address-box .icon-with-text p {
    margin-bottom: 6px;
}

.adress-column:first-child .address-content {
    border-right: 1px solid #e0e0e0;
    padding-right: 40px;
}

.company-enquiries a {
    color: #02aed3;
    font-weight: 600;
}

.company-enquiries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.contact-map {
    margin-top: 30px;
}

.contact-map iframe {
    border-radius: 10px;
    display: block;
}

.share-social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a39ff;
}

.share-social {
    display: flex;
    gap: 20px;
}

/* Product page */
.build-gangsheet-box {
    background: #FFFFFF;
    padding: 30px 15px;
    border-radius: 20px;
}

.build-gangsheet-box .primary-btn {
    margin-top: -30px;
}

.build-gangsheet-box img {
    height: 195px;
    object-fit: contain;
    width: 100%;
}

.build-gangsheet-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    min-height: 48px;
    margin-bottom: 0;
}

.product-detail-box {
    border: 1px solid #FFFFFF33;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
}

.table-error-box label {
    font-size: 14px;
    color: #637381;
}

.delete-icon.primary-btn {
    border-color: #DD4C4C;
    color: #DD4C4C;
    background-color: transparent;
}

.delete-icon.primary-btn:hover {
    background-color: #DD4C4C;
    color: #fff;
}

.product-info-list ul {
    max-height: 294px;
    overflow: auto;
}

.product-info-list .form-check-input {
    margin-top: 3px;
    border-color: #000000;
    border-radius: 2px;
    box-shadow: unset;
}

.product-info-list .form-check-input:checked {
    background-color: #3a39ff;
    border-color: #3a39ff;
}

.product-info-list ul li {
    background: #919EAB17;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: start;
    gap: 15px;
    margin-top: 20px;
}

.product-info-list ul li:first-child {
    margin-top: 0;
}

.product-info-list ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3px;
}

.prodict-size-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.prodict-size-info span {
    margin-right: 10px;
}

.product-info-list .produc-quatity span {
    min-width: auto;
    margin-right: 5px;
}

.product-info-list ul li span {
    min-width: 85px;
    color: #637381;
    display: inline-block;
}

.product-main-content {
    padding: 30px 0;
    background-color: #919EAB14;
}

.products-listing-wrp {
    background: #edeff1;
    padding: 30px 0;
}

.products-listing-wrp .why-choose-point ul {
    column-count: 3;
    column-rule: 1px solid #919EAB29;
    column-gap: 40px;
}

.product-page .about-banner {
    display: none;
}

.auto-builder-info {
    padding: 85px 50px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.builder-fix-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.builder-fix-shape,
.builder-fix-shape img {
    height: 100%;
}

.auto-builder-info .builder-img {
    position: relative;
    z-index: 1;
}

.drop-your-file {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
}

.drop-your-content .main-title {
    margin-bottom: 30px;
}

.drop-your-content .why-choose-point li {
    margin-top: 25px;
}

.visit-for-help {
    font-size: 16px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    background: #edfafd;
    width: max-content;
    margin-top: 30px;
    font-weight: 500;
}

.visit-for-help a {
    font-weight: 700;
    color: #02aed3;
    text-decoration: underline;
}

.drop-file-img {
    position: relative;
}

.drop-file-img img {
    height: auto;
    max-width: 323px;
    width: 100%;
}

.drop-vector-image {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
}

.drop-vector-image img {
    max-width: 100%;
}

.drop-file-img a {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

.drop-file-img a:first-child {
    text-align: end;
    margin-bottom: 15px;
}

.gradient-bg {
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(240, 247, 255, 1) 50%,
            rgba(255, 255, 255, 1) 100%);
}

.price-table-head {
    background: #919EAB29;
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
    color: #637381;
    font-weight: 500;
}

.product-page table tr th,
.product-page table tr td {
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    border-style: dashed;
}

/* .product-page table tr:nth-child(odd) td {
    background-color: #edfcff;
} */

.product-page table tr:last-child td {
    border-bottom: 0;
}

.product-page table tr th {
    padding: 10px 20px;
    color: #02aed3;
}

.product-page table tr td {
    padding: 20px;
    color: #000000;
}

.product-page .table-responsive {
    border: 1px solid #919EAB1F;
    border-radius: 10px;
}

.dropzone-file-box {
    background: #919EAB1F;
    border: 1px dashed #637381;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.file-upload-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 0 auto 20px;
}

.price-meter-wrp .dropzone-file-box p {
    font-size: 22px;
    font-weight: 700;
}

.fileupload {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.fileupload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fileupload span {
    cursor: pointer;
}

.upload[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.price-meter-wrp .progress-bar {
    background-color: #4dad6a;
}

.price-meter-wrp .progress {
    margin-top: 30px;
    height: 15px;
    background-color: #efefef;
}

.product-info-table {
    margin-top: 30px;
}

.product-page .product-info-table table tr th {
    background-color: #e8f5bc;
}

.product-page .product-info-table table tr th,
.product-page .product-info-table table tr td {
    border-right: 1px solid #b7b5b5;
}

.product-page .product-info-table table tr td {
    background: #fff !important;
}

.product-page .product-info-table table tr td:last-child,
.product-page .product-info-table table tr th:last-child {
    border-right: 0;
}

.product-info-table .delete {
    color: #ff1212;
}

.product-page .product-info-table table tr:nth-child(odd) td {
    background-color: unset;
}

.product-info-table table td strong {
    color: #3a39ff;
    font-weight: 600;
    min-width: 100px;
    display: inline-block;
}

.product-info-table table td p {
    font-size: 14px;
}

.product-info-table table input {
    border-radius: 2px;
}

.table-error-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: start;
}

.table-error-box .error {
    font-size: 16px;
    margin-top: 5px;
}

/* rolling canvas page */

.dropzone-file-box .file-name {
    font-size: 16px;
    color: #02aed3;
    font-weight: 400;
}

.rolling-canvas-box {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
}

.rolling-canvas-box .dropzone-file-box {
    background: linear-gradient(264.88deg, #fff4f9 0%, #ecfcff 100%);
    padding: 50px;
}

.rolling-canvas-box .fileupload {
    margin: 30px 0;
}

.rolling-canvas-box .file-upload-content {
    max-width: 471px;
    margin: auto;
}

.uploadfile-geliery {
    background: #ffffff;
    padding: 16px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 40px;
}

.uploadfile-geliery li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    cursor: pointer;
}

.multiple-img-head {
    margin-bottom: 15px;
}

.multiple-img-head {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.multiple-img-head .form-check-input {
    width: 25px;
    height: 26px;
    border-color: #cbcbcb;
    border-radius: 5px;
    margin-top: 0;
    box-shadow: unset;
}

.multiple-img-head .form-check-input:checked {
    background-color: #02aed3;
    border-color: #02aed3;
}

.multiple-img-head label {
    margin-bottom: 0;
}

.multiple-img-head .check-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.multiple-img-head input {
    border: 1px solid #c3c3c3;
    color: #484848;
    border-radius: 5px;
    box-shadow: unset;
    outline: 0;
    padding: 1px 6px;
    max-width: 60px;
}

.multiple-img-head .form-control {
    background: #f9f9f9;
}

.canvas-multiple-info {
    border: 1px solid #b7b5b5;
    background: #edf7fa;
    padding: 50px 30px;
    border-radius: 10px;
}

.canvas-img-box {
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 173px;
    min-width: 150px;
    padding: 15px;
    overflow: hidden;
}
.canvasfile-name{
    width: 150px;
    min-width: 150px;
}

.canvas-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.multiple-images-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.multiple-images-content {
    width: 100%;
}

.image-info-head {
    display: flex;
    gap: 15px;
}

.image-info-head label {
    margin-bottom: 6px;
}

.multiple-images-content .select-box input {
    border: 1px solid #cbcbcb;
    color: #000;
    border-radius: 4px;
    box-shadow: unset;
    outline: 0;
    padding: 7px 10px;
    min-width: 91px;
    max-width: 91px;
}

.quantity-box {
    padding: 6px 13px;
    background: #02aed3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: 88px;
    justify-content: space-between;
}

.quantity-box button,
.qty-count {
    font-size: 20px;
    color: #fff;
    background: none;
    padding: 0;
    border: 0;
    line-height: normal;
}

.qty-count input {
    width: 100%;
    background: none;
    text-align: center;
    border: 0;
    padding: 0;
    color: #fff;
    outline: 0;
}

.qty-count input[type="number"]::-webkit-inner-spin-button,
.qty-count input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-count input[type="number"] {
    -moz-appearance: textfield;
}

.qty-count {
    font-size: 16px;
}

.quantity-select label {
    visibility: hidden;
}

.multiple-images-content .select-box select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.multiple-images-content .image-info-head .select-box {
    display: flex;
    align-items: center;
    gap: 2px;
}

.multiple-images-content .image-info-head .select-box span {
    font-size: 15px;
}

.button-with-checkbox a,
.button-with-checkbox button {
    border: 1px solid #0067ff;
    font-size: 14px;
    color: #0067ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    min-width: 106px;
    text-align: center;
    width: max-content;
    background-color: transparent;
}

.button-with-checkbox {
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.button-with-checkbox .form-check .form-check-input {
    width: 20px;
    height: 19px;
    border-radius: 2px;
    border-color: #bebebe;
    margin-top: 0;
    box-shadow: unset;
}

.button-with-checkbox .form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}

.button-with-checkbox .form-check label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.button-with-checkbox .form-check-input:checked {
    background-color: #1fb4e3;
    border-color: #1fb4e3;
}

.button-with-checkbox .remove-btn {
    background: #ff1212;
    border-color: #ff1212;
    color: #fff;
}

.canvas-inner-title {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}

.round-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.previews-head {
    margin-bottom: 40px;
}

.radio-select-box {
    border: 1px solid #cbcbcb;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-select-box label,
.radio-select-box span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.radio-select-box input {
    height: 23px;
    width: 23px;
}

.radio-select-input {
    display: flex;
    gap: 10px;
}

.preview-chart-box {
    border: 1px solid #cbcbcb75;
    border-radius: 5px;
    height: 100%;
}

.preview-canvas-list {
    padding: 20px;
    min-height: 204px;
}

.preview-canvas-footer {
    border-top: 1px solid #cbcbcb75;
    text-align: center;
    padding: 15px;
}

.preview-canvas-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.preview-canvas-list li {
    border: 1px solid #1fb4e3;
    width: 77px;
    height: 77px;
    overflow: hidden;
}

.preview-canvas-list li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.canvas-button-group {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.canvas-button-group .primary-btn {
    padding: 14px 20px;
    min-width: 178px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: unset;
}

.canvas-button-group .back-btn.primary-btn {
    border: 1px solid #000000;
    color: #000;
    background-color: #fff;
}

.canvas-button-group .back-btn.primary-btn:hover {
    background-color: #3a39ff;
    border-color: #3a39ff;
    color: #fff;
}

.fileupload-box {
    width: 234px;
    height: 234px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #f6fbe8;
    margin: 50px auto;
    justify-content: center;
}

.uploadmultiple-image-blank p {
    font-size: 18px;
    color: #8f8f8f;
}

.uploadmultiple-image-blank {
    border: 1px solid #b7b5b5;
}

.canvas-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.apply-canvas-box {
    padding: 25px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    gap: 30px;
}

.apply-canvas-imgbox {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 25px 15px;
    border-radius: 10px;
    min-width: 172px;
    width: 172px;
}

.apply-canvas-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: lightgrey;
}

.apply-content-top {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    max-width: 300px;
}

.apply-canvas-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
}

.apply-canvas-content ul li:first-child {
    margin-top: 0;
}

.apply-quantity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apply-quantity select,
.apply-quantity input {
    font-size: 16px;
    color: #000000;
    padding: 9px 18px;
    border-radius: 4px;
    background: #c6d6db42;
    outline: 0;
    border: 0;
    max-width: 80px;
}

.apply-canvas-btngroup {
    display: flex;
    gap: 20px;
}

.apply-canvas-btngroup .primary-btn {
    min-width: 112px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #1fb4e3;
    border-color: #1fb4e3;
    text-transform: unset;
    padding: 8px 20px;
    font-weight: 400;
}

.apply-canvas-btngroup .primary-btn:hover {
    color: #fff;
}

.apply-canvas-btngroup .delete-btn.primary-btn {
    border-color: #ff1212;
    color: #ff1212;
    background: none;
}

/* About us page */

.creating-box {
    border: 1px solid #02aed3;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    margin-left: -1px;
}

.creating-box .creating-icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f5bc;
    margin-bottom: 20px;
}

.creating-box a {
    font-size: 18px;
    color: #02aed3;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.reason-comtent-list li {
    background: #ffffff;
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}

.reason-comtent-list li p {
    font-size: 15px;
}

.reason-comtent-list li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.reason-comtent-list li::after {
    content: url(/assets/images/point-icon.png);
    position: absolute;
    left: 20px;
    top: 21px;
    height: auto;
}

.reason-for-choosing {
    background: linear-gradient(0deg, #eef9ec 0%, #faf1ef 100%);
}

.reason-for-choosing .section-head {
    margin-bottom: 50px;
}

.reason-comtent-list li:last-child {
    margin-bottom: 0;
}

.printing-box {
    background: #ffffff;
    padding: 50px;
    border-radius: 10px 10px 0 0;
}

.printing-inner-box {
    background: #029bd3;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.printing-inner-box .inner-title,
.printing-inner-box p {
    color: #fff;
}

.printing-column:nth-child(2) .printing-inner-box {
    background: #a3d275;
}

.custom-printing-content .main-title,
.custom-printing-content p {
    color: #fff;
}

.custom-printing-content .main-title span {
    color: #e8f5bc;
}

.custom-printing-content .main-title {
    margin-bottom: 30px;
}

.custom-printing-content {
    position: relative;
    z-index: 1;
    text-align: end;
}

.custom-printing-design {
    border-radius: 10px;
    position: relative;
    height: 607px;
    padding: 160px;
}

.custom-printing-design::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(283.57deg, rgba(0, 0, 0, 0.7) -3.85%, rgba(0, 0, 0, 0) 137.3%);
    border-radius: 10px;
}

/* wallet plan page */
.shiping-cal-box {
    border: 1px solid #02aed3;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
    background-color: #E8F5BC;
}
.shiping-cal-box .plans-desc{
  padding: 0;
}

.shiping-cal-box .price-text {
    font-weight: 700;
    font-size: 40px;
    color: #0B0B0B;
}

.shiping-cal-box .plans-desc {
    font-size: 14px;
    color: #000000;
    margin-top: 30px;
}

.shiping-cal-box .plans-fiximg img {
    position: absolute;
    right: 15px;
    top: 43px;
    width: 72px;
    z-index: 1;
}

.affordable-info {
    padding: 50px;
    border-radius: 10px;
}

.plans-box {
    border: 1px solid #02aed3;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.mtr-text {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.plans-box .price-text {
    font-size: 40px;
    font-weight: 700;
    color: #02aed3;
    margin-bottom: 15px;
}

.plans-box .plan-price-box {
    padding: 6px 16px;
    background: #02aed340;
    width: max-content;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
}

.plans-box .plans-desc p {
    font-size: 14px;
}

.plans-box .plans-desc {
    border-top: 1px solid #02aed3;
    margin-top: 20px;
    padding: 30px 0;
}

.wallet-plans {
    background: linear-gradient(180deg, #f8feff 0%, #fdedfe78 100%);
}

.plans-box:hover {
    background: #02aed3;
    box-shadow: 0px 0px 20px 0px #0096b759;
    transition: all 0.5s;
}

.plans-box:hover .mtr-text,
.plans-box:hover .plans-desc p,
.plans-box:hover .price-text {
    color: #fff;
}

.plans-box:hover .plan-price-box {
    background: #ffffff40;
    color: #fff;
}

.plans-box:hover .plans-desc {
    border-color: #fff;
}

.plans-box:hover .primary-btn {
    background-color: #fff;
    color: #3a39ff;
}

.plans-fiximg img {
    position: absolute;
    right: 15px;
    top: 43px;
    width: 72px;
    z-index: 1;
}

.shipping-calculated-detail {
    padding: 0 50px;
    border-radius: 10px;
}

.order-calculated-img img {
    width: auto;
    height: 393px;
    object-fit: contain;
    margin-top: -23px;
}

.shipping-calculated-content {
    padding: 50px 0;
}

.choose-meter-content .content-box {
    border: 1px solid #02aed3;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.choose-meter-content .content-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #02aed3;
    margin-bottom: 15px;
}

.wallet-how-work {
    background: linear-gradient(180deg, #edf7fa 0%, rgba(255, 255, 255, 0) 100%);
}

.work-progress-list ul {
    display: flex;
    flex-wrap: wrap;
}

.work-progress-list li p {
    font-weight: 500;
}

.work-progress-list li {
    text-align: center;
    width: 25%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.workprogress-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px #0096b726;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.workprogress-icon img {
    max-width: 50px;
    object-fit: contain;
}

.work-progress-list ul li:nth-child(even) {
    flex-direction: column-reverse;
    margin-top: 75px;
}

.workprogress-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 82%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.work-content-box {
    text-align: center;
    border: 1px solid #02aed3;
    padding: 30px;
    border-radius: 10px;
    max-width: 1150px;
    margin: 50px auto auto;
}

.work-content-box span {
    font-weight: 700;
    color: #02aed3;
}

/* sample pack page */
.sample-pack-page .newsletter-img-box {
    background: #d9d9ff6b;
}

.samplepak-content .main-title {
    font-size: 25px;
    font-weight: 600;
}

.pack-price {
    font-size: 34px;
    font-weight: 400;
    color: #1c252e;
}

.samplepak-content .primary-btn,
.pack-desc {
    margin-top: 20px;
}

.samplepak-content p {
    font-size: 14px;
}

.packmsg-text p {
    color: #02aed3;
    margin-top: 25px;
}

.samplepak-content {
    padding: 60px;
}

/* ======================= after login page css ======================== */
.dash-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.with-border {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.left-menubar {
    width: 284px;
    position: fixed;
    left: 0;
    background-color: #fff;
}

.leftside-menu-list {
    padding-top: 30px;
    background-color: #232323;
    border-radius: 0 0px 50px 0;
}

.left-menubar ul {
    padding: 0px 25px 30px;
    height: calc(100vh - 264px);
    overflow: auto;
}

/* width */
.left-menubar ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.left-menubar ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.left-menubar ul::-webkit-scrollbar-thumb {
    background: #e8f5bc;
    border-radius: 10px;
}

.left-menubar ul li a {
    font-size: 16px;
    padding: 12px 17px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    color: #e2e2e2;
    margin-bottom: 25px;
    transition: all 0.5s;
}

.logout-wrp {
    padding: 30px 15px;
    text-align: center;
}

.logout-wrp a {
    font-size: 16px;
    font-weight: 600;
    color: #1c252e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.left-menubar li a svg path {
    stroke: #e2e2e2;
}

.left-menubar ul li .active,
.left-menubar ul li a:hover {
    background-color: #e8f5bc;
    color: #000000;
}

.left-menubar ul li .active svg path,
.left-menubar ul li a:hover svg path {
    stroke: #000;
}

.main-body-content {
    height: calc(100vh - 145px);
    background-color: #fff;
    border-radius: 50px 0 0 0;
    padding: 60px;
    overflow: auto;
    border-top: 1px solid #f1f1f1;
}

.main-content {
    background: #232323;
    margin-left: 284px;
    /* border-top: 1px solid #f1f1f1; */
}

.dashboard-box-list {
    margin-bottom: 60px;
}

.dash-box {
    padding: 15px 30px;
    background: #e5f1fd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.dashbox-text p {
    font-size: 20px;
    color: #000;
}

.dashbox-text h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.dash-column:nth-child(2) .dash-box {
    background: #e5def0;
}

.dash-column:nth-child(3) .dash-box {
    background: #d6edd9;
}

.dash-column:nth-child(4) .dash-box {
    background: #f6f0d8;
}

.dash-column:nth-child(2) .dash-box svg path {
    stroke: #4700b559;
}

.dash-column:nth-child(3) .dash-box svg path {
    stroke: #5a909b;
}

.dash-column:nth-child(4) .dash-box svg path {
    stroke: #c9ba7d;
}

.invoice-download button,
.main-body-content table th,
.main-body-content table td {
    font-size: 14px;
}

.main-body-content table th {
    padding: 18px 30px;
    font-weight: 600;
    color: #637381;
    background-color: #f4f6f8;
}

.main-body-content table {
    width: 100%;
}

.main-body-content table td {
    padding: 24px 30px;
    color: #1c252e;
    border-bottom: 1px dashed #e0e0e0;
}

.main-body-content .table-responsive {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px;
    gap: 25px;
}

.rows-per-page,
.page-info {
    font-size: 14px;
    color: #1c252e;
}

.rows-per-page select {
    border: 0;
    margin-left: 20px;
    outline: 0;
}

.pagination-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pagination-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.pagination-buttons button:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.status-btn {
    padding: 4px 6px;
    color: #b76e00;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    background: #ffd63929;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
}

.delivered {
    color: #118d57;
    background: #dff4e5;
}

.cancelled {
    color: #9c2f23;
    background: #f0574729;
}

.inprogress {
    color: #637381;
    background: #919eab29;
}

.pending {
    color: #b76e00;
    background: #ff9a2329;
}

.action-dropdown button {
    background: none;
    border: 0;
    padding: 10px 0;
}

.action-dropdown .dropdown-menu {
    border: 1px solid #dddddd52;
    padding: 0;
}

.action-dropdown .dropdown-item {
    font-size: 14px;
    color: #3f3f3f;
    padding: 10px 20px;
}

.invoice,
.action-dropdown .dropdown-item.invoice {
    color: #02aed3;
}

.delete,
.action-dropdown .dropdown-item.delete {
    color: #f05747;
}

.action-dropdown .dropdown-item svg {
    margin-right: 10px;
}

.action-dropdown .dropdown-item.active,
.action-dropdown .dropdown-item:active {
    background-color: unset;
}

.my-prifile-circle {
    height: 144px;
    width: 144px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #919eab33;
    padding: 7px;
    margin-bottom: 40px;
    overflow: hidden;
}

.my-information-wrp form select {
    appearance: auto;
}


.my-information-wrp form select {
    appearance: auto;
}


.my-information-wrp form select {
    appearance: auto;
}


.my-information-wrp form select {
    appearance: auto;
}


.my-information-wrp form select {
    appearance: auto;
}


.my-information-wrp form select {
    appearance: auto;
}

.my-information-wrp form select {
    appearance: auto;
}

.my-information-wrp form select {
    appearance: auto;
}

.my-information-wrp form select {
    appearance: auto;
}

.my-information-wrp form select {
    appearance: auto;
}

.prifile-picture {
    background: #919eab14;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #919eab;
    flex-direction: column;
    gap: 5px;
}

.prifile-picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dash-btn {
    padding: 8px 36px;
    background-color: #02aed3;
    border: 1px solid #02aed3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s;
}

.dash-btn:hover {
    background: none;
    color: #02AED3;
}

.dash-btn:hover {
    background: none;
    color: #02AED3;
}

.dash-btn:hover {
    background: none;
    color: #02AED3;
}

.dash-btn:hover {
    background: none;
    color: #02AED3;
}

.dash-btn:hover {
    background: none;
    color: #02AED3;
}

.dash-btn:hover {
    background: none;
    color: #02aed3;
}

.dash-btn:hover {
    background: none;
    color: #02aed3;
}

.dash-btn:hover {
    background: none;
    color: #02aed3;
}

.dash-btn:hover {
    background: none;
    color: #02aed3;
}

.dash-btn:hover {
    background: none;
    color: #02aed3;
}

.action-edit li .edit-text {
    color: #3f3f3f;
}

.action-edit {
    display: flex;
    align-items: center;
    gap: 30px;
}

.action-edit li a {
    display: flex;
    align-items: center;
}

.wallet-main-blnc .balance-text p {
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 4px;
}

.table-tabs {
    gap: 15px;
}

.wallet-main-blnc .balance-text h2 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.wallet-main-blnc {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    /* width: 500px */
}

.table-tabs {
    margin-bottom: 20px;
}

.table-tabs button {
    padding: 8px 36px;
    border: 1px solid #02aed3;
    color: #02aed3;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s;
    background-color: transparent;
}

.table-tabs button.active,
.table-tabs button:hover {
    background-color: #02aed3;
    color: #fff;
}

.wallet-history-head {
    padding: 50px 70px;
    background: linear-gradient(0deg, #e8f9ff 0%, #ffffff 55.34%);
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.main-balance-detail h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-balance-detail p {
    font-size: 16px;
    color: #4f4f4f;
}

.invoice-download a,
.invoice-download button {
    color: #02aed3;
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: 0;
}

.invoice-download svg {
    margin-right: 12px;
}

.subscriptions-myplan h3 {
    font-size: 18px;
    color: #1c252e;
    font-weight: 400;
    margin-bottom: 5px;
}

.subscriptions-myplan p {
    font-size: 14px;
    color: #787878;
    margin-bottom: 15px;
}

.subscriptions-planbox {
    background: #e8f5bc38;
    border: 1px solid #d1d1d1;
    padding: 20px;
    border-radius: 10px;
}

.subscriptions-planbox h3 {
    margin-bottom: 10px;
}

.subscriptions-planbox span {
    font-size: 14px;
    color: #009cda;
}

.subscriptions-myplan .button-group {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.button-group .manage-plan {
    background-color: #dfe3e8;
    color: #242020;
    border-color: #dfe3e8;
}

.search-group {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.subscriptions-myplan {
    margin-bottom: 40px;
}

.search-group a {
    display: flex;
    align-items: center;
    min-width: 182px;
}

.search-group .form-group {
    width: 100%;
}

.card-spaceing {
    padding: 0px 60px 60px;
}

/* ================== how to order ================== */
.how-to-press {
    background: #f0f6ff;
}

.press-icon {
    height: 77px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-bottom: 10px;
}

.press-box .inner-title,
.press-box p {
    color: #fff;
}

.press-box {
    padding: 30px;
    border-radius: 10px;
    background: #029bd3;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.press-column:nth-child(2) .press-box {
    background: #a3d275;
}

.press-column:nth-child(3) .press-box {
    background: #75d2a0;
}

.press-box .shape-fiximg {
    position: absolute;
    top: 0;
    right: 0;
}

.press-box .shape-fiximg,
.press-box .shape-fiximg img {
    height: 100%;
}

.use-auto-builder iframe {
    display: block;
    border-radius: 19px;
}

.order-info-img {
    padding: 50px;
    border-radius: 31px;
    background-color: #e8f5bc;
}

.order-content-wrp p {
    font-size: 14px;
    color: #747474;
    line-height: 25px;
}

.order-text-with-image:first-child {
    padding-top: 0;
}

.order-text-with-image:nth-child(even) .row {
    flex-direction: row-reverse;
}

.order-text-with-image:nth-child(even) .order-info-img {
    background-color: #02aed314;
}

.order-body-content {
    position: relative;
    overflow: hidden;
}

.shap-fiximg {
    position: absolute;
    top: 20px;
    left: 30px;
}

.order-text-with-image:nth-child(3) .shap-fiximg {
    right: -350px;
    left: unset;
    top: 100px;
}

.order-text-with-image:nth-child(5) .shap-fiximg {
    left: 40%;
    top: 10px;
}

.order-text-with-image:nth-child(5) .shap-fiximg img {
    width: 215px;
}

/* ===================== thank you ================= */
.thankyou-content .primary-btn {
    margin-top: 30px;
}

.thankyou-content p {
    color: #847c7c;
}

.thankyou-content img {
    max-height: 460px;
    object-fit: contain;
}

.content-wrp-bg {
    position: absolute;
    width: 100%;
    top: 142px;
}

.page-not-found .content-wrp-bg {
    z-index: -1;
}

/* ================== terms and condition =================== */

.terms-condition-body h1,
.terms-condition-body h2,
.terms-condition-body h3,
.terms-condition-body h4,
.terms-condition-body h5,
.terms-condition-body h6 {
    font-weight: 700;
    color: #02aed3;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.terms-condition-body h1,
.terms-condition-body h2,
.terms-condition-body h3,
.terms-condition-body h4,
.terms-condition-body h5,
.terms-condition-body h6,
.terms-condition-body p,
.terms-condition-body li {
    font-size: 16px;
}

.terms-condition-body li {
    list-style: disc;
}

.terms-condition-body ul {
    padding-left: 20px;
}

/* ==================== cart ================ */

.cart-heading {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.cart-box {
    border: 1px solid #dfe3e8;
    padding: 25px;
    border-radius: 20px;
    background-color: #fff;
}

.product-info-box h2 {
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-height {
    font-size: 14px;
    color: #868686;
}

.remove-all-btn {
    font-size: 16px;
    color: #dd4c4c;
    font-weight: 600;
    background: transparent;
    padding: 0;
    border: 0;
}

.remove-button {
    font-size: 16px;
    color: #dd4c4c;
    font-weight: 600;
    background: #f0574724;
    border-radius: 5px;
    padding: 12px 26px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.remove-button:hover {
    background: none;
    border-color: #f0574724;
}

.product-info-box .tag-line {
    font-size: 16px;
    margin-bottom: 0;
}

.product-info-box {
    margin-bottom: 30px;
}

.cart-product-wrp {
    padding-right: 50px;
    border-right: 1px solid #eaeaea;
}

.cart-second-title {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.update-qnty {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 26px;
    border: 1px solid #000000;
    transition: all 0.5s;
    background: none;
}

.update-qnty:hover {
    background: #000;
    color: #fff;
}

.update-quantity-head .cart-second-title {
    color: #02aed3;
    margin-top: 10px;
}

.update-quantity-head p {
    font-size: 14px;
    font-weight: 500;
}
.update-quantity-head .dtf-price{
    font-size: 18px;
    color: #02aed3;
    margin-top: 10px;
}

.update-quantity-head .dtf-price span{
    font-size: 16px;
    font-weight: normal;
    color: #010101;
    margin-left: 5px;
}

.cart-payment-box,
.upgrade-wallet {
    padding: 30px;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    background-color: #02aed321;
    padding: 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #02aed321;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

.radio-toolbar label span {
    font-size: 16px;
    color: #010101;
    font-weight: 500;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #e8f5bc8a;
    border-color: #9ec51d;
}

.radio-toolbar {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 30px;
    margin-top: 35px;
}

.payment-select-box {
    width: 100%;
}

.wallet-ballance-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.wallet-ballance-list ul p {
    font-size: 14px;
    color: #676767;
    font-weight: 400;
    margin-bottom: 8px;
}

.cart-right-side,
.checkout-order-box {
    position: sticky;
    top: 20px;
}

.choose-shooping-method h3 {
    font-size: 18px;
    font-weight: 500;
    color: #010101;
}

.choose-shooping-method .form-check {
    margin-top: 20px;
    padding-left: 0;
}

.choose-shooping-method input[type="radio"] {
    display: none;
}

.choose-shooping-method label {
    background-color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.choose-shooping-method input[type="radio"]:checked+label {
    background-color: #e8f5bc;
    border-color: #000000;
}

.choose-shooping-method textarea.form-control::placeholder {
    color: #a0a0a0;
}

.total-box {
    margin-top: 30px;
    background: #e0f4f942;
}

.total-box table {
    margin-bottom: 30px;
}

.cart-total h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.cart-total th {
    text-align: end;
}

.cart-total th,
.cart-total td {
    font-size: 14px;
    color: #000;
    padding-bottom: 4px;
}

.cart-vector-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: -1;
}

.cart-page .cart-vector-img {
    top: 297px;
    transform: unset;
}

.cart-box .tag-line {
    font-size: 16px;
}

.wallet-meters-select label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.wallet-meters-select label span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.wallet-metters-box {
    background: #1fb4e317;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wallet-metters-box img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    object-fit: contain;
    width: 100px;
}

.wallet-metters-box h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

.wallet-metters-box .metters-price {
    font-size: 14px;
    color: #23acd4;
    margin-bottom: 10px;
}

.upgrade-wallet .product-page table tr th {
    background: #b6cdd654;
}

.upgrade-wallet .product-page table tr th,
.upgrade-wallet .product-page table tr td {
    padding: 15px 35px;
    font-size: 16px;
    color: #000;
}

.upgrade-wallet .product-page table tr:nth-child(odd) td {
    background-color: #fff;
}

.upgrade-wallet .product-page table tr td {
    border-right: 1px solid #e0e0e0;
    border-color: #e0e0e0;
    border-style: solid;
}

.upgrade-wallet .product-page table tr td:last-child {
    border-right: 0;
}

.upgrade-wallet .product-page .table-responsive {
    border-color: #e0e0e0;
    border-radius: 20px;
}

.wallet-meters-select .form-check:first-child {
    margin-top: 0;
}

.upgrade-wallet .update-quantity-head {
    margin-bottom: 20px;
}

/* ============= checkout ================== */
.checkout-left-side .cart-box {
    padding: 30px;
    margin-bottom: 30px;
}

.delivery-method-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 20px 0 30px;
}

.checkout-page .delivery-method-list .form-check {
    margin-top: 0;
}

.delivery-method-list.choose-shooping-method label {
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.delivery-method-list.choose-shooping-method input[type="radio"]:checked+label {
    border-color: #d1d1d1;
}

.payment-method-box .delivery-method-list.choose-shooping-method label {
    height: 70px;
    font-size: 20px;
    color: #908f8f;
    font-weight: 400;
}

.payment-method-box .delivery-method-list label img {
    max-height: 41px;
    width: auto;
    object-fit: contain;
}

.order-product-box {
    background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #e8f9ff 100%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.order-product-box img {
    max-height: 256px;
    object-fit: contain;
    width: auto;
}

.checkout-order-box .cart-heading {
    margin-bottom: 25px;
}

.about-of-product ul {
    background: #dbf2f6;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.about-of-product ul li {
    font-size: 14px;
    color: #000000;
}

.checkout-order-box {
    background-color: #F7F8F9;
    border-radius: 16px;
    padding: 30px;
}

.checkout-order-box .cart-total th,
.checkout-order-box .cart-total td {
    padding-bottom: 10px;
}

.checkout-order-box .cart-total {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.checkout-order-box .primary-btn:hover svg path {
    stroke: #3a39ff;
}

.checkout-order-box .form-check label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #908f8f;
    margin-left: 15px;
}

.checkout-order-box .form-check label span {
    color: #3772ff;
}

.checkout-order-box .form-check {
    margin-top: 40px;
}

.checkout-order-box .form-check .form-check-input {
    height: 24px;
    width: 24px;
    border-color: #c2c2c2;
    border-radius: 5px;
    box-shadow: unset;
}

.your-order-list {
    max-height: 568px;
    overflow: auto;
    padding-right: 20px;
}

.your-order-list li {
    padding: 20px 0px;
    border-bottom: 1px solid #919EAB47;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.checkout-inner-title {
    font-size: 18px;
    font-weight: 600;
    color: #1C252E;
}


.your-order-list li:last-child {
    border-bottom: 0;
}

.your-order-list li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}

.your-order-list li .order-text p {
    font-size: 14px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-box-content p,
.checkout-box-content td,
.checkout-box-content th {
    font-size: 14px;
    color: #637381;
    font-weight: 400;
}

.checkout-box-content td {
    text-align: end;
    color: #1C252E;
}

.checkout-box-content td,
.checkout-box-content th {
    padding: 7px 0;
}

.checkout-box-content table tr hr {
    margin: 8px 0;
}

.checkout-box-content tr:last-child td,
.checkout-box-content tr:last-child th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.product-size p {
    font-weight: 600;
    color: #dd4c4c;
}

.metre-purchase-wrp,
.shipping-method-wrp {
    margin-bottom: 20px;
}

.shipping-method-wrp p {
    color: #38BB5D;
}

.include-text {
    font-size: 12px;
}

.checkout-page .checkout-order-box .form-check label {
    margin: 0;
}

.checkout-page .checkout-order-box .tag-line {
    font-size: 16px;
}

.checkout-page .checkout-order-box .payment-method-box {
    margin-top: 25px;
}

.delevery-add-select {
    background: #F7F8F9;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    gap: 8px;
}

.delevery-add-select h3,
.delevery-add-select p {
    font-size: 12px;
}

.delevery-add-select p {
    margin-top: 3px;
    color: #637381;
}

.delevery-add-select h3 {
    font-weight: 600;
    color: #000000;
}

.delevery-add-select .form-check-input {
    margin: 0;
    border-color: #637381;
    box-shadow: unset;
}

.delevery-add-select .form-check-input:checked,
.form-check-input.check-field:checked {
    background-color: #23ACD4;
    border-color: #23ACD4;
}

.form-check-input.check-field {
    height: 20px;
    width: 20px;
    border-color: #BFBFBF;
    border-radius: 5px;
    box-shadow: unset;
    outline: 0;
    margin-top: 0;
}

.checkout-page .checkout-left-side {
    border-right: 1px solid #919EAB47;
    padding-right: 40px;
}

.checkout-page .checkout-order-box {
    margin-left: 15px;
}


/* ================ FAQ ============== */

.faq-list {
    background: #f5f6fa;
}

.faq-list .tag-line {
    text-transform: uppercase;
    margin-bottom: 0;
}

.faq-list .accordion {
    margin-top: 50px;
}

.faq-list .accordion-item {
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
}

.faq-list .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: unset;
    line-height: 26px;
    gap: 20px;
}

.faq-list .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: unset;
    color: #000;
}

.faq-list .accordion-body {
    margin: 0 30px;
    padding: 25px 0 30px;
    border-top: 1px solid #bfbfbf;
}

.faq-list .accordion-body p {
    color: #616161;
}

.faq-list .accordion-button::after {
    content: "\f067";
    background-image: none;
    font-family: "FontAwesome";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e8f5bc;
    color: #02aed3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.faq-list .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}

.faq-count {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #02aed3;
    font-size: 25px;
    color: #02aed3;
    font-weight: 500;
}

/* ================= invoice ============= */

.invoice-content-box {
    padding: 50px;
    border-radius: 10px;
    background: #ffffff;
}

.invoice-logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.invoice-logo .inner-title {
    font-weight: 400;
    margin-bottom: 0;
}

.invoice-head {
    gap: 15px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 40px;
}

.invoice-head p {
    font-size: 20px;
    color: #b0b0b0;
}

.invoice-info-box a {
    display: block;
    margin-top: 15px;
    line-height: normal;
}

.invoice-date-head p,
.invoice-info-box a {
    font-size: 20px;
    color: #000000;
}

.invoice-date-head .due-date p {
    color: #e90909;
}

.invoice-date-head {
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 40px;
}

.invoice-info-box {
    padding: 0px;
    border-radius: 10px;
    background: #def5f9;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.invoice-info-box img {
    max-width: 194px;
}

.address-text {
    margin-bottom: 30px;
}

.address-text p {
    color: #736b6b;
}

.invoice-info-box .box-content {
    padding: 30px 0px 30px 30px;
}

.invoice-info-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 8px;
    width: 94%;
    background: #def5f994;
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, 0);
    border: 1px solid #d7e8eb;
}

.invoice-column:nth-child(2) .invoice-info-box::after {
    background: #f2f9da;
    border-color: #e4eacf;
}

.invoice-column:nth-child(2) .invoice-info-box {
    background: #f2f9da;
}

.invoice-content-box .product-info-data {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}

.invoice-content-box .product-info-data table th,
.invoice-content-box .product-info-data table td {
    padding: 22px 50px;
    color: #000000;
    text-align: center;
}

.invoice-content-box .product-info-data table th {
    font-size: 18px;
    font-weight: 400;
}

.invoice-content-box .product-info-data table td {
    font-size: 16px;
    background: none;
}

.invoice-content-box .product-info-data table td:first-child,
.invoice-content-box .product-info-data table th:first-child {
    text-align: left;
}

.invoice-content-box .product-info-data table tr:nth-child(odd) {
    background: #f6f6f6;
}

.invoice-sub-total table {
    max-width: 400px;
    margin-left: auto;
    width: 100%;
    margin-right: 52px;
}

.invoice-sub-total table th {
    text-align: end;
}

.invoice-sub-total table th,
.invoice-sub-total table td {
    font-size: 18px;
    padding-bottom: 20px;
}

.invoice-sub-total table td {
    color: #868686;
}

/* ================== order-detail ================ */

.order-detail-page .order-head {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.order-number {
    margin-bottom: 30px;
}

.order-number h3,
.order-billing-box h3 {
    font-size: 18px;
    color: #1c252e;
    font-weight: 400;
    margin-bottom: 7px;
}

.order-billing-info .order-number p {
    color: #787878;
}

.order-billing-info p,
.order-billing-info a {
    font-size: 14px;
    color: #1c252e;
    transition: all 0.5s;
}

.order-billing-info a:hover {
    color: #02aed3;
}

.order-billing-box h3 {
    font-weight: 600;
}

.order-billing-box {
    background-color: #e8f1f3;
    padding: 30px;
    border-radius: 10px;
}

.order-billing-info .bill-name {
    color: #02aed3;
    font-weight: 500;
}

.order-billing-box ul li,
.order-billing-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-billing-box ul {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.order-billing-box.shipping-box {
    background-color: #f1f6dd;
}

.file-profile img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 10px;
    object-fit: cover;
}

.file-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.file-profile .file-name {
    max-width: 390px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.file-profile strong {
    white-space: nowrap;
}

/* ================ Client Staff Communications =============== */
.chat-header-content ul strong {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.chat-header-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    border-right: 1px solid #abc7cd;
    margin-right: 40px;
}

.header-column:last-child .chat-header-content ul {
    border: 0;
}

.chat-header-content ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.chat-header {
    background: #f4f6f8;
    padding: 30px 50px;
    border-radius: 20px 20px 0 0;
}

.staff-chat-box {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}

.chat-all-messages {
    max-height: 600px;
    overflow: auto;
    padding: 50px 50px 0;
}

/* width */
.chat-all-messages::-webkit-scrollbar {
    width: 4px;
    border-radius: 100px;
}

/* Track */
.chat-all-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}

/* Handle */
.chat-all-messages::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 100px;
}

/* Handle on hover */
.chat-all-messages::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.chat-usr-profile {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #626262;
    justify-content: end;
}

.chat-reply-msg .chat-usr-profile {
    justify-content: start;
}

.chat-usr-profile .user-picture {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
    overflow: hidden;
    font-weight: 700;
    color: #000;
}

.chat-usr-profile .user-picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.chat-text-box {
    background-color: #f6f6f6;
    border-radius: 0px 15px 0px 15px;
    padding: 15px;
    max-width: 50%;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
}

.chat-msg {
    margin-top: 15px;
    text-align: end;
}

.chat-reply-msg .chat-text-box {
    background-color: #ddf7fd;
}

.chat-reply-msg .chat-img-box {
    background-color: #ddf7fd;
}

.chat-reply-msg {
    text-align: start;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.chat-img-box {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px 10px 0px 10px;
    max-width: 256px;
    margin-left: auto;
}

.chat-reply-msg .chat-img-box {
    margin-right: auto;
    margin-left: unset;
}

.chat-img-box p {
    font-size: 14px;
}

.chat-img-box img {
    width: 100%;
    max-height: 116px;
    object-fit: cover;
    margin-bottom: 10px;
}

.chat-img-box .download-img {
    background: none;
    border: 0;
    padding: 0;
}

.chat-type-box {
    padding: 0 50px 50px;
}

.chat-type-box .form-group {
    position: relative;
}

.chat-type-box .primary-btn {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 20px;
}

.chat-type-box .fileupload.primary-btn {
    background-color: #02aed3;
    border-color: #02aed3;
}

.chat-type-box .fileupload.primary-btn:hover {
    background: none;
}

.chat-type-box .fileupload.primary-btn:hover svg path {
    stroke: #02aed3;
}

.chat-type-box .msg-send-btn.primary-btn {
    right: 20px;
    left: unset;
}

.chat-type-box .form-control {
    padding: 20px 70px;
    background: #f5f7f9;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
}

.chat-type-box input::placeholder {
    color: #626262;
}

.chat-type-box .msg-send-btn.primary-btn:hover svg path {
    fill: #3a39ff;
}

/* =============wallet cart============ */
.meter-price-content p {
    font-size: 14px;
}

.meter-price-content strong {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.meter-price-content .gst-text {
    font-size: 16px;
}

.wallet-cart-page .choose-shooping-method .form-check img {
    max-height: 30px;
    object-fit: contain;
    width: auto;
}

.wallet-cart-page .choose-shooping-method .form-check {
    width: 100%;
}

.wallet-cart-page .choose-shooping-method .form-check:first-child {
    margin-top: 0;
}

.wallet-cart-page .upgrade-wallet .product-page table tr td {
    border-top: 1px solid #e0e0e0;
}

/* ================ dtf builder page ================== */

.builder-order-box {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    height: 100%;
}

.builder-order-content .builder-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.builder-order-content .price {
    font-size: 25px;
    font-weight: 700;
    color: #3a39ff;
    margin-top: 15px;
}

.builder-order-content {
    padding: 25px 30px;
}

.builder-order-img {
    padding: 30px;
    border-radius: 30px 30px 0 0;
    height: 295px;
}

.builder-order-img img {
    height: 100%;
    border-radius: 19px;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1111;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgb(0 0 0 / 50%);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.es-header-component-top,
.es-widget-title-container {
    display: none !important;
}

/* testimonial home slider */
/* .dRmzha .swiper-autoheight .swiper-slide{
    height: 100% !important;
} */

.es-carousel-layout-item {
    height: 100%;
}

.es-review-container.es-google-review {
    background-color: rgb(255 255 255);
    border: 1px solid rgba(191, 191, 191, 1);
    padding: 14px;
    border-radius: 10px;
    height: 100%;
    flex-direction: column-reverse;
    margin-bottom: 1px;
    min-height: 277px;
}
.TShXo{
    min-height: 105px;
}

.hBOXMq {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.jqAfNk {
    gap: 4px;
}

.es-review-background-container.kUKnbp {
    padding: 0px;
    background-color: #fff;
}

.es-review-content-text {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}

.swiper-wrapper {
    height: auto !important;
}

.dxkFLF {
    font-size: 16px !important;
    color: rgba(144, 143, 143, 1) !important;
}

.joEmvq {
    font-size: 20px;
    font-weight: 600;
    color: rgba(2, 174, 211, 1);
}

.es-review-info-date {
    font-size: 12px;
    color: rgba(139, 139, 139, 1);
}

.eKEVcP path {
    fill: rgba(255, 168, 0, 1) !important;
}

.eyyBJv {
    background-color: rgba(2, 174, 211, 1);
}

.gcoYkH,
.hbiA-dw {
    top: -45px !important;
    bottom: 0;
    right: -5px !important;
}

.hbiA-dw {
    left: auto !important;
    right: 50px !important;
}

.es-carousel-arrow-control-left,
.es-carousel-arrow-control-right {
    background-color: rgba(2, 174, 211, 1) !important;
}

.es-bullets-control-container {
    display: none !important;
}

.social-linkDiv {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: fixed;
    top: 41%;
    z-index: 11;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 18px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.information-card {
    color: rgba(99, 115, 129, 1);
    background: rgba(145, 158, 171, 0.16);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.order-billing-infoDiv .order-number h3 {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0px;
}

.order-billing-infoDiv .order-number p {
    color: rgba(99, 115, 129, 1);
    font-weight: 500;
}

.order-detailstable {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.order-billing-infoDiv tr td {
    padding: 10px 10px 10px 0px;
}

.order-billing-infoDiv .order-duedate h3 {
    color: rgba(35, 172, 212, 1);
}

.order-billing-details .col-sm-6 {
    border-right: 1px solid rgba(223, 227, 232, 1);
    border-top: 1px solid rgba(223, 227, 232, 1);
    border-bottom: 1px solid rgba(223, 227, 232, 1);
}

.order-billing-details .col-sm-6:nth-child(2) {
    border-right: 0px solid rgba(223, 227, 232, 1);
}

.order-billing-details .order-billing-box {
    background-color: #fff;
    padding: 30px 0px;
}

.order-billing-details .col-sm-6:nth-child(2) .order-billing-box {
    padding: 30px 0px 30px 18px;
}

.order-billing-details .order-billing-box h3 {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.order-billing-details .order-billing-box .bill-name {
    color: rgba(99, 115, 129, 1);
    font-size: 14px;
    font-weight: 600;
}

.order-billing-details .order-billing-box ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.order-billing-details .order-billing-box a,
.order-billing-details .order-billing-box p {
    color: rgba(99, 115, 129, 1);
    font-size: 14px;
    font-weight: 400;
}

.order-billing-details .order-billing-box ul {
    margin-top: 0px;
}

.order-detail-popup .modal-body {
    padding: 0px 30px 30px 30px;
}

.order-detail-popup .modal-header {
    padding: 30px 30px 15px 30px;
}

.payment-detailscard {
    background-color: rgba(232, 245, 188, 0.49);
    border-radius: 10px;
    padding: 14px 15px;
}

.payment-detailscard h3,
.reward-breackdowncard h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.payment-detailscard p,
.reward-breackdowncard p {
    word-wrap: break-word;
    font-size: 14px;
}

.reward-breackdowncard {
    border: 1px solid rgba(223, 227, 232, 1);
    padding: 10px 15px;
    margin-top: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reward-breackdowncard .rewards-earnview {
    color: rgba(56, 187, 93, 1);
    font-size: 14px;
    font-weight: 600;
}

.subtotaltitle {
    color: rgba(99, 115, 129, 1);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 12px;
}

.subtotal-para {
    color: rgba(28, 37, 46, 1);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 12px;
}

.payment-lowdata {
    color: rgba(240, 87, 71, 1);
}

.subtotal-importpara {
    font-weight: 600;
}

.maintotaltitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(28, 37, 46, 1);
}

.order-details-fileDiv {
    height: auto !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
}

.order-detail-popup .modal-content {
    max-width: 814px;
    border-radius: 27px;
}

.order-detail-popup .main-body-content table th,
.order-detail-popup .main-body-content table td {
    padding: 16px 16px;
}

.order-detail-popup .main-body-content table td {
    font-weight: 400;
}

.order-detail-popup .main-body-content .table-responsive {
    border-radius: 0px;
}

.intro-dtf {
    background-color: #1fb4e375;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-side-box img {
    margin-bottom: 25px;
}

.left-side-box .box-under {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #ecffac;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(-7.5deg);
    -moz-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    -o-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
}

.left-side-box .box-under p {
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.right-side-box .pattern-text {
    padding: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(85, 57, 255);
    background-image: url("/assets/images/pattern.png");
}

.right-side-box p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 25px;
    margin-top: 25px;
}

.right-side-box p span {
    font-weight: 700;
}

.right-side-box ul li {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a7a7a7ab;
}

.right-side-box ul li:last-child {
    border-bottom: 0;
}

.bonus-section {
    background-color: #009cda;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}

.bonus-section img {
    width: 350px;
    height: auto;
}

.bonus-section p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.bonus-section p span {
    font-weight: 700;
    text-transform: uppercase;
}

.bonus-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

/* header dropdown ================================================= */
.nav-item .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    z-index: 1000;
    border: 0;
}

.nav-item .dropdown-menu[data-bs-popper] {
    margin-top: 0px;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(30px);
}

.nav-item .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    color: var(--navybluecolor);
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 8px;
    border: 0px;
    vertical-align: middle;
}

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

.navbar .order-menu .dropdown-menu {
    --bs-dropdown-min-width: 35rem;
    padding: 0px;
    left: -235px;
}

.service-dropdownDiv {
    padding: 20px 20px;
}

.dropdown-titlelink {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: all 0.4s;
}

.dropdown-titlelink:hover {
    color: #0baac8;
}

.service-menulistDiv {
    padding: 0px 24px 0px 0px;
    border-right: 1px solid rgba(224, 239, 243, 1);
    text-align: center;
}

.service-dropdownDiv .row .service-menulistgrid:nth-child(1) {
    padding-right: 0px;
}

.service-dropdownDiv .row .service-menulistgrid:nth-child(2) {
    padding-left: 0px;
}

.service-dropdownDiv .row .service-menulistgrid:nth-child(2) .service-menulistDiv {
    padding: 0px 0px 0px 24px;
    border-right: 0;
}

.dropdown-grownimg {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Sitemap page */
.sitemap-page .sitemap-box {
    border: 10px solid #02aed3;
    padding: 25px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #eef9ec 0%, #faf1ef 100%);
}

.sitemap-page .sitemap-box .main-title {
    font-size: 35px;
}

.sitemap-page .sitemap-box .heading-sitemap-section {
    border-top: 1px solid #02aed3;
    padding-top: 18px;
}

.sitemap-page .sitemap-box .heading-sitemap-section:first-child {
    border-top: 0px;
    padding-top: 0;
}

.sitemap-page .sitemap-box .list-of-pages {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.sitemap-page .sitemap-box .list-of-pages li {
    width: 25%;
    margin-bottom: 18px;
    position: relative;
}

.sitemap-page .sitemap-box ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.sitemap-page .sitemap-box ul li a:hover {
    color: #02aed3;
}

.sitemap-page .sitemap-box .list-of-pages li::before {
    content: url(/assets/images/point-icon.png);
    margin-right: 10px;
    margin-top: 5px;
}

.process-icon svg,
.process-icon img {
    max-height: 97px;
    max-width: 97px;
    object-fit: contain;
}

.process-icon {
    margin: 0 auto 20px;
}

.work-progress-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1C252E;
    margin-bottom: 10px;
}

.work-progress-content {
    text-align: center;
    padding: 0 30px;
}

.work-progress-content p {
    font-size: 14px;
}

.wallet-how-work .section-head {
    margin-bottom: 70px;
}

.note-text {
    font-size: 16px;
    font-weight: bold;
    color: #02AED3;
}

.table-responsive::-webkit-scrollbar{
  height: 6px;
  width: 6px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}