@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "DM Sans", serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #BA7270;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}


h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 13.449px;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 22.514px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22.514px;
}

h6 {
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.514px;
}

a {
    color: #000;
    transition: all 0.3s linear;
}


a:hover {
    color: #BA7270;
}

.form-select:focus {
    border-color: #86413f !important;
}

.form-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.header-menu ul {
    flex-direction: row;
}

.header-menu ul li a {
    padding: 20px;
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.449px;
}

.header-menu ul li.signInBtn {
    display: flex;
    align-items: center;
}

.header-menu ul li.signInBtn a {
    border-radius: 50px;
    background: #BA7270;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 13.449px;
    letter-spacing: 0.9px;
    border: 1px solid #BA7270;
}

.header-menu ul li.signInBtn a:hover {
    background: #fff;
    color: #BA7270;
}

.header-wrapper .desktop {
    padding: 10px 0;
}


.header-wrapper .header-logo {
    display: flex;
    align-items: center;
}

.header-wrapper .header-logo .lotus {
    width: 25%;
    position: relative;
    right: -8px;
    top: -2px;
}

header.header-wrapper {
    background: #FFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
}

.footer-wrapper {
    background: #393939;
    padding-top: 60px;
}

.footer-wrapper h4 {
    color: #fff;
    margin-bottom: 16px;
}

.footer-wrapper .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-wrapper .social-media ul li:not(:last-child) {
    margin-right: 15px;
}

.footer-wrapper .social-media ul li a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
}

.footer-wrapper p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.514px;
}

.footer-wrapper .menu {
    padding: 30px 0;
}

.footer-wrapper .menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.footer-wrapper .menu ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.514px;
    text-transform: uppercase;
}

.footer-wrapper .menu ul li {
    position: relative;
}

.footer-wrapper .menu ul li:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -40px;
    color: #fff;
}

.footer-wrapper .menu ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.514px;
    text-transform: uppercase;
}

.footer-wrapper .copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrapper .copyright p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.514px;
    margin: 16px 0;
}

/* banner css */

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 60px;
}


.banner .content {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.70);
    padding: 20px 40px;
    text-align: center;
}

.banner .content h3 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
}

.banner .content h3:after {
    position: absolute;
    bottom: -5px;
    background: #fff;
    width: 20%;
    height: 3px;
    content: "";
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.banner .content p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.banner .findMatchBtn {
    border-radius: 50px;
    background: #FFF;
    text-decoration: none;
    color: #BA7270;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 13.449px;
    letter-spacing: 0.9px;
    display: inline-block;
    padding: 14px 30px;
    margin-bottom: -60px;

}


/* banner bottom section css */
section {
    padding: 60px 0;
}

.banner-bottom {
    background: #F8F0F0;
}

.banner-bottom-column {
    display: flex;
    align-items: center;
}

.banner-bottom-column .image img {
    border-radius: 187.43px;
    position: relative;
    z-index: 1;
}

.banner-bottom-column .image {
    position: relative;
    padding: 20px 0;
    background: #f8f0f0;
}

.banner-bottom-column .content h2 {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}


.banner-bottom-column .content {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.banner-bottom-column .image:after {
    border-radius: 219.43px;
    border: 1px solid #86413F;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transform: rotate(6deg);
}

.banner-bottom {
    position: relative;
}



.banner-bottom:before {
    background: #F8F0F0;
    content: "";
    width: 20vw;
    left: 0;
    height: 220px;
    position: absolute;
    top: 25.5%;

}

.banner-bottom:after {
    content: "";
    background: #86413F;
    width: 80vw;
    right: 0;
    height: 155px;
    position: absolute;
    top: 34%;
}

.banner-bottom-column .content:before {
    position: absolute;
    left: 20px;
    background-image: url(../images/quote-left.svg);
    background-repeat: no-repeat;
    top: -90px;
    color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 235px;
    width: 70px;
    background-position: center left;
    background-size: contain;
}


.banner-bottom-column .content:after {
    content: "";
    right: 0%;
    position: absolute;
    background-image: url(../images/quote-right.svg);
    background-repeat: no-repeat;
    height: 235px;
    width: 70px;
    background-size: contain;
    bottom: -80px;
    background-position: center right;
}




.icon-box {
    text-align: center;
}

.icon-box .icon {
    margin: auto;
    width: 100px;
    height: 100px;
    border: 1px solid #BA7270;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}

.icon-box .icon:hover {
    background: #BA7270;
}

.icon-box .icon:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.icon-box h5 {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.icon-box:hover h5 {
    color: #BA7270;
}


.box .image img {
    border-radius: 14.071px;
}


.box .image {
    position: relative;
}

.box .content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

.box .content h4 {
    color: #FFF;
    font-size: 21px;
}

.box .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.box .content ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.box .content ul li:not(:last-child) {
    margin-right: 20px;
}

.box .content ul li:not(:last-child):after {
    position: absolute;
    content: "|";
    right: -10px;
    top: 0;
}


.plus-icon {
    border: 1px solid #FFF;
    background: #BA7270;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.box .content span {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 22.514px;
    display: inline-block;
    margin-top: 10px;
}

.box .image {
    overflow: hidden;
    border-radius: 14.071px;
}

.box .image img {
    transition: 0.3s linear;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.box .image:hover img {
    transform: scale(1.2);
}

.seeBtn {
    display: inline-block;
    border-radius: 5px;
    background: #BA7270;
    width: auto;
    margin: auto;
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 60px;
    border: 1px solid transparent;
}

.seeBtn:hover {
    border-color: #BA7270;
    color: #BA7270;
}

.stories-box h5 {
    color: #212121;
    font-weight: 500;
}

.stories-box p {
    color: rgba(33, 33, 33, 0.80);
}

.success-stories-slider .owl-dots .owl-dot.active span,
.success-stories-slider .owl-dots .owl-dot:hover span {
    background: #BA7270 !important;

}

.success-stories-slider .owl-dots .owl-dot.active span {
    width: 25px;
}

.stories-box .image {
    overflow: hidden;
    height: auto;
}


.stories-box .image img {
    transition: 0.3s linear;
}

.stories-box .image:hover img {
    transform: scale(1.2);
}

.heading h2 {
    font-weight: 400;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #BA7270;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #dc35454a;
}

.accordion-button {
    height: auto;
    color: rgba(0, 0, 0, 0.60);
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    align-items: flex-start;
}


.accordion-body,
.accordion-button {
    background: #f5f5f5 !important;
}

.footer-top {
    background: linear-gradient(91deg, #BA7270 0%, #A36362 100%);
}

.footer-top .content h4 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0;
}

.footer-top .content span {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.form-label {
    color: #BA7270;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.form-control,
select {
    color: rgba(0, 0, 0, 0.50);
    font-family: Jost;
    font-weight: 400;
    width: 100%;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
    border-radius: 4.25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.searchBtn {
    border-radius: 5px;
    background: #BA7270 !important;
    color: #FFF !important;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
}

.input-group .input-group-text {
    height: 40px;
    background: #ba7270;
    color: #fff;
    border: 1px solid #ba7270;
}

.aboutus-banner .content h3 {
    margin: 0;
}

.aboutus-banner .content h3:after {
    display: none;
}

.aboutus-wrapper .image img {
    border-radius: 200px 0px;
    padding: 0;
    padding-top: 10px;
    position: relative;
    right: -10px;
}

.aboutus-wrapper .image {
    border-radius: 200px 0px 188.304px 0px;
    border: 1px solid #BA7270;
}

.Our-Expert .content h6 {
    color: rgba(255, 255, 255, 0.80);
    text-align: left;
    font-family: "DM Sans";
    font-weight: 600;
    text-transform: uppercase;
}

.Our-Expert .content h2 {
    color: #fff;
}

.Our-Expert .image img {
    border-radius: 0px 100px;
}

.Our-Expert .content p {
    color: rgba(255, 255, 255, 0.80);
}

.story .content p {
    color: rgba(255, 255, 255, 0.80);
}

.story {
    background-repeat: no-repeat;
    background-size: cover;
}

.contactus-box {
    background: linear-gradient(90deg, #FFD5D3 0%, #BA7270 100%);
    padding: 50px;
}

.contactus-box span {
    color: #86413F;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.contactus-box i {
    font-size: 25px;
    color: #86413F;
    margin-right: 10px;
}

.contactus-inner-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 100px 0;
}

.contactus-inner-box i {
    margin-bottom: 10px;
    margin-right: 0;
}

.contactus-inner-box span {
    margin-bottom: 20px;
}

.contactus-box p,
.contactus-inner-box a {
    color: rgba(0, 0, 0, 0.80);
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

select:focus {
    outline: none;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


.products__filter__group {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
}

span.minus {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 35px;
    color: #000;
}

.overlay.active,
.products__filter__group.active {
    display: block;
    opacity: 1;
}



.accordion-button {
    padding: 5px 0;
}

.close-filter-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.products__filter__group .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.products__filter__group .top-header h4 {
    color: #212121;
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.products__filter__group .top-header form {
    padding: 20px;
}

.products__filter__group {
    padding: 20px;
}

.products__filter__group .search-wrap {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 10px;
}

.products__filter__group .search-wrap input {
    width: 90%;
    border: 0;
}

.products__filter__group .search-wrap input:focus {
    outline: none;
}

.products__filter__group .search-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.products__filter__group .search-wrap i {
    color: rgba(0, 0, 0, 0.50);
}

.products__filter__group span#closeFilterBtn {
    display: block;
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

.accordion {
    --bs-accordion-bg: none !important;
}

.accordion-body,
.accordion-button {
    background: none !important;
}

.accordion-body {
    padding: 0 !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none !important;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

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

.products__filter__group .listBtn {
    border-radius: 100px;
    border: 1px solid rgba(134, 65, 63, 0.30);
    background: #86413F;
    text-decoration: none;
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.products__filter__group .button-group {
    margin: 10px 0;
}

button.accordion-button.collapsed::after {
    content: "\2b";
}

.accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    transform: none !important;
}

.detail .content-wrap h5 {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
}

.detail .content-wrap h6 {
    color: #86413F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.detail .content-wrap ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.detail .image img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.detail .content-wrap ul li span:first-child {
    color: rgba(33, 33, 33, 0.60);
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

li.nav-item.dropdown .rounded-pill {
    top: 15px !important;
    left: 34px !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 12px;
    padding: 4px 7px;
    line-height: 1;
}

.detail .content-wrap ul li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 5px;
}

.detail .content-wrap ul li span {
    width: 50%
}

.detail .content-wrap ul li span:last-child {
    color: #212121;
    font-family: "DM Sans";
    font-size: 14px;
}

.detail .partner-preferences .col-md-4:nth-child(2),
.detail .partner-preferences .col-md-4:first-child,
.detail .content-wrap .col-md-6:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}


.detail .partner-preferences {
    border-radius: 10px;
    border: 1px solid #BA7270;
    padding: 15px;
}

.detail .partner-preferences h5 {
    color: #212121;
}

.detail .card {
    padding: 16px;
    border-radius: 10px;
    background: #F3F3F3;
}

.detail .card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail .card h3 {
    color: #212121;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.detail .card ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.detail .card ul li span:last-child {
    color: #212121;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
}

.detail .card ul li span:first-child {
    color: rgba(33, 33, 33, 0.60);
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.detail .card .connectBtn {
    border-radius: 9.309px;
    background: #BA7270;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .card .connectBtn i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #BA7270;
    line-height: 40px;
    border-radius: 5px;
}

.detail .image {
    position: relative;
}

.detail .image img {
    border-radius: 14.071px;
}

.detail .image span {
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.70);
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    line-height: 2;
    text-underline-position: from-font;
    right: 0;
    text-align: right;
    padding: 12px;
    cursor: pointer;
}

.detail .image input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.Plans-heading,
.detail .heading {
    padding-top: 60px;
}

.Plans-heading h3 {
    color: #86413F;
    text-align: center;
    font-family: Jost;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
}

.plans-box {
    border-radius: 10px;
    border: 1px solid #BA7270;
    background: #FFF;
    position: relative;
    padding: 20px;
    text-align: center;
}

.plans-box span {
    background: rgba(134, 65, 63, 1);
    border-radius: 30px;
    position: absolute;
    top: -10%;
    display: block;
    transform: translate(-45%, 45%);
    left: 45%;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
}

.plans-box h4 {
    margin-top: 40px;
}

.plans-box ul li {
    text-align: left;
    color: rgba(134, 65, 63, 1);
    margin-bottom: 5px;
}

.plans-box h2 {
    margin: 20px 0;
}

.plans-box .btnPlan {
    border-radius: 10px;
    border: 1px solid #86413F;
    background: #FFF;
    color: #86413F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.514px;
    text-decoration: none;
    width: 100%;
    padding: 15px;
}

.plans-box-active {
    border-radius: 10px;
    background: linear-gradient(180deg, #BA7270 0%, #86413F 100%);
}

.plans-box-active ul li,
.plans-box-active h4,
.plans-box-active h2 {
    color: #fff;
}

.faq .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
}


.faq .accordion-body {
    padding: 20px !important;
}

.faq .accordion-button {
    padding: 20px !important;
    font-size: 18px;
}

.faq .accordion-body {
    text-align: left;
}

.faq h2 {
    text-align: left;
}

.modal-content button.btn-close {
    position: absolute;
    right: 0;
    padding: 10px;
    background-color: #ba7270a8;
    font-size: 11px;
    opacity: 1;
    border-radius: 0 6px 0 0;
}

.modal-header {
    flex-direction: column;
    margin-top: 10px;
    border: 0;
}

.modal-header img {
    width: 50%;
}

h4.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0;
}

.modal-body {
    padding: 30px;
    padding-top: 0;
}

.modal-body form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}

.modal-body form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
    border-radius: 4.25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
}

.modal-dialog h6 {
    color: #86413F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wrap button {
    background: #86413f !important;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    width: 140px;
}

.prevBtn {
    background: #BA7270 !important;
}

.btn-group {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.btn-group .otpnoBtn {
    background: #ccc;
    padding: 15px;
    margin: 10px;
    border-radius: 10px !important;
    font-size: 16px;
    color: #86413f;
    text-decoration: none;
    font-weight: 600;
}


.dashboard-profile {
    background: #fff;
    border: 1px solid #e3dddd6b;
    overflow: hidden;
    border-radius: 5px;
    padding: 30px 15px 0;
    box-shadow: 0 0 5px #ccc;
}

.dashboard-profile .image img {
    height: auto;
    border-radius: 50%;
    max-width: 100%;
    object-fit: cover;
}

.dashboard-profile .image {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
}


.profile-picture {
    border: 0;
    background-color: #ba7270 !important;
    color: #fff !important;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 10px;
    outline: 2px solid #fff;
    background: #FFF;
    font-family: "DM Sans";
    font-weight: 400 !important;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 1;
}

.dashboard-profile .image img {
    box-shadow: 0 0 5px #ccc;
}

.dashboard-profile .team-card {
    text-align: center;
}

.dashboard-profile .team-card h5 {
    margin-top: 24px;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
}

.Public-btn {
    background: #edc6c5;
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s linear;
}

.Public-btn:hover {
    background: #ba7270;
    color: #fff;
}

.dashboard-profile .team-card h6 {
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: 0 !important;
}

.nav-tabs {
    flex-direction: column;
    margin: 0 -15px;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    background: #edc6c5;
}

.nav-tabs .nav-item .nav-link:hover span.icon i,
.nav-tabs .nav-item .nav-link.active span.icon i {

    opacity: 0.7;
    color: #ba7270;
}

.nav-tabs .nav-item .nav-link span.icon i {
    font-size: 14px;
    line-height: 1;
}

.nav-tabs .nav-item .nav-link {
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s linear;
    border-radius: 0;
    color: #000;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    margin-bottom: 2px;
}

.nav-tabs .nav-item .nav-link:hover:before,
.nav-tabs .nav-item .nav-link.active:before {
    visibility: visible;
    opacity: 1;
}

.nav-tabs .nav-item .nav-link:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ba7270;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.dashboard-wrap .box {
    padding: 35px 10px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgb(237 198 197);
    border-left: 3px solid rgb(186 114 112);
    width: 100%;
}

.dashboard-wrap .inner-content h5 {
    margin-top: 0;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 25px;
}

.dashboard-wrap .inner-content .icon {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    background: #ba7270;
}

.dashboard-wrap .inner-content .text {
    padding-left: 10px;
}

.dashboard-wrap .inner-content .text span {
    font-family: "DM Sans", serif;
    display: block;
    font-size: 16px;
    color: #363434;
    font-weight: 400;
}

.dashboard-wrap .inner-content .text h4 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    color: #ba7270;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(2) .box {
    background-color: #ffefce;
    border-left: 3px solid #ff9e42;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(2) .box .icon {
    background: #ff9e42;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(3) .box {
    background: #dcfce7;
    border-color: #3bd855;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(3) .box .icon {
    background: #3bd855;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(4) .box {
    background: #f3e8ff;
    border-color: #c085ff;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(4) .box .icon {
    background: #c085ff;
}

.dashboard-wrap .inner-content .col-md-4:nth-child(5) .box {
    background: rgba(253, 44, 121, 0.15);
    border-color: rgb(253, 44, 121);
}

.dashboard-wrap .inner-content .col-md-4:nth-child(5) .box .icon {
    background: rgb(253, 44, 121);
}

.dashboard-wrap .inner-content .col-md-4:nth-child(6) .box {
    background: rgb(255, 239, 206);
    border-color: rgb(255, 158, 66);
}

.dashboard-wrap .inner-content .col-md-4:nth-child(6) .box .icon {
    background: rgb(255, 158, 66);
}

.dashboard-wrap .card-body-inner {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e3dddd6b;
    padding: 20px 30px;
    box-shadow: 0 0 5px #ccc;
}

.dashboard-wrap .title {
    padding: 16px 0;
}

.dashboard-wrap .title h5 {
    color: #000;
    margin: 10px 0;
}

.dashboard-wrap .title-top {
    border-bottom: 1px solid #c9c3c36b;
    padding-top: 0;
}

.dashboard-wrap .package-options span {
    font-size: 18px;
    display: inline-block;
    color: #999999;
}

.dashboard-wrap .package-options {
    margin-bottom: 5px;
}

.dashboard-wrap .package-options i {
    color: #ba7270;
    font-size: 20px;
}

.dashboard-wrap .card-body-inner h5 {
    color: #322d2d;
    margin: 10px 0;
    font-size: 20px;
}

.dashboard-wrap .card-body-inner a {
    border: 0;
    background: #ba7270;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 20px;
}

.latest-requests-wrapper a {
    text-align: right;
    display: block;
    color: #BA7270;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.latest-requests-wrapper h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}


.dashboard-wrap .latest-requests-inner .box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    background: #fff !important;
    padding: 0;
    display: block;
}

.dashboard-wrap .latest-requests-inner .box .content {
    position: inherit;
    padding: 0 10px;
    text-align: left;
}

.dashboard-wrap .latest-requests-inner .button-wrap {
    padding: 0 10px;
    padding-bottom: 15px;
}

.dashboard-wrap .latest-requests-inner .box .content h5 {
    color: #212121;
    font-weight: 500;
    text-align: left;
    margin: 10px 0;
    font-size: 20px;
}

.dashboard-wrap .latest-requests-inner .box .content ul {
    margin: 10px 0;
    display: flex;
    color: #000;
}

.dashboard-wrap .latest-requests-inner .box .content ul li {
    color: #000;
    font-size: 16px;
}

.dashboard-wrap .latest-requests-inner .btnReject {
    border-radius: 5px;
    border: 1px solid #D0615E;
    background: #FFF;
    width: 48%;
    color: #D0615E;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.dashboard-wrap .latest-requests-inner .btnAccept {
    border-radius: 5px;
    background: #A9BA70;
    width: 48%;
    color: #FFF;
    transition: 0.3s linear;
    border: 1px solid #A9BA70;
}

.dashboard-wrap .latest-requests-inner .btnAccept:hover {
    background: #FFF;
    color: #A9BA70;

}

.dashboard-wrap .latest-requests-inner .btnReject:hover {
    background: #ba7270;
    color: #fff;
}

.dashboard-wrap .latest-requests-inner .btnReject {
    border-radius: 5px;
    border: 1px solid #D0615E;
    background: #FFF;
    width: 48%;
    color: #D0615E;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.dashboard-wrap .latest-requests-inner .btn {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.dashboard-wrap .latest-requests-inner .box .image,
.dashboard-wrap .latest-requests-inner .box .image img {
    border-radius: 9px 9px 0 0px;
}

.latest-requests-inner {
    position: relative;
    right: 0;
    width: 840px;
    overflow: hidden;
}

.dashboard-wrap .latest-requests-inner .box .image img {
    transition: 0.3s linear;
    width: 100%;
    /* height: 160px; */
    border-radius: 9px 0 0 9px !important;
}

.dashboard-wrap .latest-requests-inner .button-wrap .btnMessage {
    border-radius: 5px;
    background: #BA7270;
    width: 100%;
    color: #fff;
    border: 1px solid #BA7270;
}

.dashboard-wrap .latest-requests-inner .button-wrap .btnMessage:hover {
    background: #fff;
    color: #BA7270;
}

.latest-requests-wrapper h2 {
    margin: 0;
}

.dashboard-wrap .inner-content .input-group-text {
    background: #ba7270;
    color: #fff;
}

.dashboard-wrap .inner-content .table-wrap {
    box-shadow: 0 0 5px #ccc;
    border-radius: 8px;
    margin-top: 45px;
}

.dashboard-wrap .inner-content .table-wrap table.table tr th {
    background: #ba7270;
    color: #fff;
    text-align: center;
    padding: 14px;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td {
    text-align: center;
    padding: 14px;
}

.dashboard-wrap .inner-content .table-wrap table.table tr {
    vertical-align: baseline;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .icon {
    width: 35px;
    height: 35px;
    font-size: 12px;
    transition: 0.3s linear;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .email-icon {
    background: #006aff26;
    color: #006aff;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .Handshake-icon {
    background: #0abb7526;
    color: #0abb75;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .reject-icon {
    background: #e9393936;
    color: #e93939;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .email-icon:hover {
    background: #006aff;
    color: #fff;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .Handshake-icon:hover {
    background: #0abb75;
    color: #fff;
}

.dashboard-wrap .inner-content .table-wrap table.table tr td .reject-icon:hover {
    background: #e93939;
    color: #fff;
}

.profile-wrap img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile-wrap h5.modal-title {
    font-weight: 800;
    margin-top: 8px;
    font-size: 18px;
}

.profile-wrap p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #1b1b1b;
}

.profile-wrap .modal-body h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
}

.profile-wrap .modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.modal-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.modal-box {
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
}

.profile-wrap .modal-body ul li {
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 2px;
}

.profile-wrap .modal-body ul li.active {
    background: #ba7270;
    color: #fff;
}

.profile-wrap .modal-body form label {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.wrap-sort {
    position: relative;
}

.modal-body .wrap-sort {
    margin-bottom: 20px;
}

.wrap-sort .select {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px #cccc;
    display: none;
    z-index: 1;
}

.wrap-sort button {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.wrap-sort button i {
    font-size: 10px;
}

.wrap-sort .select {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
}

.range span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-wrap input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #86413f 50%, #ddd 50%);
    outline: none;
    transition: background 0.3s ease-in-out;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
    height: 10px;
}

.range-wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #86413f;
    cursor: pointer;
}

.range-wrap input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #86413f;
    cursor: pointer;
}

.range-wrap span {
    font-size: 12px;
}

.modal-dialog {
    max-width: 600px;
}

.label-count-wrap {
    position: relative;
}

.label-count-wrap span {
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 2.8;
    bottom: 0;
    left: 10px;
    display: block;
    color: rgba(0, 0, 0, 0.50);
}

.label-count-wrap .counter {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: end;
}


.label-count-wrap .counter input.count-input {
    color: #212121;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    max-width: 40px;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.label-count-wrap .counter button {
    background: rgba(186, 114, 112, 1) !important;
    border: 0;
    color: #fff;
    padding: 10px;
    height: 40px;
}

.chatbox-left {
    padding: 20px 0;
    border-right: 1px solid #c9c3c36b;
    height: 100%;
}

.chat-members-lsit-top h2 {
    font-size: 20px;
    font-weight: 800;
}

.chat-members-lsit-top {
    padding: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 1;
}

.chatbox-right {
    position: sticky;
    top: 0;
}

.chatbox-left-users-memberList ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.user-list__item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.user-list__nameThumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-list__nameThumb .thumb {
    position: relative;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}


.user-list__nameThumb .thumb .dot {
    height: 10px;
    width: 10px;
    background-color: rgb(186 114 112);
    position: absolute;
    border-radius: 50%;
    bottom: -1%;
    right: 12%;
}

.user-list__nameThumb .name-text .name {
    font-size: 15px;
    font-weight: 500;
}

.user-list__time-message .time {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-bottom: 5px;
}

li.user-list__item {
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e3dddd6b;
}

.user-list__item.active {
    background-color: rgb(253, 44, 121, .15);
}

.user-list__nameThumb .thumb {
    position: relative;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.user-list__nameThumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-list__item.active {
    background-color: hsl(2deg 35% 58% / 15%);
}

.message-chat {
    border: 1px solid #c9c3c36b;
}

button.submit-button.btn.btn-link.attachmentBtn {
    right: 65px;
    background: #fff;
    box-shadow: 0 0 5px #cccc;
    color: #000;
}

.user-list__nameThumb .thumb {
    position: relative;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.user-list__nameThumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.chatbox-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(153, 153, 153, 0.21) 0px 2px 5px 0px;
    border-bottom: 1px solid #c9c3c36b;
}

.nameThumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nameThumb .thumb {
    position: relative;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.nameThumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.nameThumb .thumb .dot {
    height: 10px;
    width: 10px;
    background-color: #ba7270;
    position: absolute;
    border-radius: 50%;
    bottom: -1%;
    right: 12%;
}

.submitBtn {
    background: #ba7270 !important;
    text-decoration: none;
    color: #fff !important;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1;
    width: 100%;
}

.nameThumb .name-text .name {
    font-size: 15px;
    font-weight: 500;
}

.chatbox-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(153, 153, 153, 0.21) 0px 2px 5px 0px;
    border-bottom: 1px solid #c9c3c36b;
}

.button-group .btn {
    background-color: rgb(186 114 112 / 29%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 16px;
    color: rgb(186 114 112);
    cursor: pointer;
    border: 0;
    outline: 0;
    text-decoration: none;
}

.chatbox-header .text {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.chatbox-footer .chatbox-footer__input {
    position: sticky;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px -1px 5px 0px #99999936;
    padding: 15px;
}

.chatbox-footer .input--group input {
    border-radius: 50px;
    padding-right: 90px;
    height: 41px;
    border: 1px solid #c9c3c36b;
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.chatbox-footer label.form--label {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: text;
    transform: translateY(-50%);
    padding: 4px 4px;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.2s ease;
    line-height: 0.8;
    pointer-events: none;
    z-index: 1;
    padding-left: 17px;
}

.chatbox-footer .submit-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #ba7270;
    text-decoration: none;
    color: #fff;
}

.chat-inner {
    height: 400px;
}

.addnewBtn {
    background: #ba7270 !important;
    border-color: #ba7270 !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
}

.dashboard-wrap label.form-label,
.accordion-body h6 {
    text-align: left;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px 0;
}

.gallery a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery a:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}


.profile-picture input#Profile-picture {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.login__wrapper.custom--card {
    box-shadow: 0 0 5px #ccc;
    border: 0;
    padding: 20px;
    background: linear-gradient(to bottom right, #fbe0e4, #fdf2dd);
}

.login__wrapper.custom--card .login-title {
    text-transform: capitalize;
}

.PaymentForm .form {
    box-shadow: 0 0 5px #ccc;
    padding: 40px;
    background: linear-gradient(to bottom right, #fbe0e4, #fdf2dd);
}

.PaymentForm h2,
.login__wrapper.custom--card h2 {
    text-transform: capitalize;
}

.thank-you .invoiceBtn {
    background: #ba7270;
    color: #fff;
}

.thank-you p.lead {
    font-size: 16px;
}

.PaymentForm .enrollBtn {
    border-radius: 3px;
    border: 1px solid #ba7270;
    color: #fff;
    padding: 8px 30px;
    background: #ba7270;
    font-weight: 600;
}

.PaymentForm .enrollBtn:hover {
    background: transparent;
    color: #ba7270;
    border: 1px solid #ba7270;
}

.PaymentForm .form-check-label a {
    color: rgb(186 114 112);
}

.PaymentForm .form-check {
    font-size: 14px;
}

.box .image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.box .content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    z-index: 1;
}

.plus-icon form {
    margin: 0;
}

.plans-box ul {
    margin: 0;
    padding-left: 12px;
}

@media(max-width:1199px) {
    .latest-requests-inner {
        width: 745px;
    }
}

@media(max-width:1024px) {
    .latest-requests-inner {
        width: 645px;
    }
}

@media(max-width:991px) {
    .dashboard-wrap .latest-requests-inner .box .image img {
        height: auto;
    }

    .latest-requests-inner {
        width: 744px;
    }

    .Plans-heading h3 {
        font-size: 28px;
    }

    .footer-wrapper .menu ul li a {
        font-size: 12px;
    }

    .detail .card .connectBtn {
        font-size: 14px;
    }

    .detail .card h3 {
        font-size: 20px;
    }

    .detail .card ul li span:first-child,
    .detail .card ul li span:last-child,
    .detail .content-wrap ul li span:last-child,
    .detail .content-wrap ul li span:first-child {
        font-size: 12px;
    }

    .detail .card .connectBtn i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .banner-bottom-column .content:after {
        bottom: -90px;
    }

    .footer-wrapper .menu ul li:not(:last-child):after {
        right: -20px;
    }

    h2 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 25px;
    }

    .footer-wrapper .social-media ul {
        justify-content: center;
    }

    .offcanvas.offcanvas-end {
        background: #fff !important;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        backface-visibility: hidden;
        bottom: 0;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: none;
        filter: none;
        font-size: 25px;
        line-height: 1;
    }

    .navbar-brand {
        width: 50%;
    }

    .offcanvas-title .divine-marry {
        width: 50%;
    }

    .nav-link.active {
        color: #000 !important;
    }

    .nav-link {
        color: rgba(0, 0, 0, 0.60);
    }

    .signInBtn a {
        border-radius: 50px;
        background: #BA7270;
        display: flex;
        align-items: center;
        padding: 15px 30px;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 13.449px;
        letter-spacing: 0.9px;
        border: 1px solid #BA7270;
        justify-content: center;
        margin-top: 20px;
    }

    .signInBtn a:hover {
        color: #BA7270;
        background: #FFF;
    }

    .header-wrapper .header-logo {
        width: 60%;
    }

    .header-wrapper .header-logo .lotus {
        width: 20%;
    }

    .offcanvas-title {
        display: flex;
        align-items: center;
    }

    .offcanvas-title .lotus {
        width: 20%;
        position: relative;
        right: -8px;
        top: -2px;
    }

    .banner-bottom-column .image {
        display: none;
    }

    .banner-bottom:after,
    .banner-bottom:before {
        display: none;
    }

    .banner-bottom .container {
        background: #86413F;
    }

    .plus-icon {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .detail .heading {
        padding-top: 30px;
    }

    section {
        padding: 30px 0;
    }

    .listing-header .searchBtn {
        background: transparent !important;
        display: inline-block;
        width: auto;
        color: #86413F !important;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 700;
    }

    .listing-header {
        display: flex;
        justify-content: space-between;
    }

    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media(max-width:767px) {
    .latest-requests-inner {
        width: 385px;
    }

    .btn-wrap button {
        font-size: 14px;
        padding: 10px;
    }

    .Plans-heading,
    .footer-wrapper {
        padding-top: 30px;
    }

    .detail .partner-preferences .col-md-4:nth-child(2),
    .detail .partner-preferences .col-md-4:first-child,
    .detail .content-wrap .col-md-6:first-child {
        border: 0;
    }

    .products__filter__group {
        padding: 20px;
        overflow: scroll;
        top: 0;
        height: 100%;
        transform: none;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .icon-box h5 {
        font-size: 16px;
    }

    .banner-bottom-column .content {
        padding: 40px 12px;
    }

    .box .content ul li:not(:last-child) {
        margin-right: 15px;
    }

    .box .content ul li {
        font-size: 14px;
        white-space: nowrap;
    }

    .box .content {
        padding: 10px;
    }

    .box .content ul {
        justify-content: space-between;
    }

    .accordion-button {
        font-size: 16px;
    }

    .plus-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .banner-bottom-column .content:before {
        height: 140px;
        width: 78px;
        top: -35px;
        left: 0;
        background-size: contain;
    }

    .banner-bottom-column .content:after {
        height: 140px;
        width: 78px;
        bottom: -34px;
        background-size: contain;
    }

    .footer-wrapper .menu ul li {
        margin: 0 10px;
    }

    .footer-wrapper .menu ul {
        flex-wrap: wrap;
    }

    .footer-wrapper .menu ul li:nth-child(4):after {
        display: none;
    }

    .footer-wrapper .menu ul li a {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }

    .banner .content p {
        font-size: 16px;
    }

    .banner .content {
        padding: 20px;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .header-wrapper .header-logo {
        width: 85%;
    }

    .inner-page {
        text-align: center;
    }

    .Our-Expert .content h6 {
        text-align: center;
    }

    .contactus-box {
        padding: 20px;
    }

    .contactus-box span {
        display: flex;
        flex-direction: column;
    }

    .contactus-box p {
        margin-bottom: 0;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .contactus-inner-box a {
        font-size: 16px;
        line-height: 1.5;
    }

    .contactus-box i {
        margin: 0;
        margin-bottom: 16px;
    }

    .contactus-box span {
        font-size: 20px;
    }

    .Plans-heading h3 {
        font-size: 24px;
    }

    .latest-requests-wrapper h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dashboard-wrap .inner-content h5 {
        font-size: 20px;
    }

    .dashboard-wrap .latest-requests-inner .box .content h6,
    .dashboard-wrap .latest-requests-inner .box .content ul li,
    .dashboard-wrap .latest-requests-inner .btn {
        font-size: 14px;
    }

    .dashboard-wrap .card-body-inner a {
        border: 0;
        background: #ba7270;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 15px;
    }

    .dashboard-wrap .inner-content .text span {
        font-size: 16px;
    }

    .dashboard-wrap .inner-content .text h4 {
        font-size: 30px;
    }

    .dashboard-wrap .inner-content .icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .dashboard-wrap .inner-content .table-wrap {
        overflow: scroll;
    }

    .box .content h4 {
        font-size: 16px;
    }

    .box .plus-icon {
        width: 30px;
        height: 30px;
    }

    .box .plus-icon i {
        font-size: 16px;
    }

    .faq .accordion-button {
        padding: 8px !important;
        font-size: 14px;
    }
}

@media(max-width:375px) {
    h4 {
        font-size: 18px;
    }

    .box .plus-icon {
        width: 20px;
        height: 20px;
    }

    .box .content ul li {
        font-size: 9px;
    }

    .box .content h4 {
        font-size: 14px;
    }

    .box .plus-icon i {
        font-size: 14px;
    }

    .footer-wrapper .menu ul li a {
        font-size: 12px;
    }

    .footer-wrapper p,
    .footer-wrapper .copyright p {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }


    .latest-requests-inner {
        width: 365px;
    }

    .dashboard-wrap .latest-requests-inner .box .content h6,
    .dashboard-wrap .latest-requests-inner .box .content ul li,
    .dashboard-wrap .latest-requests-inner .btn {
        font-size: 12px;
    }

    .dashboard-wrap .inner-content .text span {
        font-size: 14px;
    }
}

@media(max-width:320px) {
    .latest-requests-inner {
        width: 275px;
    }

    .footer-wrapper .menu ul li a {
        font-size: 10px;
    }
}

.chatbox-body__item {
    padding: 10px !important;
}

.navbar-notifi {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 5px #ccc;
    margin: 0 -18px;
    padding: 15px;
}


.navbar-notifi__right {
    text-align: right;
    font-size: 12px;
}

.detail .content-wrap ul li span:first-child {
    display: block !important;
}

.login__wrapper.custom--card .login-title {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.5;
}

.select2-container {
    display: block !important;
}

.select2-container--default .select2-selection--multiple {
    height: 32px;
    overflow-x: auto;
}



  /
    .select2-container--default .select2-selection--multiple {
      height: 40px;             
      overflow: hidden;            
      border: 1px solid #ccc;
      border-radius: 5px;
      display: flex;
      align-items: center;         
    }


    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      max-height: 38px;         
      overflow-y: auto;      
      display: block;
      width: 100% !important;
      scrollbar-width: thin;     
    }

   
    .select2-container--default .select2-search--inline .select2-search__field {
      margin-top: 5px;
    }

    .select2-container {
    box-sizing: inherit;
    display: inline;
    margin: inherit;
    position: inherit;
    vertical-align: inherit;
}
.accordion-body {
    text-align: left;
}
@media(max-width:991px){
form.form-search .col-lg-3 {
    margin-bottom: 0 !important;
}
.detail .content-wrap ul li span {
    text-align: left;
}
.detail .content-wrap ul li span ,
.detail .content-wrap ul li span{
    width: 100% !important;
}
.detail .content-wrap h6 {
    text-align: left;
}

.PaymentForm .form {
    padding: 12px;
}
.contactus-box p {
        margin-top: 0;
    }
    .plans-box ul {
    margin-bottom: 16px;
}
.modal-body form input ,
.select2-container--default .select2-selection--multiple {
        height: 45px;
    }
.input-group .input-group-text {
    height: 45px !important;
}
section.detail p {
    text-align: left;
    font-size: 12px;
}
.accordion-body {
    font-size: 12px;
}
}

@media(max-width:767px){
    .detail .content-wrap h6 {
    text-align: left;
    font-size: 14px;
}
.input-group .input-group-text {
    padding: 4px !important;
    font-size: 12px !important;
}
.modal-body {
    padding: 12px;
}
.modal-header {
    padding-left: 12px;
    padding-right: 12px;
}
h4.modal-title {
    font-size: 20px;
}
.modal-body h6 {
    padding-bottom: 10px !important;
}
.detail .content-wrap ul li span:first-child{
    font-size: 10px !important;
}
}