

.floating-box_2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: relative;
}

.content_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  flex-direction: column;
}
.content_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  flex-direction: column;
  background-color: #E6E3E1 !important; 
  border-radius: 10px;
}

.image_2 {
  width: 100%;
  text-align: center;
}

.image_2 img {
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
}

.text_2 {
  width: 100%;
  padding-left: 30px;
}

.text_2 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text_2 p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.icons_2 {
  display: flex;
}

.icons_2 i {
  font-size: 18px;
  margin-right: 10px;
  color: #999;
  cursor: pointer;
}

.button_2 {

  background-color: black; 
  color: white; 
  border-radius: 25px; 
  border: none;
  padding: 10px 23%;
  
  font-size: 14px;
  cursor: pointer;

}

.button_3 {

  background-color: black; 
  color: white; 
  border-radius: 25px; 
  border: none;
  font-size: 19px;
  width: 100%;
}
.button_4 {

  background-color: black; 
  color: white; 
  border-radius: 25px; 
  border: none;
  font-size: 19px;
  width: 70%;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff6b6b;
  color: #fff;
  text-align: center;
  position: relative;
    top: -323px;
    left: 234px;
   
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.floating-btn:hover {
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.ul_2 {
  list-style: none;
  padding: 0;
}

.li_2 {
  display: inline-block;
  margin-right: 20px;
  /*padding: 10px;*/
  
}

.li_2 i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.li_2 span {
  font-size: 16px;
  vertical-align: middle;
}



.form_2 {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

.form-group_2 {
  position: relative;
  margin-bottom: 20px;
}

.form-group_2 label {
  position: absolute;
  top: -12px;
  left: 10px;
  background-color: #E6E3E1;
  padding: 0 5px;
}

.form-group_2 input,
.form-group_2 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: transparent;
}

.form-group_2 input:focus,
.form-group_2 textarea:focus {
  outline: none;
}






.container_f {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.container_f img {
  width: 100%;
}

.rectangle {
  position: absolute;
  width: 60%;
  height: 10%;
  background-color: #E6E3E1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  
}

@media screen and (max-width: 1270px) {
  .rectangle {
    height: 12%;
  }
}
@media screen and (max-width: 900px) {
  .rectangle {
    height: 16%;
  }
}
@media screen and (max-width: 600px) {
  .rectangle {
    height: 40%;
  }
}


