body{
    font-family: 'Montserrat', sans-serif !important;
}

.form-wrapper{
    background: transparent;
    padding: 1em 3em;
    width: fit-content;
    margin: auto;
  }
  
  .form-head{
    background-color: #e0e0e0;
  }
  .page-head{
    color: #fff;
  }
  
  
  .form-wrapper .nav-link.active{
    background-color: rgb(179, 179, 179);
    border-radius: 0;
  }
  .form-wrapper .nav-item{
    margin-bottom: 0;
    box-shadow: 0 0 0 0 rgba(255,255,25,0.6);
  }
  .form-wrapper .nav-link{
    color:rgb(173, 173, 173);
    text-transform: uppercase;
    font-weight: bold;
  }

nav .navbar-nav  li a{
    color: white !important;
    font-size: 15px !important;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;..");
  }


.dropdown:hover .dropdown-menu{
    display: block;
    animation: fadeDown .5s forwards;
}
@keyframes fadeDown{
    from{
        opacity: 0;
        transform: translateY(-2em);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }

}


nav .navbar-nav  li a:hover{
    color: #fff !important;
    border-bottom: 1px #fff solid;
 padding: 5px;
}

nav .navbar-nav  li a:hover{
transform:translateY(-2px)
}


.navbar-toggler-icon{
    background-color: white;
}



.membership-btn{
    color: white !important;
    
}


.dropdown-menu{
    z-index: 100;
    box-sizing: border-box;
    padding: 30px;
    transition: all 0.4s ease-in;
    height: 120px;
    width: 850px;
    position: absolute;
    top: 0%;
    left: 0%;
}


/* Animation*/

.navbar1{
    background-color: rgba(0, 6, 77, 0.9);
    padding: 3px;
    border-radius: 0px;
    margin-left: 5px;
}

.transition {

    opacity: 0;
    transform: translateY(4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  
  .transition.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  

 .carousel-caption{
     animation: fadeIn 3s forwards;
 }

 @keyframes fadeIn{
     from{
        opacity: 0;
        transform: translateY(-4em);
     }
     to{
        opacity: 1;
        transform: translateY(0);
     }
 }

 .overlay{
   position: relative;
   height: 100vh;
   width: 100%;
   background: rgba(0, 0, 0, 0.6);
   z-index: -1;
   color: white;
   display: grid;
 }


    /* #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }   */

    
  .form-floating input{
  font-weight: normal;
  color: #888;
}




/*Test Form design*/
::selection{
  color: #fff;
  background: rgba(0, 6, 77, 0.9);
}

.page-container{
  min-width: 80% !important;
  background: rgba(156, 191, 255, 0.6) !important;
  text-align: center !important;
  border-radius: 5px !important;
  padding: 40px 15px 10px 15px !important;
  overflow-y: auto;
  min-height: 100vh;
  display: block;
  margin-top: 8%;
}
@media (max-width:1350px){
  .page-container{
    width: 100% !important;
    background: rgba(156, 191, 255, 0.6) !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 40px 15px 10px 15px !important;
    overflow-y: auto;
    height: fit-content;
  } 
}
.container header{
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container .form-outer{
  width: 100%;
  overflow: hidden;
  min-height: 10vh;
}
.container .form-outer form{
  display: flex;
  min-width: 400%;
  min-height: 100vh;

}
.form-outer form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
  min-height: 100vh;
}
.form-outer form .page .title{
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}
.form-outer form .page .field{
  width: 330px;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
}
form .page .field .label{
  position: absolute;
  top: -30px;
  font-weight: 500;
}
form .page .field input{
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}
form .page .field select{
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
form .page .field button{
  width: 43%;
  height: calc(100% + 5px);
  border: none;
  background: rgba(0, 6, 77, 0.9);
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
form .page .field button:hover{
  background: rgb(0, 60, 116);
}
form .page .btns button{
  margin-top: -20px!important;
}
form .page .btns button.prev{
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next{
  margin-left: 3px;
}
.container .progress-bars{
  display: flex;
  margin: 40px 0;
  user-select: none;
}
.container .progress-bars .step{
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bars .step p{
  font-weight: 500;
  font-size: 18px;
  color: rgba(46, 46, 46, 0.6);
  margin-bottom: 8px;
}
.progress-bars .step .bullet{
  height: 25px;
  width: 25px;
  border: 2px solid rgb(46, 46, 46);;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bars .step .bullet.active{
  border-color: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.progress-bars .step .bullet.finish{
  border-color: rgb(71, 71, 71);;
  background:  rgba(46, 46, 46, 0.6);
  ;
}
.progress-bars .step .bullet span{
  position: absolute;
  left: 50%;
  transform: translateX(-55%);
}
.progress-bars .step .bullet.active span{
  display: block;
}
.progress-bars .step .bullet.finish span{
  display: none;
}

.progress-bars .step .bullet:before,
.progress-bars .step .bullet:after{
  position: absolute;
  content: '';
  bottom: 9px;
  right: -273px;
  height: 3px;
  width: 273px;
  background: rgba(46, 46, 46, 0.6);
  display: block;
}
.progress-bars .step .bullet.active:after{
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.progress-bars .step:last-child .bullet:before,
.progress-bars .step:last-child .bullet:after{
  display: none;
}
.progress-bars .step p.active{
  color: rgba(255, 255, 255, 0.9);
  transition: 0.2s linear;
}
.progress-bars .step p.bullet.finish{
  color: rgba(85, 85, 85, 0.9);
  transition: 0.2s linear;
}
.progress-bars .step .check{
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1;
  color: #fff;
}
.progress-bars .step .mark.finish{
  display: block;
  color: #fff;
}


.page-container{
  background: #fff;
  overflow-y: auto;
  min-height: 100vh;
}

.details{
  overflow-y: auto;
  height: 550px;
}
.hello{
  overflow-y: auto;
  height: fit-content;

}

.client{
  color: rgb(0, 61, 153);
}
.client{
  color: rgb(0, 61, 153);
}

.client-details p{
  font-size: .8rem;
  line-height: 1rem;
}
.client-details p span{
  color: rgb(0, 61, 153);
}

table td{
  font-size: .9rem;
}

.dependant2{
  display: none;
}
#dependant3, #addDependTwo, #removedepend1, #removedepend2{
  display: none;
}

#col-display, #col-display-2{
  display:none;
}

@media(max-width: 730px){
  .page-container{
    width: 100% !important;
    background: rgba(156, 191, 255, 0.6) !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 40px 20px 10px 20px !important;
    overflow-y: auto;
    height: fit-content;
    margin: 0 auto !important;
  }

  .container .progress-bars{
    display: flex;
    margin: 40px 0;
    user-select: none;
  }
  .container .progress-bars .step{
    text-align: center;
    width: 100%;
    position: relative;
  }
  .progress-bars .step p.active{
    color: rgba(255, 255, 255, 0.9);
    transition: 0.2s linear;
  }
  .container .progress-bars .step p{
    font-weight: 500;
    font-size: 14px;
    color: rgba(46, 46, 46, 0.6);
    margin-bottom: 8px;
  }
  .progress-bars .step .bullet{
    height: 20px;
    width: 20px;
    border: 2px solid rgb(46, 46, 46);;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 100;
    font-size: 12px;
    line-height: 25px;
  }
  
  .progress-bars .step .bullet:before,
  .progress-bars .step .bullet:after{
    position: absolute;
    content: '';
    bottom: 7px;
    right: -93px;
    height: 3px;
    width: 93px;
    background: rgba(46, 46, 46, 0.6);
    display: block;
  }
  .progress-bars .step .bullet.active:after{
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
  }
  @keyframes animate {
    100%{
      transform: scaleX(1);
    }
  }

  .progress-bars .step .check{
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1;
    color: #fff;
  }
  .progress-bars .step .mark.finish{
    display: block;
    color: #fff;
  }
  .form-header img{
    width: 90px;
    height: 45px;
  }
  .form-header header{
    font-size: 1.2rem;
  }
}