@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700;800;900&display=swap');

h1,
h2,
.font-weight-bold {
    font-weight: 800 !important;
    font-size: 32px;
    color: #1A1A1A;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
.h5 {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 600 !important;
}
.btn-info {
    color: #fff;
    background-color: #ef5a2a;
    font-weight: 500;
    border-color: #ef5a2a;
}
.btn-secondary {
    color: #fff;
    background-color: #ef5a2a;
    border-color: #ef5a2a;
    border-radius: 5px;
}
.Valid .btn-light {
    color: #000;
    background-color: transparent;
    border-color: #1a1a1a47;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.text-info{
    color: #EB7F23 !important;
}
small,
.small {
    font-size: 16px;
    font-weight: 400;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 27px !important;
    padding-left: 0px !important;
}

.card-img,
.card-img-top {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: -2px;
    border-bottom-right-radius: 1px;
}

.top-shape small {
    font-weight: 600;
}

.sticky-tops {

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #252D3B;
    opacity: 80%;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #707070;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7070708a;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "inter";
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.form-control:disabled,
.form-control:read-only {
    background-color: transparent;
    opacity: 5;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: 10px;
}

.social .btn {
    padding: 0;
    /* margin: 0 5px 2px; */
    color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #22272A;
    border-color: #22272A;
    font-size: 18px;
    padding: 7px 32px;
    font-weight: 600;
}

.top-bars {
    width: 94% !important;
}

.bg-danger {
    background-color: #EF5A2A !important;
}

.border-end {
    border-right: 1px solid #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.display-1 span {
    color: #EF5A2A;
}

.btn-light {
    color: #000;
    background-color: transparent;
    border-color: #1a1a1aa6;
    border-radius: 29px;
    font-size: 16px;
    font-weight: 500;
}

.Finance {
    background-color: #F6F8FB;
}

.Finances span {
    font-size: 15px;
    color: #0E151F;
    font-weight: 600;
}

.Valid .mx-5 {
    margin-right: 6rem !important;
    margin-left: 7rem !important;
}

.post .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    padding: 10px 24px;
    border-radius: 20px;
}

.Finances img {
    height: 145px;
}

.Finances h5 {
    margin-bottom: 2px;
    font-size: 20px;
}

.post .col-2 {
    flex: 0 0 auto;
    width: 13.66667%;
}

.post .col-3 {
    flex: 0 0 auto;
    width: 20%;
}

.account .col-lg-9 {
    flex: 0 0 auto;
    width: 79%;
}

.post .btn-outline-secondary {
    color: #171616;
    border-color: #707070;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 19px;
    border-radius: 20px;
}

.upload .col-lg-4 {
    flex: 0 0 auto;
    width: 24.33333%;
}

.Finances p {
    font-size: 15px;
    color: #707070;
}

.Finances ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    color: #0E151F;
}

.text-success {
    color: #08944E !important;
}

.Finances ol,
ul {
    padding-left: 0rem;
}

.Finances ul {
    display: flex !important;
}

.display-1 {
    font-size: 43px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    color: #1A1A1A !important;
}

.carousel-caption {
    text-align: left;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 16px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 26px !important;
        font-weight: 900 !important;
        line-height: 1.2;
        color: #1A1A1A !important;
    }

    .btn-light {
        color: #000;
        background-color: transparent;
        border-color: #1a1a1aa6;
        border-radius: 29px;
        font-size: 11px;
        font-weight: 500;
    }

    .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .form-control {
        display: block;
        width: 123%;
        padding: 11px 4px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #707070;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #7070708a;
        appearance: auto !important;
        border-radius: 5px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-family: "inter";
    }

    select {
        word-wrap: normal;
        height: 45px;
    }

    .col {
        flex: 8 6 50%;
        margin-bottom: 20px;
    }

    .form-row>.col,
    .form-row>[class*=col-] {
        padding-right: 31px !important;
        padding-left: 0px !important;
    }

    .logo {
        margin-bottom: 21px;
    }

    .btn-dark {
        color: #fff;
        background-color: #22272A;
        border-color: #22272A;
        font-size: 18px;
        padding: 7px 32px;
        font-weight: 600;
        width: 102%;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.loan .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    background: #F6F8FB;
}

.loan .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 2px;
}

.card-title {
    margin-bottom: 0.5rem;
    color: #0E151F;
    font-size: 23px;
}

.card-text:last-child {
    margin-bottom: 0;
    color: #707070;
    opacity: 80%;
}

.card a {
    font-size: 18px;
    color: #0E151F;
    font-weight: 500;
}

.Home {
    background-image: url("../images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Footer p {
    color: #FFFFFF;
    opacity: 80%;
    font-size: 16px;
}

.Footer .text-light {
    color: #FFFFFF !important;
    opacity: 80%;
    font-size: 16px;
}

.Footer .form-row>.col,
.form-row>[class*=col-] {
    /* padding-right: 7px; */
    padding-left: 0px;
}

.Footer .form-control {
    display: block;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #b52626;
    background-color: #ffffff80;
    background-clip: padding-box;
    border: 1px solid #7070708a;
    appearance: auto !important;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "inter";
}

.Footer h3 {
    font-size: 23px;
    color: #ED5A2A !important;
}

.Rights p {
    font-size: 16px;
}

.Footer .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: 5px;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.bg-light {
    background-color: #F7F8FA !important;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 20px 14px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    text-align: center;
    white-space: nowrap;
    background-color: #F7F8FA;
    border: none;
    border-radius: 2px;
}

article .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.card-title span {
    color: #EB7F23;
}

.Register .card {
    border: none !important;
}

article .card-title {
    margin-bottom: 0.5rem;
    color: #0E151F;
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 900 !important;
}

article .form-control {
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #848484;
    background-color: #F7F8FA !important;
    background-clip: padding-box;
    border: none;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Encode Sans";
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
    /* text-align: center; */
}

.Rewards img {
    height: auto;
}

h3,
.h3 {
    font-size: 24px;
}

.Register p span {
    color: #EF5A2A !important;
}

.users-imgs {
    height: 100px !important;
}

input[type="checkbox"] {
    width: 20px;
    /*Desired width*/
    height: 20px;
    /*Desired height*/
}

.faq h2 {
    font-size: 24px;
}

.bg {
    background-image: url(../images/aaa.png);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.Register p {
    font-size: 16px;
}

.Finance {
    padding: 19px 4px 12px;
}

.accordion .accordion-item {
    border: 1px solid #C8C8C8;
    padding: 0px 16px 0px;
    border-radius: 5px;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #0E151F;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #ef5a2a;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #0E151F;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 1em 0 1em;
}

.accordion-item {
    margin-bottom: 21px;
}

.inputDnD .form-control-file {
    position: relative;
    width: 140%;
    height: 100%;
    font-size: 16px;
    /* min-height: 6em; */
    outline: none;
    visibility: hidden;
    line-height: 45px;
    cursor: pointer;

    &:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 100%;

        opacity: 1;
        visibility: visible;
        text-align: center;
        border: 2px dashed #707070af;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        overflow: visible;
    }


}



.slick-slide {
    margin: 0px  68px;
}

.slick-slide {
    width:5px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-track {
    opacity: 1;
    /* width: 1569px !important; */
    transform: translate3d(0px, 0px, 0px);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: 60px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.Finance h5 {
    text-align: center;
}

@media (max-width: 576px) {
    .post .col-1 {
        display: none;
    }

    .post .col-2 {
        flex: 0 0 auto;
        width: 49.66667%;
    }

    .post .col-3 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .post .btn-outline-secondary {
        color: #171616;
        border-color: #707070;
        font-size: 13px;
        font-weight: 700;
        padding: 11px 15px;
        border-radius: 20px;
        width: 100%;
    }

    .slick-slide {
        margin: 0px 72px;
    }

    .inputDnD .form-control-file {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 16px;
        min-height: 3em;
        outline: none;
        visibility: hidden;
        line-height: 45px;
        cursor: pointer;
    }
}

.account .Valid .mx-5 {
    margin-right: 6rem !important;
    margin-left: 3rem !important;
}

.account p {
    font-size: 14px !important;
    color: #707070;
}

.sidebar ul {
    display: block !important;
}

.sidebar ul li {
    line-height: 44px !important;
    border-bottom: 1px solid #f7f8fa;
}

.sidebar {
    background-color: #FFFFFF;
}

.sidebar ul li a {
    color: #2E2E2E !important;
    font-weight: 500;
}

.account .col-lg-1 {
    flex: 0 0 auto;
    width: 1.33333%;
}

.upload .col-lg-10 {
    flex: 0 0 auto;
    width: 71.33333%;
}

.user-img {
    height: 110px !important;
}

.account h5 {
    margin-bottom: 6px;
    font-size: 20px;
}

.users-img {
    height: 78px !important;
}

.account .btn-primary {
    color: #fff !important;
    background-color: #5BA8F8;
    border-color: #5BA8F8;
}

.btn-warning {
    color: #fff;
    background-color: #FFC830;
    border-color: #FFC830;
}

.upload .inputDnD .form-control-file {
    position: relative;
    width: 95%;
    height: 100%;
    font-size: 16px;
    /* min-height: 6em; */
    outline: none;
    visibility: hidden;
    line-height: 128px;
    cursor: pointer;

}

.upload .inputDnD .form-control-file &::before {
    content: attr(data-title);
    position: absolute;
    left: 0px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(112, 112, 112, 0.686);
    border-image: initial;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    overflow: visible;
}

.upload .btn-outline-secondary {
    color: #707070;
    border-color: #70707045;
    width: 34% !important;
    font-weight: 600 !important;
    border-radius: 5px;
}

.upload .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    width: 34% !important;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 5px;

}

.upload article .form-control {
    display: block;
    width: 100%;
    padding: 0px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #848484;
    background-color: #F7F8FA !important;
    background-clip: padding-box;
    border: none;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Encode Sans";
}

.upload .form-control {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #848484;
    background-color: #F7F8FA !important;
    background-clip: padding-box;
    border: none;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Encode Sans";
}

.ajax .form-control {
    display: block;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #707070;
    background-color: #F7F8FA;
    background-clip: padding-box;
    border: 1px solid #F7F8FA;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "inter";
}

.ajax .col-4 {
    flex: 0 0 auto;
    width: 34.33333%;
}

table {
    text-align: center;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    color: #171616;
    font-size: 16px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    color: #0E151F;
    font-size: 15px;
    font-weight: 600;
}

.ajax .form-control-lg {
    min-height: 56px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    border-radius: 5px;
}

h4 {
    font-size: 18px;
    line-height: 41px;
}

.ajax .col-8 {
    flex: 0 0 auto;
    width: 68.66667%;
}

@media (max-width: 576px) {
    .account .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }
    .Finances ul li {
        list-style: none;
        font-size: 16px;
        font-weight: 600;
        color: #0E151F;
    }
    .account .col-lg-1 {
        flex: 0 0 auto;
        width: 1.33333%;
        display: none;
    }

    .Valid img {
        display: none;
    }

    .account .p-4 {
        padding: 0px !important;
    }

    .Finances span {
        font-size: 14px;
        color: #0E151F;
        font-weight: 600;
    }

    .account .me-3 {
        margin-right: 4px !important;
    }

    .Valid ul li {
        list-style: none;
        font-size: 14px;
        font-weight: 600;
        color: #0E151F;
    }

    .account .Valid .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
}

@media (max-width: 576px) {
    .account .p-4 {
        padding: 22px !important;
    }
    .Balance {
        text-align: center;
    }
}

.account p {
    font-size: 12px !important;
    color: #707070;
}


.post .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    padding: 10px 9px;
    border-radius: 20px;
}

.upload .col-lg-4 {
    flex: 0 0 auto;
    width: 101.33333%;
}

.upload .btn-outline-secondary {
    color: #707070;
    border-color: #70707045;
    width: 37%  !important;
    font-weight: 600 !important;
    border-radius: 5px;
}

.upload .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    width: 35% !important;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 5px;
}

.bg {
    background-image: url(../images/aaa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.dummy span {
    font-weight: 700 !important;
    font-size: 20px;
}

.Rewards .bg-danger {
    background-color: #FEEBE8 !important;
}

.Rewards p {
    color: #2E2E2E !important;
    font-weight: 600;
}

.Rewards .bg-primary {
    background-color: #F5FCEC !important;
}

.Rewards .bg-info {
    background-color: #E6FBFD !important;
}

.dummy img {
    height: auto;
}

@media (max-width: 576px) {

    .bg {
        background-image: url(../images/aaa.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 11px 21px 37px;
    }

    .dummy span {
        font-weight: 700 !important;
        font-size: 17px;
    }

    #header-carousel img{
        height: 25vh;
    }
   .account .d-flex {
    display: block !important;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 17px 14px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    text-align: center;
    white-space: nowrap;
    background-color:#F7F8FA !important;
    border: none;
    border-radius: 2px;
}
article .form-control {
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 49px;
    color: #848484;
    background-color: #F7F8FA !important;
    background-clip: padding-box;
    border: none;
    appearance: auto !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Encode Sans";
    height: 49px;
}
.post .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    padding: 10px 9px;
    border-radius: 20px;
    width: 100%;
}
.upload .btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    width: 39% !important;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 5px;
    width: 100% !important;
}
.account p {
    font-size: 14px !important;
    color: #707070;
}
.sidebar  ul li{
    font-size: 18px !important;
}
.btn-danger {
    color: #fff;
    background-color: #ED5A2A;
    border-color: #ED5A2A;
    width: 100%;
}
.upload .col-lg-4 {
    flex: 0 0 auto;
    width: 100.33333% !important;
}
.upload .btn-outline-secondary {
    color: #707070;
    border-color: #70707045;
    width: 100% !important;
    font-weight: 600 !important;
    border-radius: 5px;
    margin-bottom: 21px;
}
.upload .col-lg-10 {
    flex: 0 0 auto;
    width: 96.33333% !important;
}
small, .small {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.ps-5 {
    padding-left: 0rem !important;
}
.Valid .btn-light {
    color: #000;
    background-color: transparent;
    border-color: #1a1a1a47;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
.btn-secondary {
    color: #fff;
    background-color: #ef5a2a;
    border-color: #ef5a2a;
    border-radius: 5px;
    font-size: 12px;
}
}
small{
    color: #FFFFFF;
}
.loan img{
    height: 192px !important;
}