ul {
  list-style-type: none;
}

.reachme_img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image_div{
  width: 124px;
  height: 124px;
  background-color: #f4f4f4;
  border-radius: 120px;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.image_div:hover {
  margin-top: 0 !important;
  margin-bottom: 1rem;
  transition: all linear 200ms;
}

.custom_fa_icon{
  margin: auto;
  font-size: 50px;
  color: #790000;
}



.contact_title{
  letter-spacing: -0.020em;
  color: #949494;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-size: 45px;
  text-align: left;
}

.form_img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contact_name{
  letter-spacing: -0.020em;
  color: #790000;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 45px;
  text-align: right;
}

.contact_text{
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-left: 10px solid #790000;
  max-width: 400px;
  color: #999999;
  font-size: 20px;
  line-break: auto;
  line-height: 27px;
}

.form_label{
  color: #790000;
  font-weight: 700;
  font-size: 12px;
  margin: 1vh 0;
  box-sizing: border-box;
}

.formInput,option,select{
  border: 1px solid #790000;
  line-height: 2;
  min-height: 2rem;
  height: 42px !important;
  padding-left: 10px !important;
  margin-left: 0!important;
  background: #fff;
  color: #333333;
  width: 100%;
}

.contact_ul{
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 300px;
}
.contact_ul li{
  margin: 2vh 0;

}

.findSelect{
  border: 1px solid #bcbcbc;
}

.text_area{
  height:100px !important;
  padding: 10px !important;
  border: 1px solid #bcbcbc;
  letter-spacing: 0.020em;
  color: #333333;
  resize: none;
  overflow: auto;
  width: 100%;
}

.submitButton{
  font-size: 18px;
  display: block;
  line-height: 2;
  min-height: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 900;
  color: #790000;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 3px solid #790000;
  text-decoration: none;
  transition: all 300ms linear;
}

.submitButton:hover {
  background-color: #790000;
  color: #fff;
  transform: scale(1.2);
  transition: all 300ms linear;
}

.submitButtonForm{
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 2;
  min-height: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 900;
  color: #790000;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 3px solid #790000;
  text-decoration: none;
  transition: all 300ms linear;
}

.submitButtonForm:hover {
  background-color: #790000;
  color: #fff;
  transform: scale(1.2);
  transition: all 300ms linear;
}

.resultContainer{
  display: none;
  color: white;
  margin: 0 auto !important;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  padding: 1rem 1rem;
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 90%;;
}

.success{
  background-color: #138322;
}
.danger{
  background-color: #790000;
}


/* START OF TIME LINE */
.span_year{
  font-size: 6vw;
  font-weight: 800;
  margin: 1rem;
  color: rgb(163, 160, 160);
  cursor: pointer;
  transition: all 500ms;
}

.span_year:hover {
  color: #790000;
  transform: scale(1.2);
  transform-origin: top right;
  transition: all 300ms;
}

.selected_year{
  color: #790000;
}

.selected_dot{
  background-color: #790000 !important;
}

.dot_span{
  background-color: rgb(163, 160, 160);
  width: 1rem;
  height: 2rem;
  margin: 0.5rem;
  cursor: pointer;
  transition: all 300ms;
}

.dot_span:hover{
  background-color: #790000 !important;
  transform: scale(1.2);
  transform-origin: top right;
  transition: all 300ms;
}

.textContainer{
  font-size: 27px;
  font-weight: 600;
  max-width: 770px;
  text-align: center;

}

/* END OF TIME LINE */

.heading_title{
  font-weight: 800;
  color: #790000;
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 1rem;
}

.heading_text{
  margin-left: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-left: 10px solid #790000;
  max-width: 400px;
  color: #999999;
  font-size: 20px;
  line-break: auto;
  line-height: 27px;
}

.benefits_title{
  font-size: 7vw;
  font-weight: 800;
  color: #790000;
  text-align: center;
}

.benefits_card{
  width: 100%;
  max-width: 350px;
  padding: 0 20px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.benefits_card_img{
  display: block;
  max-width: 124px;
  margin: auto;
  height: auto;
  transition: all linear 200ms;
}

.benefits_card_img:hover{
  margin-top: 0  !important;
  margin-bottom: 1rem !important;
  transition: all linear 200ms;
}

.benefits_card_title{
  font-size: 17px;
  font-weight: 800;
  color: #000;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 12px;
  width: auto;
  border-bottom: solid 4px #790000;
}

.benefits_card_text{
  font-weight: 400;
    color: #1c1c1f;
    line-height: 1.6;
    letter-spacing: 0.01em;
}


