.label-design .help-block {
    padding: 0 !important;
    font-size: 12px;
}

#footer_div {
    display: block;
}

label {
    margin-bottom: 0px;
}

.label-design {
    width: 100%
}

.slider-container {
    width: 100%;
    max-width: 599px;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

.field {
    position: relative;
    justify-content: center;
    display: flex;
    margin: auto;
    align-items: center;
    margin-top: 12px;
}

.Label-select {
    position: absolute;
    top: -17px;
    left: 29px;
    background: #fff;
    padding: 5px;
    font-size: 15px;
    color: #a6adb4;
}

.email_label {
    display: none;
}

.btn-back:hover .fa,
.btn-back:focus-visible .fa,
.btn-back:active .fa {
    font-size: 28px;
}

.Btn-Company:hover .fa,
.btn-Company:focus-visible .fa,
.btn-Company:active .fa {
    font-size: 22px;
    margin-top: 0;
}

.input-text:focus~.Label-Para1 {
    top: -10px;
}

#dob_error {
    display: none !important;
}

.gifDiv {
    display: none;
}

#dob_error1,
#dob_error2,
#bus_dob_error1 {
    color: #C60C0C;
    top: 63px;
    right: 30px;
    position: absolute;
    text-align: right;
    width: 100%;
    font-size: 12px;
}

.loan-jorney-label {
    display: none;
}

.loan-jorney-input:not(:placeholder-shown)~.loan-jorney-label {
    display: block;
    position: absolute;
    top: -33px;
    left: -5px;
    padding: 5px;
    background: #fff;
}

/* ------------desktop css----------- */
.carousel-control {
    display: flex;
    align-items: center;
    font-size: 32px;
    background: none;
    color: #4c4c4c;

}

.BuddyLogo img {
    width: 264px;
	padding-left:20px;
}

.step-wrapper {
    width: 560px;
}

.form-step {
    width: 100%;
}

.select2-results__option {
    border-bottom: 1px solid #E5E5E5;
}

.resend-otp {
    cursor: pointer;
}

.label-bg {
    text-align: center !important;
}

.modal-dialog {
    left: 0;
    right: 0;
}

#tandcmodal .container {
    max-width: 1140px;
    width: 100%;
}

.carousel-indicators {
    display: none;
}

.item img {
    height: 100vh !important;
    width: 100%;
}

.carousel-control {
    width: 0%;
    left: 10px;
}

.carousel-control.right {
    right: 40px;
}

.modal-dialog {
    max-width: 1140px;
    width: 100%;
}

#footer_div {
    background: #FFF;
}

.title {
    margin: 25px auto 26px auto;
    font-size: 26px;
}

.PhoneNum {
    margin: 50px 0 20px 0;
}

.CompanyType {
    margin: 20px 0 20px 0 !important;
}

.main-area {
    padding-bottom: 20px;
}

.alert-danger {
    display: flex;
    padding: 25px;
    margin-bottom: 0;
}

.alert-popup {
    display: none;
    position: absolute;
    bottom: 35px;
    right: 21%;
}

.popup_btns {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.popup_btns button {
    width: 35%;
    display: block;
    padding: 5px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
}

.Label-bg-IP {
    height: 48px !important;
    padding: 12px 30px !important;
}

.Label-DesignAll1 {
    margin-top: 22px !important;
    margin-bottom: 1px !important;
}

.Label-Design2 {
    margin-top: 22px !important;
}

.Extra {
    margin-top: -5px !important;
}

.modal-header .close span {
    font-size: 40px !important;
}

.help-block {
    margin-top: 0 !important;
}

.dob-design {
    justify-content: left !important;
}

.experian_img {
    display: block;
    margin: auto;
}

.fa-arrow-right:before {
    content: "❯";
    font-size: 22px;
}

.fa-arrow-left:before {
    content: "❯";
    font-size: 22px;
    transform: rotate(180deg);
}

.fa-arrow-left {
    transform: rotate(180deg);
}

body {
    overflow-x: hidden !important;
}

.error-3444 {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    color: #C60C0C;
    padding-right: 48px;
    display: none;
    position: absolute;
    bottom: -36px;
    padding-right: 0px !important;
}

.two-fields {
    margin: 35px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between !important;
}

.two-fields .label-design {
    flex-basis: 48%;
}

@media screen and (min-width:768px) {
    .modal-dialog {
        position: static;
    }

    .container {
        width: 568px;
    }

}