*{
    padding: 0;
    margin: 0;
}
body{
    background-image: url("./assets/img/images/94853433_back.jpg");
}
        /* header section start  */

.main-img {
    display: flex;
    left: 0;
}
.main-img img{
    cursor: pointer;
    position: relative;
    animation: myfirst 3s 1;
    animation-direction: normal;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBF8FF;
    height: 12vh;
    position: sticky;
    box-shadow: 0px 0px 4px 0px;
    top: 0;
}
.nav-manu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    margin-right: 43px;
    overflow: hidden;
    position: relative;
    animation: myfirst 3s 1;
    animation-direction: normal;
}
@keyframes myfirst {
    0%  { left: -20%; top: 0px;}
    100% { left: 5px; top: 0px;}
}
.nav-list{
    display: flex;
    list-style: none;
}
.nav-link{
    display: flex;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
    font: 1em sans-serif;
    color: #000000;
}
.active{
    color: #01AAFF;
}
#Apply-link{
    display: flex;
    color: #EBF8FF;
    background-color: #9e2164;
    width: 150px;
    height: 45px; margin-top: -1px;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    position: relative;
    animation: apply-btn 3s 1;
    animation-direction: normal;
}
@keyframes apply-btn {
0%  { right: -40%; top: 0px;}
100% { right: 5px; top: 0px;}
}
.hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 12px;
    top: 0;
}
.bar {
    display: block;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 4px;
    margin: 4px;
    background-color: #000;
    transition: .3s ease;
}

    /* navbar media query start  */

@media(min-width:320px) and (max-width:480px) {
.main-img {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 12px;
    margin-left: 23px;
}
.navbar {
    display: flex;
    height: 35vh;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.hamburger.active .bar:nth-child(1) {
    transform: translatey(8px) rotate(45deg);
}
.hamburger {
    position: absolute;
    display: block;
    align-items: flex-end;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: -25px;
    margin-right: 0;
    right: 20px;
    top: 50px;
}
#Apply-link{
    position: absolute;
    left: 23%; top: 100px;
    color: #EBF8FF;
    background-color: #9e2164;
    width: 150px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    transition:all .3s ease-in-out .5s;
    z-index: -1;
}
.nav-manu {
    transition: .3s all ease-in-out;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 41px;
    border-radius: 32px 0px 33px 0px;
    left:-100%;
    width: 100%;
    height: 100vh;
    background-color: #EBF8FF;
}
.nav-manu.active {
    top: 0;
    left: auto;
}
.nav-list {
    transition: all.6s ease-in-out;
    gap: 2px;
    display: flex;
    margin:13px;
    animation-delay: calc(.6s * var(--i));
    margin-left: 40%;
    margin-top:14%;
    font-size: 16px;
}
.nav-list{
    display: flex;
    list-style: none;
}
.nav-link{
    display: flex;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
}
@media(min-width:481px) and (max-width:768px) {    
.main-img {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 12px;
    margin-left: 23px;
}
.navbar {
    display: flex;
    height: 25vh;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.hamburger.active .bar:nth-child(1) {
    transform: translatey(8px) rotate(45deg);
}
.hamburger {
    position: absolute;
    display: block;
    align-items: flex-end;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: -25px;
    margin-right: 0;
    right: 20px;
    top: 50px;
}
#Apply-link{
    position: absolute;
    left: 10%; top: 70px;
    color: #EBF8FF;
    background-color: #9e2164;
    width: 150px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    transition:all .3s ease-in-out .5s;
    z-index: -1;
}
.nav-manu {
    transition: .3s all ease-in-out;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 41px;
    border-radius: 32px 0px 33px 0px;
    left:-100%;
    width: 100%;
    height: 100vh;
    background-color: #EBF8FF;
    }
.nav-manu.active {
    top: 0;
    left: auto;
    }
.nav-list {
    transition: all.6s ease-in-out;
    gap: 2px;
    display: flex;
    margin:13px;
    animation-delay: calc(.6s * var(--i));
    margin-left: 45%;
    margin-top: 50px;
    font-size: 16px;
    }
    .nav-list{
        display: flex;
        list-style: none;
    }
    .nav-link{
        display: flex;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }
}

    /* form styling start  */

.main-heading{
    height: 50px;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    background-color: #183B56;
}
body .main-heading h1{
    color: #fff;
}
.apply-form{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 10px;
}
.check-boxes{
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-row-1 label{
    font-size: 18px;
}
sup span{
    font-size: 18px;
    color: red;
}
.box-1{
    margin-left: 1%;
    margin-top: 10px;
}
.box-1 input{
    width: 17px;
    height: 17px;
    border-radius: 0;
}
.box-1 span{
    font-size: 18px;
}
.box-2{
    margin-left: 10%;
    margin-top: 10px;
}
.box-2 span{
    font-size: 18px;
}
.box-2 input{
    border-radius: 0;
    width: 17px;
    height: 17px;
}
.box-3{
    margin-left: 10%;
    margin-top: 10px;
}
.box-3-check{
    width: 17px;
    height: 17px;
}
.box-3-input{
    width: 275px;
    height: 40px;
    outline: none;
    padding-left: 10px;
}
.material-block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control,
.form-check-label,
.form-select{
    border-radius: 0;
}
.form-control:hover{
    border: 1px solid #1A9CFF;
}
.form-check-label:hover{
    border: 1px solid #1A9CFF;
}
.form-select:hover{
    border: 1px solid #1A9CFF;
}
textarea:hover{
    border: #1A9CFF 1px solid;
}
a button{
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 22px;
    border-radius: 5px;
    color: #fff;
    background-color: #14C691;
}
        /* form media query start  */
@media (max-width:480px){
    .apply-form{
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    .apply-row-1 textarea{
        width: 290px;
        margin-left: 0;
    }
    .check-boxes{
        display: block;
    }
    .box-2,.box-3{
        margin-left: 1%;
        margin-top: 10px;
    }
    .material{
        position: relative;
    }
    .num-dependents{
        position: absolute;
        top: 70px; left: -20px;
    }
    .city{
        margin: 40px 0;
    }
    .birth-city{
        position: absolute;
        top: 150px; left: -20px;
    }
    .material-block{
        display: block;
    }
}
@media (max-width:768px){
    .box-3 input{
        width: 200px;
    }
    .material{
        position: relative;
    }
    .status{
        width: 100%;
    }
    .num-dependents{
        position: absolute;
        top: 80px; left: -20px;
        width: 100%;
    }
    .city{
        margin: 40px 0;
        width: 100%;
    }
    .birth-city{
        position: absolute;
        top: 160px; left: -20px;
    }
    .material-block{
        display: block;
    }
}

        /* footer section start  */

        footer{
            width: 100%;
            height: 40vh;
            background-color: #30AEF7;
        }
        footer img{
            margin: 30px 0;
            width: 225px;
            height: 60px;
        }
        .footer-sec-1{
            padding-left: 120px;
        }
        .social-icon{
            padding-top: 70px;
            padding-left: 20px;
        }
        .social-icon img{
            width: 45px;
            height: 45px;
        }
        .footer-links{
            margin-top: 50px;
            padding-left: 150px;
        }
        .footer-links a{
            color: #000;
        }
    
        /* footer media query start  */
    
    @media (min-width:320px) and (max-width:480px){
        footer{
            width: 100%;
            height:fit-content;
            background-color: #30AEF7;
        }
        footer img{
            margin: 30px 0;
            width: 225px;
            height: 60px;
        }
        .footer-sec-1{
            padding-left: 20px;
        }
        .footer-sec-1 h6{
            font-size: 18px;
        }
        .footer-sec-1 font p{
            font-size: 16px;
        }
        .social-icon{
            padding-top: 20px;
            padding-left: 50px;
        }
        .social-icon img{
            width: 45px;
            height: 45px;
        }
        .footer-links{
            margin-top: 0;
            padding-bottom: 20px;
            padding-left: 50px;
        }
        .footer-links a{
            color: #000;
        }
    }
    @media (min-width:481px) and (max-width:768px){
        footer{
            width: 100%;
            height:fit-content;
            background-color: #30AEF7;
        }
        footer img{
            margin: 30px 0;
            width: 225px;
            height: 60px;
        }
        .footer-sec-1{
            padding-left: 0px;
        }
        .footer-sec-1 h6{
            font-size: 18px;
        }
        .footer-sec-1 font p{
            font-size: 16px;
        }
        .social-icon{
            padding-top: 50px;
            padding-left: 20px;
        }
        .social-icon img{
            width: 45px;
            height: 45px;
        }
        .footer-links{
            margin-top: 40px;
            padding: 20px 50px;
        }
        .footer-links a{
            color: #000;
        }
    }
    @media (min-width:769px) and (max-width:1024px){
        footer{
            width: 100%;
            height:fit-content;
            background-color: #30AEF7;
        }
        footer img{
            margin: 30px 0;
            width: 225px;
            height: 60px;
        }
        .footer-sec-1{
            padding-left: 0px;
        }
        .footer-sec-1 h6{
            font-size: 22px;
        }
        .footer-sec-1 font p{
            font-size: 18px;
        }
        .social-icon{
            padding-top: 50px;
            padding-left: 20px;
        }
        .social-icon img{
            width: 45px;
            height: 45px;
        }
        .footer-links{
            margin-top: 40px;
            padding: 20px 50px;
        }
        .footer-links a{
            color: #000;
        }
    }
    @media (min-width:1025px) and (max-width:1440px){
        footer{
            width: 100%;
            height:30vh;
            background-color: #30AEF7;
        }
        footer img{
            margin: 30px 0;
            width: 225px;
            height: 60px;
        }
        .footer-sec-1{
            padding-left: 0px;
        }
        .footer-sec-1 h6{
            font-size: 22px;
        }
        .footer-sec-1 font p{
            font-size: 18px;
        }
        .social-icon{
            padding-top: 50px;
            padding-left: 20px;
        }
        .social-icon img{
            width: 45px;
            height: 45px;
        }
        .footer-links{
            margin-top: 40px;
            padding: 20px 50px;
        }
        .footer-links a{
            color: #000;
        }
    }