*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-header {
    padding: 7px 0px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(35, 41, 81, 0.1);
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.mob-header {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    max-width: 100px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-main {
    background: #000;
    padding: 6px 0px;
}

.top-bar-left ul,
.top-bar-right ul,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-left ul li,
.top-bar-right p,
.top-bar-right ul li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.top-bar-right ul {
    position: relative;

}

.top-bar-left ul li a,
.top-bar-right ul li a {
    color: #fff;
}

.top-bar-right ul li,
.top-bar-left ul li {
    padding-left: 10px;
    border-left: 1px solid #f5f5f5;
}

.top-bar-left ul li:first-child {
    border-left: unset;
    padding-left: unset;
}

.top-bar-left ul li i {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.social-media-icon {
    display: flex;
    gap: 15px;
}

.social-media-icon i {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.header-links {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.header-links ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-links ul li {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.header-links ul li.active a,
.header-links ul li:hover a {
    color: #ed1c24;
}

.header-links ul li a {
    color: #0e2f4b;
}

.quote-btn a,
.home-banner-content a,
.home-about-right a,
.submit-btn input,
.home-cta a,
.btn1,
.our-experts-left a,
.cta-btn-flex a,
.courses-block-title a.learn-btn,
.video-btn,
.inquire-btn a,
.direction-btn,
.featured-article-right a,
.read-btn,
.load-btn button,
.apply-btn,
.writing-service-block a {
    font-size: 16px;
    height: 55px;
    width: max-content;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ed1c24;
    position: relative;
    z-index: 9;
    border-radius: 6px;
}

.quote-btn a:hover,
.home-about-right a:hover,
.submit-btn input:hover,
.btn1:hover,
.our-experts-left a:hover,
.courses-block-title a.learn-btn:hover,
.read-btn:hover,
.featured-article-right a:hover,
.apply-btn:hover,
.writing-service-block a:hover {
    background-color: #020817;
    color: #fff;
}

.home-cta a:hover {
    background-color: #ed1c24;
    color: #fff;
}

.button2:hover {
    background-color: #fff !important;
    color: #020817 !important;
}

.banner-btn1,
.direction-btn {
    background-color: #2b75fa !important;
}

.banner-btn2 {
    background-color: #031F42 !important;
}

.home-banner-content a:hover {
    background-color: #fff !important;
    color: #0b182a !important;
}

.home-banner-main,
.home-banner-slider {
    position: relative;
}

.home-banner-bg {
    height: 670px;
    position: relative;
    overflow: hidden;
}

.home-banner-bg::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 800px;
}

.home-banner-content h1 {
    font-size: 55px;
    line-height: 62px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-banner-content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.btn1,
.our-experts-left a,
.courses-block-title a.learn-btn,
.inquire-btn a,
.read-btn,
.apply-btn,
.writing-service-block a {
    background-color: #2b75fa;
}

.home-banner-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-banner-left {
    padding-right: 60px;
}

.home-banner-left h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #020817;
    background-color: #f4f9ff;
    padding: 6px 13px;
    border-radius: 16px;
    width: max-content;
    margin-bottom: 15px;
}

.home-banner-left h6 i {
    color: #020817;
}

.home-banner-left ul {
    margin-top: 20px;
}

.home-banner-left ul li {
    position: relative;
    font-size: 15px !important;
}

.home-banner-main.home .home-banner-right {
    height: 500px;
    max-width: 550px;
    margin: 0 0 0 auto;
    position: relative;
    border-radius: 10px;
}

.home-banner-main.home .home-banner-right::before {
    position: absolute;
    content: "";
    background-image: url(../images/hero-shape-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    z-index: -1;
    object-fit: scale-down;
    border-radius: 10px;
}

.home-banner-main.home .home-banner-right img {
    object-fit: scale-down;
}

.btn-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}

.video-btn {
    font-size: 16px;
    font-weight: 600;
    background-color: unset;
    border: 2px solid #020817;
    color: #020817;
}

.video-btn:hover {
    background-color: #020817;
    color: #fff;
}

.video-btn i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    color: #020817;
    border: 1px solid #020817;
    border-radius: 50%;
    margin-right: 15px;
}

.home-banner-right {
    position: relative;
}

.home-banner-right img {
    border-radius: 10px;
    width: 90%;
}

.ot-widget-area {
    border-radius: 8px;
    background: #2b75fa;
    box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.09);
    display: inline-flex;
    align-items: center;
    padding: 18px;
    position: absolute;
    top: -15px;
    right: -30px;
    z-index: 1;
}

.ot-widget-area p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    padding-left: 10px;
}

.ot-widget-area span {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 15px 0px;
}

.aniamtion-key-1 {
    /* position: relative; */
    animation-name: animation-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}


.customer-reviews-main {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.customer-reviews-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.customer-reviews-heading {
    max-width: 700px;
}

.review-btn-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-btn-flex button {
    height: 55px;
    width: 55px;
    background: #2b75fa !important;
    opacity: 1;
    border-radius: 30px;
    border: unset;
}

.review-btn-flex img {
    width: 20px !important;
    height: 20px !important;
    filter: invert(1);
}

.home-stats {
    position: relative;
    padding-bottom: 100px;
    padding-top: 30px;
}

.home-stat-heading,
.why-us-heading,
.home-contact-heading,
.faq-heading,
.customer-reviews-heading-flex,
.home-courses-heading,
.our-journey-heading,
.leadership-heading,
.student-achievements-heading,
.bookstore-heading,
.resources-heading,
.gallery-heading,
.recent-events-heading,
.achievement-count-heading,
.get-in-touch-heading,
.campus-location-heading,
.standard-amenities-heading {
    margin-bottom: 40px;
}

.home-stat-heading h2,
.why-us-heading h2,
.home-contact-heading h2,
.home-contact-left h2,
.faq-heading h2,
.customer-reviews-heading h2,
.home-cta h2,
.home-courses-heading h2,
.our-experts-left h2,
.home-overview-content h2,
.our-journey-heading h2,
.leadership-heading h2,
.student-achievements-heading h2,
.bookstore-heading h2,
.resources-heading h2,
.gallery-heading h2,
.recent-events-heading h2,
.achievement-count-heading h2,
.get-in-touch-heading h2,
.featured-article h2,
.featured-article-right h2,
.blog-detail-content h2,
.related-articles h2,
.campus-location-heading h2,
.standard-amenities-heading h2,
.team-details-right h3 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.home-stats-flex,
.review-counter-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.home-stats-block,
.review-counter-block {
    width: 25%;
    padding: 15px;
}

.home-stats-flex {
    padding-top: 20px;
}

.stat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b75fa;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.home-stats-block img {
    width: 55px;
    height: 55px;
    object-fit: scale-down;
    filter: invert(1);
}

.stat-icon.clr1 {
    background-color: #2b75fa;
}

.stat-icon.clr2 {
    background-color: #ffcc00;
}

.stat-icon.clr3 {
    background-color: #009344;
}

.stat-icon.clr4 {
    background-color: #ec1d26;
}

.stats-info h4,
.info-wrap h6 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
}

.info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.stats-info p {
    font-size: 16px;
    color: #fff;
    line-height: 1.688;
    text-align: center;
}

.home-about-main,
.why-us-main,
.home-contact-main,
.home-faq-main,
.home-cta-main,
.our-experts-main,
.our-journey-main,
.leadership-main,
.bookstore-main,
.resources-main,
.gallery-main,
.get-in-touch-main,
.faq-main,
.featured-article-main,
.blog-detail-main,
.related-articles-main,
.campus-location-main,
.standard-amenities-main,
.find-center-main,
.job-opening-main,
.application-form-main,
.writing-service-main,
.team-details-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-about-flex,
.home-contact-flex,
.home-banner-flex,
.home-faq-flex,
.student-achievements-flex,
.team-details-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right,
.home-contact-left,
.home-contact-right,
.home-banner-left,
.home-banner-right,
.home-faq-left,
.home-faq-right,
.student-achievements-left,
.student-achievements-right {
    width: 50%;
}

.home-about-left {
    height: 470px;
}

.home-about-right {
    padding-right: 70px;
}

.home-about-right h2,
.home-banner-left h2 {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #020817;
    margin-bottom: 10px;
}

.home-banner-left h2 span,
.home-stat-heading h2 span,
.home-courses-heading h2 span,
.our-experts-left h2 span,
.customer-reviews-heading h2 span,
.home-contact-heading h2 span,
.faq-heading h2 span,
.why-us-heading h2 span,
.home-overview-content h2 span,
.home-about-right h2 span,
.our-journey-heading h2 span,
.leadership-heading h2 span,
.student-achievements-heading h2 span,
.bookstore-heading h2 span,
.resources-heading h2 span,
.gallery-heading h2 span,
.recent-events-heading h2 span,
.achievement-count-heading h2 span,
.related-articles h2 span,
.campus-location-heading h2 span,
.standard-amenities-heading h2 span {
    color: #2b75fa;
}

.home-about-right p,
.home-stat-heading p,
.why-us-heading p,
.why-us-block p,
.home-contact-heading p,
.faq-heading p,
.faq-accordion .accordion-body p,
.contact-box-right p,
.customer-reviews-heading p,
.testimonials-block p,
.home-cta p,
.home-banner-left p,
.home-banner-left ul li,
.home-courses-heading p,
.expert-content p,
.our-experts-left p,
.home-overview-content p,
.courses-block-title p,
.our-journey-heading p,
.journey-block p,
.leadership-heading p,
.student-achievements-heading p,
.breadcrumbs p,
.bookstore-heading p,
.resources-heading p,
.gallery-title p,
.gallery-heading p,
.recent-events-heading p,
.get-in-touch-heading p,
.get-in-touch-block p,
.home-contact-left p,
.featured-article-right ul li,
.featured-article-right p,
.blogs-content p,
.blogs-content ul li,
.blog-detail-content ul li,
.blog-detail-content p,
.campus-location-heading p,
.campus-locations-right ul li,
.ul-locations ul li,
.ul-facilities ul li,
.standard-amenities-heading p,
.home-about-right ul li,
.writing-service-block ul li,
.writing-service-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 10px;
}

.home-about-right a {
    margin-top: 20px;
}

.home-stat-heading p,
.why-us-heading p,
.customer-reviews-heading p,
.our-journey-heading p {
    text-align: center;
    color: #fff;
}

.why-us-heading h2,
.faq-heading h2,
.home-stat-heading h2,
.home-stat-heading p,
.stats-info h4,
.stats-info p,
.info-wrap h6,
.our-experts-left h2,
.customer-reviews-heading h2,
.customer-reviews-heading p,
.home-courses-heading h2,
.home-courses-heading p,
.home-contact-heading h2,
.home-contact-heading p,
.home-contact-left h2,
.contact-box-right h5,
.home-overview-content h2,
.home-overview-content p,
.home-overview-content h4,
.our-journey-heading h2,
.our-journey-heading p,
.leadership-heading h2,
.student-achievements-heading h2,
.bookstore-heading h2,
.resources-heading h2,
.gallery-heading h2,
.recent-events-heading h2,
.achievement-count-heading h2,
.get-in-touch-heading h2,
.featured-article h2,
.featured-article-right h2,
.blog-detail-content h2,
.related-articles h2,
.campus-location-heading h2,
.standard-amenities-heading h2,
.team-details-right h3 {
    color: #020817;
}

.why-us-heading p,
.home-contact-heading p,
.faq-heading p,
.home-courses-heading p {
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.review-btn-flex.courses {
    justify-content: center;
    margin-top: 45px;
}

.review-btn-flex.courses button {
    width: 45px;
    height: 45px;
}

.courses-slider .owl-carousel .owl-item,
.courses-slider .owl-carousel .owl-stage {
    display: flex;
}

.why-us-main,
.faq-main,
.home-contact-main.contact-page,
.related-articles-main,
.standard-amenities-main,
.home-about-main.career,
.home-stats.career,
.customer-reviews-main.writing-service {
    background-color: #F5F7F8;
}

.why-us-flex,
.expert-flex,
.gallery-flex,
.get-in-touch-flex,
.blogs-flex,
.writing-service-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.why-us-block,
.expert-flex .expert-block,
.gallery-block,
.get-in-touch-block,
.blogs-block,
.writing-service-block {
    width: 33.33%;
    padding: 15px;
}

.why-us-block-inner,
.get-in-touch-block-inner,
.writing-service-block-inner {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    transition: .3s;
        position: relative;
}

.why-us-block:hover .why-us-block-inner {
    transform: translateY(-10px);
}

.why-us-block img {
    height: 55px;
    width: 55px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.why-us-block h3,
.contact-box-right h5,
.courses-block-title h4,
.expert-content h4,
.awards-block h4,
.year-right h4,
.gallery-bg h4,
.get-in-touch-block h4,
.blogs-content h4,
.blog-detail-content h5,
.campus-locations-right h4,
.writing-service-block h4,
.subject-groups-block h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020817;
    max-width: 300px;
    margin-bottom: 15px;
    text-align: center;
}

.why-us-block p {
    font-size: 16px;
    margin-bottom: 0;
}

.why-us-block h3,
.why-us-block p {
    max-width: unset;
    text-align: center;
}

.expert-content h4 {
    text-align: unset;
}

.testimonials-block {
    border-radius: 10px;
}

.testimonials-block-inner {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
}

.testimonials-block p {
    font-size: 16px;
}

.testimonials-slider .owl-carousel .owl-stage-outer {
    padding: 1px;
}

.quote {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A4B2E;
    border-radius: 50%;
}

.quote img {
    width: 40px !important;
    height: 40px !important;
    filter: invert(1);
}

.star ul {
    display: flex;
    gap: 2px;
    padding: 8px;
    width: max-content;
    ;
}

.star ul li i {
    color: #ffcb00;
}

.profile-name {
    padding-top: 15px;
}

.profile-name img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profile-name h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020817;
    margin-bottom: 0px;
}

.profile-name span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
}

.home-courses-main {
    padding-bottom: 80px;
}

.courses-block-inner {
    background-color: #F5F7F8;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
    height: 100%;
}

.courses-block-bg {
    padding: 5px 5px 0px 5px;
    height: 235px;
    overflow: hidden;
    border-radius: 7px;
}

.courses-block-bg img {
    border-radius: 7px;
    transition: .3s;
}

.courses-block:hover .courses-block-bg img {
    transform: scale(1.1);
}

.courses-block-title {
    padding: 15px 30px;
}

.courses-block-title h4,
.year-right h4 {
    max-width: unset;
    margin-bottom: 10px;
    text-align: unset;
    line-height: 28px;
}

.courses-block-title h4 a {
    color: #020817;
}

.courses-block-title p,
.blogs-content p,
.blogs-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learn-btn,
.inquire-btn a,
.read-btn,
.apply-btn {
    margin-top: 20px;
    height: 43px !important;
}

.home-cta-main {
    position: relative;
    padding: 0;
    padding-top: 80px;
}

.home-cta-main .container-main {
    max-width: 1020px;
}

.home-cta-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(0deg, #2b75fa 0%, #4c8bfb 50%, #6ca1fc 100%);
}

.home-cta-bg {
    width: 50%;
}

.home-cta-bg img {
    clip-path: path("M0,0 H100% V100% H0 C80% 80%, 80% 20%, 0 0 Z");
    clip-path: ellipse(90% 100% at 0% 50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 285px;
}

.home-cta {
    width: 50%;
    padding: 30px 30px 30px 0px;
}

.home-cta h2 {
    font-size: 28px;
    text-align: unset;
}

.home-cta p {
    color: #fff;
    text-align: unset;
}

.home-cta a {
    background-color: #031F42;
    color: #fff;
}

.home-cta a:hover {
    background-color: #fff;
    color: #020817;
}

.cta-btn-flex {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.button2 {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff !important;
}

.home-contact-main {
    position: relative;
    background-color: #f4f9ff;
}

.home-contact-main .container-main {
    max-width: 1030px;
}

.home-contact-heading,
.home-contact-flex {
    position: relative;
    z-index: 1;
}

.home-contact-heading p,
.faq-heading p,
.home-courses-heading p,
.get-in-touch-heading p {
    text-align: center;
}

.home-contact-left {
    padding-right: 70px;
}

.home-contact-left h2,
.contact-box-right h5 {
    text-align: unset;
}

.contact-box-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.contact-box-left {
    background: #2b75fa;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 12px
}

.contact-box-left img {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.contact-box-right h5 {
    margin-bottom: 5px;
}

.contact-box-right p,
.get-in-touch-block p {
    margin-bottom: 0;
    color: #0b182a;
}

.contact-box-right p a,
.get-in-touch-block p a {
    color: #0b182a;
}

.form-inner {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 32px 24px;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.form-field {
    width: 50%;
    padding: 7px;
}

.form-field.full {
    width: 100%;
}

.form-field label {
    color: #0b182a;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
    display: block;
}

.form-field input,
.form-field textarea,
.form-field select,
.blogs-left input,
.blogs-right select {
    color: #5b5e5c;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    background: #f4f9ff;
    padding: 15px 16px;
    border-radius: 8px;
    border: 1px solid rgba(11, 24, 42, 0.1);
    width: 100%;
    outline: none;
}

.form-field textarea {
    height: 150px;
}

.submit-btn {
    margin-top: 15px;
}

.submit-btn input {
    width: 100%;
    height: 45px;
    border: unset;
    padding: 10px 30px;
}

.home-faq-left {
    height: 470px;
}

.home-faq-right {
    padding-left: 60px;
}

.faq-accordion button.accordion-button {
    font-size: 22px;
    font-weight: 600;
    background-color: #fff;
    color: #020817;
    padding: 20px 20px;
    box-shadow: unset;
}

.faq-accordion .accordion-item {
    /* margin-bottom: 20px; */
    border: unset;
    border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.faq-accordion .accordion-body {
    background-color: #fff;
    padding-top: 0;
}

.faq-accordion .accordion-body p {
    text-align: unset;
}

.accordion-button:focus {
    box-shadow: unset;
}

.faq-accordion .accordion-button::after {
    background-image: url(../images/down-icon.webp);
    background-size: 30px;
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.footer-main {
    padding-top: 70px;
    background: #031F42;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 30px;
}

.footer-block p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    max-width: 350px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.social-icons i:hover {
    background-color: #ed1c24;
    color: #fff;
}

.footer-block h6 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}


.footer-block ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: all 0.35s;
    padding-top: 10px;
    position: relative;
    width: max-content;
}

.footer-block ul li:hover a {
    color: #ed1c24;
}

.footer-block.add ul li:first-child {
    align-items: flex-start;
}

.footer-block.add ul li {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.footer-block ul li span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 7px;
}

.footer-block ul li a {
    color: #ffffff;
    position: relative;
}

.footer-block.add ul li i {
    margin-right: 10px;
    color: #fff;
}

.footer-copyright-main {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    /* border-top: 1px solid #e7e7e75c; */
}

.footer-copyright p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.newsletter-main {
    position: relative;
    padding-bottom: 80px;
}

.newsletter-main .container-main {
    max-width: 1020px;
}

.newsletter .cta-btn-flex {
    justify-content: center;
}

.newsletter p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #020817;
    text-align: center;
}

.newsletter .button2 {
    border: 2px solid #031F42;
    color: #020817 !important;
}

.newsletter .button2:hover {
    background-color: #031F42 !important;
    color: #fff !important;
}

.newsletter span {
    font-weight: 700;
    font-size: 32px;
    color: #020817;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.newsletter span a {
    color: #020817;
}

.newsletter span img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    margin-top: -8px;
}

.customer-reviews-heading h2,
.customer-reviews-heading p,
.our-experts-left h2,
.our-experts-left p,
.home-overview-content h2,
.featured-article-right h2,
.blogs-content h4,
.blog-detail-content h2,
.campus-locations-right h4,
.team-details-right h3 {
    text-align: unset;
}

.our-experts-main .container-main {
    max-width: unset;
    padding-left: 105px;
}

.our-experts-flex {
    display: flex;
    align-items: center;
}

.our-experts-left {
    width: 35%;
    padding-right: 50px;
}

.our-experts-left a {
    margin-top: 30px;
}

.our-experts-right {
    width: 65%;
}

.review-counter-flex {
    padding-top: 60px;
}

.review-counter-flex h4,
.review-counter-flex h6,
.review-counter-flex p {
    color: #020817;
}

.expert-slider .owl-carousel .owl-stage-outer {
    padding: 1px;
}

.expert-bg {
    height: 325px;
}

.expert-block {
    border-radius: 10px;
    border-bottom: 5px solid #2b75fa;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    padding: 15px;
}

.expert-block img {
    border-radius: 10px;
}

.expert-content {
    margin-top: 15px;
}

.expert-content h4 {
    max-width: unset;
    margin-bottom: 5px;
    text-align: center;
}

.expert-content p,
.expert-content span,
.expert-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}

.expert-content span {
    display: block;
    margin-top: 3px;
}

.expert-content span,
.expert-content h6 {
    font-size: 14px;
    margin-bottom: 3px;
}

.home-overview-part {
    position: relative;
}

.home-overview-img {
    width: 50%;
    position: relative;
    z-index: 1;
    height: 550px;
}

.home-overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-overview-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #f4f9ff;
}

.home-overview-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-overview-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 65px;
}

.awards-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 20px;
}

.awards-block {
    width: 50%;
    padding: 15px;
}

.awards-block img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}

.awards-block h4,
.faq-heading h2,
.faq-heading p {
    text-align: unset;
}

.faq-heading p {
    margin: unset;
}

.faq-heading {
    padding-left: 20px;
    margin-bottom: 20px;
}

.why-choose-pion {
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    margin-top: 30px;
}

.why-choose-pion h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020817;
    margin-bottom: 10px;
}

.why-choose-pion ul {
    padding-left: 20px;
}

.why-choose-pion ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #020817;
    margin-bottom: 5px;
    list-style-type: disc;
}

.home-faq-left {
    width: 30%;
}

.home-faq-right {
    width: 70%;
}

.newsletter .button1 {
    background-color: #2b75fa;
}

.newsletter .button1:hover {
    background-color: #031F42;
}

.breadcrumbs-main {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #031F42;
}

.breadcrumbs h1 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.breadcrumbs p {
    text-align: center;
    color: #fff;
}

.review-counter-flex.about-page .review-counter-block {
    width: 33.33%;
}

.home-about-right h2 {
    margin-bottom: 25px;
}

.home-about-right p:last-child {
    margin-bottom: 0;
}

.home-about-left img {
    border-radius: 10px;
}

.why-us-flex.about-page .why-us-block,
.expert-flex .expert-block {
    width: 25%;
}

.our-journey-main {
    padding-top: 0;
}

.our-journey-slider {
    position: relative;
}

.our-journey-slider .owl-item {
    position: relative;
    overflow: visible;
}

.our-journey-slider .owl-item::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 15px;
    height: 15px;
    background-color: #2b75fa;
    border-radius: 50%;
    z-index: 10;
}

.journey-box-flex {
    display: flex;
    /* padding-bottom: 60px; */
}

.journey-box-flex.reverse {
    flex-flow: row-reverse;
}

.journey-box-left,
.journey-box-right {
    width: 50%;
}

.journey-box-left {
    padding-right: 60px;
    position: relative;
}

.journey-box-left::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0f172a33;
    top: 0px;
    right: 0;
}

.journey-box-left::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
    width: 15px;
    height: 15px;
    background-color: #2b75fa;
    border-radius: 50%;
    z-index: 10;
}

.journey-box-flex.reverse .journey-box-left {
    padding-right: 0;
    padding-left: 60px;
}

.journey-box-flex.reverse .journey-box-left::before {
    right: unset;
    left: -4px;
}

.journey-box-flex.reverse .journey-box-left::after {
    right: unset;
    left: -9px;
}

.journey-block {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    transition: .3s;
    overflow: hidden;
}

.journey-block:hover {
    transform: scale(1.03);
}

.year-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 13px;
}

.year-left img {
    width: 40px;
    height: 40px;
}

.year-right h4 {
    margin-bottom: 0;
}

.year-right span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #020817;
}

.journey-block ul {
    padding-left: 20px;
}

.journey-block ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #020817;
    list-style-type: disc;
}

.leadership-heading p,
.student-achievements-heading p,
.bookstore-heading p,
.resources-heading p,
.gallery-heading p,
.recent-events-heading p,
.campus-location-heading p,
.standard-amenities-heading p {
    text-align: center;
}

.expert-flex .expert-block {
    box-shadow: unset;
    border-bottom: unset;
    border-radius: unset;
    background-color: unset;
}

.expert-flex .expert-block-inner {
    border-bottom: 5px solid #2b75fa;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.expert-block a{
        color: #212529;
}

.student-achievements-main,
.home-cta-main.bookstore,
.gallery,
.recent-evetns-main,
.blogs-main,
.home-cta-main.writing-service {
    padding-bottom: 80px;
}

.student-achievements-left img {
    border-radius: 10px;
}

.student-achievements-right {
    padding-left: 60px;
}

.achievement-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ed1c24;
    color: #fff;
}

.achievement-tab .nav-pills .nav-link.active img,
.nav-pills .show>.nav-link img {
    filter: invert(1);
}

.achievement-tab .nav-pills .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020817;
    display: flex;
    align-items: center;
}

.achievement-tab .nav-pills .nav-link img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.achievement-tab ul {
    margin-bottom: 40px;
}

.achievements-grid,
.recent-events-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.achievements-block,
.recent-events-block {
    width: 33.33%;
    padding: 15px;
}

.student-prof-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.achievements-block-inner {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    height: 100%;
}

.achievements-block .star ul {
    background-color: #faf02b2b;
    border-radius: 7px;
    margin-bottom: 0;
    margin-top: 15px;
}

.avg-score-flex {
    display: flex;
    margin: -10px;
    padding-bottom: 15px;
}

.avg-score {
    padding: 10px;
    width: 25%;
}

.avg-score-inner,
.download-resources ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #F5F7F8;
    border: 1px solid #e6e6e6;
}

.student-prof-left h4,
.achievements-block h5,
.avg-score h4,
.book-price-left h3,
.pdf-title h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020817;
}

.avg-score h4 {
    color: #2b75fa;
}

.student-prof-left span,
.achievements-block p,
.avg-score p,
.book-price-right p,
.pdf-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
}

.student-prof-right h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #2b75fa;
    display: flex;
    align-items: center;
    gap: 10px;
}

.student-prof-right h3 img {
    width: 35px;
    height: 35px;
}

.sub-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.sub-left p,
.sub-right p,
.download-resources ul li span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #020817;
}

.sub-right p {
    font-size: 12px;
    background-color: #f1f5f9;
    border-radius: 30px;
    padding: 2px 10px;
}

.inquire-btn a:hover,
.pdf-btn span:hover {
    background-color: #031F42;
}

.expert-flex.bookstore .expert-block {
    width: 33.33%;
}

.expert-flex.bookstore .expert-block-inner {
    padding: 25px;
}

.expert-flex.bookstore .expert-bg {
    height: 250px;
}

.resources-main {
    background-color: #F5F7F8;
}

.resources-main .container-main {
    max-width: 1020px;
}

.pdf-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.pdf-box h5 {
    font-size: 18px;
}

.pdf-btn img {
    width: 15px;
    height: 15px;
    filter: invert(1);
    margin-right: 7px;
}

.pdf-btn span,
.gallery-title {
    background-color: #2b75fa;
    color: #fff;
    border-radius: 7px;
    padding: 7px 10px;
}

.pdf-btn span {
    height: 45px;
    display: flex;
    align-items: center;
}

.pdf-btn span a {

    color: #fff;
    display: inline-block;
}

.gallery-bg {
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.gallery-bg img,
.gallery-bg iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gallery-title {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 25px;
    background-color: #F5F7F8;
}

.gallery-title h4 {
    font-size: 20px;
    color: #020817;
    margin-bottom: 10px;
}

.gallery:last-child {
    padding-bottom: 0;
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffe6;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
}

.play-btn button {
    padding: 0;
}

.play-btn img {
    width: 40px;
    height: 40px;
    margin-left: 6px;
}

.recent-events-block {
    width: 50%;
}

.reb-flex {
    display: flex;
}

.reb-left {
    width: 30%;
}

.reb-left img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.reb-right {
    width: 70%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.reb-right img {
    width: 15px;
    height: 15px;
}

.reb-right h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #020817;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.reb-right h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #020817;
    margin-bottom: 7px;
}

.reb-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
}

.expert-flex.bookstore h4,
.expert-flex.bookstore p {
    text-align: unset;
}

.gallery-flex.video .gallery-bg {
    position: relative;
}

.gallery-flex.video .gallery-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    border-radius: 10px;
    top: 0;
    left: 0;
}

.achievement-count-main {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F5F7F8;
}

.achievement-count-main .review-counter-flex {
    padding-top: 15px;
}

.icon-box {
    background: #2b75fa;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.icon-box img {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.get-in-touch-block h4 {
    max-width: unset;
    margin-bottom: 7px;
}

.get-in-touch-main.location .get-in-touch-block h4 {
    text-align: unset;
}

.get-in-touch-block p {
    text-align: center;
}

.home-contact-main.contact-page .container-main {
    max-width: 1320px;
}

.contact-box-flex.contact-page {
    margin-top: 7px;
}

.contact-box-flex.contact-page .contact-box-left {
    background: unset;
    width: unset;
    height: unset;
}

.contact-box-flex.contact-page .contact-box-left img {
    filter: unset;
}

.faq-main .container-main {
    max-width: 1020px;
}

.faq-main .faq-heading h2,
.faq-main .faq-heading p {
    text-align: center;
    max-width: unset;
}

.get-in-touch-flex.location .get-in-touch-block ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 2px;
}

.get-in-touch-flex.location .get-in-touch-block ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.get-in-touch-flex.location .get-in-touch-block ul li:first-child {
    align-items: flex-start;
}

.get-in-touch-flex.location .get-in-touch-block ul li a {
    color: #64748b;
}

.direction-btn {
    width: 100%;
    height: 45px;
    margin-top: 15px;
}

.direction-btn:hover {
    background-color: #031F42 !important;
    color: #fff;
}

.faq-main button.accordion-button,
.faq-main .faq-accordion .accordion-item,
.faq-main .faq-accordion .accordion-body {
    background-color: unset;
}

.home-contact-main.contact-page .form-field input,
.form-field textarea,
.form-field select {
    background-color: #F5F7F8;
}

.featured-article-flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.featured-article-left,
.featured-article-right {
    width: 50%;
}

.featured-article-left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.featured-article-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.featured-article-right ul,
.blogs-content ul,
.blog-detail-content ul,
.follow-us ul,
.campus-locations-right ul,
.subject-groups-block ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.featured-article-right ul li img,
.blogs-content ul li img,
.blog-detail-content ul li img,
.ul-locations ul li img,
.writing-service-flex.courses .service-price p img {
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

.featured-article-right a {
    margin-top: 30px;
}

.blogs-top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.blogs-top-flex input,
.blogs-top-flex select {
    background-color: #F5F7F8;
}

.blogs-flex {
    justify-content: unset;
}

.blogs-left {
    width: 420px;
}

.blogs-bg {
    height: 250px;
}

.blogs-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogs-content {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blogs-content ul li {
    font-size: 14px;
}

.blogs-content h4 {
    max-width: unset;
    margin-bottom: 7px;
    -webkit-line-clamp: 1;
}

.blogs-content h4 a {
    color: #020817;
}

.blog-detail-main .container-main {
    max-width: 970px;
}

.blog-detail-bg {
    height: 450px;
    margin-bottom: 30px;
}

.blog-detail-bg img {
    border-radius: 10px;
}

.blog-detail-content h5 {
    max-width: unset;
    text-align: unset;
    margin-bottom: 5px;
    margin-top: 13px;
}

.blogs-flex.related-articles {
    padding-top: 30px;
}

.blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.follow-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

.follow-us ul {
    gap: 5px;
}

.follow-us ul li img {
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

.btn-flex.blog {
    padding-bottom: 30px;
    padding-top: 0;
}

.btn-flex.blog a {
    height: 45px;
}

.load-btn {
    margin-top: 50px;
}

.load-btn button {
    border: unset;
    margin: 0 auto;
}

.gallery-bg {
    cursor: pointer;
}

.gallery-flex.photo.new .gallery-block {
    position: relative;
    border-radius: 10px;
}

.gallery-flex.photo.new .gallery-bg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-flex.photo.new .gallery-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 50%, #000);
    opacity: 0.8;
    pointer-events: none;
    z-index: 2;
    border-radius: 10px;
}

.gallery-flex.photo.new .gallery-block:nth-child(6n+1),
.gallery-flex.photo.new .gallery-block:nth-child(6n) {
    width: 50%;
}

.gallery-flex.photo.new .gallery-block:nth-child(6n+2),
.gallery-flex.photo.new .gallery-block:nth-child(6n+3),
.gallery-flex.photo.new .gallery-block:nth-child(6n+4),
.gallery-flex.photo.new .gallery-block:nth-child(6n+5) {
    width: 25%;
}

.gallery-flex.photo.new .gallery-title {
    background-color: unset;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

.gallery-flex.photo.new .gallery-title h4 {
    color: #fff;
}

.campus-locations-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.campus-locations-flex:last-child {
    margin-bottom: 0;
}

.campus-locations-left,
.campus-locations-right {
    width: 50%;
}

.campus-locations-right h4 {
    max-width: unset;
}

.campus-locations-left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.campus-locations-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.campus-locations-right ul li {
    font-size: 15px;
}

.campus-locations-right .ul-tags ul li,
.subject-groups-block ul li {
    padding: 2px 10px;
    background-color: #f1f5f9;
    border-radius: 20px;
    font-size: 14px;
}

.ul-locations ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
}

.ul-locations ul li {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.ul-locations ul li img {
    margin-top: 4px;
}

.ul-facilities {
    padding-top: 15px;
}

.ul-facilities h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #020817;
    max-width: 300px;
    margin-bottom: 7px;
}

.ul-facilities ul {
    flex-wrap: wrap;
}

.ul-facilities ul li {
    margin-bottom: 0;
    padding: 2px 10px;
    border-radius: 30px;
    border: 1px solid;
    text-wrap: nowrap;
}

.btn-flex.campus a {
    height: 45px;
}

.job-opening-flex,
.subject-groups-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.job-opening-flex .journey-block,
.subject-groups-block {
    width: 50%;
    padding: 15px;
    box-shadow: unset;
    border: unset;
    border-radius: unset;
}

.journey-block-inner,
.subject-groups-block-inner {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.journey-block.career .year-flex {
    justify-content: space-between;
    align-items: flex-start;
}

.journey-block.career ul {
    padding-bottom: 13px;
}

.home-about-right ul {
    padding-top: 20px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.home-about-right ul li {
    list-style-type: disc;
}

.application-form-main .container-main {
    max-width: 940px;
}

.application-form .form-field input,
.application-form .form-field select,
.application-form .form-field textarea {
    background-color: #f4f9ff;
}

.home-stats.career {
    padding-top: 80px;
}

.home-stats-flex.career .stat-icon {
    width: 70px;
    height: 70px;
}

.home-stats-flex.career .stat-icon span {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.home-stats-flex.career h4,
.service-price h3 {
    font-size: 24px;
    line-height: 36px;
    color: #020817;
    font-weight: 700;
    margin-bottom: 7px;
}

.writing-service-block h4 {
    max-width: unset;
    text-align: unset;
}

.service-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.writing-service-block ul {
    padding-bottom: 15px;
}

.writing-service-block ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.writing-service-block ul li::before {
    position: absolute;
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    left: 0;
    color: #2b75fa;
}

.writing-service-flex.courses .service-price {
    flex-flow: column-reverse;
    justify-content: center;
}

.writing-service-flex.courses .service-price h3 {
    font-weight: 400;
    text-align: center;
}

.writing-service-flex.courses .writing-service-block h4 {
    text-align: center;
    font-size: 28px;
}

.writing-service-block.popular .writing-service-block-inner {
    border: 1px solid #2b75fa;
}

.writing-service-block.popular .popular-tag {
    background-color: #2b75fa;
    padding: 2px 10px;
    border-radius: 20px;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.writing-service-block.popular .popular-tag p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.subject-groups-main {
    padding-top: 80px;
}

.subject-groups-block h4 {
    max-width: unset;
    text-align: unset;
}

.subject-groups-block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.subject-groups-block ul li {
    text-align: center;
    background-color: #2b75fa;
    color: #fff;
    font-size: 16px;
}

.writing-service-flex.courses .service-price p img {
    margin-top: -3px;
}

.application-form-main.enroll {
    padding-top: 0;
}

.writing-service-block ul li:last-child {
    margin-bottom: 0;
}

.writing-service-flex.courses.enroll .writing-service-block ul {
    padding-bottom: 0;
}

.team-details-flex {
    align-items: unset;
}

.team-details-left {
    width: 30%;
    height: 400px;
}

.team-details-left img {
    border-radius: 10px;
}

.team-details-right {
    width: 70%;
    padding-left: 40px;
}

.team-details-right span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 7px;
    display: block;
}

.team-details-right p,
.team-details-right ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0b182a;
    margin-bottom: 7px;
}

.team-details-right ul {
    padding-left: 20px;
     margin-bottom: 20px;
}

.team-details-right ul li {
    list-style-type: disc;
}

.team-details-right h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020817;
    margin-bottom: 10px;
    margin-top: 20px;
}

.teacher-info{
    margin-top: 20px;
}

.mob-btn{
    display:none !important;
        font-size: 16px;
    height: 55px;
    width: max-content;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #2b75fa;
    position: relative;
    z-index: 9;
    border-radius: 6px;
}
.mob-btn:hover{
        background-color: #031F42;
    color: #fff;
}
.inquire-btn a {
    color: #fff;
}

.student-achievements-main.reveiws{
    padding-top: 80px;
}