ul{
    margin:0;
}

.honesty-rgt-txt .honesty-rgt-ul ul li:after {
    background-image: url(http://sagmeticinfotech.com/wp/2023/accent-property-solutions/wp-content/uploads/2023/01/logo.png);
}

.fa-solid.fa-star{
  color: #EAA604;
}

/*input:invalid {
  box-shadow: 0 0 5px 1px red;
}*/


label.error{
  border:none !important;
  box-shadow: 0 0 0 0;
  margin-top:5px !important;
  color:red;
}


.error {
  box-shadow: 0 0 2px 1px red;
}


.Submit-btn input{
    background: #2B802B;
    border-radius: 5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 18px 37px;
    border: 1px solid #2B802B;
    transition: 0.4s ease-out;
    display: inline-block;
}


  .charity-sec {
    position: relative;
  }

  .charity-sec::after {
    content: "";
    background-image: url(../img/Vector\ 9.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 16%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;

  }

  .charity-sec::before {
    content: "";
    background-image: url(../img/Group\ 1881.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 35%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .client-sec {
    position: relative;
  }

  .client-sec::after {
    content: "";
    background-image: url(../img/Vector\ 7.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

  }

  .client-sec::before {
    content: "";
    background-image: url(../img/vevtor-4.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .charity-text {
    padding: 20px;
    text-align: center;
  }

  .charity-text h5 {
    font-family: "Romana BT";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #252d27;
  }

  .charity-text p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #252d27;
    margin: 0px;
  }

  .charity-box {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
  }

  .charity-box:hover {
    box-shadow: 0px 4px 54px rgba(150, 148, 148, 0.2);
  }

  label.radio-hide {
    position: relative;
    padding-top: 0px !important;
  }

  .radio-hide .checkmark {
    position: absolute;
    top: 11px;
    right: 13px;
    left: auto;
    width: 23px;
    background-color: gray;
    height: 23px;
    border-radius: 50px;
    z-index: 99;
  }

  .radio-hide .checkmark::after {
    content: "";
    border: solid white;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 5px;
    height: 10px;
    opacity: 0;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

  .radio-hide input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: auto;
    right: 20px;
    top: 16px;
  }

  .radio-hide input:checked~.checkmark {
    background-color: #000000;
  }

  .radio-hide input:checked~.checkmark:after {
    opacity: 1;
  }

  .charity-content {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 50px;
  }

  .charity-sec {
    padding: 150px 0px;
    position: relative;
  }

  .charity-content h3 {
    font-family: "Romana BT";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    padding-bottom: 60px;
    color: #252d27;
  }

  span.rank {
    position: absolute;
    background: #f21111;
    border-radius: 6px;
    top: 12px;
    padding: 7px 12px;
    left: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    z-index: 99;
    transition: 0.3s ease-in-out;
  }

  /* .charity-box:hover span.rank, */
  .charity-box:hover .green-box {
    opacity: 1;
  }

  .green-box {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #252d27;
    background: #ffffff;
    border: 1px solid #f5dbcf;
    border-radius: 8px;
    background: #c3e85d;
    padding: 8px 12px;
    top: -59px;
    opacity: 0;
    z-index: 999;
    transition: 0.3s ease-in-out;
  }

  .green-box::after {
    content: "";
    width: 21.5px;
    height: 14px;
    background-image: url(../img/Vector\ 5.png);
    background-repeat: no-repeat;
    /* background: red; */
    position: absolute;
    top: 100%;
    left: 20px;
  }

  .charity-img {
    position: relative;
    padding-top: 60%;
  }

  .charity-img img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
  }

  .charity-box {
    overflow: hidden;
  }

  .form-part {
    padding: 50px 0px 0px;
  }

  .form-part input[type="text"] {
    display: block;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 17px 16px;
  }

  .conti-btn button {
    width: 100%;
    margin-top: 30px;
    background: #ffbb9a;
    border-radius: 100px;
    border: none;
    padding: 18px 15px;
    border: 1px solid #ffbb9a;
    color: #252D27;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    cursor: pointer;
  }

  .conti-btn button:hover,
  .next-btn button:hover,
  .next-btn a:hover {
    background: #ffffff;
    border-color: #2B802B;
    color: #2B802B;
    cursor: pointer;
  }

  /*form styles*/
  #msform {
    /*width: 400px;*/
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 999;
  }

  /*progressbar*/
  #progressbar {
    margin-bottom: 90px;
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    position: relative;
  }

  #progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
  }

  #progressbar li .number {
    content: '';
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 14px;
    color: #2B802B;
    background: #F3F8F3;
    border-radius: 50px;
    margin: 0px auto;
    font-weight: 500;
  }

  /*  #progressbar li:nth-child(1):before{
content: '01';
  }
    #progressbar li:nth-child(2):before{
content: '02';
  }
      #progressbar li:nth-child(3):before{
content: '03';
  }*/

  /*progressbar connectors*/
  #progressbar:before {
    content: "";
    background-color: #F3F8F3;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 100%;
    z-index: -1;
  }

  #progressbar li:after,
  #progressbar li:before {
    content: "";
    height: 6px;
    background: #2B802B;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    opacity: 0;
  }
  #progressbar li.active.nobar:after {
    opacity: 0;
  }

  #progressbar li:before {
    width: 50%;
    left: 0px;
    background: #2B802B;
    opacity: 0;
  }

  #progressbar li.active span.number {
    background-color: #2B802B;
    color: #ffffff;
  }


  #progressbar li.active:before,
  #progressbar li.active:after {
    opacity: 1;
  }

  .client-text {
    text-align: center;
    max-width: 851px;
    margin: auto;
  }

  .cl-img {
    padding: 40px 0px 30px;
  }

  .client-sec {
    padding-bottom: 150px;
  }

  .client-text h3 {
    font-family: "Romana BT";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #252d27;
  }

  .client-text p {
    font-style: italic;
    font-weight: 400;
  }

  .client-text span.dyaz {
    font-weight: 600;
  }

  .anti-form select {
    display: block;
    width: 100%;
    background: #F3F8F3;
    border: 1px solid #F3F8F3;
    border-radius: 6px;
    padding: 18px 15px;
    appearance: none;
    background-image: url(../img/caret-down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% 50%;
  }

  .anti-form label {
    display: block;
    padding-top: 30px;
    font-weight: 400;
    text-align: left;
  }

  .anti-head {
    text-align: left;
    /* padding-bottom: 30px; */
  }

  .anti-form input[type="text"],
  .anti-form input[type="textarea"],
  .anti-form input[type="number"]
   {
    display: block;
    width: 100%;
    background-color: #F3F8F3;
    border: 1px solid #F3F8F3;
    border-radius: 6px;
    padding: 17px 15px;
  }

  .anti-form input[type="file"]
   {
    display: block;
    width: 30%;
    background-color: #F3F8F3;
    border: 1px dotted; #F3F8F3;
    border-radius: 6px;
    padding: 17px 15px;
  }


  .charity-list {
    text-align: left;
    padding: 30px 0px 60px;
  }

  .charity-list ul {
    padding: 0;
  }

  .charity-list ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #252d27;
    padding-top: 10px;
    display: flex;
  }

  .charity-list ul li::before {
    font-family: "fontAwesome";
    content: "\f0da";
    color: #ffbb9a;
    padding-right: 10px;
  }

  .tacbox {
    display: block;
  }

   .next-btn{
    text-align: right;
   }

  .next-btn button,
  .next-btn a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 45px;
    background: #217c21;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #2b802b;
  }

  .next-btn button:hover,
  .next-btn a:hover {
    background: #fff;

  }

  .pre-btn p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
    color: #217c21;
  }

  .payment p {
    font-weight: 500;
  }

  .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .tacbox label {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
  }

  .tacbox .col-md-12 {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }

  .form-pad input,
  .form-pad textarea {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 17px 15px;
  }

  .thanks-box {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 18px 84px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 100px 129px;
  }

  .thanks-text h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 84px;
    color: #252D27;
    padding: 40px 0px 20px;
  }

  .thanks-text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }

  .back-btn a {
    background: #FFBB9A;
    border-radius: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252D27;
    max-width: 300px;
    padding: 15px 20px;
    margin: auto;
  }

  .back-btn a:hover {
    background-color: #FA7070;
    color: #fff;
  }

  .back-btn {
    margin-top: 30px;
  }

  .payment .card {
    background-image: url(../img/card.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }

  .goal-head {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .goal-head a {
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .goal-head a:hover {
    color: #A88B9E;
  }

  .goal-head .tell {
    margin: 0px 30px;
    display: flex;
    align-items: center;
  }

  .goal-head .tell span {
    background: #f9f9f9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    width: 40px;
    line-height: 19px;
    color: #c3c3c3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 50px;
    margin: 0px 15px;
  }

  .goal-head .tell p {
    margin: 0px;
    font-weight: 700;
    color: #c3c3c3;
  }

  .tell a.pink p {
    color: #A88B9E;
  }

  .tell.goal-1 {
    color: #A88B9E;
  }

  .gray {
    color: #cccccc;
  }

  .tell.goal-1 span {
    color: #fff;
    background: #A88B9E;
  }

  .pink {
    color: #A88B9E;
  }

  .black {
    font-weight: 700;
    color: #252D27;
  }

  .navlist {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .navlist li {
    margin: 0px 30px;
  }

  .navlist li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #252D27;
  }

  .navlist .number {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #c3c3c3ce;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    margin: 0px 15px;
  }

  .navlist .active a {
    color: #A88B9E;
    font-weight: 700;
  }

  .navlist .active span {
    background: #A88B9E;
    color: #fff;
  }

  .navlist .step_disabled.active span.number {
    background: #f9f9f9;
    color: #c3c3c3ce;
  }

  .navlist .step_disabled.active a {
    color: #c3c3c3ce;
  }

  /*----- responsive start -------*/

  @media (max-width: 1200px) {

    .goal-head a {
      display: flex;
      align-items: center;
      font-size: 14px;
    }

    .goal-head .tell span {
      font-size: 14px;
      margin: 0px 10px;
    }

    .navlist li a {
      font-size: 14px;
      line-height: 19px;
    }

    .navlist .number {

      font-size: 14px;
      line-height: 19px;
    }

    .navlist li {
      margin: 0px 10px;
    }

    #progressbar {
      margin-bottom: 50px;
    }

    .charity-sec {
      padding: 80px 0px;
    }
  }

  @media (max-width: 991px) {
    .charity-content .row>div {
      margin-top: 30px;
    }

    .thanks-box {
      padding: 59px;
    }

    .goal-head {
      align-items: flex-start;
      flex-direction: column;
      padding: 0px 0px;
    }

    .goal-head .tell {
      margin: 10px 0px;
    }


    .navbar-toggler .bars {
      width: 35px;
      height: 5px;
      background: #07595b;
      margin: 4px 0px;
      transition: .4s ease-in-out;
    }

    .navbar-toggler.up .bars.bar1 {
      transform: rotate(45deg) translateY(12px);
    }

    .navbar-toggler.up .bars.bar3 {
      transform: rotate(-45deg) translateY(-12px);
    }

    .navbar-toggler.up .bars.bar2 {
      opacity: 0;
    }

    .navlist li {
      margin: 15px 0px;
    }

    .navlist {
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
    }

    #progressbar {
      margin-bottom: 30px;
    }
    .charity-content .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

  }

  @media (max-width: 767px) {

    .charity-content {
      padding: 30px;
    }

    .charity-content h3 {
      font-size: 28px;
      line-height: 1.2;
      padding-bottom: 30px;
    }

    .client-text h3 {
      font-size: 28px;
      line-height: 1.2;
    }

    .charity-sec {
      padding: 70px 0px;
    }

    .form-part input[type="text"] {
      padding: 10px 16px;
    }

    .form-part button {
      padding: 11px 15px;
    }

    .client-sec {
      padding-bottom: 70px;
    }

    .cl-img {
      padding: 20px 0px 19px;
    }

    .thanks-text h1 {
      font-size: 62px;
      line-height: 84px;
      padding: 20px 0px 10px;
    }

    .charity-text {
      padding: 20px;
      text-align: center;
    }

    .thanks-text h4 {
      font-size: 14px;
      line-height: 1.7;
    }

    .back-btn a {
      font-size: 15px;
      padding: 12px 20px;
    }

  }

  @media (max-width: 575px) {

    .charity-content {
      padding: 20px;
    }

    .charity-content h3 {
      font-size: 24px;
      line-height: 1.2;
      padding-bottom: 20px;
    }

    .client-text h3 {
      font-size: 24px;
      line-height: 1.2;
    }

    .charity-sec {
      padding: 50px 0px;
    }

    .client-sec {
      padding-bottom: 50px;
    }

    .anti-form label {
      padding-top: 0px;
    }

    .next-btn a,
    .next-btn button {
      padding: 8px 46px;
      font-size: 15px;
    }

    .thanks-box {
      padding: 30px;
    }

    .thanks-text h1 {
      font-size: 42px;
      line-height: 1.2;
      padding: 20px 0px 10px;
    }

    .back-btn {
      margin-top: 20px;
    }

    .anti-form input[type="text"] {
      padding: 10px 15px;
    }

    .anti-form select {
      padding: 10px 15px;
    }
  }

  @media (max-width: 450px) {
    .charity-content .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }


.tab-title{
  border-bottom:1px solid #D9D9D9;
  text-align: left;
}







//custom

h1 {
    text-align: center;
}
h2 {
    margin: 0;
}
#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}