@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {
    .phonelnk {
        display: none;
    }

    .position-relative {
        min-height: 822px !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-item {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .nav-item {
        margin-left: 0px !important;
    }

    .position-relative {
        min-height: 748px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .nav-item {
        margin-left: 0px !important;
    }

    .userdata {
        display: flex;
        flex-direction: column;
    }

    .position-relative {
        min-height: 785px !important;
    }

    .borderradius20 {
        min-height: 200px !important;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .nav-item {
        margin-left: 0px !important;
    }

    .userdata {
        display: flex;
        flex-direction: column;
    }

    .bgcard {
        min-height: 300px !important;
    }

    .borderradius20 {
        min-height: 0px !important;
    }

}


* {
    font-family: Inter, sans-serif;
}

/* Top Section Css Here */

.topsectionbg {
    background-color: #1e3a8a;
    padding: 6px;
}

.topsectionbg svg {
    color: #fff;
}

.topsectionbg>span,
a {
    /* color: #fff; */
    text-decoration: none;
}

/* Navbar Section Css */
.navbar-brand img {
    height: 80px;
}

.nav-item {
    margin-left: 50px;
}

.nav-link {
    color: #374151 !important;
    font-weight: 600;
    font-size: 14px;
}

.nav-link:hover {
    color: #2563eb !important;
    background-color: #eff6ff;
    border-radius: .375rem;
}

.dsktpphone {
    margin-bottom: 0px;
    margin-right: 25px;
}

.phonelnk {
    background: #0d6efd;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    border: 2px solid #0b5ed7;
    padding: 10px;
}


.form-control:focus {
    box-shadow: none;
}


/* Banner Css */

.bannerbg {
    /* background-color: #1e3a8a; */
    background-image: linear-gradient(94deg, #1e3a8a, #430572);
}

/* .pragrap {
    padding-top: 50px;
} */

.colorwhite span {
    font-weight: bold;
    background: linear-gradient(90deg, #5ddcff, #b16cea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: Arial, sans-serif;
}

/* .colorwhite>p,
h1 {
    color: #fff;
} */

.form-control {
    background-color: #9b8d8d !important;
    /* background-color: #fff !important;
    color: #000 !important; */
}

.border {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
}

.border:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Explore {
    padding: 10px;
}

.Explore:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.btn-primary:active:focus {
    box-shadow: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

table,
th,
td {
    border: 1px solid black;
}

.footerhover li a:hover {
    color: red;
}

.topfixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 111;
}


.admission-card {
    background: linear-gradient(to right, #1c1b4d70, #2e215e61);
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: white;
    border: 1px solid gray;
}

.admission-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-group {
    width: 100%;
}

.iti__country-list {
    background-color: #9b8d8d !important;
}

.iti__dial-code {
    color: #fff !important;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}

.btn-submit {
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(to right, #f7b42c, #fc4a1a);
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.mt20 {
    margin-top: 20px;
}

.secondfooter {
    background-color: #2e237f;
}

.secondfooter ul li a {
    color: #fff;
}

.btn-submit:hover {
    opacity: 0.9;
}


/*  */

.data {
    text-align: center;
}

.data svg {
    padding: 15px;
    border-radius: 31px;
    background: #eef3ff;
    text-align: center;
    color: #2563eb;
}

/*  */

.destinaionbg {
    background-color: #f9fafb;
}

.cardborderradius20 {
    border-radius: 20px;

}

.cardborderradius20:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.colorblack a {
    color: #000;
    /* padding: 10px; */
}

.colorblack h1 {
    color: #000;
}


.borderradius20 {
    border-radius: 20px 20px 0px 0px;
    min-height: 285px;
}

.bg-light {
    background-color: #dbeafe !important;
    margin: 10px;
}

.position-relative {
    border-radius: 20px;
}

.position-relative img {
    border-radius: 20px 20px 0px 0px;
}

/*  */

.bordernone {
    border: none;
}


.data:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bgcard {
    background-color: #eef3ff;
    min-height: 250px;
}

.bgcard .data svg {
    /* background-color: #3c53e8; */
    background-image: linear-gradient(131deg, #2563eb, #4f46e5);
}

.studentbg {
    background-color: #243687;
}


.btn-primary {
    background-image: linear-gradient(131deg, #2563eb, #4f46e5);
}

.position-relative {
    min-height: 765px;
}

/*  */

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonial-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-stars {
    color: gold;
}

.testimonial-name {
    font-weight: bold;
}

.testimonial-quote {
    font-style: italic;
    color: #d1d1d1;
    margin-top: 10px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
}

.section-subtitle {
    color: #d1d1d1;
}

.footersection {
    background-image: linear-gradient(to left, #f97316, #eab308);
}

.footersection h2 {
    color: #fff;
}

.bttonbg {
    background: #fff;
    padding: 10px;
    color: #ea580c;
}

.bttonbg:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*  */

.footer {
    /* background-color: #0c111d; */
    background-color: #e5e3e3;
    padding: 40px 0 20px;
}

.footer a {
    /* color: #ccc; */
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    /* color: #fff; */
    color: #000;
}

.footer .social-icons a {
    font-size: 1.2rem;
    margin-right: 10px;
    /* color: #ccc; */
    color: #000;
}

.footer .social-icons a:hover {
    /* color: #fff; */
    color: #000;
}

.footer hr {
    border-top: 1px solid #2a2f3a;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.mt65 {
    margin-top: 65px;
}

.mt65 p {
    color: #000;
}



/* Countries */

.countrysection {
    /* background-color: #263587; */
    background-image: linear-gradient(94deg, #1e3a8a, #430572);
}


.quick-facts {
    background: #404791;
    border-radius: 15px;
    padding: 30px;
    color: white;
    border: 1px solid;
}

.fact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-warning {
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    border: none;
}

.countrybg {
    background-color: #20398a;
}

/*  */

.card-custom {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.card-custom:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.MedicalUniversities:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-card {
    background: linear-gradient(135deg, #316BFF, #5E37FF);
    border-radius: 15px;
    color: white;
    padding: 25px;
}

.form-card input,
.form-card textarea {
    background-color: transparent;
    border: 1px solid #ffffff66;
    color: white;
}

.form-card input::placeholder,
.form-card textarea::placeholder {
    color: #ffffffb3;
}

.form-card .btn {
    background-color: white;
    color: #316BFF;
    font-weight: 500;
}

.check-icon {
    color: green;
    margin-right: 8px;
}

.step-icon {
    background-color: #dbe6ff;
    color: #356dff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    font-weight: bold;
}

.bg-blue-100 {
    background-color: #dbeafe;
    border-radius: 11px;
    font-weight: 500;
}

.userdata {
    list-style: none;
    display: flex;
}

.userdata li {
    margin-left: 30px;
}

.aboutul li {
    margin-top: 20px;
}

.contactus {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.contactus li {
    margin-top: 5px;
}

.list-unstyled li {
    margin-top: 10px;
}

.list-unstyled li a {
    font-weight: 600;
}


.card {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.badge-custom {
    background-color: #e0e0f8;
    color: #000;
    margin-right: 5px;
}

.title-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.university-name {
    color: #2a56c6;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
}

.ranking a {
    color: #2a56c6;
    text-decoration: none;
}

table,
th,
td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* ol>li {
    font-weight: bold;
} */

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1e3a8a;
    font-weight: 700;
    font-size: 18px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    background-color: #1e3a8a;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}