@font-face {
    font-family: "HelveticaNeueLT Arabic 55 Roman";
    src: url("../font.ttf");
}

body {
    font-family: "HelveticaNeueLT Arabic 55 Roman";
    background-color: #f7f7f7;
}

#signUpForm {
    max-width: 800px;
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}
.card {
    max-width: 800px;
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}

.progresses {
    display: flex;
    align-items: center;
}

.line {
   
    width: 90px;
    height: 6px;
    background: #012d51;
}

.steps {

    display: flex;
    background-color: #012d51;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.active {

    display: flex;
    background-color: #2db3ed !important;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    
}

#signUpForm input[type=text] {
    
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

#signUpForm input:focus {
    border: 1px solid #2dedef;
    outline: 0;
}

#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}

#signUpForm .step {
    display: block;
}

#signUpForm .form-footer {
    overflow: auto;
    gap: 20px;
}

#signUpForm .form-footer button {
    background-color: #012d51;
    border: 1px solid #2dedef !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}

#signUpForm .form-footer button:hover {
    opacity: 0.8;
}

#nextBtn {
    background-color:#012d51;
    color:  #fff;
}

.step-head{
    color: #2db3ed!important;
    font-size: x-large;
    font-weight: bold;
}
.texty{
    color: #012d51!important;
    background-color: #012d51;
    font-size: x-large;
    font-weight: bold;
}
.texty2{
    color: #012d51!important;
  
    font-size: 100px;
   
}
dt{
    color: #012d51!important;
    font-size: 20px;
    font-weight: bold;
}

.form-label{
    color:#012d51;
    font-size: 18px;
    font-weight: bold;
}
.sub-heading{
    color:#1258b8;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.sub-heading2{
    color:#012d51;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.video-container{
    display:block ;
    text-align:center;
}
.bmiImg{
    width: 100%;
    height: 15vw;
    object-fit: contain;
    border: 2px solid#012d51;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

