@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Open Sans" !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

html,
body {
  height: 100%;
  width: 100%;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

body {
  color: #333;
  /* background-color: #ffffff; */
  background-color: #f9f9f9 !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

.stickyheader {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}

.stickyheader .navbar {
  margin-top: 0.2rem;
}

.stickyheader .logo img {
  height: 55px;
}

/* HEADER */
.headerSection .navbar {
  padding: 10px 0 12px 0;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
  /* margin-bottom: 2rem; */
}

.headText {
  line-height: 25px;
  text-align: center;
}

.headText strong {
  font-size: 25px;
  font-weight: 800;
  color: #295072;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.headText span {
  font-size: 18px;
  font-weight: 500;
  color: #295072;
}

.sub-button {
  height: 100%;
  text-align: center;
  border-radius: 7px;
  padding: 0.5rem 24px;
  background: rgb(41, 80, 114);
  background: linear-gradient(
    175deg,
    rgba(41, 80, 114, 1) 0%,
    rgba(41, 81, 114, 1) 48%,
    rgba(41, 82, 114, 1) 60%,
    rgba(41, 83, 114, 1) 75%,
    rgba(54, 198, 64, 1) 90%,
    rgba(52, 181, 71, 1) 96%,
    rgba(46, 121, 96, 1) 100%
  );
}

.sub-button a {
  font-size: 18px;
  /* line-height: 16px; */
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Mulish", sans-serif;
  color: white;
  text-decoration: none;
}

.user-profile{
  text-decoration: none;
}


/*FORM APPLY*/
.steps {
  position: relative;
}

.steps .step-name {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/*FORM APPLY END*/

/* BANNER */
.background-img {
  background: url(../images/banner-bg.jpg) no-repeat center;
  position: relative;
  height: 600px;
}

.formContainer {
  width: 100%;
  max-width: 530px;
  /* height: 300px; */
  height: min-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  padding: 35px 50px;

  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.formContainer h2 {
  font-size: 28px;
  color: #1c4366;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700;
}

.lgFormFild {
  position: relative;
  margin-bottom: 10px;
  /* padding-left: 10px; */
}

.lgFormFild input {
  padding: 10px 10px 10px 52px;
  border-radius: 6px;
  border: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  outline: none;
  width: 100%;
  margin-bottom: 4px;
  height: 50px;
}
.submit-button input[type="submit"]{
  color: white;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border: 2px solid #4582B7;
  display: none;
  background: linear-gradient(172deg, rgba(41, 80, 114, 1) 0%, rgba(41, 81, 114, 1) 48%, rgba(41, 82, 114, 1) 60%, rgba(41, 83, 114, 1) 45%, rgba(54, 198, 64, 1) 90%, rgba(52, 181, 71, 1) 96%, rgba(46, 121, 96, 1) 100%);
 
}



.lgFormFild input[type="submit"] {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  background: rgb(41, 80, 114);
  background: linear-gradient(
    172deg,
    rgba(41, 80, 114, 1) 0%,
    rgba(41, 81, 114, 1) 48%,
    rgba(41, 82, 114, 1) 60%,
    rgba(41, 83, 114, 1) 45%,
    rgba(54, 198, 64, 1) 90%,
    rgba(52, 181, 71, 1) 96%,
    rgba(46, 121, 96, 1) 100%
  );


  
  
}

.verify-button {
  margin-top: 8px !important;
  padding: 5px 30px 5px 30px !important;
}

.lgFormFild span {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 85px;
  text-align: center;
  border-radius: 25px;
  padding: 1px 10px;

  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.input-icon {
  position: absolute;
  left: 20px;
  /* Adjust the position of the icon */
  top: 12px;
  pointer-events: none;
  /* Prevent the icon from interfering with input */
  width: auto;
  height: 24px;
}

.bg-green {
  background: #38d33a;
}

.bg-blue {
  background: #4582b7;
}

.title-1 {
  font-size: 43px;
  font-weight: 800;
  color: #295072;
  position: relative;
}

.titleWithLine::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 49px;
  height: 5px;
  background: #d3f5d8;
  margin: 0 auto;
  border-radius: 25px;
}

.title-1 sub {
  bottom: -0.1em;
}

.input-padding input {
  padding: 10px 10px 10px 26px;

}

/* END BANNER */

/* COMMOM CSS FOR DASHBOARD */

.text-bold {
  font-weight: 700;
}

.otp-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto !important;
}

.input-container {
  width: 70%;
  display: flex;
  gap: 10px;
}

/*FAQ*/
.program-section {
  padding: 50px 0 50px 0;
}

.program-section h2 {
  font-size: 43px !important;
  font-weight: 900;
}

.accordion-item {
  border: 0;
  border-radius: 7px;
}

.customAccordion .accordion-button {
  background: #d3f5d8;
  font-size: 26px;
  font-weight: 500;
  color: #295072;
  border: 0;
  border-radius: 7px !important;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  overflow: hidden;

  border: 0 !important;
  padding: 0.7rem 1.25rem;
}

.accordion-body p {
  line-height: 25px;
}

/*FAQ END*/

/* FOOTER SECTION  */
footer .container-fluid {
  border-top: 1px solid #d5d3d3;
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-cotact a {
  text-decoration: none;
}

.footer-content {
  padding: 2rem;
  color: #000;
}

.container-fluid .col-md-4 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.container-fluid .col-md-4 p {
  margin: 0;
}

.footer-social {
  display: flex;
}

.footer-social a {
  text-decoration: none;
  padding: 0.3rem;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #424241; */
  /* border-radius: 100px; */
  margin-right: 10px;
}

.uploadBtn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
}

.footer-social a img {
  height: 24px;
}

.copyright p {
  font-weight: 500 !important;
}

/* .line {
  width: 700px !important;
  background-color: #dfdfdf !important;
} */

@media (min-width: 1000px) {
  .line {
    width: 700px !important;
  }
}
.vertical-line {
  height: 118px;

}
.milestoneCover li div {
  left: -62px;
}


.milestoneCover span{
  left: -7px;
}


.menu-toggle img {
  height: 33px;
  position: absolute;
  left: 80%;
  top: -0px;
}


.pdf-file
{

  padding-left: 51% !important;
    color: #db0000 !important;
    font-size: 25px !important;
  
}

.form-group select {
  padding: 4px 4px 4px 20px;
  font-weight: 500;
}

/* 
.upload-file{
  color: #295072 !important;
  
} */

/* line now working */

/* FOOTER SECTION END */

/* For responsiveness  */

@media screen and (max-width: 1199px) {
  .headText {
    width: 67%;
    padding: 0 2%;
  }

  .headText strong {
    font-size: 21px;
  }

  .headText span {
    font-size: 16px;
  }

  .vertical-line {
    position: absolute;
    height: 126px;
    width: 4px;
    background-color: #bfbfbf;
    left: 2%;
    top: -10%;
    border-radius: 2px;
  }

  .line {
    width: 480px !important;
    background-color: #dfdfdf !important;
  }
}
@media screen and (max-width: 991px) {
  .headText {
    width: 56%;
  }

  .logo img {
    height: 45px;
  }

  .headText strong {
    font-size: 16px;
  }

  .headText span {
    font-size: 14px;
  }

  .sub-button {
    padding: 0.5rem 13px;
    font-size: 14px;
  }

  .background-img {
    padding: 0 15px;
  }

  .formContainer {
    max-width: 95%;
  }

  .customAccordion .accordion-button {
    font-size: 18px;
  }

  .title-1 {
    font-size: 32px;
  }

  p {
    font-size: 14px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .footer-social a img {
    height: 18px;
  }

  .ft-logo img {
    height: 45px;
    margin: 13px 0;
  }

  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 390px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .input-padding input {
    width: 68%;
    padding: 10px 10px 10px 31px;
  }

  .btn-block {
    display: block;
    width: 110% !important;
  }

  .uploadBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }


 

@media screen and (max-width: 767px) {
  .headText {
    width: 54%;
  }

  .headText strong {
    font-size: 14px;
    line-height: 17px;
  }

  .headText span {
    font-size: 11px;
    line-height: 16px;
    display: block;
    margin-top: 5px;
  }

  .sub-button {
    padding: 0.5rem 10px;
    font-size: 12px;
  }

  .sub-button a {
    font-size: 13px;
  }

  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 350px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .input-padding input {
    width: 77%;
    padding: 10px 11px 10px 29px;
  }

  .btn-block {
    display: block;
    width: 70% !important;
  }

  .uploadBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 70%;
  }

  .vertical-line {
    position: absolute;
    height: 130px;
    width: 4px;
    background-color: #bfbfbf;
    left: 1.7%;
    top: -10%;
    border-radius: 2px;
  }
}
@media screen and (max-width: 680px) {
  .input-padding input {
    padding: 10px 10px 10px 22px;
    width: 80%;
  }
  .line{
    width: 370px !important;
  }

}

@media screen and (max-width: 550px) {
  .input-padding input {
    padding: 10px 10px 10px 17px;
  }
  
}

@media screen and (max-width: 480px) {
  .lgFormFild span {
    width: 85px;
    font-size: 13px !important;
  }

  .headText strong {
    font-size: 12px;
    line-height: 15px;
  }

  .headText span {
    font-size: 10px;
  }

  .navbar .container {
    flex-wrap: wrap;
    position: relative;
  }

  .sub-button {
    position: absolute;
    right: 10px;
    top: 6px;
    height: 34px;
  }

  .navbar .logo {
    width: 100%;
  }

  .headText {
    width: 100%;
    margin-top: 10px;
  }

  .program-section .container {
    padding-right: 0;
    padding-left: 0;
  }

  .customAccordion .accordion-button {
    font-size: 15px;
    font-weight: 600;
  }

  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 300px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .input-padding input {
    padding: 10px 11px 10px 10px;
  }

  .step-name {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 414px) {
  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 250px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .input-padding input {
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (max-width: 430px) {
  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 260px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .input-padding input {
    padding: 10px 10px 10px 7px;
  }
}

@media screen and (max-width: 390px) {
  .formContainer {
    max-width: 97%;
  }

  .formContainer {
    padding: 35px 20px;
  }

  .input-padding input {
    padding: 10px 10px 10px 11px;
  }

  .lgFormFild span {
    width: 79px;
  }

  .form-step {
    width: 80% !important;
    z-index: 999;
    justify-content: center;
  }

  .line {
    width: 220px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .vertical-line {
    left: 2.5% !important;
    top: -7% !important;
  }

  /* .download-text {
    margin-top: 5rem;
  } */
}

@media screen and (max-width: 360px) {
  .form-step {
    width: 75% !important;
    z-index: 999;
    justify-content: center;
  }

  .input-padding input {
    padding: 10px 10px 10px 8px;
  }

  .line {
    width: 195px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .vertical-line {
    left: 2.5% !important;
    top: -7% !important;
  }

  .btn-block {
    display: block;
    width: 90% !important;
  }

  .uploadBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 90%;
  }
}



@media screen and (max-width: 320px) {
  .form-step {
    width: 70% !important;
    z-index: 999;
    justify-content: center;
  }

  .input-padding input {
    /* padding: 8px 3px 7px 4px; */
    padding: 8px 0px 5px 15px;
    width: 120%;
  }

  .line {
    width: 200px !important;
    /* height: 2px; */
    background-color: #dfdfdf !important;
    left: 1.3%;
    z-index: -999;
  }

  .step-name {
    font-size: 12px !important;
  }

  .vertical-line {
    left: 2.5% !important;
    top: -7% !important;
  }

  .btn-block {
    display: block;
    width: 100% !important;
  }

  .uploadBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
}