a {
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}
body {
    overflow-x: hidden;
}
.home-header {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 1001;
    transition: all 0.3s ease 0s;
}
.home-header.sticky {
    background: #fff;
    border-bottom: 0px;
    box-shadow: 0px 4px 20px 0px #00000026;
    position: fixed;
}
.header-logo {
    display: block;
}
.main-nav {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 13px;
}
.main-nav li:first-child {
    margin-left: 0px;
}
.main-nav li:last-child {
    margin-right: 0px;
}
.header-row {
    padding: 16px 0px 0;
}
.header-row * {
    transition: all 0.3s ease 0s;
}
.sticky .header-row {
    padding: 7px 0px 13px;
}
.sticky-logo {
    display: none;
}
.sticky .no-sticky-logo {
    display: none;
}
.sticky .sticky-logo {
    display: block;
}
.main-nav li a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    display: block;
    position: relative;
    text-transform: capitalize;
}
.sticky .main-nav li a {
    color: #10226A;
}
.main-nav li a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    background: #FCCD04;
    height: 2px;
    border-radius: 30px;
    opacity: 0;
}
.main-nav li.enq-menu a:before, .main-nav li.search-menu a:before {
    display: none;
}
.main-nav li a:hover:before {
    opacity: 1;
}
.main-nav li a.is-active:before {
    opacity: 1;
}
.main-nav li.menu-item-has-children a:before {
    width: 100%;
}
.main-nav > li.menu-item-has-children > a {
    padding-right: 17px;
    background: url("../images/menu-dwn-arw.svg") no-repeat right top 9px;
}
.sticky .main-nav > li.menu-item-has-children > a {
    background: url("../images/menu-dwn-arw-red.svg") no-repeat right top 9px;
}
.menu-item-has-children {
    position: relative;
}
.menu-subs ul li a:before {
    display: none;
}
.top-menu {
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}
.sticky .top-menu {
    margin-bottom: 13px;
    border-bottom: 1px solid #E8E9F1;
    padding-bottom: 8px;
}
.top-nav {
    margin: 0px;
    padding: 0px;
}
.top-nav li {
    display: inline-block;
    margin: 0px 18px;
    padding: 0px;
}
.top-nav li a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-nav li a:hover {
    color: #FCCD04;
}
.top-nav li a.is-active {
    color: #FCCD04;
}
.sticky .top-nav li a:hover {
    color: #A10040;
}
.sticky .top-nav li a.is-active {
    color: #A10040;
}
.top-menu .menu-subs ul li a.is-active {
    color: #A10040;
}
.main-nav .menu-subs ul li a.is-active {
    color: #A10040 !important;
}
.top-nav > li.menu-item-has-children > a {
    padding-right: 15px;
    background: url("../images/menu-dwn-arw-sm.svg") no-repeat right top 7px;
}
.sticky .top-nav li a {
    color: #65666D;
}
.sticky .top-nav > li.menu-item-has-children > a {
    background: url("../images/menu-dwn-arw-sm-black.svg") no-repeat right top 7px;
}
.top-nav li:first-child {
    margin-left: 0px;
}
.top-nav li:last-child {
    margin-right: 0px;
}
.header-call {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    display: inline-flex;
    align-items: center;
}
.header-call * {
    transition: all 0.3s ease 0s;
}
.header-call:hover {
    color: #FCCD04;
}
.header-call:hover svg path {
    stroke: #FCCD04;
}
.header-call i {
    font-style: normal;
    margin-right: 12px;
    font-size: 0px;
}
.header-call span {
    flex: 1;
}
.sticky .header-call {
    color: #65666D
}
.sticky .header-call svg path {
    stroke: #A10040;
}
.sticky .header-call:hover {
    color: #A10040
}
.header-menu-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
.sticky .header-menu-divider {
    background: #E8E9F1;
}
.sticky .search-menu a svg path {
    stroke: #10226A
}
.home-banner {
    height: 100vh;
}
.banner-img-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.banner-img-wrapper > video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.main-nav li.user-menu a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner-img-wrapper {
    position: relative;
    height: 100%;
}
.banner-img-wrapper:before {
    content: "";
    width: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 394px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.banner-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 63px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #10226A 100%);
}
.common-btn img {
    margin-left: 13px;
    position: relative;
    transition: all 0.3s ease 0s;
    right: 0px;
}
.common-btn:hover img {
    right: -20px;
    transition: all 0.3s ease 0s;
}
.common-btn:hover {
    color: #fff;
}
.main-nav li.enq-menu a {
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    border-radius: 150px;
    padding: 18px 62px 17px;
    background: linear-gradient(92deg, #0018E6 0.14%, #C30404 23.67%, #A10040 51.03%, #FBCC04 74.56%, #0018E6 100%);
    background-size: 600% 600%;
    background-position: 50% 100%;
    /* Start from right */
    animation: gradientShift 4s linear infinite;
    cursor: pointer;
}
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
        /* Move to left */
    }
    100% {
        background-position: 100% 50%;
        /* Start from right */
    }
}
.main-nav li.enq-menu a:hover {
    color: #fff;
}
.main-nav li.search-menu a {
    display: inline-block;
}
.main-nav li.search-menu a:hover svg path {
    stroke: #A10040;
}
.banner-for-mobile {
    display: none;
}
.banner-overlay-top-ctn {
    max-width: 845px;
}
.banner-for-desktop {
    display: block;
}
.banner-overlay-top-ctn h1 {
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.banner-overlay-top-ctn h1 i {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-style: italic;
}
.banner-overlay-top-ctn h1 span {
    display: block;
    padding-left: 70px;
}
.banner-overlay-top-ctn p {
    max-width: 303px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
}
.flaoting-toggle {
    background: none;
    border: 0px;
    padding: 0px;
    outline: none;
    box-shadow: none;
    position: fixed;
    right: 11px;
    top: 40%;
    z-index: 9;
}
.floating-icon-wrap {
    position: fixed;
    right: 31px;
    z-index: 9;
    top: 32%;
    transform-origin: bottom;
    transition: height 0.35s ease, transform 0.35s ease;
}
.floating-icon-wrap .card-body {
    padding: 0px;
    background: none;
    border: 0px;
}
.floating-icon-sec {
    border-radius: 150px;
    background: #A10040;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 21px 11px 21px;
}
.floating-icon-sec ul {
    margin: 0px;
    padding: 0px;
}
.floating-icon-sec ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
}
.floating-icon-sec ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.floating-icon-sec ul li a {
    display: block;
    color: #fff;
}
.floating-icon-sec ul li a * {
    transition: all 0.3s ease 0s;
}
.floating-icon-sec ul li a svg {
    display: table;
    margin: auto;
    margin-bottom: 8px;
}
.floating-icon-sec ul li a span {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
}
.floating-icon-sec ul li a:hover svg path {
    fill: #FCCD04;
}
.scroll-dwn-arw {
    position: absolute;
    right: 31px;
    bottom: 99px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 65px;
    height: 88px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.scroll-dwn-arw span {
    position: absolute;
    top: -38px;
    transform: translateX(-50%);
    left: 50%;
}
.scroll-dwn-arw img {
    margin-bottom: -15px;
    width: auto;
}
.scroll-dwn-arw > img {
    animation: arrowMove 1.5s ease-in-out infinite;
}
@keyframes arrowMove {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(10px) scale(0.5);
        opacity: 0;
    }
}
.excellence-corener-slider-section {
    background: linear-gradient(180deg, #10226A 0%, #10226A 69.03%, #344179 76.92%, rgba(96, 105, 148, 0.90) 85.58%, rgba(56, 72, 131, 0.37) 91.83%, rgba(255, 255, 255, 0.15) 100%);
}
.excellence-corener-slider-outer h6 {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}
h2 span {
    display: block;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
}
.excellence-corener-top-left-ctn h2 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 35px;
}
.excellence-corener-top-left-ctn-dis {
    max-width: 390px;
    margin-left: auto;
}
.excellence-corener-top-left-ctn p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.40);
    font-style: normal;
    font-weight: 300;
}
.more-btn {
    border-radius: 100px;
    border: 1px solid #FFF;
    width: 63px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
}
.more-btn * {
    transition: all 0.3s ease 0s;
}
.more-btn:hover {
    background: #FFF;
}
.more-btn:hover svg path {
    stroke: rgba(161, 0, 64, 1)
}
.excellence-corener-to-right-img {
    position: relative;
}
.excellence-corener-to-right-img img {
    width: 100%;
}
.mask-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.type-ctn {
    text-align: center;
    margin-top: -87px;
    position: relative;
}
.type-ctn img {
    margin: auto;
    max-width: 100%
}
.for-mobile {
    display: none;
}
.excellence-corener-slider-outer {
    /*max-width: 1145px;
	margin: auto;*/
    margin-bottom: 60px;
}
.excellence-corener-thumb-slider-outer {}
.excellence-corener-thumb-slider {
    padding: 5px 10px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.15);
}
.thumb-ctn {
    text-align: center;
    transition: all 0.4s ease 0s;
}
.thumb-ctn * {
    transition: all 0.4s ease 0s;
}
.thumb-ctn label {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 120% */
    text-transform: uppercase;
    padding: 12px 0px;
    border-radius: 24px;
    transition: all 0.8s ease 0s;
    cursor: pointer;
}
.swiper-slide-thumb-active .thumb-ctn label {
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.10);
    color: #10226A;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}
.box-custom-accc-main-title-sec {
    max-width: 835px;
    margin: auto;
    margin-bottom: 35px;
}
.box-custom-accc-main-title-sec h2 {
    color: #10226A;
    text-align: right;
    margin-bottom: 0px;
    font-size: 46px;
    font-weight: 600;
    max-width: 333px;
    margin-left: auto;
}
.box-custom-accc-main-title-sec h2 span {
    color: #8891B5;
}
.box-custom-accc-main-title-sec p {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 308px;
    padding-left: 20px;
    margin-left: auto;
    position: relative;
}
.box-custom-accc-main-title-sec p:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: calc(100% - 10px);
    background: #8891B5;
    top: 50%;
    transform: translateY(-50%);
}
.box-custom-accc-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
.box-custom-accc-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-transition: -webkit-box-flex 0.6s ease;
    transition: -webkit-box-flex 0.6s ease;
    transition: flex 0.6s ease;
    transition: flex 0.6s ease, -webkit-box-flex 0.6s ease, -ms-flex 0.6s ease;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transform: skew(-10deg);
    background: linear-gradient(74deg, #ECEDF6 10.86%, #FFF 91.29%);
    height: 578px;
}
.box-custom-accc-pattern {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.box-custom-accc-item.active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 100%;
}
.box-custom-accc-item-inner {
    height: 100%;
    position: relative;
    transform: skew(10deg);
}
.box-custom-accc-top-title {
    margin-bottom: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 40px;
    transform: skew(10deg);
}
.active .box-custom-accc-top-title {
    opacity: 0;
}
.box-custom-accc-top-title h3 {
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    /* 121.429% */
    margin-bottom: 0px;
    background: linear-gradient(180deg, #5A607B 0%, #A5B0E1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-custom-accc-top-title label {
    font-size: 16px;
    font-style: italic;
    display: block;
    font-weight: 600;
    line-height: 34px;
    background: linear-gradient(180deg, #5A607B 0%, #A5B0E1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;
}
.box-custom-accc-bottom-right-ctn {
    max-width: 214px;
    margin-left: -72px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding-top: 150px;
}
.active .box-custom-accc-bottom-right-ctn {
    opacity: 1;
}
.box-custom-accc-item:nth-child(2) .box-custom-accc-bottom-right-ctn {
    margin-left: -100px;
}
.box-custom-accc-item:nth-child(3) .box-custom-accc-bottom-right-ctn {
    margin-left: -100px;
}
.box-custom-accc-item:first-child .box-custom-accc-bottom-img-ctn-sec {
    margin-left: 15px;
}
.box-custom-accc-bottom-right-ctn p {
    color: #5A607B;
    margin-bottom: 30px;
}
.box-custom-accc-bottom-right-ctn h3 {
    font-size: 42px;
    font-style: italic;
    font-weight: 600;
    line-height: 49px;
    /* 80.952% */
    margin-bottom: 0px;
    background: linear-gradient(180deg, #5A607B 0%, #A5B0E1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-custom-accc-bottom-right-ctn label {
    font-size: 16px;
    font-style: italic;
    display: block;
    font-weight: 600;
    line-height: 34px;
    background: linear-gradient(180deg, #5A607B 0%, #A5B0E1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;
}
.box-custom-accc-item:last-child .box-custom-accc-bottom-right-ctn label {
    margin-top: -5px;
}
.active .box-custom-accc-bottom-right-ctn label {
    margin-bottom: 20px;
}
.box-custom-accc-bottom-img-ctn-sec {
    width: 445px;
    height: 100%;
    position: relative;
    padding-bottom: 12px;
}
.box-custom-accc-bottom-img-ctn-sec .row {
    height: 100%;
}
.box-custom-accc-bottom-img-ctn-sec [class*="col"]:first-child {
    align-self: flex-end;
}
.red-more-btn {
    border-color: #A10040;
}
.red-more-btn svg path {
    stroke: rgba(161, 0, 64, 1);
}
.red-more-btn:hover {
    background: #A10040;
}
.red-more-btn:hover svg path {
    stroke: #FBCC04;
}
.beyond-section {
    position: relative;
}
.curved-dotted-line {
    position: absolute;
    left: 0px;
    top: 92px;
    width: 100%;
}
.curved-dotted-line img {
    width: 100%;
}
.beyond-inner-sec {
    max-width: 960px;
    margin: auto;
    position: relative;
    margin-bottom: 35px;
}
.beyond-section .beyondn-title-sec {
    margin-bottom: 55px !important;
}
.beyondn-title-sec {
    margin-bottom: 51px;
}
.beyondn-title-sec h2 {
    color: #10226A;
    margin-bottom: 0px;
    font-weight: 600;
}
.beyondn-title-sec p {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 400px;
    padding-left: 20px;
    margin-left: auto;
    position: relative;
}
.beyondn-title-sec p:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: calc(100% - 10px);
    background: #8891B5;
    top: 50%;
    transform: translateY(-50%);
}
.beyong-accordion {
    margin: 0px;
    max-width: 430px;
}
.beyong-accordion-sec .accordionjs .acc_section > .acc_head {
    background: url(../images/career-accordion-dwn-arw.svg) right 5px center no-repeat !important;
    padding-right: 62px !important;
}
.beyong-accordion-sec .accordionjs .acc_section.acc_active > .acc_head {
    cursor: text;
    background: url(../images/career-accordion-up-arw.svg) right 5px no-repeat !important;
}
.beyong-accordion .acc_section {
    border: 0px;
    margin: 0px;
    border-radius: 0px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px #DADCEA;
    position: relative;
    pointer-events: none;
}
.beyong-accordion .acc_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 100%;
    background: #A10040;
    opacity: 0;
}
.beyong-accordion .acc_section.acc_active:before {
    opacity: 1;
}
.beyong-accordion .acc_section.acc_active {
    border-top: solid 1px #A10040;
}
.beyong-accordion .acc_head {
    color: #10226A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    border: 0px !important;
    padding: 0px !important;
    background: none !important;
    pointer-events: all;
}
.beyong-accordion .acc_content {
    padding: 0px !important;
    pointer-events: all;
}
.beyong-accordion .acc_content p {
    color: #5D606D;
    margin-bottom: 25px;
}
.ac-ctn-iner {
    padding-top: 20px;
    max-width: 376px;
}
.beyong-accordion-right {
    border-radius: 30px;
    position: relative;
    transform: rotate(4.894deg);
    flex-shrink: 0;
}
.beyong-accordion-right-img {
    display: none;
}
.beyong-accordion-right-img.active {
    display: block;
}
.yellow-border-lg {
    z-index: -1;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.beyong-accordion-right img {
    width: 100%;
    border-radius: 30px;
}
.yellow-border-lg img {
    width: 100%;
}
.beyong-accordion-right.for-mobile {
    display: none;
}
.steps-inside-image {
    position: relative;
}
.steps-inside-image img {
    width: 100%;
}
.steps-inside-image-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 121px;
    z-index: 5;
}
.steps-inside-image:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1057px;
    height: 100%;
    background: linear-gradient(303deg, rgba(16, 34, 106, 0.00) 41.29%, #091546 80.26%);
}
.steps-inside-image-overlay h2 {
    color: #FFF;
    font-weight: 700;
    transition: all 0s ease 0s;
}
.steps-inside-slider-wraper {
    position: relative;
}
.steps-inside-thumb-slider-outer {
    position: absolute;
    left: 0px;
    bottom: 85px;
    width: 100%;
}
.steps-inside-thumb-slider-inner {
    max-width: 82px;
    position: relative;
    padding: 55px 0px;
}
.steps-inside-thumb-slider {
    height: 240px;
}
.steps-inside-thum-img img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.4;
}
.swiper-slide-thumb-active .steps-inside-thum-img img {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.right-btm-btn-overlay {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 49px;
    z-index: 5;
}
.campus-tour-btn {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-direction: column;
    position: relative;
}
.campus-tour-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    animation: pulseGlow 1.5s ease-out infinite;
    z-index: -1;
}
@keyframes pulseGlow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8);
    }
}
.campus-tour-btn label {
    color: #10226A;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 127.273% */
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
    max-width: 65px;
    cursor: pointer;
}
.steps-inside-thumb-slider-arrows .swiper-pagination {
    display: none;
}
.steps-inside-thumb-slider-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px auto;
    left: auto;
    right: auto;
}
.steps-inside-thumb-slider-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px auto;
    left: auto;
    right: auto;
    rotate: 180deg;
}
.steps-inside-thumb-slider-arrows {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.steps-inside-thumb-slider-arrows .swiper-button-next svg, .steps-inside-thumb-slider-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
    fill: none;
    transition: all 0.3s ease 0s;
}
.steps-inside-thumb-slider-arrows .swiper-button-next:hover svg rect, .steps-inside-thumb-slider-arrows .swiper-button-prev:hover svg rect {
    fill: #A10040
}
.steps-inside-thumb-slider-arrows .swiper-button-next:hover svg path, .steps-inside-thumb-slider-arrows .swiper-button-prev:hover svg path {
    stroke: #fff;
}
.steps-inside-thumb-slider-arrows .swiper-button-disabled svg path {}
.steps-inside-thumb-slider-arrows .swiper-button-next:after, .steps-inside-thumb-slider-arrows .swiper-button-prev:after {
    display: none;
}
.home-news-section {
    background: #10226A;
}
.home-news-title-sec {
    margin-bottom: 35px;
}
.home-news-title-sec h2 {
    color: #FFF;
    font-weight: 600;
    margin: 0px;
}
.cmn-btn {
    display: inline-flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: #A10040;
    padding: 14px 25px;
    align-items: center;
}
.cmn-btn img {
    margin-left: 25px;
}
.cmn-btn:hover {
    background: #BF004C;
    color: #fff;
}
.news-list-box-img {
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.news-list-box-img img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.news-list-box label {
    display: block;
    color: #FCCD04;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.news-list-box p {
    color: #FFF;
    margin-bottom: 30px;
    max-width: 202px;
    min-height: 100px;
}
.hm-latest-news-left-sec .news-list-box p {
    max-width: 100%;
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 36px;
    /* 138.462% */
}
.ligth-blue-more-btn {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    border: 0px;
}
.ligth-blue-more-btn:hover {
    background: rgba(255, 255, 255, 1);
}
.ligth-blue-more-btn:hover svg path {
    stroke: #A10040;
    stroke-opacity: 1;
}
.hm-news-slider-arrows {
    padding-top: 55px;
}
.hm-news-slider-arrows .swiper-pagination {
    display: none;
}
.hm-news-slider-arrows .swiper-button-next, .hm-news-slider-arrows .swiper-button-prev {
    display: none;
}
.hm-news-slider-arrows .swiper-scrollbar {
    position: relative;
    height: 1px;
    top: auto;
    margin: 0px auto;
    left: auto;
    right: auto;
    background: rgba(255, 255, 255, 0.20);
}
.hm-news-slider-arrows .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.find-out-btn {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    text-transform: uppercase;
    display: inline-flex;
    padding: 5px 20px;
    align-items: center;
}
.find-out-btn svg {
    margin-right: 10px;
}
.find-out-btn:hover {
    background: #FFF;
    color: #10226A;
}
.find-out-btn:hover svg path {
    stroke: #A10040;
    stroke-opacity: 1;
}
.admission-top-video {
    max-width: 307px;
    position: relative;
    height: 184.335px;
    border-radius: 20px;
    transform: rotate(-4.475deg);
    flex-shrink: 0;
    margin-bottom: 24px;
}
.admission-top-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.red-border-video {
    z-index: -1;
    position: absolute;
    left: 11px;
    top: 11px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.red-border-video img {
    width: 100%;
    border-radius: 20px;
}
.admission-curved-dotted-line {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 203px;
}
.admission-curved-dotted-line img {
    width: 100%;
}
.hm-admission-section {
    position: relative;
}
.hm-admission-section .container {
    position: relative;
}
.hm-admission-left-ctn {
    max-width: 488px;
    margin-left: auto;
}
.hm-admission-left-ctn h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
    max-width: 419px;
}
.hm-admission-left-ctn h2 span {
    color: #8891B5;
}
.hm-admission-left-ctn-dis {
    max-width: 385px;
    margin-left: auto;
}
.hm-admission-left-ctn p {
    color: #5D606D;
    margin-bottom: 30px;
}
.hm-admission-outer-row {
    margin-left: 0px;
    margin-right: 0px;
}
.hm-admission-outer-row > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}
.hm-admission-right-img {
    position: relative;
    transform: rotate(-6.087deg);
    flex-shrink: 0;
}
.hm-admission-right-img img {
    width: 100%;
    border-radius: 20px;
}
.hm-admission-right-border-img {
    z-index: -1;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.hm-admission-right-border-img img {
    width: 100%;
    border-radius: 20px;
}
.hm-admission-right-border-img-lg {
    left: 13px;
    top: 13px;
}
.hm-admission-right-sec [class*="col"]:last-child .hm-admission-right-img {
    transform: rotate(10.562deg);
    flex-shrink: 0;
}
.hm-admission-right-sec {
    padding-top: 72px;
}
.hm-admission-right-sec [class*="col"]:last-child {
    margin-top: 60px;
}
.social-media-section {
    background: linear-gradient(180deg, #F5F6FA 0%, #FCFCFD 49.52%, #FFF 100%);
}
.social-media-list-img {
    position: relative;
}
.social-media-list-img img {
    width: 100%;
    border-radius: 14px;
}
.social-media-list-img span {
    position: absolute;
    left: 10px;
    top: 10px;
}
.social-media-list-img span svg path {
    fill: #FFFFFF
}
.social-media-list-img-wrap [class*="col"]:first-child .social-media-list-img {
    transform: rotate(-2.301deg);
    flex-shrink: 0;
}
.social-media-list-img-wrap [class*="col"]:nth-child(2) .social-media-list-img {
    transform: rotate(1.674deg);
    flex-shrink: 0;
}
.social-media-list-img-wrap [class*="col"]:last-child .social-media-list-img {
    transform: rotate(-2.928deg);
    flex-shrink: 0;
}
.social-media-list-img-wrap .row {
    margin-left: -17px;
    margin-right: -17px;
}
.social-media-list-img-wrap [class*="col"] {
    padding-left: 17px;
    padding-right: 17px;
}
.social-media-list-right-ctn {
    max-width: 301px;
    margin: auto;
}
.social-media-list-right-ctn h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.social-media-list-right-ctn h2 span {
    color: #8891B5;
}
.social-media-list-right-ctn p {
    color: #5D606D;
    margin-bottom: 30px;
}
.border-cmn-btn {
    border-radius: 100px;
    border: 1px solid #A10040;
    color: #A10040;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 14px 51px 13px;
    display: inline-flex;
    align-items: center;
}
.border-cmn-btn svg {
    margin-right: 13px;
}
.border-cmn-btn * {
    transition: all 0.3s ease 0s;
}
.border-cmn-btn:hover {
    background: #A10040;
    color: #fff;
}
.border-cmn-btn:hover svg path {
    fill: #fff;
}
.blue-broder-cmn-btn {
    display: inline-flex;
    border: 1px solid #10226A;
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 13px 25px;
    align-items: center;
}
.blue-broder-cmn-btn svg {
    margin-left: 13px;
}
.blue-broder-cmn-btn * {
    transition: all 0.3s ease 0s;
}
.blue-broder-cmn-btn:hover {
    background: #A10040;
    color: #fff;
    border: 1px solid #A10040;
}
.blue-broder-cmn-btn:hover svg path {
    stroke: #fff;
}
.comn-btn-wrap .blue-broder-cmn-btn {
    margin-right: 10px;
}
.footer-bg-sec {
    background: linear-gradient(180deg, #ECEDF6 0%, #FFF 47.12%, #FFF 100%);
}
.footer-top-sec {
    padding: 50px 0px;
    border-bottom: solid 1px rgba(16, 34, 106, 0.15);
}
.footer-top-line-cta a {
    color: #10226A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    align-items: center;
}
.footer-top-line-cta a:hover {
    color: #A10040;
}
.footer-top-line-cta a svg {
    margin-right: 12px;
}
.footer-top-line-cta a span {
    flex: 1;
}
.footer-top-line-cta {
    position: relative;
}
.footer-top-line-cta:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 27.2%;
    height: 1px;
    background: #C5C9DC;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top-line-label {
    position: relative;
    padding: 0px 46px;
}
.footer-top-line-label label {
    color: #10226A;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    display: block;
    max-width: 151px;
}
.footer-top-line-label:before {
    background: #C5C9DC;
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top-line-label:after {
    background: #C5C9DC;
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top-sec-inner .row {
    margin-left: 0px;
    margin-right: 0px;
}
.footer-top-sec-inner [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}
.for-mail-btn {
    text-align: right;
}
.for-mail-btn:before {
    left: 0px;
}
.footer-menu-info-sec {
    padding-top: 46px;
}
.footer-links-sec h6 {
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-links-sec h6 a {
    color: #10226A;
}
.footer-links-sec h6 a:hover {
    color: #A10040;
}
.footer-links-sec .card-body {
    padding: 0px;
    background: none;
    border: 0px;
}
.footer-menu {
    margin: 0px;
    padding: 0px;
}
.footer-menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 3px;
}
.footer-menu li:last-child {
    margin-bottom: 0px;
}
.footer-menu li a {
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    display: inline-block;
}
.footer-menu li a:hover {
    color: #A10040;
}
.footer-wave-img-sec img {
    width: 100%;
}
.footer-btm-menu-wrap {
    padding-top: 98px;
    padding-bottom: 22px;
    border-bottom: solid 1px rgba(16, 34, 106, 0.15);
}
.footer-btm-menu {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-btm-menu li {
    margin: 0px;
    padding: 0px;
}
.footer-btm-menu li a {
    color: #73002E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.footer-btm-menu li a:hover {
    color: #10226A;
}
.footer-btm-mobile-menu {
    display: none;
}
.footer-logo-slider-inner {
    max-width: 900px;
    margin: auto;
}
.footer-logo-slider-sec label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin: 0px;
    text-align: right;
}
.footer-logo-slider-sec {
    padding: 15px 0px;
}
.footer-logo-slider-img {
    text-align: center;
}
.footer-logo-slider-img img {
    width: auto;
    max-width: 100%;
    margin: auto;
}
.footer-gradient-div {
    background: linear-gradient(90deg, #73002E 0%, #666 25%, #C30404 51.92%, #FBCC04 71.15%, #737373 100%);
    width: 100%;
    height: 5px;
}
.footer-copi-sec {
    background: linear-gradient(180deg, #10226A 0%, #10226A 100%);
    padding-top: 47px;
    padding-bottom: 41px;
}
.footer-copi-title {
    position: relative;
}
.footer-copi-title:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.20);
    top: 50%;
    transform: translateY(-50%);
}
.footer-copi-title p {
    color: #707DAE;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    max-width: 198px;
}
.footer-copi-title p span {
    display: block;
    color: #fff;
    font-weight: 300;
}
.footer-copi-title p a {
    color: #707DAE;
}
.footer-copi-title p a:hover {
    color: red;
    text-decoration: underline
}
.footer-soacial-media {
    text-align: center;
}
.footer-soacial-media label {
    color: #707DAE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 75% */
    display: block;
    margin-bottom: 8px;
}
.footer-soacial-media ul {
    margin: 0px;
    padding: 0px;
}
.footer-soacial-media ul li {
    margin: 0px 1px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.footer-soacial-media ul li a {
    display: block;
}
.footer-soacial-media ul li a img {
    transition: all 0.3s ease 0s;
}
.footer-soacial-media ul li a:hover img {
    filter: invert(1) sepia(1) saturate(8000%) hue-rotate(-20deg) brightness(.9);
}
.footer-adress {
    max-width: 286px;
    margin-left: auto;
    text-align: right;
}
.footer-adress h6 {
    color: #707DAE;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}
.footer-adress p {
    color: #707DAE;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    /* 125% */
    margin: 0px;
}
.footer-adress-outer {
    position: relative;
}
.footer-adress-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.20);
    top: 50%;
    transform: translateY(-50%);
}
.box-custom-accc-bottom-img-ctn-sec .row {
    margin-left: 0px;
    margin-right: 0px;
}
.box-custom-accc-bottom-img-ctn-sec [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}
.center-pin-img {
    position: absolute;
    left: 100px;
    top: 320px;
    width: 160px;
}
.center-pin-img img {
    width: auto;
    max-width: 100%;
    margin: auto;
}
.excellence-corener-thumb-slider-arrows {
    display: none;
}
.steps-inside-slider-arrows {
    display: none;
}
.top-btm-menu {
    position: relative;
}
.mega-menu {
    position: inherit;
}
.mega-menu-outer {
    padding: 30px 5px;
}
.mega-menu-links {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.mega-menu-links:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #DCDEE9;
}
.mega-menu-links > li {
    margin-bottom: 20px !important;
    padding-left: 15px !important;
    position: relative;
}
.mega-menu-links > li a {
    color: #10226A !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    position: relative !important;
    display: block !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.mega-menu-links > li a:hover {
    color: #A10040 !important;
}
.mega-menu-links > li a span {
    display: block;
    color: #A10040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mega-menu-links > li a:hover span {
    color: #10226A !important;
}
.mega-menu-links > li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    width: 1px !important;
    background: #A10040;
    display: block !important;
    z-index: 5;
    bottom: auto;
    opacity: 1;
    border-bottom: 0px;
}
.mega-menu-links > li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    width: 1px !important;
    background: #A10040;
    display: block !important;
    z-index: 5;
    bottom: auto;
    opacity: 1;
    border-bottom: 0px;
}
.mega-submenu > li.mega-menu-item-has-children a:before {
    display: none !important;
}
.mega-menu-links > li .mega-submenu li a:before {
    display: none !important;
}
.mega-menu-links > li .mega-submenu.menu-has-level-3-submenu > li.mega-menu-item-has-children a:before {
    display: block !important;
}
.mega-menu-links > li .mega-submenu.menu-has-level-3-submenu .mega-sub-submenu li a:before {
    display: none !important;
}
/* Mega menu active trail and hover styles */
/*.top-btm-menu:has(li.mega-menu.mega-menu-hovered), .top-btm-menu:has(li.mega-menu.mega-menu-active-trail) {
    position: relative;
}
.top-btm-menu:has(li.mega-menu.mega-menu-hovered) li.mega-menu.menu-item-has-children, .top-btm-menu:has(li.mega-menu.mega-menu-active-trail) li.mega-menu.menu-item-has-children {
    position: inherit;
}*/
.mega-submenu {
    padding-left: 0px;
    position: relative;
    margin-top: 8px !important;
}
.menu-has-level-3-submenu.mega-submenu {
    padding-left: 15px;
}
.mega-submenu > li {
    margin-bottom: 10px !important;
}
.mega-submenu > li a {
    color: #3C4156 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: block !important;
}
.mega-submenu > li a:hover {
    color: #A10040 !important;
}
.mega-submenu:before {
    display: none;
}
.menu-has-level-3-submenu.mega-submenu:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #DCDEE9;
    display: block;
}
.mega-sub-submenu {
    padding-left: 5px !important;
    margin-top: 7px !important;
}
.mega-sub-submenu li {
    margin-bottom: 5px !important;
}
.mega-sub-submenu li a {
    color: #8D909D !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: block !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.home-news-section .for-mobile {
    display: none;
}
.footer-logo-slider-arrows {
    display: none;
}
.floating-icon-sec .flaoting-toggle {
    position: relative;
    right: auto;
    top: auto;
    font-size: 0px;
    margin: auto;
    margin-bottom: 5px;
    bottom: auto;
}
.floating-icon-sec .flaoting-toggle svg {
    rotate: 180deg;
}
.admission-curved-dotted-line-bottom {
    display: none;
}
.publication-listing-title-sec {
    margin-bottom: 35px;
}
.publication-listing-title-sec h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 0px;
}
.sor-by {
    display: inline-flex;
    align-items: center;
}
.sor-by label {
    color: #5A607B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    margin-right: 22px;
}
.sort-select-input {
    flex: 1;
}
.sort-select-input select {
    border-radius: 100px;
    border: 1px solid #DCDEE9;
    background: url("../images/select-dwn-arw.svg") no-repeat center right 22px #fff;
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 2px 24px;
    min-width: 103px;
    -webkit-appearance: none;
    /* WebKit */
    -moz-appearance: none;
    /* Mozilla */
    appearance: none;
    /* CSS3 */
    display: block;
    outline: none;
    box-shadow: none;
    height: 30px;
}
.publication-listing-block {
    border-radius: 15px;
    background: #F6F6FB;
    height: 100%;
}
.publication-listing-block-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.publication-listing-block-img img {
    width: 100%;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}
.publication-listing-block:hover .publication-listing-block-img img {
    transform: scale(1.1);
}
.publication-date {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    padding: 4px 15px;
}
.publication-listing-block .publication-date {
    display: none;
}
.publication-date i {
    font-size: 0px;
    margin-right: 10px;
    line-height: 0px;
}
.publication-date span {
    flex: 1;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.publication-listing-block-ctn {
    padding: 45px 43px 45px 45px;
}
.publication-listing-block-ctn h3 {
    color: #10226A;
    font-weight: 400;
    margin-bottom: 35px;
    min-height: 120px;
}
.publication-listing-block-ctn p {
    color: #5D606D;
    margin-bottom: 30px;
}
.red-botder-dwnld-btn {
    display: inline-flex;
    align-items: center;
    color: #A10040;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #A10040;
    padding: 5px 20px;
}
.red-botder-dwnld-btn * {
    transition: all 0.3s ease 0s;
}
.red-botder-dwnld-btn svg {
    margin-right: 10px;
    margin-top: -3px;
}
.red-botder-dwnld-btn:hover {
    background: #A10040;
    color: #fff;
}
.red-botder-dwnld-btn:hover svg path {
    stroke: #FBCC04;
}
.our-calendar-wrapper {
    background: linear-gradient(0deg, #f8f9fc 0%, rgba(255, 255, 255, 1) 100%);
}
.our-calendar-wrapper .red-botder-dwnld-btn {
    cursor: text;
}
.our-calendar-wrapper .red-botder-dwnld-btn:hover {
    background: none;
    color: #A10040;
}
.our-calendar-wrapper .red-botder-dwnld-btn:hover svg path {
    stroke: #A10040;
}
.publication-listing [class*="col"] {
    margin-bottom: 60px;
}
.publication-listing .row:last-child {
    margin-bottom: -60px;
}
.loadmore-btn {
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: #ECEDF6;
    padding: 14px 40px 14px 40px;
    display: inline-flex;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    min-width: 193px;
    justify-content: center;
}
.loadmore-btn svg {
    margin-left: 0;
    visibility: hidden;
    width: 0;
}
.loadmore-btn:hover svg {
    margin-left: 25px;
    visibility: visible;
    width: auto;
}
.loadmore-btn svg.rotation {
    margin-left: 25px;
    visibility: visible;
    width: auto;
}
.loadmore-btn:hover {
    background: #F8EDF1;
    color: #A10040;
}
.loadmore-tn-wrap {
    text-align: center;
}
.search-modal .modal-xl {
    max-width: 100% !important;
    margin: 0px;
    border-radius: 0px;
}
.search-modal .modal-content {
    border-radius: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
.search-modal .modal-body {
    padding: 33px 0px 30px;
}
.seacrh-input-sec input {
    padding-bottom: 11px;
    position: relative;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #DADCEA;
    color: #AFAFAF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 181.818% */
    width: 100%;
    margin-top: 0px;
    padding-right: 17px;
}
.seacrh-input-sec input::-webkit-input-placeholder {
    color: #AFAFAF
}
.seacrh-input-sec input::-moz-placeholder {
    color: #AFAFAF
}
.seacrh-input-sec input:-ms-input-placeholder {
    color: #AFAFAF
}
.seacrh-input-sec input:-moz-placeholder {
    color: #AFAFAF
}
.search-filed .btn-close:hover {
    opacity: 0.6;
}
.search-modal .btn-close {
    box-shadow: none;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    outline: none;
    transition: 0.3s;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
.search-modal .modal-body {
    position: relative
}
.search-modal .btn-close img {
    max-width: 11px;
}
.search-filed .cmn-btn {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 14px 35px 16px;
}
.contact-top-left-img img {
    width: 100%;
}
.contact-top-right-ctn {
    max-width: 489px;
    margin-left: auto;
}
.contact-top-right-ctn h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.contact-right-detail-list-block {
    display: flex;
    border-radius: 15px;
    border: 1px solid #DCDEE9;
    background: #FFF;
    padding: 20px 22px 35px 22px;
    margin-bottom: 10px;
}
.contact-right-detail-list-block:last-child {
    margin-bottom: 0px;
}
.contact-right-detail-list-block-icon {
    margin-right: 14px;
    min-width: 20px;
    padding-top: 4px;
}
.contact-right-detail-list-block-ctn {
    flex: 1;
}
.contact-right-detail-list-block-ctn h5 {
    color: #10226A;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-right-detail-list-block-ctn p {
    color: #5D606D;
    margin-bottom: 0px;
    max-width: 393px;
}
.contact-right-detail-list-block-ctn p span {
    display: block;
    font-weight: 500;
}
.contact-right-detail-list-inner-row label {
    color: #5D606D;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    margin-bottom: 5px;
}
.contact-right-detail-list-inner-row a {
    color: #10226A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    display: inline-block;
}
.contact-right-detail-list-inner-row [class*="col"] {
    position: relative;
}
.contact-right-detail-list-inner-row [class*="col"]:first-child:before {
    position: absolute;
    content: "";
    right: 0px;
    width: 1px;
    height: 36px;
    background: #DCDEE9;
    top: 50%;
    transform: translateY(-50%);
}
.contact-bottom-form-section {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, rgba(255, 255, 255, 0.00) 100%);
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 68.85%, #9199BA 84.13%, #9199BA 100%);
    position: relative;
}
.contact-bottom-form-title-sec {
    margin-bottom: 63px;
}
.contact-bottom-form-title-sec h2 {
    max-width: 332px;
    text-align: right;
    margin-bottom: 0px;
    margin-left: auto;
    color: #FFF;
    font-weight: 600;
    margin-right: 28px;
}
.contact-bottom-form-title-sec p {
    color: #FFF;
    margin-bottom: 0px;
    max-width: 311px;
    padding-left: 20px;
    position: relative;
    margin-left: 28px;
}
.contact-bottom-form-title-sec p:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: calc(100% - 10px);
    background: #8891B5;
    top: 50%;
    transform: translateY(-50%);
}
.contact-input-sec {
    margin-bottom: 53px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.contact-input-sec * {
    transition: all 0.3s ease 0s;
}
.contact-input-sec label {
    color: #8891B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.contact-input-sec.focus-label label {
    top: -28px;
    transform: none;
    pointer-events: none;
}
.contact-input-sec .focus-label label {
    top: -28px;
    transform: none;
    pointer-events: none;
}
.contact-input-sec input {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    padding-bottom: 23px;
    border: 0px;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: solid 1px #7A85AF;
    width: 100%;
    background: none;
    height: 54px;
    margin-top: 0px !important;
}
.contact-input-sec select {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    padding-bottom: 23px;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-bottom: solid 1px #7A85AF;
    width: 100%;
    background: url("../images/select-arw.svg") no-repeat center right;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    margin-top: 0px !important;
}
.contact-input-sec select option {
    color: #000;
    font-size: 14px;
}
.contact-input-sec .focus-label select {
    border-bottom: solid 2px #7A85AF;
}
.contact-input-sec textarea {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    padding-bottom: 23px;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-bottom: solid 1px #7A85AF;
    width: 100%;
    background: none;
    height: 100px !important;
    resize: none;
    min-height: 1px !important;
    margin-top: 0px !important;
    border-radius: 0px;
}
.contact-input-sec.contact-textarea-sec label {
    top: 0%;
    transform: none;
}
.contact-input-sec .focus-label input {
    border-bottom: solid 2px #fff;
}
.contact-input-sec .focus-label textarea {
    border-bottom: solid 2px #fff;
}
.contact-input-sec .focus-label select {
    border-bottom: solid 2px #fff;
}
.contact-input-sec.contact-textarea-sec .focus-label label {
    top: -28px;
    transform: none;
}
.contact-bottom-form .col-auto {
    align-self: flex-end;
    padding-left: 22px;
}
.contact-textarea-sec {
    margin-bottom: 0px;
}
.contact-input-submit {
    position: relative;
    margin-bottom: -14px;
}
.contact-input-submit input {
    position: absolute;
    opacity: 0;
    font-size: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 0px;
    border: 0px;
}
.map-join-sec {
    padding-top: 85px;
}
.contact-map {
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.contact-map p {
    height: 100%;
    margin-bottom: 0px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.join-us-sec {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: block;
}
.join-us-sec:hover > img {
    transform: scale(1.08);
}
.join-us-sec:hover .more-btn {
    background: #FFF;
}
.join-us-sec:hover .more-btn svg path {
    stroke: rgba(161, 0, 64, 1);
}
.join-us-sec:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, rgba(16, 34, 106, 0.00) 0%, rgba(15, 25, 65, 0.70) 100%);
    z-index: 1
}
.join-us-sec > img {
    width: 100%;
    transition: all 0.3s ease 0s;
}
.join-us-sec-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    display: block;
    z-index: 2
}
.join-us-sec-overlay h5 {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 25px;
    word-break: break-word;
}
.contact-top-section {
    position: relative;
}
.contact-top-patern {
    position: absolute;
    left: 16%;
    top: 0px;
}
.career-top-left-img img {
    width: 100%;
    border-radius: 15px;
}
.career-top-left-img [class*="col"]:last-child {
    margin-top: 73px;
}
.career-top-right-ctn h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
    max-width: 223px;
}
.career-top-right-ctn p {
    color: #5D606D;
    margin-bottom: 11px;
}
.career-accordion-top-ctn-sec {
    background: linear-gradient(180deg, #10226A 0%, #10226A 22.6%, #5B6798 100%);
    text-align: center;
}
.career-accordion-top-ctn-sec h3 {
    color: #fff;
    margin: auto;
    margin-bottom: 50px;
    max-width: 1001px;
    text-transform: uppercase;
}
.common-title-right-left-align h2 {
    text-align: right;
    margin-bottom: 0px;
    margin-left: auto;
    color: #FFF;
    font-weight: 600;
    margin-right: 28px;
}
.common-title-right-left-align p {
    color: #FFF;
    margin-bottom: 0px;
    padding-left: 20px;
    position: relative;
    margin-left: 28px;
}
.common-title-right-left-align p:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: calc(100% - 10px);
    background: #8891B5;
    top: 50%;
    transform: translateY(-50%);
}
.career-accordion-title-sec h2 {
    max-width: 444px;
}
.career-accordion-title-sec p {
    max-width: 390px;
}
.career-accordion-title-sec p:before {
    background: #fff;
}
.career-accordion-bg {
    background: linear-gradient(360deg, #FFF 0%, #FFF 50.67%, #9199BA 78.37%, #5C6899 100%);
}
.career-accordion-title-sec {
    padding-bottom: 57px;
}
.career-accordion {
    margin: 0px;
    outline: none !important;
    box-shadow: none !important;
}
.tab-content .tab-pane {
    outline: none !important;
    box-shadow: none !important;
}
.career-accordion .acc_section {
    border: 0px;
    border-bottom: solid 1px #E2E2E2;
    border-radius: 0px !important;
}
.career-accordion .acc_section.acc_active {
    border-radius: 15px !important;
    border: 1px solid #D2D5E3;
    background: #FFF;
    padding: 24px 30px 50px 40px;
}
.career-accordion .acc_section .acc_head {
    color: #10226A;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 138.462% */
    padding: 22px 93px 22px 40px;
    margin: 0px;
    background: url("../images/career-accordion-dwn-arw.svg") no-repeat center right 30px;
    border: 0px !important;
    border-radius: 0px !important;
    min-height: 30px;
    /* transition: all 0.3s ease 0s; */
}
.career-accordion .acc_section.acc_active .acc_head {
    background: url("../images/career-accordion-up-arw.svg") no-repeat center right 0px;
    padding-bottom: 0px;
    height: 30px;
    font-size: 0px;
    padding: 0px;
}
.career-accordion .acc_content {
    padding: 0px !important;
}
.career-accordion-ctn-left-img img {
    width: 100%;
    border-radius: 13px;
}
.career-accordion-ctn-right-ctn {
    max-width: 382px;
}
.career-accordion-ctn-right-ctn h4 {
    color: #10226A;
    font-weight: 400;
    margin-bottom: 35px;
}
.career-accordion-ctn-right-ctn p {
    color: #5D606D;
}
.career-accordion-ctn-right-ctn p:last-child {
    margin-bottom: 0px;
}
.hear-from-people-title {
    text-align: center;
    margin-bottom: 30px;
}
.hear-from-people-title h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.hear-from-people-title p {
    color: #5D606D;
    margin-bottom: 0px;
    max-width: 604px;
    margin: auto;
}
.hear-from-people-slide-block-video-img-sec img {
    width: 100%;
    border-radius: 15px;
}
.hear-from-people-slide-block-video-img-sec video {
    width: 100%;
    display: block;
    border-radius: 15px;
}
.hear-from-people-slide-block-video-img-sec {
    margin-bottom: 10px;
    position: relative;
}
.hear-from-people-slider-arrows .swiper-pagination {
    display: none;
}
.hear-from-people-slider-arrows {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.hear-from-people-slider-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    margin-left: 10px;
    outline: none;
    box-shadow: none;
    border: 0px;
}
.hear-from-people-slider-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    outline: none;
    box-shadow: none;
    border: 0px;
}
.hear-from-people-slider-arrows .swiper-button-prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.hear-from-people-slider-arrows .swiper-button-next svg, .hear-from-people-slider-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
    fill: none;
}
.hear-from-people-slider-arrows .swiper-button-next:after, .hear-from-people-slider-arrows .swiper-button-prev:after {
    display: none;
}
.hear-from-people-slide-block {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #DCDEE9;
    position: relative;
    opacity: 0.77;
}
.hear-from-people-slide-block:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.swiper-slide-active .hear-from-people-slide-block:before {
    display: none;
}
.swiper-slide-active .hear-from-people-slide-block {
    opacity: 1;
}
.hear-from-people-slide-block h5 {
    color: #10226A;
    font-weight: 500;
    margin-bottom: 5px;
}
.hear-from-people-slide-block label {
    color: #10226A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    display: block;
    margin-bottom: 0px;
}
.hear-from-people-slide-block label span {
    color: #10226A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.our-vision-sign-img-wrap {
    padding-top: 25px;
}
.our-vision-sign-img-wrap label {
    display: block;
    color: #aeaeae;
}
.hiring-role-section {
    background: linear-gradient(180deg, #F5F6FA 0%, #FCFCFD 49.52%, #FFF 100%);
}
.hiring-role-left-sec {
    max-width: 451px;
}
.hiring-role-left-sec h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.hiring-role-left-sec p {
    color: #5D606D;
    margin-bottom: 30px
}
.hiring-role-right-img img {
    width: 100%;
}
.teaching-learning-section {
    position: relative;
}
.career-top-section {
    position: relative;
}
.career-top-patern {
    position: absolute;
    left: 0px;
    top: 0px;
}
.career-accordion-top-ctn-sec-pattern img {
    width: 100%;
}
.blue-border-btn {
    background: none;
    border: 1px solid #10226A;
    color: #10226A;
}
.blue-border-btn svg {
    margin-left: 25px;
}
.blue-border-btn:hover {
    color: #fff;
    background: #10226A;
}
.blue-border-btn:hover svg path {
    stroke: #fff;
}
.next-chapter-section {
    position: relative;
}
.next-chapter-section > img {
    width: 100%;
}
.next-chapter-section-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.next-chapter-ctn-sec {
    max-width: 320px;
}
.next-chapter-ctn-sec h2 {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 35px;
}
.next-chapter-ctn-sec p {
    color: #FFF;
    margin-bottom: 30px;
}
.next-chapter-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.student-top-eye-left-ctn {
    max-width: 382px;
}
.student-top-eye-left-ctn h2 {
    margin-bottom: 35px;
    color: #10226A;
    font-weight: 600;
}
.student-top-eye-left-ctn p {
    color: #5D606D;
    margin-bottom: 0px;
}
.student-eye-list-wrap {
    height: 472px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 617px;
    margin-left: -3px;
    margin-right: -3px;
}
.student-eye-list-img {
    width: 16.666%;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    height: 100%;
}
.student-eye-list-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.student-eye-list-img:first-child {
    height: calc(100% - 144px);
}
.student-eye-list-img:last-child {
    height: calc(100% - 144px);
}
.student-eye-list-img:nth-child(2) {
    height: calc(100% - 57px);
}
.student-eye-list-img:nth-child(4) {
    height: calc(100% - 57px);
}
.telling-strories-section {
    background: linear-gradient(180deg, #10226A 0%, #11236B 70%, #4D5A90 100%);
}
.telling-strories-title-sec {
    margin-bottom: 35px;
}
.telling-strories-title-sec h2 {
    max-width: 362px;
}
.telling-strories-title-sec p {
    max-width: 311px;
}
.telling-strories-slide-block {
    opacity: 0.3;
}
.telling-strories-slide-block:before {
    display: none;
}
.swiper-slide-active .telling-strories-slide-block {
    opacity: 1;
}
.telling-strories-slide-block .hear-from-people-slide-block-video-img-sec {
    position: relative;
}
.telling-strories-slide-block .hear-from-people-slide-block-video-img-sec:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 15px;
}
.swiper-slide-active .telling-strories-slide-block .hear-from-people-slide-block-video-img-sec:before {
    display: none;
}
.telling-strories-slide-block {
    border-bottom-color: rgba(220, 222, 233, 0.40);
}
.telling-strories-slide-block h5 {
    color: #fff;
}
.telling-strories-slide-block label {
    color: #B9C7FF;
}
.explre-other-section {
    background: linear-gradient(180deg, #4D5A90 0%, #9199BA 37.5%, #FFF 100%);
}
.student-top-eye-section {
    position: relative;
}
.student-top-eye-patern {
    position: absolute;
    right: 0px;
    top: 0px;
}
.video-play-brn {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(5px);
    width: 80px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.explre-other-section h3 {
    margin-bottom: 35px;
    color: #FFFFFF;
}
.athletic-activity-top-section {
    --scroll-bar: 8px;
    position: relative;
}
.athletic-curved-dotted-line {
    position: absolute;
    left: 0px;
    bottom: 45px;
    width: 100%;
    z-index: 6;
}
.athletic-curved-dotted-line img {
    width: 100%;
}
.athletic-activity-top-inner {
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2));
    padding-left: 30px;
    position: relative;
    z-index: 4;
}
.athletic-activity-top-left {
    margin-top: 78px;
}
.athletic-activity-top-left img {
    width: 100%;
    max-width: 398px;
}
.athletic-activity-top-right {
    margin-top: 205px;
}
.athletic-activity-top-right img {
    width: 100%;
    max-width: 280px;
}
.athletic-activity-ctn {
    text-align: center;
    max-width: 524px;
    margin: auto;
}
.dragon-logo {
    margin-bottom: 30px;
}
.athletic-activity-ctn h3 {
    color: #10226A;
    margin-bottom: 0px;
}
.athletic-activity-top-bg {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
}
.athletic-activity-top {
    position: relative;
    z-index: 5;
}
.athletic-activity-top-bg img {
    width: 100%;
}
.fulfill-future-title-sec {
    margin-bottom: 35px;
}
.fulfill-future-title-sec h2 {
    color: #10226A;
    text-align: left;
    max-width: 382px;
    margin-left: auto;
}
.fulfill-future-title-sec p {
    color: #5D606D;
    max-width: 426px;
}
.fulfill-future-list-block {
    max-width: 829px;
    margin: auto;
}
.fulfill-future-list-inner {
    border-radius: 60px;
    background: #ECEDF6;
    padding: 31px 13px;
    height: 447px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ECEDF6;
}
.fulfill-future-list-icon {
    margin-bottom: 70px;
}
.fulfill-future-list h5 {
    color: #10226A;
    margin-bottom: 20px;
    font-weight: 500;
}
.fulfill-future-list p {
    color: #10226A;
    max-width: 173px;
    margin: 0px auto;
}
.fulfill-future-list-block .row {
    margin-left: 0px;
    margin-right: 0px;
}
.fulfill-future-list-block [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}
.fulfill-future-list {
    padding: 22px 21px;
    position: relative;
}
.fulfill-future-list:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 55%;
    width: 100%;
    border: solid 2px #A10040;
    border-radius: 60px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list {
    margin-top: 91px;
}
.fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list-inner {
    border: 1px solid #E6E8F2;
    background: #FFF;
}
.fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list:before {
    left: -1.1px;
    height: calc(55% + 42px);
    width: calc(100% + 2.2px);
    top: auto;
    bottom: 0px;
    border-top: 0;
    border-bottom: solid 2px #A10040;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.fulfill-future-list:after {
    content: "";
    position: absolute;
    left: -13px;
    top: 55%;
    width: 26px;
    height: 26px;
    background: url("../images/red-round-dot.svg") no-repeat;
}
.fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list:after {
    display: none;
}
.fulfill-future-list-block [class*="col"]:last-child .fulfill-future-list:after {
    left: auto;
    right: -13px;
}
.ligt-grey-bg {
    background: #F8F9FC;
}
.director-testimonial-section {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #EEF2FF 100%);
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #9199BA 100%);
}
.lower-elementary-testimonial-section .directors-img-sec {
    margin-top: -225px;
}
.lower-elementary-testimonial-section .directors-img-sec [class*="col"]:last-child {
    margin-top: 155px;
}
.directors-img-sec {
    margin-top: -135px;
}
.director-testimonial-section h2 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 496px;
    color: #FFFFFF;
    font-weight: 600;
}
.director-test-ctn-sec {
    border-radius: 30px;
    padding: 33px 43px;
    padding-right: 101px;
    position: relative
}
.scroll-description {
    height: 400px;
    overflow-y: scroll;
    position: relative;
    padding-right: 20px;
}
.scroll-description::-webkit-scrollbar {
    /*height: 2px;*/
    width: 2px;
    border-radius: 2px;
    cursor: pointer !important;
}
.scroll-description::-webkit-scrollbar-track {
    border-radius: 0;
    background: #FFFFFF63;
    cursor: pointer !important;
}
.scroll-description::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer !important;
}
.scroll-description::-webkit-scrollbar-thumb:hover {
    cursor: pointer !important;
}
.border-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.border-img img {
    width: 100%;
}
.quote-icon {
    margin-bottom: 30px;
}
.director-sign {
    padding-top: 15px !important;
}
.director-test-ctn-sec label {
    color: #FFF;
    text-align: left;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.directors-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.directors-img * {
    transition: all 0.3s ease 0s;
}
.directors-img img {
    width: 100%;
    border-radius: 20px;
}
.directors-img-sec [class*="col"]:last-child {
    margin-top: 78px;
}
.directors-img-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 15px 20px;
    height: 100px;
    background: linear-gradient(180deg, rgba(16, 34, 106, 0.00) 0%, rgba(15, 25, 65, 0.80) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    opacity: 0;
}
.directors-img:hover .directors-img-overlay {
    opacity: 1;
}
.directors-img:hover img {
    transform: scale(1.05);
}
.directors-img-overlay label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 7px;
    display: block;
}
.directors-img-overlay span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    /* 116.667% */
    display: block;
}
.explre-other-section-white-bg {
    background: #fff;
}
.explre-other-section-white-bg h3 {
    color: #10226A
}
.jobs-fair-top-section .career-top-right-ctn h2 {
    max-width: 100%;
}
.jobs-fair-top-section .career-top-outer-row {
    align-items: center !important;
}
.jobs-fair-listing-section {
    background: linear-gradient(180deg, #10226A 0%, #9199BA 40.38%, #FFF 100%);
}
.job-fair-listing-title-sec {
    margin-bottom: 35px;
}
.job-fair-listing-title-sec p {
    max-width: 409px;
}
.jobs-fair-listing-box {
    padding: 45px 29px;
    height: 100%;
}
.jobs-fair-listing .row {
    margin-bottom: -20px;
}
.jobs-fair-listing [class*="col"] {
    margin-bottom: 20px;
}
.jobs-fair-listing-box-icon {
    margin-bottom: 29px;
}
.jobs-fair-listing-box h5 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 10px;
}
.jobs-fair-listing-box p {
    color: #5D606D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 30px;
    min-height: 120px;
}
.why-ASD-section .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}
.why-asd-left-img-sec {
    padding-top: 24px;
}
.why-asd-left-img-sec img {
    width: 100%;
    max-width: 376px;
}
.why-asd-right-img-sec img {
    width: 100%;
    max-width: 373px;
}
.why-asd-right-img-sec {
    padding-top: 24px;
}
.why-asd-ctn-sec {
    text-align: center;
    padding-top: 52px;
}
.why-asd-ctn-sec h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 39px;
}
.why-asd-ctn-sec p {
    color: #5D606D;
    margin-bottom: 30px;
}
.why-ASD-section .row {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}
.why-ASD-section [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}
.why-ASD-top-patern {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
}
.why-ASD-top-patern img {
    width: 100%;
}
.grey-bg {
    background: #F8F9FC;
}
.grey-bg h3 {
    color: #10226A;
}
.hiring-process-row-reverse .career-top-outer-row {
    flex-direction: row-reverse;
}
.hiring-process-top-patern {
    position: absolute;
    right: 0px;
    top: 0px;
}
.hiring-process-row-reverse .career-top-right-ctn p {
    margin-bottom: 30px;
}
.hiring-process-section {
    background: linear-gradient(180deg, #10226A 0%, #7F89B3 40.38%, #A9AEC5 71.15%, #FFF 100%);
}
.hiring-process-section h3 {
    color: #8891B5;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
}
.hiring-process-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
}
.hiring-process-box {
    text-align: center;
    position: relative;
}
.hiring-process-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 140px);
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    left: calc(100% - 25px);
    top: 45px;
}
.hiring-process-listing .row [class*="col"]:last-child .hiring-process-box:before {
    opacity: 0
}
.hiring-process-box-icon {
    margin-bottom: 24px;
}
.hiring-process-box h6 {
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 500;
}
.hiring-process-box p {
    max-width: 203px;
    margin: auto;
}
.acadamic-program-top-section .career-top-left-img [class*="col"]:first-child img {
    rotate: -5deg;
}
.acadamic-program-top-section .career-top-left-img [class*="col"]:last-child img {
    rotate: -14deg;
}
.acadamic-program-top-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 15px;
}
.acadamic-program-top-section .career-top-right-ctn p {
    max-width: 356px;
    margin-bottom: 30px;
}
.white-bg {
    background: #fff;
}
.acadami-program-accordion-section .career-accordion-title-sec {
    padding-bottom: 35px;
}
.acadami-program-accordion-section .career-accordion-title-sec h2 {
    color: #10226A;
    text-align: center;
    font-weight: 600;
    max-width: 562px;
    margin: auto;
}
.acadami-program-accordion-section .career-accordion-ctn-right-ctn {
    max-width: 100%;
}
.acadamic-sapce-wrap h2 {
    max-width: 603px;
    margin: auto;
    margin-bottom: 35px;
}
.acadamic-sapce-wrap .reserve-content p {
    max-width: 806px;
    margin: auto;
    margin-bottom: 30px;
}
.btm-msg {
    color: #5D606D;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    display: block;
    text-align: center;
}
.image-icon-listing {
    margin: 0px;
    padding: 0px;
}
.image-icon-listing li {
    margin: 0px;
    padding: 0px !important;
    padding-left: 41px !important;
    color: #5D606D;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    margin-bottom: 26px !important;
    display: block !important;
    border: 0px !important;
    position: relative;
    /* background: url("../images/student-serv-icon.svg") no-repeat left 0px; */
    /* background: url("../images/perspectives.svg") no-repeat left 0px; */
}
.image-icon-listing li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
/* .image-icon-listing li {
    margin: 0px;
    padding: 0px !important;
    padding-left: 41px !important;
    color: #5D606D;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
margin-bottom: 26px !important;
display: block !important;
border: 0px !important;
position: relative;
background: url("../images/student-serv-icon.svg") no-repeat left 0px;
}
*/
.image-icon-listing li:last-child {
    margin-bottom: 0px !important;
}
.expert-service-wrap .resp-vtabs .image-icon-listing li {
    padding: 0px !important;
    padding-left: 41px !important;
}
.qatari-connection-section {
    background: linear-gradient(180deg, #10226A 0%, #FFF 100%);
    background: linear-gradient(180deg, #10226A 0%, rgba(82, 94, 146, 0.4) 100%);
    position: relative;
    padding-bottom: 285px;
}
.qatari-connection-left-ctn {
    max-width: 506px;
}
.qatari-connection-left-ctn h2 {
    color: #FFFFFF;
    margin-bottom: 35px;
}
.qatari-connection-left-ctn p {
    margin-bottom: 35px;
    max-width: 484px;
}
.qatari-connection-left-ctn p a {
    color: #fff;
    text-decoration: underline !important;
}
.qatari-connection-left-ctn .image-icon-listing li:before {
    background: #fff;
}
.qatari-connection-left-ctn .image-icon-listing li {
    color: #fff;
}
.qatari-connection-section .container {
    position: relative
}
.qatari-connection-right-img img {
    width: 100%;
    border-radius: 20px;
}
.qatari-connection-right-img [class*="col"]:first-child img {
    rotate: -9deg;
}
.qatari-connection-right-img [class*="col"]:last-child {
    padding-top: 80px;
}
.qatari-connection-right-img [class*="col"]:last-child img {
    rotate: 9deg;
}
.qatari-connection-right-img {
    max-width: 100%;
    margin-left: auto;
    padding-top: 15px;
}
.qatari-connection-section .curved-dotted-line {
    top: auto;
    bottom: 136px;
}
.qatari-connection-left-ctn .btm-msg {
    text-align: left;
    color: #10226A;
    margin-top: 37px;
}
.apply-format-listing-left {
    max-width: 418px;
    position: relative;
    padding-left: 40px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.apply-format-listing-left:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border: dashed 2px #B4B4B4;
    width: 30px;
    border-radius: 25px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.apply-format-listing-section h2 {
    text-align: center;
    margin-bottom: 58px;
    font-weight: 600;
    color: #10226A;
}
.apply-format-listing-left h5 {
    color: #10226A;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}
.apply-format-listing-left h5 span {
    color: #A10040;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    font-family: "Jost", sans-serif;
    position: absolute;
    left: -55px;
    top: -5px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 5px;
    z-index: 4;
}
.apply-format-listing-left p {
    color: #5D606D;
}
.apply-format-listing-right {
    text-align: center;
    position: relative;
    height: 100%;
    padding-top: 38px;
    padding-bottom: 48px;
}
.apply-format-listing-right img {
    max-width: 100%;
    margin: auto;
    width: auto;
}
.apply-format-listing {
    max-width: 898px;
    margin: auto;
}
.apply-format-listing-row:nth-child(even) {
    flex-direction: row-reverse;
}
.apply-format-listing-row:nth-child(even) .apply-format-listing-left:before {
    opacity: 0;
}
.apply-format-listing-row:nth-child(even) .apply-format-listing-left {
    padding-left: 21px;
    /* max-width: 330px;*/
}
.apply-format-listing-right:before {
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    border: dashed 2px #B4B4B4;
    border-radius: 25px;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    left: 31px;
    top: -2px;
    width: calc(100% - 10px);
}
.explre-other-section [class*="col"] {
    margin-bottom: 20px;
}
.apply-format-listing-row:nth-child(odd) .apply-format-listing-right:before {
    opacity: 0;
}
.apply-format-listing-row:first-child .apply-format-listing-left:before {
    border-top: 0px;
    top: auto;
    bottom: 0px;
    height: 59%;
    border-top-left-radius: 0px;
}
.apply-format-listing-row:last-child .apply-format-listing-left:before {
    height: 65px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
}
.apply-format-listing-row:last-child .apply-format-listing-right:before {
    height: 65px;
    border-bottom: 0px;
    border-bottom-right-radius: 0px;
}
.tuition-fees-tab-acrodion-section {
    background: linear-gradient(180deg, #10226A 0%, rgba(16, 34, 106, 0.64) 100%);
}
.tuition-fees-title-sec {
    max-width: 996px;
    margin: auto;
    margin-bottom: 55px;
}
.tuition-fees-tab {
    max-width: 996px;
    margin: auto;
}
.tuition-fees-title-sec h2 {
    text-align: left;
}
.tuition-fees-title-sec p {
    max-width: 419px;
}
.tuition-fees-tab .resp-vtabs {
    display: flex !important;
    flex-wrap: wrap;
    width: inherit !important;
}
.tuition-fees-tab .resp-vtabs ul.resp-tabs-list {
    float: inherit;
    width: 100%;
}
.tuition-fees-tab .service-title-box {
    width: 33.33333333%;
    padding-top: 0px;
}
.tuition-fees-tab .resp-vtabs .resp-tabs-container {
    width: 66.66666667%;
}
.tuition-fees-tab .resp-tab-content {
    padding: 0px !important;
}
.tuition-fees-tab .inner-div-serv h4 {
    color: rgba(255, 255, 255, 0.43);
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    /* 181.818% */
}
.tuition-fees-tab .inner-div-serv {
    padding-right: 63px;
}
.tuition-fees-tab .resp-vtabs li {
    padding: 0px 0px 20px !important;
    border-top: 0px !important;
    border-bottom: 1px solid rgba(218, 220, 234, 0.18) !important;
    margin-bottom: 20px !important;
}
.tuition-fees-tab .resp-vtabs li.resp-tab-active {
    border-bottom: 2px solid #fff !important;
}
.tuition-fees-tab .resp-vtabs li.resp-tab-active .inner-div-serv h4 {
    color: #fff;
    font-weight: 700;
}
.tuition-fees-tab .red-more-btn {
    border-color: #fff;
}
.tuition-fees-tab .red-more-btn svg path {
    stroke: #fff;
}
.tuition-fees-tab .tab-content-div {
    padding: 0px;
    background: none;
    border-radius: 0px;
}
.tuition-fees-tab .tab-content-div h5 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    /* 145.455% */
    margin-bottom: 30px;
}
.tuition-fees-tab .tab-content-div p {
    color: #fff;
}
.tuition-fees-tab .tab-content-div p a {
    color: #fccd04; 
}

.apply-format-accordion .acc_section {
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.07);
    padding: 16px 25px 16px 32px;
    margin-bottom: 20px;
}
.apply-format-accordion .acc_section .acc_head {
    padding: 0px !important;
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    display: flex;
    align-items: center;
    background: url("../images/white-plus-icon.svg") no-repeat center right !important;
    background-size: auto !important;
    height: auto !important;
}
.apply-format-accordion .acc_section.acc_active {
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.07);
    padding: 16px 25px 16px 32px;
}
.apply-format-accordion .acc_section.acc_active .acc_head {
    background: url("../images/white-minus-icon.svg") no-repeat center right !important;
    background-size: auto !important;
}
.apply-format-accordion .acc_section .acc_head {
    padding-right: 30px !important;
}
.apply-format-accordion-ctn {
    padding-top: 30px;
    color: #fff;
    padding-left: 39px;
}
.apply-format-accordion .acc_section .acc_head span {
    flex: 1;
}
.apply-form-acco-icon {
    margin-right: 9px;
}
.apply-format-accordion-ctn .row {
    margin-bottom: 20px;
}
.apply-format-accordion-ctn .row:last-child {
    margin-bottom: 0px;
}
.apply-format-accordion-ctn .row [class*="col"]:first-child {
    min-width: 135px;
    max-width: 40%;
}
.apply-format-accordion-ctn label {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}
.faq-accordion {
    margin: 0px;
}
.faq-accordion .acc_section {
    border: 0px;
    border-bottom: solid 1px #E2E2E2;
    border-radius: 0px !important;
}
.faq-accordion .acc_section.acc_active {
    padding: 30px;
}
.faq-accordion .acc_section.acc_active .acc_head {
    height: auto;
    font-size: 26px;
}
.faq-accordion .acc_section .acc_head {
    padding-right: 100px !important;
    color: #10226A;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 22px 93px 22px 40px;
    margin: 0px;
    background: url(../images/career-accordion-dwn-arw.svg) no-repeat center right 30px;
    border: 0px !important;
    border-radius: 0px !important;
}
.faq-accordion .acc_section.active {
    border-radius: 15px !important;
    border: 1px solid #D2D5E3;
    background: #FFF;
    padding: 24px 30px 50px 50px;
}
.faq-accordion .acc_section.active .acc_head {
    height: auto;
    font-size: 26px;
    padding: 0;
    background: url(../images/career-accordion-up-arw.svg) no-repeat center right 0px;
}
.faq-accordion .acc_content {
    padding: 0px !important;
}
.faq-accordion .career-accordion-ctn {
    padding-top: 20px;
    max-width: 956px;
}
.faq-accordion .career-accordion-ctn ul li a {
    outline: none !important;
    box-shadow: none;
}
.faq-accordion .career-accordion-ctn p {
    color: #5D606D;
}
.faq-accordion .career-accordion-ctn p:last-child {
    color: #5D606D;
    margin-bottom: 0px;
}
.faq-accordion-sec h2 {
    color: #10226A;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
}
.stay-connect-first-section .leaving-asd-content {
    max-width: 545px;
}
.leaving-asd-second-wrap.stay-connect-first-section h2 {
    max-width: 457px;
}
.leaving-asd-second-wrap.parentsupport-top-section.stay-connect-first-section p {
    max-width: 484px;
    margin-bottom: 30px;
}
.stay-connect-first-section .image-icon-listing {
    column-count: 2;
}
.left-top-ctn-logo {
    margin-bottom: 30px;
}
.allumini-listing {
    position: relative;
}
.asd-alumini-no-bg-section:after {
    display: none;
}
.allumini-listing:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 781px;
    background: linear-gradient(180deg, #10226A 0%, #9199BA 40.38%, #FFF 100%);
}
.allumini-listing:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 781px;
    background: linear-gradient(180deg, #10226A 0%, #9199BA 40.38%, #FFF 100%);
}
.allumini-listing .container {
    position: relative
}
.alumi-title {
    padding-bottom: 10px;
    text-align: center;
}
.alumi-title h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}
.blog-listing.allumini-listing .content .views-infinite-scroll-content-wrapper .col-md-12:first-child .card {
    border: 0px;
}
.blog-listing.allumini-listing .content .card {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    border: 1px solid #DCDEE9 !important;
}
.hightlight-gathering-title-sec {
    max-width: 946px;
    margin: auto;
    margin-bottom: 18px;
}
.hightlight-gathering-title-sec h2 {
    color: #10226A;
    text-align: left;
}
.hightlight-gathering-title-sec p {
    color: #5D606D;
    max-width: 446px;
}
.hightlight-gathering-img img {
    width: 100%;
}
.stay-part-story-section {
    background: linear-gradient(180deg, #F5F6FA 0%, #FCFCFD 49.52%, #FFF 100%);
}
.stay-part-story-title-sec {
    max-width: 857px;
    margin: auto;
    margin-bottom: 35px;
}
.stay-part-story-title-sec h2 {
    color: #10226A;
    text-align: left;
}
.stay-part-story-title-sec p {
    color: #5D606D;
    max-width: 411px;
}
.signup-form {
    max-width: 850px;
    margin: auto;
    display: flex;
    align-items: baseline;
    gap: 24px;
}
.signup-form .js-form-item {
    flex: 1;
}
.signup-form .js-form-item input {
    flex: 1;
    color: #10226A;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0px;
    border-bottom: solid 1px #C2C6DD;
    padding-bottom: 14px;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.signup-form .js-form-item input::-webkit-input-placeholder {
    color: #10226A
}
.signup-form .js-form-item input::-moz-placeholder {
    color: #10226A
}
.signup-form .js-form-item input:-ms-input-placeholder {
    color: #10226A
}
.signup-form .js-form-item input:-moz-placeholder {
    color: #10226A
}
.feul-dragon-section {
    background: url("../images/feul-dragon-sectio-bg.png") no-repeat left top;
    background-size: cover;
    background-repeat: round;
}
.feul-dragon-top-img img {
    width: 100%;
}
.feul-dragon-top-img {
    border: 4px solid #222423;
    background: #D9D9D9;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.feul-dragon-title-sec {
    max-width: 995px;
    margin: auto;
}
.feul-dragon-title-sec h2 {
    text-align: left;
}
.feul-dragon-title-sec p:before {
    background: #fff;
}
.feul-dragon-title-sec .cmn-btn {
    margin-top: 30px;
}
.feul-dragon-title-sec .align-items-end {
    align-items: flex-start !important;
}
.contribute-form-section {
    background: #10226A;
}
.contribute-form-section .contact-bottom-form-title-sec h2 {
    max-width: 519px;
}
.contribute-form-section .contact-bottom-form-title-sec p {
    max-width: 355px;
    font-weight: 300;
}
.let-usknow-popup-form .modal-dialog {
    max-width: 600px;
}
.let-usknow-popup-form .modal-content {
    width: 100%;
}
.let-usknow-popup-form .modal-body {
    padding: 50px 62px;
    ;
}
.let-usknow-popup-form .contact-input-sec {
    margin-bottom: 25px;
}
.let-usknow-popup-form h3 {
    color: #10226A;
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
}
.news-listing .content .col-md-12 {
    margin-bottom: 40px !important;
}
.news-listing .content .col-md-12:last-child {
    margin-bottom: 0px;
}
.news-listing.tab-section .cards {
    margin-bottom: 0px;
}
.news-listing .news-listing .js-pager__items.pager {
    padding-top: 70px
}
.seacrh-input-sec form {
    display: flex;
    align-items: flex-start;
}
.seacrh-input-sec .js-form-item {
    flex: 1;
}
.seacrh-input-sec .form-actions .form-submit {
    width: 74px;
    height: 48px;
    font-size: 0px;
    border-radius: 150px;
    background: url("../images/search-icon.svg") no-repeat center center #A10040;
    margin-bottom: 0px;
    border: 0px;
    line-height: inherit;
    padding: 0px;
    bottom: -5px;
}
.search-modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.hm-news-slider a:hover .news-list-box-img img {
    transform: scale(1.1);
}
.hm-latest-news-left-sec a:hover .news-list-box-img img {
    transform: scale(1.1);
}
.hm-latest-news-left-sec a:hover .find-out-btn {
    background: #FFF;
    color: #10226A;
}
.hm-latest-news-left-sec a:hover .find-out-btn svg path {
    stroke: #A10040;
    stroke-opacity: 1;
}
.hm-news-slider a:hover .ligth-blue-more-btn {
    background: rgba(255, 255, 255, 1);
}
.hm-news-slider a:hover .ligth-blue-more-btn svg path {
    stroke: #A10040;
    stroke-opacity: 1;
}
.career-accordion-ctn-left-img {
    padding-right: 19px;
}
.calendar-view-pager {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
    box-shadow: 0 6px 8px 0 rgba(85, 89, 104, 0.05);
    gap: initial;
}
.calendar-view-pager .pager__item {
    flex: 0 0 auto;
    width: auto;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
}
.calendar-view-pager .pager__item:hover {
    background: none;
}
.calendar-view-pager .pager__item.pager__current {
    flex: 1 0 0%;
}
.calendar-view-pager .pager__item a {
    color: #A10040 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    align-items: center;
    font-family: "Jost", sans-serif;
    border-radius: 100px;
    border: 1px solid #A10040;
}
.calendar-view-pager .pager__item.pager__current .js-form-item {
    color: #A10040;
    font-family: "Jost", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    /* 100% */
    text-transform: uppercase;
    padding: 0px;
}
.calendar-view-table caption {
    display: none;
}
.calendar-event-terms ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: -9px;
}
.calendar-event-terms ul li {
    color: #10226A;
    margin: 0px;
    padding: 0px;
    margin-bottom: 9px;
    display: inline-block;
    margin-right: 30px;
    padding-left: 25px;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    position: relative;
}
.calendar-event-terms {
    margin-bottom: 50px;
}
.calendar-event-terms ul li:last-child {
    margin-right: 0px;
}
.calendar-event-terms ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 3px;
}
.calendar-brown-bg:before {
    background: #BD8B50;
}
.calendar-blue-bg:before {
    background: #2B42A1;
}
.calendar-yellow-bg:before {
    background: #FBCC04;
}
.calendar-red-bg:before {
    background: #DB2B2B;
}
.calendar-light-gray:before {
    background: #f3f3f3;
}
.calendar-light-blue:before {
    background: #cfe2f3;
}
.calendar-light-cornflower-blue:before {
    background: #c9daf8;
}
.calendar-light-magenta:before {
    background: #d5a6bd;
}
.calendar-light-yellow:before {
    background: #fff2cc;
}
.calendar-light-red:before {
    background: #f4cccc;
}
.calendar-view-table {
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #DCDEE9;
}
.calendar-view-table td {
    border: solid 1px #DCDEE9;
    padding: 0px;
    background: #F8F9FC;
}
.calendar-view-table thead th {
    background: #10226A;
    color: #FFF;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-transform: capitalize;
    padding: 17px 5px 13px;
}
.calendar-view-table .calendar-view-day__number {
    width: 28px;
    height: 28px;
    background: #10226A;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50% !important;
    color: #FFF;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    /* 100% */
    text-transform: capitalize;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    cursor: pointer;
}
.calendar-view-table .calendar-view-day {
    padding: 0px;
    display: block;
    position: relative;
}
.calendar-view-table .calendar-view-day__rows, .calendar-view-table .calendar-view-day__row {
    position: relative;
    display: flex;
    flex-direction: initial;
    gap: 0;
    flex-wrap: wrap;
    height: 100%;
    padding: 0px;
    border: 0px;
    align-items: center;
    border-radius: 0px;
}
.calendar-view-table .calendar-view-day__row.is-multi {
    --calendar-view-day-multi-offset: 0;
    padding: 0;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    height: 100% !important;
}
.calendar-view-table .calendar-event {
    margin: 0px;
    color: #10226a;
    font-family: "Jost", sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 121.429% */
    padding-left: 6px;
    padding-right: 4px;
}
.calendar-view-table .calendar-view-day__row.is-multi:not(.is-multi--first) > * {
    opacity: 1;
    pointer-events: initial;
}
.calendar-view-table .calendar-brown-bg {
    background: #BD8B50;
}
.calendar-view-table .calendar-blue-bg {
    background: #2B42A1;
}
.calendar-view-table .calendar-yellow-bg {
    background: #FBCC04;
}
.calendar-view-table .calendar-red-bg {
    background: #DB2B2B;
}
.calendar-view-table .calendar-light-gray {
    background: #f3f3f3;
}
.calendar-view-table .calendar-light-blue {
    background: #cfe2f3;
}
.calendar-view-table .calendar-light-cornflower-blue {
    background: #c9daf8;
}
.calendar-view-table .calendar-light-magenta {
    background: #d5a6bd;
}
.calendar-view-table .calendar-light-yellow {
    background: #fff2cc;
}
.calendar-view-table .calendar-light-red {
    background: #f4cccc;
}
.director-test-ctn-sec p {
    font-weight: 300;
}
.director-test-ctn-sec p  a {
       color: #fccd04; 
}
.legasy-slider-section {
    background: linear-gradient(360deg, #10226A 0%, rgba(17, 35, 107, 0.92) 36.54%, #4D5A90 52.4%, #9199BA 68.27%, #F8F9FC 100%);
}
.legacy-slider-title-sec {
    max-width: 1006px;
    margin: auto;
    margin-bottom: 35px;
}
.legacy-slider-title-sec h2 {
    text-align: left;
    color: #10226A;
    font-weight: 600;
}
.legacy-slider-title-sec p {
    color: #5D606D;
    margin-left: 0px;
}
.year-lg {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 150px;
    display: block;
    color: #ECEDF6;
    text-align: center;
    margin-bottom: -88px;
    position: relative;
}
.legacy-slider-left-img {
    max-width: 326px;
    margin-left: auto;
    margin-right: 53px;
}
.legacy-slider-left-img img {
    width: 100%;
    border-radius: 20px;
}
.legacy-slider-right-ctn {
    max-width: 404px;
    margin-left: 33px;
}
.legacy-slider-right-ctn p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.legacy-slider-right-ctn p:last-child {
    margin-bottom: 0px;
}
.legacy-slider-arrows .swiper-pagination {
    display: none;
}
.legacy-thumb-slider-outer {
    position: relative;
    padding-top: 25px;
}
.legacy-thumb-slider-outer:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    content: "";
}
.legacy-thumb-slider-img-ctn {
    text-align: center;
}
.legacy-thumb-slider-img {
    padding: 8px;
    position: relative;
}
.legacy-thumb-slider-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    opacity: 0;
    border: 2px solid #FBCC04;
    border-width: 2px;
    border-style: dashed;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}
.legacy-thumb-slider .swiper-slide.swiper-slide-thumb-active .legacy-thumb-slider-img:before {
    opacity: 1;
}
.legacy-thumb-slider-img img {
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
}
.legacy-thumb-slider-img-ctn label {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 17px;
    font-size: 12px;
    display: block;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
}
.legacy-slider-outer {
    padding-bottom: 40px;
    position: relative;
}
.legacy-slider-outer:before {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 1);
    opacity: 0.10;
}
.legacy-thumb-slider .swiper-slide {
    opacity: 0.40;
    transition: all 0.5s ease 0s;
}
.legacy-thumb-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.legacy-thumb-slider .swiper-slide.swiper-slide-thumb-active .legacy-thumb-slider-img-ctn label {
    font-weight: 500;
}
.legacy-slider-arrows .more-btn svg {
    fill: none;
    width: auto;
    height: auto;
}
.legacy-slider-arrows .swiper-button-prev .more-btn {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.legacy-slider-arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.legacy-slider-arrows .swiper-button-next, .legacy-slider-arrows .swiper-button-prev {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
}
.legacy-slider-block {
    padding: 0px 70px;
}
.legacy-thumb-slider-arrows .swiper-pagination {
    display: none;
}
.legacy-thumb-slider-arrows svg {
    fill: none;
    width: auto;
    height: auto;
}
.legacy-thumb-slider-arrows .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.legacy-thumb-slider-arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.legacy-thumb-slider-arrows .swiper-button-next, .legacy-thumb-slider-arrows .swiper-button-prev {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    margin-top: -17px;
}
.legacy-thumb-slider-arrows {
    padding: 0px 20px;
}
.toolbar-fixed .home-header {
    display: none;
}
.video-btn {
    display: block;
    width: 100%;
    height: 100%;
}
.career-accordion-section .career-accordion-top-ctn-sec + .career-accordion-bg.section-space-top {
    padding-top: 40px;
}
.contact-input-sec label.error {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    color: red !important;
}
.contact-bottom-form .confirm-msg {
    color: #00ff00;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: -15px;
}
.stay-part-story-section .webform-submission-signup-form .confirm-msg {
    color: green;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    font-weight: 500;
}
.signup-form label.error {
    color: red;
    font-size: 14px;
}
.qatari-connection-right-img .row {
    align-items: flex-start;
}
.blog-listing.allumini-listing .content .card .card-body {
    padding-right: 56px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.blog-listing.allumini-listing .content .card .card-body .card-ctn {
    margin-top: 0;
}
.stay-connect-first-section .mission-top-patern {
    top: 92px !important;
}
.stay-connect-first-section .qatari-connection-right-img [class*="col"]:first-child img {
    rotate: -6deg;
}
/* .contribute-form-section .contact-input-sec label {
     top: 0;
    transform: none; 
} */
.contribute-form-section .contact-input-sec {
    margin-bottom: 35px;
}
.contribute-form-section .contact-textarea-sec {
    margin-bottom: 0px;
}
.contribute-form-section .contact-input-sec input {
    height: 41px;
    padding-bottom: 21px;
}
.contact-input-submit {
    position: relative
}
.contact-input-submit > span {
    display: flex;
}
.contact-input-submit .ajax-progress-throbber {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.dwnld-btn {
    margin-top: 25px;
}
.dwnld-btn label {
    color: #10226A;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
.career-accordion .accabove {
    border-bottom-color: transparent;
}
.acadamic-program-top-section {
    padding-bottom: 0px;
}
.for-404-wrap {
    padding: 130px 15px;
    text-align: center;
    font-size: 24px;
    line-height: normal;
}
.search-error {
    color: red;
}
.leadership-modal .modal-dialog {
    max-width: 946px;
}
.leadership-modal .modal-body {
    padding: 0px;
}
.leadership-modal .modal-content {
    border-radius: 0px;
    background: none;
    border: 0px;
}
.leaadership-popup-body {
    padding: 36px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 9px 10px 67px 0 rgba(16, 34, 106, 0.12);
    position: relative;
}
.leaadership-popup-left-img img {
    width: 100%;
}
.leaadership-popup-right-ctn h3 {
    color: #10226A;
    margin-bottom: 10px;
    font-weight: 500;
}
.leaadership-popup-right-ctn label {
    color: #A10040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: block;
    margin-bottom: 35px;
}
.leaadership-ctn p {
    color: #5D606D;
    margin-bottom: 25px;
}
.leaadership-ctn p:last-child {
    margin-bottom: 0px;
}
.leaadership-ctn {
    height: 230px;
    overflow-y: auto;
    padding-bottom: 30px;
    padding-right: 30px;
}
.leaadership-ctn::-webkit-scrollbar {
    height: 2px;
    width: 3px;
    border-radius: 2px;
    cursor: pointer !important;
}
.leaadership-ctn::-webkit-scrollbar-track {
    border-radius: 0;
    background: #D9D9D9;
    cursor: pointer !important;
}
.leaadership-ctn::-webkit-scrollbar-thumb {
    background-color: #8B96C2;
    border-radius: 0;
    cursor: pointer !important;
}
.leaadership-ctn::-webkit-scrollbar-thumb:hover {
    cursor: pointer !important;
}
@-moz-document url-prefix() {
    .leaadership-ctn {
        scrollbar-color: #8B96C2 #D9D9D9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.leaadership-popup-body .btn-close {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: auto;
    opacity: 1;
    box-shadow: none;
    outline: none;
}
.leaadership-popup-body .btn-close:hover {
    opacity: 0.6;
}
.leadership-modal {
    padding-right: 0px !important;
}
.career-accordion-ctn-right-ctn ul, .campuslife-even-section .career-top-right-ctn ul, .apply-format-listing-left ul {
    margin-bottom: 30px;
    column-count: 2;
}
.accordionjs .career-accordion-ctn-right-ctn ul {
    column-count: 1;
    margin-bottom: 15px;
}
.apply-format-listing-row .apply-format-listing-left ul {
    column-count: 1;
}
.apply-format-listing-row .apply-format-listing-left ul li ul {
    margin-bottom: 5px;
}
.apply-format-listing-row .apply-format-listing-left ul li ul li {
    margin-bottom: 10px;
}
.career-accordion-ctn-right-ctn li, .campuslife-even-section .career-top-right-ctn li, .apply-format-listing-left li {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    /* background: url(../images/student-serv-icon.svg) left top no-repeat; */
    /* background: url(../images/perspectives.svg) left top no-repeat; */
    padding-left: 40px;
    position: relative;
}
.career-accordion-ctn-right-ctn li:last-child, .campuslife-even-section .career-top-right-ctn li:last-child, .apply-format-listing-left li:last-child {
    margin-bottom: 0px;
}
.career-accordion-ctn-right-ctn li:before, .campuslife-even-section .career-top-right-ctn li:before, .apply-format-listing-left li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.faq-accordion .career-accordion-ctn ul {
    margin-bottom: 30px;
}
.faq-accordion .career-accordion-ctn li {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    /* background: url(../images/student-serv-icon.svg) left top no-repeat; */
    /* background: url(../images/perspectives.svg) left top no-repeat; */
    padding-left: 40px;
    position: relative;
}
.faq-accordion .career-accordion-ctn li:last-child {
    margin-bottom: 0px;
}
.faq-accordion .career-accordion-ctn li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.tuition-fees-tab .resp-vtabs .tab-content-div ul {
    margin-bottom: 35px;
    column-count: 2;
}
#tuition-fees .tab-content-div li {
    background: none;
    position: relative;
}
#tuition-fees .tab-content-div li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.tuition-fees-tab .resp-vtabs .tab-content-div li {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    background: url(../images/student-serv-icon.svg) left top no-repeat;
    padding: 0px !important;
    margin: 0px;
    border: 0px !important;
    padding-left: 40px !important;
    display: block;
    position: relative;
}
.tuition-fees-tab .resp-vtabs .tab-content-div li a {
    color: #fccd04;
}
.tuition-fees-tab .resp-vtabs .tab-content-div li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.resp-vtabs .tab-content-div ul {
    background: none;
    position: relative;
    margin-bottom: 35px;
}
.resp-vtabs .tab-content-div li {
    padding: 0px !important;
    margin: 0px;
    border: 0px !important;
    padding-left: 25px !important;
    position: relative;
    color: #5D606D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.resp-vtabs .tab-content-div li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 4px;
    position: absolute;
}
.parentsupport-top-section.leaving-asd-second-wrap .row {
    align-items: flex-start;
}
.child-gets-wrap {
    padding-top: 0px;
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
}
.child-gets-wrap .reserve-content {
    padding-top: 0px;
    position: relative;
}
.child-gets-wrap .reserve-img {
    margin: auto;
}
.apply-format-listing-left .content {
    max-height: 122px;
    overflow-y: auto;
    padding-right: 15px;
}
/* width */
.apply-format-listing-left .content::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.apply-format-listing-left .content::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
/* Handle */
.apply-format-listing-left .content::-webkit-scrollbar-thumb {
    background: #C7A386;
    border-radius: 10px;
}
/* Handle on hover */
.apply-format-listing-left .content::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.visit-asd-top-section .career-top-patern {
    width: 100%;
}
@-moz-document url-prefix() {
    .apply-format-listing-left .content {
        scrollbar-color: #C7A386 #E9E9E9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.career-accordion-sec.benefits-accordion .career-accordion-ctn-right-ctn-des {
    max-height: none;
}
.career-accordion-sec .career-accordion-ctn-right-ctn-des {
    max-height: 122px;
    overflow-y: auto;
    padding-right: 15px;
}
/* width */
.career-accordion-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.career-accordion-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
/* Handle */
.career-accordion-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb {
    background: #C7A386;
    border-radius: 10px;
}
/* Handle on hover */
.career-accordion-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb:hover {
    background: #000;
}
@-moz-document url-prefix() {
    .career-accordion-sec .career-accordion-ctn-right-ctn-des {
        scrollbar-color: #C7A386 #E9E9E9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.accordion-right-ctn-des {
    max-height: 135px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 30px;
}
.accordion-right-ctn-des p:last-child {
    margin-bottom: 0px;
}
/* width */
.accordion-right-ctn-des::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.accordion-right-ctn-des::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
/* Handle */
.accordion-right-ctn-des::-webkit-scrollbar-thumb {
    background: #C7A386;
    border-radius: 10px;
}
/* Handle on hover */
.accordion-right-ctn-des::-webkit-scrollbar-thumb:hover {
    background: #000;
}
@-moz-document url-prefix() {
    .accordion-right-ctn-des {
        scrollbar-color: #C7A386 #E9E9E9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.career-accordion-ctn-right-ctn-des.no-scroll {
    max-height: none !important;
    overflow-y: initial !important;
}
.steps-hover {
    pointer-events: none;
}
.our-leaders-first-section .our-vision-content {
    min-width: 536px;
}
.box-custom-accc-item:first-child .box-custom-accc-bottom-left-img img {
    max-height: 306px;
}
.box-custom-accc-item:nth-child(2) .box-custom-accc-bottom-left-img img {
    max-height: 370px;
}
.box-custom-accc-item:nth-child(3) .box-custom-accc-bottom-left-img img {
    max-height: 424px;
}
.box-custom-accc-item:last-child .box-custom-accc-bottom-left-img img {
    max-height: 468px;
}
.our-vision-sign-img-wrap img {
    max-height: 54px;
}
.scroll-hidden {
    overflow-y: hidden;
}
.news-listing.tab-section .news-item .content .card p {
    min-height: 40px;
}
.campuslife-even-section .row {
    align-items: flex-start !important;
}
.faq-accordion .career-accordion ul {
    list-style: none;
}
.faq-accordion .career-accordion ul li {
    padding: 0 0 20px 41px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #5D606D;
}
.faq-accordion .career-accordion ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.our-calendar-tab ul.nav {
    justify-content: center;
    margin-bottom: 30px;
}
.our-calendar-tab ul.nav li button {
    color: #10226A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 25px;
    border-radius: 100px;
    background: #ECEDF6;
    margin: 0px 10px;
    transition: all 0.3s ease 0s;
}
.our-calendar-tab ul.nav li button:hover {
    background: #10226A;
    color: #fff;
}
.our-calendar-tab ul.nav li button.active {
    background: #10226A;
    color: #fff;
}
.videopop .modal-dialog {
    max-width: 700px;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.no-result-msg {
    text-align: center;
}
.no-result-msg p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #10226A
}
.campus-slider-arrows .more-btn {
    background: #FFF;
}
.campus-slider-arrows .more-btn svg path {
    stroke: rgba(161, 0, 64, 1);
}
.campus-slider-arrows .more-btn:hover {
    background: none;
}
.campus-slider-arrows .more-btn:hover svg path {
    stroke: rgba(255, 255, 255, 1);
}
.publication-listing-section .publication-listing-block .publication-date {
    display: none;
}
.article-gallery-section img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.article-gallery-section .row {
    margin-bottom: -30px;
}
.article-gallery-section [class*="col"] {
    margin-bottom: 30px;
}
.campuslife-even-section .career-accordion-ctn-right-ctn-des {
    max-height: 290px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 25px;
}
/* width */
.campuslife-even-section .career-accordion-ctn-right-ctn-des::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.campuslife-even-section .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
/* Handle */
.campuslife-even-section .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb {
    background: #C7A386;
    border-radius: 10px;
}
/* Handle on hover */
.campuslife-even-section .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb:hover {
    background: #000;
}
@-moz-document url-prefix() {
    .campuslife-even-section .career-accordion-ctn-right-ctn-des {
        scrollbar-color: #C7A386 #E9E9E9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.child-safeqaurd-logo {
    display: table;
    margin: auto;
    margin-bottom: 35px;
}
.explore-campus-gallary-section {
    background: #F8F9FC;
}
.explore-campus-gallary-section h2 {
    text-align: center;
    margin-bottom: 27px;
    color: #10226A;
    font-weight: 600;
}
.gallary-img-sec {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.gallary-img-sec img {
    width: 100%;
}
.gallary-img-sec a {
    display: block;
}
.gallary-img-sec-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.explore-campus-gallary-section .row:last-child {
    margin-bottom: -24px;
}
.explore-campus-gallary-section [class*="col"] {
    margin-bottom: 24px;
}
.lb-custom-wrapper .lb-outerContainer {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
}
.lb-custom-wrapper .lb-dataContainer {
    width: 100% !important;
}
.lb-custom-wrapper {
    max-width: 820px !important;
    display: flex;
    align-items: self-start;
    min-height: 100%;
    flex-wrap: wrap;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 56px 0px;
}
.lb-custom-wrapper .lb-image {
    height: auto !important;
    width: calc(100% + 2px) !important;
    border-radius: 16px !important;
    border: 0 !important;
}
.lb-custom-wrapper .lb-container {
    width: 100% !important;
    overflow: hidden;
}
body .lightbox {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.lb-custom-wrapper .lb-number {
    display: none !important;
}
.lb-custom-wrapper .lb-caption {
    padding-top: 20px !important;
    max-width: 587px !important;
    margin: auto !important;
    text-align: center !important;
    color: #FFF !important;
    display: block;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}
.lb-custom-wrapper .lb-data .lb-details {
    float: none !important;
    width: 100% !important;
}
.lb-custom-wrapper .lb-data .lb-close {
    position: absolute;
    top: 31px;
    right: 0px;
}
.art-logo-title {
    max-width: 1000px;
    text-align: left;
}
.art-logo-title h4 {
    text-align: center
}
.art-logo-title .row {
    margin-bottom: 25px;
}
.art-logo-title h2 {
    margin-bottom: 0px;
}
.senior-lead-img {
    position: relative;
}
.senior-lead-img img {
    width: 100%;
}
.senior-lead-img:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 214px;
    top: 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.94) 20.19%, rgba(255, 255, 255, 0.00) 100%);
}
.senior-lead-img:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 116px;
    left: 0px;
    background: linear-gradient(360deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.senior-lead-section h2 {
    text-align: center;
    color: #10226A;
    font-weight: 600;
    margin-bottom: -25px;
    position: relative;
    z-index: 4;
}
.deij-top-sec .career-top-right-ctn p {
    margin-bottom: 25px;
}
.blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 15px;
}
/* width */
.blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
/* Handle */
.blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb {
    background: #C7A386;
    border-radius: 10px;
}
/* Handle on hover */
.blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des::-webkit-scrollbar-thumb:hover {
    background: #000;
}
@-moz-document url-prefix() {
    .blog-detail-btm-slider-sec .career-accordion-ctn-right-ctn-des {
        scrollbar-color: #C7A386 #E9E9E9;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
}
.directores-3-list [class*="col"] {
    margin-top: 0px !important;
}
.directores-3-list .directors-img {
    margin-bottom: 25px;
}
.directores-3-list .directors-img:last-child {
    margin-bottom: 0px;
}
.lightboxOverlay {
    width: 100% !important;
}
.c-bottom-img {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 21px 30px;
    display: table;
    margin: auto;
    max-width: 417px;
    margin-bottom: 35px;
}
.c-bottom-img img {
    width: auto;
    margin: auto;
}
.has_third_img .career-top-left-img [class*="col"]:last-child {
    margin-top: 0px;
}
.visit-us-wrap .webform-confirmation {
    text-align: center;
}
.visit-us-wrap .webform-confirmation__back a {
    border-radius: 100px;
    background: #A10040;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 5px 20px 3px;
    align-items: center;
    border: 1px solid #A10040;
}
.visit-us-wrap .webform-confirmation__back a:hover {
    background: #BF004C;
    color: #fff;
}
.visit-us-wrap .confirm-msg {
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: green;
}
.visit-us-wrap .contact-input-sec.form-item-preferred-visit-date input {
    background: url("../images/date-icon.svg") no-repeat center right;
}
.campuslife-even-section.art-athelitics-section .career-top-outer-row {
    padding-bottom: 0px;
}
.visit-us-wrap .contact-input-submit {
    position: relative;
    margin-bottom: 0px;
}
.visit-us-wrap .contact-input-submit .ajax-progress-throbber {
    display: initial;
}
.qatari-connection-right-img .download-btn {
    display: block;
    position: relative;
}
.qatari-connection-right-img .download-btn:before {
    background: url(../images/dwn-load-icon.svg) no-repeat center center;
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    right: 5px;
    top: 50px;
    z-index: 4;
    background-size: 32px;
    rotate: 9deg;
}
.teaching-learning-section .directors-img-overlay {
    opacity: 1;
    min-height: 100px;
    height: auto;
}
.teaching-learning-section .directors-img:hover img {
    transform: scale(1);
}
.news-details-sec .accordion-slider-left .swiper-slide img {
    border-radius: 15px;
}
table.asd-fees-struct {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}
table.asd-fees-struct strong {
    font-weight: bold;
}
table.asd-fees-struct th, table.asd-fees-struct td {
    border: 1px solid #fff;
    padding: 12px !important;
    text-align: left;
    vertical-align: top;
    width: 20%;
    font-size: 13px;
}
table.asd-fees-struct th {
    font-weight: bold;
}
table.asd-fees-struct caption {
    caption-side: top;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
    color: #fff;
}
.accademic-grade-box-extend .row {
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}
.accademic-grade-box-extend .row:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.accademic-grade-box-extend {
    padding-right: 45px;
}
.handbook-4-col-section .publication-listing-block-ctn h3 {
    min-height: 60px;
    font-size: 20px;
    line-height: 30px;
}
.handbook-4-col-section .publication-listing-block-ctn {
    padding: 25px 20px 25px 20px;
}
.mega-menu-right-img img {
    width: 100%;
    border-radius: 10px;
}
.news-details-content-right .row.blog-detail-btm-slider-sec {
    margin-bottom: 0px;
}
.news-details-content-right .row.blog-detail-btm-slider-sec [class*="col"]:first-child img {
    border-radius: 13px;
    width: 100%;
}
.blog-detail-btm-ctn {
    padding-top: 35px;
}
.ajax-progress-throbber .throbber {
    background: url("../images/loader-throbb.svg") no-repeat center center;
    background-size: 23px;
}
.mission-vision-swiper .scrollbar-outer {
    display: none !important;
}
.article-card-img-left {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 12px;
    float: left;
}
.article-card-text-right p:last-child {
    margin-bottom: 0px;
}
.article-card-img-left img {
    border-radius: 13px;
    width: 100%;
}
.article-card-img-right {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}
.article-card-text-right {
    margin-bottom: 0px !important;
}
.article-card-text-left {
    margin-bottom: 0px !important;
}
.article-card-text-left p:last-child {
    margin-bottom: 0px;
}
.article-card-img-right img {
    border-radius: 13px;
    width: 100%;
}
.article-card-text-right:before, .article-card-text-right:after {
    display: table;
    content: " ";
    clear: both;
}
.article-card-text-left:before, .article-card-text-left:after {
    display: table;
    content: " ";
    clear: both;
}
.child-safeguarding-section {
    position: relative;
    margin-bottom: 130px;
}
.child-safeguard-top-patern {
    position: absolute;
    right: 0px;
    top: 0px;
}
.child-safeguarding-section p {
    color: #5D606D;
}
.child-safeguarding-left-sec-top-dis {
    margin-bottom: 42px;
}
.child-safeguarding-left-sec-top-dis p {
    margin-bottom: 15px;
}
.child-safeguarding-left-sec-top-dis p:last-child {
    margin-bottom: 0px;
}
.child-safeguarding-left-sec-tab-list h3 {
    margin-bottom: 5px;
    color: #10226A;
    font-weight: 700;
    padding-top: 42px;
}
.child-safeguarding-left-sec-tab-list h4 {
    margin-bottom: 0px;
    color: #10226A;
    font-weight: 400;
    padding-top: 35px;
}
.child-safeguarding-left-sec-tab-list p {
    margin-bottom: 0px;
    padding-top: 15px;
}
.child-safeguarding-left-sec-tab-list p:first-child {
    padding-top: 0px;
}
.child-safeguarding-left-sec-tab-list p:last-child {
    margin-bottom: 0px;
}
.child-safeguarding-left-sec-tab-list .our-vision-sign-img-wrap {
    padding-top: 15px;
}
.our-vision-sign-img-wrap label {
    color: #aeaeae;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.child-bottom-high-ctn {
    padding-top: 35px;
}
.child-bottom-high-ctn p {
    margin-bottom: 0px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    color: #10226A;
}
.child-bottom-high-ctn p a {
    color: #10226A;
    text-decoration: underline !important;
}
.child-safeguard-bottom-patern {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.child-safeguard-bottom-patern img {
    width: 100%;
}
.child-safeguarding-section .container {
    position: relative;
    z-index: 3;
}
.child-safeguarding-right-sec {
    padding-top: 42px;
}
.child-safeguarding-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 0px;
}
.child-safeguarding-right-sec .career-top-left-img {
    margin-bottom: 35px;
}
.handbook-dwnload-box {
    max-width: 402px;
    margin: auto;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    text-align: center;
}
.handbook-dwnload-box h5 {
    color: #C30404;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.handbook-dwnload-box h5 + h5 {
    color: #10226A;
    margin-top: -10px;
}
.handbook-dwnload-box p {
    color: #5D606D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    max-width: 331px;
    margin: auto;
    margin-bottom: 20px;
}
.five-pillar-box {
    position: relative;
    max-width: 588px;
    margin: auto;
}
.popup-7 {
    left: auto !important;
    right: -14px;
    top: -48px;
}
.popup-pillar {
    width: 283px;
}
.popup-0 {
    top: 140px;
}
.popup-1 {
    top: 70px;
}
.popup-2 {
    top: 70px;
}
.popup-3 {
    top: 23px;
}
.popup-4 {
    top: 25px;
}
.popup-5 {
    left: auto !important;
    right: -40px;
    top: 220px;
}
.popup-6 {
    left: auto !important;
    right: -123px;
    top: 114px;
}
.career-top-outer-row {
    align-items: flex-start !important;
}
.user-login-section {
    position: relative;
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 68.85%, #9199BA 84.13%, #9199BA 100%);
}
.user-login-form {
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 0px 0px 10px;
}
.user-login-section div[role="contentinfo"] {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    color: orangered;
    text-align: center;
}
.user-login-section div[role="contentinfo"] .placeholder {
    background: transparent;
}
.user-login-section div[role="alert"] {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    color: red;
    text-align: center;
}
.user-login-section div[role="alert"] a {
    color: #fff;
    text-decoration: underline !important;
}
.user-login-form .js-form-item label.error {
    color: red;
}
.user-login-form .js-form-item label {
    color: #8891B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    display: block;
    margin-bottom: 10px;
}
.user-login-form .js-form-item {
    margin-bottom: 20px;
}
.user-login-form .js-form-item input {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 12px;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #7A85AF;
    width: 100%;
    background: none;
    height: auto;
    margin-top: 0px !important;
}
.user-login-form .form-actions .form-submit {
    display: inline-flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: #A10040;
    padding: 14px 25px;
    align-items: center;
    border: 0px;
    outline: none;
    box-shadow: none;
    min-width: 150px;
}
.user-login-form + ul {
    max-width: 600px;
    margin: auto;
    padding: 0px 0px 10px;
}
.request-password-link {
    color: #fff;
    text-decoration: underline !important;
}
.request-password-link:hover {
    color: #fff;
    text-decoration: underline !important;
    opacity: 0.6;
}
.user-login-form .form-actions .form-submit:hover {
    background: #BF004C;
    color: #fff;
}
.user-pass {
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 0px 0px 10px;
}
.user-pass .js-form-item label {
    color: #8891B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    display: block;
    margin-bottom: 10px;
}
.user-pass .js-form-item {
    margin-bottom: 20px;
}
.user-pass .js-form-item input {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 12px;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #7A85AF;
    width: 100%;
    background: none;
    height: auto;
    margin-top: 0px !important;
}
.user-pass .form-actions .form-submit {
    display: inline-flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: #A10040;
    padding: 14px 25px;
    align-items: center;
    border: 0px;
    outline: none;
    box-shadow: none;
    min-width: 150px;
}
.user-pass + ul {
    max-width: 600px;
    margin: auto;
    padding: 0px 0px 10px;
}
.user-pass .form-actions .form-submit:hover {
    background: #BF004C;
    color: #fff;
}
.tuition-fees-tab-acrodion-section .tuition-fees-title-sec p a {
    color: #fccd04;
}
.team-counsel-sec p a {
    color: #fccd04;
}
.passion-power-wrap .tab-box-section .tabs-content {
    margin: 0px;
}
/*...media-starts-here...*/
@media(min-width:576px) {
    .quick-links-mobile {
        display: none;
    }
}
@media(min-width:768px) {}
@media(min-width:800px) {}
@media(min-width:992px) {
    .excellence-corener-slider-outer h6 {
        margin-bottom: -23px;
    }
    .fulfill-future-title-sec h2 {
        margin-right: 72px;
    }
    .apply-format-accordion-ctn [class*="col"]:last-child {
        flex: 1 0 0%;
    }
}
@media(min-width:1025px) {
    .header-logo {
        min-width: 110px;
    }
    .header-row > .row {
        margin-left: -24px;
        margin-right: -24px;
    }
    .header-row > .row > [class*="col"] {
        padding-left: 24px;
        padding-right: 24px;
    }
    .beyong-accordion-sec .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .beyong-accordion-sec [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-news-list-sec > .row {
        margin-left: -19px;
        margin-right: -19px;
    }
    .home-news-list-sec > .row > [class*="col"] {
        padding-left: 19px;
        padding-right: 19px;
    }
    .hm-admission-right-sec .row {
        margin-left: -17px;
        margin-right: -17px;
    }
    .hm-admission-right-sec [class*="col"] {
        padding-left: 17px;
        padding-right: 17px;
    }
    .social-media-se-outer-row {
        margin-left: -35px;
        margin-right: -35px;
    }
    .social-media-se-outer-row > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .footer-links-sec .collapse {
        display: block;
    }
    .mega-menu .menu-subs-inner {
        padding: 10px;
    }
    .flaoting-toggle {
        display: none;
    }
    .floating-icon-wrap {
        display: block !important;
    }
    .header-cal-email-row [class*="col"]:last-child {
        display: none;
    }
    .contact-right-detail-list-inner-row {
        margin-left: -39px;
        margin-right: -39px;
    }
    .contact-right-detail-list-inner-row [class*="col"] {
        padding-left: 39px;
        padding-right: 39px;
    }
    .contact-bottom-form .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .contact-bottom-form [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .career-top-outer-row {
        margin-left: -50px;
        margin-right: -50px;
    }
    .career-top-outer-row > [class*="col"] {
        padding-left: 50px;
        padding-right: 50px;
    }
    .campuslife-even-section .career-top-outer-row {
        margin-left: -45px;
        margin-right: -45px;
    }
    .campuslife-even-section .career-top-outer-row > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .hiring-process-row-reverse {
        margin-left: -32px;
        margin-right: -32px;
    }
    .hiring-process-row-reverse > [class*="col"] {
        padding-left: 32px;
        padding-right: 32px;
    }
    .career-accordion-ctn .row {
        margin-left: -45px;
        margin-right: -45px;
    }
    .career-accordion-ctn [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    /* .director-testimonial-section > .container > .row {
        margin-left: -35px;
        margin-right: -35px;
    }
     .director-testimonial-section > .container > .row > [class*="col"]{
        padding-left: 35px;
        padding-right: 35px;
    }*/
    .acadamic-program-top-section .career-top-outer-row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .acadamic-program-top-section .career-top-outer-row > [class*="col"] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .qatari-connection-right-img .row {
        margin-left: -25px;
        margin-right: -25px;
    }
    .qatari-connection-right-img [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .apply-format-listing-row {
        margin-left: -18px;
        margin-right: -18px;
    }
    .apply-format-listing-row [class*="col"] {
        padding-left: 18px;
        padding-right: 18px;
    }
    .tuition-fees-tab .resp-vtabs {
        margin-left: -38px !important;
        margin-right: -38px !important;
    }
    .tuition-fees-tab .service-title-box {
        padding-left: 38px;
        padding-right: 38px;
    }
    .tuition-fees-tab .resp-vtabs .resp-tabs-container {
        padding-left: 38px;
        padding-right: 38px;
    }
    .feul-dragon-top-img-sec .row {
        margin-left: -90px;
        margin-right: -90px;
    }
    .feul-dragon-top-img-sec [class*="col"] {
        padding-left: 90px;
        padding-right: 90px;
    }
    .main-nav li.mega-menu {
        height: 51px;
        display: flex;
        align-items: center;
    }
    .main-nav li.mega-menu {
        transition: all 0s ease 0s;
    }
    .main-nav li.mega-menu .menu-subs {
        transition: all 0s ease 0s;
    }
    .director-testimonial-section h2 {
        margin-left: 102px;
    }
    .stay-connect-first-section .qatari-connection-right-img .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .stay-connect-first-section .qatari-connection-right-img [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feul-dragon-title-sec {
        padding-top: 75px;
    }
    .career-accordion .acc_section .acc_head:hover {
        opacity: 0.35;
    }
    .acadamic-program-top-section .career-top-left-img [class*="col"]:last-child {
        margin-left: 20px;
    }
    .acadamic-program-top-section .career-top-right-ctn {
        max-width: 400px;
        margin-left: auto;
    }
    .acadamic-program-top-section .career-top-left-img [class*="col"]:first-child {
        width: 61.333333%;
    }
    .visit-asd-top-section .container {
        max-width: 1204px;
    }
    .visit-asd-top-section .career-top-outer-row > [class*="col"]:first-child {
        width: 56.6%;
    }
    .visit-asd-top-section .career-top-outer-row > [class*="col"]:last-child {
        width: 43.4%;
    }
    .our-leaders-first-section .our-vision-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .our-leaders-first-section [class*="col"]:last-child {
        align-self: center
    }
    .legacy-thumb-slider-outer .swiper-wrapper {
        justify-content: center;
    }
    .gallary-img-sec-overlay {
        opacity: 0;
        transition: all 0.3s ease 0s;
    }
    .gallary-img-sec:hover .gallary-img-sec-overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.4)
    }
    .career-accordion .career-accordion-ctn-right-ctn {
        max-width: 87.1% !important;
    }
    .child-safeguardin-outer-row {
        margin-left: -31px;
        margin-right: -31px;
    }
    .child-safeguardin-outer-row > [class*="col"] {
        padding-left: 31px;
        padding-right: 31px;
    }
}
@media(min-width:1250px) {
    .career-top-section .container {
        max-width: 1066px;
    }
    .athletics-activities .career-top-outer-row > [class*="col"]:first-child {
        width: 48%;
    }
    .athletics-activities .career-top-outer-row > [class*="col"]:last-child {
        width: 52%;
    }
    .career-top-outer-row > [class*="col"]:first-child {
        width: 53.55%;
    }
    .career-top-outer-row > [class*="col"]:last-child {
        width: 46.45%;
    }
    .hiring-process-row-reverse .container {
        max-width: 1096px;
    }
    .hiring-process-row-reverse .career-top-outer-row > [class*="col"]:first-child {
        width: 43.5%;
    }
    .hiring-process-row-reverse .career-top-outer-row > [class*="col"]:last-child {
        width: 53.5%;
    }
    .career-top-section.benefits-accordion .container {
        max-width: 1140px;
    }
    .career-top-section.acadamic-program-top-section .container {
        max-width: 100%;
    }
    .teaching-learning-section .career-top-patern {
        width: 867px;
    }
}
@media(min-width:1300px) {
    .career-top-section.benefits-accordion .container {
        max-width: 1224px;
    }
    .career-top-section.acadamic-program-top-section .container {
        max-width: 1224px;
    }
    .news-details-content-right .row.blog-detail-btm-slider-sec {
        margin-right: -17px;
        margin-left: -17px;
    }
    .news-details-content-right .row.blog-detail-btm-slider-sec [class*="col"] {
        padding-left: 17px;
        padding-right: 17px;
    }
}
@media(min-width:1440px) {
    .career-top-section.benefits-accordion .container {
        max-width: 1224px;
    }
}
@media(min-width:2000px) {
    .main-nav li a {
        font-size: calc(16px + ((100vw - 2000px) * 0.01));
    }
    .top-nav li a {
        font-size: calc(13px + ((100vw - 2000px) * 0.01));
    }
    .steps-inside-image img {
        object-fit: cover;
        max-height: 900px;
    }
    .beyond-inner-sec {
        max-width: 70.5%;
    }
    .footer-logo-slider-inner {
        max-width: 70.5%;
    }
}
@media(min-width:1025px) and (max-width : 1499px) {}
@media(min-width:1025px) and (max-width : 1300px) {
    .floating-icon-wrap {
        right: 10px;
    }
    .excellence-corener-to-right-img > img {
            max-height: 460px;
    object-fit: cover;
    }
}
@media(min-width:1050px) and (max-width : 1200px) {}
@media(min-width:1100px) and (max-width : 1199px) {
    .main-nav li a {
        font-size: 14px !important;
    }
    .main-nav li {
        margin: 0px 6px !important;
    }
    .header-menu-divider {
        margin-right: 10px;
    }
}
@media(min-width:1100px) and (max-width : 1300px) {
    .main-nav li.enq-menu a {
        padding: 18px 45px 17px;
    }
    .box-custom-accc-section {
        padding-left: 40px;
    }
}
@media(min-width:1200px) and (max-height : 729px) {
    .scroll-dwn-arw {
        bottom: 25px;
    }
}
@media(min-width:1100px) and (max-width : 1422px) {
    body .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-row > .row > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-row > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-nav li {
        margin: 0px 10px;
    }
    .header-menu-divider {
        margin-right: 15px;
    }
    .main-nav li a {
        font-size: 15px;
    }
    .steps-inside-image img {
        height: 720px;
        object-fit: cover;
    }
    .next-chapter-section > img {
        height: 550px;
        object-fit: cover
    }
}
@media(min-width:1400px) and (max-width : 1500px) {}
@media(min-width:1400px) {
    .career-top-section.acadamic-program-top-section .container {
        max-width: 1224px;
    }
}
@media(min-width:1500px) {
    .home-header .container-fluid {
        max-width: 1521px;
        margin: auto;
    }
}
@media(min-width:1600px) {
    .home-header .container-fluid {
        max-width: 1721px;
        margin: auto;
    }
    .steps-inside-image img {
        max-height: 720px;
        object-fit: cover;
    }
}
@media(min-width:1700px) {
    .apply-format-listing {
        max-width: 1100px;
    }
    .apply-format-listing-left {
        max-width: 565px;
    }
    .apply-format-listing-row:nth-child(even) .apply-format-listing-left {
        /* max-width: 515px;*/
    }
}
@media(min-width:1900px) {
    .curved-dotted-line {
        top: 5px;
    }
}
@media(min-width:2000px) {
    .home-header .container-fluid {
        max-width: 90%;
        margin: auto;
    }
}
@media(max-width:1440px) {
    .curved-dotted-line {
        top: 127px;
    }
}
@media(max-width:1300px) {
    .curved-dotted-line {
        top: 192px;
    }
}
@media(max-width:1366px) {}
@media(max-width:1266px) {}
@media(max-width:1024px) {
    .jobs-fair-listing-box h5 {
        min-height: 60px;
    }
    .jobs-fair-listing-box p {
        min-height: 160px;
    }
    .header-logo {
        max-width: 75px;
    }
    .header-row {
        padding: 20px 0px 13px;
    }
    .search-icon-mobile {
        margin-right: 30px;
    }
    h2 span {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-overlay-top-ctn {
        max-width: 685px;
    }
    .center-pin-img {
        left: 50px;
        top: 245px;
    }
    .box-custom-accc-main-title-sec h2 {
        font-size: 36px;
        max-width: 270px;
    }
    .box-custom-accc-sec {
        padding: 0px 30px;
    }
    .box-custom-accc-item.active {
        -webkit-box-flex: 2.3;
        -ms-flex: 2.3;
        flex: 2.3;
    }
    .beyond-inner-sec {
        max-width: 860px;
    }
    .steps-inside-image-overlay {
        padding-top: 80px;
    }
    .steps-inside-image img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    .hm-news-slider-outer {
        margin-right: -30px;
    }
    .hm-news-slider-arrows {
        padding-right: 30px;
    }
    .hm-admission-right-sec {
        padding-right: 23px;
    }
    .footer-top-line-cta a {
        font-size: 18px;
    }
    .footer-top-line-cta:before {
        width: 26.2%;
    }
    .footer-menu-info-sec .row {
        margin-bottom: -20px;
    }
    .footer-menu-info-sec [class*="col"] {
        margin-bottom: 20px;
    }
    .footer-links-sec h6 {
        position: relative;
    }
    .footer-links-sec h6 label {
        position: absolute;
        right: 0px;
        top: 5px;
        background: url("../images/footer-menu-arw.svg") no-repeat center center;
        width: 14px;
        height: 9px;
        margin-bottom: 0px !important;
    }
    .sticky .hamburger div {
        background: #10226A;
    }
    .sticky .search-icon-mobile svg path {
        stroke: #10226A
    }
    .excellence-corener-top-left-ctn h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .campus-tour-btn {
        width: 73px;
        height: 73px;
    }
    .campus-tour-btn label {
        font-size: 10px;
        line-height: 9px;
        padding-top: 6px;
    }
    .campus-tour-btn img {
        max-width: 10px;
    }
    .scroll-dwn-arw span {
        display: none;
    }
    .scroll-dwn-arw {
        position: relative;
        right: 0;
        bottom: auto;
        left: 0px;
        margin-top: 19px !important;
        margin: auto;
        height: 75px;
    }
    .banner-overlay {
        padding-bottom: 22px;
    }
    .scroll-dwn-arw img {
        margin-bottom: 0;
    }
    .floating-icon-sec {
        padding: 12px 6px 21px;
    }
    .flaoting-toggle.for-mobile {
        display: block;
    }
    .main-nav li a {
        color: #10226A;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .main-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .top-menu {
        order: 2;
        width: 100%;
    }
    .top-btm-menu {
        order: 1;
        padding-bottom: 26px;
        border-bottom: solid 1px #DADCEA;
        margin-bottom: 30px;
        width: 100%;
    }
    .search-menu {
        display: none !important;
    }
    .enq-menu {
        padding-top: 11px;
    }
    .main-nav > li.menu-item-has-children > a {
        background: none;
    }
    .sticky .main-nav > li.menu-item-has-children > a {
        background: none;
    }
    .main-menu .menu-subs li a {
        color: #10226A;
        text-transform: none;
    }
    .main-nav li a:before {
        display: none;
    }
    .top-menu [class*="col"] {
        width: 100%;
    }
    .top-nav li {
        margin-bottom: 14px;
    }
    .top-nav li a {
        background: none !important;
        color: #65666D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mega-menu [class*="col"] {
        width: 100%;
    }
    .mega-menu-outer {
        padding: 0px 0px;
    }
    .mega-menu-right-img {
        display: none;
    }
    .floating-icon-wrap {
        top: auto;
        right: 15px;
        bottom: 118px;
    }
    .flaoting-toggle {
        top: auto;
        bottom: 92px;
        right: -5px;
    }
    .sticky .top-menu {
        margin-bottom: 0px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .header-cal-email-row {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 36px;
        justify-content: center;
    }
    .header-cal-email-row [class*="col"] {
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-call {
        color: #65666D;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .header-call i {
        margin-right: 5px;
    }
    .header-cal-email-row [class*="col"]:first-child {
        text-align: right
    }
    .header-cal-email-row [class*="col"]:last-child {
        text-align: left
    }
    .top-menu > .row > [class*="col"]:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-call svg path {
        stroke: #A10040;
    }
    .publication-listing-block-ctn {
        padding: 26px 25px 30px 25px;
    }
    .publication-listing-block-ctn h3 {
        margin-bottom: 31px;
    }
    .career-top-right-ctn h2 {
        max-width: 175px;
    }
    .career-accordion-top-ctn-sec h3 {
        max-width: 725px;
    }
    .dragon-logo img {
        max-width: 153px;
    }
    .athletic-activity-top-left img {
        max-width: 188px;
    }
    .athletic-activity-top-right img {
        max-width: 188px;
    }
    .fulfill-future-title-sec h2 {
        max-width: 310px;
    }
    .why-ASD-section .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .why-asd-left-img-sec img {
        max-width: 203px;
    }
    .why-asd-right-img-sec img {
        max-width: 200px;
    }
    .hiring-process-box:before {
        width: calc(100% - 100px);
    }
    .tuition-fees-tab .resp-vtabs {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .tuition-fees-tab .service-title-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tuition-fees-tab .resp-vtabs .resp-tabs-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-links-sec h6 {
        font-weight: 500;
    }
    .directors-img-overlay {
        opacity: 1;
    }
    .directors-img-overlay label {
        margin-bottom: 3px;
    }
    .directors-img-overlay {
        padding: 0px 13px 15px;
        height: 85px;
    }
    .blog-listing.allumini-listing .content .card .card-body {
        padding-right: 40px;
        padding-left: 40px;
    }
    .parentsupport-top-section .career-top-left-img [class*="col"]:first-child img {
        width: 80% !important;
    }
    .popup-7 {
        right: -62px;
        top: -57px;
    }
    .popup-0 {
        top: 75px;
    }
    .popup-1 {
        top: 18px;
    }
    .popup-2 {
        top: 25px;
    }
    .popup-3 {
        top: 10px;
    }
    .popup-4 {
        top: 8px;
    }
    .popup-5 {
        right: -88px;
        top: 154px;
    }
    .popup-6 {
        right: -155px;
        top: 49px;
    }
    .five-pillar-box {
        max-width: 470px;
    }
}
@media(min-width:992px) and (max-width : 1199px) {
    .calendar-section .view-calendar {
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .calendar-section .calendar-view-table {
        width: 1300px;
    }
    /* width */
    .calendar-section .view-calendar::-webkit-scrollbar {
        width: 3px;
    }
    /* Track */
    .calendar-section .view-calendar::-webkit-scrollbar-track {
        background: #E9E9E9;
        border-radius: 10px;
    }
    /* Handle */
    .calendar-section .view-calendar::-webkit-scrollbar-thumb {
        background: #C7A386;
        border-radius: 10px;
    }
    /* Handle on hover */
    .calendar-section .view-calendar::-webkit-scrollbar-thumb:hover {
        background: #000;
    }
    @-moz-document url-prefix() {
        .calendar-section .view-calendar {
            scrollbar-color: #C7A386 #E9E9E9;
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }
}
@media(max-width:991px) {
    .lower-elementary-testimonial-section .directors-img-sec {
        margin-top: 0;
    }
    .directors-img-sec {
        margin-top: 0;
    }
    .faq-accordion .acc_section.active .acc_head {
        color: #10226A;
        font-size: 21px;
        font-weight: 400;
        line-height: normal;
        background-position: right 0 top 0;
    }
    .faq-accordion .acc_section.active {
        margin-left: 0px;
        margin-right: 0px;
        padding: 25px 15px 25px;
    }
    .banner-overlay-top-ctn h1 i {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-overlay-top-ctn h1 span {
        padding-left: 0px;
    }
    .banner-overlay-top-ctn p {
        margin-left: 0;
    }
    .excellence-corener-slider-outer h6 {
        text-align: center;
        margin-bottom: 36px;
    }
    .excellence-corener-top-left-ctn {
        text-align: center;
        margin-bottom: 35px;
    }
    .excellence-corener-top-left-ctn-dis {
        max-width: 293px;
        margin: auto;
    }
    .type-ctn {
        margin-top: -33px;
    }
    .excellence-corener-slider-section {
        background: linear-gradient(180deg, #10226A 0%, #10226A 74.87%, #344179 77.86%, rgba(96, 105, 148, 0.90) 85.58%, rgba(56, 72, 131, 0.37) 91.83%, rgba(255, 255, 255, 0.15) 100%);
    }
    .excellence-corener-to-right-img {
        position: relative;
        max-width: 468px;
        margin: auto;
    }
    .center-pin-img {
        left: 102px;
        top: 287px;
        max-width: 115px;
    }
    .box-custom-accc-main-title-sec h2 {
        margin: auto;
        text-align: center;
        margin-bottom: 35px;
    }
    .box-custom-accc-main-title-sec {
        text-align: center;
        margin-bottom: 65px;
    }
    .box-custom-accc-main-title-sec p {
        margin: auto;
        padding-left: 0px;
        max-width: 350px;
    }
    .box-custom-accc-main-title-sec p:before {
        display: none;
    }
    .box-custom-accc-sec {
        display: block;
        padding: 0px 0px;
    }
    .box-custom-accc-item {
        flex: none !important;
        transform: skewY(-8deg);
        background: linear-gradient(177deg, #ECEDF6 26.74%, #FFF 93.72%, #F8F8FF 151.13%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }
    .box-custom-accc-item-inner {
        transform: skewY(8deg);
        height: auto;
    }
    .box-custom-accc-top-title {
        transform: skewY(8deg);
        max-width: 271px;
        margin: auto !important;
        text-align: left;
        top: 50%;
        margin-top: 34px;
    }
    .box-custom-accc-item {
        height: auto;
    }
    .box-custom-accc-bottom-right-ctn {
        margin-left: 0 !important;
        max-width: 271px;
        margin: auto !important;
        display: none;
        padding-top: 0px;
        margin-bottom: -18px !important;
    }
    .box-custom-accc-bottom-img-ctn-sec [class*="col"]:first-child {
        order: 2;
    }
    .box-custom-accc-bottom-img-ctn-sec [class*="col"]:last-child {
        order: 1;
    }
    .box-custom-accc-bottom-img-ctn-sec {
        width: 100%;
        margin-left: auto !important;
        padding-top: 50px;
    }
    .box-custom-accc-bottom-left-img {
        text-align: right;
        overflow: hidden;
        height: 227px;
    }
    .active .box-custom-accc-bottom-right-ctn {
        display: block;
    }
    .beyondn-title-sec h2 {
        margin-bottom: 35px;
    }
    .beyondn-title-sec p {
        max-width: 100%;
        padding-left: 0;
        margin: auto;
    }
    .beyondn-title-sec p:before {
        display: none;
    }
    .beyondn-title-sec {
        margin-bottom: 30px;
    }
    .beyong-accordion {
        max-width: 100%;
    }
    .beyong-accordion .acc_head {
        font-size: 22px;
        line-height: 32px;
    }
    .beyong-accordion .acc_section {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .beyong-accordion .acc_section:last-child {
        padding-bottom: 12px;
    }
    .beyong-accordion-sec [class*="col"]:last-child {
        display: none;
    }
    .beyong-accordion-right.for-mobile {
        display: block;
        max-width: 400px;
        margin: auto;
        margin-top: 45px;
        margin-bottom: 20px;
    }
    .ac-ctn-iner {
        padding-top: 20px;
        max-width: 100%;
        padding-bottom: 50px;
    }
    .beyond-inner-sec {
        margin-bottom: 0px;
    }
    .steps-inside-image-overlay {
        padding-top: 90px;
    }
    .home-news-section .for-mobile {
        display: block;
        text-align: center;
        padding-top: 30px;
    }
    .home-news-title-sec [class*="col"]:last-child {
        display: none;
    }
    .hm-latest-news-left-sec {
        margin-bottom: 60px;
    }
    .hm-news-slider-arrows {
        padding-top: 48px;
    }
    .admission-top-video {
        margin: auto;
        margin-bottom: 60px;
    }
    .hm-admission-left-ctn {
        margin: auto;
        text-align: center;
    }
    .hm-admission-left-ctn h2 {
        max-width: 317px;
        margin: auto;
        margin-bottom: 35px;
    }
    .hm-admission-left-ctn-dis {
        margin: auto;
    }
    .hm-admission-right-sec {
        padding-right: 0px;
        max-width: 500px;
        margin: auto;
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .social-media-list-img-wrap .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .social-media-list-img-wrap [class*="col"] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .social-media-se-outer-row {
        flex-direction: column-reverse;
    }
    .social-media-list-right-ctn {
        text-align: center;
        margin-bottom: 40px;
    }
    .social-media-list-right-ctn {
        max-width: 292px;
    }
    .footer-top-sec {
        display: none;
    }
    .footer-menu-info-sec .row {
        margin-bottom: -12px;
    }
    .footer-menu-info-sec [class*="col"] {
        margin-bottom: 12px;
    }
    .footer-logo-slider-sec label {
        text-align: center;
        margin-bottom: 21px;
    }
    .footer-copi-sec [class*="col"]:first-child {
        order: 3;
    }
    .footer-copi-sec [class*="col"]:last-child {
        order: 1;
    }
    .footer-copi-sec [class*="col"]:nth-child(2) {
        order: 2;
    }
    .footer-copi-sec {
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
    }
    .footer-adress {
        max-width: 286px;
        margin-left: 0;
        margin: auto;
        margin-bottom: 25px;
    }
    .footer-soacial-media {
        text-align: center;
        padding-bottom: 33px;
        margin-bottom: 30px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2)
    }
    .footer-copi-title p {
        margin: auto;
    }
    .footer-soacial-media label {
        display: none;
    }
    .footer-adress-outer:before, .footer-copi-title:before {
        display: none;
    }
    .excellence-corener-slider-section .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .excellence-corener-thumb-slider-outer {
        position: relative;
    }
    .excellence-corener-thumb-slider {
        border-radius: 0px;
    }
    .excellence-corener-thumb-slider-arrows {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .excellence-corener-thumb-slider-arrows .swiper-pagination {
        display: none;
    }
    .excellence-corener-thumb-slider-arrows .swiper-button-next {
        position: relative;
        width: 60px;
        height: 58px;
        top: auto;
        margin: 0px;
        left: auto;
        right: auto;
        background: linear-gradient(270deg, #AEB4CD 0%, #A8AFC9 33.65%, rgba(185, 190, 212, 0) 100%);
    }
    .excellence-corener-thumb-slider-arrows .swiper-button-prev {
        position: relative;
        width: 60px;
        height: 58px;
        top: auto;
        margin: 0px;
        left: auto;
        right: auto;
        background: linear-gradient(-270deg, #AEB4CD 0%, #A8AFC9 33.65%, rgba(185, 190, 212, 0) 100%);
    }
    .excellence-corener-thumb-slider-arrows .swiper-button-next svg, .excellence-corener-thumb-slider-arrows .swiper-button-prev svg {
        width: auto;
        height: auto;
        fill: none;
    }
    .excellence-corener-thumb-slider-arrows .swiper-button-next:after, .excellence-corener-thumb-slider-arrows .swiper-button-prev:after {
        display: none;
    }
    .footer-logo-slider-sec {
        padding: 30px 0px 40px;
    }
    .footer-btm-menu-wrap {
        padding-top: 60px;
    }
    .sor-by {
        margin-bottom: 0px;
    }
    .publication-listing-title-sec {
        margin-bottom: 30px;
    }
    .publication-listing .row:last-child {
        margin-bottom: -30px;
    }
    .publication-listing [class*="col"] {
        margin-bottom: 30px;
    }
    .publication-date {
        left: 12px;
        top: 12px;
    }
    .loadmore-btn {
        margin-top: 30px;
    }
    .contact-bottom-form .col-auto {
        padding-left: 12px;
    }
    .contact-bottom-form-title-sec h2 {
        text-align: left;
        margin: 0;
        margin-bottom: 35px;
    }
    .contact-bottom-form-title-sec p {
        max-width: 400px;
        margin-bottom: 72px;
        margin-left: 0px;
    }
    .contact-bottom-form-title-sec {
        margin-bottom: 0px;
    }
    .contact-map {
        margin-bottom: 30px;
        height: 400px;
    }
    .join-us-sec-overlay [class*="col"]:last-child {
        text-align: right;
    }
    .contact-right-detail-list-inner-row [class*="col"]:first-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact-right-detail-list-inner-row [class*="col"]:first-child:before {
        left: 12px;
        right: auto;
        height: 1px;
        width: 36px;
        background: #DCDEE9;
        top: auto;
        bottom: 0px;
        transform: none;
    }
    .join-us-sec-overlay {
        padding: 12px 15px;
    }
    .join-us-sec-overlay h5 {
        padding-left: 20px;
    }
    .contact-right-detail-list-block {
        padding: 20px 22px 20px 22px;
        margin-bottom: 10px;
    }
    .contact-input-sec {
        margin-bottom: 35px;
    }
    .contact-textarea-sec {
        margin-bottom: 0px;
    }
    .career-top-outer-row {
        flex-direction: column-reverse;
    }
    .career-top-right-ctn {
        margin-bottom: 50px;
    }
    .career-accordion-title-sec h2 {
        max-width: 355px;
        text-align: left;
        margin: 0px;
        margin-bottom: 35px;
    }
    .career-accordion-title-sec p {
        max-width: 100%;
        padding-left: 20px;
        margin-left: 0;
    }
    .career-accordion-title-sec p:before {
        /* display: none;*/
    }
    .career-accordion-title-sec {
        padding-bottom: 30px;
    }
    .career-accordion .acc_section .acc_head {
        padding: 25px 100px 25px 15px;
        background-position: center right 15px;
        background-size: 58px;
        min-height: 29px;
    }
    .career-accordion .acc_section.acc_active .acc_head {
        padding-bottom: 0px;
        height: auto;
        font-size: 26px;
        padding: 0px;
        padding-right: 100px;
        background-size: 58px;
    }
    .career-accordion .acc_section.acc_active {
        padding: 25px 15px 25px;
    }
    .career-accordion-ctn .row {
        flex-direction: column-reverse;
    }
    .career-accordion-ctn-right-ctn h4 {
        display: none;
    }
    .career-accordion-ctn-right-ctn {
        max-width: 100%;
        padding-right: 15px;
        margin-bottom: 35px;
    }
    .career-accordion .acc_section.acc_active {
        margin-left: 0px;
        margin-right: 0px;
    }
    .hiring-role-left-sec {
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .next-chapter-section > img {
        height: 400px;
        object-fit: cover;
    }
    .hiring-role-right-img {
        margin-bottom: -80px;
    }
    .student-top-eye-left-ctn {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .student-eye-list-wrap {
        max-width: 100%;
    }
    .telling-strories-title-sec h2 {
        text-align: left;
        margin-bottom: 35px;
        margin-left: 0px;
        max-width: 300px;
    }
    .telling-strories-title-sec p {
        max-width: 400px;
        margin-left: 0px;
    }
    .explre-other-section .row {
        margin-bottom: -20px;
    }
    .explre-other-section [class*="col"] {
        margin-bottom: 20px;
    }
    .fulfill-future-title-sec h2 {
        margin-left: 0;
        margin-bottom: 35px;
    }
    .fulfill-future-title-sec p {
        margin-left: 0px;
    }
    .director-test-ctn-sec {
        margin-bottom: 27px;
        padding: 0px 29px 53px;
    }
    .directors-img-sec [class*="col"]:last-child {
        margin-top: 135px;
    }
    .directors-img-sec {
        max-width: 400px;
        margin: auto;
    }
    .director-testimonial-section h2 {
        margin-bottom: 47px;
        margin-left: 0;
    }
    .border-img .for-desktop {
        display: none;
    }
    .border-img .for-mobile {
        display: block;
    }
    .border-img {
        top: auto;
        bottom: 0px;
        /*        height: 100%;*/
    }
    .border-img img {
        width: auto;
        /*height: 100%;*/
    }
    .fulfill-future-list-icon {
        margin-bottom: 30px;
    }
    .job-fair-listing-title-sec h2 {
        text-align: left;
        margin-bottom: 35px;
    }
    .job-fair-listing-title-sec p {
        margin-left: 0px;
    }
    .why-asd-left-img-sec img {
        max-width: 155px;
    }
    .why-asd-right-img-sec img {
        max-width: 152px;
    }
    .jobs-fair-listing-box-icon {
        margin-bottom: 25px;
    }
    .jobs-fair-listing-box {
        padding: 35px 12px;
    }
    .hiring-process-box {
        text-align: left;
    }
    .hiring-process-box p {
        max-width: 100%;
    }
    .hiring-process-box h6 {
        font-size: 20px;
    }
    .hiring-process-box-icon {
        margin-bottom: 0px;
    }
    .hiring-process-box .row {
        align-items: center;
    }
    .hiring-process-listing > .row {
        margin-bottom: -72px;
    }
    .hiring-process-listing > .row > [class*="col"] {
        margin-bottom: 72px;
    }
    .hiring-process-section h2 {
        margin-bottom: 51px;
    }
    .hiring-process-row-reverse .career-top-outer-row {
        flex-direction: column-reverse;
    }
    .hiring-process-box:before {
        width: 2px;
        height: calc(100% - 40px);
        left: 44px;
        top: calc(100% + 10px);
    }
    .acadamic-program-top-section .career-top-right-ctn {
        text-align: center;
    }
    .acadamic-program-top-section .career-top-right-ctn h2 {
        max-width: 318px;
        margin: auto;
        margin-bottom: 35px;
    }
    .acadamic-program-top-section .career-top-right-ctn p {
        max-width: 518px;
        margin: auto;
        margin-bottom: 30px;
    }
    .acadamic-program-top-section .career-top-left-img {
        padding-left: 20px;
        padding-right: 20px;
    }
    .acadamic-sapce-wrap .reserve-content {
        padding-top: 90px;
    }
    .qatari-connection-left-ctn {
        max-width: 100%;
    }
    .qatari-connection-left-ctn p {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .qatari-connection-left-ctn {
        margin-bottom: 60px;
    }
    .qatari-connection-right-img {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .qatari-connection-section .curved-dotted-line .for-desktop {
        display: none;
    }
    .qatari-connection-section .curved-dotted-line .for-mobile {
        display: block;
    }
    .qatari-connection-section .curved-dotted-line {
        top: auto;
        bottom: 91px;
    }
    .qatari-connection-section {
        padding-bottom: 110px;
    }
    .btm-msg {
        max-width: 259px;
        margin: 10px auto;
    }
    .qatari-connection-left-ctn .btm-msg {
        margin-left: 0px;
    }
    .apply-format-listing-section h2 {
        margin-bottom: 35px;
    }
    .apply-format-listing {
        max-width: 363px;
    }
    .apply-format-listing-left:before {
        opacity: 0;
    }
    .apply-format-listing-right:before {
        opacity: 0;
    }
    .apply-format-listing-row {
        position: relative;
        margin: 0px;
    }
    .apply-format-listing-row [class*="col"] {
        padding: 0px;
    }
    .apply-format-listing-row:nth-child(odd):before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        border: dashed 2px #B4B4B4;
        width: 30px;
        border-radius: 25px;
        border-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .apply-format-listing-row:nth-child(even):before {
        content: "";
        position: absolute;
        height: calc(100% + 4px);
        border: dashed 2px #B4B4B4;
        border-radius: 25px;
        border-left: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        left: 31px;
        top: -2px;
        width: calc(100% - 31px);
    }
    .apply-format-listing-left {
        padding-top: 35px;
        padding-left: 35px;
    }
    .apply-format-listing-right {
        padding-top: 28px;
        padding-bottom: 38px;
        padding-left: 37px;
    }
    .apply-format-listing-row:nth-child(even) .apply-format-listing-left {
        padding-right: 35px;
        text-align: right;
        margin-left: auto;
    }
    .apply-format-listing-left h5 {
        width: calc(100% + 35px);
    }
    .apply-format-listing-row:nth-child(even) .apply-format-listing-left h5 {
        margin-left: -35px;
    }
    .apply-format-listing-row:nth-child(even) .apply-format-listing-left h5 span {
        left: auto;
        right: -53px
    }
    .apply-format-listing-row:nth-child(even) .apply-format-listing-right {
        padding-right: 37px;
        padding-left: 0px;
    }
    .apply-format-listing-row:first-child:before {
        border-top: 0px;
        top: auto;
        bottom: 0px;
        height: 90%;
        border-top-left-radius: 0px;
    }
    .apply-format-listing-row:last-child:before {
        height: 65px;
        border-bottom: 0px;
        border-bottom-left-radius: 0px;
    }
    .tuition-fees-title-sec h2 {
        margin-bottom: 35px;
        margin-right: 0px;
    }
    .tuition-fees-title-sec p {
        margin-left: 0px;
        max-width: 100%;
    }
    .tuition-fees-title-sec {
        margin-bottom: 38px;
    }
    .tuition-fees-tab .service-title-box {
        display: none;
    }
    .tuition-fees-tab .resp-vtabs .resp-tabs-container {
        width: 100%;
    }
    .tuition-fees-tab h2.resp-accordion {
        color: rgba(255, 255, 255, 0.43);
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        /* 181.818% */
        padding: 0px 0px 20px;
        border-top: 0px !important;
        ;
        border-bottom: 1px solid rgba(218, 220, 234, 0.18) !important;
        margin-bottom: 20px !important;
    }
    .tuition-fees-tab .resp-vtabs h2.resp-tab-active .inner-div-serv h4 {
        color: #fff;
    }
    .tuition-fees-tab .resp-vtabs h2.resp-tab-active {
        border-bottom: 2px solid #fff !important;
        padding: 0px 0px 20px !important;
        border-top: 0px !important;
    }
    .tuition-fees-tab .tab-content-div h5 {
        margin-bottom: 35px;
    }
    .apply-format-accordion .acc_section {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 21px 25px 21px 32px !important;
    }
    .apply-format-accordion-ctn .row {
        margin-bottom: 20px;
    }
    .apply-format-accordion-ctn .row:last-child {
        margin-bottom: 0px;
    }
    .apply-format-accordion-ctn .row [class*="col"]:first-child {
        margin-bottom: 7px;
    }
    .faq-accordion .acc_section .acc_head {
        color: #10226A;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        /* 110% */
    }
    .faq-accordion .acc_section.acc_active .acc_head {
        color: #10226A;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        /* 110% */
    }
    .faq-accordion .career-accordion-ctn {
        padding-top: 15px;
    }
    .apply-format-accordion .acc_section .acc_head {
        background-position: center right 0px !important;
    }
    .stay-connect-first-section .leaving-asd-content {
        max-width: 100%;
    }
    .leaving-asd-second-wrap.stay-connect-first-section h2 {
        max-width: 100%;
    }
    .leaving-asd-second-wrap.parentsupport-top-section.stay-connect-first-section p {
        max-width: 100%;
    }
    .hightlight-gathering-title-sec h2 {
        margin-bottom: 34px;
    }
    .hightlight-gathering-title-sec p {
        margin-left: 0px;
    }
    .hightlight-gathering-title-sec {
        margin-bottom: 65px;
    }
    .stay-part-story-title-sec h2 {
        margin-bottom: 35px;
    }
    .stay-part-story-title-sec p {
        margin-left: 0px;
        max-width: 100%;
    }
    .stay-part-story-title-sec {
        margin-bottom: 30px;
    }
    .feul-dragon-top-img-sec [class*="col"] {
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .feul-dragon-top-img-sec .row {
        margin-bottom: -16px;
        justify-content: center;
        margin-left: -8px;
        margin-right: -8px;
    }
    .feul-dragon-title-sec h2 {
        margin-bottom: 35px;
    }
    .feul-dragon-title-sec p {
        margin-left: 0px;
    }
    .feul-dragon-title-sec .cmn-btn {
        margin: 0;
        margin-top: 30px;
    }
    .contribute-form-section .contact-bottom-form-title-sec p:before {
        content: "";
        position: absolute;
        left: 0px;
        width: 1px;
        height: calc(100% - 10px);
        background: #8891B5;
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        margin: 0px;
    }
    .contribute-form-section .contact-bottom-form-title-sec h2 {
        max-width: 100%;
        margin-bottom: 35px;
        text-align: left;
    }
    .contribute-form-section .contact-bottom-form-title-sec p {
        max-width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 20px;
        margin: 0px;
    }
    .contribute-form-section .contact-bottom-form-title-sec {
        margin-bottom: 58px;
    }
    .let-usknow-popup-form .modal-body {
        padding: 50px 25px;
    }
    .footer-adress {
        text-align: center;
    }
    .calendar-view-pager .pager__item.pager__current .js-form-item {
        font-size: 36px;
        line-height: 36px;
    }
    .calendar-view-pager {
        padding-bottom: 23px;
        margin-bottom: 35px;
        flex-direction: initial;
        justify-content: space-between;
    }
    .calendar-view-table .calendar-view-day__number {
        left: 20px;
        right: auto;
        top: 20px;
    }
    .calendar-view-table {
        border-radius: 0px;
    }
    .calendar-view-table td {
        min-height: 68px;
    }
    .calendar-view-table .calendar-view-day__row.is-multi {
        padding-left: 60px;
    }
    .calendar-view-table .calendar-view-day__row.is-multi + li {
        padding-left: 25px;
    }
    .calendar-view-table .calendar-view-day__rows, .calendar-view-table .calendar-view-day__row {
        display: block;
        height: auto;
    }
    .calendar-view-table .calendar-view-day__row {
        padding-left: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .calendar-view-pager .pager__item:first-child {
        order: 1;
    }
    .calendar-view-pager .pager__item:nth-child(2) {
        order: 3;
    }
    .calendar-view-pager .pager__item:last-child {
        order: 2;
    }
    .calendar-view-pager .pager__item.pager__current {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 26px;
    }
    .beyong-accordion-right img {
        border-radius: 20px;
    }
    .footer-menu-info-sec {
        padding-top: 65px;
    }
    .box-custom-accc-item:first-child .box-custom-accc-bottom-left-img {
        margin-bottom: -30px;
    }
    .box-custom-accc-item:nth-child(2) .box-custom-accc-bottom-left-img {
        margin-bottom: -33px;
    }
    .box-custom-accc-item:nth-child(3) .box-custom-accc-bottom-left-img {
        margin-bottom: -82px;
    }
    .box-custom-accc-item:first-child .box-custom-accc-bottom-left-img {
        margin-bottom: -17px;
    }
    .curved-dotted-line {
        top: auto;
        bottom: 228px;
    }
    .quote-icon {
        margin-bottom: 15px;
    }
    .quote-icon svg {
        width: 31px;
    }
    .legacy-slider-title-sec h2 {
        margin-bottom: 35px;
    }
    .legacy-slider-title-sec {
        margin-bottom: 30px;
    }
    .year-lg {
        font-weight: 400;
        font-size: 68.87px;
        line-height: 68.87px;
        margin-bottom: -21px;
    }
    .legacy-slider-left-img {
        margin: auto;
        max-width: 212px;
        margin-bottom: 21px;
    }
    .legacy-slider-outer:before {
        display: none;
    }
    .legacy-slider-right-ctn {
        max-width: 404px;
        margin: auto;
        text-align: center;
    }
    .legacy-slider-outer {
        padding-bottom: 46px;
    }
    .legacy-thumb-slider-outer {
        padding-top: 19px;
    }
    .legacy-slider-block {
        padding: 0px 0px;
    }
    .legacy-slider-block [class*="col"]:first-child {
        padding-left: 85px;
        padding-right: 85px;
    }
    .legacy-thumb-slider-arrows {
        display: flex;
    }
    .publication-listing-title-sec h2 {
        margin-bottom: 30px;
        text-align: left;
    }
    .publication-listing-title-sec [class*="col"]:last-child {
        text-align: right;
    }
    .blog-listing.allumini-listing .content .card .card-body {
        padding: 29px 21px
    }
    .stay-connect-first-section .qatari-connection-right-img {
        margin: auto;
        max-width: 520px;
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .faq-accordion .acc_section .acc_head {
        padding-right: 98px !important;
    }
    .acadamic-program-top-section .career-top-right-ctn {
        margin-bottom: 40px;
    }
    .career-accordion-ctn-right-ctn {
        padding-right: 15px;
    }
    .acadami-program-accordion-section .career-accordion-ctn-right-ctn {
        padding-right: 0px;
    }
    .leaadership-popup-body {
        padding: 20px;
    }
    .leaadership-popup-right-ctn label {
        margin-bottom: 20px;
    }
    .leaadership-popup-body .row {
        align-items: flex-start !important;
    }
    .apply-format-listing-left {
        display: block;
    }
    .annual-report-section .publication-listing-title-sec [class*="col"]:last-child {
        text-align: center;
    }
    .publication-listing-block-ctn h3 {
        min-height: 64px;
    }
    .dwnld-btn {
        text-align: center
    }
    .dwnld-btn label {
        margin-bottom: 25px;
    }
    .comn-btn-wrap {
        margin-bottom: 80px;
    }
    .explore-campus-gallary-section .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .explore-campus-gallary-section [class*="col"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 15px;
    }
    .art-logo-title {
        text-align: center;
    }
    .art-logo-title h2 {
        margin-bottom: 22px;
    }
    .art-logo-title .row {
        margin-bottom: 22px;
    }
    .senior-lead-section h2 {
        margin-bottom: -8px;
    }
    .senior-lead-img:before {
        height: 72px;
    }
    .senior-lead-img:after {
        height: 39px;
    }
    .c-bottom-img {
        padding: 18px 25px;
        margin-bottom: 30px;
    }
    .lb-custom-wrapper .lb-nav a.lb-next {
        opacity: 1 !important;
    }
    .lb-custom-wrapper .lb-nav a.lb-prev {
        opacity: 1 !important;
    }
    .accademic-grade-box-extend {
        padding-right: 15px;
    }
    .beyong-accordion-sec .accordionjs .acc_section > .acc_head {
        background-size: 58px !important;
        padding-right: 58px !important;
        background-position: right 2px !important;
    }
    .beyong-accordion-sec .accordionjs .acc_section.acc_active > .acc_head {
        background-size: 58px !important;
        background-position: right 2px !important;
    }
    .three-image-mobile .more-btn {
        background: #fff;
    }
    .three-image-mobile .more-btn svg path {
        stroke: #A10040;
    }
    .tab-box-mobile::before {
        width: 1px;
        height: 71%;
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        right: 0px;
        z-index: 4;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    }
    .child-safeguardin-outer-row {
        flex-direction: column-reverse;
    }
    .child-safeguarding-right-sec {
        padding-top: 0px;
        margin-bottom: 90px;
    }
    .child-safeguarding-right-sec > .row > [class*="col"]:first-child {
        order: 2;
    }
    .child-safeguarding-right-sec > .row > [class*="col"]:nth-child(2) {
        order: 1;
    }
    .child-safeguarding-right-sec > .row > [class*="col"]:last-child {
        order: 3;
    }
    .child-safeguarding-right-sec .career-top-left-img {
        margin-bottom: 16px;
    }
    .child-safeguarding-left-sec-top-dis {
        margin-bottom: 40px;
    }
    .child-safeguarding-left-sec-tab-list h3 {
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .child-safeguarding-left-sec-tab-list h4 {
        padding-top: 30px;
    }
    .child-bottom-high-ctn {
        padding-top: 30px;
    }
    .child-safeguarding-section {
        margin-bottom: 15px;
    }
    .popup-7 {
        right: 34px;
        top: -80px;
    }
    .popup-0 {
        top: 170px;
    }
    .popup-1 {
        top: 70px;
    }
    .popup-2 {
        top: 70px;
    }
    .popup-3 {
        top: 23px;
    }
    .popup-4 {
        top: 0px;
        width: auto;
    }
    .popup-5 {
        right: 0px;
        top: 233px;
        width: auto;
    }
    .popup-6 {
        right: -22px;
        top: 176px;
        width: auto;
    }
}
@media(min-width:992px) and (max-width : 1024px) {
    .handbook-4-col-section .publication-listing-block-ctn h3 {
        min-height: 90px;
    }
    .three-miles-section .tab-box {
        padding: 36px 35px 20px 35px;
    }
    .our-three-miles-wrap .tab-link .tab-box .div-hide {
        height: 168px;
    }
    .three-miles-section .tabs h3 {
        margin-bottom: 10px;
    }
}
@media(min-width:768px) and (max-width : 991px) {
    .five-pillar-box {
        max-width: 708px;
        margin: auto;
    }
}
@media(min-width:641px) and (max-width : 768px) {}
@media (min-width : 320px) and (max-width : 480px) {}
@media (min-width : 480px) and (max-width : 640px) {}
@media(max-width:830px) {
    .calendar-view-table .calendar-view-day__row {
        padding-left: 36px;
    }
}
@media(max-width:767px) {
    .user-login-section div[role="alert"] {
        bottom: 12%;
    }
    .apply-format-accordion-ctn {
        padding-left: 25px;
        word-break: break-all;
    }
    .tuition-fees-tab-acrodion-section .exper-service-tab .resp-vtabs .resp-tab-content.resp-tab-content-active {
        border-bottom: none;
    }
    .contact-bottom-form-title-sec p:before {
        height: calc(100% - 0px);
    }
    .faq-accordion .acc_section {
        margin-left: -10px;
        margin-right: -10px;
    }
    .calendar-view-table .calendar-view-day__row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .steps-inside-image:before {
        width: 100%;
        background: linear-gradient(302deg, rgba(16, 34, 106, 0.00) 15.11%, #091546 90.8%);
    }
    .right-btm-btn-overlay {
        bottom: 20px;
    }
    .hm-admission-right-sec [class*="col"]:last-child {
        margin-top: 40px;
    }
    .career-accordion .acc_section .acc_head {
        padding: 25px 100px 25px 15px;
        background-position: center right 15px;
    }
    .why-asd-left-img-sec img {
        max-width: 125px;
    }
    .why-asd-right-img-sec img {
        max-width: 122px;
    }
    .stay-connect-first-section {
        text-align: left;
    }
    .stay-connect-first-section .row {
        flex-direction: inherit;
    }
    .stay-connect-first-section .leaving-asd-content {
        margin: 0px auto 0;
    }
    .seacrh-input-sec input {
        font-size: 16px;
        line-height: 32px;
        /* 181.818% */
    }
    .jobs-fair-listing-box {
        margin-bottom: 0px;
    }
    .career-top-left-img .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .career-top-left-img .row [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .stay-connect-first-section h2 {
        font-size: 36px !important;
        line-height: 36px !important;
    }
    .faq-accordion .acc_section .acc_head {
        /* padding-right: 78px !important; */
        padding: 25px 100px 25px 20px;
        background-position: right 20px top 25px;
    }
    .career-top-left-img {
        padding-top: 12px !important;
    }
    .accreditations-affliations .container {
        padding-left: 54px;
        padding-right: 54px;
    }
    .accreditations-affliations h2 {
        margin-left: -22px;
        margin-right: -22px;
    }
    .calendar-accordion-ctn-left-img img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }
    .parentsupport-top-section .career-top-left-img {
        padding-right: 80px;
    }
    .article-card-img-left {
        max-width: 100%;
        margin-bottom: 22px;
        float: none;
    }
    .article-card-img-right {
        max-width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .five-boxes {
        display: flex;
        align-items: flex-start;
    }
    .five-boxes-media {
        flex: 1;
    }
    .five-boxes-icon {
        text-align: center;
        min-width: 35px;
        margin-right: 26px;
        padding-top: 5px;
    }
}
@media(min-width:475px) and (max-width : 767px) {}
@media(max-width:599px) {}
@media(max-width:575px) {
    .jobs-fair-listing-box h5 {
        min-height: inherit;
    }
    .jobs-fair-listing-box p {
        min-height: inherit;
    }
    .beyong-accordion .acc_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-copi-sec {
        text-align: left;
    }
    .footer-adress {
        margin: 0;
        margin-bottom: 25px;
    }
    .footer-soacial-media {
        text-align: left;
    }
    .footer-copi-title p {
        margin: 0px;
    }
    .type-ctn .for-desktop {
        display: none;
    }
    .type-ctn .for-mobile {
        display: block;
    }
    .type-ctn {
        margin-top: 0px;
    }
    .center-pin-img {
        left: 58px;
        top: 188px;
        max-width: 100px;
    }
    .curved-dotted-line .for-desktop {
        display: none;
    }
    .curved-dotted-line .for-mobile {
        display: block;
    }
    .admission-curved-dotted-line .for-desktop {
        display: none;
    }
    .admission-curved-dotted-line .for-mobile {
        display: block;
    }
    .box-custom-accc-bottom-left-img {
        margin-right: -64px;
    }
    .box-custom-accc-item:nth-child(2) .box-custom-accc-bottom-left-img {
        margin-right: -93px;
    }
    .box-custom-accc-item:nth-child(3) .box-custom-accc-bottom-left-img {
        margin-right: -85px;
    }
    .box-custom-accc-item:last-child .box-custom-accc-bottom-left-img {
        margin-right: -75px;
    }
    .curved-dotted-line {
        top: 400px;
        bottom: auto;
    }
    .beyong-accordion-right.for-mobile {
        max-width: 300px;
    }
    .steps-inside-image img {
        height: 750px;
    }
    .steps-inside-thumb-slider-outer {
        bottom: 172px;
    }
    .right-btm-btn-overlay {
        text-align: center
    }
    .campus-tour-btn {
        margin: auto;
    }
    .home-news-title-sec h2 {
        text-align: center;
        max-width: 290px;
        margin: auto;
    }
    .hm-admission-right-sec {
        max-width: 317px;
        position: relative;
    }
    .hm-admission-right-sec [class*="col"]:last-child .hm-admission-right-img {
        right: 8px;
    }
    .hm-admission-right-border-img {
        left: 7px;
        top: 7px;
    }
    .hm-admission-right-border-img-lg {
        left: 10px;
        top: 10px;
    }
    .social-media-list-img-wrap [class*="col"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .social-media-list-img-wrap .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .footer-wave-img-sec .for-desktop {
        display: none;
    }
    .footer-wave-img-sec .for-mobile {
        display: block;
    }
    .footer-wave-img-sec {
        padding-top: 37px;
    }
    .footer-btm-menu-wrap {
        padding-top: 43px;
        padding-bottom: 18px;
    }
    .footer-btm-menu {
        display: none;
    }
    .footer-btm-mobile-menu {
        display: block;
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    .footer-btm-mobile-menu li {
        margin: 0px;
        padding: 0px 20px;
        width: 50%;
        text-align: right;
    }
    .footer-btm-mobile-menu li:last-child {
        text-align: left;
        position: relative;
    }
    .footer-btm-mobile-menu li:last-child:before {
        content: "";
        width: 1px;
        height: 26px;
        background: #DBDEE9;
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer-btm-mobile-menu li a {
        color: #10226A;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: inline-flex;
        align-items: center;
    }
    .footer-btm-mobile-menu li a i {
        margin-right: 10px;
    }
    .footer-btm-mobile-menu li a span {
        flex: 1;
    }
    .admission-curved-dotted-line {
        top: 110px;
    }
    .admission-curved-dotted-line-bottom {
        display: block;
        position: absolute;
        top: 180px;
        left: -20px;
        right: -20px;
    }
    .admission-curved-dotted-line-bottom .for-mobile {
        display: block;
        width: 100%
    }
    .hm-admission-outer-row > [class*="col"]:last-child {
        position: relative;
    }
    .banner-for-desktop {
        display: none;
    }
    .banner-for-mobile {
        display: block;
    }
    .contact-top-left-img {
        margin-bottom: 90px;
    }
    .contact-right-detail-list-block {
        margin-bottom: 20px;
    }
    .contact-right-detail-list-block:last-child {
        margin-bottom: 0px;
    }
    .contact-map {
        height: 235px;
    }
    .contact-top-patern .for-desktop {
        display: none;
    }
    .contact-top-patern .for-mobile {
        display: block;
    }
    .contact-top-patern {
        left: 10%;
    }
    .career-top-patern {
        top: auto;
        bottom: 230px;
    }
    .career-top-patern .for-desktop {
        display: none;
    }
    .career-top-patern .for-mobile {
        display: block;
    }
    .career-accordion-top-ctn-sec h3 {
        margin-bottom: 45px;
    }
    .career-accordion-top-ctn-sec-pattern .for-desktop {
        display: none;
    }
    .career-accordion-top-ctn-sec-pattern .for-mobile {
        display: block;
    }
    .hear-from-people-slider-outer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hear-from-people-slider-outer .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .button-wrap .blue-border-btn {
        margin-bottom: 10px;
    }
    .hiring-role-right-img .for-desktop {
        display: none;
    }
    .hiring-role-right-img .for-mobile {
        display: block;
    }
    .next-chapter-section .for-desktop {
        display: none;
    }
    .next-chapter-section .for-mobile {
        display: block;
    }
    .next-chapter-section > img {
        height: auto;
        object-fit: inherit;
    }
    .next-chapter-section.here-to-anywhere-sec::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.59) 47.6%, rgba(0, 0, 0, 0.00) 100%);
        top: 0;
    }
    .next-chapter-section:before {
        content: "";
        position: absolute;
        left: 0px;
        top: auto;
        bottom: 0px;
        height: 490px;
        width: 100%;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.59) 47.6%, rgba(0, 0, 0, 0.00) 100%);
    }
    .next-chapter-section-overlay {
        padding-bottom: 40px;
        align-items: flex-end;
    }
    .student-top-eye-patern .for-desktop {
        display: none;
    }
    .student-top-eye-patern .for-mobile {
        display: block;
    }
    .student-top-eye-patern {
        top: auto;
        bottom: 50px;
    }
    .student-top-eye-patern img {
        width: 100%;
    }
    .student-eye-list-wrap {
        height: 269px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .student-eye-list-img {
        padding-left: 2px;
        padding-right: 2px;
    }
    .student-eye-list-img:nth-child(2) {
        height: calc(100% - 34px);
    }
    .student-eye-list-img:nth-child(4) {
        height: calc(100% - 34px);
    }
    .student-eye-list-img:first-child {
        height: calc(100% - 90px);
    }
    .student-eye-list-img:last-child {
        height: calc(100% - 90px);
    }
    .student-top-eye-left-ctn h2 {
        max-width: 286px;
    }
    .student-top-eye-left-ctn p {
        max-width: 350px;
    }
    .fulfill-future-list-inner {
        border-radius: 50px;
        padding-top: 49px;
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 57px;
        height: auto;
    }
    .fulfill-future-list {
        padding: 17px 13px;
    }
    .fulfill-future-list:before {
        content: "";
        position: absolute;
        left: auto;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 50%;
        border: solid 2px #A10040;
        border-radius: 50px;
        border-bottom: solid 2px #A10040;
        border-left: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 50px;
    }
    .fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list {
        margin-top: 0px;
    }
    .fulfill-future-list-block [class*="col"]:nth-child(2) .fulfill-future-list:before {
        left: 0;
        right: auto;
        height: calc(100% + 2.8px);
        width: calc(50% + 1px);
        top: -1.5px;
        bottom: auto;
        border-top: solid 2px #A10040;
        border-left: solid 2px #A10040;
        border-bottom: solid 2px #A10040;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 50px;
        border-top-right-radius: 0px;
        border-right: 0px;
    }
    .fulfill-future-list:after {
        left: 50%;
        top: -13px;
    }
    .fulfill-future-list-block [class*="col"]:last-child .fulfill-future-list:after {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -13px;
    }
    .athletic-activity-top-left {
        margin-top: 0px;
        margin-bottom: 43px;
        text-align: center;
    }
    .athletic-activity-top-left img {
        max-width: 303px;
    }
    .athletic-activity-ctn {
        margin-bottom: 37px;
    }
    .athletic-activity-top-right {
        margin-top: 0px;
        text-align: right;
    }
    .athletic-activity-top-right img {
        max-width: 212px;
        margin-right: 50px;
    }
    .dragon-logo.for-desktop {
        display: none;
    }
    .dragon-logo.for-mobile {
        display: block;
        text-align: center;
        margin-bottom: 33px;
    }
    .athletic-activity-top-inner {
        margin-left: 0;
        padding-left: 0px;
    }
    .athletic-curved-dotted-line .for-desktop {
        display: none;
    }
    .athletic-curved-dotted-line .for-mobile {
        display: block;
    }
    .why-asd-left-img-sec {
        margin-bottom: 34px;
    }
    .why-asd-left-img-sec img {
        max-width: 100%;
    }
    .why-asd-right-img-sec img {
        max-width: 100%;
    }
    .why-asd-ctn-sec h2 {
        max-width: 240px;
        margin: auto;
        margin-bottom: 35px;
    }
    .why-asd-ctn-sec {
        padding-top: 0px;
        margin-bottom: 35px;
    }
    .why-asd-left-img-sec {
        padding-top: 0px;
    }
    .why-asd-right-img-sec {
        padding-top: 0px;
    }
    .jobs-fair-top-section .career-top-right-ctn h2 {
        max-width: 285px;
    }
    .why-ASD-top-patern .for-desktop {
        display: none;
    }
    .why-ASD-top-patern .for-mobile {
        display: block;
    }
    .why-ASD-top-patern {
        top: 150px;
    }
    .hiring-process-box:before {
        height: 72px;
        top: 100%;
        left: 37px;
    }
    .hiring-process-box-icon img {
        max-width: 72px;
    }
    .hiring-process-box .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hiring-process-box [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hiring-process-top-patern {
        top: auto;
        bottom: 0px;
    }
    .hiring-process-top-patern .for-desktop {
        display: none;
    }
    .hiring-process-top-patern .for-mobile {
        display: block;
    }
    .acadamic-program-top-section .career-top-right-ctn h2 {
        max-width: 318px;
    }
    .qatari-connection-right-img {
        padding-left: 10px;
        padding-right: 10px;
    }
    .apply-format-listing {
        max-width: 330px;
    }
    .stay-connect-first-section .image-icon-listing {
        column-count: 1;
    }
    .feul-dragon-section {
        background: url("../images/feul-dragon-sectio-bg-mobile.png") no-repeat left top;
        background-size: cover;
    }
    .footer-adress {
        text-align: left;
    }
    .telling-strories-slider-outer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .telling-strories-title-sec .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .common-title-right-left-align p:before {
        height: calc(100% - 5px);
    }
    .calendar-event-terms ul li {
        margin-bottom: 25px;
        display: block;
        margin-right: 0px;
    }
    .calendar-event-terms ul {
        margin-bottom: -25px;
    }
    .calendar-view-table .calendar-view-day__row {
        padding-left: 50px;
    }
    .calendar-view-table .calendar-view-day__row.is-multi {
        padding-left: 50px;
    }
    .calendar-view-table .calendar-view-day__row.is-multi + li {
        padding-left: 9px;
        padding-right: 10px;
    }
    .social-media-list-img span svg {
        width: 10px;
        height: 10px;
    }
    .social-media-list-img span {
        left: 9px;
        top: 3px;
    }
    .athletic-curved-dotted-line {
        bottom: 46px;
    }
    .fulfill-future-title-sec {
        margin-bottom: 45px;
    }
    .fulfill-future-list-block {
        max-width: 261px;
    }
    .legacy-thumb-slider-img {
        padding: 5px;
    }
    .legacy-slider-arrows {
        height: auto;
        top: 160px;
    }
    .legacy-thumb-slider-img:before {
        width: 44px;
        height: 44px;
    }
    .legacy-thumb-slider-img-ctn label {
        padding-top: 5px;
    }
    .directors-img-sec {
        padding-left: 13px;
        padding-right: 13px;
    }
    .directors-img-sec .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .directors-img-sec [class*="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .jobs-fair-listing-box {
        height: auto;
    }
    .career-accordion-section .career-accordion-top-ctn-sec + .career-accordion-bg.section-space-top {
        padding-top: 45px;
    }
    .publication-listing-block-ctn {
        padding: 35px;
    }
    .publication-listing-block-ctn h3 {
        margin-bottom: 35px;
    }
    .hiring-process-row-reverse .career-top-right-ctn {
        margin-bottom: 90px;
    }
    .hiring-process-section {
        background: linear-gradient(180deg, #10226A 0%, #7F89B3 40.38%, #A9AEC5 85.15%, #FFF 100%);
    }
    .stay-connect-first-section .qatari-connection-right-img .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .stay-connect-first-section .qatari-connection-right-img [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .contact-bottom-form .confirm-msg {
        font-size: 15px;
        padding-top: 30px;
        margin-bottom: -30px;
    }
    .contact-bottom-form-title-sec p {
        max-width: 330px;
    }
    .acadamic-program-top-section .career-top-patern {
        bottom: 70px;
        width: 100%;
    }
    .leaadership-popup-left-img {
        margin-bottom: 20px;
    }
    .leaadership-popup-body {
        padding-top: 50px;
    }
    .leaadership-popup-body .btn-close {
        top: 18px;
    }
    .career-accordion-ctn-right-ctn ul, .campuslife-even-section .career-top-right-ctn ul, .apply-format-listing-left ul {
        margin-bottom: 25px;
        column-count: 1;
    }
    .tuition-fees-tab .resp-vtabs .tab-content-div ul {
        margin-bottom: 25px;
        column-count: 1;
    }
    .legacy-thumb-slider-outer {
        margin-right: -20px;
        padding-right: 8px;
    }
    .legacy-thumb-slider-arrows:after {
        position: absolute;
        content: "";
        right: -8px;
        top: 0px;
        width: 81px;
        height: 100%;
        background: linear-gradient(270deg, #182A6F 0%, rgba(24, 42, 111, 0.00) 100%);
        z-index: 4;
    }
    .visit-asd-top-section .career-top-patern {
        width: 101%;
    }
    .teaching-learning-section .career-top-patern {
        bottom: 150px;
    }
    .career-accordion .acc_section.acc_active .acc_head {
        padding-right: 54px;
    }
    .comn-btn-wrap .blue-broder-cmn-btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .our-leaders-first-section .our-vision-content {
        min-width: auto;
    }
    .qatari-connection-right-img .download-btn:before {
        width: 20px;
        height: 20px;
        right: 5px;
        top: 29px;
        background-size: 20px;
    }
    table.asd-fees-struct th, table.asd-fees-struct td {
        width: 100%;
    }
    table.asd-fees-struct table, table.asd-fees-struct thead, table.asd-fees-struct tbody, table.asd-fees-struct th, table.asd-fees-struct td, table.asd-fees-struct tr {
        display: block;
    }
    table.asd-fees-struct thead {
        display: none;
    }
    table.asd-fees-struct tr {
        margin-bottom: 20px;
        border: 1px solid #fff;
        padding: 10px;
    }
    table.asd-fees-struct td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50% !important;
    }
    table.asd-fees-struct td:last-child {
        border-bottom: none;
    }
    table.asd-fees-struct td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 12px;
        font-weight: bold;
        white-space: nowrap;
    }
    .parentsupport-top-section .career-top-left-img {
        padding-right: 24px;
    }
    .child-safeguard-top-patern {
        display: none;
    }
    .child-safeguard-bottom-patern .for-desktop {
        display: none;
    }
    .child-safeguard-bottom-patern .for-mobile {
        display: block;
    }
}
@media(max-width:360px) {
    .beyong-accordion-right.for-mobile {
        max-width: 270px;
    }
    .hm-admission-right-sec {
        max-width: 295px;
    }
    .athletic-curved-dotted-line {
        bottom: 115px;
    }
}
@media(max-width:345px) {
    .footer-btm-mobile-menu li {
        padding: 0px 12px;
    }
    .athletic-curved-dotted-line {
        bottom: 142px;
    }
    .signup-form {
        gap: 10px;
    }
    .signup-form .cmn-btn {
        padding: 12px 22px;
    }
}
@media(max-width:320px) {
    .athletic-curved-dotted-line {
        bottom: 207px;
    }
}
@media (min-width : 576px) and (max-width : 767px) {
    .home-banner {
        height: auto;
    }
    .banner-img-wrapper > video {
        height: 500px;
    }
}
@media (max-width : 575px) and (min-height : 700px) {
    .athletic-curved-dotted-line {
        bottom: -44px;
    }
}
@media(max-width:475px) and (max-height : 600px) {}
@media(min-width:800px) and (max-height : 600px) {}
@media only screen and (width :568px) {}