
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
:root {
    --reg-txt-primary-clr: #212629;
    --reg-txt-second-clr: #8b94a0;
    --reg-txt-third-clr: #5f636b;
    --reg-txt-fourth-clr: #6c27fc;
    --reg-btn-txt-primary-clr: #6c27fc;
    --reg-btn-txt-second-clr: #fafafa;
    --reg-btn-primary-clr: #6c27fc;
    --reg-btn-second-clr: #c3c9d4;
    --reg-btn-primary-bck: ;
    --reg-btn-hover-clr: #b08cfd;
    --reg-btn-hover-second-clr: #d7dbe1;
    --reg-btn-hover-third-clr: #d8c5fe;
    --reg-btn-txt-second-hvr-clr: #ffffff;
    --icon-back-clr: rgba(237, 234, 255, 0.247);
    --icon-back-secod-clr: #f2f2f2;
    --icon-back-hover-clr: #e4d8fe;

}

.cl:after {
    content: "" !important;
    display: table !important;
    clear: both;
}
.fl{
    float: left;
}
.h-center, .v-center{
    display: flex;
}
.h-center{
    align-items: center;
}
.v-center{
    justify-content: center;
}

/* ---- Regitration ---- */
.seller-registration{
    width: 100%;
    background: #FAF8F0;
}
.reg-top{
    width: 100%;
    padding: 20px 80px;
}
.reg-pg-lg-area{
    width: 50%;
    float: left;
}
.reg-pg-lg-area a img{
    width: 60px;
}
.reg-pg-lgn-area{
    width: 50%;
    margin-top: 15px;
    float: left;
}
.reg-pg-lgn-area span{
    font-size: 16px;
    color: var(--reg-txt-primary-clr);
    font-weight: 600;
    margin-top: 8px;
}
.reg-login{
    padding: 7px 30px;
    color: #fff;
    background: #45262F;
    border: 1px solid #45262F;
    margin-left: 15px;
    border-radius: 5px;
    transition: 0.2s;
}
.reg-login:hover{
    color: #45262F;
    background: #fff;
}
.reg-btm{
    margin-top: 20px;
}
.reg-lft{
    width: 50%;
    height: 110vh;
    padding-left: 80px;
   /* background: rgba(237, 234, 255, 0.247);
    background-color: rgba(216, 197, 254, 0.2);*/
}
.reg-lft-img{
    padding: 20px 30px;
}
.reg-lft-txt{
    font-family: 'Roboto', sans-serif;
    color: #45262F;
    font-size: 14px;
    font-weight: 500;
    margin: 40px 0;
}
.reg-lft-btm-row{
    width: 100%;
    margin: 10px 0;
}
.reg-lft-btm-one-3rd{
    width: calc(33.3333% - 10px);
    background: #fff;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    float: left;
}
.reg-lft-btm-row .reg-lft-btm-one-3rd:last-child{
    margin-right: 0;
}
.reg-lft-btm-crl{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    background: #45262F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-lft-btm-crl i{
    font-size: 14px;
    color: #fff;
}
.reg-lft-btm-txt{
    font-family: 'Roboto', sans-serif;
    color: #68595E;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.reg-right{
    width: 50%;
}

.reg-rgt-container{
    width: 90%;
    padding: 20px 10%;
    margin: 0 auto;
    float: right;
}
.reg-heading{
    margin-top: 20px;
}
.reg-heading h2{
    font-family: 'Roboto', sans-serif;
    color: #45262F;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.reg-heading p{
    font-family: 'Roboto', sans-serif;
    color: #45262F80;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 30px 0;
}
.form-row{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}
.tlpn-code-drdn{
    width: 95px;
    color: #45262F80;
    border: 1px solid gray;
    padding-left: 10px;
    padding-right: 0 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 5px;
    border-right: none;
    height: 46px;
    /*background: #fff;*/
    float: left;
}
.phn-nmbr-input{
    width: calc(100% - 95px) !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    float: left;
}
.form-row-mbl-n{
    width: calc(100% - 120px);
}
.reg-otp-btn{
    width: 110px;
    height: 46px;
    margin-left: 10px;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
}
.reg-otp-btn, .create-btn-area button, .reg-login{
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 700;
}
.reg-otp-btn, .create-btn-area button{
    color: #fafafa;
    border: 1px solid #45262F;
    background-color: #45262F;
    transition: 0.3s;
    cursor: pointer;
}
.reg-otp-btn:hover, .create-btn-area button:hover{
    color: #45262F;
    background-color: #fff;
}
.create-btn-area button{
    border: 1px solid #45262F !important;
    margin-top: 10px;
}
.create-btn-area button:hover{
    color: #45262F;
    background: #fff
}
.otp-box{
    width: calc(25% - 15px) !important;
    margin-left: 20px;
}
#otpInputs .otp-box:first-child {
    margin-left: 0;
}
.password-inst-area{
    margin: 15px 0;
}
.password-inst-area-head{
    font-weight: 600;
    margin-bottom: 5px;
}
.password-inst-row{
    width: 100%;
    margin-bottom: 5px;
}
.password-inst-area-head, .password-inst-txt{
    font-size: 12px;
    color: #5f636b;
}
.password-inst-crl{
    width: 5px;
    height: 5px;
    display: block;
    padding: 5px;
    margin: 5px 10px 0 0;
    background: #e1e4ea;
    border-radius: 50%;
}
.checkbox-msg-area{
    margin: 20px 0;
}
.checkbox-msg-area input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #45262F;
    background-color: white;
    cursor: pointer;
    position: relative;
    display: inline-block;
    top: 2px;
}

/* Checked state */
.checkbox-msg-area input[type="checkbox"]:checked {
    background-color: #45262F;
    border: 1px solid #45262F;
}

/* Add checkmark when checked */
.checkbox-msg-area input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 10px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}
 /* Hover effect with light background circle */
 .checkbox-msg-area input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(216, 197, 254, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease-in-out;
    z-index: -1;
}
/* Show circle when hovering */
.checkbox-msg-area input[type="checkbox"]:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.checkbox-msg-txt{
    font-size: 13px;
    color: #8b94a0;
    margin-left: 10px;
    letter-spacing: .2px;
}
.checkbox-icon {
    width: 20px;
    height: 20px;
}
.checkbox-text {
    font-size: 14px;
    font-weight: 500;
    color: #25D366;
}
.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(216, 197, 254, 0.2);
   /* background: linear-gradient(45deg, #4CAF50, #2196F3);
    animation: backgroundPulse 2s infinite alternate;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

/*.icon-container i {
    font-size: 30px;
    color: white;
}

@keyframes backgroundPulse {
    0% {
        background: linear-gradient(45deg, #4CAF50, #2196F3);
    }
    100% {
        background: linear-gradient(45deg, #FF9800, #E91E63);
    }
}*/
.icon-container i{
    font-weight: 700;
    font-size: 12px;
    color: var(--reg-btn-hover-clr);
}
.create-btn-area{
    width: 100%;
    padding: 5px 0;
}
.create-btn-area button{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    border: none;
}
.terms-condition-area{
    text-align: center;
    padding: 5px 0;
}
.terms-condition-area span{
    font-size: 12px;
    font-weight: 500;
    color: #8b94a0;
}
.terms-condition-area span a{
    color: #45262F;
}
.terms-condition-area span a:hover{
    color: #45262F80;
    cursor: pointer;
}
.error_msg{
    color: red;
    display: none;
}




/*
    --reg-txt-primary-clr: #212629;
    --reg-txt-second-clr: #8b94a0;
    --reg-txt-third-clr: #5f636b;
    --reg-txt-fourth-clr: #6c27fc;
    --reg-btn-txt-primary-clr: #6c27fc;
    --reg-btn-txt-second-clr: #fafafa;
    --reg-btn-primary-clr: #6c27fc;
    --reg-btn-second-clr: #c3c9d4;
    --reg-btn-primary-bck: ;
    --reg-btn-hover-clr: #b08cfd;
    --reg-btn-hover-second-clr: #d7dbe1;
    --reg-btn-hover-third-clr: #d8c5fe;
    --reg-btn-txt-second-hvr-clr: #ffffff;
    --icon-back-clr: rgba(237, 234, 255, 0.247);
    --icon-back-secod-clr: #f2f2f2;
    --icon-back-hover-clr: #e4d8fe;
*/



.business-groth-sec{
    width: 100%;
    padding: 30px 0;
}
.bns-grth-heading span{
    font-size: 16px;
    color: var(--reg-txt-primary-clr);
    font-weight: 700;
}
.email-input, .form-password{
    width: 50%;
    float: left;
}
.form-password{
    padding-left: 20px;
}
.password-inst-area{
    width: 100%;
    margin-top: 0;
}


/* Tax details */
.reg-lft{
    padding-right: 30px;
}
#taxDetails .reg-lft-img{
    margin-top: 80px;
}
#pickupAddress .reg-lft-img, #sellerBnkDetails .reg-lft-img, #sellerShopDetails .reg-lft-img{
    margin-top: 120px;
}
#taxDetails .reg-right, #pickupAddress .reg-right, #sellerBnkDetails .reg-right, #sellerShopDetails .reg-right{
    padding: 30px 80px;
}
.form-group-row{
    width: 100%;
}
.form-group{
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
}
.form-group-row .form-group:last-child{
    margin-right: 0;
}
.form-group label{
    font-family: 'Roboto', sans-serif;
    color: #45262F80 !important;
    font-size: 12px;
    font-weight: 500;
}
.tax-radio-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.tax-radio-btn input[type="radio"] {
    margin: 0;
}
#taxDetails .checkbox-msg-area{
    margin: 0 0 15px 0;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    text-align: center;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #e1e1e6;
}
.stat-box {
    display: flex;
    align-items: center;
    /*background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s;
}
.stat-box:hover {
    transform: scale(1.05);
}
.stat-icon {
    font-size: 30px;
    color: #6200ea;
    margin-right: 15px;
}
.stat-content {
    text-align: left;
}
.stat-number {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.stat-text {
    font-size: 14px;
    color: #666;
}
.reg-right-btm-sec{
    padding: 40px 0;
}
.reg-right-btn-sec-inr{
    margin-top: 20px;
}
.tax-details, .bnk-acnt {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    gap: 10px;
    position: relative;
}
.tick-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--reg-btn-hover-third-clr);
    color: var(--reg-txt-third-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
.tax-details span, .non-gst span, .gst span, .bnk-acnt span{
    font-size: 14px;
    color: var(--reg-txt-third-clr);
    font-weight: 500;
}
.info-icon {
    font-size: 16px;
    color: #007bff;
    cursor: pointer;
    position: relative;
}
/* Tooltip */
.tooltip {
    width: 200px;
    position: absolute;
    bottom: -70px;
    left: 110px;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.tooltip a {
    color: #FFD700;
    text-decoration: underline;
}
.tooltip a:hover {
    color: #FFEB79;
}
.non-gst, .gst{
    margin-left: 15px;
    padding-top: 15px;
}
span.filed-crcl{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 9px 10px 0 0;
    background-color: var(--reg-txt-primary-clr);
    float: left;
    display: block;
}

.bordered-text-non-gst p{
    border: 1px solid var(--reg-btn-txt-primary-clr);
    color: var(--reg-btn-txt-primary-clr);
}
.bordered-text-non-gst p, .bordered-text-gst p{
    padding: 0 8px;
    margin: 1px 0 0 10px;
    background: #f0f0f0;
    border-radius: 12px;
    font-size: 12px;
}
.bordered-text-gst{
    font-size: 12px;
    color: var(--reg-btn-txt-primary-clr);
}
.bordered-text-gst p{
    color: var(--reg-txt-third-clr);
}
.bnk-acnt{
    margin-top: 15px;
}

.password-valid {
    background-color: green !important;
}

/* ---- Regitration Details---- */

/* ### ---- Step section---- ### */
.steps-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;margin-bottom: 20px;
}
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 25%;
    position: relative;
}
/* Default Step Icon */
.step-icon {
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #999;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
}
.step-title {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
/* Completed Step (Green Checkmark) */
.completed .step-icon {
    background-color: #28a745;
    color: white;
    border: none;
}
.completed .step-title{
    color: #28a745;
    padding: 0 5px;
}
/* Selected Step (Blue) */
.selected .step-icon {
    color: var(--reg-btn-primary-clr);
    border-color: var(--reg-btn-primary-clr);
}
.selected .step-title {
    color: var(--reg-btn-primary-clr);
    font-weight: bold;
}
/* Progress Line */
.progress-line-container {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-top: 10px;
}
.progress-line-highlight {
    position: absolute;
    left: 0;
    /*width: 50%;  Adjust this width dynamically based on progress */
    height: 2px;
    background-color: var(--reg-btn-primary-clr);
}




/* ### ---- Eof Step section---- ### */


@keyframes fadeBackground {
    0% {
        background: rgba(184, 104, 249, 0.5); /* Light purple */
        opacity: 0.5;
    }
    50% {
        background: rgba(184, 104, 249, 1); /* Full purple */
        opacity: 1;
    }
    100% {
        background: rgba(184, 104, 249, 0.5); /* Light purple */
        opacity: 0.5;
    }
}


.pickup-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    backdrop-filter: blur(8px); /* Blurred background effect */
    animation: fadeBackground 2s infinite alternate ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transition: background 0.5s ease-in-out, opacity 0.5s ease-in-out;
    min-width: 30px; /* Ensures it doesn't shrink */
    flex-shrink: 0; /* Prevents shrinking when text wraps */
}

.pickup-icon i {
    color: white;
    font-size: 12px;
}

.top-frm-area {
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--icon-back-hover-clr);
    color: var(--reg-txt-primary-clr);
    margin: 20px 0;
    border-radius: 7px;
    gap: 8px;
}

.top-frm-area span {
    font-size: 14px;
}


.tax-form-head{
    font-size: 16px;
    color: var(--reg-txt-primary-clr);
    font-weight: 600;
}
.tax-radio-btn input{
    width: 15px;
    height: 15px;
    position: relative !important;
}
.tax-input-group {
    position: relative;
    margin-bottom: 15px;
}
.tax-input-group label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    transition: 0.3s;
    color: gray;
}
input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
}
input:focus + label, input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: gray;
}
.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
.error-border {
    border-color: red !important;
}
.error-label {
    color: red !important;
}
.divider {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}


/* ### ---- FAQ section---- ### */

/*.faq-container {
    padding-top: 30px;
    border-radius: 5px;
}
.faq-top{
    padding: 60px;
}
.faq-header{
    font-size: 18px;
    color: var(--reg-txt-second-clr);
    font-weight: 700;
    margin-top: 30px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0px;
    color: #333;
}
.faq-question i {
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
}

/* ### ---- Eof Step section---- ### */


.faq-container {
    background: #fff;
    padding: 5px 10px 10px 10px;
    border-radius: 8px;
}
.faq-top{
    padding: 30px 0 40px 0;
}
.faq-top .contact-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex-shrink: 0;
}
.faq-top .contact-icon .fa-solid{
    font-weight: 600;
}

.faq-header{
    font-family: 'Roboto', sans-serif;
    color: #45262F;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}



.faq-question {
    font-family: 'Roboto', sans-serif;
    color: #45262F;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease-in-out;
}
.faq-divider{
    border-bottom: 1px solid var(--reg-btn-hover-second-clr);
    margin-top: 5px 0;
}
.faq-question:hover {
    background: #f8f8f8;
}

/* Transition for icon rotation */
.faq-question i {
    transition: transform 0.3s ease-in-out;
}

.faq-question i.rotated {
    transform: rotate(180deg);
}

/* Smooth slide effect for answer */
.faq-answer {
    font-family: 'Roboto', sans-serif;
    color: #45262F80;
    font-size: 11px;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
}

.faq-answer.open {
    max-height: 500px; /* Adjust dynamically in JS */
}



.contact-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:var(--reg-txt-fourth-clr);
    background:var(--icon-back-secod-clr);
    border-radius: 50%;
    position: relative;
    transition: background 0.3s ease-in-out;
    min-width: 40px; /* Ensures it doesn't shrink */
    flex-shrink: 0; /* Prevents shrinking when text wraps */
}

.contact-icon:hover {
    background: #d8c5fe;
}

/* Add a smooth animated pulse effect on hover */
.contact-icon:hover::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #d8c5fe;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    animation: pulse 0.5s forwards;
}

@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0; }
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--reg-txt-primary-clr);

}

.contact-subtitle {
    font-size: 14px;
    color: var(--reg-txt-second-clr);
}


.tax-input-group .doc-type{
    width: 100%;
    height: 46px;
    color: #373f50;
    font-weight: normal;
    padding: 0 10px;
    border: 1px solid gray;
    border-radius: 3px;
}
.tax-input-group .doc-label{
    width: calc(100% - 4px);
    height: 44px;
    padding: 0 15px;
    left: 1px;
    display: flex;
    align-items: center;
}
.test-class{
    background: url();
}
button.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}
/*
========================
 ANIMATED  BUTTON THREE
========================
*/

.reg-login-btn {
    height: 33.33%;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
.btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
  }
.animated-btn-1 { 
    color: var(--reg-btn-primary-clr);
    border: 1px solid var(--reg-btn-primary-clr);
}


.animated-btn-1 {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
}
.animated-btn-1 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.animated-btn-1:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.animated-btn-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.animated-btn-1:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
.new-footer-area{
    display: none;
}
.mobile-head {
    display: none;
}
.web-head {
    display: none;
}
.footer-top-info {
    display: none;
}

/* ######## Responsive ####### */

 @media (max-width: 1120px) {
        .reg-rgt-container{
            width: 100%;
            padding-left: 20px;
            padding-right: 40px;
        }
        .reg-lft{
            padding-left: 40px;
            padding-right: 20px;
        }
    }
    @media (max-width: 980px) {
        .reg-lft{
            display: none;
        }
        .reg-right{
            width: 100%;
        }
        .reg-rgt-container {
            padding: 0 20%;
        }
    }
    @media (max-width: 768px) {
         .mobile-head {
            display: none;
        }
    }
    @media (max-width: 580px) {
        .footer-top-info {
            display: none;
        }
    }
    @media (max-width: 640px) {
        .reg-top, #taxDetails .reg-right, #pickupAddress .reg-right, #sellerBnkDetails .reg-right, #sellerShopDetails .reg-right  {
            padding: 20px 10%;
        }
        .reg-heading h2 {
            font-size: 22px;
        }
        .reg-pg-lg-area {
            width: 25%;
        }
        .reg-pg-lgn-area {
            width: 75%;
        }
        .reg-rgt-container {
            padding: 0 10%;
        }
    }
    @media (max-width: 480px) {
        .reg-top, #taxDetails .reg-right, #pickupAddress .reg-right, #sellerBnkDetails .reg-right, #sellerShopDetails .reg-right {
            padding: 20px 20px;
        }
        .reg-rgt-container {
            padding: 0 20px;
        }
    }

       