body {
    /*padding: 10px;*/
    font-family: 'Inter' !important ;
    background: #F4F1EB !important;    
}
.header-logo a img {
    width: 100%;
    max-width: 60px;
}
.header-logo a {
    display: block;
}

body .container {
    width: 100%;
    max-width: 1410px;
    padding: 0px;
}
section.hero_section {
    background-image: url(../images/Background.png);
    padding: 404px 15px 332px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    /*margin:10px;*/
}
.sec_top_heading a.btnIcon {
    border-radius: 50px;
    background: rgb(17, 78, 70);
    text-decoration: none;
}

header {
    position: absolute;
    left: 10px;
    right: 10px;
    /*top: 20px;*/
    z-index: 999;
}
.header_right_btn a.btn:not(:first-child) {
    padding: 12px 0px;
    margin-left: 16px;
}
.header_right_btn :not(.btn-check)+.btn:active {
    border: none !important;
}
.banner_content {
    max-width: 792px;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
}
.banner_content .sub_heading {
    max-width: max-content;
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    backdrop-filter: blur(60px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}
.banner_content .sub_heading span {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}
.banner_content h1 {
    font-size: 90px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 94px;
    margin: 16px 0px 24px;
}
body p {
    font-size: 18px;
    line-height: 24px;
}
.banner_content p {
    color: #fff;
}
a.btnIcon svg {
    margin-right: 5px;
}
.banner_button a, .btnIcon {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 32px 10px 8px;
    text-decoration: underline;
    color: #Ffff;
    letter-spacing: -1px;
    text-transform: capitalize;
}
.banner_button a.btnIcon {
    background: #ffff;
    border-radius: 50px;
    color: #114E46;
    text-decoration: none;
}
.banner_button {
    max-width: fit-content;
    margin: 38px auto 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(60px);
}
header  nav {
    border-radius: 15px;
}
nav.navbar {
    padding: 31px 15px !important;
}
.navbar a.nav-link {
    font-size: 16px;
    color: #114E46;
    font-weight: 600;
    letter-spacing: -0.25px;
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.footer-logo img {
    max-width: 60px;
}
.copyrigh_row .row {
    align-items: center;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FF7F1C !important;
}
.header_right_btn a {
    padding: 10px 32px 10px 8px;
    border-radius: 50px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #114E46;
    text-decoration: underline;
}
a.loginBtn svg {
    margin-right: 5px;
}

a.loginBtn {
    background: #FF7F1C;
    color: #fff;
    min-width: 130px;

    text-decoration: none;
}
.searchBar {
    padding: 44px;
    background: #FF7F1C;
    border-radius: 20px;
    position: relative;
}
section.decover_thank_gratitude {
    margin-top: -200px;
}
.searchBar h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.input-discover input {
    padding: 23px;
}
.input-discover input::placeholder, .input-discover input {
    font-size: 18px;
    font-weight: 400;
}
.input-discover button.btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #114E46;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px 8px 8px;
}
.input-discover button.btn svg {
    margin-right: 5px;
}
/*.featured_tag_section .col-md-8 {*/
/*    display: flex;*/
/*}*/
.featured_inner {
    position: relative;
    display: flex;
}
.featured_tag p {
    padding: 8px 19px;
    background: #fff;
    margin: 15px;
    border-radius: 30px;
    font-size: 13.56px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 9999;
    position: relative;
}
.featured_inner .featured_img img, .advertise_inner img {
    border-radius: 20px;
}
.featured_inner .featured_tag, .advertise_inner .featured_tag {
    position: absolute;
}
.advertise-carousel .owl-nav, .featured-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.advertise-carousel .owl-nav button span, .featured-carousel .owl-nav button span{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0px;
}
.advertise-carousel .owl-nav .owl-prev span, .featured-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png) !important;
}
.advertise-carousel .owl-nav .owl-next span, .featured-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png) !important;
}
.advertise-carousel .owl-nav button:hover, .featured-carousel .owl-nav button:hover {
    background: transparent !important;
}
.advertise-carousel .owl-nav button, .featured-carousel .owl-nav button {
    border-radius: 50px !important;
}
body .owl-theme.advertise-carousel .owl-dots span, body .owl-theme.featured-carousel .owl-dots span{
    width: 8px !important;
    height: 8px !important;
    margin: 0px !important;
    background: rgba(255, 255, 255, 0.4);
}
body .owl-theme.advertise-carousel .owl-dots button.active span, body .owl-theme.featured-carousel .owl-dots button.active span {
    background: #fff;
}
.advertise-carousel .owl-dots, .featured-carousel .owl-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0px auto;
    display: flex;
    padding: 4px 8px;
    gap: 4px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
}
.input-discover {
    position: relative;
}
section.featured_tag_section {
    padding-top: 40px;
}
section.populor_thank_board_sec {
    padding-top: 78px;
    padding-left:10px;
    padding-right:10px;
}
.sec_top_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}
.sec_top_heading h2 {
    font-size: 48px;
    line-height: 46px;
    color: #114E46;
    font-weight: 500;
    letter-spacing: -2px;
}
.sec_top_heading .banner_button a {
    color: #114e46;
    padding: 18px 32px;    
}
.sec_top_heading .banner_button a.active {
    border-radius: 50px;
    background: #114E46;
    text-decoration: none;
    color: #fff;
}
.featured_img {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}
.featured_img img {
    width: 100%;
    height: 100%;
}
.featured_img::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 66%), rgba(0, 0, 0, 0));
}
.thanks_board_article {
    border-radius: 22px;
    background: #fff;
    padding: 4px;
    margin-bottom: 32px;
}
.thanks_article_inner_content {
    padding: 0px 16px 16px;
}
.articla_meta {
    margin-top: -47px;
    margin-bottom: 21px;
}
.articla_meta span.publish_date {
    padding: 8px 32px 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    background: rgb(0 0 0 / 41%);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px) !important;
    font-size: 11.44px;
    line-height: 15.6px;
    color: #fff;
    display: flex;
    max-width: fit-content;
    align-items: flex-end;
    gap: 10px;
}
.thanks_board_content h3 {
    font-size: 26px;
    color: #114E46;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: normal;
}
.thanks_board_content p, .textBy p {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}
.textBy {
    display: flex;
    justify-content: space-between;
}
.add_your_thanksBtn button.popupBtn {
    width: 100%;
    background: #FF7F1C;
    color: #fff;
    border: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: normal;
    padding: 18px;
    margin-top: 6px;    
}
.thanks_board_content p {
    height: 48px;
}
.recent_gratitude_posts .sec_top_heading {
    align-items: flex-end;
}
.recent_gratitude_posts {
    margin-top: 100px;
    border-radius: 22px;
    background: #114E46;
    padding: 100px 15px 100px;
}
.recent_gratitude_posts h2 {
    color: #fff;
    font-size: 70px;
    line-height: 74px;
    letter-spacing: -3px;
    margin: 0px;
}
.recent_gratitude_posts .container {
    max-width: 1170px;
}
.gratitude_article_box {
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}
span.gratitue_tag {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.25px;
    padding: 8px 32px;
    background: #FF7F1C;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin-bottom: 16px;
}
.gratitue_inner_content h3 {
    color: #fff;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: normal;
    font-weight: 500;
}
.gratitue_inner_content p {
    color: #CCCCCC;
}
.impression_tag {
    display: flex;
    gap: 8px;
    margin-top: 48px;
}
.gratitue_inner_content {
    padding-top: 16px;
}
.impression_tag p {
    background: #fff;
    border-radius: 50px;
    padding: 8px 32px 8px 8px;
    color: #114E46;
    line-height: 16.9px;
    letter-spacing: -0.25px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.impression_tag svg {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.impression_tag .active svg rect {
    fill: #000;
}
.impression_tag .active svg {
    filter: drop-shadow(0 0 8px #ff7f1c);
}
.top_heading_testimonial {
    text-align: center;
}
section.testimonial_section, 
section.faqs_section, 
section.form_section {
    padding: 100px 15px 100px;
}
.sub_heading span {
    color: #000;
}
.sub_heading {
    max-width: fit-content;
    margin: 0px auto 16px;
    padding: 7px 17px;
    background: #fff;
    border-radius: 50px;
}
.top_heading_testimonial h2 {
    font-size: 70px;
    line-height: 74px;
    color: #114E46;
    letter-spacing: -3px;
}
.testimonial-carousel .item {
    padding: 0 0px 70px 24px;
}
.testimonial_inner {
    background: #fff;
    padding: 40px 50px 24px;
    border-radius: 20px;
    box-shadow: 0px 38.52px 25.48px rgba(56, 56, 56, 0.0607);
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.testimonial_inner::before, .testimonial_inner::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}
.testimonial_inner::before {
    box-shadow: 0px 20px 13px rgba(56, 56, 56, 0.05);
}
.testimonial_inner::after {
    box-shadow: 0px 8.15px 6.52px rgba(56, 56, 56, 0.0393);
}
.testimonial-carousel .item {
    padding: 0 24px 70px 24px;
}
.testimonial_main {
    padding: 40px 0 0;
}
.rating_icon .mb-2 {
    margin-bottom: 16px !important;
}
.testi_desc p {
    color: #666666;
    margin-bottom: 24px;
}
.testi_title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #114E46;
}
.testi_designation p {
    margin: 0px;
    font-size: 13px;
    color: #114E46;
    font-weight: 500;
}
.testimonial-carousel .owl-prev span,
.testimonial-carousel .owl-next span {
  display: none; /* Hide default arrow text */
}
.testimonial-carousel .owl-nav {
    max-width: 120px;
    margin: 0px auto;
    border-radius: 50px;
    background: #fff;
}
.testimonial-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    transition: all 0.3s ease;
}
.testimonial-carousel .owl-nav button:hover {
    border-radius: 50px !important;
    background: #FF7F1C !important;
}
.testimonial-carousel .owl-nav button:hover svg path {
    fill: #fff;
}
.accordion-button::after {
  display: none !important;
}

/* FAQ Icon Left */
.faq-icon {
  width: 1.5rem;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}
.faqs_section .container {
    max-width: 1166px;
}
.faqs_section .accordion-item button.accordion-button {
    background: transparent;
    gap: 35px;
    box-shadow: none !important;
    padding: 0px;
    font-size: 22px;
    color: #114E46;
    font-weight: 500;
    line-height: 26px;
}
.faqs_section .accordion-item {
    border: none !important;
    margin-bottom: 10px;
    border-radius: 20px !important;
    padding: 27px 40px 32px;
}
.faqs_section div#faqAccordion {
    padding-top: 62px;
}
.accordion-header i {
    margin: 0px !important;
}
.accordion-item .accordion-body {
    padding-left: 58px;
    padding-right: 58px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #7A8483;
    line-height: 26px;
    font-weight: 400;
}
footer.footer-main {
    border-radius: 20px;
    background: #114E46;
    padding: 100px 10px 10px;
}
.newsletter_col {
    max-width: 400px;
}
.newsletter_col p {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 317px;
}
.newsletter_inner {
    position: relative;
}
.newsletter_inner input {
    border-radius: 40px;
    background: #FFFFFF;
    padding: 18px 30px;
    font-size: 16px;
    color: #7A8483;
    border: none;
}
.newsletter_inner button.btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    background: transparent;
    border: none;
}
.footer_col h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.footer_col ul li a {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.footer_col ul li a:hover {
    color: #fff;
}
.footer_contact{
    padding-top: 35px;
    margin-top: 66px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}
.contact_info_inner p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 25.6px;
    margin-bottom: 4px;
}
.contact_info_inner a {
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    line-height: 26.4px;
    letter-spacing: -1px;
    transition: all 0.3s ease;
}
.copyrigh_row {
    background: #18675C;
    border-radius: 15px;
    padding: 62px 15px;
}
.social_icons {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
}
.social_icons a {
    padding: 9px 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease-in-out;
}
.social_icons a:hover {
    color: #fff !important;
    background: #114e46;
}
.copyright_text p, .copyright_text a {
    margin: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 26px;
    text-align: right;
    text-decoration: none;    
}
.contact_info_inner a:hover {
    color: #F5C233;
}
.footer-logo {
    text-align: center;
}

/* THANk BOARD CSS  */
.thank_boards_section, .search_section {
    background-image: url(./../images/thanks-board-banner.png);
    padding: 260px 15px 154px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*border-radius: 20px;*/
    /*margin:10px;*/
}
.page_navigation {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
}
.page_nav_btn {
    border: none;
    background: transparent;
}
span.page_number {
    margin: 0 10px 0;
    width: 33px;
    display: inline-block;
    height: 33px;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
span.page_number:hover {
    background: #ff7f1c;
    color: #fff;
}
.page_nav_btn {
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
button.prev_btn {
    color: #666666;
}
.search_section .banner_content {
    max-width: 1063px;
  
}
.search_section .banner_content form.searchbar_inner {
    max-width: 901px;
    margin: 15px auto 0;
}
.search_section .banner_content p {
    max-width: 609px;
    margin: 0px auto;
}
.gratitude_page_sec .gratitude_article_box h3 {
    color: #114E46;
}
.gratitude_page_sec .impression_tag p {
    border: 1px solid #EBEBEB;
}
.gratitude_page_sec .gratitude_article_box {
    background: #fff;
}
section.gratitude_page_sec {
    padding-top: 90px;
}
select.select_search {
    background: #FF7F1C;
    padding: 16px 32px;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    max-width: fit-content;
    padding: 8px 8px 8px 8px;
    height: 56px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
}
.search_section .input-discover input.form-control {
    padding-left: 130px;
}
.gratitude_page_sec .gratitude_article_box p {
    color: #666666;
}
.profile-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.profile-details, .profile_top_right, 
.profile_impression_main, 
.react_activity_box, .profile-top  {
    display: flex;
}
.profile-details {
    gap: 56px;
}
.profile_top_right {
    flex-direction: column;
    align-items: flex-end;
    gap: 71px;
}
.profile_impression_main {
    gap: 12px;
}
.profile-top {
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -125px;
}
.profile-pic img {
    margin-left: -40px;
}
.profile_top_right button.edit-btn {
    font-size: 16px;
    color: #fff;
    border: transparent;
    border-radius: 50px;
    padding: 18px 50px;
    letter-spacing: -0.25px;
    line-height: 22px;
    background: #FF7F1C;
}
h1.profile-name {
    font-size: 32px;
    color: #114E46;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
p.profile-bio {
    color: #313131;
}
.profile_impression_main .impression_box {
    padding: 24px;
    background: #FFEBDB;
    border: 2px solid rgba(204, 102, 22, 0.06);
    border-radius: 16px;
}
.profile_impression_main .impression_box span {
    font-size: 34px;
    color: #FF7F1C;
    font-weight: 600;
}
.profile_impression_main .impression_box p {
    font-size: 16px;
    color: #313131;
    font-weight: normal;
    margin: 0px;
}
.profile-top {
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -125px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #CCCCCC;
}
.profile_section .banner_button {
    margin: 0px;
}
/*.profile_section  .sec_top_heading a.btnIcon {*/
/*    padding: 18px 32px;*/
/*}*/
.profile_section .sec_top_heading a {
    text-decoration: none;
}
.react_activity_box {
    gap: 16px;
    align-items: center;
}
.react-user-info {
    display: flex;
    gap: 24px;
    align-items: center;
}
.react_activity_box {
    gap: 16px;
    align-items: center;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    margin-top: 24px;
}
.react_activity_text h5 {
    font-size: 22px;
    color: #313131;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 12px;
}
.react-user-info p {
    margin: 0px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    font-weight: 500;
}
.react-user-info p svg {
    height: 20px !important;
    margin: -4px 4px 0 0;
}
section.profile_section {
    padding-bottom: 100px;
}
.form_inner {
    max-width: 690px;
    margin: 0px auto;
    padding: 32px;
    background: #fff;
    border-radius: 22px;
}
.form_inner h2 {
    font-size: 32px;
    color: #FF7F1C;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 40px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 24px;
}
.form-group label {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    line-height: normal;
}
.form-group input, .form-group textarea, .form-group select {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
}
.form-group input {
    height: 62px;
}
.advertise_form_sec .form-group textarea {
    height: 62px;
}
.checkbox-group label, .checkbox-group label a {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-decoration: none;
}
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
}
.form_inner button {
    width: 100%;
    background: #FF7F1C;
    padding: 18px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.login-link, .login-link a {
    text-align: center;
    font-size: 16px;
    color: #FF7F1C;
    text-transform: capitalize;
    font-weight: 400;
}
.checkbox_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.form-group select {
    background-image: url('../images/select-bg-icon.png');
    appearance: none;        
    -webkit-appearance: none;
    -moz-appearance: none; 
    background-repeat: no-repeat;
    background-position: right 10px center; 
}
.input-discover select.select_search {
    background-image: url(../images/select-bg-white-icon.png);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.checkbox_main a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.form_banner_section {
    padding-top: 300px;
    padding-bottom: 190px;
}
.advertise_section_banner .banner_content {
    max-width: 960px;
}
a.loginBtn:hover {
    background: #FF7F1C;
    color: #fff;
}
.modal .form_inner {
    width: 690px;
}
.button-group {
    display: flex;
    gap: 16px;
}
button.btn.btn-cancel, .form_inner button:hover {
    background: transparent;
    color: #FF7F1C;
    border: 1px solid #FF7F1C;
}
.form-contributing-text {
    padding: 24px;
    background: #F5F5F5;
    margin-bottom: 32px;
}
.form-contributing-text h3 {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
}
.form-contributing-text p {
    font-size: 16px;
    color: #666666;
    letter-spacing: -0.25px;
}
.modal {
    align-items: center;
    justify-content: center;
    background: #000000ad;
}
.impression_tag p svg {
    margin-right: 6px;
}
/* Responsive CSS */

/* mobile screen header */
@media (min-width: 1200px) and (max-width: 1439px) {
    body .container {
        width: 100%;
        max-width: 1100px;
    }
    /*.header-logo a img {*/
    /*    width: 100%;*/
    /*    max-width: 180px;*/
    /*}*/
    .navbar a.nav-link {
        font-size: 14px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .banner_content .sub_heading {
        gap: 6px;
        padding: 8px 16px;    
    }
    a.loginBtn svg, a.btnIcon svg {
        max-width: 26px;
        height: 26px;
    }
    .header_right_btn a, a.btnIcon, .banner_button a {
        padding: 6px 20px 6px 6px !important;
        font-size: 14px;
        height: 38px;
    }
    .banner_content h1 {
        font-size: 70px;
        line-height: 74px;
    }
    .sec_top_heading h2 {
        font-size: 38px;
        line-height: 36px;
    }
    .thanks_board_content h3 {
        font-size: 20px;
    }
    .thanks_board_content p {
        height: 44px;
    }
    .thanks_board_content p, .textBy p {
        font-size: 16px;
    }
    .add_your_thanksBtn button.popupBtn {
        font-size: 14px;
        padding: 14px;
    }
    .recent_gratitude_posts h2, .top_heading_testimonial h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .social_icons a {
        padding: 7px 14px;
        font-size: 10px;
    }
    .copyright_text p, .copyright_text a {
        margin: 0px;
        font-size: 12px;
    }
    select.select_search {
        padding: 16px 32px;
        font-size: 14px !important;
        line-height: 22px;
        height: 41px;
        top: 6px;
        left: 6px;
    }
    .gratitue_inner_content h3 {
        font-size: 22px;
    }
    body .recent_gratitude_posts .container {
        max-width: 950px;
    }
    .impression_tag p {
        padding: 6px 20px 6px 6px;
        line-height: 14.9px;
        font-size: 14px;
    }
    .impression_tag p svg {
        width: 30px;
        height: 30px;
    }
    body p {
        font-size: 16px;
    }
    section.hero_section {
        padding: 264px 15px 240px;    
    }
    .banner_content .sub_heading span {
        font-size: 10px;
    }
    .searchBar h2 {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .input-discover input::placeholder, .input-discover input {
        font-size: 14px;
    }
    .searchBar {
        padding: 34px;
    }
    section.decover_thank_gratitude {
        margin-top: -147px;
    }
    .input-discover input {
        padding: 15px;
    }
    .input-discover button.btn {
        top: 6px;
        right: 6px;
        font-size: 14px;
        padding: 6px 15px 6px 6px;
    }
    .input-discover button.btn svg {
        width: 30px;
        height: 30px;
    }
    .profile_section .banner_button a {
        padding: 11px 12px 11px !important;
        height: auto !important;
    }
    .react_activity_box {
        gap: 12px;
        padding: 15px;
        margin-top: 24px;
    }
    .react_activity_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .react-user-info p svg {
        height: 16px !important;
        margin: -4px 0px 0 0;
        width: 16px;
    }
    .react-user-info p {
        font-size: 12px;
        line-height: 16px;
    }
    .faqs_section .container {
        max-width: 1100px;
    }
    .advertise-carousel .owl-nav button span {
        width: 30px;
        height: 30px;
    }
    
}
@media (max-width: 991px) {
    /*.header-logo {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    .header_right_btn {
        position: absolute;
        top: 25px;
        left: unset;
        right: 60px;
    }
    .header_right_btn a.btn:not(:first-child) {
        margin-left: 0px;
    }
    /*.navbar>.container{*/
    /*    flex-direction: row-reverse;*/
    /*}*/
    .navbar-collapse ul.navbar-nav {
        width: 100%;
        height: 100vh;
    }
    nav.navbar {
        padding: 10px 10px !important;
    }
    .header_right_btn a svg {
        width: 24px;
        height: 24px;
    }
    .header_right_btn a {
        padding: 5px 8px 5px 8px !important; 
    }
    .navbar a.nav-link {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }
    body .navbar-collapse {
        margin-top: 30px;
        display: flex;
        width: 100%;
        justify-content: flex-start !important;
        height: 100vh;
        align-items: flex-start;
    }
    button.navbar-toggler {
        padding: 4px;
        border-color: #ff7f1c;
        display: flex;
        flex-direction: column;
        width: 40px;
        height: 40px;
        justify-content: flex-start;
    }
    button.navbar-toggler span {
        display: block;
        font-size: 76px;
        line-height: 9px;
        font-weight: 200;
        color: #114e46;
        margin-top: -2px;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 2px #ff7f1c !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        width: fit-content;
        margin-bottom: 0;
        float: left;
        margin-top: 7px;
    }
    nav.navbar .container button.navbar-toggler {
        float: right;
    }
    body .header_right_btn {
        top: 30px;
        right: 60px !important;
        left: unset;
    }
    .header-logo a img {
        width: 100%;
        max-width: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-logo a img {
        width: 100%;
        max-width: 60px;
    }
    a.loginBtn svg {
        width: 26px;
        height: 26px;
    }
    .header_right_btn a.btn:not(:first-child) {
        padding: 0px;
        margin-left: 10px;
    }
    .header_right_btn a {
        padding: 6px 18px 6px 6px !important;
        font-size: 14px;
        margin: 0px !important;
    }
    .navbar a.nav-link {
        font-size: 14px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* Notebook Screen Responsive */
@media (min-width: 1025px) and (max-width: 1199px) {
    body p {
        font-size: 16px;
    }
    .sub_heading span {
        font-size: 12px;
    }
    .banner_content .sub_heading {
        padding: 8px 12px;    
    }
    .banner_content h1 {
        font-size: 74px;
        line-height: 78px;
    }
    section.hero_section {
        padding: 280px 15px 200px;
    }
    .searchBar {
        padding: 35px;
    }
    .searchBar h2 {
        font-size: 38px;
        max-width: 420px;
        margin: 0px auto 30px;
    }
    section.decover_thank_gratitude {
        margin: -100px 10px 0;
    }
    .sec_top_heading h2 {
        font-size: 44px;
        line-height: 54px;
    }
    section.populor_thank_board_sec {
        padding-top: 60px;
    }
    .sec_top_heading {
        margin-bottom: 20px;
    }
    .thanks_board_content h3 {
        font-size: 24px;
    }
    .thanks_board_content p, .textBy p {
        font-size: 16px;
        line-height: 24px;
    }
    .add_your_thanksBtn button.popupBtn {
        font-size: 16px;
        padding: 16px;
    }
    .thanks_board_article {
        margin-bottom: 15px;
    }
    .sec_top_heading {
        align-items: center !important  ;
    }
    .recent_gratitude_posts .sec_top_heading h2 {
        margin-bottom: 20px;
    }
    .recent_gratitude_posts {
        margin-top: 50px;
        border-radius: 22px;
        background: #114E46;
        padding: 50px 15px 50px;
    }
    .gratitue_inner_content h3 {
        font-size: 24px; 
    }
    .impression_tag p {
        padding: 8px 15px 8px 8px;
        line-height: 14.9px;
        font-size: 14px;
    }
    .impression_tag {
        margin-top: 24px;
    }
    section.testimonial_section, 
    section.faqs_section, 
    section.form_section {
        padding: 50px 0px 50px;
    }
    .top_heading_testimonial h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .faqs_section div#faqAccordion {
        padding-top: 30px;
    }
    .faqs_section .accordion-item {
        padding: 18px 18px 18px;
    }
    .faqs_section .accordion-item button.accordion-button {
        gap: 15px;
        padding: 0px;
        font-size: 18px;
        align-items: flex-start !important;
    }
    .accordion-item .accordion-body {
        padding-left: 32px;
        padding-right: 32px;
        font-size: 14px;
        line-height: 24px;
    }
    footer.footer-main {
        padding: 50px 10px 10px;
    }
    .footer_contact {
        padding-top: 25px;
        margin-top: 5px !important;
        padding-bottom: 30px;
    }
    .social_icons a {
        padding: 7px 10px;
        font-size: 10px;
    }
    .social_icons {
        justify-content: left;
        margin: 0px;
    }
    .copyright_text p, .copyright_text a {
        font-size: 12px;
    }
    .footer-logo {
        margin: 5px 0 10px;
    }
    .copyrigh_row {
        padding: 20px 15px;
    }
    .footer_col h5 {
        font-size: 20px;
        line-height: 24.4px;
        margin-bottom: 10px;
    }
    .footer_col ul li a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .footer_col {
        margin: 0px;
    }
    .footer-main .col-12.col-md-6 {
        margin-bottom: 30px;
    }
    .contact_info_inner a {
        font-size: 16px;
        line-height: 22.4px;
    }
    .contact_info_inner p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .contact_info_inner {
        margin-bottom: 10px;
    }
    .impression_tag p svg {
        width: 30px;
        height: 30px;
    }
    .footer-main .col-md-6 {
        flex: 0 0 auto;
        width: 44%;
    }
    .footer-main .col-md-2 {
        flex: 0 0 auto;
        width: 18.666667%;
    }
    .gratitude_page_sec .row .col-md-4 {
        width: 50%;
    }
    .profile_top_right button.edit-btn {
        margin-top: 25px;
        padding: 15px 30px;    
    }
    .profile_section .sec_top_heading a.btnIcon {
        padding: 15px 15px;
    }
    .react_activity_box {
        gap: 12px;
        padding: 15px;
        margin-top: 15px;
    }
    .react_activity_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .react-user-info p {
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
    }
    .react-user-info p svg {
        height: 18px !important;
        margin: -4px 0px 0 0;
        width: 18px;
    }
    .react-user-info {
        gap: 10px;
    }
    section.profile_section {
        padding-bottom: 50px;
    }
    .profile-details {
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .profile_impression_main .impression_box {
        padding: 15px;
        width: -webkit-fill-available;
    }
    .profile_impression_main .impression_box span {
        font-size: 24px;
    }
    .profile_impression_main .impression_box p {
        font-size: 14px;
    }
    .react_icon svg {
        width: 50px;
        height: 50px;
    }
}
/* Tablet Screen resposnive  */
@media (min-width: 768px) and (max-width: 1024px) {
    .copyrigh_row .col-md-4 {
        padding: 0px;
    }
    .recent_gratitude_posts .sec_top_heading {
        align-items: flex-end;
        display: flex !important;
    }
    .header-logo a img {
        max-width: 60px;
    }
    .searchBar h2 {
        font-size: 28px;
        margin: 0px auto 30px;
    }
    body p {
        font-size: 16px;
    }
    .sub_heading span {
        font-size: 12px;
    }
    .banner_content .sub_heading {
        padding: 8px 12px;    
    }
    .banner_content h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .banner_content p br {
        display: none;
    }
    section.hero_section {
        padding: 180px 15px 190px;
    }
    a.btnIcon svg {
        width: 30px;
        height: 30px;
    }
    .banner_button a, .btnIcon {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
    .searchBar {
        padding: 25px;
    }
    .input-discover input {
        padding: 15px;
    }
    .input-discover button.btn svg {
        width: 30px;
        height: 30px;
    }
    .input-discover button.btn {
        top: 5px;
        right: 5px;
        font-size: 14px;
        padding: 6px 15px 6px 6px;
    }
    .advertise-carousel .owl-nav button span {
        width: 30px;
        height: 30px;
    }
    .input-discover input::placeholder, .input-discover input {
        font-size: 14px;
    }
    .searchBar h2 {
        font-size: 24px;
        margin: 0px auto 15px;
    }
    section.decover_thank_gratitude {
        margin: -100px 10px 0;
    }
    .sec_top_heading h2 {
        font-size: 34px;
        line-height: 44px;
    }
    select.select_search {
        font-size: 16px !important;
        height: 44px;
        top: 5px;
        left: 5px;
    }
    section.populor_thank_board_sec {
        padding-top: 60px;
    }
    .sec_top_heading {
        margin-bottom: 20px;
    }
    .thanks_board_content h3 {
        font-size: 24px;
    }
    .thanks_board_content p, .textBy p {
        font-size: 16px;
        line-height: 24px;
    }
    .add_your_thanksBtn button.popupBtn {
        font-size: 16px;
        padding: 16px;
    }
    .thanks_board_article {
        margin-bottom: 15px;
    }
    .sec_top_heading {
        align-items: center;
    }
    .recent_gratitude_posts .sec_top_heading {
        display: block;
    }
    .recent_gratitude_posts .sec_top_heading h2 {
        margin-bottom: 20px;
    }
    .recent_gratitude_posts {
        margin-top: 50px;
        border-radius: 22px;
        background: #114E46;
        padding: 50px 15px 50px;
    }
    .gratitue_inner_content h3 {
        font-size: 24px; 
    }
    .impression_tag p {
        padding: 8px 15px 8px 8px;
        line-height: 14.9px;
        font-size: 14px;
    }
    .impression_tag {
        margin-top: 24px;
    }
    section.testimonial_section, 
    section.faqs_section, 
    section.form_section {
        padding: 50px 0px 50px;
    }
    .top_heading_testimonial h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .faqs_section div#faqAccordion {
        padding-top: 30px;
    }
    .faqs_section .accordion-item {
        padding: 18px 18px 18px;
    }
    .faqs_section .accordion-item button.accordion-button {
        gap: 15px;
        padding: 0px;
        font-size: 18px;
        align-items: flex-start !important;
    }
    .accordion-item .accordion-body {
        padding-left: 32px;
        padding-right: 32px;
        font-size: 14px;
        line-height: 24px;
    }
    footer.footer-main {
        padding: 50px 10px 10px;
    }
    .footer_contact {
        padding-top: 25px;
        margin-top: 5px !important;
        padding-bottom: 30px;
    }
    .social_icons a {
        padding: 7px 8px;
        font-size: 8px;
    }
    .social_icons {
        justify-content: left;
        margin: 0px;
        gap: 5px;
    }
    .copyright_text p, .copyright_text a {
        font-size: 10px;
    }
    .newsletter_inner input {
        padding: 11px 20px;
        font-size: 14px;
    }
    .newsletter_inner button.btn svg {
        width: 30px;
        height: 30px;
    }
    .newsletter_inner button.btn {
        top: 6px;
        right: 6px;    
    }
    .footer-logo {
        margin: 0px;
    }
    .copyrigh_row {
        padding: 20px 15px;
    }
    .footer_col h5 {
        font-size: 20px;
        line-height: 24.4px;
        margin-bottom: 10px;
    }
    .footer_col ul li a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .footer_col {
        margin: 0px;
    }
    .footer-main .col-12.col-md-6 {
        margin-bottom: 30px;
        padding-right: 50px;
    }
    .contact_info_inner a {
        font-size: 16px;
        line-height: 22.4px;
    }
    .contact_info_inner p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .contact_info_inner {
        margin-bottom: 10px;
    }
    .impression_tag p svg {
        width: 30px;
        height: 30px;
    }
    .footer-main .col-md-6 {
        flex: 0 0 auto;
        width: 44%;
    }
    .footer-main .col-md-2 {
        flex: 0 0 auto;
        width: 18.666667%;
    }
    
    .thank_boards_section .banner_content h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .thank_boards_section, .search_section {
        padding: 160px 15px 54px;
    }
    .gratitude_page_sec .row .col-md-4, .populor_thank_board_sec .col-md-4 {
        width: 50%;
    }
    .profile_top_right button.edit-btn {
        margin-top: 25px;
        padding: 15px 30px;    
    }
    .profile_section .sec_top_heading a.btnIcon {
        padding: 15px 15px;
    }
    .react_activity_box {
        gap: 12px;
        padding: 15px;
        margin-top: 15px;
    }
    .react_activity_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .react-user-info p {
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
    }
    .react-user-info p svg {
        height: 18px !important;
        margin: -4px 0px 0 0;
        width: 18px;
    }
    .react-user-info {
        gap: 10px;
    }
    section.profile_section {
        padding-bottom: 50px;
    }
    .profile-details {
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .profile_impression_main .impression_box {
        padding: 15px;
        width: -webkit-fill-available;
    }
    .profile_impression_main .impression_box span {
        font-size: 24px;
    }
    .profile_impression_main .impression_box p {
        font-size: 14px;
    }
    .react_icon svg {
        width: 50px;
        height: 50px;
    }
    .footer_contact.row {
        margin: 0px;
    }
    .footer-main .col-12 {
        padding: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    
    .profile_section .row:nth-child(2) .col-md-4 {
        width: 50%;
    }
}
/* Mobile Screen resposnive  */
@media (max-width: 767px) {
    body p {
        font-size: 16px;
    }
    .sub_heading span {
        font-size: 12px !important;
    }
    .banner_content .sub_heading {
        padding: 8px 12px;    
    }
    .banner_content h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .banner_content p br {
        display: none;
    }
    section.hero_section {
        padding: 200px 15px 70px;
    }
    a.btnIcon svg {
        width: 30px;
        height: 30px;
    }
    .banner_button a, .btnIcon {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
    .searchBar {
        padding: 15px;
    }
    .searchBar h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    section.decover_thank_gratitude {
        margin: 40px 0px 0;
    }
    .populor_thank_board_sec .sec_top_heading h2 {
        max-width: 190px;
    }
    .sec_top_heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
    section.populor_thank_board_sec {
        padding-top: 60px;
    }
    .sec_top_heading {
        margin-bottom: 20px;
    }
    .thanks_board_content h3 {
        font-size: 24px;
    }
    .thanks_board_content p, .textBy p {
        font-size: 16px;
        line-height: 24px;
    }
    .add_your_thanksBtn button.popupBtn {
        font-size: 16px;
        padding: 16px;
    }
    .thanks_board_article {
        margin-bottom: 15px;
    }
    .sec_top_heading {
        align-items: center;
    }
    .recent_gratitude_posts .sec_top_heading {
        display: block;
    }
    .recent_gratitude_posts .sec_top_heading h2 {
        margin-bottom: 20px;
    }
    .recent_gratitude_posts {
        margin-top: 50px;
        border-radius: 22px;
        background: #114E46;
        padding: 50px 15px 50px;
    }
    .gratitue_inner_content h3 {
        font-size: 24px; 
    }
    .impression_tag p {
        padding: 7px 14px 7px 7px;
        line-height: 9.9px;
        font-size: 10px;
    }
    .impression_tag {
        margin-top: 24px;
    }
    section.testimonial_section, 
    section.faqs_section, 
    section.form_section {
        padding: 50px 0px 50px;
    }
    .top_heading_testimonial h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .faqs_section div#faqAccordion {
        padding-top: 30px;
    }
    .faqs_section .accordion-item {
        padding: 18px 18px 18px;
    }
    .faqs_section .accordion-item button.accordion-button {
        gap: 15px;
        padding: 0px;
        font-size: 18px;
        align-items: flex-start !important;
    }
    .accordion-item .accordion-body {
        padding-left: 32px;
        padding-right: 32px;
        font-size: 14px;
        line-height: 24px;
    }
    footer.footer-main {
        padding: 50px 10px 10px;
    }
    .footer_contact {
        padding-top: 25px;
        margin-top: 5px !important;
        padding-bottom: 30px;
    }
    .social_icons a {
        padding: 7px 10px;
        font-size: 10px;
    }
    .social_icons {
        justify-content: center;
    }
    .copyright_text p, .copyright_text a {
        font-size: 12px;
        text-align: center;
    }
    .footer-logo {
        margin: 5px 0 10px;
    }
    .copyrigh_row {
        padding: 20px 15px;
    }
    .footer_col h5 {
        font-size: 20px;
        line-height: 24.4px;
        margin-bottom: 10px;
    }
    .footer_col ul li a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .footer_col {
        margin: 0px;
    }
    .footer-main .col-12.col-md-6 {
        margin-bottom: 30px;
    }
    .contact_info_inner a {
        font-size: 16px;
        line-height: 22.4px;
    }
    .contact_info_inner p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .contact_info_inner {
        margin-bottom: 10px;
    }
    .impression_tag p svg {
        width: 20px;
        height: 20px;
    }
    .thank_boards_section .banner_content h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .thank_boards_section, .search_section {
        padding: 160px 15px 54px;
    }
    .page_nav_inner {
        display: flex    ;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .form_inner h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .form-group label {
        font-size: 16px;
    }
    .form-group input {
        height: 52px;
    }
    .form_inner {
        padding: 15px;
        /* margin: 0 10px 0; */
    }
    .form-group textarea {
        min-height: 120px;
        height: 120px;
    }
    .form_inner button {
        padding: 12px;
        font-size: 16px;
    }
    #modal2 .form_inner,  #modal3    .form_inner {
        margin: 0px 10px;
    }
    .gratitude_page_sec .sec_top_heading {
        flex-direction: column;
        align-items: baseline;
    }
    section.gratitude_page_sec {
        padding-top: 50px;
    }
    .search_section .input-discover {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .input-discover button.btn, select.select_search {
        position: unset;
    }
    .search_section .input-discover input.form-control {
        padding-left: 15px;
    }
    .profile_banner img {
        height: 350px;
        width:100%;
        /*display:none;*/
        object-fit: cover;
    }
    .profile-top {
        display: block;
        margin-top: -75px;    
    }
    .profile-pic img {
        margin-left: -20px;
        max-width: 160px;
    }
    h1.profile-name {
        font-size: 24px;
    }
    .profile-details {
        gap: 15px;
    }
    .profile-details, .profile_top_right, .profile_impression_main, .profile-top {
        flex-direction: column;
    }
    .profile_top_right {
        gap: 21px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .profile_impression_main .impression_box p {
        font-size: 12px;
    }
    .profile_impression_main .impression_box span {
        font-size: 24px;
    }
    .profile_impression_main .impression_box {
        display: inline-block;
        margin: 5px;
        padding: 10px;    
    }
    .profile_impression_main {
        display: block;
    }
    .profile_top_right button.edit-btn {
        margin-top: 25px;
        padding: 15px 30px;    
    }
    .profile_section .sec_top_heading {
        flex-direction: column;
    }
    .profile_section .sec_top_heading a.btnIcon {
        padding: 15px 15px;
    }
    .react_activity_box {
        gap: 12px;
        padding: 15px;
        margin-top: 15px;
    }
    .react_icon svg {
        width: 40px;
        height: 40px;
    }
    .react_activity_text h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .react-user-info p {
        margin: 0px;
        font-size: 12px;
        line-height: 16px;
    }
    .react-user-info p svg {
        height: 15px !important;
        margin: -4px 0px 0 0;
        width: 15px;
    }
    .react-user-info {
        gap: 10px;
    }
    section.profile_section {
        padding-bottom: 50px;
    }
    .newsletter_inner input {
        padding: 16px 16px;
        font-size: 14px;
    }
    .newsletter_inner button.btn {
        top: 6px;
        right: 6px;
    }
    .testimonial-carousel .item {
        padding: 0 24px 60px 24px;
    }
    .decover_thank_gratitude button.btn {
        position: absolute;
        font-size: 12px;
        padding: 5px;
        right: 5px;
        top: 4px;
    }
    .header_right_btn a {
        padding: 5px 8px 5px 8px !important;
        font-size: 12px;
    }
    .banner_content {
        padding: 0px !important;
    }
    .decover_thank_gratitude button.btn svg {
        width: 30px;
        height: 30px;
    }
    .input-discover input::placeholder, .input-discover input {
        font-size: 12px;
        font-weight: 400;
    }
    .header_right_btn {
        right: 50px;
    }
    .input-discover input {
        padding: 15px;
    }
    .col-md-8, .col-sm-6, .col-md-4 {
        padding: 0px !important;
    }
}
@media (min-width: 320px) and (max-width: 394px) {
    .banner_button a, .btnIcon {
        font-size: 10px;
        padding: 10px 10px 10px 10px;
    }
}
.row {
    margin: 0px !important;
}


@media (max-width: 767px) {
section.profile_banner {
    padding-top: 80px;
}
.profile_banner img {
    border-radius: 0 !important;
    height: auto !important;
}
}