@font-face {
    font-family: 'GRIFTER';
    src: url('../fonts/GRIFTERBold.eot');
    src: url('../fonts/GRIFTERBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GRIFTERBold.woff2') format('woff2'),
        url('../fonts/GRIFTERBold.woff') format('woff'),
        url('../fonts/GRIFTERBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.eot');
    src: url('../fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff'),
        url('../fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}







body {
    overflow-x: hidden !important;
}

/*///////////////////////////////////////////////////////////////////CSS For  Header Start//////////////////////////////////////////////////////////////////////////////////////*/

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: white;
    color: #333;
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
}

#cookie-banner h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#cookie-banner p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

#cookie-banner .button-container {
    display: flex;
    justify-content: space-between;
}

#cookie-banner button {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 48%;
    transition: background-color 0.3s;
}



#cookie-banner .accept-btn:hover {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%); 
    color: white;

}



#cookie-banner .reject-btn:hover {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%); 
    color: white;
}

.header-section {
    padding: 30px 0 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.header-section .custom-header {
    border: 1px solid #fdfdfd;
    border-radius: 60px;
    padding: 15px 40px;
    background: linear-gradient(87.65deg, rgba(58, 163, 73, 0.8) -20.92%, rgba(101, 189, 85, 0.6) 118.87%);
    position: relative;
    width: 100%;
}

.header-section .main-header-links {
    display: flex;
}

.header-section .main-header-logo {
    display: flex;
    justify-content: flex-start;
}

.header-section .main-header-language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-section .main-header-links nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-section .main-header-links nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Satoshi', sans-serif;
}

.header-section .main-header-logo .logo {
    display: flex;
    align-items: center;
}

.header-section .main-header-logo .logo svg {
    width: 100%;
}

.header-section a {
    text-decoration: none;
}

.header-section .search-button {
    background: #fff;
    color: #39A248;
    border: none;
    border-radius: 60px;
    padding: 15px 23px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    font-family: 'GRIFTER', sans-serif;
}

.header-section .search-button:hover {
    background: #fff;
}


/*///////////////////////////////////////////////////////////////////CSS For  Header End//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////CSS For Burger Menu Start//////////////////////////////////////////////////////////////////////////////////////*/
#menu {
    z-index: 2;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-left: -24px;
}

.burger-header-section {
    display: none;

}

.dropdown-menu.show {
    left: 75% !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
}


.dropdown-item:active {
    background-color: #1ABC9C !important;
}

.dropdown-item:focus {
    background-color: #1ABC9C !important;
}

.burger-header-section .burger-header-logo .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.burger-header-section .burger-header-logo .logo img {
    width: 110px;
}

.burger-header-section .burger-header-language .show {
    display: block;
}

.burger-header-section .burger-header-language .content {
    padding: 20px;
}

.burger-header-section .burger-header-nav nav {
    height: 0;
}

.burger-header-section .burger-header-nav nav #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin-left: auto;
}

.burger-header-section .burger-header-nav nav #toggle span:after,
.burger-header-section .burger-header-nav nav #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

.burger-header-section .burger-header-nav nav #toggle span:after {
    top: 9px;
}

.burger-header-section .burger-header-nav nav #toggle span {
    position: relative;
    display: block;
}

.burger-header-section .burger-header-nav nav #toggle span,
.burger-header-section .burger-header-nav nav #toggle span:after,
.burger-header-section .burger-header-nav nav #toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
.burger-header-section .burger-header-nav nav #toggle.on span {
    background-color: transparent;
}

.burger-header-section .burger-header-nav nav #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-header-section .burger-header-nav nav #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

.burger-header-section .burger-header-nav nav #toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/
.burger-header-section .burger-header-nav nav #menu {
    position: relative;
    color: #DD5044;
    width: 200px;
    padding: 10px;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    font-family: 'Gotham', sans-serif;
}

.burger-header-section .burger-header-nav nav ul,
li,
li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.burger-header-section .burger-header-nav nav li a {
    padding: 5px;
    color: #888;
    text-decoration: none;
    transition: all .2s;
}

.burger-header-section .burger-header-nav nav li a:hover,
.burger-header-section .burger-header-nav nav li a:focus {
    background: #1ABC9C;
    color: #fff;
}


/* Responsive Styles */

@media (max-width: 1200px) {

    .header-section {
        padding: 30px 20px 0;
    }

    .header-section .container {
        max-width: 100% !important;
    }

}

@media (max-width: 992px) {
    .header-section {
        display: none;
    }

    .burger-header-section {
        display: block;
        justify-content: space-between;
        align-items: center;
        background-color: #0056b3;
        padding: 10px 0;
        width: 100%;
    }


}

@media (max-width: 992px) and (min-width: 768px) {
    .burger-header-section {
        padding: 20px;
    }

    .burger-header-section .burger-header-nav nav #menu {
        width: 100%;
        text-align: justify;
    }

    .burger-header-section .burger-header-logo .logo img {
        width: 90px;
    }
}

@media (max-width: 767px) {

    .burger-header-section .container {
        width: 100%;
    }

    .burger-header-section {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .burger-header-section .burger-header-logo .logo img {
        width: 80px;
    }

    .burger-header-section .burger-header-nav {
        width: 100%;
        text-align: -webkit-right;
        margin-top: -65px;
    }

    .burger-header-section .burger-header-nav nav #toggle {
        margin: 0;
    }

    .burger-header-section .burger-header-nav nav #menu {
        position: relative;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding: 10px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    .burger-header-section .burger-header-nav nav ul {
        padding-left: 0;
    }

    .burger-header-section .burger-header-nav nav li {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .burger-header-section .container {
        max-width: 100%;
    }
}

/*///////////////////////////////////////////////////////////////////CSS For Burger Menu End//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS START FOR HOME PAGE//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Hero Section//////////////////////////////////////////////////////////////////////////////////////*/


.hero-section {
    background-image: url("../images/hero-section-main-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 170px 20px 90px;
    margin-top: -122px;
    z-index: 1;

}

.hero-section .heading-holder {
    margin-top: 40px;
}

.hero-section .heading-holder h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    white-space: pre-line;
    color: rgba(255, 255, 255, 1);
    font-family: 'GRIFTER', sans-serif;
}

.hero-section .heading-holder p {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(255, 255, 255, 1);
}

.hero-section .trust-badge {
    color: white;
    padding: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-section .profile-images {
    display: flex;
    margin-right: 15px;
}

.hero-section .profile-images img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -10px;
    /* Overlap images */
}

.hero-section .rating-text .rating {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.hero-section .rating-text .star {
    color: gold;
    margin: 0 1px;
}

.hero-section .rating-text .customer-count {
    font-weight: bold;
}

.hero-section .search-container {
    position: relative;
    width: 100%;
    margin-top: 40px;


}

.hero-section .search-input {
    font-family: 'Satoshi', sans-serif;
    width: 100%;
    padding: 23px;
    border: none;
    border-radius: 60px;
    font-size: 16px;
    outline: none;
    background-color: white;
    box-shadow: -0.99px 6.93px 14.85px 0px rgba(0, 0, 0, 0.1),
        -4.95px 26.73px 27.72px 0px rgba(0, 0, 0, 0.09),
        -11.88px 60.4px 36.64px 0px rgba(0, 0, 0, 0.05),
        -20.79px 106.94px 43.57px 0px rgba(0, 0, 0, 0.01),
        -32.67px 167.33px 47.53px 0px rgba(0, 0, 0, 0);
}


.hero-section .search-button {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 14px 23px;
    cursor: pointer;
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);


}

.modal-body .search-input {
    font-family: 'Satoshi', sans-serif;
    width: 100%;
    padding: 23px;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    outline: none;
    background-color: white !important;
    box-shadow: -0.99px -1.07px 14.85px 0px rgba(0, 0, 0, 0.1),
        -4.95px 26.73px 27.72px 0px rgba(0, 0, 0, 0.01),
        -11.88px 60.4px 36.64px 0px rgba(0, 0, 0, 0.01),
        -20.79px 106.94px 43.57px 0px rgba(0, 0, 0, 0.01),
        -32.67px 167.33px 47.53px 0px rgba(0, 0, 0, 0);
}

.modal-body .search-button {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 14px 23px;
    cursor: pointer;
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);


}

.pay-vendor a {

    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 22px;
    font-family: GRIFTER, sans-serif;

}

.hero-section .image-holder img {
    width: 100%;
}

.hero-section .image-holder {
    display: flex;
    justify-content: right;
    align-items: center;
}



/* Responsive Styles */
@media (max-width: 1200px) {

    .hero-section {
        padding: 170px 20px 60px;
    }

    .hero-section .container {
        max-width: 100% !important;
    }

    .hero-section .heading-holder h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .hero-section .heading-holder p {
        font-size: 20px;
    }
}

@media (max-width: 1080px) {
    .check-out-hero-section {
        padding: 135px 20px 30px !important;
        margin-top: -152px !important;
    }

    .pay-vendor a {
        font-size: 16px;

    }


}

@media (max-width: 992px) {
    .hero-section {
        padding: 120px 20px 60px;
    }

    .hero-section .heading-holder h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-section .heading-holder p {
        font-size: 18px;
    }

    .hero-section .search-button {
        padding: 12px 20px;
        font-size: 16px;
    }

    .modal-body .search-button {
        padding: 12px 20px;
        font-size: 16px;
    }

}

@media (max-width: 880px) {
    .hero-section .search-input {
        font-size: 14px;
    }

    .pay-vendor a {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .hero-section .search-input {
        font-size: 13px;
    }

}

@media (max-width: 768px) {

    .hero-section {
        padding: 150px 10px 50px;
    }

    .hero-section .heading-holder {
        margin-top: 0;
    }

    .hero-section .heading-holder h1 {
        font-size: 32px;
        line-height: 40px;
        white-space: unset;
    }

    .hero-section .heading-holder p {
        font-size: 16px;
    }

    .hero-section .search-input {
        padding: 20px;
    }

    .hero-section .search-button {
        right: 18px;
    }

    .modal-body .search-button {
        right: 18px;
    }

    .pay-vendor a {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .hero-section .heading-holder h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-section .heading-holder p {
        font-size: 14px;
    }

    .hero-section .search-button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .modal-body .search-button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .pay-vendor a {
        font-size: 16px;
    }
}

@media (max-width: 475px) {
    .hero-section .trust-badge {
        display: block;
    }

    .hero-section .search-container {

        margin-top: 25px;
    }

    .pay-vendor a {
        font-size: 14px;
        padding-left: 20px;
    }

    .hero-section .text-center{
        text-align: justify !important;
        
    }
}


/*///////////////////////////////////////////////////////////////////CSS Ends For Hero Section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Slider Section//////////////////////////////////////////////////////////////////////////////////////*/


.slider-section {
    background: rgba(253, 251, 251, 1);
    padding: 40px 0px 40px 0px;

}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slider-section .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.slider-section .logo_items {
    display: inline-block;
    animation: 30s slides infinite linear;
}

.slider-section .logo_items .logo-image-holder {
    height: 70px;
    margin-right: 90px;
}

.slider-section .slider-text-holder p {
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    margin: 0;
    white-space: pre-line;
}


/* Responsive Styles */

@media (max-width: 1200px) {
    .slider-section {
        padding: 40px 0 40px 30px;

    }

    .slider-section .container {
        max-width: 100%;
        padding: 0;
    }

}

@media (max-width: 991px) {


    .slider-section {
        margin-top: 0;
    }

    .slider-section .slider-text-holder p {
        font-size: 20px;
        white-space: unset;
    }


}

@media (max-width: 767px) {

    .slider-section {
        padding: 30px 0 30px 0;
    }

    .slider-section .slider-text-holder p {
        font-size: 22px;
        white-space: unset;
        text-align: center;
    }

    .slider-section .slider-text-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0 20px;
    }

}

@media (max-width: 430px) {
    .slider-section {
        padding: 20px 0 0px 0;
    }


    .slider-section .slider-text-holder p {
        font-size: 18px;
        line-height: 25px;
    }

}


/*///////////////////////////////////////////////////////////////////CSS End For Slider Section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For payment-section//////////////////////////////////////////////////////////////////////////////////////*/


.payment-section {
    padding: 20px 0;
}

.payment-section .payment-method-text h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    white-space: pre-line;
    text-align: center;
}

.payment-section .payment-method-text p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(83, 83, 83, 1);
    width: 925px;
    margin: 10px auto 0;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.payment-section .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.payment-section .logo_items {
    display: inline-block;
    animation: 40s slides infinite linear;
}

.payment-section .logo_items .logo-image-holder {
    height: auto;
    margin-right: 90px;
}

.payment-section .slider-text-holder p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    margin: 0;
    white-space: pre-line;
}


@media (max-width: 991px) {


    .payment-section .payment-method-text p {

        width: auto;

    }


}

@media (max-width: 767px) {

    .payment-section .container {
        max-width: 100% !important;
    }

    .payment-section {
        padding: 0 10px;
    }

    .payment-section .payment-method-text h1 {
        font-size: 32px;
        line-height: 35px;
    }

}

@media (max-width: 430px) {

    .payment-section .payment-method-text h1 {
        font-size: 25px;
        line-height: 32px;
    }

}

@media (max-width: 320px) {
    .payment-section .payment-method-text h1 {
        font-size: 24px;
    }
}


/*///////////////////////////////////////////////////////////////////CSS End For payment-section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For How Its Work-section//////////////////////////////////////////////////////////////////////////////////////*/


.how-its-work-section {
    background-image: url("../images/how-its-work-background-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0;

}

.how-its-work-section .how-its-work-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: rgba(9, 9, 9, 1);
}


/*===== Vertical Timeline =====*/

.how-its-work-section #conference-timeline {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.how-its-work-section #conference-timeline .conference-center-line {
    position: absolute;
    width: 1px;
    height: 75%;
    top: 10%;
    left: 50%;
    margin-left: -2px;
    background: rgba(209, 208, 208, 1);

}

.how-its-work-section #conference-timeline .conference-timeline-content {

    padding-top: 20px;
    padding-bottom: 30px;

}

.how-its-work-section .timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.how-its-work-section .timeline-article .content-left-container,
.how-its-work-section .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}

.how-its-work-section .timeline-article .content-left {
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 10px 0 50px;
}

.how-its-work-section .timeline-article .content-right {
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 0 0 50px;
}

.how-its-work-section .timeline-article p {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #242424;
    font-size: 20px;
    line-height: 32px;
    white-space: pre-line;
}

.how-its-work-section .timeline-article .content-left-container {
    float: left;
}

.how-its-work-section .timeline-article .content-right-container {
    float: right;
}

.how-its-work-section .timeline-article .meta-date {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -26px;
    color: black;
    border-radius: 100%;
    background: white;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1),
        0px 6px 6px 0px rgba(0, 0, 0, 0.09),
        0px 13px 8px 0px rgba(0, 0, 0, 0.05),
        0px 23px 9px 0px rgba(0, 0, 0, 0.01),
        0px 35px 10px 0px rgba(0, 0, 0, 0);
}

.how-its-work-section .timeline-article .meta-date .date {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}


/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 767px) {
    .how-its-work-section {
        padding: 50px 0 0;
    }


    .how-its-work-section .timeline-article .content-left {
        padding: 0 10px 50px 0;
    }

    .how-its-work-section .timeline-article .content-right {
        padding: 0 0 50px 10px;
    }

    .how-its-work-section .how-its-work-heading h1 {
        font-size: 32px;

    }

    .how-its-work-section .timeline-article p {
        font-weight: 500;
        color: #242424;
        font-size: 15px;
        line-height: 24px;
        white-space: unset;
    }

    .how-its-work-section #conference-timeline .conference-timeline-content {
        padding: 20px 20px 0;
        /* padding-bottom: 0; */
    }

    .how-its-work-section #conference-timeline .conference-center-line {
        height: 80%;

    }
}


@media only screen and (max-width: 430px) {
    .how-its-work-section .timeline-article p {
        font-size: 12px;
        line-height: 18px;
    }

    .how-its-work-section .how-its-work-heading h1 {
        font-size: 25px;
        line-height: 20px;
    }
}

/*===== // Resonsive Vertical Timeline =====*/


/*///////////////////////////////////////////////////////////////////CSS End For How Its Work-section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Business section//////////////////////////////////////////////////////////////////////////////////////*/


.business-section {
    background-image: url("../images/business-section-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-top: 80px;

}

.business-section .button-holder {
    margin-top: 40px;
}

.business-section .button-holder .button-wrap {
    color: white;
    border: none;
    border-radius: 60px;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
}

.business-section .business-info .info-holder h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(50, 47, 47, 1);
}

.business-section .business-info .info-holder p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.business-section .process-step-holder {
    margin-bottom: 40px;
}

.business-section .process-step-holder .divider {
    border: 2px solid #64BD55;
    width: 185px;
}

.business-section .process-step-holder h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 86px;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    -webkit-background-clip: text;
    /* Clips the background to the text */
    color: transparent;
    /* Makes the text color transparent so the gradient is visible */


}

.business-section .process-step-holder h3 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    white-space: pre-line;
    color: rgba(9, 9, 9, 1);
}

.business-section .process-step-holder p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
}


@media only screen and (max-width: 991px) {

    .business-section .container {
        max-width: 100% !important;
    }

    .business-section .process-step-holder .divider {
        width: 140px;
    }

    .business-section .process-step-holder h3 {
        font-size: 20px;
        line-height: 25px;
    }


}

@media only screen and (max-width: 767px) {

    .business-section {
        padding: 30px 20px;
        margin-top: 0;
    }

    .business-section .process-step-holder {
        margin-top: 40px;
    }

    .business-section .business-info .info-holder h1 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 430px) {
    .business-section .business-info .info-holder h1 {
        line-height: 32px;
        font-size: 25px;
    }

    .business-section .button-holder {
        margin-top: 25px;
    }

    .business-section .button-holder .button-wrap {
        font-size: 16px;
        line-height: 20px;

    }
}


/*///////////////////////////////////////////////////////////////////CSS End For Business section//////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////CSS Start For Testimonial section//////////////////////////////////////////////////////////////////////////////////////*/


.testimonial-section {
    background: rgba(253, 253, 253, 1);
    padding: 80px 0;
}

.testimonial-section .testimonial-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(9, 9, 9, 1);
}

.testimonial-section .swiper {
    width: 100%;
    height: 100%;
}

.testimonial-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .swiper {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .mySwiper .swiper-wrapper .swiper-slide .testimonial-content p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    color: rgba(83, 83, 83, 1);
}

.testimonial-section .mySwiper .swiper-wrapper .swiper-slide .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-section .mySwiper .swiper-wrapper .swiper-slide .author-info {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(83, 83, 83, 1);
}

.testimonial-section .mySwiper .swiper-wrapper .swiper-slide .author-info span {
    font-family: 'GRIFTER', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(9, 9, 9, 1);
}

.testimonial-section.mySwiper .swiper-wrapper .swiper-slide .star-rating {
    display: flex;
    gap: 5px;
}

.testimonial-section .mySwiper .swiper-wrapper .swiper-slide .star {
    font-size: 24px;
    color: #ffc107;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-prev {
    position: relative !important;
    top: -10px !important;
    left: 0% !important;
    width: 24px !important;
    height: 40px !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-button-next {
    position: relative !important;
    top: 30px !important;
    left: 14% !important;
    width: 24px !important;
    height: 40px !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


@media only screen and (max-width: 1200px) {
    .swiper-button-next {
        left: 18% !important;
    }
}

@media only screen and (max-width: 991px) {

    .testimonial-section {
        padding: 50px;
    }

    .testimonial-section .container {
        max-width: 100% !important;
    }

    .swiper-button-next {
        left: 25% !important;
    }

}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 0 10px;
    }

    .swiper-button-next {
        left: 8% !important;
    }

    .testimonial-section .testimonial-heading h1 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 600px) {

    .swiper-button-next {
        left: 95% !important;
    }
}

@media only screen and (max-width: 430px) {
    .testimonial-section .testimonial-heading h1 {
        line-height: 32px;
        font-size: 25px;
    }
}

/*///////////////////////////////////////////////////////////////////CSS End For Testimonial section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Accordion section//////////////////////////////////////////////////////////////////////////////////////*/


.accordion-section {
    padding: 0 0 100px;
}

.accordion-section .accordion-heading {
    padding: 40px;
}

.accordion-section .accordion-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    color: rgba(9, 9, 9, 1);
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    white-space: pre-line;
}

.accordion-section .accordion-container {
    width: 80%;
    max-width: 600px;
}

.accordion-section .accordion {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 16px 0px rgba(28, 105, 212, 0.08);
}

.accordion-section .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    cursor: pointer;
}

.accordion-header h3 {
    font-family: 'GRIFTER', sans-serif;
    white-space: pre-line;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(33, 38, 40, 1);
}

.accordion-header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.accordion-content {
    font-family: 'Satoshi', sans-serif;
    padding: 15px 20px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    display: none;
}

.accordion.active .accordion-header .icon {
    color: #fff;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);

}

.accordion.active .accordion-content {
    display: block;
}


@media only screen and (max-width: 991px) {

    .accordion-section .container {
        max-width: 100% !important;
    }

    .accordion-header h3 {
        font-size: 16px;
        white-space: unset;
    }

    .accordion-content {
        font-size: 14px;

    }

}

@media only screen and (max-width: 767px) {

    .accordion-section {
        padding: 0 0 60px;
    }

    .accordion-section .accordion-heading h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 430px) {
    .accordion-section .accordion-heading h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .accordion-section .accordion-heading {
        padding: 40px 0 20PX;
    }

    .accordion-header h3 {
        font-size: 14px;
        line-height: 24px;
    }
}


/*///////////////////////////////////////////////////////////////////CSS End For Accordion section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Footer section//////////////////////////////////////////////////////////////////////////////////////*/


.footer-section {
    background: rgba(58, 162, 72, 1);
    padding: 60px 0 60px;
}

.footer-section .logo-text {
    margin-top: 20px;
}

.footer-section .logo-text p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(248, 248, 248, 1);
}

.footer-section .footer-info h3 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}

.footer-section .footer-info ul {
    padding: 0;
}

.footer-section .footer-info li {
    list-style: none;
}

.footer-section .footer-info li a {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.copy-write-section {
    background-color: rgba(9, 9, 9, 1);
}

.copy-write-section .copy-write-wrap-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.copy-write-section .copy-write-wrap-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.copy-write-section .copy-write-text ul {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
}

.copy-write-section .copy-write-text ul li {
    list-style: none;
}

.copy-write-section .copy-write-text ul li a {
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
    color: rgba(248, 248, 248, 1);
}

.copy-write-section .copy-write-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

.copy-write-section .social-icon-holder ul {
    display: flex;
    gap: 20px;
    margin: 12px auto;
    padding: 0;
    justify-content: flex-end;
}


@media (max-width: 992px) {

    .footer-section .container {
        max-width: 100% !important;

    }

    .footer-section {
        padding: 60px 20px;
    }


}

@media (max-width: 767px) {

    .footer-section {
        padding: 40px 20px 20px;
    }

    .copy-write-section .container {
        max-width: 100% !important;
    }

    .copy-write-section .copy-write-wrap-1 {
        justify-content: center;
        margin: 15px auto;
    }

    .copy-write-section .social-icon-holder ul {
        justify-content: center;
    }

}

@media (max-width: 430px) {

    .copy-write-section .copy-write-heading h1 {
        font-size: 14px;

    }

}

/*///////////////////////////////////////////////////////////////////CSS End For Footer section//////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////CSS END FOR HOME PAGE////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS START FOR ABOUT PAGE///////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////CSS Start For Mission Section///////////////////////////////////////////////////////////////////////////////////////////*/

.hero-section .about-hero-main-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.hero-section .about-hero-main-text h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 59.41px;
    font-weight: 700;
    line-height: 71.29px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

.hero-section .about-hero-main-text p {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #fff;
    /* padding-bottom: 90px; */
    width: 860px;
}


.mission-section {
    padding: 80px 0px;
}

.mission-section .our-mission-info-1 .mission-heading-para h3 {
    font-size: 40px;
    font-family: 'GRIFTER', sans-serif;
    line-height: 52px;
    font-weight: 700;
    color: rgba(9, 9, 9, 1)
}

.mission-section .our-mission-info-1 .mission-heading-para p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
}

.mission-section .our-mission-info-1 .mission_img1 img {
    width: 100%;
    max-width: 590px;
}

.mission-section .our-mission-info-2 .mission_img2 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.mission-section .our-mission-info-2 .mission_img2 img {
    width: 100%;
    max-width: 485px;
}

.mission-section .our-mission-info-2 .mission-heading-para p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
}

@media (max-width: 1440px) {

    .mission-section .container {
        max-width: 100%;
        padding: 0 80px;
    }

    .mission-section .our-mission-info-1 .mission-heading-para p {
        position: absolute;
        width: 690px;
    }

    .mission-section .our-mission-info-1 .mission_img1 {
        margin-top: 140px;
    }

}

@media (max-width: 1340px) {

    .mission-section .our-mission-info-1 .mission-heading-para p {
        position: unset;
        width: 100%;
    }

    .mission-section .our-mission-info-1 .mission_img1 {
        margin-top: 0;
    }

}

@media (max-width: 991px) {
    .mission-section {
        padding: 30px 0px;
    }
}

@media (max-width: 767px) {
    .hero-section .about-hero-main-text h1 {
        font-size: 40px;
    }

    .mission-section .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .mission-section .our-mission-info-1 .mission-heading-para h3 {
        font-size: 33px;
        line-height: 35px;
    }

    .mission-section .our-mission-info-2 {
        margin-top: 20px;
    }

    .mission-section .our-mission-info-2 .mission_img2 {
        justify-content: center;
    }

    .mission-section .our-mission-info-1 .mission_img1 {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 600px) {
    .hero-section .about-hero-main-text h1 {
        padding-top: 0;
    }

    .hero-section .about-hero-main-text p {
        padding-bottom: 0;
    }
}

@media (max-width: 430px) {
    .mission-section .our-mission-info-1 .mission-heading-para h3 {
        font-size: 25px;
        line-height: 32px;
    }
}


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS End For Mission Section///////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS Start For Payment Section///////////////////////////////////////////////////////////////////////////////////////////*/


.about-page-payment-section {
    background-color: rgba(249, 249, 249, 1);
    padding: 20px 0;
}

.about-page-payment-section .payment-method-text h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    white-space: pre-line;
    text-align: center;
}

.about-page-payment-section .payment-method-text p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(83, 83, 83, 1);
    width: 925px;
    margin: 10px auto 0;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.about-page-payment-section .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.about-page-payment-section .logo_items {
    display: inline-block;
    animation: 40s slides infinite linear;
}

.about-page-payment-section .logo_items .logo-image-holder {
    height: auto;
    margin-right: 90px;
}

.about-page-payment-section .slider-text-holder p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    margin: 0;
    white-space: pre-line;
}


@media (max-width: 991px) {


    .about-page-payment-section .payment-method-text p {

        width: auto;

    }


}

@media (max-width: 767px) {

    .about-page-payment-section .container {
        max-width: 100% !important;
    }

    .about-page-payment-section {
        padding: 0 10px;
    }

    .about-page-payment-section .payment-method-text h1 {
        font-size: 32px;
        line-height: 35px;
    }

}

@media (max-width: 430px) {

    .about-page-payment-section .payment-method-text h1 {
        font-size: 25px;
        line-height: 32px;
    }

}

@media (max-width: 320px) {
    .about-page-payment-section .payment-method-text h1 {
        font-size: 24px;
    }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////CSS End For Payment Section///////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS Start For Partner Section///////////////////////////////////////////////////////////////////////////////////////////*/

.partner-section {
    background-color: #F9F9F9;
    padding: 80px;
}

.partner-section .business-Potential {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.partner-section .partner-heading h3 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: rgba(9, 9, 9, 1);
    white-space: pre-line;
}

.partner-section .business-Potential-info {
    margin-top: 15px;
}

.partner-section .business-Potential-info .business_Potential-para p {
    font-family: 'Satoshi', sans-serif;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.partner-section .business-Potential-info .business-Potential-service ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.partner-section .business-Potential-info .business-Potential-service ul li {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: rgba(9, 9, 9, 1);
}

.partner-section .business-Potential-info .business-Potential-service ul li::before {
    content: url("../images/arrow.svg");
    margin-right: 15px;
}

.arrow_iocn {
    text-align: center;
}


@media (max-width: 1440px) {

    .partner-section .container {
        max-width: 100%;
        padding: 0;
    }

}

@media (max-width: 1090px) {

    .hero-section .about-hero-main-text p {
        width: 100%;
    }

    .partner-section .business-Potential-info .business-Potential-service ul {
        display: block;
    }

    .partner-section .business-Potential-info .business-Potential-service ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 830px) {
    .partner-section .partner-heading h3 {
        white-space: unset;
    }
}

@media (max-width: 767px) {

    .partner-section {
        padding: 30px;
    }

    .partner-section .partner-heading h3 {
        white-space: unset;
    }


    .partner-section .partner-heading h3 {
        font-size: 32px;
        line-height: 35px;
    }

}

@media (max-width: 430px) {

    .partner-section .partner-heading h3 {
        font-size: 25px;
        line-height: 32px;
    }

}


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS End For Partner Section///////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS End FOR ABOUT PAGE///////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////CSS START FOR CONTACT US PAGE///////////////////////////////////////////////////////////////////////////////////////////*/

section.cntct_form_sctn {
    padding: 80px 0px;
}

h1.cntct_hro_hdng {
    font-family: 'GRIFTER', sans-serif;
    font-size: 59.41px;
    font-weight: 700;
    line-height: 71.29px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

p.cntct_hro_pgh {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding-bottom: 193px;
}

h2.cntct_frm_hdng {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #090909;
}

p.onct_frm_dscrpn {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #535353;
}

.form-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}

.contct_form input,
textarea {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    color: #000;
    font-size: 16px;
    outline: none;
    margin-bottom: 40px;
}

.contct_form textarea#message {
    margin-bottom: 40px;
}

.contct_form input::placeholder,
textarea::placeholder {
    color: #48464C;
}

button.cntct_btn {
    font-family: 'GRIFTER', sans-serif;
    padding: 23px;
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    border: none;
}

.contact_info {
    background-color: #151414;
    /* height: 337px; */
    padding: 45px;
    margin-right: -70px;
    position: relative;
    z-index: 999;
}

.contact_info h3 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

.contact_info p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-left: 40px;
}

h3#phone::before {
    content: url(../images/phone.png);
    margin-right: 20px;
}

h3#email::before {
    content: url(../images/mail.png);
    margin-right: 20px;
}

h3#location::before {
    content: url(../images/location.png);
    margin-right: 20px;
}

.contact_socail_icons {
    background-color: #322F2F;
    height: 637px;
    padding: 20px;
}

.contact_socail_icons {
    display: flex;
    flex-direction: column-reverse;
}

.contact_socail_icons div {
    display: flex;
    gap: 15.29px;
}

.contct_inforamtion {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .contact_info {
        margin-right: 0px;
        width: 100%;
    }

    .contact_socail_icons {
        height: auto;
    }

    .contct_form input,
    textarea {
        margin-bottom: 10px;
    }

    .contct_form textarea#message {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .contact_info {
        margin-right: 0px;
        width: 100%;
    }

    .contact_socail_icons {
        height: auto;
    }

    h1.cntct_hro_hdng {
        padding-top: 0px;
        font-size: 40px;
    }

    p.cntct_hro_pgh {
        padding-bottom: 0px;
    }

    section.cntct_form_sctn {
        padding: 30px 0px 20px 0px;
    }

    form.contct_form {
        padding-bottom: 30px;
    }

    .contct_form input,
    textarea {
        margin-bottom: 10px;
    }

    .contct_form textarea#message {
        margin-bottom: 10px;
    }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////CSS END FOR CONTACT US PAGE///////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS START FOR JOI REVOLUTION PAGE//////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////CSS Start For Join Revolution Hero Section//////////////////////////////////////////////////////////////////////////////////////*/


.join-revolution-hero-section {
    background-image: url(../images/hero-section-main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 20px 120px;
    margin-top: -122px;

}

.join-revolution-hero-section .heading-holder {
    margin-top: 40px;
}

.join-revolution-hero-section .heading-holder h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    white-space: pre-line;
    color: rgba(255, 255, 255, 1);
    font-family: 'GRIFTER', sans-serif;
}

.join-revolution-hero-section .heading-holder p {
    font-family: 'Satoshi', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.join-revolution-hero-section .join-revolution-button {
    margin-top: 40px;
}

.join-revolution-hero-section .join-revolution-button .search-button {
    font-family: 'GRIFTER', sans-serif;
    color: #39A248;
    border: none;
    border-radius: 60px;
    padding: 14px 23px;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: #fff;

}

.join-revolution-hero-section .image-holder {
    margin-top: 30px;
}

.join-revolution-hero-section .image-holder img {
    width: 100%;
}

.join-revolution-hero-section .image-holder {
    display: flex;
    justify-content: right;
    align-items: center;
}


/* Responsive Styles */
@media (max-width: 1200px) {

    .join-revolution-hero-section {
        padding: 170px 20px 60px;
    }

    .join-revolution-hero-section .container {
        max-width: 100% !important;
    }

    .join-revolution-hero-section .heading-holder h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .join-revolution-hero-section .heading-holder p {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .join-revolution-hero-section {
        padding: 120px 20px 60px;
    }

    .join-revolution-hero-section .heading-holder h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .join-revolution-hero-section .heading-holder p {
        font-size: 18px;
    }

    .join-revolution-hero-section .join-revolution-button .search-button {
        padding: 12px 20px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .join-revolution-hero-section {
        padding: 150px 10px 50px;
    }

    .join-revolution-hero-section .heading-holder {
        margin-top: 0;
    }

    .join-revolution-hero-section .heading-holder h1 {
        font-size: 32px;
        line-height: 40px;
        white-space: unset;
    }

    .join-revolution-hero-section .heading-holder p {
        font-size: 16px;
    }


    .join-revolution-hero-section .join-revolution-button .search-button {
        right: 18px;
    }
}

@media (max-width: 576px) {
    .join-revolution-hero-section .heading-holder h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .join-revolution-hero-section .heading-holder p {
        font-size: 14px;
    }

    .join-revolution-hero-section .join-revolution-button .search-button {
        padding: 10px 15px;
        font-size: 15px;
    }
}

/*///////////////////////////////////////////////////////////////////CSS End For Join Revolution Hero Section Section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Revolution Platform Section//////////////////////////////////////////////////////////////////////////////////////*/


.revolution-platform-section {
    padding: 80px 0 80px;
}

.revolution-platform-section .revolution-text h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(9, 9, 9, 1);
    white-space: pre-line;
}

.revolution-platform-section .revolution-paragraph {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.revolution-platform-section .revolution-paragraph p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line;
    margin: 0;
    color: rgba(83, 83, 83, 1);
}

.revolution-platform-section .revolution-platform-info {
    margin-top: 40px;
    background: rgba(253, 253, 253, 1);
    border: 1px solid rgba(231, 228, 228, 1);
    border-radius: 8px;
    padding: 30px;
}

.revolution-platform-section .revolution-platform-info h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    border-bottom: 1px solid rgba(206, 198, 198, 1);
    padding-bottom: 15px;
    margin-bottom: 0;
}

.revolution-platform-section .revolution-platform-info p {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    white-space: pre-line;
}


@media (max-width: 992px) {

    .revolution-platform-section {
        padding: 20px;
    }

    .revolution-platform-section .container {
        max-width: 100% !important;
    }

    .revolution-platform-section .revolution-platform-info h2 {
        margin-bottom: 25px;
    }

    .revolution-platform-section .revolution-platform-info p {
        font-size: 18px;
        line-height: 24px;
        white-space: unset;
        margin: 0;
    }
}

@media (max-width: 768px) {

    .revolution-platform-section .revolution-text h1 {
        font-size: 32px;
        line-height: 35px;
        white-space: unset;
    }

    .revolution-platform-section .revolution-paragraph {
        justify-content: flex-start;
    }

    .revolution-platform-section .revolution-platform-info p {
        font-size: 14px;
        line-height: 20px;
    }
}

/*///////////////////////////////////////////////////////////////////CSS End For Revolution Platform Section//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Key Feature Section//////////////////////////////////////////////////////////////////////////////////////*/


.key-feature-section {
    background-color: rgba(249, 249, 249, 1);
    padding: 80px 0;
}

.key-feature-section .feature-image img {
    width: 100%;
}

.key-feature-section .key-feature-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(9, 9, 9, 1);
    text-align: center;
    margin-bottom: 40px;

}

.key-feature-section .key-feature-info {
    background: rgba(255, 255, 255, 1);
    padding: 24px;
    border: 1px solid rgba(240, 240, 240, 1);
    border-radius: 10px;
    box-shadow: 0px 2px 32px 0px rgba(77, 172, 77, 0.08);
    margin-bottom: 15px;
}

.icon-text-holder {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
}

.icon-text-holder img {
    width: 32px;
}

.icon-text-holder h1 {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(9, 9, 9, 1);
    margin: 0;
}

.key-feature-section .key-feature-info p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(83, 83, 83, 1);
}

@media (max-width: 1440px) {


    .key-feature-section .container {

        max-width: 100%;
    }


    .key-feature-section .feature-image-wrap-column {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }

    .key-feature-section .key-feature-info-wrap-column {
        padding-right: 20px;
    }

}

@media (max-width: 1066px) {
    .icon-text-holder h1 {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .icon-text-holder h1 {
        line-height: 16px;
    }
}

@media (max-width: 992px) {


    .icon-text-holder h1 {
        font-size: 16px;
    }

    .key-feature-section .key-feature-info p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 872px) {
    .icon-text-holder h1 {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .key-feature-section .key-feature-info-wrap-column {
        padding-right: 20px;
        padding-left: 20px;
    }

    .key-feature-section {
        padding: 30px 0;
    }

    .key-feature-section .key-feature-heading h1 {
        font-size: 32px;
        line-height: 35px;
    }

}

@media (max-width: 430px) {
    .payment-section .payment-method-text h1 {
        font-size: 25px;
        line-height: 32px;
    }
}


/*///////////////////////////////////////////////////////////////////CSS End For Key Feature Section//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////CSS END FOR JOI REVOLUTION PAGE//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS START FOR ORDER LIST PAGE//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Payment Needed Section//////////////////////////////////////////////////////////////////////////////////////*/

.payment-needed-section {
    padding: 80px 0 0;
}

.payment-needed-section .payment-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.payment-needed-section .payment-heading h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.payment-needed-section a {
    text-decoration: none !important;
}

.payment-needed-section .card-container {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 20px;
}

.payment-needed-section .card-container .order-card-img img {
    width: 200px;
    height: 142px;
    object-fit: cover;
}

.payment-needed-section .card-container .order-card-info {
    width: 100%;
}

.payment-needed-section .card-container .order-card-info .name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-needed-section .card-container .order-card-info .name-price h1 {
    font-family: 'GRIFTER', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
}

.payment-needed-section .card-container .order-card-info .name-price h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #239723;
}

.payment-needed-section .card-container .order-card-info p {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
    margin: 0;
    width: 85%;
}

.payment-needed-section .card-container .order-card-info .author-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-needed-section .card-container .order-card-info .author-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
    align-items: center;
}

.payment-needed-section .card-container .order-card-info .author-info ul li {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.payment-needed-section .card-container .order-card-info .author-info ul li .pending-status {
    color: rgba(237, 38, 38, 1);
}

.payment-needed-section .card-container .order-card-info .author-info .detail-button-holder {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    padding: 10px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-needed-section .card-container .order-card-info .author-info .detail-button-holder a {
    font-family: 'GRIFTER', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


.payment-needed-section .previous-payment-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.payment-needed-section .previous-payment-button button {
    color: white;
    border: none;
    border-radius: 60px;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
}


@media (max-width: 991px) {

    .payment-needed-section {
        padding: 30px 0 0;
    }

    .payment-needed-section .container {
        max-width: 100%;
        padding: 0 50px;
    }
}

@media (max-width: 860px) {
    .payment-needed-section .card-container .order-card-info .author-info {
        display: block;
    }

    .payment-needed-section .card-container .order-card-info .author-info ul {
        margin: 10px auto;
    }
}

@media (max-width: 767px) {

    .payment-needed-section .card-container .order-card-info p {
        width: 100%;
    }

    .payment-needed-section .container {
        padding: 0 20px;
    }

    .payment-needed-section .payment-heading h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .payment-needed-section .card-container .order-card-info .name-price h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .payment-needed-section .card-container .order-card-info .name-price h4 {
        font-size: 16px;
        margin: 0;
        line-height: 20px;
    }

    .payment-needed-section .card-container .order-card-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .payment-needed-section .card-container .order-card-info .author-info ul li {
        font-size: 14px;
    }

    .payment-needed-section .card-container .order-card-info .author-info ul li img {
        width: auto;
    }

    .payment-needed-section .card-container .order-card-info .author-info .detail-button-holder a {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 730px) {

    .payment-needed-section .card-container {
        flex-direction: column;
    }


}

@media (max-width: 520px) {
    .payment-needed-section .card-container .order-card-info .author-info ul {
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        gap: 15px;
    }
}

@media (max-width: 430px) {
    .payment-needed-section .payment-heading {
        margin-bottom: 20px;
    }

    .payment-needed-section .payment-heading h1 {
        font-size: 25px;
        line-height: 32px;
    }
}

/*///////////////////////////////////////////////////////////////////CSS End For Payment Needed Section//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS End FOR ORDER LIST PAGE//////////////////////////////////////////////////////////////////////////////////////*/











/*/////////////////////////////////////////////////////////////////////////////CSS START FOR CHECKOUT  PAGE//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Check Out Hero Section//////////////////////////////////////////////////////////////////////////////////////*/
.check-out-hero-section {
    background-image: url(../images/hero-section-main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 135px 20px 0;
    margin-top: -122px;
}

.check-out-heading-section {
    padding: 70px 0;
}

.check-out-heading-section .heading-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.check-out-heading-section .heading-holder h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    font-family: 'GRIFTER', sans-serif;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.check-out-heading-section .heading-holder p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    margin: 0;
}

.check-out-heading-section .heading-holder span {
    margin: 0;
    color: rgba(57, 162, 72, 1);
    font-weight: 700;
}

/*///////////////////////////////////////////////////////////////////CSS End For Check Out Hero Section//////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////CSS Start For Check Out Form Section//////////////////////////////////////////////////////////////////////////////////////*/

.check-out-heading-section .billing-address {
    background-color: white;
    padding: 1px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.check-out-heading-section .form-holder h2 {
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

.check-out-heading-section .form-holder .form-group {
    margin-bottom: 15px;
}

.check-out-heading-section .form-holder .form-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.check-out-heading-section .form-holder .form-row .form-group {
    flex: 1;
    margin-right: 10px;
}

.check-out-heading-section .form-holder .form-row .form-group:last-child {
    margin-right: 0;
}

.check-out-heading-section .form-holder .form-row .form-group .address-1 {
    margin-bottom: 15px;
}

.form-holder input[type="text"],
.form-holder input[type="email"],
.form-holder input[type="tel"],
.form-holder input[type="password"],
.form-holder input[type="number"],
.check-out-heading-section .form-holder input[type="number"] {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid rgba(96, 96, 96, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .form-holder select {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(96, 96, 96, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .form-holder .radio-group-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 14px 20px;
    border: 1px solid rgba(96, 96, 96, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .form-holder .radio-group-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    border: 1px solid rgba(96, 96, 96, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .form-holder .radio-group input {
    margin-right: 5px;
}

.check-out-heading-section .form-holder .checkbox-group {
    margin: 20px 0;
    font-size: 14px;
    color: #555;
}

.check-out-heading-section .form-holder .payment-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    padding: 3px 20px;
    border-bottom: 1px solid rgba(96, 96, 96, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Satoshi', sans-serif;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .form-holder .payment-method .checkbox-text {
    display: flex;
    gap: 20px;
}

.check-out-heading-section .form-holder .payment-method img {
    width: auto;
    height: auto;

}

.check-out-heading-section .form-holder .terms {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/*///////////////////////////////////////////////////////////////////CSS End For Check Out Form Section//////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////CSS Start For Check Out Order Summary Section//////////////////////////////////////////////////////////////////////////////////////*/

.check-out-heading-section .order-summary {
    background-color: rgba(250, 250, 250, 1);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}

.check-out-heading-section .order-summary h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'GRIFTER', sans-serif;
    color: rgba(9, 9, 9, 1);
    margin-bottom: 10px;
}

.check-out-heading-section .order-summary .shop-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-out-heading-section .order-summary .shop-price p {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
}

.check-out-heading-section .order-summary .shop-price h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: rgba(57, 162, 72, 1);
    font-family: 'GRIFTER', sans-serif;
}

.check-out-heading-section .order-summary .description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
    font-family: 'Satoshi', sans-serif;
}

.check-out-heading-section .order-summary .customer-date ul {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    margin-bottom: 10px;
}

.check-out-heading-section .order-summary .customer-date ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.check-out-heading-section .order-summary .customer-date ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
}


.check-out-heading-section .order-summary .sub-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(223, 217, 217, 1);
    border-bottom: 1px solid rgba(223, 217, 217, 1);
    padding: 5px 0;
}

.check-out-heading-section .order-summary .sub-total p {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(96, 96, 96, 1);
}

.check-out-heading-section .order-summary .sub-total h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'GRIFTER', sans-serif;
}


.check-out-heading-section .order-summary .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.check-out-heading-section .order-summary .total p {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(9, 9, 9, 1);
}

.check-out-heading-section .order-summary .total h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: rgba(57, 162, 72, 1);
    font-family: 'GRIFTER', sans-serif;
}



.check-out-heading-section .order-summary .order-pay-button {
    text-decoration: none !important;
}

.check-out-heading-section .order-summary .order-pay-button button {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1) !important;
    padding: 10px 0;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'GRIFTER', sans-serif;
    width: 100%;
    margin-top: 15px;
}

.vendor_search {
    text-decoration: none !important;
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1) !important;
    padding: 10px 0 !important;
    border: none !important;
    border-radius: 60px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    font-family: 'GRIFTER', sans-serif !important;
    width: 100% !important;
    margin-top: 15px !important;
}

.check-out-heading-section .order-summary .payment-method-icon {
    width: 100% !important;
    margin: 15px auto 0;
    text-align: center;
}

.check-out-heading-section .order-summary .payment-method-icon img {
    width: auto;
    height: 35px;
}



.dropdown-item.active,
.dropdown-item:active {
    background-color: #6dbf53 !important;
}

.dropdown-item:focus {
    color: #fff !important;
    background-color: #62b14a !important;
}

.burger-header-section .burger-header-nav nav li a:active {
    color: #fff !important;
    background-color: #62b14a !important;
}

.burger-header-section .burger-header-nav nav li a:hover,
.burger-header-section .burger-header-nav nav li a:focus {
    background: #6dbf53 !important;
}

.form-check-input:checked {
    background-color: #5cdd1a !important;
    border-color: #5cdd1a !important;
}

/*///////////////////////////////////////////////////////////////////CSS End For Check Out Order Summary Section//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////// Responsive CSS Start For Check Out Page//////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1440px) {
    .check-out-heading-section .container {
        max-width: 100% !important;
        padding: 70px;
    }
}

@media (max-width: 1240px) {
    .check-out-heading-section .container {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .check-out-heading-section {
        padding: 20px 0;
    }

}

@media (max-width: 900px) {

    .check-out-heading-section .order-summary .total h4 {
        font-size: 22px;
    }

    .check-out-heading-section .order-summary .order-pay-button button {

        font-size: 16px;

    }
}

@media (max-width: 830px) {
    .check-out-heading-section .order-summary .customer-date ul {
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .check-out-heading-section .heading-holder {
        flex-direction: column;
    }


    .check-out-heading-section .heading-holder h1 {
        font-size: 32px;
        line-height: 35px;

    }

    .check-out-heading-section .order-summary {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .check-out-heading-section .heading-holder p {
        font-size: 16px;
    }

    .form-holder h2 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 25px;

    }

    .check-out-heading-section .order-summary h2 {
        font-size: 22px;
        line-height: 25px;

    }
}

@media (max-width: 400px) {
    .check-out-heading-section .order-summary .customer-date ul {
        gap: 30px;
    }
}

@media (max-width: 375px) {
    .check-out-heading-section .order-summary .customer-date ul {
        gap: 5px;
        flex-direction: column;
    }
}

/*/////////////////////////////////////////////////////////////////// Responsive CSS End For Check Out Page//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS End FOR CHECKOUT  PAGE//////////////////////////////////////////////////////////////////////////////////////*/












/*/////////////////////////////////////////////////////////////////////////////CSS START FOR VENDER LOGIN  PAGE//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////CSS Start For Vender Login Form Section//////////////////////////////////////////////////////////////////////////////////////*/

.vender-login-section {
    padding: 80px 0;
}

.vender-login-section .form-heading h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'GRIFTER', sans-serif;
    color: rgba(9, 9, 9, 1);
}

.vender-login-section .form-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
    font-family: 'Satoshi', sans-serif;
}

.vender-login-section .form-holder {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.vender-login-section .form-holder h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

.vender-login-section .form-holder .form-group {
    margin-bottom: 15px;
}

.vender-login-section .form-holder .form-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.vender-login-section .form-holder .form-row .form-group {
    flex: 1;
    margin-right: 10px;
}

.vender-login-section .form-holder .form-row .form-group:last-child {
    margin-right: 0;
}

.vender-login-section .form-holder .form-row .form-group .address-1 {
    margin-bottom: 15px;
}

.vender-login-section .form-holder .all-country-contact {
    display: grid;
}

.vender-login-section .form-holder label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 61, 63, 1);
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 10px;
}

.vender-login-section .form-holder input[type="text"],
.vender-login-section .form-holder input[type="email"],
.vender-login-section .form-holder input[type="tel"],
.vender-login-section .form-holder input[type="password"],
.vender-login-section .form-holder input[type="business-name"],
.vender-login-section .form-holder input[type="business-address"],
.vender-login-section .vender-login-section .form-holder input[type="number"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}

.vender-login-section .form-holder select {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}


.vender-login-section .form-holder .sign-up-button {
    text-decoration: none !important;
}

.vender-login-section .form-holder .sign-up-button button {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1);
    padding: 20px 0;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'GRIFTER', sans-serif;
    width: 100%;
    margin-top: 20px;
}

.vender-login-section .form-holder .login-text {
    margin-top: 15px;
}

.vender-login-section .form-holder .login-text p {
    color: rgba(85, 95, 97, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}

.vender-login-section .form-holder .login-text p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

/*///////////////////////////////////////////////////////////////////CSS End For Vender Login Form Section//////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////CSS Start For Vender Login -> Sign Up Section//////////////////////////////////////////////////////////////////////////////////////*/


.vender-login-section .login-form-holder h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

.vender-login-section .login-form-holder .form-group {
    margin-bottom: 15px;
}

.vender-login-section .login-form-holder .form-row .form-group {
    flex: 1;
    margin-right: 10px;
}

.vender-login-section .login-form-holder .form-row .form-group:last-child {
    margin-right: 0;
}

.vender-login-section .login-form-holder label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 61, 63, 1);
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 10px;
}

.vender-login-section .login-form-holder input[type="text"],
.vender-login-section .login-form-holder input[type="email"],
.vender-login-section .login-form-holder input[type="tel"],
.vender-login-section .login-form-holder input[type="password"],
.vender-login-section .login-form-holder input[type="business-name"],
.vender-login-section .login-form-holder input[type="business-address"],
.vender-login-section .vender-login-section .login-form-holder input[type="number"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}

.vender-login-section .login-form-holder select {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}


.vender-login-section .login-form-holder .sign-up-button {
    text-decoration: none !important;
}

.vender-login-section .login-form-holder .sign-up-button button {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1);
    padding: 20px 0;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'GRIFTER', sans-serif;
    width: 100%;
    margin-top: 20px;
}

.vender-login-section .login-form-holder .login-text {
    margin-top: 15px;
}

.vender-login-section .login-form-holder .login-text p {
    color: rgba(85, 95, 97, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}

.vender-login-section .login-form-holder .login-text p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}






.vender-login-section .login-form-holder .password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.vender-login-section .login-form-holder .password-container input {
    padding-right: 30px;
    /* Space for the eye icon */
}

.vender-login-section .login-form-holder .password-container .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.vender-login-section .login-form-holder .checkbox-group .remember-check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.vender-login-section .login-form-holder .checkbox-group .remember-check label {
    margin: 0;
}


.vender-login-section .login-form-holder .checkbox-group {
    display: flex;
    justify-content: space-between;
}


.vender-login-section .login-form-holder .checkbox-group .forgot-text a {
    color: rgba(57, 162, 72, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}


/*///////////////////////////////////////////////////////////////////CSS End For Vender Login -> Sign Up Section//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////// Responsive CSS Start For Vender Login Page//////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1440px) {
    .vender-login-section .container {
        max-width: 100% !important;
        padding: 70px;
    }
}

@media (max-width: 1240px) {
    .vender-login-section .container {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .vender-login-section {
        padding: 20px 0;
    }

}

@media (max-width: 900px) {

    .vender-login-section .order-summary .total h4 {
        font-size: 22px;
    }

    .vender-login-section .order-summary .order-pay-button button {

        font-size: 16px;

    }
}

@media (max-width: 830px) {
    .vender-login-section .order-summary .customer-date ul {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .vender-login-section .form-holder {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .vender-login-section .heading-holder {
        flex-direction: column;
    }


    .vender-login-section .heading-holder h1 {
        font-size: 32px;
        line-height: 35px;

    }

    .vender-login-section .order-summary {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .vender-login-section .heading-holder p {
        font-size: 16px;
    }

    .vender-login-section .form-holder h2 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 25px;

    }

    .vender-login-section .order-summary h2 {
        font-size: 22px;
        line-height: 25px;

    }
}

@media (max-width: 400px) {
    .vender-login-section .order-summary .customer-date ul {
        gap: 30px;
    }
}

@media (max-width: 375px) {
    .vender-login-section .order-summary .customer-date ul {
        gap: 5px;
        flex-direction: column;
    }
}

/*/////////////////////////////////////////////////////////////////// Responsive CSS End For Vender Login Page//////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////CSS End FOR VENDER LOGIN PAGE//////////////////////////////////////////////////////////////////////////////////////*/













/*/////////////////////////////////////////////////////////////////////////////CSS End FOR User LOGIN PAGE//////////////////////////////////////////////////////////////////////////////////////*/


.user-login-section {
    padding: 80px 0;
}

.user-login-section .form-heading h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'GRIFTER', sans-serif;
    color: rgba(9, 9, 9, 1);
}

.user-login-section .form-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(83, 83, 83, 1);
    font-family: 'Satoshi', sans-serif;
}

.user-login-section .form-holder {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.user-login-section .form-holder h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

.user-login-section .form-holder .form-group {
    margin-bottom: 15px;
}

.user-login-section .form-holder .form-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.user-login-section .form-holder .form-row .form-group {
    flex: 1;
    margin-right: 10px;
}

.user-login-section .form-holder .form-row .form-group:last-child {
    margin-right: 0;
}

.user-login-section .form-holder .form-row .form-group .address-1 {
    margin-bottom: 15px;
}

.user-login-section .form-holder .all-country-contact {
    display: grid;
}

.user-login-section .form-holder label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 61, 63, 1);
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 10px;
}

.user-login-section .form-holder label span {
    color: red;
}

.user-login-section .form-holder input[type="text"],
.user-login-section .form-holder input[type="email"],
.user-login-section .form-holder input[type="tel"],
.user-login-section .form-holder input[type="password"],
.user-login-section .form-holder input[type="business-name"],
.user-login-section .form-holder input[type="business-address"],
.user-login-section .vender-login-section .form-holder input[type="number"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}

.user-login-section .form-holder select {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}


.user-login-section .form-holder .sign-up-button {
    text-decoration: none !important;
}

.user-login-section .form-holder .sign-up-button button {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1);
    padding: 20px 0;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'GRIFTER', sans-serif;
    width: 100%;
    margin-top: 20px;
}

.user-login-section .form-holder .login-text {
    margin-top: 15px;
}

.user-login-section .form-holder .login-text p {
    color: rgba(85, 95, 97, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}

.user-login-section .form-holder .login-text p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}






.user-login-section .login-form-holder h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}

.user-login-section .login-form-holder .form-group {
    margin-bottom: 15px;
}

.user-login-section .login-form-holder .form-row .form-group {
    flex: 1;
    margin-right: 10px;
}

.user-login-section .login-form-holder .form-row .form-group:last-child {
    margin-right: 0;
}

.user-login-section .login-form-holder label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 61, 63, 1);
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 10px;
}

.user-login-section .login-form-holder label span {
    color: red;
}

.user-login-section .login-form-holder input[type="text"],
.user-login-section .login-form-holder input[type="email"],
.user-login-section .login-form-holder input[type="tel"],
.user-login-section .login-form-holder input[type="password"],
.user-login-section .login-form-holder input[type="business-name"],
.user-login-section .login-form-holder input[type="business-address"],
.user-login-section .vender-login-section .login-form-holder input[type="number"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}

.user-login-section .login-form-holder select {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(205, 210, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: black;
}


.user-login-section .login-form-holder .sign-up-button {
    text-decoration: none !important;
}

.user-login-section .login-form-holder .sign-up-button button {
    background: linear-gradient(180deg, #39A248 23.19%, #64BD55 56.3%, #71BF4F 88.12%);
    color: rgba(255, 255, 255, 1);
    padding: 20px 0;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'GRIFTER', sans-serif;
    width: 100%;
    margin-top: 20px;
}

.user-login-section .login-form-holder .login-text {
    margin-top: 15px;
}

.user-login-section .login-form-holder .login-text p {
    color: rgba(85, 95, 97, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}

.user-login-section .login-form-holder .login-text p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(9, 9, 9, 1);
    font-family: 'Satoshi', sans-serif;
}






.user-login-section .login-form-holder .password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.user-login-section .login-form-holder .password-container input {
    padding-right: 30px;
    /* Space for the eye icon */
}

.user-login-section .login-form-holder .password-container .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.user-login-section .login-form-holder .checkbox-group .remember-check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.user-login-section .login-form-holder .checkbox-group .remember-check label {
    margin: 0;
}

.user-login-section .login-form-holder .checkbox-group {
    display: flex;
    justify-content: space-between;
}

.user-login-section .login-form-holder .checkbox-group .forgot-text a {
    color: rgba(57, 162, 72, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Satoshi', sans-serif;
}


/*/////////////////////////////////////////////////////////////////// Responsive CSS Start For Vender Login Page//////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1440px) {
    .user-login-section .container {
        max-width: 100% !important;
        padding: 70px;
    }
}

@media (max-width: 1240px) {
    .user-login-section .container {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .user-login-section {
        padding: 20px 0;
    }

}

@media (max-width: 900px) {

    .user-login-section .order-summary .total h4 {
        font-size: 22px;
    }

    .user-login-section .order-summary .order-pay-button button {

        font-size: 16px;

    }
}

@media (max-width: 830px) {
    .user-login-section .order-summary .customer-date ul {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .user-login-section .form-holder {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .user-login-section .heading-holder {
        flex-direction: column;
    }


    .user-login-section .heading-holder h1 {
        font-size: 32px;
        line-height: 35px;

    }

    .user-login-section .order-summary {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .user-login-section .heading-holder p {
        font-size: 16px;
    }

    .user-login-section .form-holder h2 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 25px;

    }

    .user-login-section .order-summary h2 {
        font-size: 22px;
        line-height: 25px;

    }
}

@media (max-width: 450px) {
    .user-login-section .form-holder .sign-up-button button {
        padding: 10px 0;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .user-login-section .login-form-holder .sign-up-button button {
        padding: 10px 0;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 400px) {
    .user-login-section .order-summary .customer-date ul {
        gap: 30px;
    }
}

@media (max-width: 375px) {
    .user-login-section .order-summary .customer-date ul {
        gap: 5px;
        flex-direction: column;
    }
}

/*/////////////////////////////////////////////////////////////////// Responsive CSS End For Vender Login Page//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////CSS End FOR User LOGIN Page//////////////////////////////////////////////////////////////////////////////////////*/