* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --clr-navbar-text: #fff;
    --clr-white-text: #f9f9f9;
    --clr-text: #01020b;
    --clr-black: #0b0608;
    --clr-black2: #1e1c1c;
    --clr-black-light: #606161;
    --clr-black-very-light: #bfbfbf;
    --clr-primary: #ffc828;
    --clr-primary: hsl(45, 100%, 58%);
    --clr-primary-very-light: hsl(45, 100%, 80%);
    --clr-primary-very-light2: hsl(45, 100%, 95%);
    --clr-primary-hover-black-bg: #2e7db2;
    --clr-secondary: #000;
    --clr-nav-hamburger: var(--clr-secondary);
    --clr-nav-hamburger-hover: #fff;
    --clr-navbar-btn-text: #fff;
    --bg-navbar-btn-hover: var(--clr-primary);
    --navbar-position: 42.4px;
    /* --nav-logo-width-percent: 75%; */
    --navbar-logo-wrap-width: 180px;
    --nav-logo-padding-block: 12px;
}
#whatsapp-chat-widget {
    display: none !important;
}
.OKGMH a{
    visibility:hidden!important;
    display:none!important;
}
body {
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
}
p {
    line-height: 1.6rem;
}
h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    align-items: center;
}
h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}
.page-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*WhatsApp*/
.FloatingWindow__Container-sc-42h84g-0 a .OKGMH a{
    display:none!important;
}
#__EAAPS_PORTAL .FloatingWindow__Container-sc-42h84g-0 a{
    display:none!important;
    visibility:hidden!important;
}
header h2 {
    color: #000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-wrap: balance;
}
section header {
    margin-bottom: 40px;
}
section .studyabroad-banner-header {
    margin-bottom: 26px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-wrap-avatar {
    display: inline-block;
    border-radius: 50%;

    /* width: 150px;
    height: 150px; */
}
.img-wrap-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
/* new nav*/
.header .container {
    /* height: 6rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    position: fixed;
    top: 42.4px;
    top: var(--navbar-position);
    z-index: 999;
    width: 100%;
    /* background: #9f939300; */
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 25%); */
    transition: all 0.4s ease;
}
.bottom-nav-scrolled {
    /* background: rgba(255, 255, 255, 0.81) !important; */
    position: fixed !important;
    background: var(--clr-primary);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    --logo-height: 100%;
    /* color: #1e1c1c !important; */
    --clr-navbar-text: var(--clr-black2);
    --clr-phone-bg: rgba(0, 0, 0, 0);
    --clr-nav-hamburger-bg: rgba(0, 0, 0, 0);
    --clr-nav-hamburger: var(--clr-primary);
    /* --clr-nav-phone: var(--clr-black2); */
    /* --clr-nav-phone: var(--clr-primary); */
    --clr-nav-link-hover: #000;
    --clr-nav-phone: var(--clr-secondary);
    --clr-nav-hamburger-hover: var(--clr-primary);
    --clr-navbar-btn-text: #000;
    --clr-navbar-btn-text-hover: var(--clr-primary);
    --bg-navbar-btn: var(--clr-primary);
    --bg-navbar-btn-hover: #000;
    --navbar-logo-wrap-width: 150px;
    --navbar-position: 0px;
    --nav-logo-padding-block: 5px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    --clr-nav-hamburger: var(--clr-secondary);
    /* --nav-logo-width-percent: 60%; */
}
.inner-nav {
    /* background: rgba(255, 255, 255, 0.81) !important; */
    background: var(--clr-primary);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    --logo-height: 100%;
    /* color: #1e1c1c !important; */
    --clr-navbar-text: var(--clr-black2);
    --clr-phone-bg: rgba(0, 0, 0, 0);
    --clr-nav-hamburger-bg: rgba(0, 0, 0, 0);
    --clr-nav-hamburger: var(--clr-primary);
    /* --clr-nav-phone: var(--clr-black2); */
    /* --clr-nav-phone: var(--clr-primary); */
    --clr-nav-link-hover: #000;
    --clr-nav-phone: var(--clr-secondary);
    --clr-nav-hamburger-hover: var(--clr-primary);
    --clr-navbar-btn-text: #000;
    --clr-navbar-btn-text-hover: var(--clr-primary);
    --bg-navbar-btn: var(--clr-primary);
    --bg-navbar-btn-hover: #000;
    /* --navbar-logo-wrap-width: 70px; */
    --navbar-position: 0px;

    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    --clr-nav-hamburger: var(--clr-secondary);
}
.btn-main {
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid var(--clr-primary);
    display: inline-block;
    align-items: center;
    position: relative;
    color: var(--clr-primary);
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    transition: all 0.5s ease;
    width: fit-content;
}
.btn-main::after {
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}
.btn-main:hover {
    background: var(--clr-primary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-secondary);
}
.btn-main:hover::after {
    opacity: 1;
    right: 10px;
}
.btn-main:hover .fa-angle-right {
    display: none;
}
.slider-content a:hover .fa-angle-right {
    display: none;
}
.btn-sec {
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid var(--clr-secondary);
    display: inline-block;
    align-items: center;
    position: relative;
    color: var(--clr-secondary);
    background-color: var(--clr-primary);
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    transition: all 0.5s ease;
    width: fit-content;
}
.btn-sec::after {
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}
.btn-sec:hover {
    background: var(--clr-primary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-secondary);
}
.btn-sec:hover::after {
    opacity: 1;
    right: 10px;
}
.btn-sec:hover .fa-angle-right {
    display: none;
}
.btn-cancel {
    padding: 8px 20px !important;
    text-decoration: none;
    border: 2px solid var(--clr-secondary);
    display: inline-block;
    align-items: center;
    position: relative;
    color: var(--clr-secondary);
    /* background-color: var(--clr-primary); */
    margin-left: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    transition: all 0.5s ease;
    width: fit-content;
}

.btn-cancel:hover {
    background: var(--clr-secondary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-primary);
}
.btn-appoint {
    all: unset;
    padding: 8px 20px;
    text-decoration: none;
    /* border: 2px solid var(--clr-secondary); */
    border-radius: 8px;
    display: inline-block;
    align-items: center;
    position: relative;
    color: var(--clr-secondary);
    background-color: var(--clr-primary);
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    transition: all 0.5s ease;
    width: fit-content;
}
.btn-appoint::after {
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}
.btn-appoint:hover {
    background: var(--clr-primary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-secondary);
}
.btn-appoint:hover::after {
    opacity: 1;
    right: 10px;
}
.btn-appoint:hover .fa-angle-right {
    display: none;
}
.navbar-brand-img img {
    /* width: 75%; */
}
.navbar-brand-img {
    display: block;
    padding-block: var(--nav-logo-padding-block, 12px);
    padding-right: 30px;
    width: var(--navbar-logo-wrap-width, 200px);
}
.navbar-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 2rem;
    text-decoration: none;
    padding: 0 0.2rem !important;
    list-style: none;
    /* flex-grow: 1; */
}
.nav-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    /* line-height: 22px; */
    color: var(--clr-navbar-text) !important;
    padding: 0.5rem 0.1rem;

    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header .appointment-btn {
    text-decoration: none;
    color: var(--clr-navbar-btn-text, var(--clr-navbar-text));
    background-color: var(--bg-navbar-btn);
    padding: 10px 1rem;
    padding-left: 0px;
    border: 2px solid var(--clr-navbar-btn-text, var(--clr-navbar-text));
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    transition: all 0.3s ease;
}
.header .appointment-btn svg {
    margin-left: -2px;
}
.header .appointment-btn svg path {
    fill: var(--clr-navbar-btn-text, var(--clr-navbar-text));
    stroke: var(--clr-navbar-btn-text, var(--clr-navbar-text));
    transition: all 0.3s ease;
}
.header .appointment-btn:hover {
    background-color: var(--bg-navbar-btn-hover);
    color: var(--clr-navbar-btn-text-hover);
    transition: background-color 0.3s ease;
}
.header .appointment-btn:hover svg path {
    fill: var(--clr-navbar-btn-text-hover, #000);
    stroke: var(--clr-navbar-btn-text-hover, #000);
}
.nav-link:hover,
.nav-link:active {
    color: var(--clr-nav-link-hover, var(--clr-primary)) !important;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: var(--clr-nav-link-hover, var(--clr-primary));
    text-decoration-thickness: 3px;
}

.mobile-navbar-btn {
    display: none;
    background: transparent;
    cursor: pointer;
}

.mobile-nav-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #212529;
}

.mobile-nav-icon[name="close-outline"] {
    display: none;
}
.section-hero,
.section-services {
    padding: 9.6rem 0;
    background-color: #a5d8ff;
    height: 60vh;

    display: flex;
    justify-content: center;
    align-items: center;
}
.section-spacing {
    padding-block: 60px;
}
.section-services {
    background: #f3f0ff;
}

.section-hero p,
.section-services p {
    font-size: 3.2rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.5s, 0.5s linear;
    top: 90%;
    animation: fadeInUp 300ms;
    padding: 0;
    left: -25px;
}
.dropdown-menu a {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    padding: 0.5em 1em;
}
.dropdown-item {
    transition: background-color 0.3s ease;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--clr-primary);
    /* color: #ffffff; */
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
/* ===========================================
Responsive Codes
======================================= */

/* 1200px  */
@media (max-width: 75em) {
    html {
        overflow-x: hidden;
    }
    .mobile-navbar-btn {
        display: block;
        z-index: 999;
    }
    #navigation-links {
        --clr-navbar-text: var(--clr-black2);
        --clr-navbar-btn-text: #000;
        --clr-navbar-btn-text-hover: var(--clr-primary);
        --bg-navbar-btn: var(--clr-primary);
        --bg-navbar-btn-hover: #000;
    }
    .header .logo {
        width: 40%;
    }

    .navbar-list {
        /* display: none; */
        width: 100%;
        height: 100vh;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        gap: 2rem;
        display: flex;
        flex-direction: column;

        justify-content: flex-start;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .navbar-list > :first-child {
        margin-top: 5rem;
    }
    .nav-inner {
        background: #ffffff;
    }

    .active .navbar-list {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
        display: block;
    }

    .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
        display: none;
    }
    .header {
        position: sticky;
        background-color: var(--clr-primary);
        --navbar-position: 36px;
    }
    .bottom-nav-scrolled {
        --navbar-position: 0px;
    }
}

/* Below 560px  */
@media (max-width: 35em) {
    .header {
        padding: 0 0.8rem;
        position: sticky;
        background: #ffc828;
    }

    .header .logo {
        width: 55%;
    }
}

/* new nav */
/* top bar */
#topbar {
    background: var(--clr-secondary);
    font-size: 14px;
    transition: all 0.5s ease;
    color: #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.contact-info,
.social-links {
    display: flex;
    row-gap: 5px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
}
.contact-info-icons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}
.contact-info a {
    color: var(--clr-primary);
    text-decoration: none;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}
.contact-info a:hover {
    color: var(--clr-primary-hover-black-bg);
}
.contact-info-icons i {
    font-size: 16px;
    margin-right: 14px;
}
.top-links {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    color: var(--clr-primary);
    margin-right: 0;
}
.top-socials {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--clr-primary);
}
.top-socials a {
    font-size: 24px;
}
.top-links a {
    color: #326cbf;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.top-links a:hover {
    text-decoration: underline;
    color: #d933a2;
}
.top-links h2 {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--clr-primary);
}
.social-links .fa-brands {
    color: var(--clr-primary);
}
.social-links .fa-brands:hover {
    color: var(--clr-primary-hover-black-bg) !important;
}
/* Header css */
/* banner slider css */
.slider-banner {
    position: relative;
}
.slider-image {
    position: relative;
}
.slider-image-gradient1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 100%;
    background: linear-gradient(
        206deg,
        rgba(33, 13, 2, 0) 8.94%,
        rgba(0, 0, 0, 0.21) 28.66%,
        rgba(8, 6, 0, 0.48) 84.69%
    );
}
.slider-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: absolute;
    top: 20%;
    width: 45%;
}
.slider-content h2 {
    color: #fdc416;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.19px;
    margin-bottom: 0;
    text-wrap: balance;
}
.slider-content h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 62px;
    letter-spacing: 0.005em;
    color: #326cbf;
    text-wrap: balance;
}
.slider-content p {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    text-wrap: balance;
}
.slider-content p,
.slider-content h2,
.slideDown,
.slideUp {
    position: relative;
    opacity: 0;
}
.slider-content a {
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid var(--clr-primary);
    display: inline-block;
    align-items: center;
    position: relative;
    background-color: var(--clr-primary);
    color: var(--clr-secondary);
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 167.5%; /* 26.8px */
    letter-spacing: 0.08px;
    transition: all 0.5s ease;
}
.slider-content a::after,
.services-content a::after,
.why-us-desc a::after,
.sydney-desc a::after {
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}

.services-content a:hover,
.sydney-desc a:hover {
    background: var(--clr-primary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-secondary);
}
.slider-content a:hover {
    background: var(--clr-secondary);
    padding-right: 2rem;
    padding-left: 1rem;
    color: var(--clr-primary);
    border: 2px solid var(--clr-secondary);
}
.slider-content a:hover .fa-angle-right {
    display: none;
}
.why-us-desc a:hover {
    background: #e22899;
    padding-right: 2rem;
    padding-left: 1rem;
}
.slider-content a:hover::after,
.services-content a:hover::after,
.why-us-desc a:hover::after,
.sydney-desc a:hover::after {
    opacity: 1;
    right: 10px;
}
.slideUp {
    top: 40px;
    left: 10px;
    animation: slideUp ease 1s forwards 1.6s;
}
.slideDown {
    top: -40px;
    left: 5px;
    animation: slideDown ease 1s forwards 0.6s;
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateY(-40px);
        opacity: 1;
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateY(40px);
        opacity: 1;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}
.carousel-indicators [data-bs-target]:hover {
    background: rgb(100%, 100%, 100%);
}
.carousel-indicators [data-bs-target] {
    position: relative;
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    border-radius: 100% !important;
    border: 2px solid #ffffff !important;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
    overflow: hidden;
}
.carousel-indicators [data-bs-target].active {
    background: var(--clr-primary) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    opacity: 0;
    filter: alpha(opacity=0); /* IE support */
}
/* banner slider css */
/* pages css start */
.abroad-banner-section {
    box-shadow: inset 0 1700px rgb(0 0 0 / 30%);
    padding-block: 3rem;
    /* padding: 3rem 6rem; */
    /* height: 35vh; */
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .studyabroad-banner-header {
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.studyabroad-banner-header h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 4rem;
    color: #ffffff;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.studyabroad-banner-header p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
/* pages css end */
/*about-us section start */

.aboutus-heading {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2 !important;
}
.icons-and-text {
    color: #e9a61b;
    display: flex;
    align-items: top;
    gap: 10px;
}

.aboutus-icon {
    padding-top: 3px;
}
.aboutus-subheading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.aboutus-section-3 {
    background: url("/frontend/images/right-choice.jpg");
    box-shadow: inset 0 1700px rgb(0 0 0 / 60%);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}
.aboutus-section-3 header h3 {
    color: #ffc828;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 88.889% */
}

.aboutus-section-3 header p {
    color: #ffc828;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.about-card-wrap {
    padding: 24px;
    height: 100%;
    background-color: var(--clr-primary);
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px rgba(255, 200, 40, 0.25);
}

.custom-gutter-row-about {
    --bs-gutter-x: 80px;
}
.aboutus-card-heading {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
.aboutus-card-paragraph {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}
.aboutus-section-4 {
    background-color: #fffaea;
}
.aboutus-section-4 h3.aboutus-heading {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 88.889% */
    margin-bottom: 40px;
}
.aboutus-section-4 p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
/* about-us section end */
/* about us icons section */
.about-section header {
    margin-bottom: 1.5rem;
}
.about-card {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 15px;
}
.about-card-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 3px;
    background: var(--clr-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-card-desc h3 {
    color: var(--clr-black2);

    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.about-card-desc p {
    color: var(--clr-black2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.column-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .about-section {
        position: relative;
    }
    .about-homepage-img-wrap {
        position: absolute;
        right: 0;
        top: 50px;
        bottom: 50px;
        height: 500px;
    }
    .about-homepage-img-wrap img {
        height: 100%;
    }
    .recent-post-desc h2 {
        margin-top: -8px;
    }
    /* .first-col-direction {
        width: 70%;
    } */
}
/* about us section-end */
/* homepage our services section start */
.our-services-section {
    background: url("../images/our-services-bg.jpg") lightgray 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.section-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(12, 9, 0, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: -1;
}
.our-services-section header {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.our-services-section header h2 {
    color: var(--clr-primary);
    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.our-services-section header p {
    color: var(--clr-primary);

    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.slider-services-cards {
    margin-bottom: 0;
}
.slider-services-cards .slick-slide > div {
    height: 100% !important;
}
.slider-services-cards .slick-slide > div > div {
    height: 100% !important;
    flex-grow: 1;
}

/* .slider-services-cards {
    z-index: 10;
} */
/* .service-card-wrap {
    background: var(--clr-primary);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    margin-inline: 1rem;
} */
.service-card {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
    /* margin: 0.5rem 0.8rem; */
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    min-height: 100%;
    height: 100%;
    background: var(--clr-primary);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}
.service-card p {
    flex-grow: 1;
}
.service-card figure {
    margin-bottom: 30px;
}
.service-card h3 {
    text-align: center;
    color: var(--clr-secondary);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    margin-bottom: 18px;
}
.service-card p {
    color: var(--clr-secondary);

    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* homepage our services section end */
/* visa-and-migration-section-start */
/* .visa-migration-section .col-description {
    max-width: 600px;
} */
.visa-migration-section header {
    margin-bottom: 30px;
}
.visa-migration-section h3 {
    color: var(--clr-black2);

    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 141%; /* 53.58px */
}
.visa-migration-section p {
    color: var(--clr-black2);

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* max-width: 600px; */
}
.visa-migration-section header p {
    color: var(--clr-black2);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 141%; /* 25.38px */
    /* max-width: 600px; */
}
.visa-migration-section {
    background-color: var(--clr-primary);
}
.visa-migration-section,
.visa-migration-section-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.visa-migration-section-inner-wrap,
.visa-migration-section-inner-wrap > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-flex-center {
    display: flex;

    align-items: center;
    justify-content: center;
}
.btn-black {
    border: 2px solid var(--clr-secondary);
    color: var(--clr-secondary);
}
@media screen and (min-width: 1200px) {
    .visa-migration-section {
        position: relative;
        min-height: 500px;
    }
    .visa-migration-section-inner-wrap {
    }
    .visa-migration-homepage-img-wrap {
        position: absolute;
        left: 0;
        top: 50px;
        bottom: 50px;
        height: 400px;
    }
    .visa-migration-homepage-img-wrap img {
        height: 100%;
    }
    /* .first-col-direction {
        width: 70%;
    } */
}
@media screen and (min-width: 1200px) and ((max-width: 1350px)) {
    .visa-migration-homepage-img-wrap {
        width: 450px;
    }
    .visa-migration-homepage-img-wrap img {
        height: auto;
        width: auto;
    }
}
/* visa-and-migration-section-end */

/* working-mechanism-section start */
.working-mechanism-section {
    background-color: #000;
}
.working-mechanism-section * {
    color: var(--clr-primary);
}
.custom-gutter-x {
    --bs-gutter-x: 60px;
}
.step-card {
    padding: 10px;
}
.step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-primary);
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 141%; /* 28.2px */
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-bottom: 22px;
}
/* .working-steps-cards > * {
    position: relative;
    z-index: 3;
} */
.step-card {
    position: relative;
    z-index: 3;
}
.step-num {
    z-index: 3;
}
@media screen and (min-width: 1200px) {
    .step-num-1::before {
        content: "";
        position: absolute;
        top: 13%;
        /* left: -251px;
        width: 256px; */
        left: -92%;
        width: 94%;
        height: 1px;
        background-color: var(--clr-primary);
        border-style: dashed;
        border-width: 2px;
        transform: translateY(-300%);
        z-index: 2;
    }
}
@media screen and (min-width: 1400px) {
    .step-num-1::before {
        content: "";
        position: absolute;
        top: 13%;
        /* left: -251px;
        width: 256px; */
        left: -93%;
        width: 95%;
        height: 1px;
        background-color: var(--clr-primary);
        border-style: dashed;
        border-width: 2px;
        transform: translateY(-50%);
        z-index: 2;
    }
}
.step-card figure {
    margin-left: 10px;
    height: 50px;
    display: flex;
    align-items: center;
}
.step-card h3 {
    color: var(--clr-primary);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%; /* 36.66px */
}
.step-card p {
    color: var(--clr-primary);

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%; /* 22.56px */
}

/* working-mechanism-section end */

/* affiliated section start */
.affiliated-colleges-section header {
    margin-bottom: 47px;
}
.affiliated-wrap {
    border: 1px solid #c4c4c4;
    padding: 20px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.affiliated-wrap figure {
    display: flex;
    align-items: center;
    justify-content: center;
}
.affiliated-wrap img {
    object-fit: contain;
    object-position: center;
}
.affiliated-cards .affiliated-wrap:first-child {
    border-bottom: none;
}
/* affiliated section end */

.about-icons-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
}
.about-icons-section h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #326cbf;
    margin-bottom: 0;
}
.high-visa,
.certified-counselor,
.marn-agent,
.partners {
    height: 100%;
    padding: 35px 20px;
    text-align: center;
}
.high-visa {
    background: #e7f1ff;
}
.certified-counselor {
    background: #f1f7ff;
}
.marn-agent {
    background: #fbf1ff;
}
.partners {
    background: #fff1fc;
}
/* homepage service section css */
.appointment-section {
    padding-block: 3rem;
}
/* .services-section,
.study-australia-desc,
.study-sydney-section,
.study-melbourne-section,
.study-detail-section,
.scholarship-section,
.about-header-section,
.why-us-1,
.blogs-section,
.why-us-1,
.blog-detail-section,
.faq-section,
.services-page-section,
.appointment-section,
.enquiry-form-section,
.privacy-policy-section {
    padding: 3rem 6rem;
} */
.services-section .row,
.why-us-section .row,
.testimonials-section .row,
.study-melbourne-section .row,
.study-detail-section .row,
.scholarship-section .row {
    display: flex;
    align-items: center;
}
.services-content {
    margin-right: 2rem;
}
.services-content h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    color: #1e1c1c;
    margin-bottom: 25px;
}
.services-content p {
    margin-bottom: 45px;
}
.services-slick .slick-dots li.slick-active button:before,
.review-cards .slick-dots li.slick-active button:before {
    color: #e22899 !important;
    border: 2px solid #e22899;
}
.services-slick .slick-dots li button:before,
.review-cards .slick-dots li button:before {
    font-size: 12px;
    line-height: 16px;
    top: 20px;
    height: 18px;
    width: 18px;
    border: 2px solid #e22899;
    border-radius: 50%;
    color: transparent !important;
}
.services-content a {
    background: #e22899;
    padding: 10px 20px;
    color: #fff1fc;
    border-radius: 0 20px 0 20px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
.services-slider {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
}

.service-page-content {
    color: #000000;
    text-align: center;
    padding: 20px;
}
.service-card a,
.service-page-content span {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1e1c1c;
}
.service-card a:hover {
    color: #e22899;
}
.service-icon {
    margin-bottom: 20px;
}

/* why us section css */
.why-us-section {
    padding: 3rem 6rem;
    background: #ebf3ff;
    position: relative;
}
.why-us-section::before {
    position: absolute;
    content: url("../images/australia-map.png");
    left: 3%;
    top: -22%;
}
.why-us-lists {
    display: -webkit-inline-box;
    gap: 2rem;
    margin-bottom: 1rem;
    padding-right: 6rem;
}
.why-us-desc h1,
.testimonials-desc h1,
.blog-header h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    align-items: center;
    margin-bottom: 1.4rem;
    color: #296ac7;
}
.why-us-img {
    padding: 5rem 5rem 5rem 0;
}
.why-us-desc p,
.testimonials-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1e1c1c;
}
.lists-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #296ac7;
}
.list-des h3 {
    font-weight: 500;
}
/* testimonials section css */
.testimonials-section {
    padding: 2rem 6rem;
    background: url("../images/testibg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-desc {
    margin-right: 4rem;
}
.testimonials-desc a {
    background: #d833a2;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
}
/* review card */
.quote-icon {
    position: absolute;
    background-color: #e22899;
    padding: 12px;
    display: inline-flex;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}
.review-profile {
    position: relative;
    width: 100px;
}
.review-profile img {
    border-radius: 50%;
}
.review-cards {
    display: flex;
    gap: 20px;
}
.review-card {
    min-height: 30pc;
    margin: 0 10px;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 1px 20px rgba(121, 120, 120, 0.06);
    border-radius: 8px;
    position: relative;
}
.review-title h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #1e1c1c;
}
.review-title p {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #1e1c1c;
}
.review-detail h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1e1c1c;
}
.review-detail h6 {
    display: inline-block;
}
.review-detail h6::after {
    content: "";
    border-bottom: 2px solid #e22899;
    width: 80%;
    margin: 10%;
    justify-content: center;
    display: block;
}
/* review card */
/* blogs section css */
.blog-section {
    background-color: #f9f9f9;
}
.blog-header p {
    text-align: center;
    padding: 0 30%;
    line-height: 1.6rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
    .section-head-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .section-head-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .blog-header {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .button-wrap {
        margin-left: auto;
    }
}

.view-all-btn {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
.view-all-btn svg path,
.svg-fill {
    transition: all 0.3s ease;
}
.view-all-btn:hover {
    color: var(--clr-primary);
}
.view-all-btn:hover svg path {
    stroke: var(--clr-primary);
    /* fill: var(--clr-primary); */
}
.view-all-btn:hover .svg-fill {
    fill: var(--clr-primary);
}
.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-bottom p {
    color: var(--clr-black-very-light);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 155.5%; /* 18.66px */
    margin-bottom: 0;
}
.card-read-more {
    color: #bfbfbf;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 155.5%; /* 18.66px */
}
.blog-desc {
    flex-grow: 1;
}
/* .button-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog-section .view-all-btn {
    display: inline-block;
    margin-bottom: 1rem;
} */

.blog-card,
.service-page-card {
    background: #ffffff;
    box-shadow: 0px 4px 18px rgba(121, 121, 121, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.service-page-card {
    min-height: 28pc;
}
.blog-card:hover,
.service-page-card:hover {
    transform: scale(1.03);
}
.blog-card {
    height: 100%;
}
.blog-desc {
    padding: 20px;
}
.blog-desc h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.6rem;
    color: #bfbfbf;
}
.blog-desc h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8rem;
    letter-spacing: 0.001em;
    color: #000000;
    transition: color 0.4s ease;
}
.blog-card:hover h2,
.blog-card:hover p,
.service-page-card:hover h2,
.service-page-card:hover p {
    color: var(--clr-primary);
}
.blog-desc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6rem;
    color: #606161;
    transition: color 0.4s ease;
}
.blog-img {
    position: relative;
    width: 100%;
}
.blog-img img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    object-position: center;
    height: 220px;
}
.blog-date {
    position: absolute;
    right: 15px;
    bottom: -30px;
    display: inline-flex;
    background: #326cbf;
    border-radius: 50%;
    padding: 5px 5px;
    color: #fff1fc;
    border: 3px solid #7aa9ec;
    width: 56px;
    height: 56px;
    align-items: center;
}
.blog-date h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 155.5%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
.mr-3 {
    margin-right: 30px;
}

.dinline {
    display: inline-block;
}
/* blog ection css end */
/* Testimonial voice of customer new section start  */
.morecontent span {
    display: none;
}
p.more {
    margin-bottom: 0;
}
.morelink {
    all: unset;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
    line-height: 1.2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
    z-index: 20;
    margin-top: 20px;
    border-radius: 8px;
}
.morelink:hover {
    color: var(--clr-primary);
    background-color: var(--clr-secondary);
}
.testimonial-card-head {
    height: 100px;
}
.testimonials-voice-section.page-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--clr-primary);
}
.testimonial-wrap {
    /* background-color: #000; */
    padding: 50px;
    position: relative;
    z-index: 1;
}
.testimonial-wrap::before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .testimonial-wrap {
        background-color: #000;
    }
    #topbar .social-links {
        display: none !important;
    }
    .meet-team-main .cards-wrap .row > :last-child {
        margin-top: 2rem;
    }
    .about-us-first-section .row:last-child {
        flex-direction: column-reverse;
    }
}
.testimonial-quote {
    position: absolute;
    top: -60px;
    left: 50px;
}
.testimonials-voice-section header h2 {
    color: var(--clr-primary);
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 53.2px */
    margin-top: 40px;
}

.testimonials-voice-section header p {
    color: var(--clr-primary);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* .testimonials-slider {
    position: relative;
} */
.testimonials-slider .slick-slide {
    /* height: auto; */
}

.testimonial-card {
    padding: 20px;
    background-color: var(--clr-primary);
    border-radius: 12px;
    margin: 0.5rem 0.8rem;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.24);
}

.testimonial-card-head {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.testimonial-card-img-wrap {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}
.testimonial-card-head-detail h4 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.02px;
}
.testimonial-card p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.5%; /* 26.96px */
}
.testimonials-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -65px;
}

.testimonials-slider .slick-dots li {
    margin: 0 0.25rem;
}

.testimonials-slider .slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 201, 40, 0.5);
    text-indent: -9999px;
}
.testimonials-slider .slick-dots li.slick-active button {
    background-color: var(--clr-primary);
}
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    display: none !important;
}
.custom-prev-arrow,
.custom-next-arrow {
    position: absolute;
    bottom: -30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    /* background-color: red; */
    color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.custom-prev-arrow .fa-solid,
.custom-next-arrow .fa-solid {
    margin: 0;
    transition: color 0.3s ease;
}
.custom-prev-arrow {
    left: 50px;
}

.custom-next-arrow {
    left: 100px;
}
.custom-prev-arrow:hover,
.custom-next-arrow:hover {
    background-color: var(--clr-primary);
}
.custom-prev-arrow:hover i,
.custom-next-arrow:hover i {
    color: #000;
}

/* Testimonial voice of customer new section end  */
/* study abroad css starts */
/* services page start */
/* .study-sydney-section {
    background: #ebf3ff;
} */
.inner-page-sections > section:nth-child(2n) {
    background-color: #fffaea;
}
.inner-page-sections section header {
    margin-bottom: 16px;
}
.inner-page-sections section h2 {
    color: var(--clr-black);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    text-wrap: balance;
    line-height: normal;
    margin-bottom: 0;
}
.inner-page-sections section h3 {
    color: var(--clr-black);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-wrap: balance;
    line-height: normal;
    margin-top: 22px;
}
.inner-page-sections section header h3 {
    margin-top: 0px;
}
.inner-page-sections ol li {
    margin-bottom: 10px;
}
.inner-page-sections ol {
    margin-top: 25px;
}
.study-detail-desc > :last-child {
    margin-bottom: 0;
}
.scholarship-section > div > :last-child {
    margin-bottom: 0;
}

/* .inner-page-sections ul {
    margin-bottom: 30px;
    padding-left: 15px;
    list-style: none;
    margin-top: 20px;
}
.inner-page-sections ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px !important;
    justify-content: flex-start;

}

.inner-page-sections ul li::before {
    content: "\f00c";

    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    flex-shrink: 0;

    color: #031169;
    padding-right: 25px;
} */
.inner-page-sections ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    list-style: none;
    padding-left: 1.5rem;
}
.inner-page-sections ul li::before {
    content: "\f00c";
    color: #000;
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    margin-right: 0.4em;
    margin-left: -1.3em;
}
.inner-page-sections ul li {
    margin-bottom: 15px;
}
.study-sydney-section .row {
    display: flex;
    align-items: center;
}
/* .sydney-img {
    padding: 2rem 0 0 5rem;
} */
.sydney-desc h2,
.visa-content h2,
.visa-desc h2 {
    color: var(--clr-black);
    margin-bottom: 20px;
}
.visa-desc h3 {
    color: var(--clr-black);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}
.visa-desc p,
.visa-desc span {
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
}
.career-counselling h2,
.career-counselling h3 {
    text-align: center;
}
.career-counselling h3 {
    margin-bottom: 1.6rem;
}
.sydney-desc p {
    margin-bottom: 2rem;
}
.sydney-desc a {
    background: #e22899;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
/* study abroad css ends */

/* breadcrumb css */
.abroad-banner-section .breadcrumb {
    float: right;
}
.breadcrumb-wrap {
    display: flex;
    justify-content: center;
}
.page-breadcrumb {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    /* margin-top: 2rem; */
    margin-bottom: 0;
    flex-wrap: wrap;
    row-gap: 5px;
    padding-left: 0;
}
ul.page-breadcrumb li + li::before {
    content: "/";
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: middle;
}
ul.page-breadcrumb li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
ul.page-breadcrumb li a:hover {
    text-decoration: underline;
    color: #fff;
}
ul.page-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
}
.abroad-banner-section .breadcrumb-item.active {
    color: #ffffff;
}

.study-australia-desc h1,
.student-visa-section h1,
.why-us-1-header h1,
.student-visa-section h1,
.faq-section h1,
.why-us-1-header h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #296ac7;
}
/* study detail css starts */
.study-detail-desc h1,
.scholarship-desc h1,
.scholarship-desc h3,
.career-counselling h3,
.visa-desc h3,
.study-detail-desc h5 {
    color: var(--clr-black);
}
.study-detail-desc h5 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 0;
}
/* .universities-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
} */
.universities-card ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.universities-card ul li::before {
    content: "\f00c";
    color: #296ac7;
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    margin-right: 0.5em;
    margin-left: -1.3em;
    width: 1.3em;
}
.universities-card ul {
    margin-top: 15px;
}
.universities-card h5 {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 16px;
    line-height: 24px;
    color: #296ac7;
}
.universities-card img,
.scholarship-img img,
.blog-detail-img img {
    border-radius: 4px;
}
.services-page .img-wrap img {
    border-radius: 4px;
}
.scholarship-img {
    padding: 2rem;
}
.scholarship-desc p {
    margin: 1rem 0;
}
/* student visa page css */
.student-visa-section .nav-pills .nav-link,
.student-visa-section .visa-table .tab-link {
    background: var(--clr-primary-very-light);
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #2e2e2e;
    padding: 16px;
    text-align: initial;
    text-decoration: none;
    transition: all 0.3s ease;
}
.student-visa-section
    .visa-table
    .tab-link:not(:last-of-type):not(.tab-heading):hover {
    background: var(--clr-primary);
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #2e2e2e;
    padding: 16px;
    text-align: initial;
    text-decoration: none;
}
.student-visa-section .visa-table > :last-child:hover {
    background: var(--clr-primary);
    /* border-radius: 0; */
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #2e2e2e;
    padding: 16px;
    text-align: initial;
    text-decoration: none;
}
.student-visa-section .nav-pills .nav-link.active,
.student-visa-section .visa-table .tab-link.active {
    background-color: #2e2e2e;
    background-color: var(--clr-primary);
    color: #2e2e2e !important;
    /* color: var(--clr-primary) !important; */
}

.student-visa-section .visa-table .tab-link.tab-heading {
    background-color: #2e2e2e;
    color: #fff !important;
    /* color: var(--clr-primary) !important; */
}
.student-visa-section .nav-pills .nav-link.active .fa-solid,
.student-visa-section .visa-table .tab-link.active .fa-solid {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    background: var(--clr-primary);
    color: #2e2e2e;
    border-radius: 50%;
    margin-right: 0;
}
.student-visa-section .nav-link:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #e22899;
}
.visa-para-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #e22899;
}

.visa-table {
    background: #e6f0ff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.visa-table .tab-link {
    border-bottom: 1px solid #afafaf;
    /* border-bottom: 1px solid var(--clr-primary-very-light2); */
}
.visa-table .tab-link:first-child {
    border-radius: 12px 12px 0 0;
}
.visa-table .tab-link:last-child {
    border-radius: 0 0 12px 12px;
    border-bottom: none;
}

.visa-table .nav-link {
    border-bottom: 1px solid #afafaf;
}
.visa-table .nav-link:first-child {
    border-radius: 12px 12px 0 0;
}
.visa-table .nav-link:last-child {
    border-radius: 0 0 12px 12px;
    border-bottom: none;
}
/* custom right tick list */
.visa-desc ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    list-style: none;
    padding-left: 1.5rem;
}
.visa-desc ul li::before {
    content: "\f00c";
    color: #000;
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    margin-right: 0.4em;
    margin-left: -1.3em;
}
.visa-desc ul li {
    margin-bottom: 15px;
}
.visa-display-section {
    margin-top: 25px;
}
.visa-img img {
    border-radius: 4px;
}
/* visa page css ends */
/* contact us page css */
.contact-captcha-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}
.contact-captcha-wrap .reload {
    background-color: var(--clr-primary);
    transition: all 0.3s ease;
    font-weight: 700;
}
.contact-captcha-wrap .reload:hover {
    background-color: var(--clr-secondary);
    color: var(--clr-primary);
}
.form-control:focus {
    border-color: hsl(45, 100%, 48%);
    box-shadow: none;
}
.btn:focus {
    box-shadow: 0 0 8px hsl(45, 100%, 48%) !important;
}
.contact-section-wrap h2 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.input-wrap {
    margin-bottom: 10px;
}
.contact-form-wrap header p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 900px;
}
.input-wrap-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.center-align-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-section .row {
    min-height: 250px;
}
.map-desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.map-desc-wrap {
    background-color: #fffaea;
    height: 100%;
    padding: 35px;
}
.map-desc-item {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    transition: all 0.3s ease;
}
.map-desc-item p {
    margin-bottom: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.map-desc-item i {
    color: #ffc828;
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffc828;
    transition: all 0.3s ease;
}
.contact-phone-desc p {
}
.map-desc-item:hover i {
    color: #000;
    background-color: #ffc828;
}
.map-desc-item:hover {
    transform: translateX(5px);
}
.map-iframe {
    height: 100% !important;
    width: 100% !important;

    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    .map-iframe {
        padding-bottom: unset;
    }
}
.map-iframe iframe {
    inset: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}
.map-section {
    position: relative;
}
.map-section::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 250px 0 320px 0;
    width: 100%;
    background-color: #ffc828;
}

/* Online enquiry section start */
.enquiry-section-wrap {
    max-width: 800px;
    margin-inline: auto;
}
/* Online enquiry section end */

.contact-form-section {
    padding: 6rem;
}
.contact-form {
    background: #296ac7;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 2rem;
}
.offices-des {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.contact-offices {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-offices h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 2rem;
}
.contact-offices h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.contact-left-top h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
}
.contact-left-top p {
    color: #ffffff;
    margin-bottom: 30px;
}
.form-sec {
    padding: 2rem;
    background: #f7f7f7;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.form-sec .error {
    color: red;
    float: left;
    font-size: 12px;
    margin: 10px 0;
}
.success-message {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.6rem;
    color: #ffffff;
}
.form-sec .form-control::placeholder,
.enquiry-form-section .form-control::placeholder,
.enquiry-form-section .form-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #7b8792;
}
.form-sec .form-control,
.enquiry-form-row .form-control,
.enquiry-form-row .form-select {
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    border-radius: 6px;
    padding: 10px;
}
.form-sec .form-control:focus {
    box-shadow: unset;
    border: 1px solid #b1b1b1;
}
.form-sec button {
    background: #e22899;
    border-radius: 44px;
    border: none;
    color: #ffffff;
    padding: 10px 30px;
}
.form-sec h1 {
    text-align: center;
}
.form-sec p {
    text-align: center;
    margin-bottom: 50px;
}
.form-sec label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #0a2849;
}
.enquiry-form-row label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.contact-form .row,
.visa-display-section .row {
    display: flex;
    align-items: center;
}
/* contact us page css ends */
/* about us css starts */
.about-header-section {
    position: relative;
    height: 70vh;
}
.about-banner-header h1 {
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
.about-banner-header p {
    font-weight: 500;
    font-size: 16px;
    padding: 0 30%;
    text-align: center;
    color: #000000;
}
.about-banner-img {
    position: absolute;
    top: 65%;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
}
.about-banner-header span {
    color: #326cbf;
}
.overseas-section {
    padding: 12rem;
    background: url("../images/overseas-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overseas-img {
    position: absolute;
    right: 0;
    top: -30%;
}
.overseas-section h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #e22899;
}
.overseas-section p,
.why-us-1-header p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 20%;
    color: #000000;
}
.section-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 4rem;
}
.section-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-card-img {
    background: #296ac7;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 0.6rem;
}
.section-card-detail h2 {
    text-align: center;
}
.section-card-detail p {
    text-align: center;
}
.lets-chat-section {
    background: #e8f2ff;
    padding: 6rem;
}
.lets-chat-section h1 {
    text-align: center;
}
.lets-chat-section p {
    text-align: center;
    padding: 0 30%;
    line-height: 1.7rem;
    margin-bottom: 35px;
}
.lets-chat-section a {
    background: #e8f2ff;
    color: #000000;
    border: 1px solid #e22899;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    padding: 10px 40px;
    transition: 0.6s;
}
.lets-chat-section a:hover {
    background: #326cbf;
    border: 1px solid #326cbf;
    color: #ffffff;
}
.our-values-section {
    padding: 3rem 6rem;
    background: url("../images/our-values-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.our-values-section h1 {
    text-align: center;
    color: #326cbf;
    margin-bottom: 45px;
}
.values-left p {
    color: #000000;
    margin-bottom: 35px;
}
.values-lists a {
    text-decoration: none;
    cursor: pointer;
    padding: 17px 17px 17px 0;
    line-height: 33px;
    border-bottom: 1px solid #a0a0a0;
}
.values-lists h2 {
    color: #296ac7;
    font-weight: 500;
    font-size: 22px;
}
.values-lists a:last-child {
    border-bottom: none;
}
.values-lists {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.link-active h2 {
    color: #e22899 !important;
}
/* about us css ends */
/* our teams css starts */
.director-message-spacing {
    --bs-gutter-x: 6rem;
}
/* our teams css ends */
.img-avatar-circle-style {
    position: relative;

    z-index: 2;
}
.img-avatar-circle-style::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: hsl(45, 100%, 84%);
    z-index: -1;
    width: 112%;
    height: 112%;
}
.img-avatar-circle-style::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: hsl(45, 100%, 93%);
    z-index: -2;
    width: 124%;
    height: 124%;
}
.director-message .img-wrap-avatar {
    width: 230px;
    height: 230px;
}
.director-message {
    background-color: #fff;
    /* padding-top: 100px; */
}
.director-message .person-name {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 106.667% */
    margin-bottom: 0px !important;
}
.director-message .person-designation {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}
.director-message h3 {
    color: #000;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 100% */
}
.director-message h4 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
}
.director-message p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}
.meet-team-main {
    position: relative;
}
.meet-team-main::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: var(--clr-primary);
    width: 100%;
    height: 360px;
    z-index: -1;
}
.meet-team-main header {
    max-width: 700px;
    margin-inline: auto;
}
.meet-team-main .cards-wrap {
    max-width: 750px;
    margin-inline: auto;
}

.team-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meet-team-main .img-wrap-avatar {
    width: 250px;
    height: 250px;
}
.meet-team-main .person-name {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.meet-team-main .person-designation {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}
.social-links-card {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.social-links-card a {
    color: #000;
}
.bg-team-light {
    background-color: hsl(46, 100%, 96%);
}
.meet-other header {
    max-width: 700px;
    margin-inline: auto;
}
.meet-other .img-wrap-avatar {
    width: 200px;
    height: 200px;
}
.meet-other header {
    margin-bottom: 65px;
}
.meet-other .person-name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
}
.meet-other .person-designation {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}
.inner-page h3 {
    color: #000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 84.211% */
    margin-bottom: 1rem;
}

.visa-table ul {
    padding: 0;
    list-style: none;
}
.visa-table ul li a {
    text-decoration: none;
    background: #e5f0ff;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #2e2e2e;
    padding: 1rem;
    border-bottom: 1px solid #afafaf;
}
.visa-table .nav-link:first-child {
    border-radius: 12px 12px 0 0;
}
.visa-table .nav-link:last-child {
    border-radius: 0 0 12px 12px;
    border-bottom: none;
}

/* blogs page css */
.featured-article-card {
    border-radius: 8px;
    overflow: hidden;
}
.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.article-desc {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.related-articles {
    /* display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%; */
}
.date-time-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.article-desc .date-time-wrap {
    margin-top: 10px;
}
.date-time-wrap > * {
    margin: 0;
}
.time-read {
    color: #676767;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.014px;
}
.featured-article img,
.article-img img {
    /* border-radius: 12px; */
}
.featured-article img {
    object-fit: cover;
    object-position: center;

    width: 100%;
    height: auto;
    max-height: 400px;
}
.article-img img {
    object-fit: cover;
    object-position: center;

    width: 100%;
    min-height: 200px;
    height: auto;
}
.featured-article-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.article-para {
    flex-grow: 1;
}
.featured-article h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-top: 25px;
}
.featured-article h6,
.article-desc h6,
.blog-detail-desc h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #676676;
}
.featured-article h2,
.blog-detail-desc h2,
.visa-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: var(--clr-text);
}
.featured-article p,
.article-desc p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
    color: #606161;
}
.featured-article a,
.article-desc a {
    padding: 10px 20px;
    padding-left: 0;
    color: #ffc828;
    text-decoration: none;
    display: inline-block;
    /* background: #e22899; */
    border-radius: 5px;
    transition: all 0.3s ease;
}
.featured-article a:hover,
.article-desc a:hover {
    color: #000;
    transform: translateX(5px) !important;
}
.article-desc h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.article-desc h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--clr-text);
}
.why-us-desc a {
    color: #ffffff;
    background: #296ac7;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    align-items: center;
    position: relative;
    transition: 0.5s;
}

.blog-banner {
    background: url("../images/blog-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem;
}
.blog-banner-desc {
    margin-left: 10rem;
}
.blog-banner-content {
    display: flex;
    gap: 20px;
    align-items: center;
}
.blog-banner-content h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
}
.blog-banner-content h2 span {
    color: #ffe401;
}
.blog-banner h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}
.blog-banner-content a {
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px 5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3492cf;
}
/* blog detail css */
.blog-detail-img {
    margin: 15px 0;
}
.recent-card {
    background: var(--clr-primary-very-light2);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.recent-card-content {
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center; */
}
.recent-card-img img {
    object-fit: cover;
    object-position: center;
    max-height: 150px;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .recent-card-img img {
        width: auto;
    }
}
.recent-post-desc h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: inline;
}
.recent-post-desc h5:nth-of-type(2) {
    margin-left: 10px;
}

.recent-post-desc h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.recent-card h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}
.recent-card a {
    text-decoration: none;
}
.social-share {
    display: flex;
    gap: 20px;
}
.blog-socials {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    justify-content: space-between;
}
.faq-section .accordion-button {
    font-weight: bold;
    font-size: 17px;
    background-color: var(--clr-primary-very-light2);
    color: var(--clr-black);
}
.faq-section .accordion {
    margin-top: 30px;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--clr-black);
    background-color: var(--clr-primary-very-light);
    /* color: #296ac7; */
}
.faq-section .accordion-button:focus {
    box-shadow: none;
}
.faq-section .accordion-button::after {
    background-image: url("../images/down-arrow.svg");
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--clr-primary-very-light);
    border-bottom: 1.5px solid #e0dede;
}
/* service page css */
.service-page-header h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #326cbf;
}
.service-page-header h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    text-align: center;
    color: #111111;
}
/* appointment page css */
.appointment-style {
    font-size: 1rem !important;
}
.appointment-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .appointment-card{
    background-color: #E5F0FF;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #000000;
    padding: 10px 15px;
    border-radius: 12px;
    width: 360px;
} */
.appointment-section .btn-appointment {
    display: flex;
    align-items: center;
    background-color: var(--clr-primary-very-light);
    text-decoration: none;
    color: #000000 !important;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: left;
    max-width: 350px;
}
.appointment-section .btn-appointment h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.appointment-section .appointment-pills .active {
    background-color: var(--clr-primary) !important;
    color: var(--clr-text) !important;
}
.appointment-card-img {
    width: 40px;
    padding: 5px;
    display: inline-block;
    margin-right: 8px;
}
.book-modal-info p {
    color: var(--clr-secondary);
    /* color: #808080; */
}
.appointment-section .nav-pills {
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 992px) {
    .appointment-section .nav-pills {
        width: 100%;
        flex-direction: row;
        row-gap: 5px;
        column-gap: 15px;
    }
}
.appointment-card h3 {
    font-weight: bold;
    font-size: 24px;
}
.appointment-section form input:focus,
.btn-close:focus,
.appointment-section form textarea:focus {
    box-shadow: none;
}
.appointment-section .modal-header {
    background: var(--clr-primary);
    /* background: #296ac7; */
    color: #fff;
}
.appointment-section .modal-footer button {
    font-weight: 600;
}
.appointment-section .modal-title {
    color: var(--clr-secondary);
}
.appointment-section .btn-primary {
    background: #296ac7;
    font-weight: 600;
}
.appointment-section .btn-secondary {
    background: #5d5d5d;
}
.appointment-section .btn-primary:hover {
    background: #0a4eb0;
    border: 1px solid #0b4aa5;
    font-weight: 600;
}
.appointment-section .btn-secondary:hover {
    background: #e62194;
    border: 1px solid #e62194;
    font-weight: 600;
}
.appointment-section .btn-close {
    background: url(../images/corss-white.svg) 0 0 no-repeat;
}
.calendar-top {
    display: flex;
    gap: 10px;
}
.calendar-top h5 {
    font-weight: bold;
    font-size: 18px;
    color: var(--clr-text);
}
.zabuto-calendar {
    margin-top: 20px !important;
}
.zabuto-calendar.table > thead:first-child > tr:first-child > td {
    background-color: var(--clr-primary);
}
table.lightgrey-weekends tbody td:nth-child(n + 6) {
    background-color: #f3f3f3;
}
.appointment-section h1 {
    color: var(--clr-text);
}
.calender-section h3 {
    font-size: 18px;
    color: #9f9f9f;
}
.calender-section h2 {
    color: var(--clr-black);
}
.calender-disable {
    pointer-events: none;
    cursor: not-allowed;
}
.calender-disable:hover {
    cursor: not-allowed;
}
.available-dates {
    /* background: #f0f0f0; */
    display: inline-block;
    justify-content: center;
    color: #272626;
    margin-top: 1rem;
}
.available-dates button {
    display: inline-block;
    background: var(--clr-primary-very-light);
    border: 1px solid #e0ecfb;
    color: var(--clr-secondary);
    padding: 10px 12px;
    margin: 6px;
}
/* .available-dates button {
    display: inline-block;
    background: #e5f0ff;
    border: 1px solid #e0ecfb;
    color: #1a60c5;
    padding: 10px 12px;
    margin: 6px;
} */
/* .available-dates button:nth-of-type(1){
    margin-left:0;
} */
.available-dates button,
.appointment-section .modal-footer button {
    transition: all 250ms ease-in-out;
}
.available-dates button:hover {
    background: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}
/* .available-dates button:hover {
    background: #296ac7;
    border: 1px solid #2464c0;
    color: #fff;
} */
.available-dates h5 {
    margin-bottom: 0;
}
.zabuto-calendar.table > thead > tr > th,
.zabuto-calendar.table > thead:first-child > tr:first-child > td {
    color: #000000;
}
.zabuto-calendar.table > thead:first-child > tr:first-child > td {
    pointer-events: all;
}
table.lightgrey-weekends tbody td:nth-child(n + 6) {
    background-color: #f3f3f3 !important;
    color: #d30000;
    pointer-events: none !important;
}
.event-colourful {
    color: #d7d7d7 !important;
    cursor: not-allowed;
}
.event-colourful .zabuto-calendar__day {
    pointer-events: none;
}
.event-clickable {
    pointer-events: all !important;
    color: #000000;
    cursor: pointer;
    background-color: var(--clr-primary-very-light2) !important;
    /* background-color: #ecf4ff !important; */
}
.event-clickable.active {
    background-color: var(--clr-primary) !important;
    /* background-color: #27ab00 !important; */
}

/* appointment page css ends */
/* enquiry page css starts */
.enquiry-from-btn {
    padding: 15px 60px;
    background: #326cbf;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-radius: 6px;
    margin-top: 35px;
}
.enquiry-from-btn:hover {
    background-color: #e32394;
    transition: background-color 1s ease-out 100ms;
}
.form-select .select-placeholder {
    color: #000000;
}
.enquiry-form-row h3 {
    font-weight: 600;
    color: #212529;
    margin: 10px 0;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.001em;
    display: inline-block;
}
.enquiry-form-row h3::after {
    content: "";
    border-bottom: 2px solid #212529;
    margin: 0.5% 45%;
    justify-content: center;
    display: block;
}
.enquiry-form-section h2 {
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.005em;
    color: #326cbf;
}
.enquiry-form-section p {
    text-align: center;
}
#spouse-married-date,
#spouse-academic,
#spouse-experience,
#spouse-salary,
#work-exp-detail,
#work-salary-mode {
    display: none;
}
.married {
    display: block !important;
}
.enquiry-form-section .form-control:focus,
.enquiry-form-section .form-select:focus {
    box-shadow: none;
    border-color: none;
}
.error {
    color: red;
    font-size: 14px;
    line-height: 1.8rem;
}
/* enquiry page css ends */
/* privacy policy css starts */
.privacy-policy-section h1 {
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.005em;
    color: #326cbf;
    margin-bottom: 1rem;
}
.privacy-policy-section ul li {
    list-style: none;
    color: #353030;
    padding: 5px;
}
.privacy-policy-section ul li::before {
    content: "\f058";
    color: #326cbf;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0.6em;
    margin-left: -1.3em;
    width: 1.3em;
}
.definition-policy,
.personal-policy,
.contact-policy {
    background: #eff2f4;
    padding: 2rem;
    margin-bottom: 40px;
}
/* privacy policy css ends */
/* Footer Css */
.footer {
    background: #000;
}
.footer a {
    text-decoration: none;
    transition: all 0.4s ease;
}
/* .footer-top {
    padding: 6rem;
} */
.footer-logo {
    width: 75%;
}
.footer-description {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    margin-right: 20%;
    line-height: 28px;
}
/* .footer-contact {
    margin-top: 30px;
} */
.footer-contact h1 {
    color: var(--clr-primary);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 173.5%; /* 41.64px */
    position: relative;
    width: fit-content;
    margin-bottom: 24px;
}
.footer-contact h1::before {
    content: "";
    position: absolute;
    background-color: var(--clr-primary);
    height: 2px;
    bottom: -4px;
    left: 0;
    width: 100%;
}
.company-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2rem;
    color: #ffffff;
}
.contact-information {
    display: flex;
    gap: 10px;
}
.contact-information p {
    font-weight: 400;
    font-size: 15px;
    line-height: 173.5%;
    color: #ffffff;
    margin-bottom: 0;
}
.contact-information .contact-phone {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}
.footer-contact > div > :not(:first-child) {
    margin-bottom: 5px;
}
.contact-information {
    align-items: baseline;
}
.footer-contact i {
    color: #fff;
    transition: color 0.3s ease;
}
.footer-contact p {
    transition: color 0.3s ease;
}
.footer-contact a:hover p,
.footer-contact a:hover i {
    color: var(--clr-primary);
}
.pl-9 {
    padding-left: 9%;
}
/* subscribe css */
.final-content .custom-search {
    position: relative;
    width: 260px;
}
.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 38px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}
.final-content .custom-search-botton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: #e22899;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 20px;
    border-radius: 38px;
    z-index: 2;
}
/* subscribe css */
.socials-icons {
    display: flex;
    gap: 30px;
}
.blog-info span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #676676;
}
.blog-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-info h6,
.calendar-top p,
.calendar-top h5 {
    margin-bottom: 0;
}
.socials-icon {
    background: #eeeeee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.socials-icon .fa-facebook-f {
    color: var(--clr-black);
}
.socials-icon .fa-twitter {
    color: var(--clr-black);
}
.socials-icon .fa-linkedin-in {
    color: var(--clr-black);
}
.socials-icon:hover {
    background: var(--clr-primary);
    transform: scale(1.03);
}
.socials-icon .fa-brands:hover {
    color: var(--clr-black);
}
.policy a {
    color: #dd6227;
    text-decoration: none;
}
.policy a:hover {
    color: #a5d8ff;
}
.cds-icons {
    display: flex;
    flex-direction: column;
}
.cds-link {
    font-size: 14px;
    text-decoration: none;
}
.cds-link {
    color: #e1e8ec;
}
.cds-link:hover {
    color: #dd6227;
}
.fa-solid {
    margin-right: 6px;
}
.footer-details p {
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.5%;
    padding-right: 20px;
}
.lists-links {
    display: flex;
    gap: 30px;
}
.header-modal h5 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}
.footer-modal {
    justify-content: center !important;
    background: #2b2a29;
}
.submit-footer-modal {
    justify-content: center !important;
    background: #ffffff;
    border-top: none !important;
}
.submit-modal {
    border-top: none !important;
    justify-content: center !important;
    background: #ffffff;
}
.header-modal {
    justify-content: center !important;
    background: #dd6227;
}
.submit-header-modal {
    justify-content: center !important;
    border-bottom: none !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
/* .footer-links {
    margin-top: 80px !important;
} */
.link-title {
    color: var(--clr-primary);
    font-family: Poppins;
    font-size: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 173.5%; /* 27.76px */
}
.footer-link:hover {
    color: var(--clr-primary);
    transition: all 200ms ease-in-out;
}
.fa-brands {
    transition: color 0.3s ease;
}
.fa-facebook:hover {
    color: var(--clr-primary);
}
.fa-brands:hover {
    color: var(--clr-primary);
}
.fa-twitter:hover {
    color: var(--clr-primary);
}
.fa-linkedin:hover {
    color: var(--clr-primary);
}
.fa-instagram:hover {
    color: var(--clr-primary);
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important; */
}
.fa-linkedin-in:hover {
    color: var(--clr-primary);
}
.box {
    width: 50px;
    margin-top: 15px;
    border-bottom: 2px solid #ffffff;
}

.footer-link {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 5px 0;
    display: block;
}
/* .footer-socials {
    margin: 40px 0;
} */
.bottom-footer {
    border-top: 1px solid hsla(45, 100%, 58%, 0.398);
    background: #000;
}
.footer-text {
    color: #ffffff;
}
.footer-text p {
    font-size: 12px;
    margin-bottom: 0;
}
.footer-text a {
    color: #ffffff;
    text-decoration: none;
}
.buttonload {
    display: none;
}
.displayBtn {
    display: block;
}
.displayEnqBtn {
    display: inline-block;
}
/* Footer Css */
/* mobile view css */

@media only screen and (max-width: 480px) {
    .contact-info {
        display: flex;
        row-gap: 5px;
        /* column-gap: 15px; */
        align-items: center;
        justify-content: space-between;

        flex-wrap: nowrap;
    }
    .contact-info a {
        color: var(--clr-primary);
        text-decoration: none;

        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s ease;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    h2,
    .featured-article h2,
    .blog-detail-desc h2,
    .visa-content h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 34px;
    }
    .student-visa-section h3 {
        font-size: 20px;
    }
    .services-page .inner-page-sections > section:nth-child(2n) .row {
        flex-direction: column-reverse;
    }
    #topbar {
        padding: 0.5rem 0;
    }
    .header {
        --navbar-position: 34.8px;
    }
    .bottom-nav-scrolled {
        --navbar-position: 0px;
    }
    .page-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    header h2 {
        font-size: 26px !important;
        text-align: start !important;
    }
    header p {
        text-align: start !important;
    }
    .about-card-desc h3 {
        font-size: 20px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .step-card h3 {
        font-size: 20px;
    }
    .footer-link,
    .footer-details p {
        font-size: 14px;
    }
    .inner-page h3 {
        font-size: 28px;
    }
    .director-message h4 {
        font-size: 22px;
    }
    .studyabroad-banner-header h1 {
        text-align: start;
    }
    .breadcrumb-wrap {
        justify-content: flex-start;
    }
    .studyabroad-banner-header p {
        text-align: start;
    }

    /* .article-card,
    .blog-banner-content {
        flex-direction: column;
        gap: 10px;
    } */
    .slider-content h2,
    .slider-content h1,
    .blog-banner-content h2,
    .contact-offices h2,
    .service-page-header h2,
    .service-page-header h1 {
        font-size: 22px;
        margin-bottom: 1rem;
        line-height: 2rem;
    }
    .blog-banner h5,
    .studyabroad-banner-header h5 {
        font-size: 18px;
        margin-top: 1rem;
        line-height: 1.8rem;
        text-align: center;
    }
    .slider-content {
        position: absolute;
        top: 0;
        width: 95%;
        padding-top: 3rem;
    }
    .slider-content h1 {
        margin-bottom: 1rem;
    }
    .slider-image img {
        height: 250px;
    }
    .slider-content p,
    .overseas-img {
        display: none;
    }
    .slider-content a {
        font-size: 14px;
        padding: 5px 10px;
    }
    .services-content h1,
    .why-us-desc h1,
    .testimonials-desc h1,
    .blog-header h1,
    .our-values-section h1,
    .studyabroad-banner-header h1,
    .contact-left-top h1,
    .about-banner-header h1,
    .overseas-section h1,
    .why-us-1-header h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0.8rem;
    }
    .about-icons-section {
        grid-template-columns: 1fr 1fr;
    }
    /* .services-section,
    .blog-section,
    .study-australia-desc,
    .study-sydney-section,
    .study-melbourne-section,
    .study-detail-section,
    .scholarship-section,
    .student-visa-section,
    .about-header-section,
    .why-us-1,
    .student-visa-section,
    .blogs-section,
    .why-us-1,
    .faq-section,
    .why-us-section,
    .testimonials-section,
    .footer-top,
    .our-values-section,
    .lets-chat-section,
    .blog-banner,
    .overseas-section,
    .services-page-section,
    .enquiry-form-section,
    .privacy-policy-section {
        padding: 2rem;
    } */
    .contact-form-section,
    .about-banner-header p,
    .overseas-section p,
    .why-us-1-header p {
        padding: 0;
    }
    .scholarship-img {
        padding: 0;
        margin-bottom: 1rem;
    }
    .contact-form,
    .form-sec {
        border-radius: 0;
        padding: 1rem 0.8rem;
    }
    .blog-detail-section {
        padding: 3rem;
    }
    .services-content,
    .testimonials-desc,
    .contact-offices {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .footer-description {
        margin: 1rem 0 !important;
        /* margin-bottom: 0 !important; */
    }
    .why-us-section::before {
        display: none;
    }
    .why-us-img,
    .blog-header p,
    .lets-chat-section p,
    .sydney-img {
        padding: 0;
        margin-bottom: 1rem;
    }
    .footer-text,
    .footer-links {
        margin: 0 !important;
    }
    .our-values-section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .values-lists a {
        padding: 5px 5px 5px 0;
    }
    .values-lists h2 {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .about-header-section {
        height: 60vh;
    }
    .about-banner-img {
        top: 85%;
    }
    .breadcrumb {
        display: none;
    }
    .article-img {
        width: 100%;
    }
    .blog-banner-desc {
        margin: 0;
    }
    .blog-banner-content a {
        padding: 0.5rem 2rem;
        font-size: 0.8rem;
    }
    .contact-offices h5 {
        font-size: 15px;
    }
    .why-us-lists {
        gap: 1rem;
    }
    .section-cards {
        grid-template-columns: 1fr 1fr;
    }
    .blog-socials {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 10px 0;
    }
    .services-page-section .row {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem;
    }
    .service-page-card {
        min-height: 20pc;
    }
    .study-detail-desc h5 {
        margin-bottom: 15px;
    }
    .universities-card ul {
        margin: 0;
    }
    .universities-card ul:nth-last-of-type(4) {
        margin-bottom: 20px;
    }
    .faq-section .accordion-button {
        line-height: 27px;
        align-items: flex-start;
        padding-left: 0.3rem;
    }
    .faq-section .accordion-button,
    .accordion-body {
        line-height: 27px;
    }
    /* .appointment-section {
        padding: 2rem;
    } */
    .appointment-section .nav-pills {
        width: 96%;
    }
    .testimonial-wrap {
        /* background-color: #000; */
        padding: 25px;
        position: relative;
        z-index: 1;
    }
    .zabuto-calendar.table > thead > tr > th {
        font-size: 14px;
    }
    .modal-footer {
        justify-content: unset;
    }
    .modal-footer button {
        width: 100%;
    }
}
@media only screen and (max-width: 364px) {
    .testimonial-wrap {
        /* background-color: #000; */
        padding: 15px;
        padding-bottom: 25px;
        position: relative;
        z-index: 1;
    }
    .contact-info a {
        font-size: 11px;
    }
    .contact-info-icons i {
        font-size: 11px;
        margin-right: 8px;
    }
    .header {
        --navbar-position: 32.8px;
    }
    .bottom-nav-scrolled {
        --navbar-position: 0px;
    }
}
/* mobile view css end */
/* ipad, tablets screen css */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
    }
    #topbar {
        padding: 0.5rem 3rem;
    }
    /* .header {
        padding: 0 3rem;
    } */
    .slider-content {
        /* padding: 2rem; */
        top: 0%;
        width: 80%;
    }
    .slider-content h1,
    .slider-content h2,
    .blog-banner-content h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .blog-banner h5 {
        font-size: 24px;
        margin-top: 1rem;
        line-height: 1.8rem;
        text-align: center;
    }
    .slider-content h1 {
        margin-bottom: 1.6rem;
    }
    .slider-content p,
    .overseas-img {
        display: none;
    }
    .why-us-img,
    .blog-header p,
    .lets-chat-section p,
    .overseas-section p,
    .why-us-1-header p,
    .about-banner-header p {
        padding: 0;
        margin-bottom: 1rem;
    }
    .about-icons-section {
        grid-template-columns: 1fr 1fr;
    }
    /* .services-section,
    .blog-section,
    .study-australia-desc,
    .study-sydney-section,
    .study-melbourne-section,
    .study-detail-section,
    .scholarship-section,
    .student-visa-section,
    .about-header-section,
    .why-us-1,
    .student-visa-section,
    .blogs-section,
    .why-us-1,
    .blog-detail-section,
    .faq-section,
    .why-us-section,
    .testimonials-section,
    .footer-top,
    .lets-chat-section,
    .our-values-section,
    .blog-banner,
    .overseas-section,
    .services-page-section,
    .enquiry-form-section,
    .privacy-policy-section {
        padding: 3rem;
    } */
    .services-content h1,
    .why-us-desc h1,
    .testimonials-desc h1,
    .blog-header h1 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 0.8rem;
    }
    .why-us-section::before {
        display: none;
    }
    .services-content,
    .testimonials-desc,
    .contact-offices {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .our-values-section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .values-lists a {
        padding: 5px 5px 5px 0;
    }
    .values-lists h2 {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .breadcrumb {
        display: none;
    }
    .blog-banner-desc {
        margin: 0;
    }
    .blog-banner-content {
        flex-direction: column;
        gap: 10px;
    }
    .contact-form-section {
        padding: 0;
    }
    .contact-form,
    .form-sec {
        border-radius: 0;
    }
    .about-banner-img {
        top: 80%;
    }
}
/* ipad, tablets screen css ends */
/* Small screens, laptops css */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #topbar,
    .header {
        padding: 0 3rem;
    }
    .slider-content {
        padding: 2rem;
        top: 0%;
        width: 80%;
    }
    .slider-content h1 {
        margin-bottom: 1.6rem;
        font-size: 38px;
        line-height: 58px;
    }
    .about-icons-section {
        grid-template-columns: 1fr 1fr;
    }
    /* .services-section,
    .blog-section,
    .study-australia-desc,
    .study-sydney-section,
    .study-melbourne-section,
    .study-detail-section,
    .scholarship-section,
    .student-visa-section,
    .about-header-section,
    .why-us-1,
    .student-visa-section,
    .blogs-section,
    .why-us-1,
    .blog-detail-section,
    .faq-section,
    .why-us-section,
    .testimonials-section,
    .footer-top,
    .lets-chat-section,
    .our-values-section,
    .overseas-section,
    .services-page-section,
    .enquiry-form-section,
    .privacy-policy-section {
        padding: 3rem;
    } */
    .why-us-section::before,
    .overseas-img {
        display: none;
    }
    .services-content,
    .testimonials-desc,
    .contact-offices {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .values-lists a {
        padding: 5px 5px 5px 0;
    }
    .values-lists h2 {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .contact-form-section {
        padding: 0;
    }
    .contact-form,
    .form-sec {
        border-radius: 0;
    }
    .contact-form .row {
        display: flex;
        flex-direction: column;
    }
    .contact-form .row .col-md-4,
    .contact-form .row .col-md-8 {
        width: 100%;
    }
    .overseas-section p,
    .why-us-1-header p,
    .about-banner-header p,
    .lets-chat-section p {
        padding: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
    h2.slideDown {
        font-size: 28px !important;
    }
    .slider-content {
        padding-top: 1rem;
    }
}
/* Small screens, laptops css ends */
/* Desktops, large screens css */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .slider-content {
        /* padding: 3rem 6rem; */
        padding-top: 3rem;
        padding-bottom: 3rem;
        top: 0%;
        width: 80%;
    }
    .footer-top {
        padding: 3rem;
    }
    .header,
    #topbar {
        padding-block: 0;
    }
    .contact-form-section {
        padding: 0;
    }
    .contact-form {
        border-radius: 0;
    }
}
/* Desktops, large screens css ends */
/* Extra large screens, TV css */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar-list {
        gap: 0.3rem;
        flex-grow: 1;
    }
    .nav-link {
        font-size: 16px;
    }
    /* .header .appointment-btn,
    .nav-link {
        font-size: 15px;
    } */
}
/* Extra large screens, TV css ends */
@media only screen and (min-width: 1360px) and (max-width: 1440px) {
    .navbar-list {
        gap: 0.4rem;
    }
    .review-card {
        min-height: 37pc;
    }
    .values-lists a {
        padding: 15px 15px 15px 0;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1460px) {
    .navbar-list {
        gap: 1rem;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
    .review-card {
        min-height: 37pc;
    }
}
