*{
font-family: Rubik,Arial, Helvetica, sans-serif;
font-weight: 500;
}
input:focus{
outline: none;
}
input{
    font-weight: 400;
}
.multiselect-dropdown {
    width: 500px !important;
}
.multiselect-dropdown label{
  display: inline-block;
  border: none;
}
textarea:focus{
  outline: none;
}
.propertyform{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.propertyformsection{
    width: 80%;
    display: flex;
}
.propertyformsection1{
    width: 65%;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}
.propertyformsection2{
width: 35%;
display: flex;
flex-direction: column;
}
.formtext{
    font-size: 14px;
    font-weight: 400
}
.formtext span{
    color: red;
}
.formsections{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.formsectiontitle{
    font-size: 14px;
}
.formsectiontitle span{
    color: red;
}
  
  .form-section {
    display: none;
  }
  
  .visible {
    display: block;
  }
  
  .form-group {
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    font-weight: bold;
  }
  button {
    padding: 10px 20px;
    background-color: #af0e1b;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button[type="submit"] {
    background-color: #af0e1b;
  }
  
  #backButton {
    margin-right: 10px;
  }
  
  .error {
    color: red;
  }
  .section-names {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .section-name {
    color: #999999;
    width: 280px;
    text-align: center;
    padding: 20px;
  }
  .section-name.active {
  color: #af0e1b;
  border-bottom: 2px solid #af0e1b;
  }
  
  

.col-3 {
	float: left;
	width: 80%;
	margin: 28px 0;
	position: relative;
}


.effect-16 {
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
        font-size: 20px;
        width: 100%;
}
.effect-16:valid + .effect-16~label {
        top: -16px;
	font-size: 18px;
	color: #af0e1b;
	transition: 0.3s;
      }
.effect-16~.focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #af0e1b;
	transition: 0.4s;
}

.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
	width: 100%;
	transition: 0.4s;
}

.effect-16~label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 6px;
	color: #aaa;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
}
input:valid + label {
        top: -16px;
	font-size: 18px;
	color: #af0e1b;
	transition: 0.3s;
}
.effect-16:focus~label,
.has-content.effect-16~label {
	top: -16px;
	font-size: 18px;
	color: #af0e1b;
	transition: 0.3s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.formsectiontitle1{
    font-size: 18px;
    font-weight: 400;
}
.formsectiontitle1 span{
    color: red;
}