* {
    margin: 0;
    padding: 0
}

/* html {
    height: 100%
} */

/* .datepicker {
    top: 532.8px !important;
} */

  /* @media only screen and (max-device-width: 780px) {
    .datepicker {
        top:817.8px ] !important;
    }

  } */


  .dropdown li a:hover {
    background-color: #eee;
  }

  .btn-lang{
    font-size: 16px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 7px 7px;
    margin: 10px;
    margin-left: 15px;
    float: left;
  }

  .btn-lang:hover{
    color: #018c98 !important;
    border: 1px solid #018c98;
  }

  .validate_text{
    display:none;
    color:red;
    font-size:13px;
    text-align:left;
    margin-bottom: 3px;
  }
  .require{
    color:red;
    font-size:14px;
  }


.qmark{
  float: right;
  color: #bb0246;
}

.info-list{
  text-align: left;
  direction: ltr;
}
.info-list .list-group-item h5{
  font-size: 12px;
  color:gray;

}
.info-list .list-group-item p{
  font-size: 14px;
  color:#222d62;
  font-family: 'careem';
}

.info-list .list-group-item.active{
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  font-family: 'careem';
}
.info-list .list-group-item.active h5{
color:#018c98;
font-size: 15px;
}




.form-control{
background: #fff !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ced4da;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ced4da;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ced4da;
}




#header{
    background: rgba(34, 45, 98);
    height: 90px;
}

#header.header-scrolled {
    background: rgba(34, 45, 98);
    height: 80px;
}


body{
  direction:ltr;
}

p {
    color: grey
}

#heading {
    font-family: 'gothamBold' !important;
    text-transform: uppercase;
    color: #222d62;

}
#heading span{
    text-transform: lowercase !important;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    /* background: #f9f9f9; */
}


#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    background: #f9f9f9 !important;
}

.form-card {
    text-align: left;
    background: #f9f9f9;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/* #msform input,
#msform textarea,
#msform select  {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus ,
#msform select:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #222d62;
    outline-width: 0
} */
.add-button {
    background: #eee;
    color: #222d62;
    border: 0 none;
    padding: 8px 10px;
    margin-top: 50px;
    float: right;
}
.add-button:hover,.add-button:focus{
  background-color: #222d62;
  color: white;
    border: 0 none;
}

.rmv-button {
    background: #eee;
    color: #ff004b;
    border: 0 none;
    padding: 8px 10px;
    margin-top: 20px;
    float: right;
}
.rmv-button:hover,.rmv-button:focus{
  background-color: #ff004b;
  color: white;
  border: 0 none;
}

#msform .action-button {
    min-width: 120px;
    background: #222d62;
    color: white;
    border: 0 none;
    border-radius: 16px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #018c98;
}

#msform .action-button-previous {
    min-width: 120px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 16px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: left;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #b6b6b6
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background: #f9f9f9;
}

.fs-title {
    font-size: 25px;
    color: #222d62;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #222d62;
    font-weight: normal
}

.steps {
    font-size: 20px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left ;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 13px;
    font-family: 'gothamBold';
}

/* .form-control{
  text-align: left ;
  float: left;
} */


.fieldlabels2 {
  font-family: 'gothamBold';
    color: gray;
    text-align: left ;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;

}

#progressbar .active {
    color: #018c98;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16.66%;
    float: left;
    position: relative;
    font-weight: 400;
    /* by aml Ariany */

}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #study:before {
    font-family: FontAwesome;
    content: "\f0c5"
}

#progressbar #idea:before {
    font-family: FontAwesome;
    content: "\f0eb"
}



#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}


#progressbar #briefcase:before {
    font-family: FontAwesome;
    content: "\f0b1"
}


#progressbar #ending:before {
    font-family: FontAwesome;
    content: "\f0ae";
}

#progressbar #gradcap:before {
    font-family: FontAwesome;
    content: "\f19d";
}

#progressbar #cinfo:before {
    font-family: FontAwesome;
    content: "\f129";
}


#progressbar #eye:before {
    font-family: FontAwesome;
    content: "\f06e";
}

#progressbar #question:before {
    font-family: FontAwesome;
    content: "\f128";
}


#progressbar #gradcap:before {
    font-family: FontAwesome;
    content: "\f19d"
}

#progressbar #upload:before {
    font-family: FontAwesome;
    content: "\f093"
}







#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 10px;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #018c98
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #222d62
}


  .fa {
    font-size: 92px;
  }

  .succeed{
    color: #03b190 !important;
  }


footer img{
  max-height:110px
}
  /* ############################## */




  footer img{
  max-height:110px;
  max-width:200px;
  margin: 0px 20px;
}

footer .eu{

}

footer .ly{
  max-width:140px;
}

footer .tat{
  max-width:180px;
}


footer .undp{

}

@media (max-width: 768px) {
  .msg-link{
      text-decoration: underline;
      text-align: center !important;
  }

  footer img{
      max-height:50px;
      margin: 5px;
    }
    footer .ly{
      max-width:70px;
    }

    footer .tat{
      max-width:100px;
    }

    footer .eu{

    }

    footer .undp{

    }
}
  @media only screen and (max-device-width: 480px) {

    .btn-lang {
          font-size: 12px !important;
      }

    #heading {
      font-size: 22px ;
      font-weight: bold;
    }
    .fs-title {
        font-size: 18px;
        margin-bottom: 7px;
    }
    #msform .action-button,   #msform .action-button-previous{
        min-width: 100px;

    }

    #footer .copyright {
        font-size: 11px;
    }

        footer img{
            max-height:50px;
            margin: 5px;
          }
          footer .ly{
            max-width:70px;
          }

          footer .tat{
            max-width:100px;
          }

          footer .eu{

          }

          footer .undp{

          }

  }
