@media only screen and (max-width: 480px) {

    .Indium_portal p {
        text-align: center;
        margin-bottom: 7px;
    }

    .Indium_Email {
        text-align: center;
    }

    .Indium_Email p {
        margin-bottom: 7px;
    }

    .navbar_section .navbar-toggler {
        padding: 3px;
        font-size: 14px;
    }

    .navbar_section .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    a.navbar-brand img {
        width: 55%;
    }

    .excellenceportal_info {
        margin: 10px 0px;
        padding-left: 4px;
    }

    .excellenceportal_info h1 {
        font-size: 18px;
        line-height: 1.3;
    }

    .excellenceportal_info h6 {
        line-height: 1.3;
        font-size: 14px;
    }

    .excellenceportal_info h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    p.excellenceportal_content {
        font-size: 12px;
        margin-bottom: 22px;
    }

    p.button_more a {
        font-size: 12px;
        padding: 6px 5px;
    }

    .standard {
        padding: 4px 6px;
        height: 150px;
    }

    .standard-info p {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .standard-info h5 {
        font-size: 21px;
        line-height: 1.1;
    }

    .standard_img img {
        margin-top: 21px;
    }

    .resources {
        padding: 4px 6px;
        height: 150px;
    }

    .resources_img img {
        width: 50%;
        margin-top: 21px;
    }

    .about_section {
        PADDING: 11PX 0PX;
    }

    .standard-info a {
        padding: 3px;
        font-size: 14px;
    }

    .about_information h5 {
        font-size: 21px;
        line-height: 1.3;
    }

    .about_information span {
        font-size: 24px;
    }

    .about_content p {
        font-size: 11px;
        text-align: justify;
    }

    .project_process {
        padding: 25px 0px;
    }

    .project_process .container {
        width: 100%;
    }

    .process_heading h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .process_heading h1 {
        font-size: 23px;
        line-height: 1.3;
    }

    .project {
        padding: 7px 0px;
        flex-direction: column;
        text-align: -webkit-center;
    }

    .block-1 {
        margin-left: 2px;
    }

    .block-2 {
        margin-left: 0px;
    }

    .project_two {
        margin-top: 18px;
    }

    .related {
        padding: 33px 0px;
    }

    .related .container {
        width: 100%
    }

    .relates_heading a {
        font-size: 11px;
    }

    .relates_heading p {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .relates_heading span {
        font-size: 30px;
    }

    .related button.accordion-button.collapsed {
        font-size: 11px;
    }

    .related button.accordion-button:hover {
        background: none;
        color: black;
        font-size: 11px;
    }

    .related .accordion-item:first-of-type .accordion-button {
        font-size: 11px;
    }

    .footer p {
        font-size: 11px;
    }

    .standard-info {
        padding-left: 20px;
    }

    .about_information {
        margin-left: 14px;
        margin-bottom: 20px;
    }

    .about_feature .container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .excellenceportal_info {
        margin: 0px 0px 0px 24px;
        padding-top: 10px;
    }

    .standard-info a {
        padding: 2px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .excellenceportal_info {
        margin: 85px 0px 0px 75px;
    }
}