body {
    overflow-x: hidden;
    font-family: 'Inter';
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
.custom-container {
    padding: 0% 8%;
}
a {
    font-family: "Open Sans", sans-serif;
}
p {
    font-family: "Open Sans", sans-serif;
}
.iti__flag-container {
    opacity: 1 !important;
}
.display-btn {
  display: block !important;
}
.fixedbtn {
  position: fixed;
  right: 64px;
  bottom: 48px;
  z-index: 15;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  height: 60px;
  border-radius: 50px;
  line-height: normal;
  background-color: #ce181e;
  border: none;
  display: none;
  align-items: center;
  padding: 20px 32px;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/*.iti__flag.iti__in {
    height: 14px !important;
    background-position: -2415px 0px !important;
    border-radius: 20px !important;
    width: 17px !important;
}*/
/* header */
.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand {
    display: flex;
}
.logo-img img {
    width: 200px;
    padding: 10px 0px;
}
.navbar-brand li a {
    margin-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.navbar-brand li a:hover {
    color: #ca252b;
    text-decoration: none;
}
.apply-btn {
    background-color: #ca252b;
    color: #fff !important;
    padding: 10px 8px;
    border: 2px solid #ca252b;
}
.apply-btn:hover {
    background-color: transparent;
    color: #ca252b !important;
    border: 2px solid #ca252b;
}
.header-right .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.header-right .navbar-brand {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1px;/*15px asp*/
}

.header-right .navbar-brand li {
    display: inline-block;
}

@media screen and (max-width: 991px) 
{
    .menu-phone {
    height: 15px;
    display: none;
}

    .header-right .navbar-brand {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 80px;
        right: 0;
        width: 100%;
        text-align: left;
    }

    .header-right .navbar-brand.show {
        display: flex;
        z-index: 100;
        padding:30px 0px 30px 0px;
    }

    .header-right .navbar-brand li {
        display: block;
        margin: 0;
        padding: 5px 20px;/* 10px 20px; asp*/
        margin-top: 0px;/*20px  asp*/
    }

    .header-right .menu-toggle {
        display: block;
    }
}


/* banner */
.banner {
    position: relative;
}
.banner-form {
    position: absolute;
    top: 44%;/*50% asp*/
    left:89%;
    transform: translate(-89%, -50%);
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 28%;
    max-width: 500px;
    z-index: 1;
}

.banner-form .form-group {
    position: relative;
    margin-bottom: 9px;/*15px*/
}

.banner-form label {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #fff;
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: "Open Sans", sans-serif;

}

.banner-form input:focus + label,
.banner-form select:focus + label {
    opacity: 1;
}

.banner-form input,
.banner-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
    font-family: "Open Sans", sans-serif;
    background: transparent;

}

.banner-form button {
    width: 100%;
    padding: 12px;
    background: #ca252b;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.banner-form button:hover {
    background: #960018;
}
.banner-form  [type='submit'] {
    width: 100%;
    padding: 8px;/*12px*/
    background: #ca252b;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.banner-form [type='submit']:hover {
    background: #960018;
}

.check-area {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.check-area input {
    width: auto;
    margin-right: 10px;
}

.check-area a {
    text-decoration: underline;
    color: #000;
}

.check-area a:hover {
    color: #ca252b;
}

.banner-text {
    position: absolute;
    top: 70%;
    left: 13%;
    transform: translate(-13%, -70%);
    width: 50%;
}
.banner-text h1 {
    color: #fff;
    font-size: 57px;
    font-weight: 700px;
    line-height: 74px;
}
.banner-img {
    position: relative;
}
.banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(#00000000, #000000c9); 
    z-index: 1;
}
.banner-text {
    z-index: 2;
    color: white;
}
.banner .owl-nav {
    display: none;
}
.phone-banner {
    display: none;
}
.desktop {
    display: block;
}
.mobile {
    display: none !important;
}
.mob-text {
    display: none;
}
.desk-text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.terms {
    font-size: 11px;
    line-height: 20px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 7%;
    bottom: 90px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #869791;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.banner .owl-dot {
    color: #fff !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    border: unset !important;
    background: #fff !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 5px !important;
}
.banner .owl-carousel .owl-dots .active {
    background: #ffffff41 !important;
}


/* why choose us */

.choose-us {
    background-color: #FCF9F2;
    padding: 50px 0px;
}
.container-1 {
    padding: 0% 16%;
}
.title-block {
    margin-bottom: 40px;
}
.title-block h6 {
    font-size: 18px;
    color: #ca252b;
}
.title-block h2 {
    font-weight: 700;
}
.choose-left img {
    width: 75%;
}
.title-block h2 {
    font-weight: 700;
    margin-top: 30px;
}
.right-list li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
}


/* about */

.about {
    padding: 20px 0px;/*50px asp change*/
}
.about .title-block {
    margin-bottom: 25px;
}
.about-btn {
    background-color: #ca252b;
    color: #fff;
    padding: 10px;
    border: 2px solid #ca252b;
    text-decoration: none;
}
.about-btn:hover {
    color: #ca252b ;
    text-decoration: none;
    background-color: transparent;
}
.about p {
    margin-bottom: 30px;
}
.about-right img {
    width: 100%;
}
.d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* benefits */

.benefits {
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.benefits .title-block {
    text-align: center;
}
.bene-card {
    background-color: #fff;
    padding: 30px 20px;
    height: 95%;
    
}
.bene-mob
{
    min-height:279px;
    }
.icon img {
    margin-bottom: 28px;/*50px asp*/
}
.card-content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}
.bene-btn {
    background-color: #ca252b;
    color: #fff;
    padding: 10px;
    border: 2px solid #ca252b;
    text-decoration: none;
    text-align: center;
}
.benefits-btn {
    text-align: center;
}
.bene-inner {
    margin-bottom: 30px;
}
.bene-btn:hover {
    color: #ca252b ;
    text-decoration: none;
    background-color: transparent;
}

/* eligibility */

.eligibility {
    padding: 50px 0px;
}
.eligib-bottom {
    margin-top: 40px;
}
.eligib-card {
    padding: 20px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    height: 100%;
}
.eligib-card h6 {
    font-weight: 600;
}
.eligib-note {
    margin-top: 30px;
    background-color: #FFF5F5;
    padding: 10px 20px;
}
.eligib-img img {
    width: 100%;
}

/* documents required */

.docs-img {
    background-image: url(../images/docs.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

table {
    width: 100%;
    border-collapse: collapse;
}
.table {
    padding: 20px;
}
th, td {
    padding: 8px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-right: 1px solid #fff;
}
.docs-inner h6,
.docs-inner h2 {
    text-align: center;
}
.docs-inner {
    margin-top: -110px;
    background-color: #fffffff2;
    position: relative;
    z-index: 1;
}
.docs-inner .title-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
thead {
    background-color: #F4F1EB;
}
.custom-bg {
    background-color: #F4F1EB;
}
th {
    border-right: 1px solid #fff;
}
thead th {
    font-weight: 600;
}
.docs-area {
    padding-bottom: 50px;
    background-color: #f5f5f5   ;
}
.column1 {
    width: 15%;
}
.column2 {
    width: 32%;
}
.column3 {
    width: 28%;
}
.column4 {
    width: 25%;
}
.iti {
    width: 100% !important;
}

/* faq */

.faq {
    padding: 50px 0px;
}
.card-header {
    background-color: transparent !important;
    border-bottom: none !important;
}
.card {
    border-left: none;
    border-right: none;
}
.card-body {
    font-family: "Open Sans", sans-serif;
}
.btn-link {
    color: #000;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 0px;
    white-space: normal;
    text-align: left;
}
.btn-link:hover {
    text-decoration: none;
    color: #ca252b;
}

.card-header .fa {
    transition: transform 0.2s;
}

/* footer */

.footer {
    background-color: #ca252b;
    padding: 50px 0px;
    padding-bottom: 10px;
}
.footer-left img {
    width: 200px;
}
.footer ul {
    list-style: none;
}
.footer-top {
    display: flex;
    justify-content: space-between;
}
.footer-right {
    width: 70%;
    position: relative;
}
.footer h6 {
    color: #fff;
    font-weight: 600;
}
.footer li {
    margin-top: 20px;
}
.footer li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.footer i {
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer svg {
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin-right: 20px;
}
.footer i:hover {
    background-color: #fff;
    color: #ca252b;
    text-decoration: none;
}
.footer svg:hover {
    background-color: #fff;
    fill: #ca252b;
}
.social-links ul {
    display: flex;
}
.social-links i {
    margin-right: 20px;
}
.social-links a:hover {
    text-decoration: none;
}
.copyright {
    text-align: center;
    margin-top: 30px;
}
.copyright p {
    color: #ccc;
}

/* back to top */
.back-to-top {
    position: absolute;
    right: 0px;
    bottom: 90px;
    display: none;
}
#back-to-top {
    /* position: fixed;
    bottom: 20px;
    right: 20px; */
    z-index: 99;
    font-size: 40px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
    color: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  #back-to-top:hover {
    background-color: #ffffff;
  }
  #back-to-top::before {
    content: "\2191"; 
  }
  
/* responsice design */
@media (max-width:1400px) {
    .banner-form input,
    .banner-form label {
        font-size: 12px;
    }
    .banner-form select {
        font-size: 12px;
    }
    .terms {
        font-size: 11px;
        line-height: 14px;
    }
    .banner-form h2 {
        font-size: 16px;
       
    }
    .banner-form input, .banner-form select {
        padding: 7px;/*8px*/
    }
}

@media (max-width:1200px) {
    .banner-form input,
    .banner-form label {
        font-size: 12px;
    }
    .banner-form select {
        font-size: 12px;
    }
    .terms {
        font-size: 10px;
    }
     .banner-form h2 {
        font-size: 12px;
       
    }
    .banner-text h1 {
        font-size: 45px;
        line-height: 55px
    }
    .banner-form input, .banner-form select {
        padding: 8px;
    }
    .banner-form .form-group {
        margin-bottom: 8px;
    }
}

@media(max-width:991px) {
    .banner-form {
        padding: 5px 10px;
        margin-top: 0px;
    }
    .banner-form button {
        padding: 1px;
    }
    .banner-form {
        left: 0;
        top: 0;
        position: relative;
        transform:none;
        background: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 50%;
        max-width: 500px;
        z-index: 1;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        position: absolute;
        bottom: 45px;
    }
    
}
@media (max-width:767px) {
    .banner-text {
        width: 70%;
    }
    .choose-left img {
        width: 100%;
    }
    .about-left {
        margin-bottom: 30px;
    }
    .title-block h2 {
        font-size: 24px;
    }
    .banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
    }
    .footer-left {
        text-align: center;
    }
    .footer-right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width:571px) {
    .banner-form {
        width: 70%;
    }
    .btn-link {
        font-size: 14px;
    }
    .footer ul {
        margin-bottom: 30px;
    }
    .choose-right {
        padding: 0px 30px;
    }
}
@media (max-width:499px) {
    .mobile {
        display: block !important;
    }
    .about img {
        width: 100%;
    }
    .about .mobile {
        margin-bottom: 20px;
    }
    .about-left {
        margin-bottom: 0px;
    }
    .desktop {
        display: none;
    }
    .custom-container {
        padding: 0% 4%;
    }
    .mob-text {
        display: block;
        padding: 0% 4%;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .banner-form {
        width: 100%;
    }
    .about-btn {
        background-color: #ca252b;
        color: #fff;
        padding: 5px;
        border: 2px solid #ca252b;
        text-decoration: none;
    }
    p {
        font-size: 14px;
    }
    .title-block h6 {
        font-size: 16px;
    }
    .title-block h2 {
        font-size: 22px;
    }
    .about p {
        margin-bottom: 20px;
    }
    .bene-btn {
        display: none;
    }
    .eligib-img img {
        margin-top: 30px;
    }
    .eligib-bottom {
        margin-top: 10px;
    }
    .docs-area-mob {
        padding: 50px 0px;
        background-color: #FCF9F2;
    }
    .docs-area-mob .card {
        background-color: transparent;
    }
    .docs-area-mob .card-body {
        padding-top: 0px !important;
    }
    .benefits {
        padding-bottom: 20px;
    }
    .apply-btn {
        padding: 7px 7px;
    }
    .navbar-brand li a {
        margin-left: 30px;
        font-size: 14px;
        font-weight: 400;
    }
    .logo-img img {
        width: 150px;
    }
    .card-header h5 a {
        white-space: normal;
        text-align: left;
    }
    .mob-text {
        display: block;
    }
    .bene-inner .row {
        display: none;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 50px;
    }
    .desk-text {
        display: none;
    }
    .card-header {
        padding-left: 0px !important;
    }
    .social-links ul {
        display: flex;
        justify-content: center;
        border-top: 1px solid #cccccc69;
        margin-bottom: 0px;
    }
    .card-header h5 {
        font-size: 16px;
    }
    .mtr-30 {
        margin-top: 30px;
    }
    .back-to-top {
        display: block;
    }
}

.plus-icon::before {
    content: "-";
    font-size: 20px;
    font-weight: 400;
}
.collapsed .plus-icon::before {
    content: "+";
    font-size: 20px;
    font-weight: 400;
}