
.nav-row{
    display: flex;
    align-items: center;
}
.header-navbar{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
    background:#fff;
}
.header-content{
    padding-right: 45px;
}
.header-content a{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.header-content a span{
     color: #3B8855;
     font-weight: 800;
}
.header-btn{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
}
.header_btn_1{
    color:#0d6efd;
    font-size: 17px;
}
.header_btn_2{
    background:#47a1ff;
    padding:10px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
}

/* banner_sec start */

.banner_sec{
    width: 100%;
    padding:30px 0;
    background: #fff;
}
.banner_content {

}
.banner_heading h3{
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.banner_heading2{

}
.banner_heading2 h3{
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.banner_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.banner_info h4{
    font-size: 17px;
    font-weight: 400;
    color: #212529;
}
.banner_link_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.banner_link_icon a{
    text-decoration: none;
}
.banner_link_icon a i{
    font-size: 17px;
    color: #0d6efd;

}


.banner-other-info{
    padding:0px 30px;
}
.banner_heading_info h3{
    font-size: 45px;
    color: #000;
    font-weight: 600;
}
.banner_heading_info h5{
    margin-top: 20px;
}
.banner_heading_info h5 span{
    background:#3B8855;
    padding:10px 20px;
    border-radius:8px;
    color:#fff;
    font-size:25px;
    font-weight: 800;
    letter-spacing: 2px;
}

.badge-span{
    background:#0d6efd;
    color: #fff;
    padding:10px 20px;
    border-radius:7px;
}

.banner-title{
    text-align: center;
}
.banner-title h5{
    font-size:16px;
    color:#212529;
    font-weight: 400;
}
.banner-title h5 span{
    font-size:16px;
    color:#212529;
    font-weight: 400;
}
.banner-title2{
    text-align: center;
}
.banner-title2 h5{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.banner-title3{
    text-align: center;
}
.banner-title3 h5{
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.banner-form{

}
.banner-form label{
    font-size: 17px;
    color: #000;
}
.banner-form label span{
    
}
.form-control:focus{
    box-shadow: none !important;
}
.banner-form-info{
   margin-top: 30px;
}
.banner-form-info h6{
    font-size: 16px;
    font-weight: 300;
    color:#212529;
}
.banner-form-info h6 span{
    
}
.banner-value{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-value h5{
    font-size: 16px;
    color:#212529;
}
.banner-value h5 span{

}
.form-btn{
    padding:10PX 0;
}
.form-btn button{
    background:#47a1ff;
    padding:15px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    border: none;
    outline: none;
    width: 100%;
}

.form-footer{

}
.form-footer p{
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.form-footer{

}
.form-footer h5{
    background: #FEF3CE;
    border:1px solid #ebd89b;
    color: #664d03;
    padding:15px 20px;
    border-radius:8px;
    font-size: 16px;
}



@media (max-width:768px) {
    .header-content a {
        font-size: 25px;
    }
    .header-btn {
        justify-content: center;
        margin-top: 20px;
    }
    .banner_heading h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .banner_heading2 {
        text-align: center;
    }
    .banner_heading2 h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .banner-other-info {
        margin-top: 50px;
    }
    .banner_heading_info h3 {
        font-size: 25px;
    }
    .banner_heading_info h5 {
        margin-top: 20px;
        text-align: center;
    }
    .banner-title {
        text-align: center;
        margin-top: 30px;
    }
    .banner-title h5 {
        font-size: 18px;
        color: #212529;
        font-weight: 400;
    }
    .banner-title2 h5 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }
    .banner-title3 h5 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }
    .form-footer p {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        padding: 20px 0;
    }
}