.mt-2{margin-top: 2rem;}
.mt-4{margin-top: 4rem;}
.mt-6{margin-top: 6rem;}
.ml-1{margin-left: 1rem;}
.ml-2{margin-left: 2rem;}
section{
    display: flex;
    justify-content: center;
}
.container{
    margin: 0 1rem;
    width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
}
section h2.heading{
    font-family: 'Segoe UI Bold';
    font-weight: normal;
    font-size: 2.5rem;
    color: #1C2B57;
    margin-bottom: 1.5rem;
}
section h4.sub-heading{
    font-family: 'Segoe UI Bold';
    font-weight: normal;
    font-size: 1.25rem;
    color: #1C2B57;
    margin-bottom: .5rem;
}
section h2.heading span.theme-light-blue{
    color: #3cc1d1;
    font-family: inherit;
    font-weight: inherit;
}
section ul{
    padding-inline-start: 20px;
    margin-block-start: 1em;
    margin-top: 0;
    margin-bottom: 2rem;
}
.right-img-container{
    display: flex;
}
.right-img-container .text-container{
    display: flex;
    flex-direction: column;
    width: calc(60% - 6rem);
    margin-right: 6rem;
}
.right-img-container .text-container p{
    text-align: justify;
    margin-bottom: 1rem;
}
.right-img-container .img-container{
    width: 40%;
}
.right-img-container .img-container img{
    width: 100%;
    position: sticky;
    top: 10rem;
    border-radius: .5rem;
}
.left-img-container{
    display: flex;
}
.left-img-container .text-container{
    display: flex;
    flex-direction: column;
    width: calc(60% - 6rem);
    margin-left: 6rem;
}
.left-img-container .text-container p{
    text-align: justify;
    margin-bottom: 1rem;
}
.left-img-container .img-container{
    width: 40%;
}
.left-img-container .img-container img{
    width: 100%;
    position: sticky;
    top: 10rem;
    border-radius: .5rem;
}
section#about-partnership{
    margin-bottom: 4rem;
}
.img-container.three-img-collage{
    display: flex;
    flex-direction: column;
}
.img-container.three-img-collage .full-width-img{
    width: 100%;
}
.img-container.three-img-collage .full-width-img img{
    width: 100%;
}
.img-container.three-img-collage .half-width-imgs{
    display: flex;
}
.img-container.three-img-collage .half-width-imgs img{
    width: calc(50% - .25rem);
}
.img-container.three-img-collage .half-width-imgs img:first-child{
    margin-right: .25rem;
}
.img-container.three-img-collage .half-width-imgs img:last-child{
    margin-left: .25rem;
}
section#about-university{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.sticky-second-nav-container {
    border-radius: .5rem;
    position: sticky;
    top: 6rem;
    z-index: 10000;
    background-color: #f2f2f2;
    padding: .5rem;
    display: flex;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.sticky-second-nav-container button{
    cursor: pointer;
    margin: 0 .25rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    border: none;
}
.sticky-second-nav-container button.uni-active{
    border-radius: 4px;
    background-color: #1C2B57;
    color: #fff;
}
.full-width{
    display: flex;
    width: 100%;
}
.program-details-table-continer{
    background: #F7F7F7;
    padding: 2rem 3rem;
    border-radius: .5rem;
}
table.program-details{
    width: 100%;
}
table.program-details tr td{
    padding: .25rem 0;
    align-content: baseline !important;
}
table.program-details tr td:first-child{
    font-weight: bold;
}
.btn{
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    text-decoration: none;
    transition: .3s;
}
.btn.btn-fill{
    background: #1c2b57;
    color: #fff;
    border: 2px solid #1c2b57;
}
.btn.btn-outline{
    background: transparent;
    border: 2px solid #1c2b57;
    color: #1c2b57;
}
.btn.btn-fill:hover{
    background: #131e3e;
    color: #fff;
    border: 2px solid #131e3e;
}
.btn.btn-outline:hover{
    background: #1c2b57;
    border: 2px solid #1c2b57;
    color: #fff;
}
section a{
    text-decoration: none;
    color: #3cc1d1;
    transition: .3s;
}
section a:hover{
    color: #1c2b57;
}
section#breadcrum{
    background: #1c2b57eb;
    padding: 3rem 0;
    color: #fff;
    position: relative;
}
section#breadcrum::before{
    content: "";
    background-image: url(../images/apic-university/fee-structure.webp);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    background-position-y: -8rem;
    top: 0;
    z-index: -1;
}
section#breadcrum p.breadcrum{
    margin-bottom: .5rem;
}
section#breadcrum .page-heading{
    font-size: 2rem;
    font-family: 'Segoe UI Bold';
    margin-top: 1rem;
}
.uni-button-container {
    border-radius: .5rem;
    position: sticky;
    top: 6rem;
    z-index: 1;
    background-color: #f2f2f2;
    padding: .5rem;
    color: #202639;
    display: flex !important;
    flex-direction: row !important;
    width: fit-content !important;
    box-shadow: none;
}
.uni-button-container button {
    cursor: pointer;
    padding: .75rem 1rem;
    border: none;
    font-size: 1rem;
    font-weight: normal;
    border-radius: .5rem;
    transition: .3s;
}
.uni-button-container button:hover {
    background-color: #dadada;
}
.uni-active {
    border-radius: inherit;
    background-color: #1C2B57;
    color: #fff;
    border: none;
}
.uni-active:hover {
    background-color: #101b3c !important;
    color: #fff;
}
section.phone a{
    margin: 0 .25rem;
}
.header .top-bar .right span{
    margin-top: 0;
}

@media (max-width: 576px) {
    .container{
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    .container{
        max-width: 720px;
    }
    .left-img-container .text-container{
        width: calc(60% - 2rem);
        margin-left: 2rem;
    }
    .right-img-container .text-container{
        width: calc(60% - 2rem);
        margin-right: 2rem;
    }
    .uni-button-container{
        display: none !important;
    }
    .left-img-container .img-container{
        width: 100%;
    }
    .left-img-container{
        flex-direction: column;
    }
    .left-img-container .text-container{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .right-img-container{
        flex-direction: column;
    }
    .right-img-container .text-container{
        width: 100% !important;
        margin-right: 0 !important;
    }
    .right-img-container .img-container{
        width: 100%;
    }
    .mmt-2{
        margin-top: 1rem !important;
    }
    section#about-university{
        margin-bottom: 4rem;
    }

}

@media (max-width: 992px) {
    .container{
        max-width: 960px;
    }
    .left-img-container .text-container{
        width: calc(60% - 2rem);
        margin-left: 2rem;
    }
 }

@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1320px;
    }
}
