
.contact-form {
    padding-top: 60px;
    background: #F8F8F8;
    padding-bottom: 60px;
  }
  .contact-form-area {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 0px 30px;
    display: flex;
    justify-content: end;
    margin: 0px auto;
  }
  .contact-title .sub-title {
    color: #076655;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 129%;
    letter-spacing: 0.36px;
    margin-bottom: 8px;
    cursor: default;
  }
  .contact-title .title {
    color: #121212;
    font-family: "Poppins", sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.44px;
    cursor: default;
  }
  .contact-form-area .comment-respond {
    margin-top: 10px;
  }
  .comment-respond {
    border-radius: 18px;
    position: relative;
  }
  .comment-respond {
    margin-top: 70px;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .comment-respond .contacts-email, .comment-respond .contacts-name, .comment-respond .single-input-field {
    margin-bottom: 12px;
  }
  .comment-respond input, .comment-respond select {
    padding: 0 12px;
    height: 60px;
    width: 100%;
    color: #838383;
    opacity: 1;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    background: none;
    cursor: default;
  }
.comment-respond select:focus {
    color: #6f6f6f;
    /* background-color: rgb(232 247 236); */
    border-color: rgb(232 247 236);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(232 247 236);
}
  .comment-respond input:focus{
     color: #212529;
     /* background-color: rgb(232 247 236); */
     border-color: rgb(232 247 236);
     outline: 0;
     box-shadow: 0 0 0 .25rem rgb(232 247 236);
  }
  
  .comment-respond textarea:focus{
    color: #212529;
    /* background-color: rgb(232 247 236); */
    border-color: rgb(232 247 236);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(232 247 236);
  }
  .comment-respond textarea {
    resize: vertical;
    padding: 20px;
    width: 100%;
    color: #121212;
    border:1px solid #BDBDBD;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    height: 70px;
    margin-bottom: 12px;
    background: none;
  }
  .comment-respond label {
    display: block;
    text-align: initial;
    color: hsl(168deg 15.79% 18.63%);
    font-weight: 500;
    margin-bottom: 0.8rem;
  }
  .contact-map-area .map-wedget {
    border-radius: 0px;
  }
  .contact-map-area .map-wedget iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 690px;
    width: 100%;
  }
  
 .theme-btn.bubble {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #00715d;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 20px 49px;
    transition: color 0.5s linear;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
  }
  
  .theme-btn.bubble:hover {
    color: #fff;
  }
  .theme-btn.bubble:hover:before {
    top: -40%;
    background-color: #000;
  }
  
  .theme-btn.bubble:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -230%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #283734;
  }
  p.clearfix {
    /* max-width: 50px; */
    /* padding: 16px; */
  }
  
  input.input.et_pb_contact_captcha {
    max-width: 50px;
    padding: 0px;
    height: 50px;
  }
  
  .button-design {
    display: flex;
    column-gap: 15px;
    align-items: center;
  }
  .icon-card.style-two {
    padding: 35px 0px;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background-color: #283734;
    border-radius: 20px;
    overflow: hidden; /* Ensures any overflow is hidden */
    position: relative; /* Ensure child elements position relative to this */
  }
  
  .feature-two-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 235px;
    background-repeat: no-repeat;
    /* Optional: add height if necessary */
    /* height: 100%; */
  }
  
  .icon-card.style-two:hover {
    transition: all 0.5s ease-out;
  }
  .icon-card {
    display: flex;
    background: #ffffff;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 36px;
    border-radius: 20px;
  }
  .icon-card.style-two .icon {
    width: 95px;
    height: 95px;
    border-radius: 100px;
    justify-content: center;
    background-color: #f0fff4;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .icon-card .icon {
    position: relative;
    width: 78px;
    height: 78px;
    display: flex;
    z-index: 99;
    overflow: hidden;
  }
  
  .icon-card.style-two .icon i {
    font-size: 40px;
    color: #076655;
  }
  
  .icon-card.style-two .content {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    border-radius: 8px;
    padding: 0px 10px;
  }
  .icon-card .content {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .icon-card.style-two .content .title {
    margin-bottom: 10px;
  }
  
  .icon-card.style-two .content .title {
    font-family: "Poppins", sans-serif !important;
    color: #121212;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.56px;
    cursor: default;
    background: linear-gradient(to right, #fbd45a 50%, #fff 50%, #Fff);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-out;
    color: #ffffff;
  }
  .contact-wrapper {
    /* display: flex; */
    align-items: center;
    margin: 150px auto 0px;
  }
  .icon-card .content .desc{
    text-decoration: none;
    background: linear-gradient(to right, #fff 50%, #fbd45a 50%, #fbd45a);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-out;
    color: #ffffff;
    font-family: "Poppins", sans-serif !important;
    color: #5E5E5E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.36px;
  }
  
  
  .animated-text-red:hover, .page-area .page-content-wrapper .blog-post-nav .title:hover, .icon-card .content .title:hover, .icon-card .content .desc:hover, .single-post-item .post-title a:hover, .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover, .causes-slider-area.style-3 .causes-card-2 .content .title:hover, .causes-card .content .title:hover, .service-area.style-2 .service-content .title:hover {
    background-position: -100%;
  }
  .icon-card.style-two:hover .icon i {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
  }
  .main-slider__content p{
    color: #fff;
  }
  p.text-wrapperdesign {
    font-size: 18px;
    color: #fff;
  }
  
  .checkbox-form {
    display: grid; /* Use grid to arrange items */
    grid-template-columns: repeat(3, 1fr); /* 4 columns, each taking equal space */
    column-gap: 10px; /* Adjust the gap between checkboxes */
  }
  .checkbox-form .form-control {font-size: 14px;/* text-transform: capitalize; */font-weight: 500;line-height: 1.1;display: flex;grid-template-columns: 1em auto;gap: 0.7em;width: auto;padding: 5px 0px;align-items: center;margin-right: 20px;color: hsl(168deg 15.79% 18.63%);border: 1px solid var(--primaryColor-2);}
  .checkbox-form input[type="checkbox"] {-webkit-appearance: none;appearance: none;background-color: BDBDBD;margin: 0;font: inherit;color: currentColor;width: 1em;height: 1.55em;border: 1px solid #BDBDBD;border-radius: 0.15em;transform: translateY(-0.075em);display: grid;place-content: center;}
  
  
  .checkbox-form input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  .checkbox-form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
    font-size: 16px;
  }
  /* contact intro css end */
  h3.title span.text-primary {
    color: #076655 !important;
  }
  @media (max-width:1200px){
  
  .contact-info-area .contact-wrapper {
    display: grid;
    gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }
  }
  @media (max-width:767px){
  
    .btn.btn-lgdesign.btn-hover-dark1 {
      margin-top: 10px !important;
    }
  .contact-wrapper {
    /* display: flex; */
    align-items: center;
    margin: 0px auto 0px;
  }
  .checkbox-form .form-control {
    font-size: 13px;
    /* text-transform: capitalize; */
    font-weight: 500;
    line-height: 1.1;
    display: flex;
    grid-template-columns: 1em auto;
    gap: 0.7em;
    width: auto;
    padding: 5px 0px;
    align-items: center;
    margin-right: 0px;
    color: hsl(168deg 15.79% 18.63%);
    border: 1px solid var(--primaryColor-2);
  }
  .checkbox-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  img.mouse-move-image {
    width: 100%;
  }
  .title-section.mb-10.pb-10.text-center p {
    font-size: 16px;
  }
  .contact-wrapper {
    /* display: flex; */
    align-items: center;
    margin: 10px auto 50px;
  }
  }


  .main-heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #283734;
}

.sub-heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #283734;
}
.main-heading p {
    font-size: 16px;
    line-height: 28px !important;
}
.sub-heading p{
    font-size: 16px;
    line-height: 28px !important; 
}


a.btn.btn-lgdesign.btn-hover-dark1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    color: #00715d;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 17px 44px;
    transition: color 0.5s linear;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    border: 2px solid #fce18c;
    background-color: #fff;

}

a.btn.btn-lgdesign.btn-hover-dark1:hover {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #fbd45a;
    color: #000;
   
}
a.btn.btn-lgdesign.btn-hover-dark1:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -230%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #283734;
}
a.btn.btn-lgdesign.btn-hover-dark1:hover:before {
    top: -40%;
    background-color: #fff;
}
.grid-item .feature-card {
    position: relative;
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #f6f6f9 !important;
  }
  
/* ------------what we do-- css staet--------------- */

.support {
    background: #1e2f2b;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .support::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../img/line-left.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 450px;
    height: 450px;
    z-index: -1;
  }
  
  
  .global__text-w {
      color: #fff !important;
  }
  
  .global__text {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    color: #101828;
    font-size: 16px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
  }
  .support__heading {
    margin: 0 0 48px 0;
  }
  .global__heading {
    margin: 0px 0 0px 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 25px;
    color: #101828;
  }
  .support__card:first-child {
    margin: 0 0 50px 0;
  }
  .support__card {
    padding: 28px 20px 30px 20px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 2px solid transparent;
    min-height: 360px;
  }
  .global__white {
    background: #fff !important;
  }
  .global__heading-w {
    color: #fff !important;
  }
  
  .support__card-icon {
    background: rgba(0, 113, 93, 0.1);
  }
  
  .global__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    FONT-VARIANT: JIS78;
    width: 85px;
    height: 85px;
    border-radius: 100%;
  }
  h2.support__heading.global__heading.global__heading-w {
      margin-bottom: 40px;
  }
  .support__card-heading {
    font-size: 22px !important;
    margin: 24px 0 12px 0 !important;
    font-weight: 600 !important;
    text-transform: capitalize;
  }
  
  .support__card-desc {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .global__desc {
    margin: 10px 0 40px 0;
    font-family: "Poppins", sans-serif !important;
    /* color: #344054; */
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
  }
  .support__card:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 2px solid #fff;
    background: #00715D !important;
  }
  .support__card:hover .support__card-icon {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
  }
  
  .support__card:hover .support__card-desc {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #EAECF0 !important;
  }
  .support__card:first-child {
    margin: 0 0 50px 0;
  }
  .support__card:hover .support__card-heading {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff !important;
  }
  
  
  .global__icon img {
    width: 55px;
  }
  
  @media screen and (min-width: 1200px) {
    .support {
        padding: 80px 0 50px;
    }
    .global__heading {
      font-size: 42px;
  }
  }
  
  
  @media screen and (min-width: 992px) {
    .support__card-desc {
        font-size: 16px !important;
        line-height: 28px !important;
    }
  }

  @media (max-width: 998px) {
    .about-one__image {
      padding-left: 0px !important;
      padding-bottom: 0px;
    }
    .service .icon-boxes .col-md-6:nth-child(2) .icon-box, .service .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -0px;
  }
  
    .icon-design {
    width: 80px;
    height: 63px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: color-mix(in srgb, #3b8e86, #e5f1ee 95%);
    color: #539c94;
  }
  }
  
  .support__card-desc {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  @media screen and (min-width: 568px) {
    .global__desc {
        font-size: 16px;
    }
  }
  
  
  
  
  @media screen and (min-width: 768px) {
    .global__heading {
        font-size: 38px;
    }
  }
  .service-item {
    text-align: left;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease; /* Smooth transition for hover effects */
    border: 2px solid #fff; /* Add a border effect */
    margin-top: 30px;
  }
  
  .service-item:hover {
    transform: translateY(-10px); /* Slightly lift the item */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Add a deeper shadow */
    border: 2px solid #006150; /* Add a border effect */
    color: #006150; /* Change the text color on hover */
    border-radius: 5px;
  }
  
  
  /* --------we  we do css end----------------- */
  @media screen and (max-width: 767px) {
  
  .banner-content.scene.banner-img img {
    width: 100%;
  }
  h2.services-title {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .service-item {
      text-align: left;
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
      border: 2px solid #fff;
      margin-top: 5px;
  }

  .theme-btn.bubble {
    width: 100%;
  }

  p.clearfix {
    max-width: 50px;
    padding: 16px;
    width: 100%;
  }
  .button-design {
    display: flex;
    column-gap: 15px;
    align-items: center;
    flex-direction: column;
    width: 100%;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.bubble {
      width: 100% !important;
    }
  }
  /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

section#about {
    color: #000;
    background-color: #fff;
    padding: 80px 0 60px;
    scroll-margin-top: 90px;
    overflow: clip;
  }
  
  .about .content .who-we-are {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #bc2834;
    font-weight: 600;
  }
  
  .about .content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #105d95;
  }
  
  .accordion_area .card-2 {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #e7e3e363;
    box-shadow: 0px 8px 16px -38px rgba(0, 0, 0, 0.04);
    margin-bottom: 15px;
  }
  .about .accordion_area .card-2 {
    margin-bottom: 22px;
  }
  
  .about .accordion_area .card-2 {
    /* border: 1px solid #ffffff; */
    border-radius: 5px;
  }
  
  .about  p.fst-italic {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #757065;
    margin: 18px 0 20px;
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
  }
  .accordion_area .card-header.witr_ac_card {
    background: 0 0 !important;
    border-bottom: 0;
    text-align: left;
    padding: 0px 0px;
    border-radius: 5px;
  }
  .witr_ac_style {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: space-between;
  }
  
  .witr_ac_card i {
    color: #264233;
  }
  .witr_ac_card i {
    margin-right: 0px;
    font-size: 18px;
  }
  .witr_ac_style {
    color: #2f3839;
    text-decoration: none;
  }
  .accordion_area .card-2 p {
    padding: 0 55px 0 47px;
  }
  .about .card-header:first-child {
    /* border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; */
  }
  .witr_ac_style:hover {
      color: #000000;
      background-color: #FFFFFF00;
  }
  .about .witr_ac_style:hover {
      background: #fff4ec;
  }
  .about .content ul li span {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #757065;
    margin: 20px 0;
    font-family: "Poppins", sans-serif !important;
  }
  .about .content .read-more:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
    padding-right: 19px;
  }
  
  .about .content .read-more:hover i {
    margin-left: 10px;
  }
  
  .about .about-images img {
    border-radius: 10px;
    width: 100%;
  }
  .content.aos-init.aos-animate {
    padding-left: 30px;
  }
  .about .card-header a:not(.collapsed) {
    border-bottom: 3px solid #254032; /* New border when open */
    background: #fff4ec;
    color: #254031; /* Optional: Change text color when open */
    padding: 12px 20px;
    border-radius: 5px 5px 0px 0px;
  }
  div#collapseOne .card-body {
      padding: 10px 20px;
  }
  .card-link {
    position: relative;
    /* padding-right: 30px; */ /* Space for the caret icon */
  }
  
  .about .icon-toggle {
    transition: opacity 0.3s ease; /* Smooth transition for icon visibility */
  }
  
  .about .icon-toggle.d-none {
    display: none; /* Hide icon when not needed */
  }
  
  /*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/

  
  .service .content h2 {
    font-weight: 700;
    font-size: 35px;
    font-weight: 700;
    color: #2f2f2f;
  }
  
  .service .content p:last-child {
    margin-bottom: 0;
  }

  .service .content p {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #757065;
      margin: 18px 10px 20px 0;
      font-family: "Poppins", sans-serif !important;
      font-style: normal !important;
  }
  .service .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
  }
  

  
  .service .icon-box {
    background-color: #fff;
    padding: 35px 30px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    min-height: 315px;
  }
  
  .service  .icon-box i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: color-mix(in srgb, #3b8e86, #e5f1ee 95%);
    color: #539c94;
  }
  
  .service .icon-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
  }
  
  .service .icon-box p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #757065;
    margin: 18px 0 13px;
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
  }
  
  .service .icon-box:hover i {
    background-color: #71aea8;
    color: #ffff;
  }
  
  .service .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .service .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px;
  }
  


  section.contact-form.formthree {
      padding: 80px 0px;
  }
  
  section.contact-form.formthree h2 {
   
      font-size: 30px;
      font-weight: 700;
      color: #283734;
  }
  
    section.contact-form.formthree .col-xl-5.content {
      display: flex;
      justify-content: center;
      margin: 0px auto;
      text-align: center;
  }
  
  
  .contact-design {
      display: flex;
      /* flex-direction: column; */
      /* margin: 0px auto; */
      align-items: center;
      column-gap: 25px;
  }
  .icon-design {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: 
color-mix(in srgb, #3b8e86, #38d3ac 95%);
    color: #539c94;
}

.cantact-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 0px auto;
    row-gap: 25px;
    flex-direction: column;
}
.contact-design {
      display: flex;
      /* flex-direction: column; */
      /* margin: 0px auto; */
      align-items: center;
      column-gap: 25px;
      justify-content: flex-start;
  }
  .form-design {
    padding-top: 50px;
}

a.call-us p {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #757065;
    margin: 18px 10px 20px 0;
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
}
.comment-respond.comment {
    margin: 0;
}
.comment-respond.comment .theme-btn.bubble {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #00715d;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 18px 49px;
    transition: color 0.5s linear;
    overflow: hidden;
    margin-top: 15px;
    z-index: 1;
    text-decoration: none;
  }

  ul.about__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

ul.about__list li {
    display: flex;
    align-items: center;
    column-gap: 5px;

}
.about.global__py {
    background: #f6f6f970;
    padding: 65px 0px;
}

.about-one__image__inner h3 {
    margin: 0px 0px 0px 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    color: #00715d;
    font-size: 25px;
    color: #101828;
    line-height: 40px;
}

.about-one__image__inner p {
    margin: 10px 0 40px 0;
    font-family: "Poppins", sans-serif !important;
    /* color: #344054; */
    font-size: 16px;
    line-height: 28px !important;
}

ul.list-show {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 0;
}

li.list {list-style: inside;font-size: 17px;}

li.list::marker {
    font-size: 20px;
}
.contact-form-area .container {
  padding: 0px 15px;
}
.comment-respond label {
  display: block;
  text-align: initial;
  color: hsl(168deg 15.79% 18.63%);
  font-weight: 500;
  margin-bottom: 0.8rem;
  font-size: 15px;
}
.wpcf7-form label {
  display: inline-block;
  margin-bottom: 5px; /* Adjust as necessary */
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.bubble {
  width: 50%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.bubble:hover{
  background:#000;
}

@media screen and (max-width: 767px) {
  p.clearfix {
      max-width: 100%;
      padding: 16px;
      display: flex;
      width: 100%;
      align-items: center;
      gap: 10px;
  }


  .icon-design {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: 
color-mix(in srgb, #3b8e86, #e5f1ee 95%);
    color: #539c94;
}
}