body {
    background-color: #F5F7FD !important;
}

/* navbar */
a {
    color: #000 !important;
}

#btnheader {
    background-color: #FDDB05;
    font-weight: 700;
    fill: #15682C;
    color: #15682C;
}

.dropdown-menu {
    background-color: #15682C !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #23A455 !important;
}

.dropdown-item {
    color: #FDDB05 !important;
}

.navbar {
    display: block !important;
}

/* footer */
.footer {
    background-color: #15682C;
    padding: 100px 100px 10px 130px;
    margin-top: 50px !important;
}

.footer-a {
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;

}

.form-heading {
    background-color: #FAFBFE;
    text-align: center;
    padding: 25px 25px 45px 25px;
    margin-top: 50px !important;
}

.formheading {
    font-size: 60px;
    font-family: ivypresto-display, serif;
}

.form-control {
    background-color: #F5F7FD !important;
    border: 1px 0px 0px 0px solid #4a4a4a;
}
.form-body{
    padding: 25px;
    padding: 100px 200px 100px 200px;
}
.bg-light {
    background-color: #F5F7FD!important;
}
.form-control {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #15682C !important;
    border-radius: 10px !important;
  }
.button{
     font-size: 20px !important;
    padding: 12px !important    ;
    border: solid 1px #FDDB05 !important;
    color: #15682C !important;
    width: 120px;
    background-color: #FDDB05 !important;
    border-radius: 10px !important;
}
.copyright{
    text-align: center;
}
.chapter{
    background-color: #15682C;
    padding: 30px;
    text-align: center;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}
.chap-head a{
    color: #fff !important;
    font-family: ivypresto-display,serif;
    font-size: 25px !important;

}
.chap-btn{
    background-color: #FDDB05;
    padding: 10px;
    width: 120px;
    color: #15682C;
    border: solid 1px #FDDB05;
}
.pdf{
    background-color: #e7e7e7;
    text-align: center;
    padding: 50px;
    width: 800px;
}
.btn-next{
    background-color: #FDDB05 !important;
    font-weight: 700 !important;
    fill: #15682C !important;
    color: #15682C !important;
    margin-left: 180px;
    margin-top: 20px;
}.btn-submit{
    background-color: #FDDB05 !important;
    font-weight: 700 !important;
    fill: #15682C !important;
    color: #15682C !important;
    margin-left: 150px;
    margin-top: 20px;
}
.pdf1, .pdf2 {
    display: block; /* Initially show pdf1 */
  }
  
  .pdf2 {
    display: none; /* Initially hide pdf2 */
  }
  .pagination .btn-page {
    background-color: #eee; /* Default button color */
    color: #333;
  }
  
  .pagination .btn-page.active {
    background-color: #ffffff; /* Active button color */
    border: solid 1px #15682C;
    color: #15682C;
  }
.btn-prev{
    background-color: #FDDB05 !important;
    font-weight: 700 !important;
    fill: #15682C !important;
    color: #15682C !important;
    margin-left: -180px;
    margin-top: 20px;
}
.chap-btn:hover{
    background-color: #FDDB05;
    border: solid 1px #FDDB05;
    transition: 0.3s;
}
@media (min-width: 1080px) {
    .mobile-footer{
        display: none;

    }
    .desktop-footer{
        display: block;
    }
}
@media (max-width: 1080px) {
    .mobile-footer{
        display: block;

    }
    .desktop-footer{
        display: none;
    }
    .footer {
        background-color: #15682C;
        padding: 100px 0px 10px 0px;
    }
    .formheading {
        font-size: 42px;
        font-family: ivypresto-display, serif;
        margin-top: 50px;
    }
    .fa-user{
       display: none !important;
    }
}

@media (max-width: 747px) {
#btnheader{
    display: none;
}
nav#myTopnav {
    text-align: end;
    margin-top: -60px;
    background-color: #00000000 !important;
}
.fa-user{
    display: none !important;
}
}