/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header {
    text-align: center;
    margin-bottom: 20px;
} */

.logo {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

h2 {
    margin: 20px 0;
}

p {
    margin-bottom: 20px;
}

.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.box {
    width: 600px;
    height: 300px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
}


.inner-box {
    display: flex;
    float: left;
}

.inner-box-1 {
    width: 100px;
    background-color: rgb(95, 53, 53);


}

.inner-box-2 {
    width: 500px;
    background-color: rgb(206, 56, 56);


}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
        /* Make boxes responsive */
    }
}

.section-body {
    border: 1px solid #E9E9E9;
}

.inner-header {
    width: 200px !important;
}

.onboard-page-1 {
    width: 40% !important;
}

.your-business-lable {
    font-weight: 500 !important;
}

.onboard-sub {
    font-size: 12px;
    font-weight: 500;
}

.onboard-light {
    font-size: 12px;
    font-weight: 300;
    line-height: 1px;
}

.onboard-heading {
    font-size: 20px;
    font-weight: 600;
}

.custom-color-btn {
    background-color: #145be1 !important;
}

.para-14-px {
    font-size: 14px;
}

.para-2 {
    font-size: 12px;
    font-weight: 500;
}

.lh-1 {
    line-height: 1px;
}

.lable-font-change {

    font-size: 12px;
    font-weight: 500;
}

.width-150 {
    width: 150px;
}

.grp-p {
    font-size: 12px;
    font-weight: 400;
    margin-top: -10px;
    margin-left: 5px;

}

.mdl-e {
    border-radius: 8px;
}

.mdl-e2 {
    font-size: 12px;
    border-radius: 8px;
    font-weight: 500;
    color: #888888;
    margin-left: -10px;
}

.mdl-body {
    max-height: 300px;
    overflow-y: auto;
    margin-top: -10px;
}

.mdl-inner {
    margin-top: 30px;
    margin-left: 0px;
    border: #E9E9E9 solid 1px;
    border-radius: 5px;

}

.margin-left-10 {
    margin-left: 10px
}

.mdl-another {
    margin-top: 30px;
    margin-left: 0px;
    border: #E9E9E9 solid 1px;
    border-radius: 5px;
}

/* -------------onboarding page 1 ------------- */

.main-index {
    width: 80%;
}

.main-index-para {
    font-size: 12px;
    font-weight: 500;
}

.achive-top-google {
    width: 70%
}

.start-now-svg {
    width: 100px;

}




.input-group-text-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .175rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: .25rem;
}

.modal-body {
    max-height: 300px;
    overflow-y: auto;
}

/* Scrollbar width */
.modal-body::-webkit-scrollbar {
    width: 5px;
    /* Scrollbar width ko patla kar diya */
}

/* Scrollbar track */
.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Optional: Scrollbar ka background color */
}

/* Scrollbar handle */
.modal-body::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar handle ka color */
    border-radius: 10px;
    /* Scrollbar ko gol corner dena */
}

/* On hover */
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Hover par handle ka color */
}

/* Hide the up/down arrows */
.modal-body::-webkit-scrollbar-button {
    display: none;
}

/* -----------------sended one ------------------ */

.first-step {
    width: 100%;
}

.seconed-step {
    width: 100%;

}


/* -------------------- */
.onboarding2 {
    width: 40%;
}

.un-border-radius {
    border: 1px solid #595959;
    border-radius: 8px;
}

.no-btn-border-radius {
    border-radius: 8px;
    font-weight: 600;
    color: #595959;
    margin-top: 0px;
}

.onboard2-sec-2 {
    width: 28%;
    border: 1px solid #595959;
    border-radius: 16px;
}

.sec-para-1 {
    color: #595959;
    font-weight: 600;
}

.sec-para-span {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.sec-para-color-font {
    color: #595959;
    font-weight: 600;
}

.m-t-8 {
    margin-top: -8px;
}

.sec-para-2 {
    color: #595959;
    font-weight: 600;
    font-size: small;
}

.modalheight {
    height: 300px;
}

.modal_bodyonner {
    margin-top: 30px;
    margin-left: 100px;
}

.modal_para-bottom {
    font-size: 12px;
    font-weight: 500;
}

.yes-radio-btn {
    border-radius: 8px !important;
    font-weight: 600 !important;
    color: #145be1 !important;
    margin-top: 0px !important;
}

.no-radio-btn {
    border-radius: 8px !important;
    font-weight: 600 !important;
    margin-top: 0px !important;
}

.btn-common-border {
    border-radius: 17px !important;
}

.btn-common-border-1 {
    border-radius: 17px !important;
}

/* -------------onboard-3--------------- */

.onboard3-sec {
    width: 40%;
}

.onboard-sub-label {
    font-size: 15px;
    font-weight: 600;
}

.onboard3-button {
    width: 150px;
    border-color: #888888;
}

.onboard3-modal {
    height: 300px
}

.onboard3-modal-inner {
    margin-top: 30px;
    margin-left: 100px;
}

.onboard3-modal-para-bottom {
    font-size: 12px;
    font-weight: 500;

}

.onboarding4-width {
    width: 50%;
}

.onboarding4-inner {
    font-size: 15px;
    font-weight: 600;
}

.onboard4-button-1 {
    width: 150px !important;
    border-color: #888888 !important;
}

.onboard4-button {
    width: 150px !important;
}

.onboard4-modal-width {
    height: 300px !important;
}

.onboard4-modal-inner {
    margin-top: 30px !important;
    margin-left: 100px !important;
}

.onboard4-bottom {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.onboard-sub {
    font-size: 12px;
    /* line-height: 1px; */
}

.onboard-light-sub-head {
    font-size: 14px;
    font-weight: 500;
    line-height: 1px;
}

.onboard-heading-2 {
    font-size: 22px;
    font-weight: 600;

}

.onboard-heading-3 {
    font-size: 22px;
    font-weight: 500;

}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .175rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: .25rem;
}

.color-blue:hover {
    color: blue;
}

.sec-1 {

    margin: 9px 6px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sec-2 {
    margin: 10px 6px 7px 5px;
    padding: 0px 0px 0px 0px;


}


.item-container:hover {
    background-color: lightgrey;
    cursor: pointer;
}

/* Change background color on click */
.item-container.active {
    background-color: darkgrey;
}

.item-container.selected {
    background-color: #2288FF;
}

/* -----------thank you css start---------- */
.onboard-thankyou-heading {
    font-size: 18px;
    font-weight: 600;
}

.onboard-thankyou-para {
    font-size: 15px;
    font-weight: 200;
}

/* -----------thank you css end---------- */
/* -----------detail css start---------- */

.detail-sec {
    width: 40%;
}

.detail-heading {
    font-size: 22px !important;
    font-weight: 200 !important;
}

.detail-para-span {
    font-weight: 700 !important;
    color: #145be1;
}

/* -----------detail css end---------- */