html {
    --base-font-family: "Anderson Grotesk", sans-serif;
    --reset-rem-size: 16px;
}
.program-detail-tabs {
    background-color: #266CA9;
    position: sticky;
    top: 77px;
    z-index: 5;
    transition: all 0.4s ease;
}
body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
    top: 136px;
}
@media only screen and (max-width: 768px) {
    body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
        top: 80px;
        z-index: 2;
    }
}
@media only screen and (max-width: 586px) {
    body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
        top: 70px;
    }
}
.apply-area {
    background: linear-gradient(90deg, #362b8d -13.85%, #9360a2 24.7%, #f9c474 84.1%);
    padding: 0.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.apply-area .apply-area-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 0.4375rem;
}
.apply-area .admission {
    padding-right: 1rem;
    border-right: 2px solid #fff;
}
@media only screen and (max-width: 586px) {
    .apply-area .admission {
        padding-right: 0;
        border-right: none;
        font-size: 1rem;
    }
}
.apply-area .apply-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    gap: 0.4375rem;
    transition: all 0.35s;
}
.apply-area .apply-content:hover {
    opacity: 0.75;
}
@media only screen and (max-width: 586px) {
    .apply-area .apply-content {
        display: none;
    }
}
.tab-layout-1 .program-detail-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding-inline: max(0px, (100% - var(--layout-container-width))/2) var(--layout-container-gap);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: var(--layout-container-gap);
}
.tab-layout-1 .program-detail-nav > * {
    scroll-snap-align: start;
}
@media only screen and (min-width: 992px) {
    .tab-layout-1 .program-detail-nav {
        scroll-padding: max(0px, (100% - var(--layout-container-width))/2);
    }
}
.tab-layout-1 .nav-item {
    transition: all 0.4s ease-in-out;
}
.tab-layout-1 .nav-link {
    padding: 1.5rem 1.25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .tab-layout-1 .nav-link {
        padding: 1rem;
    }
}
.tab-layout-1 .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ed93b5 21.49%, #f7b551 91.28%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tab-layout-1 .nav-link.active,
.tab-layout-1 .nav-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #ed93b5 21.49%, #f7b551 91.28%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
}
.tab-layout-1 .nav-link.active::after,
.tab-layout-1 .nav-link:hover::after {
    opacity: 1;
    visibility: visible;
}
.tab-layout-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    gap: 0.75rem;
    padding-inline: max(0px, (100% - var(--layout-container-width))/2) var(--layout-container-gap);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.tab-layout-2 > * {
    scroll-snap-align: start;
}
@media only screen and (max-width: 991px) {
    .tab-layout-2 {
        padding-inline: var(--layout-container-gap);
        margin-inline: calc(var(--layout-container-gap) * -1);
    }
    .tab-layout-2 {
        scrollbar-width: none;
    }
}
@media only screen and (max-width: 768px) {
    .tab-layout-2 {
        padding-bottom: 0.625rem;
    }
}
.tab-layout-2 .nav-link {
    padding: 0.75rem 1.25rem;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
    border-radius: 62px !important;
    width: -moz-max-content;
    width: max-content;
}
@media only screen and (max-width: 768px) {
    .tab-layout-2 .nav-link {
        padding: 0.625rem 1rem;
    }
}
.tab-layout-2 .nav-link.active {
    background-color: #ddd9f5 !important;
    border: 1px solid #a19dca;
    color: #1b1b1b !important;
}
.tab-layout-2 .nav-link:hover {
    background-color: #ddd9f5;
    border: 1px solid #a19dca;
    color: #1b1b1b !important;
}
.tab-layout-2 .nav-link:focus {
    background-color: #ddd9f5;
    border: 1px solid #a19dca;
    color: #1b1b1b !important;
}
.tab-vertical-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --common-content-gap: 20px;
    --common-content-width-left-column: min(45%, 600px);
    --common-content-width-right-column: min(52%, 650px);
}
@media only screen and (max-width: 768px) {
    .tab-vertical-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.tab-vertical-wrapper .tab-layout-2 {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--common-content-gap);
    min-width: 0px;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: var(--common-content-width-left-column);
}
@media only screen and (max-width: 768px) {
    .tab-vertical-wrapper .tab-layout-2 {
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 100%;
        max-width: initial;
        --common-content-gap: 8px;
    }
}
.tab-vertical-wrapper .tab-content {
    max-width: var(--common-content-width-right-column);
}
@media only screen and (max-width: 768px) {
    .tab-vertical-wrapper .tab-content {
        margin-top: 2rem;
        min-width: 100%;
        max-width: 100%;
    }
}
table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    margin: 0;
}
table td,
table th {
    border-top: 1px solid #ecf0f1;
    padding: 10px;
    text-align: left;
    height: 48px;
}
table td:first-child,
table th:first-child {
    text-align: center;
}
table th {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #266CA9;
    background-color: #ebeaf4;
}
table td {
    min-width: 78px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #2e2e2e;
    vertical-align: baseline;
    line-height: 28px;
    background: #fff;
}
table td:last-child {
    line-height: 41px;
}
table tr:nth-of-type(even) td {
    background-color: #f6f5fd;
}
table .university-text {
    max-width: 288px;
}
@media only screen and (max-width: 991px) {
    table .university-text {
        min-width: 288px;
    }
}
table .university-name-list {
    min-width: 400px;
}
table .university-name {
    min-width: 78px;
    line-height: 28px;
}
table .university-name + .university-name {
    margin-top: 0.625rem;
}
table .discipline-list {
    list-style: disc;
    min-width: 320px;
}
table .discipline-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #2e2e2e;
}
.tablerounededCorner {
    border: 1px solid rgba(129, 129, 129, 0.2);
    border-radius: 0.75rem;
    overflow: auto;
}
@media only screen and (max-width: 586px) {
    .tablerounededCorner {
        margin-right: -16px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.country-name,
.university-text,
.university-name,
.city-text,
.cont-person,
.address-text,
.cont-num-text,
.cont-email-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #2e2e2e;
    display: block;
}
.country-name {
    min-width: 170px;
}
.city-text {
    min-width: 130px;
}
.cont-person {
    min-width: 140px;
}
.address-text {
    min-width: 340px;
    max-width: 340px;
}
.cont-num-text {
    min-width: 144px;
}
.cont-email-text {
    min-width: 317px;
    text-transform: lowercase;
}
.college-name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #2e2e2e;
    display: block;
}
.college-name {
    min-width: 235px;
}
@media only screen and (max-width: 1120px) {
    .contact-column-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.grey-box {
    background: rgba(235, 234, 244, 0.3);
    gap: 0.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(129, 129, 129, 0.2);
}
.queries-area {
    --grid-column-count: 2;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--grid-column-count), 1fr);
}
.queries-area > :last-child:nth-child(odd) {
    grid-column: span var(--grid-column-count);
}
@media only screen and (max-width: 586px) {
    .queries-area {
        --grid-column-count: 1;
        gap: 0.75rem;
    }
}
.contact-map-column {
    position: relative;
    width: 100%;
    max-width: min(632px, 52%);
    min-height: 34.375rem;
    max-height: 49.6875rem;
    border-radius: 1rem;
    overflow: hidden;
}
@media only screen and (max-width: 1120px) {
    .contact-map-column {
        max-width: 100%;
    }
}
.contact-map-column iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 768px) {
    .contact-info-list .info-icon {
        width: 2rem;
    }
}
/*# sourceMappingURL=connect-with-us-page.min.css.map */


.tab-layout-1 .nav-link.active, .tab-layout-1 .nav-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #ED93B5 21.49%, #F7B551 91.28%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
}
.tab-layout-1 .nav-link {
    padding: 1.5rem 1.25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    transition: all .4s ease-in-out;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.tab-layout-1 .nav-item {
    transition: all .4s ease-in-out;
}
.tab-layout-1 .program-detail-nav>* {
    scroll-snap-align: start;
}
.tab-layout-1 .program-detail-nav {
   list-style: none;
}
.tab-layout-2 .nav-link.active {
    background-color: #ddd9f5 !important;
    border: 1px solid #a19dca;
    color: #1b1b1b !important;
}
.tab-layout-2 .nav-link {
    padding: .75rem 1.25rem;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
    border-radius: 62px !important;
    width: -moz-max-content;
    width: max-content;
}
.program-detail-nav button br {
    display: none;
}
.program-tabs .nav-link br {
    display: none;
}
@media (max-width: 767px) {
	#block-south-zone .queries-box.grey-box .queries-details{
		width:100% !important;
	}
}
#block-south-zone p,#block-south-zone .queries-title{
	margin-bottom:0px !important;
}
#block-south-zone .queries-box.grey-box .queries-details{
	width:32% !important;
}
#block-south-zone .queries-box.grey-box{
	    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    row-gap: 15px;
	
}
.program-tabs ul{
	margin:20px 0px !important;
}
#block-south-zone .queries-area{
margin-top:20px !important;
}