@media (max-width: 575.98px) {
    
    .header {
        height: auto;
        overflow-x: hidden;
    }
    
    .header__inner {
        margin-top: 60px;
        padding-bottom: 50px;
        width: 100%;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .header {
        height: auto;
        overflow-x: hidden;
    }
    
    .header__inner {
        margin-top: 60px;
        padding-bottom: 50px;
        width: 100%;
    }
    
}

@media (max-width: 767.98px) {
    
    .specializations__box {
        padding: 30px;
    }
    
    .sb__box {
        margin-top: -45px;
    }
    
}

@media (min-width: 768px) {
    
    .specializations__box {
        padding: 30px 0 30px 30px;
        height: 156px;
    }
    
    .sb__box {
        position: absolute;
        right: 0;
    }
    
    .sb__inner {
        height: 96px;
        position: relative;
    }
    
    .specializations__heading-3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header {
        height: auto;
        overflow-x: hidden;
    }
    
    .header__inner {
        margin-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        margin-top: 60px;
        overflow-y: hidden;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header {
        height: 700px;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
}

@media (max-width: 1199.98px) {
    
    .specializations__img {
        height: 230px;
        width: auto;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        opacity: 0.3;
    }

}

@media (min-width: 1200px) {
        
    .header {
        height: 780px;
    }
    
    .header__image {
        max-height: 90%;
        width: auto;
    }

    .header__image--front {
        max-height: 90%;
        width: auto;
        position: absolute;
        right: -20px;
        bottom: 0;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .specializations__img {
        height: 230px;
        width: auto;
        right: -20px;
        bottom: -50px;
    }
    
}

.header {
    width: 100%;
    position: relative;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #ffffff;
}

.header span {
    margin-bottom: 0;
    font-family: 'Oranienbaum', serif;
    font-weight: 400;
    font-size: 3rem;
    color: #ebd2a5;
    letter-spacing: .1rem;
    line-height: 3rem;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
    text-align: justify;
}

.about, .specializations--padding, .fee--padding {
    padding: 70px 0;
}

.about__heading-2, .fee__heading-2 {
    color: #00264c;
}

.about p, .specializations p, .fee p {
    font-size: 1.6rem;
    color: #2b2e2c;
    text-align: justify;
}

.about__image {
    height: auto;
    max-width: 100%;
}

.specializations {
    background-color: #f3f3f3;
    overflow: hidden;
}

.specializations .container {
    position: relative;
    z-index: 1;
}

.specializations__heading-2 {
    margin-bottom: 30px;
    color: #00264c;
}

.specializations__heading-3 {
    font-size: 2.4rem;
    color: #00264c;
    display: inline-block;
}

.specializations__box {
    background-color: #ffffff;
}

.specializations__image {
    height: 76px;
    width: auto;
}

.sb__box {
    padding: 10px 5px;
    background-color: #00507e;
    width: 100%;
}

.specializations__img {
    position: absolute;
    z-index: 0;
}

.fee__heading-3 {
    font-size: 2.4rem;
    color: #ffffff;
}

.fee__span {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    color: #ebd2a5;
    position: absolute;
    top: 0;
    right: 15px;
}

.fee__box {
    position: relative;
}

.fee__col {
    margin: 20px 0 0 0;
    display: none;
}

.fee__col p {
    color: #ffffff;
}

.fee_row {
    margin-bottom: 1px;
    padding: 30px 5px;
    background-color: #00507e;
    cursor: pointer;
}

.fee_row:hover .fee__heading-3 {
    color: #ffffff;
}