.section-padding-medium{padding: 60px 0;}

.text-blue{color: #1B5168;}
.text-green{color: #278478;}

.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}

.text-italic{font-style: italic;}

.space-20{height:20px;}
.space-30{height:30px;}
.space-40{height:40px;}
.space-50{height:50px;}
.space-60{height:60px;}
.space-70{height:70px;}
.space-80{height:80px;}
.space-90{height:90px;}
.space-100{height:100px;}

.small-title-blue {color: #1B5168;font-style: normal;font-weight: 600;font-size: 18px;line-height: 25px;text-align: left;}
.medium-title-blue {color: #1B5168;font-style: normal;font-weight: 700;font-size: 22px;line-height: 25px;text-align: left;}
.large-title-blue {color: #1B5168;font-style: normal;font-weight: 700;font-size: 30px;line-height: 25px;text-align: left;}

.small-title-black {color: #000000;font-style: normal;font-weight: 600;font-size: 18px;line-height: 24px;text-align: left;}
.medium-title-black {color: #000000;font-style: normal;font-weight: 600;font-size: 22px;line-height: 30px;text-align: left;}
.large-title-black {color: #000000;font-style: normal;font-weight: 700;font-size: 30px;line-height: 38px;text-align: left;}

.facilities-content-col {
    padding: 25px 0 25px 35px;
    background: linear-gradient(92deg, #e7e7e7, transparent);
}


.check-ul-blue
{
    list-style: none;
    padding-left: 0px;
}
.check-ul-blue li
{
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
    padding-left: 35px;
    background: url('../images/ktn-tick-blue.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
}
.lending-col-main
{
    display: flex;
}
.lending-col
{
    padding: 20px;
    border: 1px solid #1b5168;
    margin-right: 1%;
    width: 48%;
    border-bottom: 5px solid #1b5168;
}
.table-large tr th {
    font-size: 12px;
    font-weight: 700;
    padding: 12px 15px !important;
    border: none;
    background: #1b5168;
    color: #fff;
    border-bottom: none !important;
}
.table-large tr td {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 12px 15px !important;
    border: none;
}
.table-large tbody tr
{
    border: 1px solid gainsboro;
}
.table-large thead tr
{
    border: 1px solid #1b5168;
}
.list-inline-with-dot
{
    list-style: none;
    padding-left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.list-inline-with-dot li
{
    display: inline-block;
    border: 1px solid #1b51681c;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #1b51681c;
    border-radius: 9px 0px 9px 0px;
}
.list-inline-with-dot li .dot
{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #278478;
    margin-right: 10px;
}
.list-inline-with-dot .li-text
{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}



.list-inline-with-dot-2
{
    list-style: none;
    padding-left: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.list-inline-with-dot-2 li
{
    display: inline-block;
    border: 1px solid #46728573;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
}
.list-inline-with-dot-2 li .dot
{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #278478;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.list-inline-with-dot-2 .li-text
{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.publication-col {
    padding: 10px 15px 13px 15px;
    background: white;
    margin-bottom: 9px;
    border: 1px solid #1b5168;
    border-left-width: 4px;
    border-radius: 10px 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.writers-name span {
    font-weight: 700;
    color: #278478;
}
.writers-name {
    color: #1b5168 !important;
}

.classroom-img
{
    border: 5px solid #ffffff;
    box-shadow: 0px 3px 12px 1px #00000040;
}



@media screen and (min-width: 320px) and (max-width: 768px)
{
    .space-20{height:10px;}
    .space-30{height:20px;}
    .space-40{height:30px;}
    .space-50{height:40px;}
    .space-60{height:40px;}
    .space-70{height:50px;}
    .space-80{height:50px;}
    .space-90{height:70px;}
    .space-100{height:700px;}
    .lending-col-main
    {
        display: inline-block;
    }
    .lending-col
    {
        padding: 20px;
        border: 1px solid #1b5168;
        display: inline-block;
        margin-right: 0;
        width: 100%;
        border-bottom: 5px solid #1b5168;
        margin-bottom: 10px;
    }
}