.select-wrapper {
    position: relative;
}

.select-wrapper .arrow-down {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.paddingset {
    padding-top: 80px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
    display: none;
}

.smallforReviews {
    margin-top: 14px;
}

.carddesign {
    border-radius: 34px;
    box-shadow: none;
    background: rgba(104, 126, 233, 0.29);
}

.container__box {
    background-color: #E04046;
    height: 100%;
    margin-top: 18px;
}

.container__box__2 {
    max-width: 80%;
    margin: auto;
    margin-top: 3rem;
    overflow-y: scroll;
    height: 100%;
    /* Adjust the height as needed */
}

::-webkit-scrollbar {
    display: none;
}

.email__box {
    width: 100%;
}

.email__box>label {
    text-align: center;
}

.email__box>input {
    width: 100%;
}

.password__box {}

.password__box>input {
    width: 100%;
}

.accept__agreement {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}

.accept__agreement>input {
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
}

.accept__agreement>p {
    margin-top: 17px;
}


.accept__agreement>p>span {
    color: red;
}

.accounts__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accounts__box>a {
    background-color: #E04046;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 25px;
    width: 35%;
}

.text__main {
    width: 100% !important;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 4rem !important;
}

.text__main>h4 {
    width: 60% !important;
    margin: auto;
}

.accounts__box>a:hover {
    color: #fff
}

.hrTag {
    width: 100%;
    height: 1.4px;
    background-color: #cdcdcd;
}

.singup__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.singup__buttons>button {
    margin-bottom: 10px;
    padding: 10px 20px;
    margin-top: -100px;
}

.apple {
    background-color: black;
    color: #fff;
}

.google {
    border: 1px solid #ccc;
    color: #000;
}

.facebook {
    background-color: #032DFB;
    color: #fff;
}

.photoAdjustment {
    padding-top: 3rem;
}

.checkbox {
    margin-top: -22px;
}

.paracheck {
    padding-left: 10px;
}

.form-control:read-only {
    border: 1px solid #ced4da;
    opacity: 1;
    padding-left: 10px;
}

@media(max-width:575px) {
    .paracheck {
        width: 100%;
    }

    .checkbox {
        margin-top: -93px;
    }
}

.displaylogomobile {
    display: none;
}

.displaylogodesktop {
    margin-left: 27px;
    margin-top: 14px
}

.modaltit {
    font-size: 24px;
    font-weight: 700 !important;
    margin-left: 100px;
}

.welcome {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

@media (max-width: 990px) {
    .displaylogomobile {
        display: block;
    }

    .displaylogodesktop {
        display: none;
    }

}

@media(max-width:575px) {
    .modaltit {
        margin-left: 28px;
    }

    .container__box {
        margin-top: -80px;
        width: 110% !important;
    }

    .heading1 {
        font-size: 24px;
        margin-left: 10px;
        margin-right: -20px;
    }

    .heading3 {
        font-size: 20px;
        margin-right: -20px;
    }

    .container__box__2 {
        overflow-y: unset;
    }

    .select-wrapper .arrow-down {
        margin-right: 20px;
    }

    .accept__agreement {
        width: 111% !important;
        margin-left: 30px;
    }

    .accept__agreement>input {
        margin-top: -48px;
    }

    .black {
        margin-left: -15px;
    }

    .create-account {
        width: 70% !important;
        margin-left: 20px;
    }

    .accounts__box p
    {
        margin-left: 20px;
    }

    .hrTag
    {
        margin-left: 11px;
    }

    .singup__buttons {
        margin-top: 30px;
        margin-left: 20px;
    }

    .row {
        margin-right: calc(var(--bs-gutter-x) / 1);
    }

    .form-control {
        margin-left: -20px;
    }
}