body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sora", 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: #2d4e97;
}

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: 2;
    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;
}

.dropdown-menu li:nth-child(even):hover a {  background-color: #128b1c;
 color: #fff;
}
.dropdown-menu li:nth-child(odd):hover a {  background-color:#2d4e97;
 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 {
    color: #000 !important;
    font-weight: 600;
}

.nav-link {
    display: block;
    color: #000;

    padding: 8px 60px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #2d4e97;
}

.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: #2d4e97;
}

#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: #2d4e97;
}

.btn-purple {
    background-color: #2d4e97;
    color: #fff;
}

.austra-sec .btn-purple:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.btn-purple:hover {
    color: #2d4e97;
    background-color: transparent;
    border: 2px solid #2d4e97;
}
.success-card iframe {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    text-align: center;
    position: relative;
    border-radius: 24px;border: 2px solid #eee;
}
.circle_item {
    margin: 0;
    position: absolute;
    top: 50%;;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-9%, -46%);
}
a.navbar-brand img {
    position: absolute;
    background: #ffffff;
    top: -30px;
    border-bottom: 5px solid #2d4e97;
    padding: 27px 27px 15px;
    width: 150px;
    border-radius: 22px;
}
nav.navbar.navbar-expand-lg {
    padding: 12px 0;
}
a.btn.btn-purple.top-btn {
    font-size: 12px;
}
a.btn.btn-purple.top-btn span {
    background: #fff;
    color: #000;
    padding: 4px 20px;
}
a.navbar-brand  {
    position: relative;
}
.circle_item img {
    background: #fff;padding: 2%;
    border: 5px solid #2d4e97;
    border-radius: 50%;
}
.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(#a6cfcf, #eff9f9, #e6f5f5, #c1e6e6);
    text-align: left;
    position: relative;
}

.hero-section img {
    width: 100%;
}

div#hero-text {
    padding-top: 90px;
    padding-bottom: 40px;
}

.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;text-align: center;
}
.hero-text .list-unstyled li img{margin-right: 5px;}
.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(#a6cfcf, #eff9f9, #e6f5f5, #c1e6e6);
    padding: 40px 20px;
    border-radius: 8px;
    border: 3px solid #2d4e97;
}

.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: #2d4e97;
}

.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: #6a0dad;
    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: #6a0dad;
}

.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: #6a0dad;
    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 #2d4e97;
    padding-top: 80px;
    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;text-align: center;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 25px;
    border: 2px solid #2d4e97;
}

.icon-y {
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
}

.card-title {
    font-weight: bold;
    font-weight: 16px;
}

.service-text {
    margin-left: 10px;
}

.btn-read-more {
    background-color: #6a0dad;
    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: 767px) {
    h5#sidebarMenuLabel img {
    width: 31%;
}
a.btn.btn-purple.top-btn {
    font-size: 16px;
    width: 100%;
    padding: 15px;
}
.hero-text h1 {
    font-size: 23px ;
}
.sat_Prep_section h2 {
    font-size: 21px !important;
}
.footer-social.d-flex.justify-content-between.align-items-center.px-3 {
    display: block !important;
}
.download_box h4 {
    font-size: 17px !important;
}
.download_box {
    text-align: center;
    padding: 20px 30px 0 !important;
}
div#hero-text {
    padding-top: 90px;
    padding-bottom: 9px !important;
}
.daf-pad{padding:0!important; }
.enquiry-button{bottom: 35% !important;}
.circle_item{display: none;}
}
@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: #2d4e97;
    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: #2d4e97 !important;
    color: #fff !important;
}

.con-tain {
    background-image: linear-gradient(#fffefe, #fff5ef, #ffe5d4, #ffe5d4);
    border-top: 2px solid #2d4e97;
    border-bottom: 2px solid #2d4e97;
    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: #7d41c4;
    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: 10px 15px;
    border-radius: 0;
    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: #7d41c4;
    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: #6a0dad;
    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: #2d4e97;
}

.card-text {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.read-more {
    color: #710068;
    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: 15px;
}

.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: #710068;
    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: Arial, 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;
}

.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: #2d4e97;
    border-color: #2d4e97;
    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: 1%;
    bottom:5%;z-index: 99;
    padding:5px 8px 12px;
    background-color: #128b1c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.enquiry-button a p {
    margin: 0;
    line-height: 13px;
}
.enquiry-button a {
    color: #fff;    font-size: 11px;
    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 #7d41c4;
}

.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: 18px; */
    text-align: center;
    border-bottom: 10px solid #2d4d96;
    padding-bottom: 13px;
    border-radius: 23px;
    width: fit-content;
    padding: 6px 44px;
}
select.form-select {
    margin-bottom: 13px;
    padding: 11px;
}
.Questions_item {
    margin-bottom: 40px;
    padding: 0px;
    border: 1px solid #2d4e97;
    border-radius: 10px;
}
.Questions_item li {
    display: block;    margin-bottom: 15px;
    border-bottom:1px solid #2d4e9754;
}
.Questions_item ul {
    padding:0 20px;
}
.Questions_item li a{text-decoration: none;}

.document_teb ul li {
    font-weight: 400;
}

.document_teb {
    background: rgb(231 237 249);
    padding: 30px;
    border: 1px solid #2d4e96;
}

.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: #7d41c4;
    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: #2d4e97;
}

.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: #2d4e97;
    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 #2d4e97;
}

.colm-contect ul li span.text-orange {
    font-size: 18px;
    color: red;
    font-weight: 400;
}

.Recent_Articles_colm {
    padding: 2rem 1rem 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 #2d4e97;
    padding: 7px;
    width: 150px;
    height: 100px;
}

.heding.text-center.sat-right_colm {
    background: #2d4e97;
    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 #2d4e97;
    padding: 2px;
}

.info_bar strong {
    font-size: 14px;
    font-weight: 500;
}

.btn {
    padding: 8px 10px;
}

.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: #2d4e97;
    font-size: 19px;
}

.overview_colm {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px dotted #2d4e97;
    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: #2d4e97;
    margin-right: 5px;
    font-size: 14px;
}

.Format_contnet h6 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #2d4e97;
    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;
}
.navbar-expand-lg .navbar-nav {
        align-items: center;gap: 13px;
    }
#header .btn {
    padding: 3px 1px;
    margin: 5px 0 0 10px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.overflow-hedden{overflow: hidden;}
.sticky {
  position: fixed;
  top: 0;z-index: 1;
  width: 100%;
}
.sticky a.navbar-brand img {
    width: 58px;
    position: relative;
    top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}
@keyframes shape-rote{
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
.circle_item img {    transition: all 0.3s 0s ease-out;
    animation: shape-rote 35s linear infinite;
}
.bd-cta-five-shape .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.bd-cta-five-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.card-service a {
    text-decoration: none;
    color: #000;
}
.download_box {
    border:3px solid #2d4e97;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    margin-bottom: 30px;
    display: inline-grid;
    align-items: center;
    justify-content: space-between;
}
.download_box h4 {
    margin-bottom: 12px;
    font-size: 23px;
}
.download_box a.btn.btn-purple:hover {
    color: #fff;
    background-color: #72450b;
    border: 2px solid #a77534;
}
.right-side-box .form-control{border-radius: 10px;}
.right-side-box {
    margin-bottom: 40px;
    padding: 0px;
    border: 1px solid #2d4e97;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.from-inpt {
    text-align: center;
    padding: 1rem 1.5rem;
}
.right-side-box h6 {
    color: #fff;
    background: #2d4e97;
    padding: 10px;
    text-align: center;
}
.wid {
    top: 90px;
    position: sticky;}

.subjute_teb .nav-link {
    background: #eee;
    margin-bottom: 10px;
}
.slide {
  margin-bottom: 30px;
}
.question {
    width: 100%;
    font-size: 20px;
  font-weight: 500;
}
.question:before {
    content: "Q. ";
}
.subjute_teb li button{width: 100%;}
.subjute_teb {
    background: #fff;
    padding: 20px;
    display: block !important;
}
.document_teb ol li {
    margin-bottom: 7px;
}
.sat_Prep_section .nav-tabs .nav-link {
    padding: 3px 22px;
    color: #000;
/*    border: 1px solid #2d4e97;*/
    border-radius: 10px;
    background-color: #a6b9e378;
    font-weight: 500;
    font-size: 14px;
}
.subjute_teb .nav-tabs .nav-link {
    background-color: #c8d2e9 !important;
    margin-bottom: 10px;
}
.op, .re {
    margin-top: 20px;
    display: inline-block;
    line-height: 3em;
    text-align: center;
    background: #d90;
    border-radius: 20px;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}
.op {
    width: 45%;
}
.re {
    font-size: 0.5em;
    width: 200px;
    display: block;
    margin: 10px auto;
}
.op2 {
    float: right;
}
#slide4 {
    text-align: center;
    padding-top: 30px;
    font-size: 3em;
}
 .hobbies-group{text-align: right;}
.hobbies-btn {
    color: #fff;
    padding: 3px 11px;
    font-size: 11px;
    border-radius: 4px;
    line-height: 1;
}
  .hobbies-content {
       border-top: 1px solid #c3baba;
    padding: 13px;
}

.hobbies-colm img {
    padding: 13px;
}
.hobbies-colm a {
    text-decoration: none;
}
.hobbies-content h4 {
    font-size: 16px;
    color: #201E1C;
    margin-bottom: 5px;
}
.hobbies-colm {margin-bottom: 25px;
    border: 1px solid #2d4e9633;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 16px;
}

.img-def {
    overflow: hidden;
    height: 170px;
}
.daf-pad{padding:0 50px;}
.sat_Prep_section .nav-tabs.subjute_teb .nav-link{padding: 8px 22px;}
h5#exampleModalLabel img {
    width: 16%;
    border: 1px solid #eeeeee;
    /* background: linear-gradient(251deg, #ffffff, #e0e0e0); */
    border-radius: 7px;
    padding: 4px;
}
h5#exampleModalLabel {
    margin: 0;
}
.hobbies-list ul li {
    display: block;
}
.hobbies-list h6 {
    color: #2d4e97;
    margin: 13px;
    border-top: 1px solid #d7cfcf;
    padding-top: 10px;
}
.modal-body.hobbies-list {
    height: 500px;
    overflow-y: scroll;
}
.pra_teb h6 {
    align-items: center;
    display: flex;
    background: #b9c9ee;
    padding: 10px 19px 10px 16px;
    width: fit-content;
    margin: 9px;
    color: #2d4e97;
    border-left: 4px solid;
    gap: 10px;
}
.pra_teb h6 img {
    width: 30px;
}
.pra_teb.mt-4 {
    border-top: 1px solid #7f7777ee;
    padding-top: 10px;
}
ul.current-affairs-list{padding: 0;}
ul.current-affairs-list li {
    display: block;
    margin: 0;
    border: 1px solid #4062925c;
    margin-bottom: 8px;
    padding: 5px 24px;
    border-radius: 5px;
}
ul.current-affairs-list li a {
    display: flex;
    text-decoration: none;
    color: #5b5959;
    justify-content: space-between;
}
ul.current-affairs-list li:hover{border-color: #406292;}
ul.current-affairs-list li:hover a{color: #406292;font-weight: 600;font-size: 16px;}

