@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400&display=swap');


body{
    padding: 0;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}
.header{
    /*background: #0E0EFF;*/
    margin-bottom: 10px;
}
.header-logo{
    margin-left: 0.5%;
}
.header-text{
    width: 100%;
    font-size: 32px;
    display: flex;
    align-items: center;
    /*color: white;*/
    color: #01a0c4;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.sidebar{
    background: #01a0c4;
}
.form-inline{
    margin-right: 7%;
}
.form-inline a{
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.form-inline a:hover{
    color: grey;
}
.menu{
    width: 100%;
    text-align:left ;
}
.menu .nav-item{
    font-size: 20px;
    font-weight: bold;
    border-right: 0.5px solid #7C7C7F;
    padding: 10px 30px;
}
.navbar{
    padding:0;
    width: 100%;
}
.menu a{
    color: white !important;
    font-weight: lighter;
}
.active-bar{
    vertical-align: center;
    border-top: 3px solid #178AE4 ;
}
.text-header{
    color: #178AE4;
    font-family: Titillium Web;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 47px;
    margin-bottom: 15px;
}
.wrapper{
    margin-top: 25px;
    color: #778087;
    font-family: Titillium Web;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.77px;
    line-height: 25px;
}
.wrapper div{
    margin-bottom: 15px;
}
.Questionnaire{
    margin: 25px 0;
    padding: 10px 0;
    width: 90%;
    border-bottom: 0.5px solid #BEBEBE;
    border-top: 0.5px solid #BEBEBE;
}
.question{
    color: #178AE4;
    font-family: Titillium Web;
    font-size: 16px;
    letter-spacing: 0.14px;
    line-height: 30px;
}
.small-Text{
    color:#778087;
    font-family: Titillium Web;
    font-size: 16px;
    letter-spacing: 0.27px;
    line-height: 33px;
}
.line{
    margin: 25px 0;
    width: 100%;
    height: 1px;
    border: 0.5px solid #BEBEBE;
}
.wrapper-bottom{
    width: 80%;
}
.wrapper-bottom-information{
    width: 80.78%;
}
.delimiter{
    margin-bottom: 35px;
}
.footer{
    min-height: 160px;
    background-color: #fff;
}
.card-header{
    border: none;
}
.card-header a {
    color: Black;
}
.card{
    padding: 10px 0;
    border: none;
    border-top: 1px dashed #BEBEBE;
}
.card:last-child{
    border-bottom: 1px dashed #BEBEBE;
}
.card i{
    color:#0071BC;
}
.active-i{
    transform:rotate(90deg) ;
}
.size-list{
    color: #01a0c4;
    font-family: Titillium Web;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 29px;
}
.size-list div{
    margin-right: 4%;
}
.bold-line{
    background-color: #EBECF6;
    width: 100%;
    height: 8px
}
.text-header-low{
    color: #178AE4;
    font-family: Titillium Web;
    font-size: 35px;
    letter-spacing: 1.23px;
    line-height: 41px;
    margin: 20px 0;
}
.wrapper-low{
    color: #778087;
    font-family: Titillium Web;
    font-size: 22px;
    letter-spacing: 0.17px;
    line-height: 33px;
    margin: 10px 0;
}
.general-text{
    color: #778087;
    font-family: Titillium Web;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 39px;
    margin-bottom: 50px;
}
.contact-SMS{
    color: #778087;
    font-family: Titillium Web;
    font-size: 22px;
    letter-spacing: 0.17px;
    line-height: 54px;
    margin-bottom: 50px;
}
.company-ID{
    color: #778087;
    font-family: Titillium Web;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 41px;
}
.information-panel{
    width: 100%;
}
.information-panel .header-medium{
    margin-top: 50px;
}
.header-medium{
    color: #178AE4;
    font-family: Titillium Web;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1.23px;
    line-height: 41px;
}
.information-panel .wrapper-low{
    color: #778087;
    font-family: Titillium Web;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 26px;
}
.red-text{
    color: #C93430;
    font-family: Titillium Web;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.47px;
    line-height: 25px;
}
.red-text-low{
    color: #C93430;
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.27px;
    line-height: 19px;
}
.header-sm{
    color: #178AE4;
    font-family: Titillium Web;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.05px;
    line-height: 34px;
}
.wrapper-low-dark{
    font-weight: bold;
    color: #4d4d4c;
    font-family: Titillium Web;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 27px;
}
.information-panel .red-text{
    margin: 10px 0;
}
