body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Nunito-Regular";
    background-color: #000000 !important;
}

.header {
    width: 100%;
    padding: 20px 0px 0px 0px;
    height: 70px;
    position: fixed;
    z-index: 999;
    background-color: #000000;
    top: 0px;
    left: 0px;
}

.main-container {
    padding-top: 70px;
}

.oprating-cost-image {
    height: 30px;
}

.header-dropdown {
    background-color: white !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 150px !important;
    left: -90px !important;
    top: 33px !important;
    padding: 0px !important;
    border-radius: 6px !important;
    margin-top: 15px !important;
}

.dropdown-item {
    box-shadow: 0px 0px 7px 0px #242323 !important;
}

.header-dropdown-item {
    background-color: #ffffff !important;
    padding: 0px 0 !important;
    border-radius: 5px !important;
    text-align: center;
    border: 1px dashed #DDA74D;
}

.header-dropdown-item-box {
    padding: 0 !important;
}

.header-dropdown-item-box:hover {
    background: none !important;
}

.header-toggle {
    border: none !important;
    background: none !important;
    justify-content: center;
    display: flex;
    margin-left: 13px;
    margin-right: 5px;
}

.header-dropdown-text {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}

.header-dropdown-text:hover {
    background-color: #DDA74D;
    color: white !important;
    border-radius: 5px;
}

.header-dropdown-text:hover a {
    color: white !important;
    text-decoration: none;
}

.header-text {
    font-size: 14px;
    font-family: "Nunito-Regular";
    color: #242323;
    padding: 6px 0 6px 20px;
    width: 100%;
}

.header-toggle::after {
    content: none !important;
}

.signup-btn {
    display: flex;
    align-items: center;
}

.signup:hover {
    text-decoration: none !important;
    color: #fff;
}

.sidenav {
    display: none;
}

.responsive-icon {
    display: none !important;
    text-align: end;
}

img.banner-img {
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.banner-box {
    background-color: #fffef51a;
    width: 93%;
    margin: auto;
    padding: 80px 80px 80px 68px;
    height: 536px;
    border-radius: 20px;
}

.banner-box-client {
    background-color: #fffef51a;
    width: 93%;
    margin: auto;
    padding: 80px 80px 80px 68px;
    height: 536px;
    border-radius: 20px;
}

.extraincome-box {
    background-color: #fffef51a;
    width: 93%;
    margin: auto;
    padding: 80px 80px 80px 68px;
    height: 536px;
    border-radius: 20px;
}

.community-box {
    background-color: #fffef51a;
    width: 93%;
    margin: auto;
    padding: 80px 80px 80px 68px;
    height: 536px;
    border-radius: 20px;
}

.indicator-icon {
    bottom: -40px !important;
}

.heading {
    color: #DDA74D;
    font-size: 40px;
    text-align: left;
    font-family: "Nunito-Bold";
    margin-bottom: 30px;
}

.forgot-heading {
    color: #fff;
    font-size: 30px;
    text-align: left;
    font-family: "Nunito-Bold";
    margin-bottom: 23px;
    margin-top: 20px;
}

.text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Nunito-Regular";
}

/* .carousel1 {
    padding-left: 40px;
    margin-top: 50px;
    padding-right: 30px;
} */

/* img.cleander-img {
    height: 300px;
    margin-top: 56px;
} */

.button {
    background-color: #DDA74D;
    color: white !important;
    padding: 7px 25px;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Nunito-Regular";
    border: none;
    text-decoration: none !important;
    margin-top: 10px;
}

.about-xoli {
    padding-top: 40px;
    padding-bottom: 80px;
}

.text-img {
    margin-top: 40px;
}

.about-left-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 80px !important;
}

.embed-responsive {
    width: 100%;
    margin: auto;
    height: 300px;
    border-radius: 20px;
}

.video {
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 20px;
}

video.home-video {
    background-color: #f9f9f9;
    border-radius: 15px;
}

.video-right-box {
    width: 80%;
    margin: auto;
    border: 1px solid #e0dcdc;
    border-radius: 10px;
}

.video-category {
    background-color: #DDA74D;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 1px;
    padding-left: 20px;
}

.features {
    color: #242323;
    font-size: 30px;
    text-align: left;
    font-family: "Nunito-Bold";
}

.feature-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px dashed #DDA74D;
    padding: 2px 10px;
    border-radius: 7px;
    margin-bottom: 15px;
}

img.feature-img {
    width: 35px;
}

a.button.feature {
    background-color: #fff;
    color: #DDA74D !important;
    padding: 7px 25px;
    margin-top: 58px !important;
    font-family: "Nunito-SemiBold";
    font-size: 16px;
}

iframe.home-video {
    border-radius: 7px;
}

.right-feature {
    padding-left: 35px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-feature {
    padding-right: 35px !important;
}
.our-community-box {
    width: 100%;
}

.category-name {
    margin: 0;
    padding: 7px 20px;
    font-size: 18px;
    font-family: "Nunito-Regular";
}

.bg-color {
    background-color: rgb(233 233 233 / 33%);
}

.community {
    background-color: #DDA74D;
    border-radius: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.community-left-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 68px !important;
    padding-right: 50px !important;
}

.community-left-box .heading {
    color: #fff;
}

.community-left-box .text {
    font-size: 22px;
    color: #fff;
    font-family: "Nunito-Regular";
    text-align: justify;
    margin: 0px;
    padding-bottom: 10px;
}

.community-center-box {
    text-align: center;
    padding: 0 30px !important;
}

.community-center-box .heading {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.community-center-box .text {
    color: #fff;
    line-height: 24px;
}

.registration {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 10px;
    margin: 0px 30px;
}

.sub-heading {
    font-size: 22px;
    font-family: "Nunito-SemiBold";
}

.sub-text {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    font-family: "Nunito-Regular";
    color: #fff;
    letter-spacing: 0.56px;
}

.password-text {
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Nunito-Regular";
}

.border-b {
    border: 2px solid #DDA74D !important;
    width: 14%;
    margin-bottom: 15px;
    border-radius: 8px;
}

.input-box label {
    font-size: 16px;
    margin-bottom: -3px;
    font-family: "Nunito-Regular";
    letter-spacing: 0.56px;
    color: #fff;
}

.input-box input {
    border: none !important;
    font-size: 14px !important;
    padding-bottom: 7px;
    width: 100%;
    padding-left: 5px !important;
    font-family: "Nunito-Regular" !important;
    background: none;
    border-bottom: 1px solid #C4C4C4 !important;
    height: 45px;
}

.select-fields {
    border: none !important;
    font-size: 15px !important;
    padding-bottom: 7px;
    width: 100%;
    padding-left: 10px !important;
    font-family: "Nunito-Regular" !important;
    background: none;
    border-bottom: 1px solid #C4C4C4 !important;
    color: #fff !important;
    height: 45px !important;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-appearance: initial;
    z-index: 99;
    position: inherit;
    background-color: #000000;
}

.select-Dbox {
    position: relative;
}

.select-icon {
    position: absolute;
    height: 11px;
    top: 42px;
    right: 20px;
    cursor: pointer;
}

/* .arro-icon {
    top: 60px !important;
} */

.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc8c8 !important;
}

label.addlabel {
    font-family: "Nunito-SemiBold";
    color: #fff;
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0.56px;
}

.input-box {
    position: relative;
}

input:focus-visible {
    outline: none;
}

img.about-img {
    width: 100%;
}

.extraincome-img {
    height: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.community-img {
    height: 350px;
    margin-bottom: 20px;
}

.cleander {
    height: 300px;
    margin: 30px 0;
}

.main-banner {
    width: 100%;
    margin-top: 70px;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin-right: 6px !important;
    background-color: #DDA74D !important;
}

.view-more-btn {
    border: none;
    background-color: #DDA74D;
    color: white;
    font-size: 16px;
    font-family: "Nunito-Regular";
    padding: 6px 32px;
    border-radius: 20px;
    margin-top: 20px;
}

.checkbtn {
    margin-right: 0px;
    display: none;
}

#check {
    display: none;
}

.my-post-logo.a-error {
    top: -4px;
}

/* ******************* Popup***************************** */
.swal-modal {
    width: 360px !important;
    height: 255px !important;
}

.swal-icon--success__ring {
    top: 19px;
    background-color: #54c154;
    border: none;
    width: 57px;
    height: 57px;
    left: 12px;
}

.swal-icon--success__line {
    z-index: 999;
    background-color: white !important;
}

.swal-icon--success__line--long {
    right: 14px;
    top: 47px;
    width: 28px;
    animation: none !important;
}

.swal-icon--success__line--tip {
    left: 23px;
    top: 52px;
    width: 14px;
    animation: none !important;
}

.swal-icon--success {
    border: none !important;
    border-color: white !important;
}

.swal-icon--success:after,
.swal-icon--success:before {
    background: none !important;
    border: none !important;
}

.swal-icon:first-child {
    margin: 11px auto 0px !important;
}

.swal-title:not(:last-child) {
    font-family: "Nunito-Bold";
}

.swal-text {
    font-family: "Nunito-Regular";
    font-size: 17px;
    color: #fff;
}

.swal-button {
    background-color: #DDA74D !important;
    padding: 7px 40px;
    font-size: 17px;
}

.swal-button:hover {
    background-color: #DDA74D !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.swal-overlay--show-modal .swal-modal {
    animation: none !important;
    border-top: 3px solid #DDA74D !important;
    border-radius: 10px !important;
    background-color: #282828;
}

/* ******************* Popup***************************** */

/* ******************* responsive header***************************** */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #242323;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 7px 8px 7px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-family: "Nunito-Regular";
    font-size: 16px !important;
    margin: 6px 0;
}

.sidenav a:hover {
    text-decoration: none;
}

a.closebtn {
    position: absolute;
    top: -14px;
    right: 4px;
    color: #fff;
    font-size: 36px !important;
    margin-left: 50px;
}

.signup {
    color: #fff;
}

@media screen and (max-width: 950px) {
    .dropdown-container {
        padding-left: 0 !important;
    }
    .sidebarnav {
        padding: 0 !important;
    }
    .responsive-side-bar {
        padding: 7px 8px 7px 15px !important;
        color: #ffffff !important;
        transition: 0.3s !important;
        margin: 0 !important;
    }

    img.down-img {
        margin-right: 10px;
    }

    .sidenav {
        padding-top: 0px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .menu {
        display: none;
    }

    .sidenav {
        display: block;
    }

    .responsive-icon {
        display: block !important;
        margin-top: 5px;
    }

    .responsive-menu-box {
        background-color: #DDA74D;
        height: 100vh;
        width: 280px !important;
        padding-top: 20px;
        position: relative;
        overflow: scroll;
        padding: 30px 10px;
    }

    .menu-inner:hover {
        background-color: #CF8E1F !important;
        padding: 7px 15px !important;
        box-shadow: 0px 0px 5px 0px #a1650638;
        border-left: 4px solid #b87300 !important;
        border-radius: 7px !important;
        color: #ffffff;
    }

    .active1 {
        background-color: #f1b147 !important;
        padding: 7px 15px !important;
        box-shadow: 0px 0px 5px 0px #a1650638;
        border-left: 4px solid #b87300 !important;
        border-radius: 7px !important;
    }

    .nav-icon {
        margin-right: 4px;
        font-size: 13px !important;
    }

    .responsive-menu-img {
        height: 42px;
    }

    .responsive-menu-img-box {
        width: 50%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .header-btn {
        background-color: #fff !important;
        color: #242323 !important;
        margin-left: 25px !important;
        padding-right: 25px !important;
    }
    .header {
        padding-top: 5px;
    }
}

p.daccount {
    font-size: 16px;
    margin: 0px;
    font-family: "Nunito-Regular";
    padding-top: 10px;
}

p.daccount a {
    font-size: 16px;
    margin: 0px;
    font-family: "Nunito-SemiBold";
    padding-top: 10px;
    text-decoration: none;
    color: #DDA74D;
    padding-left: 5px;
}

/* ******************* responsive header***************************** */

/* ******************* loader***************************** */
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #dca64c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-content {
    background: none !important;
    border: none !important;
}

/* ******************* loader***************************** */

.deleat-icon {
    margin-right: -20px;
    margin-left: 10px;
}

.delete-text {
    margin-right: 8px;
}

.delete-box::after {
    border-top: none !important;
}

.dropdown-content1 {
    padding: 0 !important;
    left: -80px !important;
    border: 1px dashed red !important;
    min-width: 119px !important;
}

.dropdown-content1 a {
    color: red;
    padding: 6px 20px 6px 10px;
    text-decoration: none;
    display: block;
    font-family: "Nunito-Regular";
    font-size: 16px;
}

.dropdown-content1 a:hover {
    background: none;
    text-decoration: none;
    color: red;
}

.my-post-de {
    display: flex;
    align-items: center;
}

a.change-password {
    font-size: 14px;
    font-family: "Nunito-Regular";
}

a.abtn {
    background-color: #DDA74D;
    color: white !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Nunito-Regular";
    border: none;
    text-decoration: none !important;
}

a.abtn:hover {
    border: none;
    text-decoration: none !important;
}

a.change-password.rp {
    margin-bottom: 6px !important;
    display: block;
    text-align: center;
}

.swal-icon--success {
    width: 70px !important;
    height: 70px !important;
    top: -16px !important;
}

.swal-icon {
    width: 65px;
    height: 65px;
}

.swal-icon--error__line {
    height: 5px;
    width: 33px;
    top: 30px;
}
.spinner-border {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    margin-left: 10px;
    vertical-align: -0.125em;
    border: 1px solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.home-main {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    background-image: linear-gradient(to right, #eee 65%, #fff 35%);
    padding: 55px 30px 55px 55px;
}
.home-main-2 {
    display: flex;
    width: 100%;
    /* background-image: linear-gradient(to right, #fff 35%, #DDA74D 35%); */
    padding: 0px 30px 55px 55px;
}
.new-heading {
    font-size: 40px;
    font-family: "Nunito-Bold";
    color: #242323;
    margin-bottom: 25px;
}
.new-text {
    font-size: 20px;
    color: #242323;
    font-family: "Nunito-Regular";
    margin-bottom: 30px;
}
.new-heading-white {
    font-size: 40px;
    font-family: "Nunito-Bold";
    color: #fff;
    margin-bottom: 25px;
}
.new-text-white {
    font-size: 20px;
    color: #fff;
    font-family: "Nunito-Regular";
    margin-bottom: 30px;
}
.frem-img {
    height: 173px;
}
.left-content-box {
    position: relative;
}
.frem-design {
    position: absolute;
    top: 0px;
}
.frem-design-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}
.left-text {
    padding: 40px;
    width: 90%;
}
.left-box {
    padding: 55px;
}
.right-box {
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-img-box {
    margin-left: -190px;
    width: 100%;
}
.right-second {
    background-color: #dda74d;
    margin-right: 52px;
    margin-left: -50px;
    width: 70%;
}
.white-btn {
    background-color: #fff;
    color: #DDA74D !important;
}
.left-img-box {
    z-index: 9;
}
.main-feture-box {
    background-color: #f5f5f5;
    padding: 55px;
    margin-bottom: 80px;
}
.feture-img {
    height: 55px;
}
.round-img {
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 3px 2px 15px #b6b6b6;
}
.currunt-feature {
    border-right: 1px solid #c5c5c5;
}
.feature-heading {
    font-size: 40px;
    color: #242323;
    font-family: "Nunito-Bold";
    margin-bottom: 30px;
    text-align: center;
}
.feature-text {
    font-size: 22px;
    color: #242323;
    font-family: "Nunito-Regular";
    text-align: center;
}
.financial {
    align-items: center;
    display: flex;
    justify-content: center;
}
.banner-img {
    width: 100%;
}
.right-banner-img {
    margin-left: -30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.second-right-text {
    padding: 40px 30px 30px 180px;
}
.left-banner-box {
    margin-right: -45%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.main-banner .container-fluid {
    margin-top: 16px !important;
}
.left-caro-content {
    display: flex;
    align-items: center;
    height: 100%;
}
.enter-comment-box::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.enter-comment-box::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.placeholder-text {
    border-bottom: 1px solid #c4c4c4 !important;
    color: #fff !important;
}
.feed-form label  {
    color: #ffff;
}
.swal-title {
    color: #fff !important;
}
.new-heading-32 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;

}
.new-heading-32 img {
    width: 32px;
}

