@media only screen and (min-width: 1430px) {
    .container {
        max-width: 1290px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1200px;
    }
}


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

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

@media only screen and (max-width: 1199px) {
    .headerlogo h3 {
        font-size: 40px;
    }

    .headerlogo img {
        width: 100px;
        height: 100px;
    }

    .title h2 {
        font-size: 20px;
    }

    .studentname span {
        font-size: 18px;
    }

    .educationtitle h4 {
        font-size: 18px;
    }

    table.c-table {
        margin: 20px 0px 40px;
    }
}

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




@media only screen and (max-width: 767px) {
    .educationtitle h4 {
        height: 50px;
    }

    .headerlogo h3 {
        font-size: 29px;
    }

    .headerlogo img {
        width: 80px;
        height: 80px;
    }

    .title h2 {
        font-size: 16px;
    }

    .title {
        margin-bottom: 20px;
    }

    .studentname span {
        font-size: 16px;
    }

    .studentname input {
        height: 40px;
        font-size: 14px;
    }

    .studentname input::placeholder {
        font-size: 14px;
    }

    .studentname {
        margin-bottom: 21px;
    }

    .educationtitle h4 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .headerlogo h3 {
        font-size: 24px;
        margin-left: 10px;
    }

    table.c-table input {
        height: 40px;
    }

    .contact {
        display: block;
    }

    .contact .studentname {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .headerlogo h3 {
        font-size: 18px;
    }

    .headerlogo img {
        width: 60px;
        height: 60px;
    }

    .educationtitle h4 {
        font-size: 16px;
    }

    table.preference th {
        padding: 13px;
    }

    table.preference td input {
        padding: 10px !important;
        height: 45px;
    }

    .submit button {
        width: 150px;
        height: 50px;
        font-size: 17px;
    }
}

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