.page_header_default {
  min-height: 56px !important;
  padding: 26px 0px 8px !important;
}

.contact_form_box_all select {
  margin: 6px 0px 17px !important;
}

.contact_form_box_all.type_two .contact_form_shortcode {
  padding: 35px 30px !important;
}

.counter-block.style_one .icon_box .icon img {
  height: auto;
}

.counter-block.style_one .icon_box {
  margin-bottom: 33px;
}

.justify-center {
  justify-content: center !important;
}

.tabs-form {
  padding: 30px 50px 80px !important;
  background: #fff !important;
}

.tabs_all_box.type_one .tab_content-11::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  background: linear-gradient(to top,
      #ffffff 2%,
      rgba(0, 0, 0, 0) 129%) !important;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tabs_header-11 {
  left: -38px !important;
  width: 323px !important;
}

input[type="file"] {
  padding: 5px 15px 0px 15px;
  background: #fff;
}

.footer_copy_content {
  color: #000000 !important;
}

.shadow-lt {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.tabs_all_box.type_one .tabs_header-22 {
  left: 0;
  /* width: 100% !important; */
  height: auto !important;
  margin-bottom: 0 !important;
  top: 42px;
  box-shadow: none !important;
}

.tabs_all_box.type_one .tab_content-22 .content_image-22 a {
  color: #000 !important;
}

.ml-202 {
  margin-left: 202px !important;
}

.tabs-form-two {
  padding: 18px !important;
  margin: 10px 54px;
  background: #eeecec !important;
}

.status-box {
  margin-left: 55px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  padding: 5px 12px;
  width: 87%;
}

.status-box p {
  margin-bottom: 0px;
  font-weight: 700;
}

.status-box p span {
  color: #077e7e;
}

.h-a {
  height: auto;
}

.form-heads {
  margin-bottom: 15px;
  color: #000;
}

.pb-200 {
  padding-bottom: 150px !important;
}

.display-b {
  display: block;
}

.mb-18 {
  margin-bottom: 18px;
}

.d-flx {
  display: flex;
}

.has-dropdown {
  position: relative;
}

.has-dropdown .form-sub-menu {
  /* position: absolute; */
  left: 100%;
  width: 100%;
  background: #f7f7f7;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
}

.has-dropdown .form-sub-menu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  height: 100%;
}


/* .has-dropdown:hover .form-sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
} */

.form-sub-menu li a span {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.f-icons {
  /* background: aliceblue;
    padding: 16px;
    border-radius: 50%; */
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  margin: 0px auto 10px;
  display: block;
}

.f-icons img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.status-box-1 {
  background: aliceblue;
  padding: 12px;
  border-top: 3px solid #078586;
  border-bottom-right-radius: 25px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.lab-heads {
  background: #ca6839;
  padding: 4px 10px;
  color: #fff;
}

.contract-doenld {
  margin-top: 10px;
  height: 44px;
  line-height: 26px;
  border-radius: 5px;
  vertical-align: middle;
  border: 1px solid var(--border-color-dark);
  width: 100%;
  padding: 10px 15px 0px 15px;
  display: block;
  color: #ca6839 !important;
  font-weight: 700;
}

:root {
  --color-black: #232323;
  --color-pink: #ff6393;
  --color-dark-pink: #df4775;
  --color-purple: #342a47;
  --color-blue: deepskyblue;
  --color-gray: #525252;
  --color-green: #bbe187;

  --transition-fast: 0.1s;
}

.InputGroup {
  display: flex !important;
  flex-wrap: wrap !important;
  height: 49px !important;
  width: 100% !important;
  gap: 10px !important;
}

/**
  * 1. Hides the input from view
  * 2. Ensures the element does not consume any space
  */

.InputGroup input[type="radio"] {
  visibility: hidden;
  /* 1 */
  height: 0;
  /* 2 */
  width: 0;
  /* 2 */
}

.InputGroup .label-1 {
  display: flex !important;
  flex: auto !important;
  vertical-align: middle !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #067273;
  color: #078586;
  padding: 5px 10px;
  border-radius: 6px;
  transition: color --transition-fast ease-out,
    background-color --transition-fast ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 8px;
}

.InputGroup .label-1:last-of-type {
  margin-right: 0;
}

.InputGroup input[type="radio"]:checked+.label-1 {
  background-color: #078586 !important;
  color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.InputGroup input[type="radio"]:hover:not(:checked)+.label-1 {
  background-color: #07858647;
  color: var(--color-black);
}

.has-icon {
  position: absolute;
  right: 0;
  width: 100%;
  /* bottom: 0; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 9999999999999999999999;
  /* background: red; */
  height: 70px;
}

.c-pointer {
  cursor: pointer;
}

.fs-48 {
  font-size: 48px !important;
}

/* This css is for normalizing styles. You can skip this. */


.form-group-1 {
  display: block;
  margin-bottom: 15px;
}

.form-group-1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-1 label {
  position: relative;
  cursor: pointer;
}

.form-group-1 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #078586;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}

.form-group-1 input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 13px;
  border: solid #078586;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .page_header_default {
    padding: 30px 0px 36px !important;
  }

  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 23px;
  }

  .contact_form_box_all.type_two .contact_form_shortcode {
    padding: 30px 18px !important;
  }

  .pd_top_80 {
    padding-top: 50px !important;
  }

  .res-pd_top_50 {
    padding-bottom: 53px;
  }

  .pd_bottom_90 {
    padding-bottom: 55px;
  }

  .pd-0 {
    padding: 0 !important;
  }

  .page_header_default .page_header_content .banner_title_inner .title_page {
    line-height: 56px;
  }

  .fs-48 {
    font-size: 41px !important;
  }

  .pd_top_100 {
    padding-top: 51px !important;
  }

  .pb-200 {
    padding-bottom: 37px !important;
  }

  .tabs-form {
    padding: 23px 7px 40px !important;
  }

  .tabs_all_box.type_one .tabs_header-11 {
    left: 0 !important;
    width: 100% !important;
  }

  .tabs-form-two {
    margin: 10px 2px;
  }

  .status-box {
    margin-left: 0 !important;
    width: 100%;
  }

  .InputGroup {
    height: auto;
    gap: 9px 1px;
  }

  .contact_box_content.style_one .contact_box_inner {
    margin-bottom: 14px;
  }

  .top_bar {
    display: none;
  }

  .page_header_default-two {
    min-height: 139px !important;
    padding: 27px 0px 12px !important;
  }

  .res-line-h {
    line-height: 40px !important;
  }
}

.footer_copy_content a {
  color: #c96839;
  font-weight: 700;
}

.head-social span {
  font-size: 18px !important;
  margin-right: 14px;
}

.contribute-form {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  max-width: 700px;
  height: auto;
  padding: 35px 30px !important;
}

.contribute-form label {
  display: block;
}

/* radio 2 */


.main-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin-bottom: 13px;
  width: 100% !important;
  height: 120px !important;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  cursor: pointer;
}

.radio-btn:before {
  position: absolute;
  content: "";
  border: 1px dashed var(--border-color-dark);
  width: 97%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.radio-btn>i {
  color: #ffffff;
  background-color: #06838485;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.radio-btn .hobbies-icon img {
  display: block;
  width: 50px;
  margin-bottom: 3px;

}

.radio-btn .hobbies-icon i {
  color: #FFDAE9 !important;
  line-height: 80px !important;
  font-size: 60px !important;
}

.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  /* letter-spacing:1px; */
  line-height: 11px;
  font-weight: 700;
  margin-top: 10px;
}

.custom-radio input:checked+.radio-btn {
  border: 2px solid #068384;
}

.custom-radio input:checked+.radio-btn:before {
  border: none;
}

.custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.h-icon {
  top: 31% !important;
}

.hob-icn {
  width: 37px !important;
  height: 40px !important;
}

.contact-box-btn {
  height: 71px !important;
  padding: 22px 13px !important;
}

.money-img {
  position: unset !important;
  width: auto !important;
}

.deliv-icons {
  width: 64px !important;
}

.map-mrkr {
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 992px) {
  .my-col-sm-6 {
    width: 50%;
  }
}

.user-header {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  /* background: var(--primary-color-one); */
  /* color: #fff; */
  /* border: 1px solid var(--primary-color-one); */
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  transition: all 0.5s ease;
}

.skip_button {
  outline: none;
  border: none;
  background: transparent;
}

/* user btn */


.dropbtn {
  /*   background-color:pink; */
  background-color: #753818;
  /* width: 35px; */
  border-radius: 50%;
  color: #ffffff;
  padding: 16px;
  margin-right: 30px;
  padding: 6px 10px;
  /* line-height: 32px; */
  font-size: 21px;
  border: none;
  cursor: pointer;
}


/* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  } */

/* .dropdown {
    position: relative;
    display: inline-block;
    background-color: #3498DB;
  } */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #67b58d;
}

.dropdown-content a:hover {
  background-color: #0785864f;
}

.show {
  display: block;
}

.lh-65 {
  line-height: 65px;
}

.donation_btn {
  position: relative;
}

.donation_btn input[type="radio"] {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.screen_loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
}

.screen_loader .spinner-border {
  position: relative;
  z-index: 999;
}

.screen_loader::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: block;
  position: absolute;
}

.msg-wrapper-items,
.msg-wrapper-money {
  background: #078586;
  padding: 5px;
  border-radius: 5px;
}

.text-justify{
  text-align: justify;
}

.footer-terms{
  display: flex;
    justify-content: center;
    gap: 27px;
    align-items: center;
    margin-top: 14px;
}

.footer-terms li{
  list-style: none;
  font-weight: 500;
}

/* gallery */

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}