.management-box {
    background: #e67a26;
    padding: 60px 0;
    margin-top: -6px;
}

.management-box h2 label {
    font-size: 93px;
    margin-left: 20px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 27px;
}

.tablinks {

    position: relative;
}

.management-box h2 {
    position: relative;
    display: inline-block;
    padding-right: 190px;
    line-height: 46px;
    color: #fff;
}

.management-box h2 label sup {
    font-weight: 500;
    line-height: 60px;
    top: -24px;
}

.place-student {
    background-image: url(../images/locat.png);

    height: 231px;
}

.management-box h3 {
    position: relative;
    display: inline-block;
    padding: 20px 20px 0 0;
    border-top: solid 1px #fff;
    margin-top: 0;
    width: 450px;
    color: #fff;
}

.form-sec.show {
    margin: 20px auto 0;
}

.stu-text p + p {
    font-size: 20px;
}

.management-box h3::before {
    content: "";
    background-image: url(../images/icon02.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 73%;
    padding: 0;
    width: 81px;
    position: absolute;
    height: 80px;
    right: -95px;
    bottom: 19px;
}

.input:focus {
    outline: 0;
}

.about-mba .container::before {

    top: 0;
    width: 640px;

}

.management-box .title {
    margin-bottom: 12px;
}

#Specialisations ul {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../images/girl-spec.jpg);
    padding-left: 248px;
    background-repeat: no-repeat;
}

.salary ul li strong {
    font-size: 74px;
}

#Specialisations li {
    width: 33%;
    border: solid #fff 9px;
}

.salary ul li.font-weight-bold {
    font-size: 31px;
    margin-bottom: 24px;
}

.salary ul li {

    font-size: 41px;
    font-weight: 900;
    margin-bottom: 30px;
}

.stu-text .font-bold {

    margin-top: -55px;

}


@media only screen and (max-width:767px) {
    .management-box {
        padding: 30px 0;
        margin-top: 0;
    }

    .management-box h3 {
        width: 100%;
        font-size: 19px;
        margin: 0;
    }

    .management-box h2 label {
        font-size: 52px;
        top: 50%;
        height: 44px;
        margin-top: -22px;
        right: -12px;
    }

    .management-box h2 {
        padding-right: 100px;
        width: auto;
        line-height: 32px;
        margin: 0;
    }

    .management-box h3::before {
        right: 20px;
        width: 55px;
        top: -5px;
    }

    .management-box h3 {

        width: 100%;
    }

    .stu-text p + p {
        font-size: 19px;
    }

    #Specialisations ul {

        background-image: none;
        padding-left: 0;

    }

    #Specialisations li {
        width: 50%;
    }

    .salary {

        width: 100%;


        padding: 16px 0 0;

    }

    .placement .row.mb-5 {
        margin-bottom: 21px !important;
    }

    .salary ul li.font-weight-bold {
        font-size: 24px;
        margin-bottom: 7px;
        line-height: 30px;
    }

    .salary ul li strong {
        font-size: 44px;
    }

    .salary ul li {
        font-size: 25px;

    }

    .place-student {
        height: 121px;
        background-size: 70px;
    }

    .logo-slider .img-box .img-fluid {
        display: inline-block;
        height: 61px;
        width: 100px;
        object-fit: scale-down;
    }

    .about-mba .container::before {
        top: -80px;
    }
}
