.datepicker-days td {
    padding: 9px;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
input {
    font-family: 'Gilroy';
}

table.table-condensed thead tr th {


    padding: 7px;
}

td.active.day {
    background: black !important;
}

.title {
    text-align: center;
    background: #00b6ed;
    border-radius: 10px;
    margin-bottom: 40px;
}

.title h2 {
    color: white;
    background: #393185;
    padding: 13px 30px;
    font-size: 25px;
    display: inline-flex;
    border-radius: 10px;
    margin: 0;
}

.studentname span {
    font-size: 20px;
    /* margin-right: 19px; */
    width: 205px;
    font-weight: 500;
}

.studentname {
    margin-bottom: 32px;
    /* display: flex; */
    align-items: flex-end;
}

.studentname input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid;
    padding: 0px;
    display: flex;
    background: transparent;
}

.contact {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact .studentname {
    width: 47%;
}

.container {
    max-width: 1390px;
    width: 100%;
}

section.inquiryform {
    padding: 30px 0px;
}

.studentname input:focus-visible {
    /* border: none; */
    outline: none;
}

.studentname input::placeholder {
    font-size: 16px;
}

.educationtitle h4 {
    display: inline-flex;
    /* padding: 10px 20px; */
    background: #393185;
    color: white;
    padding: 13px 30px;
    border-radius: 10px;
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.educationtitle {
    margin-top: 10px;
}

.c-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.c-table td,
.c-table th {
    padding: 0;
    text-align: left;
}

.c-table td:first-of-type {
    /* padding-left: 36px; */
    width: 66px;
}

.c-table {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    border-radius: 0px;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 0;
    width: 100%;
    margin-top: 41px;
    margin-bottom: 40px;
}

.c-table__cell {
    padding: 12px 6px 12px 12px;
    word-wrap: break-word;
}

.c-table__header tr {
    color: #fff;
    border: 1;
}

.c-table__header th {
    background-color: #00b6ed;
    padding: 18px 6px 18px 12px;
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 400;
    text-align: center;
}

.c-table__header th:first-child {
    /* border-top-left-radius: 4px; */
}

.c-table__header th:last-child {
    border-top-right-radius: 4px;
}

.c-table__body tr {
    border-bottom: 1px solid rgba(113, 110, 182, 0.15);
}

.c-table__body tr:last-child {
    border-bottom: none;
}

.c-table__body tr:hover {
    background-color: rgba(113, 110, 182, 0.15);
    color: #272b37;
}

.c-table__label {
    display: none;
}

/* Mobile table styles */

@media only screen and (max-width: 767px) {

    .c-table table,
    .c-table thead,
    .c-table tbody,
    .c-table th,
    .c-table td,
    .c-table tr {
        display: block;
    }

    .c-table td:first-child {
        padding-top: 24px;
        height: 42px;
        font-size: 16px !important;
        width: 150px !important;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .c-table td:last-child {
        padding-bottom: 0px;
    }

    .c-table {
        border: 1px solid rgba(113, 110, 182, 0.15);
        font-size: 15px;
        line-break: 1.2;
    }

    .c-table__header tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .c-table__cell {
        padding: 12px 24px;
        position: relative;
        width: 100%;
        word-wrap: break-word;
    }

    .c-table__label {
        color: #272b37;
        display: block;
        /* font-size: 10px; */
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 6px;
        /* text-transform: uppercase; */
        font-size: 17px;
        padding: 9px;
        margin: 0;
    }

    .c-table__body tr:hover {
        background-color: transparent;
    }

    .c-table__body tr:nth-child(odd) {
        background-color: rgba(113, 110, 182, 0.04);
    }

    table.c-table input {
        background: #0000000a;
    }

    tbody.c-table__body tr {
        margin-bottom: 20px;
    }

}

table.c-table td {
    font-family: 'Gilroy';
    border: 1px solid;
}

table.c-table input {
    width: 100%;
    height: 50px;
    border: none;
}

tbody.c-table__body tr td:first-child {
    padding: 10px;
    width: 130px;
    font-size: 14px;
    background: #00b6ed;
    color: white;
    border: 1px solid black;
}

table.c-table input {
    padding: 10px;
    font-size: 16px;
    font-family: 'Gilroy';
}

table.c-table input:focus-visible {
    outline: none;
}

table.preference td {
    border: 1px solid;
}

table.preference td input {
    width: 100%;
    padding: 10px;
    border: none;
}

table.preference th {
    padding: 10px;
    background: #16acab;
    text-align: center;
    color: white;
    border: 1px solid black;
    padding: 18px 6px 18px 12px;
    font-family: 'Gilroy';
    font-weight: 400;
    text-align: center;
}

table.preference {
    margin-top: 41px;
}

table.preference td input:focus-visible {
    outline: none;
}

table.preference td {
    border: 1px solid;
}

table.preference td input {
    width: 100%;
    padding: 13px 10px;
    border: none;
    height: 55px;
}

table.preference th {
    padding: 10px;
    background: #00b6ed;
    text-align: center;
    color: white;
    border: 1px solid black;
    padding: 18px 6px 18px 12px;
    font-family: 'Gilroy';
    font-weight: 400;
    text-align: center;
}

table.preference {
    margin-top: 41px;
    margin-bottom: 40px;
    width: 100%;
}

table.preference td input:focus-visible {
    outline: none;
}

.studentname textarea {
    width: 100%;
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid;
    padding: 0px;
    display: flex;
    background: transparent;
}

.forofficeuse h4 {
    width: 340px;
    margin-bottom: 30px;
}

.forofficeuse .educationtitle {
    margin-top: 50px;
}

.submit button {
    width: 200px;
    height: 60px;
    background: #00b6ed;
    color: white;
    font-size: 20px;
    font-family: 'Gilroy';
    border-radius: 10px;
    border: none;
}

.headerlogo {
    display: flex;
    align-items: center;
}

.headerlogo h3 {
    font-size: 50px;
    font-weight: 700;
    color: #393185;
    margin-left: 19px;
    margin-bottom: 0;
}

header {
    padding: 15px 0px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #393185;
}