*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* body {
  background: #FFFFFF;
  padding: 25px 0px;
} */

.card-36 {
  /* max-width: 1170px; */
  width: 100%;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}

.card-36__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;          
}

@media only screen and (max-width: 767px) {
  .card-36__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.card-36__heading {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color:rgb(219,157,63);
}

.card-36__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-36__main {
  margin-top: 30px;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media only screen and (max-width: 840px) {
  .card-36__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding: 0px 20px 0px 20px;
            
  }
}

.card-36__items {
  /* position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; */
  position: relative;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  .card-36__items {
    max-width: 180px;
  }
}

@media only screen and (max-width: 840px) {
  .card-36__items {
    max-width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .card-36__items {
    max-width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.card-36__img {
  margin-top: 2px;
  width: 95%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 7px solid #e9ecef;
  background-color:#ffffff;
}

@media only screen and (max-width: 480px) {
  .card-36__img {
    width: 70%;
    height: 50%;
    border: 7px solid #e9ecef;
    background-color: #ffffff;
    border-radius: 20px;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
  }
}

.card-36__contentbox {
  text-align: center;
}

.card-36__title {
  margin-top: 2px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.card-36__pos {
  font-size: 14px;
  color: #4099FC;
  /* margin-bottom: 24px; */
}

@media only screen and (max-width: 767px) {
  .card-36__pos {
    margin-bottom: 1px;
  }
}

.card-36__content {
  font-size: 14px;
  color: #747D96;
  line-height: 1.4;
}

.card-36__checkbox {
  display: none;
}

.card-36__label {
  padding: 13px 54px;
  border: 1px solid #3E82F1;
  border-radius: 5px 5px 5px 5px;
  font-size: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #3E82F1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.card-36__label--1 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.card-36__label--2 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.card-36__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-36__checkbox:checked + label {
  background: #3E82F1;
  color: #fff;
}
.img-card{
  height: 150px;
  width: 170px;
  border: 2px solid rgb(224, 227, 230);
  border-radius: 1rem;
  object-fit: fill;
  object-position: center;
}
/*# sourceMappingURL=36.css.map */


/* .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
} */

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-image:hover .card-36__img {
  opacity: 0.3;
}

.container-image:hover .middle {
  opacity: 1;
}

.text {
  /* background-color: #039628; */
  color: rgb(34, 94, 11);
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#1e3a0a;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#1e3a0a;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
    height: auto;
    min-height: 300px;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    height: auto;
  }
}
