body {
    padding: 0;
    margin: 0;
    font-family: ui-sans-serif !important;
}

a {
    text-decoration: none !important;
}

.navbar-nav {
    margin: auto;
}

.header-logo {
    height: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0 30px !important;
    color: #806113;
    font-weight: 600;
}


header {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-apply-now {
    background-color: #806113;
    color: white;
    padding: 10px 35px;
    border-radius: 5px;
}

.banner-wrpaer {
    background-color: #806113;
    color: white;
    padding: 60px 0;
}

.banner-wrpaer .banner-details {
    padding-top: 100px;
}

.banner-wrpaer .banner-details h1 {
    font-size: 28px;
}

.line-1 {
    width: 200px;
    height: 2px;
    background-color: white;
    margin-bottom: 30px;
}

.banner-wrpaer .banner-details h4 {
    font-size: 17px;
}

::placeholder {
    color: rgb(51, 49, 49) !important;
}

.form-wraper {
    border: 2px solid white;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
}

.form-title {
    text-align: center;
    font-size: 17px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.about-image {
    width: 100%;
    margin: auto;
    display: block;
    /*height: 450px;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    
}

.line-2 {
    width: 200px;
    height: 2px;
    background-color: #000;

}

.details-box-1 h2 {
    color: #806113;
    font-weight: bold;
    font-size: 24px;
}

.details-box-1 {
    border-radius: 20px;
    border: 2px solid #806113;
    padding: 30px 20px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.box-line-1 {
    background-color: #806113;
    height: 2px;
    width: 100px;
    border-radius: 2px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.details-box-1 p {
    font-size: 14px;
}

.bank-section img {
    width: 100%;
    border-radius: 10px;
}

.bank-wraper {
    background-color: #e4f5ed;
}

.line-4 {
    background-color: #000;
    height: 2px;
    width: 100px;
    border-radius: 2px;

    margin-bottom: 30px;
}

.bank-section h3 {
    font-size: 22px;
}

footer {
    background-color: #806113;
    padding: 40px 0;
    color: white;
}

footer h3{
    font-size: 20px;
}

footer ul li a {
    color: white;

}

footer ul li{
    padding: 10px 0;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.footer-logo{
    height: 100px;
    background-color: white;
    border-radius: 20px;
}

.card-wraper{
    background-color: #806113;
    padding: 100px 0 !important;
}

.card{
    border: 1;
    padding: 10px;
    text-align: center;
    border-radius: 20px  !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.card img{
    height: 80px;
    width: 80px;
    margin: auto;
    display: block;
    border-radius: 50%;
    border: 3px solid #806113;
    margin-top: -50px;
}


.line-card{
    height: 2px;
    width: 50px;
    margin: auto;
    display: block;
    background-color: #806113;
    margin-bottom: 20px;
}

.card h5{
    margin-top: 20px;
    font-weight: 600;
}

.fixed-icon{
    position: fixed;
    top: 70%;
    right: 0;
    margin-right: 10px;
    z-index: 9999;
}

.fixed-icon a img{
    height: 50px;
    width: 50px;
    border-radius: 20px;
    background-color: white;
    margin-bottom:20px;
}

.navbar-nav .fa-angles-right{
    display: none;
}

.line-7{
    height: 2px;
    width: 50px;
    background-color: white;
    border-radius: 2px;
}

.footer-logo{
    margin-bottom: 10px;
}