@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.eot');
    src: local('Helvetica Now Display Regular'), local('HelveticaNowDisplay-Regular'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans/KyivTypeSans-VarGX.ttf');
}
a{
    text-decoration: none;
}

.side-nav{
    background-color: #F5FAFF;
    padding: 20px 30px 30px 30px;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.side-nav ul{
    height: 80%;
}
.active{
    background-color: #ffffff !important;
    color: #03488D !important;
    box-shadow: 0px 2px 2px #A9B0D826;
}
.nav-link{
    padding: 12px;
}
.hv{
    font-family: Helvetica Now Display;
 
}
.f-12{
    font-size: 12px;
    line-height: 18px;
}
.f-14{
    font-size: 14px;
}
.f-15px{
   font-size: 15px;
   line-height: 21px; 
}
.f-16{
    font-size: 16px;
    line-height: 22px;
}
.f-18{
    font-size: 18px;
    line-height: 25.2px;
}
.f-20{
    font-size: 20px;
    line-height: 26px;
}
.f-24{
    font-size: 24px;
    line-height: 31px;
}
.f-32{
    font-size: 32px;
    line-height: 38px;
}
.fw-700{
    font-weight: 700;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 400;
}
.logo-div{
    padding-left: 40px;
    padding-top: 40px;
}
.login-form-div{
    max-width: 440px;
    padding-top: 100px;
} 

.n-b-r{
    border-radius: 0px !important;
}
.dark-blue{
    color: #03488D;
}
.grey{
     color: #4C5B68;
}
.dark-light{
    color: #43464B;

}
.dark-full{
    color: #24303C;
}

.bell-div{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
    background-color: #F5FAFF;
    cursor: pointer;
}
.account-heading{
    font-family: Helvetica Now Display;
font-size: 40px;
font-weight: 700;
line-height: 48px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.profile-img{
    width: 80px;
    height: 80px;
    
}
.img-profile{
    width: 80px;
}

.img-profile-customer-layout{
    width: 40px;
    height: 40px;
}

.primary-btn{
    background-color: #00BAE1;
    padding: 16px 20px;
    font-family: Helvetica Now Display;
font-size: 18px;
font-weight: 700;
line-height: 26.46px;
letter-spacing: -0.01em;
text-align: center;
border: none;

}
.hide-md{
    display: none;
}
.bg-light-blue{
    background-color: #F5FAFF !important;
}
.bg-grey{
    background-color: #E9E9E9 ;
}
.form-inputs{
    padding: 16px 20px;
    border-radius: 0px;
    border: 1.25px solid #BBBFC3;
    color: #7A8B9B;
    font-family: Helvetica Now Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.add-card{
    font-family: Helvetica Now Display;
font-size: 18px;
font-weight: 700;
line-height: 27px;
text-align: center;
color: #43464B;
background-color: #E9E9E9;
border: none;
border-radius: 0px;
padding: 16px 20px;
}
.remove-card{
    padding: 16px 20px;
    color: #43464B;
    text-decoration: underline;
    font-family: Helvetica Now Display;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.upload-file-div{
    border: 2px dotted #E9E9E9;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.green{
    color: #11A75C;
}
.mt-minus{
    margin-bottom: -10px;
}
.password-eye{
    position: absolute;
    margin-top: -41px;
    margin-left: 24%;
    cursor: pointer;
    z-index: 9;
}
.mail-div{
    padding: 16px 24px;
    border-bottom: 1px solid #C8D9E7;
    cursor: pointer;
}

.file-div{
    padding: 8px;
    border: 1px solid #C8D9E7;
    width: auto;
    background-color: #ffffff;
    display: inline-block;
    

}

.nav-tabs2{
    background-color: #03488D;
   
    background-image: url('../images/Circle\ Decoration.png');
    background-position: bottom left;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 40px 40px 100px 40px ;


}

.inner-div-steps{
    width: 100%;
    max-width: 376px;
    padding: 0px;
    padding-top: 70px;
}
.white-4{
    color: rgba(255, 255, 255, 0.4);
}
.div-number::after {
    content: "";
    position: absolute;
   margin-top: 33px;
   margin-left: -2px;
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
.circle-number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
   text-align: center;
  padding-top: 6px;
}

.step-active, 
.step-active * {
    color: #fff !important;
}
.step-active .circle-number {
    border-color: #fff; 
}

.step-active .div-number::after {
    background-color: #fff; 
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent !important;
    border: none !important;
    box-shadow:none !important
}
.nav-tabs {
    border-bottom: none !important;
}
.step {
    display: none;
    padding: 170px 100px 100px 100px;
   
}

.step-1 {
    display: block; /* Show the first step */
}

.package-div{
    border: 1px solid rgba(233, 233, 233, 1);
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    
}
input[name="select_package"] {
    display: none;
}
.custom-radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1.5px solid rgba(104, 109, 114, 1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: white;
}
input[name="select_package"]:checked + .custom-radio {
    background-image: url('../images/CheckCircle.png');
    background-size: cover;
    background-position: center;
    border: none; /* Removes the default border */
}
.package-div-active{
          border:1px solid rgba(3, 72, 141, 1) ;
}
.btn-edit{
    padding: 8px 20px !important;
}
.b-bottom{
    border-bottom: 1.5px solid rgba(233, 233, 233, 1);
}

.notification-div{
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 12px 100px rgba(0, 0, 0, 0.16);
    padding: 30px 20px;
    position: absolute;
    right:12%;
    top: 10%;
    background-color: #ffffff;
    z-index: 1100;
}

.btn-eye{
        position: absolute;
    margin-top: -60px;
    margin-left: 380px;
    background: transparent;
    border: none;
}




@media screen and (max-width: 990px) {
    .side-nav{
        display: none;
    }
    .hide-md{
        display: block;
    }
    .password-eye {
       
        margin-left: 22%;
       
    }
    .btn-eye{
   
    margin-left: 270px;
  
}
}

@media screen and (max-width: 600px) {
    .p-sm-5 {
        padding: 20px !important;
    }
    .hide-sm{
        display: none;
    }
   
    .account-heading{
        font-size: 30px;
        line-height: 38px;
    }
    .primary-btn {
      
        padding: 9px 11px;
       
        font-size: 14px;
      
        line-height: 21.46px;
       
    }
    .password-eye {
       
        margin-left: 68%;
       
    }
.file-div{
 margin-top: 10px;
 width: 50%;

}
.nav-tabs2 {
   
    padding: 20px
}
.step{
    padding: 20px;
}
.btn-eye{
   
    margin-left: 290px;
  
}
    

  }