@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    margin: 0 auto 25px;
    font-weight: 700;
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 20px
}

a {
    color: #d90019;
}

a:hover {
    color: #702ceb;
    text-decoration: none;
}

.section-padding {
    padding: 80px 0;
}

#header {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;
    position: relative;
    z-index: 999;
    border-bottom: #e3e2e2 solid 1px;
}

#main-navbar.navbar {
    padding: 14px 0;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-left: 5px;    margin-top: -1px;
}

.dropdown-menu li:nth-child(even):hover a {  background-color: #128b1c;
 color: #fff;
}
.dropdown-menu li:nth-child(odd):hover a {  background-color:#d90019;
 color: #fff;
}
.dropdown-menu {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

.nav-link {
    display: block;
    color: #000;

    padding: 8px 60px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #d90019;
}

.ms-auto li.nav-item {
    padding: 5px 2px 5px 2px;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #d90019;
}

#header .btn {
    padding: 3px 17px;
    margin: 7px 0 0 10px;
}

.btn {
    border-radius: 5px;
    padding: 14px 18px;
    font-weight: 500;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #d90019;
}

.btn-purple {
    background-color: #d90019;
    color: #fff;
}

.austra-sec .btn-purple:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.btn-purple:hover {
    color: #d90019;
    background-color: transparent;
    border: 2px solid #d90019;
}
.banner_sec_contect .btn-purple:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.btn-whatsapp {
    background-color: #47c757;
    color: #fff;
}

.btn-whatsapp:hover {
    background-color: #1ebf57;
}

.dropdown-item {
    border-bottom: 1px solid #cdcdcd;
}

.section-heading {
    margin: 0 auto 60px;
    max-width: 970px;
}

.hero-section {
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    text-align: left;
    position: relative;
}

.hero-section img {
    width: 100%;
}

div#hero-text {
    padding-top: 60px;
}

.hero-text h1 {
    font-size: 46px;
}

.plane-img img {
    animation: floatLeftRight 3s infinite ease-in-out;
}

.info-card {
    animation: floatLeftRight 5s infinite ease-in-out;
}

@keyframes floatLeftRight {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
}

.position-relative {
    position: relative !important;
    z-index: 1;
    margin-top: 40px;
}

.list-unstyled {
    margin-bottom: 30px;
}

.scholarship-section .list-unstyled {
    margin-bottom: 0;
}

.hero-text .list-unstyled li {
    font-size: 17px;
    font-weight: 300;
    display: flex;
    line-height: 22px;
    margin: 0 auto 18px;
}

.hero-text p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 15px;
}

.hero-buttons .btn {
    margin-right: 10px;
}

.info-card {
    position: absolute;
    top: 60%;
    left: 0;
    padding: 30px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    max-width: 170px;
    text-align: center;
    line-height: 22px;
}

.list-unstyled i {
    margin-right: 15px;
}

.info-card i {
    display: block;
    font-size: 40px;
    color: #ff6c00;
    margin-bottom: 9px;
}

.hero-section .circle-design {
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    width: 300px;
    height: 300px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    z-index: -1;
}

.hero-section .circle-design-1 {
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    width: 360px;
    height: 360px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    z-index: -1;
}

.hero-section .circle-design-2 {
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    width: 250px;
    height: 250px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    z-index: -1;
}

span.our-centers {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.about-section {
    padding: 80px 20px;
}

.about-section .row {
    margin-top: 40px;
}

.about-section h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
}

.feature-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 17px 14px;
    margin-bottom: 8px;
    border: 1px solid #cfcfcf;
    align-items: flex-start !important;
    gap: 11px;
    height: 90%;
}

.feature-box p {
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
}

.scholarship-section {
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    padding: 40px 20px;
    border-radius: 8px;
    border: 3px solid #fcd6be;
}

.scholarship-section h3 {
    color: #000;
    font-weight: 600;
}

.scholarship-section li {
    margin-bottom: 20px;
    line-height: 30px;
}

.scholarship-section p {
    color: #000;
    font-size: 18px;
}

.scholarship-section .btn {
    background: #454545;
    color: #fff;
}

.scholarship-section .btn:hover {
    background: #1E1E1E;
}

.image-layout img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.text-purple {
    color: #d90019;
}

.card-y {
    border: none;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

.card-y img {
    border-radius: 8px;
}

.card-img-top-y {
    width: 100%;
}

.card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

h5.story-heading {
    margin: 0;
}

p.story-para {
    line-height: 20px;
    font-size: 14px;
}

.service-container {
    padding-top: 80px;
}

.skyline-img-sec img {
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #d90019;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
}

.scholarship {
    color: #ffcc00;
}

.text-underline {
    text-decoration: underline;
}

.container.success-stories {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-students {
    font-size: 34px;
    text-align: center;
}

.subtitle {
    font-size: 1rem;
    color: #d90019;
}

.form-container-info {
    background-color: #7d41c3;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}

.form-container-info input {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #7d41c3;
    color: #fff;
}

.form-container-info input:focus-visible {
    outline: 0;
}

.form-container-info input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.form-container-info input[type="checkbox"] {
    /* margin-top: -8px; */
    padding: 0;
    width: 17px;margin-bottom: 0;
}

.form-container-info button {
    background-color: #fff;
    border: 2px solid #fff;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.form-container-info button:hover {
    background-color: #d90019;
    color: #fff;
}

.policy-tag label {
    font-size: 12px;
    margin-left: 5px;
}

.partners {
    text-align: center;
    margin-top: 60px;
}

.partners img {
    margin-bottom: 5px;
}

.container-enquiry {
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    border-bottom: 2px solid #fcd6be;
    padding-top: 20px;
    padding-bottom: 80px;
}

.form-container-info form {
    padding: 10px;
}

.service-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}

.card-service {
    border: none;
    border-radius: 10px;
    background-color: #ffefdb;
    margin-bottom: 20px;
    padding: 25px;
    min-height: 95%;
}

.icon-y {
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    /* margin-bottom: 60px; */
}

.card-title {
    font-weight: bold;
    font-weight: 16px;
}

.btn-read-more {
    background-color: #d90019;
    color: #fff;
    border-radius: 20px !important;
    padding: 2px 15px !important;
}

.destinations-sec {
    /*border-bottom: 1px solid #ccc;*/
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-destination {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.subtitle-destination {
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.map-container {
    position: relative;
    justify-self: center !important;
}

@media (max-width: 768px) {
      .Filters_list {
    display: inline-block;
    width: 48%;
}
    .title-destination {
        font-size: 28px;
    }
    .subtitle-destination {
        font-size: 14px;
    }
    .world-map-1 .label-1,
    .world-map-1 .label-2,
    .world-map-1 .label-3,
    .world-map-1 .label-4,
    .world-map-1 .label-5 {
        font-size: 12px;
        padding: 3px 7px;
    }

    .plane-img {
        display: none;
    }
    .dots {
        display: none;
    }
    .divider-line-1 img {
        display: none;
    }
    .divider-line-2 img {
        display: none;
    }
    .divider-line-3 img {
        display: none;
    }
    .steps {
        display: block !important;
        justify-content: center;
    }
    .step {
        margin-top: 20px;
    }
    .btn.btn-purple {
        margin-bottom: 20px;
    }
}

.fw-bold {
    font-weight: bold;
    font-size: 34px;
}

.Counseling-box {
    margin-bottom: 40px;
}

.event-meet img {
    width: 100%;
}

.nav-tabs .nav-link.active {
    background-color: #d90019;
    color: #fff;
}

.nav-tabs {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 10px;
    gap: 10PX;
}

.nav-tabs .nav-link {
    cursor: pointer;
}

.nav-tabs .nav-link {
    color: #000;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 400;
}

.center-info {
    background-color: #ffebcd;
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-block;
}

.center-info span {
    font-weight: bold;
    font-size: 22px;
    padding: 2px;
}

.nav-tabs .nav-link.active {
    background-color: #d90019 !important;
    color: #fff !important;
}

.con-tain {
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    /*border-top: 2px solid #fcd6be;*/
    border-bottom: 2px solid #fcd6be;
    padding-top: 80px;
    /*padding-bottom: 80px;*/
}

.container.text-center.dream-journey {
    padding-top: 80px;
    padding-bottom: 80px;
}

.header-consultation {
    text-align: center;
}

.header-consultation h2 {
    font-size: 34px;
}

.header-consultation p {
    font-size: 16px;
    margin-bottom: 80px;
}

.steps {
    display: flex;
    justify-content: center;
}

.step {
    text-align: center;
    z-index: 1;
    position: relative;
}

.setp-icon {
    font-size: 35px;
    color: #fff;
    background: #d7011b;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 82px;
    margin: 0 auto 19px;
}

.step p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.step h6 {
    font-size: 17px;
    margin-bottom: 13px;
}

.divider-line-1 {
    position: relative;
    top: -87%;
    left: 62%;
    display: flex;
    align-items: center;
    z-index: -1;
}

.divider-line-2 {
    position: relative;
    top: -76%;
    left: 62%;
    display: flex;
    align-items: center;
    z-index: -1;
}

.divider-line-3 {
    position: relative;
    top: -76%;
    left: 62%;
    display: flex;
    align-items: center;
    z-index: -1;
}

button:focus {
    outline: none;
}

@media (max-width: 768px) {
    .header-consultation h1 {
        font-size: 28px;
    }
    .header-consultation p {
        font-size: 14px;
    }
    .step {
        max-width: 100%;
    }
    .divider-line-1 img,
    .divider-line-2 img,
    .divider-line-3 img {
        max-width: 100px;
    }
    .consultation form {
        padding: 20px 15px;
    }
    .consultation img {
        display: none;
    }
    .divider-line-1 img,
    .divider-line-2 img,
    .divider-line-3 img {
        width: 100%;
        max-width: 150px;
        margin: 10px auto 0;
    }
}

.consultation {
    background-color: #301b2d;
    color: #fff;
    padding: 52px 35px 35px 35px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 100px;
}

.consultation h2 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.consultation span {
    color: #eba00e;
    border-bottom: 2px solid;
}

.consultation form {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: -100px;
}

.form-control {
    margin-bottom: 15px;
    padding: 7px 15px;
    border-radius: border-radius: 9px;;
    border: #b3b2b2 solid 1px;
    height: auto !important;
}

.consultation form .form-check-label {
    color: black;
    font-size: 12px;
    margin-left: 5px;
}

.consultation form .btn {
    background-color: #d7011b;
    color: #fff;
    width: 50%;
    border-radius: unset;
}

.consultation img {
    position: absolute;
    bottom: -185px;
    left: 70px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: 10px;
}

.form-check-input {
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
}

.container.article {
    padding-top: 80px;
    padding-bottom: 80px;
}

.article-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    ;
}

.article-title .highlight {
    color: #d90019;
    border-bottom: 2px solid;
}

.article-subtitle {
    text-align: center;
    color: #000;
    margin-bottom: 35px;
    font-size: 16px;
}

.article-title .row {
    margin-bottom: 190px;
}

.card {
    padding: 15px;
    border-radius: 8px;
}

.card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-img-top {
    border-radius: 8px;
}

.card-body-y {
    padding-top: 20px;
    background: none !important;
    text-align: left;
}

.card-title-y {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 11px;
}

.card-title-y a {
    color: #000;
}

.card-title-y a:hover {
    color: #d90019;
}

.card-text {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.read-more {
    color: #13005b;
    font-weight: bold;
    font-size: 14px;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #4545;
    font-size: 12px;
    color: #777;
    display: flex;
    justify-content: space-between;
    padding: 7px 0 0;
    margin-top: 19px;
    margin-bottom: -7px;
}

.card-footer i {
    margin-right: 5px;
    color: #000;
}

.contact-info {
    margin-top: -100px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.footer p {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 35px;
    color: #c2c2c2;
}

.explore-link-border {
    margin-top: 65px;
}

.border-line {
    border-bottom: 2px solid #454545;
}

.spacer {
    margin-bottom: 100px;
}

.footer a:hover {
    color: #f8f9fa;
}

.footer hr {
    border-top: 1px solid #444;
}

.footer .column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer .column h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.footer .column ul {
    list-style: none;
    padding: 0;
}

.footer .column ul li {
    margin-bottom: 18px;
    font-size: 16px;
}

.footer .column ul li a {
    color: #c2c2c2;
    text-decoration: none;font-size: 15px;
    margin-left: 8px;
}

.footer .column ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 10px;
}

.social-icons a:hover {
    color: #0d6efd;
}

.contact-section {
    background-color: #13005b;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    margin-top: -100px;
}

.contact-section h5 {
    margin-top: 26px;
    line-height: 34px;
    text-align: left;
}

.contact-section .info-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #fff;
    color: #6b0078;
    padding: 10px 15px;
    border-radius: 8px;
    margin-block: 10px;
}

.contact-section .info-box i {
    font-size: 18px;
}

.contact-section .info-box span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.location-center {
    margin-top: 60px;
}

.footer-social {
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 20px !important;
    border-radius: 8px;
}

.footer-social a {
    color: #fff;
    margin: 0 10px;
}

.footer-social a:hover {
    color: #ccc;
}

.footer-social .email {
    text-align: right;
}

.circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle img {
    height: 100%;
    object-fit: cover;
}

.map-container .label {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.usa {
    top: -5%;
    left: -46%;
}

.uk {
    top: -85%;
    left: -10%;
}

.australia {
    top: -111%;
    left: 37%;
}

.canada {
    top: -82%;
    right: -22%;
}

.europe {
    top: 7%;
    left: 114%;
}

.indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.line {
    width: 80px;
    height: 2px;
    background-color: purple;
    position: relative;
}

.line::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: purple;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -3px;
}

.map-container .label-1 {
    position: absolute;
    top: 42%;
    left: 3%;
    color: transparent;
    font-size: 30px;
    cursor: pointer;
}

.map-container .label-2 {
    position: absolute;
    top: 15%;
    left: 17%;
    color: transparent;
    font-size: 30px;
    cursor: pointer;
}

.map-container .label-3 {
    position: absolute;
    top: 5%;
    left: 34%;
    color: transparent;
    font-size: 30px;
    cursor: pointer;
}

.map-container .label-4 {
    position: absolute;
    top: 13%;
    left: 78%;
    color: transparent;
    font-size: 30px;
    cursor: pointer;
}

.map-container .label-5 {
    position: absolute;
    top: 39%;
    left: 91%;
    color: transparent;
    font-size: 30px;
    cursor: pointer;
}

.plane-img {
    position: absolute;
    top: 76px;
    right: -10px;
    transform: translate(-50%, -50%);
}

.dots {
    position: absolute;
    top: 145px;
    right: -30px;
    transform: translate(-50%, -50%);
}

.form-container {
    font-family: "Ubuntu", sans-serif;
    max-width: 400px;
    top: 0;
    bottom: 0;
    right: -400px;
    border-radius: 0;
    background: #fff;
    padding: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: auto;
    position: fixed;
    transition: right 0.7s ease-in-out;
    z-index: 99;
}

.form-container.show {
    right: 0;z-index: 99999;
}

.form-container img {
    display: block;
    margin: 2px 0 20px;
    width: 50%;
}

.form-container h2 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 24px;
}

.form-container p {
    font-size: 8px;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 500;
}

.form-container .btn-primary {
    background-color: #d90019;
    border-color: #d90019;
    font-weight: bold;
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: 0.7;
    position: fixed;
    background-color: #000;
    z-index: 1;
}

.enquiry-button {
    margin-right: 0px;
    position: fixed;
    right: 0;
    top: 40%;
    padding: 12px 4px;
    background-color: #128b1c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
    cursor: pointer;
}

.enquiry-button a {
    color: #fff;
    text-decoration: none;
}

#enquiryForm .form-control {
    padding: 8px 14px;
    font-size: 14px;
    margin: 0 auto 8px;
}

#enquiryForm .form-group {
    margin: 0 auto 8px;
}

.copyright-text {
    text-align: center;
    padding: 20px 0 0;
}

.copyright-text p {
    margin: 0 auto;
}

//new style sheet ///
h3.progress-title {
    margin-bottom: 9px;
    font-size: 15px;
}

.progress-title {
    font-size: 16px;
    color: #011627;
    margin: 0px 0 10px;
    font-weight: 700;
}

.progress {
    background-color: #fff;
    height: 15px;
    overflow: visible !important;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    border-radius: 20px !important;
    box-shadow: none;
    border: 1px solid black;
}

.progress .progress-bar {
    animation: animate-positive 2s;
    position: relative;
    box-shadow: none;
    border-radius: 20px !important;
}

.progress .progress-bar:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0px;
    background-color: #FF918E;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid black;
}
.progress .progress-bar:before {
    content: "$200";
    top: -37px;
    right: 0px;
    position: absolute;
    z-index: 999;
    font-size: initial;
    color: #000;
    font-weight: 400;
}
.banner_sec_contect {
    position: relative;
    z-index: 999;
}
.step.advanc_item .setp-icon {
    background: #fff;
    line-height: 75px;
    border: 1px solid #d7011b;
}

.advanc_page {
    border: 5px solid #9580ba;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/uk_bg.jpg);
    padding: 4% 2% 0;
    border-radius: 20px;
}

.advanc_page a.btn {
    color: #000;
    background: #fff;
}

.text-end {
    text-align: end;
}

.document_teb p {
    font-weight: 400;
}

.document_teb h6 {
    margin-bottom: 5px;
}

.document_teb ul li {
    font-weight: 400;
}

.document_teb {
    background: rgb(255 255 255 / 60%);
    padding: 30px;
}

.step.advanc_item .divider-line-1 {
    top: -80%;
}

.step.advanc_item .divider-line-3 {
    left: 46%;
}

.step.advanc_item a {
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
}

.step.advanc_item h6 {
    font-size: 14px;
    margin: 0;
}

.step.advanc_item span {
    background: #d7011b;
    font-weight: 400;
    padding: 5px 9px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

.cost_items_contet h6 {
   
    margin-bottom: 6px;
    color: #d90019;
}

.cost_items_contet p {
    font-weight: 400;
    margin: 0;
    line-height: initial;
}

.cost_items {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #cfcfcf;
    align-items: center;
    gap: 20px;
    display: flex;
}

.cost-section {
    padding: 50px;
    border: 1px solid #ffe5d4;
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    border-radius: 20px;
}

.cost-section p {
    line-height: 25px;
}

section.Timeline_sec .feature-box {
    height: auto;
    display: flex;
    margin-bottom: 20px !important;
}

.main_form form.from-inpt {
    padding: 0 2rem 1rem;
}

.main_form {
    background: rgba(46, 49, 146, 0.5);
}

.section-padding {
    padding: 60px 0;
}

.SAT_colms .who_colm .img img {
    width: 100px;
    background: none;
}

.main_form h6 {
    color: #fff;
    background: rgb(46 49 146 / 18%);
    padding: 14px;
}

.SAT_colms .who_colm h6 {
    margin: 0px;
}

.who_colm .img img {
    background: #d90019;
    margin-bottom: 10px;
    border-radius: 20px 0px 20px;
    padding: 10px;
}

.who_colm.text-center {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 20px ;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
}

.SAT_sider {
    padding: 9px;
    border: 5px double #d90019;
}

.colm-contect ul li span.text-orange {
    font-size: 18px;
    color: red;
    font-weight: 400;
}

.Recent_Articles_colm {
    padding: 2rem 2rem 1rem;
}

.Recent_Articles {
    border-bottom: 1px dotted #eee;
    margin-bottom: 12px;
}

.recent_content p {
    color: #333;
    line-height: normal;
    font-size: 12px;
}

.recent_content h6 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.Recent_Articles img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    border-radius: 5px;
}

.Recent_Articles {
    display: flex;
}

.sat_img {
    display: flex;
}

.sat_img_1 img {
    border: 1px double #d90019;
    padding: 7px;
    width: 150px;
    height: 100px;
}

.heding.text-center.sat-right_colm {
    background: #d90019;
    color: #fff;
}

.sat_img_1 {
    margin-right: 20px;
}

}

.sat_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.font-30 {
    font-size: 25px;
    margin-bottom: 10px;
}

.info_bar {
    font-size: 14px;
}

.info {
    margin-top: 10px;
}

.Universities_tital h6 {
    margin: 0;
    font-size: 13px;
}

.Universities_tital {
    margin-left: 8px;
}
.Universities_logo {
    width: 50px;
    height: 50px;
}
.Universities_tital span {
    font-size: 13px;
    line-height: 0;
}

.Universities_head {
    border-bottom: 1px dotted #cfcfcf;
    display: flex;
    align-items: center;
    align-items: center;
    padding-bottom: 20px;
}

.Universities_servies {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #cfcfcf;
    align-items: flex-start !important;
    /* gap: 11px; */
    /* height: 90%; */
}

.Universities_servies a.btn.btn-purple {
    padding: 6px 8px;
    font-size: 12px;
    width: -webkit-fill-available;
}

.Universities_logo img {
    height: 50px;
    width: 50px !important;
    border-radius: 50%;
    border: 2px solid #d90019;
    padding: 2px;
}

.info_bar strong {
    font-size: 14px;
    font-weight: 500;
}

.btn {
    padding: 8px 15px;
}

.country_flag img {
    width: 100px !important;
    height: 100px;
    border: 2px solid #fff;
    margin-bottom: 30px;
    border-radius: 50%;
    padding: 7px;
}

.page_list {
    font-weight: 400;
}

.colm-pte_contect {
    font-weight: 400;
}

.colm-pte_contect ol li {
    font-weight: 400;
    margin-bottom: 10px;    text-align: justify;
}

ul.page_list li {
    margin-bottom: 20px;
    line-height: 28px;
}

.overview_colm h6 {
    margin-bottom: 12px;
    color: #d90019;
    font-size: 19px;
}

.overview_colm {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px dotted #d90019;
    padding: 30px 30px 10px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.overview_colm p {
    line-height: 26px;
}

.text-start {
    text-align: start;
}

.Format_contnet i {
    color: #d90019;
    margin-right: 5px;
    font-size: 14px;
}

.Format_contnet h6 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #d90019;
    font-weight: 500;
}

.Format_contnet p {
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.Format_contnet {
    margin-bottom: 30px;
}

.pte_sec_colm .contact-section {
    border-radius: 20px;
    border: 1px solid #dedada;
    z-index: 9;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    position: relative;
    margin-top: -15%;
}

}

.section-padding {
    padding: 60px 0;
}

#header .btn {
    padding: 9px 20px;
    margin: 5px 0 0 10px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 2px 10px;
}

.start_Up_contact.active .start_Up_n {
    background: #d90019;
    color: #fff;
}

.start_Up_contact.active .start_Up_c {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #d90019;
}

.start_Up {
    background: #eee;
    border-radius: 10px;
    padding: 4% 5% 2%;
}

.start_Up_img img {
    border-radius: 20px;
    border: 4px solid #fff;
}

.start_Up_contact {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.start_Up_n {
    border: 3px solid #d90019;
    width: 50px;
    height: 50px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.start_Up_c {
    padding: 15px 20px;
}

.start_Up_c h6 {
    font-size: 15px;
    color: #d90019;
    margin: 0;
}

.start_Up_c p {
    margin: 0;
    font-size: 13px;
}

.start_Up_c {
    margin-left: 10px;
}

.t-img img {
    border-radius: 10px;
}

ul.t-list li i {
    color: #d90019;
    margin-right: 2px;
}

ul.t-list li {
    display: block;
    line-height: 39px;
    font-weight: 400;
}

ul.t-list {
    padding: 0;
}

.question {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {font-weight: 400;
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active+.answercont {}

.testimonial span {
    font-size: 13px;
}

.study h6 {
    font-size: 15px;
    margin: 0;
}

.study i {
    color: #d90019;
}

.study {
    border: 1px solid #cfcfcf;
    padding: 5px;
    border-radius: 10px;
}

.study p {
    font-size: 10px;
    margin-bottom: 0;
    line-height: initial;
}

.testimonials {
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}

.testimonial {
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.name {
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 0px;
    color: #d90019;
}

.stars {
    color: #f0932b;
    margin-bottom: 10px;
}

ul.list-toefl li {
    display: inline-table;
    background: #fff;
    font-size: 15px;
    margin: 6px;
    font-weight: 400;
    border: 1px solid #cfcfcf;
    width: 45%;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 7px 11px;
    margin-bottom: 15px;
}

.hero-TOEFL-in {
    padding: 50px;
    border: 1px solid #ffe5d4;
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    border-radius: 20px;
}

ul.list-toefl {
    padding: 0;
}

ul.list-toefl li i {
    margin-right: 10px;
    color: #d90019;
}

.toefl_sider {
    padding: 9px;
    border: 5px double #d90019;
}

.card-service.TOEFL {
    border: none;
    border-radius: 10px;
    text-align: center;
    background-color: #e5d0f43d;
    margin-bottom: 20px;
    padding: 25px;
    min-height: auto;
    border: 1px dotted;
}

.card-service.TOEFL .icon-y {
    margin: 0px auto 20px;
}

ul.list-toefl li {
    display: inline-table;
    background: #fff;
    font-size: 15px;
    margin: 6px;
    font-weight: 400;
    border: 1px solid #cfcfcf;
    width: 45%;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 7px 11px;
    margin-bottom: 15px;
}

ul.list-toefl {
    padding: 0;
}

ul.list-toefl li img {
    width: 30px;
    border-radius: 50%;
    margin-right: 14px;
}

.fontsize18 {
    color: #fff;
    background: #d90019;
    font-size: initial;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.GMAT_Prep_section ul#myTab {
    padding: 10px 25px;
    background: #eee;
}

.GMAT_Prep_section ul#myTab .nav-item {
    margin-bottom: 10px;
}

.Platform_list ul {
    padding: 0;
}

.Platform_list ul li {
    display: block;
    background: #eeee;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #d90019;
}

.map-img img {
    height: 540px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 10px;
    border: 1px solid #eee;
}

.btn-ser {
    color: #ffff;
    background: #d90019;
    border-radius: 5px;
    width: fit-content;
    position: relative;
    padding: 2px 10px;
    font-size: 12px;
    font-family: revert;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    font-weight: 500;
}

.icon_img {
    width: 65px;
    height: 60px;
    border-radius: 2px;
    padding: 10px;
    border: 1px solid #d90019;
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 18px;
}

.services-block-three {
    margin-bottom: 50px;
    background-color: #eee;
}
ul.dropdown-menu.Destinations-teb {
    background: transparent !important;
}
.Scholarships-country p {
    margin-bottom: 2px;
}
.counter-name h2 {
    margin: 0;
    font-size: 57px;
    color: #d90019;
    font-weight: 100;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 30px;
}

.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #d90019;
    border-right: 2px solid #d90019;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #d90019;
    border-left: 2px solid #d90019;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three h4 {
    color: #d90019;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

.services-block-three a:hover,
a:active {
    color: #d90019;
    text-decoration: none;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.inner_hero .hero-text h1 {
    font-size: 40px;
    margin-bottom: 12px;
}

img.silder-v {
    height: 400px;
}

.btn-group.group-2 {
    padding: 0 40px;
}

.info-card.in-page {
    top: 10%;
    right: 0;
    padding: 30px 10px 0px 10px;
    left: auto;
    max-width: 270px;
}

.enquiry-button {
    z-index: 999;
}

main.overflow-hedden {
    overflow: hidden;
}

.circle-design.img-item {
    background-image: url(images/bg_01.html);
}

.circle-design.img-item {
    background-image: url(images/bg_01.html);
    border-radius: unset;
    border: none;
    width: inherit;
    background-repeat: no-repeat;
}

.group-2 a {
    margin: 7px;
}

.inner_hero .hero-text .list-unstyled li {
    margin: 0 auto 2px;
    align-items: center;
}

.inner_hero .hero-text .list-unstyled li a {
    line-height: 40px;
    margin-left: 40px;
    font-weight: 400;
}

.inner_hero .list-unstyled i {
    margin-right: 15px;
    color: #d90019;
    margin-right: 0;
    font-size: 40px;
}

.inner_hero .hero-text .list-unstyled li {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    line-height: 20px;
}

.colms-contect ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    top: 7%;
    height: 40px;
    background-color: #d90019;
    left: -13px;
}

.colms-contect ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    display: block;
    margin-bottom: 20px;
}

.card-img {
    position: absolute;
    width: 200px;
    z-index: 1;
    bottom: 50px;
    transform: translate(-20%, 20%);
}

.right-side-banner-2 {
    background-color: #d90019;
    padding: 70px 30px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.right-side-banner-sec {
    z-index: 1;
    position: relative;
}

.right-side-banner-2:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 100%;
    left: -20%;
    position: absolute;
    top: -15%;
    background: #8481ff;
}

.right-side-banner-2:after {
    content: "";
    width: 300px;
    background-image: url(images/bg_01.html);
    height: 200px;
    border-radius: 100%;
    background-repeat: no-repeat;
    right: -13%;
    position: absolute;
    transform: rotate(295deg);
    bottom: -15%;
}

.right-side-banner {
    background-color: #13005b;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.from-inpt {
    text-align: center;
    padding: 2rem ;
}

.right-side-box {
    margin-bottom: 40px;
    padding: 0px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.heding {
    background: #f7f5f5;
    padding: 20px 0;
    box-shadow: rgb(149 157 165 / 20%) 0px 5px 14px;
}

.heding h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.right-side-box ul {
    padding: 1rem 2rem;
}

.right-side-box ul li {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #cccccc7d;
    font-weight: 300;
}

.right-side-box ul li i {
    margin-right: 5px;
    font-weight: 300;
}

ul.table-list {
    background: #e8dffb;
    border-radius: 5px;
    padding: 20px;
    font-weight: 300;
    border: 1px solid #cccccc;
}

ul.table-list li i {
    color: #d90019;
    margin-right: 5px;
    font-size: 15px;
}

ul.table-list li {
    font-family: math;
    color: #d90019;display: block;
}

.colm-contect-box .colm-contect p {
    font-weight: 400;
}

.bs-color td {
    color: #d90019;
    font-weight: 400;
}

.table-bs td {
    font-weight: 400;
    border: none;
    color: #d90019;
}

.colm-contect-box .btn {
    position: absolute;
    padding: 7px 15px;
    right: 0;
    width: fit-content;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 40%);
}

.colm-contect-box .colm-contect h6 {
    margin-bottom: 10px;
    color: #d90019;
}

.colm-contect-box {
    position: relative;
    padding: 30px 20px;
    margin-bottom: 40px;
    text-align: center;
    background: #f7f5f5;
    border-radius: 15px;
    border: 1px solid #eee;
}

.colm-img {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 25px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.colm-img img {
    border-radius: 20px;
}

.contact-infos {
    position: relative;
    border: 1px solid #eee;
    padding: 20px 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    z-index: 1;
}

.contact-infos-item i {
    border: 1px solid #d90019;
    border-radius: 50%;
    padding: 6px;
    color: #d90019;
}

.contact-infos-item i {
    border: 1px solid #d90019;
    border-radius: 50%;
    margin-right: 8px;
    padding: 6px;
    color: #d90019;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

ul.mark-item {
    padding: 0;
}

ul.mark-item li i {
    font-weight: 400;
    font-size: 14px;
}

.contact-infos-item {
    border: 1px solid #d90019;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
}

.contact-infos-item p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

ul.mark-item li {
    display: inline-block;
    background: #e8e9e5;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 6px;
}

.right-side-box ul li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

ul.mark-item li a {
    text-decoration: none;
    color: #000;
}

.card-body.item {
    background: #fff;
    bottom: 10px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.card-body.item h5 {
    color: #000;
    font-size: 15px;
}

.success-card img {
    border-radius: 8px;
}

.card-img-top-y {
    height: auto;
}

.card-img-top-y {
    width: 100%;
}

.hero-section.inner_hero img.inner_img {
    width: auto;
}

@media (max-width: 380px) {
 .consultation form .form-check-label {
    line-height: normal;
    margin-left: 0;
}
.Documents_colm h2 {font-size: 15px !important;
    display: grid;    width: 100%!important;
}
.mb-sm-2{margin-top: 10px;}
.modal-dialog span {
    font-size: 17px;
}
.Documents_colm h2 i{margin-bottom: 10px;font-size: 25px;
}
    .inner_hero .info-card {
        display: none;
    }
    .cost_items_contet {
        margin-top: 14px;
    }
     .cost_items img {
        margin-bottom: 3px !important;
    }
    .card-img {
        display: none;
    }
        div#main-silder .hero-buttons a {
        margin: 0 0 10px !important;
    }
    .hero-text p{margin: 0 !important;}
    .cost_items {
        display: block;
    }
}

@media (max-width: 480px) {
        .Filters_list {
        display: block;
        width: 100%;
    }
    .filder_colm .question{font-size: medium !important;        line-height: inherit;}
    .filder_colm{margin-bottom: 20px;}
    .second {
        min-width: 100%;
        float: none;
    }
    .scholarship_colm_min{height: 100% !important; overflow: unset !important;}
    .scholarship_colm_min ul#myTab button {
    margin-right: 0 !important;
    font-size: 9px !important;
    font-weight: 700;
    padding: 1px 6px;
}
.scholarship_colm_min ul#myTab {
        padding: 10px 0 !important;
    }
    .third{    width: 100% !important; margin-top: 10px !important;}
    .third p{margin-bottom: 0;}
  .cost_items_contet p {
    font-size: small !important;
}
    .card-img {
        right: 0px !important;
        bottom: -54px !important;
        transform: rotate(242deg) !important;
    }
}

@media (max-width: 1020px) {
  
    .section-team .single-person {
    padding: 18px 9% 0 !important;}
    .question {
    padding: 20px 80px 0px 20px;}
ul.teb-page-scroll li {
    font-size: smaller;
}
.price_item_info_c {    text-align: center;
    display: block !important;
}
.price_item_info_c .ms-2 {line-height: 1;
    font-size: 12px !important;
    margin-left: 0 !important;
}
.all-steps.course_sreps .divider-line-1 {
    top: -72% !important;
    left: 62% !important;
}
.all-steps.course_sreps .divider-line-2 {
    top: -68% !important;
    left: 53% !important;
}
  .section-team .single-person .person-info .full-name {line-height: normal;
    font-size: 15px !important;
}
.section-team .single-person .person-info .speciality {line-height: normal;
    font-size: 10px  !important;}

 .section-team .single-person .person-image {
    width: fit-content !important;
    height: fit-content !important;
}
  .card.blog_details .blog_details_img {
    height: 100%  !important;
}
  .progress_advanc .progress {
    transform: unset!important;
}
.progress_advanc h3.progress-title.text-end.text-success {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}
.progress_advanc h3.progress-title.text-danger {
    position: relative !important;
    bottom: 0px !important;
    left: 0 !important;
}
    div#myorder2 {
        order: 2;
    }

    div#myorder1 {
        order: 1;
    }
    div#myorder3 {
        order: 3;
    }
     section.section-padding.sat_Prep_section button {
    padding: 8px 23px;
}
}

@media (max-width: 1200px) {
      .uni-tab {margin-right: 5px !important;
    font-size: 14px !important;
}
  .price_item_info_c .ms-2 {
    font-size: 14px;
}
    .online_ser .blog_details_contect a.btn.btn-purple {
    margin: 0 !important;
}
  .contact-infos-item p {
    font-size: small;}
   .navbar-light .navbar-nav .nav-link {
    font-size: 13px !important;padding-left: 0;
}
    .steps {
        overflow: scroll;
    }
    .cost_items_contet p {
        font-size:medium;
    }
    ul.table-list li {
        font-size: 13px;
    }
    .inner_hero .hero-text h1 {
        font-size: 32px;
    }
    .contact-section h6 {
        font-size: small;
    }
    .card-img-top-y {
        height: auto;
    }
    .bs-color th {
        font-size: 14px;
    }
    .bs-color td {
        line-height: initial;
    }
    .info-card.in-page {
        top: 50%;
        max-width: fit-content;
    }
   
    .btn-group.group-2 {
        padding: 0 10px;
    }
    .group-2 a {
        margin: 2px;
    }
    .card-img {
        width: 185px;
        transform: translate(-39%, 46%);
    }
    .right-side-banner a.btn {
        font-size: smaller;
    }
}

.pt-190 {
    padding-top: 190px;
}

.fontsize30 {
    font-size: 30px !important;
}

@media (max-width: 767px) {
        div#Filters .Filters_list {
        display: inline-block;
        width: 100%;
    }
    .sticky {
    width: 95% !important;}
    .uni-tab.active:after{display: none;}
    .uni-header{display: block !important;}
    .levels {
    column-gap: 5px !important;
}
.visit-site {
    justify-content: center;}
    section.hero-section.inner_hero.pt-5 .hero-buttons a.btn.btn-purple {
    margin: 0;
}
    ul.teb-page-scroll li {
       display: block !important;
    }
   .hero-section .img_b {
    background-size: contain;
}
.card-service  .icon-y {
    margin-bottom: 19px;
}
 .colm-pte_contect ol li {
    text-align: unset;
}
.consultation form {
    padding: 20px;
}
div#main-silder .hero-buttons a {
    margin: 0 5px;
}


  .inner_hero .hero-text .list-unstyled li {
    margin-bottom: 5px;font-size: 14px;}
    .inner_hero .list-unstyled i {
    font-size: 28px;
}
  ul.table-list li i {
    color: #d90019;
    margin-right: 8px;
    font-size: 15px;
}
ul.table-list li {
    display: block;
    line-height: 22px;
}
  h4.panel-title span {
    font-size: 13px;
}
  table.table tr {
    font-weight: 400;
    font-size: 15px;
    line-height: initial;
}
  .location_colm ul.list-toefl li {
    display: inline-flex;
}
.location_colm ul.list-toefl li:before {
    display: none;
}
  .row.hero-TOEFL-in a {
    font-size: 12px;
    margin: 0 0 20px;
}
.row.hero-TOEFL-in .hero-buttons {
   text-align: center;
}
  ul.list-toefl li {
    display: inline-flex;margin:5px;
    font-size: x-small;align-items: center;
    line-height: initial;
}
ul.list-toefl li i {    font-size: 12px;
    margin-right: 5px;
}
 .why_choose_sec .success-card img {
    height: 283px;}
  .map-img img {
    height: 300px;}
  .map-sec li.nav-item {
    font-size: 13px;
    /* padding: unset; */
}
.map-sec li.nav-item button {
    padding: 5px 13px !important;
}
    .contact-section .info-box span {
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }
    .right-side-banner-2:after {
        right: -18%;
        bottom: -19%;
    }
    ul.table-list li {
        font-size: 13px !important;
    }
    .bs-color th {
        font-size: small !important;
    }
    .contact-section h6 {
        font-size: 15px;
    }
    .card-img-top-y {
        height: auto;
    }
    .title-students {
        font-size: 23px;
    }
    .colm-img {
        margin-bottom: 20px;
        padding: 15px;
    }
    .table-bs td {
        font-size: 13px;
        line-height: initial;
    }
    .bs-color td {
        font-size: 13px;
        line-height: initial;
    }
    table.table.border.table-bs th {
        font-size: 13px;
    }
    .japan-sec .hero-buttons a {
        margin: 0 3px;
        font-size: 14px;
    }
    div#main-silder ul#myTab button {
        font-size: 12px;
        padding: revert !important;
    }
    .italy-hero_row {
        padding: 30px 15px !important;
    }
    section.banner_join {
        padding: 60px 0 !important;
    }
    section.banner_join h1 {
        font-size: 40px;
    }
    section.hero-section.inner_hero.finland {
        padding: 20px !important;
    }
    .Additional_sec {
        padding: 60px 0 !important;
    }
    .wrapper h2.title-students.mb-5 {
        margin-bottom: 18px !important;
    }
    .pt-sm-40 {
        padding-top: 40px !important;
    }
    .step {
        width: 49%;
        display: inline-block;
    }
    .section-heading {
        margin: 0;
    }
    .circles li:nth-child(6) {
        width: 60px !important;
        height: 60px !important;
    }
    .circles li:nth-child(10) {
        width: 70px !important;
        height: 70px !important;
    }
    .circles li:nth-child(9) {
        width: 65px !important;
        height: 65px !important;
    }
    section.section-padding.cost_sec {
        padding-top: 0;
    }
    section.section-padding.cost_sec img {
        padding-bottom: 20px;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .hero-section.inner_hero h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    ul#myTab {
        padding: 20px 0 !important;
    }
    .document_teb {
        padding: 10px;
    }
    .hero-section.inner_hero p {
        line-height: 25px;
    }
    .fontsize30 {
        font-size: 18px !important;
    }
    .cost_items img {
        width:64px;    margin-bottom: 18px;
    }
    .cost_items {
    display: block;
        margin-bottom: 15px;
        gap: 10px;
    }
    .canada_colms h6 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .canada_colms p {
        line-height: 22px;
        font-size: 15px;
    }
    .pt-190 {
        padding-top: 50px;
    }
    .cost-section {
        padding: 50px 20px;
    }
    .progress_advanc h3.progress-title.text-danger {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
    }
    .progress_advanc h3.progress-title.text-end.text-success {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
    }
    .progress_advanc .progress {
        transform: unset !important;
    }
    .cost_items_contet p {
        font-size: small;
    }
    .nav-link {
        display: block;
        padding: 8px 28px;
    }
    .advanc_page {
        padding: 6% 3% 0;
    }
    .question {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 28px 20px 0px;
}
    .question::after {
        font-size: 15px;
    }
    .spacer .card {
        margin-bottom: 30px;
    }
    .hero-section.inner_hero {
        height: auto;
    }
    .from-inpt {
        padding: 2rem 1rem;
    }
    .card-img-top-y {
        height: 300px !important;
    }
    iframe {
        height: 200px;
    }
    .inner_hero .info-card {
        top: 10% !important;
        right: 17px !important;
        left: auto !important;
    }
    #header {
        padding: 0 10px;
    }
    .card-img {
        right: -40px;
        bottom: -70px;
        transform: translate(-9%, 0%) !important;
    }
    .colms-contect ul {
        padding-left: 19px;
    }
    .contact-infos {
        position: relative;
        top: -15px;
    }
    .contact-section h2 {
        font-size: 27px !important;
    }
    .colm-contect-box .btn {
        transform: translate(-50%, 100%);
    }
    .colm-contect-box {
        margin-bottom: 60px;
    }
    .inner_hero .hero-text h1 {
        font-size: 31px;
    }
    .inner_hero {
        margin-top: 0;
    }
}

@media (max-width: 920px) {
    .gmat_Resources .card-service .d-md-flex {
    display: block !important;
}
.dots {
    top:unset;
    bottom: 20%;}
.card-service .d-flex {
    display: block !important;
}
.plane-img {top: unset;
    bottom: 32%;;
}
.blog .title-students {
    font-size: 22px;
}
.Ireland_item .card-body.item h5 {
    font-size: x-small !important;
}
.Ireland_item .card-body {
    padding: 10px 0;}
.colm-pte_contect ol li {
    line-height: 22px;
}
.formet_img img {
    margin-bottom: 31px;
}
  .cost_items img {
    margin-bottom: 12px;
}
  .cost_items{display: block;}
  .policy-tag label {
    line-height: 1;
}
  .online_ser .blog_details_contect a.btn.btn-purple {
    margin: 0 5px !important;
}
.input-colm {
    border-radius: 5px !important;
}
  .all-steps.course_sreps .divider-line-1 {
    top: -73% !important;
}
.all-steps.course_sreps .divider-line-2 {
    top: -70% !important;
    left: 47% !important;
}
  div#main-silder .hero-buttons a {
    font-size: smaller;
}
  .right-side-box ul li a {
    line-height: normal;
    font-size: 13px;
}
  .blog_details_contect .card-footer div {
    display: none;
}
.blog_details_contect .card-text {
    font-size: 12px;
    color: #000;
    line-height: normal;
}

  .usa-sec_banner .from-inpt {
    padding: 1rem 1rem 6px !important;
}
  .main_form form.from-inpt {
    padding: 0 1rem 1rem;
}
  .map-sec li.nav-item button {
    padding: 6px 23px;
}
  .fontsize18 {
    padding: 15px 10px;
}
  .btn-read-more {
    padding: 10px 15px !important;
}
section.Additional_sec .feature-box.d-flex {
    display: block !important;
}
    .dubai_rent_sec .cost_items_contet p {
        font-size: medium;
    }
    .fontsize30 {
        font-size: 22px !important;
    }
    ul.t-list li {
        margin-bottom: 10px !important;
    }
    ul.t-list li i {
        margin-right: 7px;
    }
    ul.t-list li {
        display: inline-flex;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .location_colm {
        margin-top: 20px;
    }
    .SAT_colms .who_colm h6 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .SAT_colms .who_colm p {
        font-size: 15px;
        line-height: 25px;
    }
    .group-2 a {
        margin: 3px;
    }
    .right-side-banner-2:after {
        background-repeat: no-repeat;
        right: -26%;
        bottom: -84px;
    }
    .bs-color td {
        font-size: 13px;
        line-height: initial;
    }
    .table-bs td {
        font-size: 13px;
        line-height: initial;
    }
    .contact-section h6 {
        font-size: small;
    }
    .bs-color th {
        font-size: 13px;
    }
    .card-img-top-y {
        height: auto;
    }
    .from-inpt {
        padding: 2rem 1rem;
    }
    .inner_hero .info-card {
        top: 50%;
        right: 0;
        /* left: auto; */
        max-width: 150px;
    }
    .right-side-banner-2 {
        padding: 40px 19px 16px;
    }
    ul.table-list li {
        font-size: 17px;
        font-weight: 400;
        color: #d90019;
        font-family: inherit;
    }
    .right-side-banner a {
        font-size: small;
    }
    .card-img {
        transform: translate(-47%, 50%);
    }
}

.hero-gmat-in {
    padding: 50px;
    background-image: url(../images/bg_5.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
}

ol.od-list p {
    margin: 0;
    line-height: 25px;
    font-size: 17px;
}

.colm-contect p {
    font-weight: 400;
}

.font-weight-300 p {
    font-weight: 400;
}

.heding {
    background: #d90019;
    padding: 15px ;
    box-shadow: rgb(149 157 165 / 20%) 0px 5px 14px;
    color: #fff;
}

p {
    font-weight: 400;
}

section.hero-sat {
    position: relative;
    overflow: hidden;
}

section.hero-sat:before {
    opacity: .3;
    content: url(../images/bg_6.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

img.Ireland_logo {
    width: 98px !important;
    display: block;
    border: 1px solid #fff;
}

img.Ireland_logo {
    width: 60px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 13px;
    height: 50px;
}

.country_map img {
    width: 100px !important;
}

.success-card.text-center {
    position: relative;
}

.card-body.item {
    padding: 19px;
}

.progress-bar {
    overflow: unset;
}

.Documents_colm h2 {
    background: #d90019;
    width: fit-content;
    padding: 2%;
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
}

.Documents_colm h6 {
    margin: 10px 0;
}

.Documents_colm ul li {
    font-weight: 400;
    position: relative;
    font-size: 15px;
    line-height: initial;
    display: block;
    margin-bottom: 15px;
}

.Documents_colm ul li:before {
    content: "\f26a";
    color: #d90019;
    left: -25px;
    position: absolute;
    font-family: bootstrap-icons !important;
}

.Documents_colm {
    padding: 4%;
    background: #eee;
}

.Ireland_item .card-body {
    position: relative;
    background: none;
    color: #000;    padding-bottom: 9px;

    margin-top: 10px;
}

.Ireland_item a {
    text-decoration: none;
}

.Ireland_item {
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border: 1px solid #f6ecec;
    text-align: center;
    padding: 5% 5% 0;
    margin-bottom: 10px;
}

.Ireland_item .card-body.item h5 {
    color: #000;
    font-size: 18px;
}

.canada_banner {
    backdrop-filter: blur(6px);
    background: #3d60782e;
    padding: 30px;
    position: relative;
    border: 1px dotted;
    bottom: 0;
    left: 0;
}

.canada_item a {
    text-decoration: none;
}

.canada_item {
    margin-top: -20px;
    text-align: center;
}

.canada_item img {
    border: 1px dotted;
    border-radius: 13px;
    padding: 10px;
}

.canada_item .card-body.item {
    border: 1px dotted #d90019;
    position: relative;
    top: -28px;
}

.canada_colm.Documents_colm {
    background: #eeeeee9c;
    margin-bottom: 20px;
    border: 2px solid #d90019;
}

.progress_advanc {
    position: relative;
}

.progress_advanc .progress {
    transform: rotate(270deg);
}

.progress_advanc h3.progress-title.text-danger {
    position: absolute;
    bottom: -104px;
    left: 25%;
}

.progress_advanc h3.progress-title.text-end.text-success {
    position: absolute;
    top: -104px;
    right: 25%;
}

.canada_colms img {
    width: 80px;
    margin-bottom: 10px;
}

.canada_colms {
    border-bottom: 2px solid #d90019;
    background: #ccddf424;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.canada_colms h6 {
    margin: 0;
}

.success-card {
    text-align: center;
    position: relative;
}

.SAT_colms.Benefits_sec .who_colm p {
    font-size: 13px;
    line-height: initial;
}

.SAT_colms.Benefits_sec .who_colm h6 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #128b1c;
}

.advanc_pages {
    border: 5px solid #9580ba;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/uk_bg.jpg);
    padding: 4% 2%;
    border-radius: 20px;
}

.dubai_rent_sec .cost_items {
    background: #cbf1fa;
    display: block;
}

.dubai_rent_sec .cost_items_contet {
    align-items: center;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.inner_hero .hero-text p {
    font-size: 17px;
}

.banner_join {
    background-image: url(../images/bg_13.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.banner_join p {
    font-size: 20px;
    margin-bottom: 40px;
}

.Additional_sec {
    background-image: url(../images/bg-img.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.banner_join p {
    font-size: 20px;
    margin-bottom: 40px;
}

.sub-feature {
    font-size: 12px;
    font-weight: 500;
}

.main-timeline a {
    text-decoration: none;
}

.main-timeline {
    font-family: sans-serif;
    position: relative;
}

.main-timeline .timeline:after {
    width: 5px;
    content: '';
    display: block;
    clear: both;
    right: 0;
    height: 100%;
    transform: translateY(-50%);
    position: absolute;
    background: #6e6a6a;
    left: 0px;
    z-index: -1;
    top: 50%;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 0 0 100px;
    margin: 0 0 0 50px;
    float: right;
    position: relative;
}

.main-timeline .timeline:before {
    content: '';
    background-color: #D219B4;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -3px;
    top: 50%;
}

.main-timeline .timeline-content {
    color: #fff;
    background: linear-gradient(to right, #E50091, #AE0D97);
    min-height: 140px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px #555;
    display: block;
    position: relative;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: '';
    background: #E50091;
    height: 16px;
    width: 16px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -8px;
    top: 50%;
}

.main-timeline .timeline-content:after {
    background: linear-gradient(to right, #D219B4, #E50091);
    transform: translateY(-50%) rotate(0);
    left: -100px;
    width: 100px;
    height: 5px;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-icon {
    color: #E50091;
    font-size: 40px;
    position: absolute;
    top: 15px;
    left: -70px;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

.main-timeline .description {
    font-size: 14px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 0 100px 0 0;
    margin: 0 70px 0 0;
    float: left;
}

.main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -7px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: -8px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -70px;
}

.main-timeline .timeline:nth-child(4n+2):after {
    left: auto;
    background-image: linear-gradient(to right, #3b29cf, #4267D9);
    right: -5px;
}

.main-timeline .timeline:nth-child(4n+4):after {
    left: auto;
    right: -5px;
    background-image: linear-gradient(to right, #efbc2f, #ff7125);
}

.main-timeline .timeline:nth-child(4n+1):after {
    background-image: linear-gradient(to right, #E50091, #AE0D97);
}

.main-timeline .timeline:nth-child(4n+3):after {
    background: linear-gradient(to right, #42c966, #5BD80B);
}

.main-timeline .timeline:nth-child(4n+5):after {
    background-color: #42c966;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    color: #3b29cf;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    color: #5BD80B;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    color: #ff7125;
}

.main-timeline .timeline:nth-child(4n+5) .timeline-icon {
    color: #AE0D97;
}

.main-timeline .timeline:nth-child(4n+6) .timeline-icon {
    color: #4267D9;
}

.main-timeline .timeline:nth-child(4n+2):before {
    background-color: #17B1EF;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
    background: linear-gradient(to right, #3b29cf, #4267D9);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    background: #4267D9;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
    background: linear-gradient(to right, #4267D9, #17B1EF);
}

.main-timeline .timeline:nth-child(4n+3):before {
    background-color: #04E2CB;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content {
    background: linear-gradient(to right, #42c966, #5BD80B);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
    background: #42c966;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
    background: linear-gradient(to right, #04E2CB, #42c966);
}

.main-timeline .timeline:nth-child(4n+4):before {
    background-color: #EFBC2F;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content {
    background: linear-gradient(to right, #efbc2f, #ff7125);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
    background: #FF7125;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
    background: linear-gradient(to right, #FF7125, #EFBC2F);
}

@media screen and (max-width:767px) {
    #customers-testimonials .owl-item.active.center .item {
    transform: scale3d(1.1, 1.0, 1) !important;
}
    .Ireland_item .card-body.item h5 {
    font-size: small !important;
}
  button#submit1 {
    margin-top: 8px;
}
  .footer-social {    text-align: center;
    display: block !important;}
  .right-side-box ul li a {
    line-height: normal;
    font-size: 17px;
}
    .section-team .single-person .person-info .full-name {line-height: normal;
    font-size: 19px !important;
}
.section-team .single-person .person-info .speciality {line-height: normal;
    font-size: 14px  !important;}

   .blog_details_contect .card-footer div {
    display: block;
}
.blog_details_contect .card-text {
    font-size: 15px;
    color: #000;
    line-height: 25px;
}
  .uk_sec_baaner .text-white {
    background: none !important;
    text-align: center;
}
.uk_sec_baaner .country_flag img {
    margin: 0 auto;
}
.uk_sec_baaner .position-relative {
    margin-top: 0;
}
.uk_sec_baaner {
    padding-top: 50px;
}
  section.Additional_sec .feature-box.d-flex {
    display: flex !important;
}
  .gmat_Resources .icon-y {
    margin-bottom: 20px;
}
  .cta-flod a {
    margin-bottom: 0 !important;
    font-size: 13px;
}
.cta-flod {
    text-align: center;
}
  .GMAT_Prep_section ul#myTab .nav-item button {font-size: smaller;
    width: inherit;    line-height: initial;
}
.GMAT_Prep_section ul#myTab .nav-item {
    margin-bottom: 2px;
}
h4.panel-title a {
    font-size: 20px;
}

.GMAT_Prep_section ul#myTab .nav-item button {
   padding:5%;
}
  .hero-gmat a.btn {
    font-size: 13px;
    margin: 0 0 10px;
}
.hero-gmat.inner_hero .hero-text h1 {
    font-size: 25px;
}
.hero-gmat-in {
    padding: 20px;}
  .sat_formet_teble th {
    line-height: initial;
    font-size: 13px;
}
.sat_formet_teble td {
    line-height: initial;
    font-size: 11px;
}
  .why_pte_img {
    text-align: center;
}
  .mb-sm-0{margin-bottom: 0 !important;}
  .section-padding {
    padding: 40px 0;
}
    .banner_img {
        display: none;
    }
    .canada-sec {
        padding: 20px 20px !important;
    }
    div#myorder2 {
        order: 2;
    }
    div#myorder1 {
        order: 1;
    }
    div#myorder3 {
        order: 3;
    }
    .hero-TOEFL-in {
        padding: 25px 20px;
    }
    .cost_items_contet p {
        font-size: medium;
    }
    div#main-silder ul#myTab {
        padding: 30px 0 10px !important;
    }
    div#main-silder .from-inpt {
        padding: 1rem 1rem 0;
    }
    .main-timeline .timeline:nth-child(4n+2):after {
        left: 0 !important;
    }
    .main-timeline .timeline:nth-child(4n+4):after {
        left: 0 !important;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 40px;
        margin-bottom: 20px;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before {
        transform: translateY(0);
        left: 0;
        right: auto;
        top: 47px;
    }
    .main-timeline .timeline:nth-child(4n+2) .timeline-content {
        background: linear-gradient(to left, #3b29cf, #4267D9);
    }
    .main-timeline .timeline:nth-child(4n+4) .timeline-content {
        background: linear-gradient(to left, #E03C30, #FF7125);
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        transform: translateY(0) rotate(45deg);
        top: 45px;
        left: -4px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        width: 40px;
        transform: translateY(0);
        right: auto;
        left: -38px;
        top: 50px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        transform: translateY(0) rotateY(180deg);
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 22px;
        left: -30px;
        right: auto;
    }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
    .price_item_info_c {
    margin-bottom: 10px;
    display: flex !important;
}
.price_item_info_c .ms-2 {
    line-height: inherit !important;
    margin-left: 0.5rem!important;
}

}

.list-teble td {
    padding-left: 18px;
    font-weight: 400;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

section.hero-section.inner_hero.finland {
    background-image: url(../images/Finland.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 190px;
}

.italy-hero_row {
    backdrop-filter: blur(6px);
    background: #3d60782e;
    padding: 50px;
}

.canada-sec {
    background-image: url(../images/canada.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 210px;
}


.sat_formet_teble td {
    font-weight: 400;
}
ul.table-list li a{text-decoration: none;color: #000;}
.Recent_Articles_colm a{text-decoration: none;}
table.table tr {
    font-weight: 400;
}
h4.panel-title a {color: #000;
    text-decoration: none;
}
h4.panel-title span {
    position: relative;
    font-size: 17px;
    top: -5px;color: #d90019;
}
.gmat_Resources .icon-y {
    margin-bottom: 10px;
}
ol.od-list li {
    margin-bottom: 9px;
}
ol.od-list li ul li {font-weight: 400;
    margin: 0;
}
ol.od-list li ul  {
    margin: 8px 0;
}
.About_Scholarships ul li {position:relative;
    display: block;font-weight: 400;    line-height: 36px;
}
.About_Scholarships ul li:before {
    content: "\f285";
    font-family: bootstrap-icons;
    position: absolute;
    color: #d90019;
    left: -25px;
    font-weight: 700;
}
.advanc_page a.btn:hover{background:#5a379d; color: #fff;}
.who_colm:hover{background:#5a379d; color: #fff;}
.Universities_servies:hover{border-color:#5a379d; }
.success-card:hover .card-body.item{background:#5a379d; }
.success-card:hover .card-body.item h5{color: #fff; }

.main-timeline .timeline-content:hover { background:#fff;border:2px solid #AE0D97; color: #000;}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:hover { background:#fff;border:2px solid #4267D9; color: #000;}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:hover { background:#fff;border:2px solid #5BD80B; color: #000;}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:hover { background:#fff;border:2px solid #ff7125; color: #000;}
.cost_items:hover {
    border: 2px solid #d90019;
}
section.last-contect {
    padding: 50px 0;
    background: #d7011b14;
}
section.last-contect p {
    text-align: justify;
}
section.Additional_sec .feature-box:hover {
    position: relative;transition: 5s !important;
    top: -12px;
}

.canada_item :hover .card-body.item {
    background: #d90019;
}
.canada_item :hover .card-body.item h5{color: #fff;}
.canada_colms:hover {
    border: 2px dotted #d90019;
}
.success-card.Ireland_item:hover .card-body.item {
    background: transparent;
}
.success-card.Ireland_item:hover  .card-body.item h5 {
    color: #d90019;
}
.success-card.Ireland_item:hover   {
    box-shadow: none;
}
.SAT_colms.Benefits_sec .who_colm :hover h6 {
    color: #fff;
}
.card-footer.blog_footer_t {
    border-bottom: 1px solid #eee;
    border-top: none;
    margin-bottom: 20px;
}
.blog {
    padding: 20px;
    border: 2px solid #eee;
    box-shadow: -5px 4px 50px rgb(0 0 0 / 10%);
}


.card.blog_details{margin-bottom: 30px;}

.card.blog_details .blog_details_img{
    overflow: hidden;width: 100%;height: 200px;
}
.card.blog_details img {
    transition-duration: 2s;
    margin: 0 auto;
    display: block;
}
.card.blog_details:hover img{
    transform: scale(1.2);
    z-index: 0;
}
.card.blog_details .card-footer {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin-top: 0;
}
.card.blog_details {
    padding: 0;
}
.blog_details_contect {
    padding: 0 19px 20px;
}
.blog_details_item .heding h6 {
    text-align: center;
font-size: 18px;

  }
.right-side-box.blog_details_item a.Recent_Articles {
    border-bottom: 1px solid #eee;
    margin-bottom: 21px;color: #000;
    padding-bottom: 10px;
}
.right-side-box.blog_details_item a.Recent_Articles:hover{color: #d90019;}
.card.blog_details a {
    text-decoration: none;
}

.inner_hero_contact .sls a {
    padding: 5px 8px;
    background: #d90019;text-decoration: none;
    position: relative;
    margin: 7px;
    color: #fff;font-weight: 400;
    border-radius: 5px;
}


.counter-container {
    border: 1px dotted;
    text-align: center;
    padding: 30px;margin-bottom: 20px;
}

.counter-container .counter {
    font-weight: 400;
    margin: 22px 0;color: #d90019;
    font-size: 60px;
}

.counter-container h4 {
    
    font-size: 15px;
}

 
 .section-team .header-section .title {  
   font-weight: 700;  
   font-size: 45px;  
 }  
 .section-team .single-person:hover {  
      background: linear-gradient(to right, #2d0675, #d90019);  
 }  
 .section-team .single-person .person-image {
    margin: 0 auto;
    position: relative;
    width: 200px;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
    height: 200px;
} 
 .section-team .single-person:hover .person-image {  
      padding: 12px;  
   border: 4px dashed #fff;  
 }  
 .section-team .single-person .person-image img {  
      width: 100%;  
   border-radius: 50%;  
 }  
 .section-team .single-person .person-image .icon {  
      position: absolute;  
   bottom: 0;  
   left: 50%;  
   transform: translate(-50%,50%);  
   display: inline-block;  
   width: 60px;  
   height: 60px;  
   line-height: 60px;  
   text-align: center;  
   background:  linear-gradient(to right, #2d0675, #d90019);  
   color: #fff;  
   border-radius: 50%;  
   font-size: 24px;  
 }  
 .section-team .single-person:hover .person-image .icon {  
      background: none;  
      background-color: #fff;  
      color: #016cec;  
 }  
 .section-team .single-person .person-info .full-name {  
      margin-bottom: 0px;  
      font-size: 22px;  color: #000;
 
 }  
 .section-team .single-person .person-info .speciality {  
   text-transform: uppercase;  
   font-size: 14px;  
   color: #d90019;  
 }  
 .section-team .single-person:hover .full-name,  
 .section-team .single-person:hover .speciality {  
      color: #fff;  
 }  
 .section-team .single-person {
    margin-top: 30px;
    border: 1px solid #d90019;
    padding: 30px 30px;
    background-color: #f6f9ff;
    border-radius: 5px;
    text-align: center;
}

.section-team .single-person .person-image span.icon img {
    width: auto;filter: brightness(0) invert(1);
}
.section-team .single-person:hover .person-image span.icon img{filter:unset;}
.person-info a{text-decoration: none;}
.filder_colm label {
    display: block;font-weight: 500;
    margin-bottom: 9px;
}
.filder_colm label input{
    margin-right: 5px;
}
.filder_colm .question.active {
    padding: 10px 28px;
    background: #eee;
    margin-bottom: 9px;
}
.filder_colm .question {
    padding-left: 0;    padding-bottom: 10px;
}
.filder_colm .answer {
    padding-left: 0;
}

.Filters_list .input-group span#basic-addon1 {
    border-radius: 0;
    padding: 14px;
}
.filder_colm {
    border-top: 4px solid #d90019;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 21px;
}
.price_colm {
    border: 1px solid #eee;
}
.price_item {
    position: relative;
    background-image: url(../images/bg.svg);
    padding: 30px 20px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.price_item h6 {
    font-size: 40px;
    margin-bottom: 0;
    text-align: center;
}

.price_contact h6 {    color: #324dc7;
    font-size: 17px;margin-bottom: 10px;
    line-height: 23px;
}
.price_contact {
    padding:20px;
}
.price_item h6 span {
    font-size: 13px;margin-right: 7px;
}
.Deadline {
    color: #fff;
    background: #ffc107;
    font-weight: 500;
    padding: 0 13px;
}
.price_item_p p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 0;
    font-weight: 300;
}
.price_item_info {
    padding-top: 18px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}
.price_item_p {
    margin: 7px;
}
.price_item_info_c {
    margin-bottom: 10px;
    display: flex;
}
.price_colm{position: relative;margin-bottom: 40px;}
i.icon_s {
    position: absolute;
    right: 12px;
    background: #d90019;
    top: 8px;
    padding: 12px;
    z-index: 9;
    color: #fff;
    border-radius: 9px;
    border: 2px solid #fff;
}
.price_colm a{text-decoration: none;color: #000;}
.price_colm:hover{box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;    background: #cedbf369;}
.start_Up_c a {color: #000;
    text-decoration: none;
}
.scholarships_hide .start_Up_n {
    border: none;
}
.scholarships_hide .start_Up_contact {
    align-items: start;    margin-bottom: 0;
}
.benefit-count {margin-bottom: 10px;
    color: #fff;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px #d90019;
    font-size: 45px;
    font-weight: 600;
}
.all-steps.course_sreps .step.advanc_item {
    padding: 20px;
}

.all-steps.course_sreps .divider-line-2 {
    top: -87%;
    left: 73%;
}

element.style {
}
.all-steps.course_sreps .divider-line-1 {
    top: -87%;    left: 69%;
}


.all-steps.course_sreps h6 {
    margin-top: 11px;
}
ul.social_media li a{
    color: #000;}
ul.social_media li {
    color: #000;
    margin: 6px;
    display: inline;
}
ul.social_media {margin-top: 10px;
    padding: 0;
}
.single-person:hover ul.social_media li a{
    color: #fff;
}

.hover-withe:hover {
    color: #fff !important;
    border-color: #fff !important;
}
ul.online_list {
    padding: 0;
}
ul.online_list li i {
    color: #d90019;
    margin-right: 9px;
}
ul.online_list li {
    font-weight: 500;
    display: block;
    font-size: 14px;
}
.banner_img_a img {
    border-radius: 9px;
}
.online_ser .blog_details_contect a.btn.btn-purple {
    margin: 0 5px;
}
ul.Monthly_list {padding: 0;
}

ul.Monthly_list li {
    display: block;font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

ul.Scholarships_list_uk li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 20px;
    border: 1px solid #cfcfcf;display: block;
  margin-bottom: 20px;
    font-weight: 400;
    line-height: initial;
}

ul.Scholarships_list_uk {padding:0;}
ul.Scholarships_list_uk li:hover {
    border: 2px solid #d90019;
}
ul.Scholarships_list_uk li i {
    color: #d90019;
    margin-right: 2px;
}
ul.Scholarships_list_uk.use_add li {
    display: block;
    width: 46%;
    float: left;
    position: relative;
    margin: 1%;
}

.Road_v{backdrop-filter: blur(6px); background: #3d60782e;padding: 40px ;text-align: center;}
.subtitles {
    line-height: normal;
    font-size: 12px;font-weight: 400;
}
.price_item_info_c.end-j {
    justify-content: end;
}
.input-colm{
border-radius: 100px; background-color: #eee;padding: 2% 2% 0;     border: 1px solid #d90019;}
ul.teb-page-scroll li {
    display: inline-block;
    background: #d90019;border-radius: 5px;
    padding: 13px 21px;
    margin: 9px;
}
ul.teb-page-scroll {
    padding: 0; 
    text-align: center;   margin-bottom: 50px;
}
ul.teb-page-scroll li a{text-decoration: none;font-weight: 400;
    color: #fff;
}

.sticky {
  position: sticky;
  top: 0;
}
.privacy_page h4{margin-bottom: 5px;margin-top: 35px; font-size: 23px;}
.li-edit li {
    font-weight: 400;
}
.li-edit ol {margin-top: 10px;
}
.hero-section .img_b {
    position: absolute;
    top: 50%;
    background-image: url(../images/bg.png);
    right: 50%;
    width: 100%;
    height: 100%;    transform: translate(50%, -50%);
    background-repeat: no-repeat;
    z-index: -1;
}
.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;/*
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #d90019;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 20px 0px;
        margin-bottom:0px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.2, 1.0, 1);
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #d90019;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 30px;
    position: relative;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #d90019;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }
  
.card.blog_details.Mentors .card-title-y {
    width: fit-content;
    font-size: 15px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #d90019;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0 auto 18px;
    border-radius: 12px;
}
.card.blog_details.Mentors a {
    color: #fff;
}
.card.blog_details.Mentors {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: linear-gradient(45deg, #d9001933, transparent);
}
.card.blog_details.Mentors p.card-text {
    margin-bottom: 5px;font-size: 14px;line-height: 20px;
}
.card.blog_details.Mentors .blog_details_img {
    height: 250px;
}
.program-item {
    border-radius: 13px;
    padding: 30px 24px 0;
    border: 5px solid #d90019;
    box-shadow: rgb(50 50 93 / 9%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    margin-bottom: 23px;
}
.benefit {
    margin-bottom: 31px;
}
.why_program {
    margin-bottom: 30px;
    border-bottom: 4px solid #7d41c3;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.why_program img{margin-bottom: 20px;
}
.why_program:hover {
    color: #fff;
    background: #7d41c3;
}
.benefit {
    border: 5px solid #d90019;
    padding:  30px;
}

.Budget-sec{padding: 5%;border-radius: 20px;
    background:linear-gradient(#e6ffe8, #8dd1924a, #128b1c1a, #b9e9bd4a);overflow: hidden;
    position: relative;}
.Budget-sec:before {
    top: 0;
    content: "";
    background-image: url(../images/Budget.png);
    background-size: contain;
    position: absolute;opacity: .1;
    width: 100%;
    left: 0;
    height: 100%;
}
.Intake_Cycles_hero{background:linear-gradient(#fffefe, #e7daffb5, #bfaddf59, #b8a8d7); padding: 8% 0;position: relative;}
.Intake_Cycles_hero:before{ 
  top: 0;
    content: "";background-repeat: no-repeat;
    background-image: url(../images/bg-20.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;}
  p.hero-section-sub {
    text-align: center;
    background: #d90019;
    width: fit-content;
    position: relative;
    font-family: cursive;
    color: #ffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding: 9px 24px;
    border-radius: 20px;
    font-size: medium;
    border-bottom: 5px solid #2f1a54;
    margin-bottom: 14px;
}
  span.c_data {
    float: right;
    color: #999;
}
.uni-header {
    display: block;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.levels {
    list-style-type: none;
    display: flex;padding: 0;
    column-gap: 20px;
}
.levels li {
    padding: 3px 13px;
    font-size: 14px;    line-height: 18px;
    border-radius: 6px;
    background: #f7f5f5;
    color: #000;
}
.visit-site {
    display: flex;
    align-items: center;
    column-gap: 20px;justify-content: end;
}
.visit-site a {
    background-color: #905DCD;
    color: #fff;
    border-radius: 50px;
    padding: 7px 15px;
    border: 1px solid #905DCD;
}
.scholarship_colm.uni-sec h1 {
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 28px;
}
.uni-sec p {
    line-height: 25px;
    font-size: 15px;
}
.uni-sec {
    padding: 20px 25px;
    border-radius: 14px;    border:2px solid #905dcd;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px #c5c5c5;
}

.uni-tab.active {
    background: #905DCD;
    color: #fff;
    border-color: #905DCD;
    position: relative;
}
/*.uni-tab.active:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: #d90019;
    transform: rotate(47deg);
    margin: 0 auto;
    right: 0;
    z-index: -1;
}*/
.uni-tab {
    border: #cac1c1 solid 1px !important;
    font-size: 16px;
    padding: 5px 14px;
    margin-right: 10px;
    border-radius: 6px !important;
    background: #fff;
}
.cours-site span {
    font-size: 12px;
    color: #686565;
}
.cours-site {
    text-align: center;
}
.cours-site p {
    padding-bottom: 10px;    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.morecontent span {
    display: none;
}
.morelink {
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #d90019;
}
.more {
 color:#706e6e;
}
.wid {
    position: sticky;
    top: 30px;
    height: fit-content;
    z-index: 200;
}


.main {
    display: flex
;
    flex-direction: column;
    gap: 2rem;
    /* width: fit-content; */
    margin: auto;
}

.uni_logo {
    display: none;
}
.uni_logo {
    width: 5rem;
    height: 4rem;
    object-fit: cover;
    display: inline-block;
}
.first p {
    background: #edf3f6;
    color: #333;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-right: 7px;
}
.degname {
    color: #333;
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 auto 4px;
    text-align: left;
}
.second {
    width: 70%;
    float: left;
    text-align: left;
    padding-top: 15px;
}
.uni_name {
    color: #888;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 0 auto 6px;
}
.degdesc {
    color: #999;
    display: inline;
    text-align: left;
    font-size: 14px;
}
.third {
    width: 30%;
    float: right;
    padding-left: 10px;
    margin-top: -27px;
}
p.enquire a.btn.btn-purple {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 50px;
}
.third p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 0;
}
.third p {
    color: #333;
    font-size: 14px;    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 0;
}
span.card-p-heading {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #d90019;
    font-weight: bold;
}
.uni_logo {
    display: none;
}
.scholarship_colm_min {
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.readmore-content { 
   display: none;

}
.uni-sec:hover{border-color: #128b1c;}
.sticky_it {
    position: relative;
    top: 0;
    z-index: 99;
    background: #fff;
    width: 83%;
  
 
    border-radius: 0px 0px 20px 20px;
    padding:1% 10% ;
}

.sticky h2{display: none;}
div#myHeader{   border-top: 0;  border-bottom: 4px solid #d90019;}
.uni-sec button {
    margin-right: 0;
    font-size: small;
    font-weight: 600 !important;
}
div#Filters {
    border-top: 0;
    border-bottom: 4px solid #d90019;
}







.dropdown-menu.Destinations-teb li a img {
    margin-right: 4px;
    width: 36px;
    height: 28px;
    border-radius: 6px;
    border: 2px solid #fff;
}
.dropdown-menu.Destinations-teb li a  {
       width: fit-content;
}
ul.navbar-nav {
    border: 1px solid #eee;align-items: center;
    border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 13px 15px;
}
.navbar-nav .dropdown:hover>.dropdown-menu.Destinations-teb {
    width: max-content;
  transform: translate(-50%, 0%);
}

.Destinations-teb .dropdown-item{border: 0;}
.dropdown-menu.Destinations-teb li a {
    border-radius: 10px;
    padding: 9px;
    font-size: 15px;
}
.dropdown-menu:before {
      transform: scaleX(9.5);
}
.dropdown-menu:before:hover{
     display: none;width: 0;
}
/*
.nav-item.dropdown:hover .dropdown-menu:after {
    content: "";
    opacity: 0.7;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: -9;
    height: 100vh;
    left: 0;top: 0px;right: 0px;
} */
.navbar-nav .dropdown:hover>.dropdown-menu {
    z-index: inherit;
}
.twonev {padding: 0 2%;
    background: #fff;
}
.dropdown-menu.Destinations-teb :before {
    transform: scalex(4.5);
}
.stickys {
    position: sticky !important;
    top: 0;
    width: 100%;
}
.navmenu{background: rgba(0,0,0,0.5); top: 0px;left: 0px;width: 100%; height: 100%;}
.navmenu {
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.breadcrumb-item+.breadcrumb-item::before{content:"//"}
.list-it ul {
    padding: 0;
    margin-bottom: 0;
}
.list-it ul li {
    font-size: 15px;
    display: inline-block;
    margin-right: 18px;
}
.list-it ul li a {
    text-decoration: none;
    color: #000;
}

.Success {
    position: relative;
    overflow: hidden;
    border: 1px solid #d900195e;
    background: linear-gradient(340deg, #fdfcff7a, transparent);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.stars {
    position: absolute;
    top: 30px;
    right:10%;
}
.Success img {
    border-radius: 5px;
}
.shape img {
    position: absolute;
    width: 50px;
    bottom: 11%;
    opacity: .1;
    right: 8%;
}
.stars i {
    color: #ffbc07;
    font-size: 12px;
}
.social-icons.mt-1.blog-details-itrm a {
    font-size: 13px;
    width: 25px;
    height: 25px;
}
.social-icons a:hover {
    color: #fff;
}
.social-icons a {
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    margin: 0px 2px;
    padding: 0px;
    background-color: #007bff;
    display: inline-flex
;
    margin-top: 6px;
    margin-bottom: 6px;
}

.whatsapp-1 {
    background: #4cc95a !important;
}
.twitter-1 {
    background: #000 !important;
}
.linkedin-1 {
    background: #0077b5 !important;
}
.youtube-1 {
    background: #b50000bf !important;
}
.instagram-1 {
    background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
}
.right-side-box .owl-dots {
    display: none;
}
/*li.nav-item.dropdown:hover ul.dropdown-menup{
    visibility: hidden;
}
li.nav-item.dropdown:hover ul.dropdown-menup{
    visibility: visible;
}
li.nav-item.dropdown:hover ul.dropdown-menu:after {
    background: #0000004d;
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
li.nav-item.dropdown ul.dropdown-menu:after {
    position: absolute;
    top: 0px;
    left: 0px;
    
    content: "";
}
 .dropdown-menu {
   display: none;
}*/
/*.dropdown-toggle:hover .dropdown-menu{display: block;}*/

li a.nav-link:hover {
    background: #d90019;
    color: #fff !important;
    border-radius: 5px;
}
.img-con {    gap: 11px;
    display: flex;
    align-items: center;
}
.img-con img{
  width: 50px;
  height: 50;
}
.img-con h6 {
    margin:5px 0 0;
    line-height: 3px;
    font-size: medium;
}
.img-con span {
  font-size: smaller;
}
.table-responsive.table-blog th {
    padding: 2px 7px;    font-size: 15px;
}
.table-responsive.table-blog td {    font-size: 15px;
    padding: 2px 7px;
}


.table-responsive.table-blog table.table-bordered {
    width: 100%;
}
.blog-sec-it p{font-size: 15px;}
.blog-sec-it ol li{font-size: 15px;line-height: 22px;}
.blog-sec-it h4 {
    font-size: 1.2rem;
    margin-bottom: 7px;
}





.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-25{
    font-size: 25px;
}
.fs-30{
    font-size: 30px;
}

.service-text{
    margin-left: 20px;
}