h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    color: var(--black)
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
textarea {
    color: var(--black)
}

.form-right,
.hero-title h1,
.hero-title p,
.industry-expert-inner {
    text-align: right
}

.hero .container {
    padding: 10px 0;
}

.apply-now .form-grid .grid-left,
.btn-primary {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.btn-primary {
    background-color: #fff;
}

.btn-primary:hover,
.pagination ul li.active a:before {
    background-color: var(--main)
}

:root {
    --main: #01a1d5;
    --black: #1a191a;
    --grey: #d0cdcc;
    --gradient: linear-gradient(180deg, rgba(161, 218, 235, 1) 0%, rgba(211, 237, 250, 1) 35%);
    --base-font: 'ITC Avant Garde Gothic Pro Md', 'Avant Garde Demi BT';
    --primaryFont: 'ITC Avant Garde Gothic Pro Md';
    --secondaryFont: 'Avant Garde Demi BT';
    --robotoFont: "Roboto", 'ITC Avant Garde Gothic Pro Md', 'Avant Garde Demi BT' !important;
}

body {
    color: var(--black) !important;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: var(--primaryFont), var(--secondaryFont) !important;
}

* {
    letter-spacing: 0.3px !important;
}

html {
    scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
    color: var(--black);
    font-family: var(--primaryFont), sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}


h1 {
    font-size: 58px;
    font-weight: 400;
    line-height: 1.25
}

h3,
h4 {
    line-height: normal
}

h2 {
    font-size: 38px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

#header .sub-navigation .current>a {
    color: #00acea !important;
}

input,
textarea {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 8px;
    color: var(--black);
    background: white !important;
    padding: 5px !important;
}

button,
input,
textarea {
    outline: none;
    /* box-shadow: none; */
    /* -webkit-border-radius: 0; */
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

p {
    font-family: var(--base-font);
    font-size: 16px
}

input,
textarea {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
    border-radius: 12px;
    padding: 8px
}

textarea {
    resize: none;
    height: 200px
}

textarea::placeholder {
    font-family: var(--base-font)
}

.container {
    max-width: 1320px;
    /* padding: 0 20px; */
    margin: 0 auto;
    width: 100%
}

.btn-more-wrapper .btn-more i {
    position: initial;
    margin-left: 5px;
}

.btn-primary {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 25px
}

.btn-icon {
    display: inline-block;
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
    margin-top: 5px;
    transition: .4s ease-in-out
}

.btn-icon:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    position: absolute;
    transform: rotate(-44deg);
    top: -4px;
    right: 0;
    transition: .4s ease-in-out
}

.btn-primary:hover {
    color: #fff
}

.btn-primary:hover .btn-icon {
    background-color: #fff;
    transition: .4s ease-in-out
}

.btn-primary:hover .btn-icon:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
    transition: .4s ease-in-out
}

.btn-secondary {
    position: relative;
    padding-left: 40px
}

.btn-secondary:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #59c0f1;
    background: linear-gradient(180deg, #59c0f1 0, #8ad3ed 35%);
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%
}

.btn-secondary:hover .btn-icon {
    margin-left: 30px
}

.apply-now .title .sub-title span,
.hero-title span,
.trainers .title h2 span {
    font-weight: 600;
    color: var(--main)
}

.hero-title p {
    font-size: 30px
}

.hero-left {
    background: var(--gradient);
    padding: 30px;
    border-radius: 10px
}

.hero-content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 426px calc(100% - 456px);
    gap: 30px;
    padding-left: calc((100% - 1280px) / 2);
}

.hero-left h3,
.online-hub-grid .link-list li,
.online-hub-grid h3 {
    font-weight: 600;
    margin-bottom: 20px
}

.hero-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hero-right {
    height: 500px;
    border-radius: 15px
}

.hero-content .cta {
    margin-top: 40px
}

.industry-expert {
    padding-block: 100px 60px;
    background: linear-gradient(180deg, #a1daeb 10%, rgb(255 255 255) 115%);
}

.apply-now,
.jobs-section,
.story-block {
    background: var(--gradient)
}

.industry-expert-inner p {
    max-width: 540px;
    text-align: right;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.textblock-grid .img-container {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
}

.textblock-grid .img-container img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

.textblock-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.textblock-content h3 {
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-left: 28px
}

.textblock-content h3:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #59c0f1;
    background: linear-gradient(180deg, #59c0f1 0, #8ad3ed 35%);
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%
}

.textblock-content {
    padding: 30px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

.jobs-detail p,
.search-list {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10)
}

.apply-now .title h2,
.campus-list-block .img-container p,
.course-fee-grid .title h2,
.what-you-will-learn .title h2 {
    font-weight: 600
}

.apply-now .title,
.features {
    text-align: center;
    margin-bottom: 30px
}

.apply-now .form-grid .grid-left {
    width: 100%;
    height: 100%;
}

.apply-now .form-grid .grid-left img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    /* object-position: -120px 0px; */
    border-radius: 15px;
}

.apply-now .form-grid .grid-center {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
}

.apply-now .grid-center form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.apply-now .grid-center form .form-group {
    margin-bottom: 15px
}

.apply-now .grid-center form .form-group.submit {
    margin-block: 20px 0;
}

.features.personalized-coaching {
    background-image: url(../images/frontend/counselling/Underline.png);
    background-size: cover;
    background-position: left -95px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.features.no-exams-or-essays {
    background-image: url(../images/frontend/counselling/X.png);
    background-size: cover;
    background-position: bottom left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

.features.study-with-support {
    background-image: url(../images/frontend/counselling/Highlight.png);
    background-size: cover;
    background-position: left -75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.industry-experts {
    display: inline-block;
    background-image: url(../images/frontend/counselling/Highlight.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 120px;
    padding-bottom: 35px;
}

.qualified .fully-qualified {
    position: relative;
    z-index: 1;
}

.qualified .highlight-bg {
    position: absolute;
    display: inline-block;
    width: 450px;
    height: 66px;
    left: -65px;
    top: -18px;
    z-index: -1;
    opacity: 0.7;
}

.highlight-bg {
    position: absolute;
    display: inline-block;
    width: 420px;
    height: 110px;
    left: -130px;
    top: -26px;
    z-index: -1;
    opacity: 0.7;
}

.highlight-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jobs-section .title h2 {
    position: relative;
    z-index: 1;
}

.industry-expert .industry-expert-inner strong {
    position: relative;
    z-index: 1;
}

.industry-expert .industry-expert-inner .highlight-bg {
    position: absolute;
    display: inline-block;
    width: 400px;
    height: 110px;
    left: -49px;
    top: -50px;
    z-index: -1;
    opacity: 0.7;
}

section.hero {
    padding: 50px 90px 80px;
}

.has-error {
    margin-top: 5px;
}

.apply-now .form-grid .form-group label {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--main);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px
}

.apply-now .form-grid .form-group input,
.apply-now .form-grid .form-group textarea {
    width: 100%
}

.features h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px
}

.apply-now .form-grid {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 10%;
    justify-content: center;
    align-items: flex-start;
}

.apply-now .grid-left form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.apply-now .grid-left form .form-group {
    margin-bottom: 25px
}

.story-section {
    padding-block: 20px 40px
}

.story-content p {
    font-size: 15px;
}

.story-block {
    padding: 40px 20px 30px;
    border-radius: 10px;
    width: 100%;
    height: 415px
}

.story-content h3,
.trainer-detail h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.story-content {
    padding: 20px
}

.story-grid li .img-container {
    height: 230px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.story-grid li .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.jobs-grid .grid-right,
.story-grid li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.story-block .cta {
    margin-top: 70px
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.story-block.story-img {
    padding: 0
}

.apply-now-section .form-grid .grid-right,
.story-block.story-img .img-container {
    height: 100%
}

.bottom-block {
    height: 250px
}

.story-content.no-padding {
    padding: 0;
    border-radius: 0;
    background: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

.jobs-section {
    padding-top: 55px;
    padding-bottom: 100px
}

.job-detail,
.jobs-detail p {
    padding: 20px;
    background: #fff
}

.jobs-section .title h2 {
    font-size: 70px;
    font-weight: 600
}

.jobs-section .title,
.qualified-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.qualified .qualified-list {
    margin-top: 0;
}

.jobs-detail p {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    width: 230px;
    line-height: 50px
}

.jobs-detail p span {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    line-height: normal;
    margin-top: 10px
}

.jobs-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.search-list {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.search-list p {
    font-weight: 700;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 20px
}

.search-list ul li {
    position: relative
}

.search-list ul li span {
    color: var(--main);
    display: inline-block;
    margin-right: 7px
}

.search-list ul li input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.search-list ul li label {
    position: relative;
    cursor: pointer
}


.search-list ul li label:after {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    left: 5px;
    transform: rotate(45deg);
    top: 5px;
    opacity: 0
}

.search-list ul li input[type=checkbox]:checked+label:after {
    opacity: 1
}

.pagination .nav-icons {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.pagination .nav-icons a {
    width: 100%;
    height: 100%
}

.pagination .nav-icons img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(36%) saturate(7493%) hue-rotate(161deg) brightness(92%) contrast(99%)
}

.pagination .nav-icons.previous {
    transform: rotate(180deg)
}

.pagination ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 8px
}

.course-grid .grid-right ul,
.online-hub-grid .link-list,
.pagination {
    margin-top: 20px
}

.pagination ul li a {
    font-size: 18px;
    font-weight: 600;
    padding: 0 4px;
    position: relative
}

.pagination ul li a:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    left: 0
}

.campus-list-block ul li a:hover,
.fee-structure p span,
.pagination ul li.active a {
    color: var(--main)
}

.job-detail {
    display: grid;
    grid-template-columns: 150px 1fr;
    border-radius: 12px;
    gap: 20px;
    position: relative;
}

.job-detail .job-content img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 150px !important;
    height: calc(100% - 40px) !important;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
}

.job-detail .img-container {
    height: 100%;
    border-radius: 10px
}

.job-detail .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.job-detail .job-inner span {
    width: 100%;
    font-size: 14px;
    display: inline-block
}

.job-detail .job-inner a {
    font-weight: 600;
    border-bottom: 2px solid #000
}

.job-detail .job-inner p {
    font-size: 14px;
    margin-top: 5px
}

.job-detail .job-inner {
    margin-bottom: 10px
}

.contact-block span,
.job-content p {
    font-size: 14px
}

.jobs-grid .grid-right .job-detail {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10)
}

.jobs-grid .cta button {
    font-size: 16px
}

.jobs-grid .cta .btn-primary .btn-icon {
    width: 40px
}

.jobs-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 310px 610px;
    gap: 20px;
    justify-content: space-between
}

.campus-location {
    padding-block: 50px 20px;
    background: linear-gradient(180deg, #a1daeb 0, #d3edfa 35%)
}

.campus-title .title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 15px
}

.campus-title .title p {
    font-size: 18px;
    margin-bottom: 20px
}

.campus-title .title {
    width: calc(100% - 270px)
}

.campus-location .jobs-detail {
    flex-direction: column
}

.campus-location a {
    color: black !important;
    font-weight: normal;
}

.campus-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px
}

.campus-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px
}

.campus-list-block .img-container img {
    height: 200px;
    display: block;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.diploma-banner .hero-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.contact-block .img-container img {
    height: 100%;
    margin: auto;
}

.campus-list-block ul {
    margin-top: 15px
}

.campus-list-block ul li a {
    text-decoration: underline
}

.campus-list-block ul li {
    margin-bottom: 15px
}

.get-in-touch {
    background: var(--gradient);
    padding-block: 30px;
}

.get-in-touch-inner {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    /* max-width: 740px; */
    margin: 0 auto;
}

.get-in-touch-inner .sub-title {
    margin-top: 5px;
}

.get-in-touch-inner .title h2 {
    font-weight: 600;
    border-bottom: 3px solid #ccc
}

.get-in-touch-inner .title {
    display: inline-block
}

.get-in-touch-inner a {
    color: #000 !important;
}

.contact-block .img-container {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 10px
}

.contact-block .img-container img {
    display: block;
    object-fit: contain;
}

.contact-block a {
    display: block;
    font-weight: 600;
    font-size: 18px
}

.contact-block {
    text-align: center
}

.contact-block p {
    font-size: 18px;
    font-weight: 600;
    max-width: 260px;
    line-height: normal;
    margin: 0 auto
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px
}

.diploma-banner .hero-title {
    padding: 45px 4% 20px;
}

.diploma-banner .hero-title h1 {
    text-align: left
}

.diploma-banner .hero-banner {
    height: 600px
}

.diploma-banner .countdown {
    padding: 30px;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    right: 50px;
    bottom: -60px;
    text-align: center;
    width: 390px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .2)
}

.diploma-banner .countdown .close-icon {
    display: none;
}

.course-grid .grid-right,
.list-grid {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
}

.countdown-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--main);
    margin-bottom: 10px
}

.countdown-time p {
    font-weight: 400;
    font-size: 42px;
    margin-top: 27px !important;
}

.countdown-time {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px
}

.countdown-time p span {
    display: block;
    font-size: 14px;
    color: var(--main)
}

.countdown .close-icon {
    display: inline-block;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.countdown .close-icon img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(249%) hue-rotate(158deg) brightness(99%) contrast(88%)
}

.qualified {
    background: linear-gradient(180deg, #a1daeb 0, rgb(233 239 242) 17%);
    padding-top: 120px;
    padding-bottom: 30px;
}

.qualified .title h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 10px;
}

.qualified .title p {
    font-weight: 600;
    font-size: 20px
}

.qualified .title {
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.qualified-list li {
    width: 250px
}

.course-details {
    padding-block: 40px 50px;
    background: linear-gradient(180deg, #fff -7%, rgba(213, 241, 251, .9878326330532213) 45%, #fff 100%)
}

.course-grid .title p {
    font-weight: 700
}

.course-grid .title h2 {
    font-weight: 600;
    position: relative
}

.course-grid .title h2:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none;
}

.course-grid .title {
    display: inline-block;
    margin-bottom: 30px
}

.course-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.course-grid .grid-right {
    padding: 32px 40px 20px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    width: 100% !important
}

.course-grid .grid-right h3 {
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.course-grid .grid-right h3:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.online-hub-grid .grid-center img,
.online-hub-grid .grid-right .img-container img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover
}

.course-grid .grid-right ul li {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}

.course-grid .grid-right ul li {
    counter-increment: questionNumber;
    padding-left: 32px;
}

.course-grid .grid-right ul li:before {
    content: "S" counters(questionNumber, ".", decimal-leading-zero);
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    top: 0;
}


.online-hub {
    padding-block: 50px 40px;
}

.online-hub-grid .link-list li a {
    font-weight: 400;
    color: var(--main);
    display: block
}

.online-hub-grid .cta a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.textblock-media .cta {
    width: 100%;
    margin-top: 40px;
}

.online-hub-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
}

.online-hub-grid .grid-center {
    height: 399px
}

.online-hub-grid .grid-right p {
    margin-bottom: 20px
}

.online-hub-grid .grid-right .img-container {
    margin-top: 20px;
    height: 200px;
    border-radius: 15px
}

.course-fee-delivery {
    padding-block: 50px;
    background: linear-gradient(180deg, #a1daeb 0, rgb(233 239 242) 17%)
}

.course-fee-grid .title .pricing {
    display: inline-block;
    background-image: url(../images/frontend/counselling/Highlight.png);
    background-size: cover;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 500;
    margin-top: 10px;
    background-position: center;
}

.course-fee-grid .title {
    margin-bottom: 20px;
    padding: 0 15px
}

.fee-structure {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    min-height: 300px
}

.fee-structure p {
    font-weight: 600;
    margin-bottom: 10px
}

.fee-structure p span.text-normal {
    font-weight: 400;
    color: var(--black)
}

.course-fee-grid .delivery-desc p {
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 0;
}

.course-fee-grid .delivery-desc p:last-child {
    margin-bottom: 0
}

.course-fee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.trainers {
    padding-block: 50px;
    border-bottom: 3px solid #ccc
}

.trainers .title {
    text-align: center;
    margin-bottom: 25px
}

.trainers .title h2 {
    font-size: 45px
}

.trainer-grid .img-container {
    height: 250px;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
    margin-bottom: 20px
}

.trainer-grid .img-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px
}

.trainer-detail {
    text-align: center;
    max-width: 250px;
    margin: 210px auto 0
}

.trainer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.what-you-will-learn .title {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px
}

.list-grid {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 25px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px
}

.list-grid li {
    font-size: 16px;
    position: relative;
    padding-left: 20px
}

.list-grid li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 100%;
    top: 3px;
    left: 0
}

.apply-now-section {
    background: linear-gradient(180deg, #fff -7%, rgba(213, 241, 251, .9878326330532213) 45%, #fff 100%)
}

.apply-now-section .form-grid .grid-right img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px
}

.form-group.submit button {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #5dc8f6;
    background: linear-gradient(90deg, #5dc8f6 -12%, #9dd8ea 50%)
}

.continue-reading {
    color: var(--main);
}

section.jobs-section {
    background-image: url(../images/frontend/counselling/jobs-background.png);
    background-size: cover;
    background-position: bottom left;
    min-height: 100dvh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.hero {
    padding: 5% 10%;
    max-height: 750px !important
}

.grid-right {
    height: 100%;
    align-content: center
}

.diploma-banner {
    position: relative;
    padding: 0 !important;
    overflow: inherit;
}

#header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 50px;
}

#header .right-container .button {
    line-height: 1;
}

.submit-job {
    font-size: 15px !important;
    color: black !important;
}

ul {
    margin-left: unset
}

.apply-now .img-container {
    width: 612px;
    height: 408px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.apply-now .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.apply-now {
    /* padding: 40px 0 350px; */
    background: var(--gradient);
    position: relative;
    z-index: 1
}

.hero-banner {
    width: 100%;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* optional: cover, contain, or unset based on need */
    object-position: top;
    /* make sure top is visible */
}

.what-you-will-learn span.highlight-bg {
    top: -7px;
    left: -62px;
    width: 500px;
    background-size: contain;
    height: 54px;
    background-repeat: no-repeat;
}

.what-you-will-learn h2 {
    position: relative;
}

.trainers .title h2 {
    background-image: url(../images/frontend/counselling/Underline.png);
    background-size: 180px 130px;
    background-position: calc(50% - 64px) 25%;
    background-repeat: no-repeat;
    padding: 0 0 10px;
}

.course-fee-grid .grid-left .title .pricing {
    background-position: -20px calc(50% - 5px);
    background-repeat: no-repeat;
    background-size: 126px 180px;
    padding: 0;
    width: 100%;
}

.course-fee-grid .grid-right .title .pricing {
    background-position: -50px calc(50% - 5px);
    background-repeat: no-repeat;
    background-size: 424px 180px;
    padding: 0;
    width: 100%;
}

/* var(--gradient),  */

.trainer-grid .img-container {
    height: auto;
}

.trainer-detail {
    margin: 30px auto 0;
}

.cst-inline-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cst-inline-pagination ul {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 6px 20px 6px;
    position: relative;
    margin: 20px 0 0;
    font-weight: 600;
    border-radius: 8px;
    width: 280px;
    max-width: 100%;
  }

.cst-inline-pagination .pagination {
    gap: 12px;
    display: flex;
    flex-ww: ;
    flex-wrap: wrap;
}

.cst-inline-pagination .pagination .page-item {
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
}

.counselling-faq label {
    font-weight: inherit;
    -webkit-text-stroke-width: 0px;
}

.cst-inline-pagination .pagination .page-item .page-link,
.cst-inline-pagination .pagination .page-item span {
    margin: 0;
    line-height: 1.5;
  }

  .search-list ul li a {
    color: inherit;
  }
  .search-list ul li a.active {
    color: #00A5E1;
  }

  section.counselling-faq {
    padding: 0 0 4%;
  }

  #main-navigation .sub-navigation * {
    color: #fff;
    }

    .textblock-media a:hover,
.campus-title a:hover {text-decoration: none;}

.campus-title a:hover p,
.textblock-media a:hover h3 {
    color: #00A5E1;
}

/* header#header  *:not(i) {
    font-family: var(--robotoFont);
} */

.textblock-media .title h2 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.what-you-will-learn {
  padding: 100px 4% 100px 4%;
}

/* === Responsive Design Fixes === */


@media screen and (max-width: 992px) {

    .hero-content,
    .apply-now .form-grid,
    .story-grid,
    .textblock-grid,
    .trainer-grid,
    .course-grid,
    .course-fee-grid,
    .online-hub-grid,
    .jobs-grid {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: 36px;
    }

    section.hero {
        padding: 50px 4%;
    }

    /* .story-grid li .img-container {
        height: auto;
    } */


    .what-you-will-learn {
        padding-block: 50px 20px;
    }

    section.counselling-faq {
        padding-block: 40px 40px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .hero-content {
        grid-template-columns: 1fr 1.5fr !important;
    }

    h1 {
        font-size: 44px;
    }

    section.hero {
        padding: 50px 4%;
    }

    .textblock-content {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    p,
    li,
    input,
    textarea,
    .btn-primary {
        font-size: 16px !important;
    }

    .btn-primary {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 10px 15px !important;
    }

    .hero-right,
    .textblock-grid .img-container,
    .course-grid .grid-right,
    .story-block,
    .trainer-grid .img-container {
        height: auto !important;
    }


    #menu-burger path {
        stroke: #00acea;
    }

    .job-detail .img-container {
        height: 40%;
    }

    .jobs-grid .grid-right .job-detail {
        display: block;
    }




    .get-in-touch-inner .title {
        width: 100%;
    }



    .jobs-section .highlight-bg {
        position: absolute;
        display: inline-block;
        width: 320px;
        height: 80px;
        left: -130px;
        top: -26px;
        z-index: -1;
        opacity: 0.7;
    }


    .industry-expert .industry-expert-inner .highlight-bg {
        width: 300px;
        height: 110px;
        left: -41px;
        top: -50px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px !important;
    }

    .story-grid {
        grid-template-columns: 1fr !important;
    }

    .btn-primary {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }

    .apply-now .form-grid,
    .course-grid,
    .course-fee-grid,
    .online-hub-grid {
        gap: 20px !important;
    }
}



@media screen and (max-width: 992px) {
    .campus-title {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .campus-title .title {
        width: 100% !important;
        text-align: center !important;
    }

    .campus-list {
        grid-template-columns: 1fr 1fr !important;
    }

    .hero {
        max-height: none !important;
    }

    .story-grid li .img-container {
        height: auto;
    }

    .hero-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        gap: 20px !important;
    }

    .hero-left,
    .hero-right {
        /* height: 500px; */
        border-radius: 15px;
    }

    .hero-right img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .story-content.no-padding {
        gap: 20px;
    }

    .bottom-block {
        height: auto;
        padding: 0 0 10px;
    }

    .hero-title p {
        font-size: 20px !important;
    }

    .hero-title h1 {
        font-size: 30px !important;
    }

    .trainer-detail {
        text-align: center;
        max-width: 250px;
        margin: 30px auto 0;
    }

    .qualified .title {
        margin-bottom: 10px;
    }

    .diploma-banner .hero-banner {
        height: auto !important;
    }

    .diploma-banner .hero-title h1 {
        font-size: 28px !important;
        text-align: center !important;
    }

    #main-navigation li {
        color: #fff;
    }

    .qualified-list {
        justify-content: center;
    }

    .qualified .title {
        margin-top: -100px;
    }

    .list-grid {
        display: block;
    }

    .apply-now-section .form-grid,
    .apply-now .form-grid {
        display: block !important;
        padding: 0 15px !important;
    }

    .apply-now .grid-left form {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px;
    }

    .apply-now .form-grid .grid-left,
    .apply-now .form-grid .grid-right {
        width: 100% !important;
        padding: 50px 0 30px !important;
    }

    .apply-now .form-grid .form-group {
        margin-bottom: 20px !important;
    }

    .apply-now .form-grid .form-group input,
    .apply-now .form-grid .form-group textarea {
        font-size: 14px !important;
    }

    .apply-now .img-container {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
        transform: none !important;
        left: 0 !important;
    }

    .contact-block {
        width: 100%;
    }

    .apply-now {
        padding: 40px 0 10px;
    }

    .apply-now .form-grid .grid-center {
        margin-top: 15px;
    }

    .jobs-grid .grid-right {
        height: auto;
        align-items: flex-start;
    }

    .jobs-grid .grid-right .job-detail {
        display: grid;
        grid-template-columns: 200px 1fr;
    }

    .job-detail .img-container {
        height: 100%;
    }

    .jobs-detail p {
        font-size: 30px !important;
    }

    .campus-location .jobs-detail {
        flex-direction: row;
    }

    .jobs-section .highlight-bg {
        width: 260px;
        left: -50px;
    }

    .features.personalized-coaching {
        background-size: 180px;
        padding: 0;
        background-position: center -65px;
    }

    .apply-now .form-grid .grid-right {
        max-width: 300px;
        margin: 0 auto;
    }

    .features.no-exams-or-essays {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center -30px;
    }

    .features.study-with-support {
        background-position: left -151px;
    }

    .contact-list {
        gap: 20px;
    }

    .contact-list .contact-block {
        flex: 1;
    }

    .countdown-time p {
        margin-top: 4px !important;
    }

    .diploma-banner .countdown {
        bottom: -20px;
        right: 20px;
    }

    .qualified .highlight-bg {
        width: 320px;
        height: 56px;
    }

    .trainers .title h2 {
        background-size: 120px 100px;
        background-position: calc(50% - 34px) 36%;
    }

    .what-you-will-learn span.highlight-bg {
        top: -4px;
        left: -48px;
        width: 374px;
        height: 40px;
    }

    .course-fee-grid .title .pricing {
        font-size: 24px;
    }

    .course-fee-grid .grid-right .title .pricing {
        background-size: 354px 180px;
    }

    .course-fee-grid .grid-left .title .pricing {
        background-size: 106px 180px;
    }

    .collapsed > label:after {
        scale: 0.75;
        top: -2px;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .qualified-list li {
        width: 25%;
        padding: 20px;
    }

    .course-grid {
        grid-template-columns: 2fr 1fr !important;
        gap: 30px;
    }

    .online-hub-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .online-hub-grid .grid-right {
        grid-column: 1/3;
        margin-top: 20px;
    }

    .online-hub-grid .grid-right .img-container {
        height: auto;
    }

    .course-fee-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .trainer-detail p {
        font-size: 14px !important;
    }

    .trainer-detail h3 {
        margin-bottom: 10px;
    }

    .trainer-grid .img-container {
        box-shadow: 0 10px 20px 3px rgba(0, 0, 0, .16);
    }

    .trainer-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 24px;
    }
}

@media screen and (max-width: 480px) {
    .campus-list {
        grid-template-columns: 1fr !important;
    }

    .campus-title h2 {
        font-size: 32px !important;
    }

    .campus-title p {
        font-size: 16px !important;
    }

    .diploma-banner .hero-title h1 {
        font-size: 22px !important;
    }

    .countdown-time p {
        font-size: 28px !important;
    }

    .countdown-time {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

@media (min-width: 1201px) {
    #main-navigation {
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        font-size: .85em;
        margin-right: -.24em;
        -webkit-text-stroke-width: .2px !important;
        text-rendering: optimizeLegibility;
        width: calc(100% - 470px);
    }

    #main-navigation li a {
        line-height: 18px;
    }

    #main-navigation > li > .sub-navigation {
        margin-top: -2px;
    }
}


@media screen and (max-width: 767px) {

    .apply-now .features {
        margin: auto;
        width: 100% !important;
    }

    .apply-now .form-grid .grid-right {
        display: grid;
        row-gap: 24px;
    }

    .features.personalized-coaching {
        background-position: center -62px;
    }


    .features.study-with-support {
        background-position: center -150px;
    }

    .jobs-section .title h2 {
        margin: auto;
        margin-bottom: 25px;
    }


    section.jobs-section {
        padding-top: 50px;
    }

    .jobs-detail {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .jobs-detail p span {
        margin-top: 5px;
    }

    .jobs-detail p {
        width: 100%;
        margin-bottom: 15px;
    }

    .jobs-grid {
        margin-top: 20px;
    }

    .hero-title h1 {
        font-size: 21px !important;
        margin: 0 0 5px;
    }

    section.hero {
        padding: 20px 4%;
    }

    .hero-title p {
        font-size: 16px !important;
    }

    section.hero .container {
        padding: 0 !important;
    }

    .hero-content .cta {
        margin-top: 20px;
    }

    .industry-expert {
        padding-block: 50px;
    }

    h2 {
        font-size: 24px !important;
    }

    .industry-expert .industry-expert-inner .highlight-bg {
        width: 260px;
        height: 70px;
        left: -35px;
        top: -32px;
    }

    .apply-now .form-grid .grid-center {
        padding: 30px;
    }

    .apply-now .grid-center form {
        gap: 30px;
    }

    .apply-now .form-grid .form-group label {
        font-size: 14px;
        padding: 0;
    }

    .apply-now input,
    .apply-now textarea {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
        border-radius: 10px;
    }

    .form-group.submit button {
        padding: 9px 8px 4px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 1.5;
    }

    .jobs-grid .grid-right .job-detail {
        grid-template-columns: 1fr;
    }

    .jobs-section .highlight-bg {
        width: 260px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-7px);
    }

    .contact-list .contact-block {
        flex: 0 0 100%;
    }

    .campus-title .jobs-detail p {
        font-size: 30px !important;
    }

    .countdown {
        position: relative !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .diploma-banner .countdown {
        position: relative !important;
        width: 100% !important;
        margin-top: 0 !important;
        right: auto !important;
        bottom: auto !important;
        padding: 40px 20px;
        border-radius: 0;
    }

    .diploma-banner .hero-title {
        padding-top: 20px;
    }

    .qualified-list li {
        width: 50%;
        padding: 5px 20px;
    }

    .course-grid .grid-right {
        width: 100% !important
    }

    .qualified .highlight-bg {
        width: 240px;
        height: 44px;
        left: -36px;
        top: -16px;
    }

    .trainers .title h2 {
        background-size: 100px 100px;
        background-position: calc(50% - 34px) 37%;
    }

    .what-you-will-learn h2 {
        font-size: 22px !important;
    }

    .what-you-will-learn span.highlight-bg {
        width: 304px;
        height: 30px;
    }

    .apply-now.apply-now-section::after {
        height: 280px;
    }

    .apply-now.apply-now-section {
        padding-bottom: 160px;
    }

    .job-detail .img-container {
        height: 100px;
    }

    .job-detail .job-content img {
        width: calc(100% - 40px) !important;
        height: 100px !important;
    }

    .jobs-section .btn-primary.submit-job {
        flex-direction: row !important;
    }

    .story-block .cta {
        margin-top: 35px;
    }

    .course-details {
        padding-block: 40px 20px;
    }

    .online-hub {
        padding-block: 40px 40px;
    }

    .course-fee-grid {
        gap: 40px !important;
    }

    .list-grid li {
        margin-bottom: 4px;
    }

    .trainers, .what-you-will-learn {
        border: none;
    }

    section.counselling-faq {
        padding-block: 10px 40px;
    }

    .counselling-faq .glyph-list i[class^="glyph-"] {
        left: -2em;
        top: -6px;
        scale: 0.8;
    }

    .counselling-faq .collapsed > label:after {
        scale: 0.6;
        top: -6px;
    }

    .campus-location .campus-list-block {
        text-align: center;
    }
}