.card {
  background-color: #d1fed14f;
}
.border {
  border: 3px solid black;
}
.about_content img {
  max-width: 100%;
  PADDING-TOP: 65%;
}
.energix_heading h4 {
  text-transform: capitalize;
  font-weight: 500;
}
.energix_content p {
  font-size: 17px;
}
.text {
  font-weight: 700;
}
.energix_content h2 {
  font-size: 35px;
  font-weight: 600;
  color: #fc7f3a;
}
.buy_btn {
  background-color: #3b955f;
  text-transform: capitalize;
  color: white;
  /* padding: 10px 30px; */
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}
.energix_btn_content img {
  position: relative;
  margin-top: -35px;
  margin-left: 10px;
}
.buy_btn::after {
  content: "";
  margin: 10px;
}
.buy_btn:hover {
  background: #156837;
  color: white;
}
.padding_zero {
  margin: 0px !important;
  padding: 0px !important;
}
.expert_btn {
  background-color: #163560;
  /* margin-top: 10px; */
  color: white;
  /* padding: 10px 28px; */
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}
.expert_btn::after {
  content: "";
  margin: 10px;
}
.expert_btn:hover {
  background: #0d203a;
  color: white;
}
.energix_btn_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bg {
  background-color: #3b955f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .energix_btn_content {
    align-items: start;
  }
}

/* 
pradip
*/

.result_heading {
  width: 100%;
  height: 46px;
  background: #3b955f;
}
.background_color {
  background-color: #e9f8ef;
  border-radius: 10px;
}
.hedding_text {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  padding-left: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  padding-top: 5%;
}
.com_padding {
  padding-left: 28px;
}
.com_padding_top {
  padding-top: 25px;
}
.dotted_border {
  /* width: 200px;
  height: 100px; */
  background: yellow;
  text-align: center;
  line-height: 100px;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0) 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: right;
  background-repeat: repeat-x, repeat-y;
  background-size: 10px 1px, 1px 10px;

  width: 80%;
  height: 1px;
  padding-left: 1px;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 1rem !important;
}
/* form css */

.padding_zero .checkbox-button__control {
  margin-right: 5px;
  background-color: white;
}
.green_text {
  color: #01a982;
  font-size: 10px;
}

input[type="radio"] {
  border: 2px solid #666;
  padding: 12px;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 5px;
}

input[type="radio"]:checked {
  /* background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==)
    no-repeat center center; */
  background-color: #3b955f;
  /* background-size: 9px 9px !important; */
}
input[type="radio"]:focus {
  outline-color: transparent;
}
.form-check-label {
  position: relative;
  top: -8px;
  right: -5px;
}
.comper_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 26px 53px;
  gap: 10px;
  background: #3b955f;
  width: 211px;
  height: 70px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.comper_button:hover {
  color: white;
  background: #156837;
}
.form-label {
  font-size: 18px;
  font-weight: 700;
}
.form-check-input:checked {
  background-color: #01a982;
  border-color: #01a982;
}

.checkbox-button {
  cursor: pointer;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.checkbox-button__control {
  border: 0.5px solid #000000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: white;
  color: #017b5f;
  border: 2px solid #666;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.5px;
  left: 3.5px;
  width: 20px;
  height: 20px;
  background-color: #3b955f;
}

.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #3b955f;
}
.form-check-label {
  font-weight: 500;
  font-size: 16px;
}
.checkbox-button__label {
  font-weight: 500;
  font-size: 16px;
}
.text_green2{
  color:#3B955F;
}
@media only screen and (max-width: 1200px) {
  .buy_btn {
    font-size: 15px;
  }
  .expert_btn {
    font-size: 15px;
  }
  .hide_mobile_1200 {
    display: none;
  }
  .full_size {
    width: 100% !important;
  }
  .energix_content p {
    font-size: 10px;
  }
  .energix_content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #3b955f;
  }
  .info {
    position: relative;
    bottom: -35px;
    left: 50px;
  }
  .small_text_end {
    font-size: 7px;
    text-align: right;
    margin: 0px;
  }
  .pop_up {
    padding: 10px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 117.67px;
    height: 33px;
    left: 20%;
    top: 97px;
    background: #3b955f;
    border-radius: 5px;
  }
  .modal {
    /* position: absolute; */
    justify-content: center;
    width: 60%;
    margin-left: 20%;

    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 160%;
    /* or 13px */

    color: #000000;

    --bs-modal-border-color: transparent;
  }
  .hide_on_pc {
    display: block !important;
  }
  .flilter_by {
    font-size: 7px;
    padding: 5px 5px;
    width: 85px;
    margin: 5px;
    height: 22.5px;
    background: #e9f8ef;
    border: 0.3px solid #3b955f;
    border-radius: 2px;
  }
  .bg_bark {
    background-color: #3b955f;
    color: #e9f8ef;
  }
  .modal-body {
    background-color: #fff;
    border-radius: 10px;
  }
  .modal-body p {
    padding-bottom: 25px;
    text-align: center;
  }
}
.padding_13 {
  margin-left: 14px;
}
.mobile_buy {
  font-size: 10px;
  width: 101.67px;
  height: 33px;

  color: #ffffff;
  background: #163560;
  border-radius: 5px;
}
.hide_on_pc {
  display: none;
}
