h1, h2, h3, h4, h5, h6{
   font-weight: 600;
}
.avia_text{
    border-left-style: solid;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 1.235em;
    line-height: 1.5em;
}
.flex-content{
    width: 100%;
    padding: 0 10%;
}
.hr-inner{
    border-color: #e1e1e1;
}
.hr-inner-style{
    background-color:#fff;
    border-color:#e1e1e1;
}
.btn{
    height: 33px;
    background-color: #eb2d1c;
    color: #fff;
}
a{
    color: #eb1c23;
}
a:hover{
    color: #eb1c23;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-col-label{
    line-height: 33px;
}
.flex-col-1{
    width: 10%;
}
.flex-col-2{
    width: 20%;
}
.flex-col-3{
    width: 30%;
}
.flex-col-4{
    width: 40%;
}
.flex-col-5{
    width: 50%;
}
.flex-col-6{
    width: 60%;
}
.flex-col-7{
    width: 70%;
}
.flex-col-8{
    width: 80%;
}
.flex-col-9{
    width: 90%;
}
.flex-col{
    flex: 1;
}
.label-middle{
    line-height: 33px;
}