@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Bold.eot');
    src: url('fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-Bold.woff2') format('woff2'),
        url('fonts/Georgia-Bold.woff') format('woff'),
        url('fonts/Georgia-Bold.ttf') format('truetype'),
        url('fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
  }
body, html {
    margin: 0px; padding: 0px;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
nav {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

nav ul li a.nav-link {
    font-size: 18px;
    color: #8B5E3C;
    text-decoration: none;
}

nav ul li a.nav-link:hover {
    text-decoration: underline;
}

nav ul li {
    padding: 0px 15px;
}

.topbg {
    background-image: url(../images/top-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 540px;
    /* display: flex;
    align-items: center; */
    position: relative; overflow: hidden;
    margin-top: 80px;
    padding-top: 30px;
}
.topimg {
    position: absolute; bottom: 0; right: 0;
}

.topimg img {
    max-width: 720px;
}

.topbg h1 {
  background-image: linear-gradient(to bottom, #c49a6c, #a68d72);
  font-family: Georgia;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topbg p {
    font-size: 18px;
    font-weight: 500;
    color: #8B5E3C;
}
.topbg .copyhold {
    max-width: 720px;
    padding: 30px 0px;
}


.copysec {
    background-color: #c9a276;
    padding: 30px 0px;
}

.copysec h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}
.copysec p {
    font-size: 16px;
    color: #FFF;
    margin: 0px;
}
.whychoose {
    padding: 50px 0px;
}
.whychoose h2 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #132649;
  margin-bottom: 30px;
}
.whychoose .gradbg {
    padding: 20px; 
    border-radius: 10px; 
    background-image: linear-gradient(to right, #fcf4e5 0%, #fff 100%);
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.whychoose .gradbg p {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
    margin: 0px;
}
.mb0 {
    margin-bottom: 0px !important;
}

.eligble {
    padding: 50px 0px;
}

.eligble h2 {
    font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #132649;
}

.eligble p {
    font-size: 16px;
    color: #777777;
}

.eligble .elihold {
    display: flex;
    gap: 20px;
    align-items: center;  
    margin-bottom: 30px;
}

.eligble .elihold h3 {
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 500;
}
.eligble .elihold h3 span{
    color: #777777;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
.mb30 {
    margin-bottom: 30px;
}

.onestop {
    padding: 50px 0px;
}

.onestop .onebg{
    background-image: url(../images/onestep-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
}
.onestop .onebg h2 {
    font-size: 30px;
    font-weight: 600;
    color: #132649;
}
.onestop .onebg ul {
    margin: 20px 0px 0px 0px; 
    padding: 0px;
}
.onestop .onebg ul li {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #132649;
    padding-bottom: 10px;
}

.onestop .onebg ul li span {
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.steps {
    padding: 50px 0px;
}
.steps h2 {
    font-size: 24px;
    font-weight: 600;
    color: #132649;
    margin-bottom: 50px;
}

.faqs {
    padding: 50px 0px;
}

.faqs h2 {
    font-size: 24px;
    font-weight: 600;
    color: #132649;
    margin-bottom: 50px;
}

.faqs h2.accordion-header {
    margin-bottom: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: #FFFBF3;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: #777777;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 1px solid #777777;
    border-top-right-radius: 1px solid #777777;
}
.faqs .accordion-body {
    background-color: #FFFBF3;
    font-size: 16px;
    color: #777777;
}
.faqs .accordion-button{
    font-size: 18px;
    color: #777777;
}

.contact {
    margin: 50px 0px 0px;
    background-image: url(../images/contact-bg.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.contact h2 {
  font-size: 30px;
  font-weight: 600;
  color: #FFF;  
}

.contact h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.contact h3 {
  font-size: 20px;
  font-weight: normal;
  color: #FFF;  
}
.contact .address {
    gap:10px;
    align-items: flex-start;
    padding-top: 20px;
}
.contact .address p{
    font-size: 18px;
    color: #FFF;
    max-width: 670px;
}
.contact .phemail {
     max-width: 450px;
}
.contact .phemail a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
}
.contact .phemail a:hover {
    text-decoration: underline;
}
.bs-footer {
    background-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bs-footer .container .page_links {
    display: flex;
    flex-wrap: wrap;
    text-align: none;
    padding-left: 0;
    text-decoration: none;
}
.bs-footer .container .page_links li {
    margin-right: 20px;
    list-style: none;
    text-decoration: underline;
}
.bs-footer .container .page_links li a {
    color: #031b30;
}
.bs-footer .container .about_link {
    display: flex;
    flex-wrap: wrap;
    text-align: none;
    padding-left: 0;
    text-decoration: none;
}
.bs-footer .container .about_link li {
    margin-right: 20px;
    list-style: none;
}
.bs-footer .container .about_link li a {
    color: rgba(3, 27, 48, .768627451);
}
.bs-footer .container .txt-allRight {
    font-size: 13px;
    color: rgba(3, 27, 48, .768627451);
}
.showdesktop {
    display: block !important;
}
.showmobile {
    display: none !important;
}
.nav-link:hover {
    color: #8B5E3C;
}
.h-100 {
    height: auto !important;
}
#eligibility, #process, #faq, #contact{
    scroll-margin-top: 80px;
}
.iframhold {
    width: 720px; 
    background: #FCF4E5; 
    border-radius: 10px; 
    padding: 40px 10px;
    margin-bottom: 20px; 
    position: relative; 
    z-index: 1;
}
.iframhold h2 {
    font-size: 20px;
    font-weight: 600;
    color: #8B5E3C;
    padding-left: 10px;
    margin-bottom: 20px;
}
.iframhold iframe {
    width: 100%; 
    height: 355px;
    margin: 0px;
    padding: 0px;
}
.thankyou {
    margin-top: 80px; 
    position: relative; 
    padding: 100px 0px;
}
@media only screen and (max-width: 1024px) {
    .iframhold {
        width: 655px;
    }
    .topimg img {
        max-width: 450px;
    }
    .contact .address p {
        max-width: 450px;
    }
    .topbg h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .topbg .copyhold {
        max-width: 650px;
    }
    .topbg p {
        font-size: 16px;
        font-weight: 500;
    }
    .whychoose .gradbg p br {
        display: none;
    }
    .contact {
        background-position: top right;
    }
    .eligble .elihold {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contact {
        background-image: url(../images/contact-bg-mobile.jpg);
        min-height: 480px;
        margin: 50px 20px;
        border-radius: 10px;
        padding: 20px 0px;
        background-position: center center;
    }
    .topbg {
        display: block;
    }
    .topimg img {
        max-width: 500px;   
    }
    .topimg {
        bottom: 0px;
        right: auto; 
        top: auto;
        margin:auto;
        text-align: center;
        width: 100%;
    }
    .whychoose .gradbg {
        display: block;
        text-align: center;
    }
    .whychoose .gradbg p {
        margin-top: 10px;
    }
    .topbg h1 {
        margin-top: 20px;
    }
    .showdesktop {
        display: none !important;
    }
    .showmobile {
        display: block !important;
    }
    .topbg .copyhold {
        max-width:100%;
    }
    .eligble .elihold {
        border-bottom: 0.2px solid #000000;
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: start;
    }
}

@media only screen and (max-width: 600px) {
  .showdesktop {
        display: none !important;
    }
    .showmobile {
        display: block !important;
    }
    .topimg {
        bottom: 0px;
        top: auto;
        right: auto;
    }
    .topimg img {
        max-width: 100%;
    }
    .topbg h1 {
        font-size: 30px;
        margin-top: 20px;
    }
    .topbg p {
        font-size: 16px;
    }
    .topbg .copyhold {
        max-width: 100%;
        padding: 0px 20px;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    .trackapp img {
        width: 130px;
    }
    ul.navbar-nav {
        margin-top: 20px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    nav ul li a.nav-link {
        font-size: 16px;
    }
    .topbg {
        display:block;
        margin-top: 74px;
    }
    .copysec h3 {
        font-size: 20px;
    }
    .whychoose h2 {
        font-size: 20px;
    }
    .whychoose .gradbg {
        display: block;
        background-image: linear-gradient(to bottom, #fcf4e5, #fff);
        text-align: center;
    }
    .whychoose .gradbg p br {
        display: none;
    }
    .whychoose .gradbg p {
        margin-top: 10px;
    }
    .eligble h2 {
        font-size: 20px;
    }
    .eligble .elihold {
        border-bottom: 0.2px solid #000000;
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: start;
    }
    /* .eligble .mb30 {
        margin-bottom: 0px;
    } */
     .eligble {
        padding-bottom: 0px;
     }
    .onestop .onebg {
        padding: 20px;
        background-image: url(../images/onestep-bg-mobile.jpg);
        min-height: 654px;
    }
    .onestop .onebg h2 {
        font-size: 24px;
    }
    .onestop .onebg h2 br {
        display: none;
    }
    .onestop .onebg ul li {
        font-size: 16px;
    }
    .onestop .onebg ul li span {
        font-size: 15px;
    }
    .steps h2 {
        font-size: 20px;
    }
    .faqs h2 {
        font-size: 20px;
    }
    .contact {
        background-image: url(../images/contact-bg-mobile.jpg);
        min-height: 600px;
        margin: 50px 20px;
        border-radius: 10px;
        padding: 20px 0px; 
    }
    .contact h2 span {
        font-size: 18px;
    }
    .contact h2 {
        font-size: 23px;
    }
    .contact h3 {
        font-size: 18px;
    }
    .contact .address p {
        font-size: 16px;
    }
    .iframhold {
        width: 100%;
    }
    .iframhold iframe {
        height: 660px;
    }
}