.banner-ul li::marker {
    color: #FDC119;
    font-size: 20px;
}

.undergraduate-feature-card {
    border: 1px solid #5dbbcc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
}

.undergraduate-feature-icon img {
    height: 60px;
}

.undergraduate-feature-card-border {
    background: #008486;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px 0;
}

.eligibility-criteria-card{
    border-bottom-left-radius: 16.13px;
    border-bottom-right-radius: 16.13px;
    height: 85%;
    box-shadow: 0px 3.23px 19.35px 0px #0000001F;
}

.eligibility-criteria-card-heading {
    background: #008486;
    color: #fff;
    font-weight: 500;
    border-top-left-radius: 16.13px;
    border-top-right-radius: 16.13px;
    text-align: center;
    padding: 10px 0;
}

.eligibility-criteria-card-body {
    padding: 20px;
}

.eligibility-criteria-card-body .partner-ul {
    font-size: unset !important;
}

.eligibility-criteria-card-body .partner-ul li {
    margin-bottom: 10px !important;
}

.undergraduate-expenses {
    background: #02AFB2;
}

.undergrad-div{
    flex: 0 0 auto;
    width: 4%;
}

.undergraduate-expenses-div {
    background: #008486;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 100%;
    padding: 24px;
}

.undergraduate-expenses-body{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
}

.documents-table {
    border: 2px solid #d0cccc;
    border-collapse: collapse;
    width: 100%;
}
 .documents-table th,
  .documents-table td {
    padding: 5px;
  }

.documents-table tr th,td{
    text-align: center;
    vertical-align: middle;
}

.documents-table tr td{
    color: #008486;
}

.documents-table tr td .cross-icon {
    color: gray;
}

.documents-table tr th{
    background : #008486;
    color: #fff;
}

 .step-dotted-line{
    position: absolute;
    top: 42%;
    height: auto;
    width: 100%;
}

.left-circle{
    position: absolute;
    top: 12%;
    width: 4%;
}

.left-vector-circle {
    position: absolute;
    top: 9.60%;
}

.right-circle {
    position: absolute;
    top: 13%;
    right: 0;
    width: 5%;
}

.left-circle-feature {
    position: absolute;
    top: 8%;
    left: 0;
    width: 5%;
}

.blue-dooted-shape {
    position: absolute;
    top: 21%;
    left: 0;
    width: 8%;
}

.right-vector-feature{
    position: absolute;
    top: 60%;
    right: -44px;
    width: 8%;
}

.left-circle-expenses {
    position: absolute;
    top: 32%;
    left: 0;
    width: 5%;
}

.right-circle-expenses {
    position: absolute;
    top: 74%;
    right: 0;
    width: 5%;
}

.left-circle-documents {
    position: absolute;
    top: 20%;
    left: 0;
    width: 5%;
}

.right-circle-documents {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 4%;
}

.blue-dooted-documents {
    position: absolute;
    bottom: 18%;
    right: 0;
    width: 6%;
}

.blue-dot-vector {
    position: absolute;
    top: 6%;
    right: 0;
    width: 5%;
}

.circel-bg{
    position: absolute;
    top: 50%;
    left: 0;
    width: 5%;
}

.left-circle-faq {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 5%;
}

.left-top-dot-circle-faq {
    position: absolute;
    top: 27%;
}
.blue-dot-vector-faq {
    position: absolute;
    top: 8%;
    right: 0;
    width: 5%;
}
.right-circle-faq {
    position: absolute;
    bottom: 14%;
    right: 0;
    width: 5%;
}

@media (min-width: 1500px) {
    .step-dotted-line {
        top: 34%; 
    }
}

@media (min-width: 2300px) {
    .step-dotted-line {
        top: 31%; 
    }
}

@media (max-width: 1190px) {
    .step-dotted-line {
        top: 38%; 
    }
}
@media (max-width: 991px) {
    .step-dotted-line {
        top: 32%; 
    }
}

