.top_banner_sec {
    background: url('/viewPagesAssets/img/study-in-india-new/study-in-india-new-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-ul li::marker {
    color: #FDC119;
}

.bg-light-blue-sec{
        background-color: rgba(193, 228, 228, 0.2);
}

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

.left-bottom-dotted-shape{
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 3%;
}

.border-md-lg-1, .border-md-lg-3, .border-lg-2 {
    border-right: none;
}

.course-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    border-right: 1px solid #fff;
}

.course-item:last-child{
    border: none;
}

.course-item h4{
    margin: 0;
    margin-top: 10px;
    color: #fff;
}

.product-item {
     height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    box-shadow: 2px 5px 30px 0px #00000040;
}

.product-icon img {
    margin-top: -20%;
    object-fit: contain;
    margin-bottom: 15px;
    height: 100px
}

.criteria-card-heading{
    background: #008486;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0;
}

.product-item h6 {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-item p {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.6;
}
.left-curve{
    position: absolute;
    left: 0;
}

.vector-dot{
    position: absolute;
    right: 3%;
    top: 16%;
}

.right-yellow-curve{
    position: absolute;
    right: -10px;
    width: 58px;
    top: 58%;
}

.left-vector-dot {
    position: absolute;
    left: 1%;
    height: 1.10%;
    top: 10.90%;
}

.ellipse_6 {
    position: absolute;
    left: 0px;
    height: 1%;
    top: 12%;
}

.right-side-doted-shape {
    position: absolute;
    right: 15%;
    height: 13%;
    top: 2%;
}

.right-vector-dot {
    position: absolute;
    right: 30px;
    height: 100px;
    top: 10.90%;
}

.right-half-circle {
    position: absolute;
    right: 0px;
    width: 58px;
    top: 15px;
}

.right-vector-dot {
    position: absolute;
    right: 0px;
    width: 65px;
    top: 9%;
}

.left-ellipse{
    position: absolute;
    left: -2%;
    height: 9%;
    top: 63.25%;
}

.dooted-shape1 {
    position: absolute;
    left: -1%;
    top: 70%;
}

.right-vector-dot-2 {
    position: absolute;
    right: 0px;
    width: 5%;
    top: 7%;
}

.left-vector-dot-2 {
    position: absolute;
    left: 1%;
    height: 9%;
    top: 68%;
}

.left-ellipse-2 {
    position: absolute;
    left: 0px;
    height: 9%;
    top: 60%;
}

.right-side-doted-shape_2 {
    position: absolute;
    right: 0px;
    top: 83%;
}

.left-ellipse-3 {
    position: absolute;
    left: -2%;
    height: 100px;
    top: 38%;
}

.left-vector-dot-3 {
    position: absolute;
    left: 1%;
    height: 100px;
    top: 30.50%;
}

.right-circle_2 {
    position: absolute;
    right: 0px;
    width: 58px;
    top: 60%;
}

  .indian-university-table, .indian-course-table {
    border-collapse: separate;
    border-spacing: 5px;
  }

  .indian-university-table th {
    background: #57b2b2;
    color: white;
    text-align: center;
    border-radius: 10px;
    line-height: 1.5;
  }

  .indian-course-table th {
    background: #57b2b2;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }

  .indian-university-table td {
    border: 1px solid #47c4c4;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
  }

  .indian-course-table td {
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
 .indian-course-table tr td:first-child {
   box-shadow: none !important; 
   background-color:  transparent !important;
 }

  .indian-course-table td img {
    height: 60px;
  }

  .yellow-waves {
    position: absolute;
    right: 0;
    top: 11.50%;
}
.education-loan-bg {
    background: #02afb3 url('/viewPagesAssets/img/study-in-india-new/education-loan-bg.jpg') no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.indian-university-table tbody tr:nth-of-type(odd),
.indian-course-table tbody tr:nth-of-type(odd) td {
    background-color: rgba(58, 161, 148, 0.05);
}
.indian-course-table tbody tr:nth-of-type(even) td {
    background-color: #fff;
}

.product-carousel .owl-dots{
    margin-top: 15px !important;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .border-md-lg-1, .border-md-lg-3 {
        border-right: 1px solid #000;
    }
}

@media (min-width: 363px) and (max-width: 767px) {
    .product-icon img{
        margin-top: -9% !important;
    }
}

@media (min-width: 363px) and (max-width: 600px) {
    .product-icon img{
        margin-top: -15% !important;
    }
}

@media (min-width: 992px) {
    .border-md-lg-1, .border-md-lg-3, .border-lg-2 {
        border-right: 1px solid #000;
    }
}

@media (max-width: 991px) {
    .top_banner_sec {
        background: none !important;
        background-color: #fff !important;
    }

    .education-loan-bg {
        background: none !important;
        background-color: #02afb3  !important;
    }

    .course-item:nth-child(even){
        border: none !important;
    }

}
