@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    font-weight: 400;
    font-family: Poppins;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 400;
    font-family: Poppins;
}

h1,
h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
}

.btn {
    border-radius: 8px;
    background: #BB9847;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
}

.header-wrapper {
    border-bottom: 1px solid rgba(33, 33, 33, 0.20);
    background: #FFF;
    padding: 8px 0;
}

.header-menu ul li a {
    color: #212121;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 16px !important;
}

.header-wrapper .btn-group .btn {
    border-radius: 8px !important;
    border: 1px solid #BB9847;
    color: #BB9847;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
}

.header-wrapper .btn-group .btnDropdown {
    /* background: #fcf3df; */
    border: 0;
    font-size: 20px;
    background: transparent;

}

.header-wrapper .btn-group .btn.registerBtn {
    border-radius: 8px;
    border: 1px solid #BB9847;
    background: #BB9847;
    color: #FFF;
}

.header-wrapper .btn-group .logInBtn {
    background: #fff;
}

.banner .image img {
    height: 200px;
}

.banner {
    background-size: cover !important;
    background-position: center !important;
    padding: 40px 0;
    position: relative;
}

.banner .image {
    position: absolute;
    right: 0;
    width: 33.33333333%;
}

section {
    padding: 40px 0;
}

.banner .content {
    text-align: center;
    padding: 30px 0;

}

.banner .content span {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.banner .content h1 {
    color: #BB9847;
    text-align: center;
    font-weight: 700;
}


.box {
    border-radius: 0px 20px;
    background: #FFF;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.12);
    padding: 25px;
    text-align: center;
    transition: all 0.3s linear;
}

.banner-bottom h2 {
    font-weight: 700;
}

.box-right {
    border-radius: 20px 0px;
}

.box a {
    text-decoration: none;
    transition: all 0.3s linear;
}

.box a h4 {
    color: #BB9847;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}

.box:hover a h4 {
    color: #fff;
}

.box-left:hover {
    background-image: url(../images/Connect-with-a-friend-bg.webp);
    background-repeat: no-repeat;
}

.box-right:hover {
    background-image: url(../images/Connect-with-a-therapist-bg.webp);
    background-repeat: no-repeat;
}

.main-heading {
    background: linear-gradient(90deg, #CBAB58 0%, #BB9847 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-text {
    color: rgba(33, 33, 33, 0.60);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
}

.column-wrap {
    width: 20%;
    padding: 0 12px;
}

.column-wrap .column {
    border-radius: 9.826px;
    border: 1.965px solid rgba(33, 33, 33, 0.20);
    background: #F7F3E9;
    padding: 16px;
    background-image: url(../images/card-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.column-wrap .column .image img {
    border-radius: 180.806px;
}

span.rating {
    border-radius: 125.476px;
    background: #212121;
    padding: 5px 16px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

.rating-wrap {
    text-align: center;
    margin-top: -18px;
    margin-bottom: 20px;
}

.column-wrap .column h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
}

.column-wrap .column h4 span {
    background: rgba(14, 151, 28, 1);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
}

.column-wrap .column h6 i,
.column-wrap .column .price i {
    margin-right: 7px;
}

.column-wrap .column h6,
.column-wrap .column .price {
    color: rgba(33, 33, 33, 0.50);
    font-family: Poppins;
    font-size: 16px;
    display: inline-block;
}

.profileBtn {
    border-radius: 8px;
    background: #BB9847 !important;
    color: #fff !important;
    margin-top: 10px;
    width: 100%;
}

span.rating i {
    color: rgba(187, 152, 71, 1);
    font-size: 12px;
}

.seeBtn {
    background: transparent;
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding: 0;
}

.expert-dealing-with-depression .main-heading {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: inherit;
}

.expert-dealing-with-depression .seeBtn {
    color: #fff;
}

.expert-dealing-with-depression .column-wrap .column .top {
    position: relative;
    margin-top: 10px;
}

.expert-dealing-with-depression .column-wrap .column .top .rating-wrap {
    position: absolute;
    top: -15px;
    right: 0;
    margin: 0;
}

.expert-dealing-with-depression .column-wrap .column .top .image {
    width: 65%;
    margin: auto;
}

.expert-dealing-with-depression .column-wrap .column .top .rating-wrap span.rating {
    padding: 5px 10px;
}

.expert-dealing-with-depression .column-wrap .column {
    background: #fff;
}


span.online {
    border-radius: 16.768px;
    background: #E7F5E8;
    padding: 5px 16px;
    color: #0E971C;
    display: inline-block;
    font-size: 14px;
}

span.online span {
    background: rgba(14, 151, 28, 1);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 2px;
}

.online-wrap {
    text-align: center;
    margin-top: -18px;
    margin-bottom: 20px;
    position: relative;
}



.struggling-with-mental-health .main-heading {
    background: linear-gradient(90deg, #CBAB58 0%, #BB9847 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.struggling-with-mental-health .seeBtn {
    color: #212121;
}

section.Testimonials {
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}




.Testimonials .testimonials-slider .image img {
    width: auto;
    margin: 0 auto;
}

.testimonials-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
    margin: 5px;
    padding: 20px;
    text-align: center;
}

.testimonials-box .image {
    margin-top: -80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.Testimonials .testimonials-slider {
    width: 91.5%;
    margin-left: auto;
}

.Testimonials .owl-carousel .owl-stage-outer {
    padding-top: 60px;
}

.Testimonials .testimonials-box h4 {
    color: #BB9847;
    text-align: center;
    font-weight: 700;
}

.footer-wrapper {
    padding-top: 40px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-menu h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li a {
    color: rgba(33, 33, 33, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

.footer-menu ul li i {
    margin-right: 10px;
}

.footer-wrapper .copyright {
    background: #E9E9E9;
    margin-top: 40px;
}

.footer-wrapper .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-wrapper .social-media ul li a {
    padding: 10px;
    font-size: 16px;
    color: rgba(187, 152, 71, 1);
    display: inline-block;
}

.footer-wrapper .copyright p {
    color: rgba(33, 33, 33, 0.80);
    font-weight: 300;
}

.expert-dealing-with-depression {
    background-size: cover !important;
    background-position: center !important;
}

.Approach-heading {
    color: #BB9847;
    text-transform: uppercase;
}

.mission-wrap .Vision {
    position: absolute;
    right: 0;
    top: 50%;
    width: 400px;
}

.mission-wrap h3 {
    color: #FFF;
    text-transform: uppercase;
}

.mission-wrap .content p {
    color: rgba(255, 255, 255, 0.80);
}

.how-are-we p {
    color: rgba(0, 0, 0, 0.80);
}

.mission-wrap {
    background-size: cover !important;
    background-position: center !important;
}

.form-wrapper {
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
}

.main-heading {
    position: relative;
}

.main-heading .Approach-heading {
    display: inline-block;
    border-bottom: 1px solid #BB9847;
    padding-bottom: 8px;
}

.form-wrapper p {
    color: rgba(187, 152, 71, 0.70);
    font-size: 14px;
    font-weight: 600;
}

.form-label {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px;
}

.submitBtn {
    border-radius: 7.083px;
    background: #BB9847 !important;
    width: 100%;
    padding: 10px;
    color: #FFF !important;
    font-weight: 600;
}

textarea.form-control {
    min-height: 110px;
}

.details-wrap {
    padding: 60px 40px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(187, 152, 71, 0.87) 0%, rgba(187, 152, 71, 0.87) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.details-wrap h3 {
    color: #fff;
}

.details-wrap .position-relative h3 {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.details-wrap .icons {
    width: 70px;
    height: 70px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
}

.details-wrap .content h4 {
    color: #FFF;
    font-weight: 300;
}

.details-wrap .content h6 {
    color: #FFF;
    font-weight: 600;
    word-break: break-all;
}

.details-wrap .col-md-6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.details-wrap .icons i {
    color: #BB9847;
    font-size: 20px;
}

.details-wrap .social-media h4 {
    color: #FFF;
    font-weight: 300;
}

.details-wrap .social-media {
    text-align: center;
}

.details-wrap .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.details-wrap .social-media ul li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
}

.Friend-banner .content {
    padding: 48px 0;
}

.search {
    border-radius: 50px;
    background: #FFF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.search input {
    color: rgba(33, 33, 33, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.search i {
    margin-right: 10px;
}

.taber .nav-tabs {
    border: 0;
}

.taber .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    background: transparent;
    color: rgba(33, 33, 33, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 4px solid rgba(0, 0, 0, 0.04) !important;
}

.taber .nav-tabs .nav-item .nav-link.active {
    color: #BB9847;
    font-weight: 600;
    border-bottom: 4px solid #BB9847 !important;
}

.wrap-sort .btn {
    border: 0;
    border-bottom: 1px solid #212121;
    background: transparent;
    border-radius: 0;
    display: flex;
    color: rgba(33, 33, 33, 0.80);
    font-weight: 400;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

.wrap-sort {
    position: relative;
}

.wrap-sort .select {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    display: none;
}

.wrap-sort .select.show {
    display: block;
}

.wrap-sort .select {
    border-top: 0;
    border: 1px solid #000;
}

.wrap-sort .select option {
    font-size: 12px;
    padding: 10px;
}

.applyBtn {
    width: 100%;
    background: #F8F8F8 !important;
    border-radius: 8px;
    border: 1px solid #BB9847 !important;
    color: #BB9847 !important;
    text-align: center;
    font-weight: 500;
    padding: 11px 30px;
}

.select option:not(:last-child) {
    border-bottom: 1px solid #000;
}

.inner-page .column-wrap .column {
    border-radius: 9.826px;
    border: 1.965px solid rgba(33, 33, 33, 0.20);
    background: #F7F3E9;
}

.load-more-bg {
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
}

.load-more-bg .btn {
    border-radius: 8px;
    background: #FFF;
    color: #BB9847;
    font-weight: 500;
}

.filter-section {
    display: none;
}

.Therapist-page .column-wrap .column {
    border-radius: 9.826px;
    border: 1.965px solid rgba(33, 33, 33, 0.20);
    background: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(33, 33, 33, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #212121;
}

.detail-image img {
    border-radius: 50%;
    border: 3px solid #0E971C;
    padding: 10px;
    width: 100%;
}

.detail-content h3 {
    color: #000;
    margin-bottom: 12px;
}

.detail-content .icons span {
    color: rgba(33, 33, 33, 0.90);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.detail-content .icons {
    color: rgba(33, 33, 33, 0.40);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.detail-content .icons i {
    color: rgba(33, 33, 33, 0.9);
}

.detail-content .chat-box {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 20px;
}

.detail-content .chat {
    color: #868686;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.chatBtn {
    background: #BB9847 !important;
    color: #fff !important;
}

.detail-content .detail-box {
    border-radius: 5px;
    border: 1px solid rgba(187, 152, 71, 0.70);
    padding: 12px;
}


.detail-content .detail-box h6 {
    color: #BB9847;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.detail-content .detail-box h4 span {
    color: rgba(33, 33, 33, 0.50);
    font-size: 16px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.detail-content .detail-box h4 {
    font-family: Poppins;
    font-weight: 600;
    color: #212121;
}

.reviews-box {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 20px;
}

.reviews-box .top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.reviews-box .top h4 {
    margin: 0;
    margin-left: 10px;
}

.reviews-box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-box .bottom .date {
    color: #212121;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
}

.reviews-box .rating {
    background: transparent;
    padding: 0;
    display: flex;
    color: #212121;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    align-items: center;
}

.reviews-box .rating i {
    margin-left: 8px;
    color: rgba(255, 172, 51, 1);
}

.Leave-a-review ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.Leave-a-review ul li {
    margin-right: 10px;
    color: rgba(33, 33, 33, 0.2);
    font-size: 14px;
}

.Leave-a-review .message-wrap {
    position: relative;
}

.Leave-a-review .message-wrap .row {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    align-items: end;
}

.detail-image span {
    margin: auto;
    margin-top: -18px;
    z-index: 1;
    position: relative;
}

.modal .modal-dialog .modal-content {
    background:
        linear-gradient(0deg, rgba(187, 152, 71, 0.60) 0%, rgba(187, 152, 71, 0.60) 100%),
        url(../images/login-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 0;
}


.modal .modal-dialog .modal-inner {
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

.modal .modal-footer {
    border: 0;
    justify-content: center;
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal .modal-header {
    justify-content: center;
    border: 0;
    padding: 0;
}

.modal .modal-body {
    text-align: center;
    padding: 0;
}

.modal .modal-body hr {
    border: 1px solid;
    border-image: linear-gradient(90deg, #FFF 0%, #D28D0C 51%, #FFF 100%) 1;
    opacity: 1;
}

.modal .modal-body p {
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.modal .form-control {
    border-radius: 5px;
    border: 1px solid rgba(33, 33, 33, 0.15);
    background: #FFF;
}

.modal .modal-body p:last-child {
    color: rgba(33, 33, 33, 0.70);
}

.modal .modal-body p:last-child a {
    color: #000;
    text-decoration: none;
}

.modal .modal-body p:last-child a:hover {
    text-decoration: underline;
}

.modal .otpBtn {
    background: #BB9847;
    width: 100%;
    border-radius: 8px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.modal .otp-button .otp-input {
    border-radius: 5px;
    border: 1px solid rgba(33, 33, 33, 0.15);
    background: #FFF;
    width: 20%;
    height: 50px;
}

.modal .otp-button {
    display: flex;
    justify-content: space-evenly;
}

.header-wrapper .btn-group .walletBtn {
    background: #fff;
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    border-right: 1px solid #BB9847;
    padding-right: 10px;
}
.header-wrapper .btn-group .btnNotification {
    background: transparent;
    border: 0;
    padding: 5px 10px;
}

.header-wrapper .btn-group .btnUser {
    background: #f9f1de;
    border: 0;
    font-size: 20px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa-chevron-down {
    font-size: 12px;
    margin-left: 5px;
}

.header-wrapper .btn-group  .dropdown .dropdown-menu {
    top: 14px !important;
    border: 0;
    border-radius: 0;
}

.header-wrapper .btn-group  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
}

div#myModal2 .modal-content {
    background-image: none!important;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

div#myModal2  .modal-title {
    font-weight: 700;
}
div#myModal2 .btn-close{
z-index: 1;
}
div#myModal2 .form-label {
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

div#myModal2 .sendBtn {
    background: #BB9847 !important;
  color: #fff !important;
}
div#myModal2 .modal-content h4 {
    color: #BB9847;
    font-weight: 700;
    margin-bottom: 10px;
}

.entry-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(239 216 160 / 20%) 100%);
}
.entry-content a{
    color: #BB9847;  
}

.Therapist-content .chat-box {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
}
.Therapist-content .voice-call-box {
    border-radius: 5px;
    background: rgba(187, 152, 71, 0.10);
    border: 0;
}
.Therapist-content .detail-box h6 {
    color: #212121;
}

.Therapist-content .detail-box h4 {
    color: #BB9847;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}
@media(max-width:991px) {
    .offcanvas.offcanvas-end {
        background: #fff !important;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        backface-visibility: hidden;
        bottom: 0;
    }

    .detail-image img {
        width: 100%;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: none;
        filter: none;
        color: #000;
        opacity: 1;
    }

    .offcanvas-header {
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.12);
    }

    .offcanvas-body .navbar-nav .nav-item .nav-link.active {
        color: #212121 !important;
    }

    .offcanvas-body .navbar-nav .nav-item .nav-link {
        color: #212121;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .logInBtn {
        border-radius: 8px;
        border: 1px solid #BB9847;
        background: #fff;
        color: #BB9847 !important;
        padding: 10px 20px;
        display: inline-block;
    }

    .registerBtn {
        border-radius: 8px;
        border: 1px solid #BB9847;
        background: #BB9847;
        color: #FFF !important;
        padding: 10px 20px;
        display: inline-block;
    }

    .column-wrap {
        width: 50%;
        margin-bottom: 24px;
    }

    .column-wrap:last-child {
        width: 100%;
    }

    .expert-dealing-with-depression .column-wrap .column .top,
    .column-wrap .column .image {
        text-align: center;
    }

    .column-wrap .column h6,
    .column-wrap .column .price {
        display: block;
    }

    .mission-wrap .Vision {
        top: 20%;
        width: auto;
    }

    .taber .nav-tabs .nav-item .nav-link.active {
        background: linear-gradient(180deg, #CBAB58 0%, #BB9847 100%);
        color: #fff;
        border: 0 !important;
    }

    .taber .nav-tabs .nav-item .nav-link {
        border: 0 !important;
    }

    .fillterBtn {
        background: transparent;
        color: #000;
        padding: 0;
    }

    .filter-section {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        padding: 20px;
        left: 0;
        right: 0;
        display: none;
    }

    .filter-section .CloseBtn {
        background: transparent;
        color: #000;
        padding: 0;
        text-align: right;
        font-weight: 600;
    }
    .header-wrapper .btn-group {
      display: block;
    }
    .header-wrapper .btn-group button {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .header-wrapper .btn-group .walletBtn {
        border: 0;
    }

    .header-wrapper .btn-group .dropdown .dropdown-menu {
        top: 38px !important;
        border: 0;
        border-radius: 0;
        width: 100%;
        box-shadow: 0 0 5px #ccc;
    }
}

@media(max-width:767px) {
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .banner .content {
        padding: 20px 0;
    }

    .form-wrapper {
        padding: 20px;
        ;
    }

    .inner-banner {
        background-position: left center !important;
    }

    .details-wrap {
        padding: 40px 20px;
    }

    .banner .content span {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    .box {
        padding: 20px;
    }

    h2 {
        font-size: 22px;
    }

    .inner-text {
        font-size: 16px;
    }

    span.rating {
        font-size: 12px;
    }

    .column-wrap {
        width: 100%;
    }

    .footer-menu h5 {
        font-size: 16px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-menu ul li a {
        font-size: 14px;
        display: flex;
        word-break: break-all;
    }

    .footer-wrapper .copyright {
        text-align: center;
    }

    .footer-wrapper .social-media ul {
        justify-content: center;
    }

    .footer-wrapper .copyright p {
        padding-top: 12px;
    }

    nav.navbar.navbar-dark {
        flex-wrap: nowrap;
    }

    .detail-content .icons {
        font-size: 11px;
        white-space: nowrap;
        text-align: center;
    }

    .detail-content .icons span {
        font-size: 11px;
    }

    .detail-content .chat-box {
        padding: 12px;
    }

    .detail-content .chatBtn {
        padding: 10px;
        font-size: 12px;
    }
}