@import url(https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Roboto:400,700&display=swap);
.tabs input[type=radio] {
    position: absolute;
    display: none;
    /*top: -9999px;
  left: -9999px;*/
}

.tabs {
    min-width: 700px;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.tabs li {
    float: left;
}

.tabs label {
    display: block;
    padding: 9px 40px !important;
    margin: 0 2px 0 0;
    color: #2a2a2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #FFF;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs label:hover {
    background: #003399;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

[id^=tab]:checked + label {
    background: rgba(255, 255, 255, 0.8);
    color: #2a2a2a;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 99.8%;
    font-size: 0.9em;
    padding: 5px 8px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 39px;
    left: 0;
    overflow-y: scroll;
    height: 310px;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.tab-content a:link {
    color: #666;
    width: 126px;
    padding: 10px 20px;
    display: inline-block;
    float: left;
    text-decoration: none !important;
    height: 80px;
    word-wrap: break-word;
}

.tab-content a:visited,
.tab-content a:hover,
.tab-content a:active {
    text-decoration: underline;
}

.tab-content a:last-child {
    border-right: none;
}

.fg::before,
.fg::after {
    content: " : : ";
}

.country-text {
    color: #000 !important;
    font-size: 14px;
}

.course-text {
    margin: 0px 15px;
}

.course-text ul li {
    color: #000 !important;
    font-size: 16px;
    min-width: 250px !important;
    font-weight: 600;
}

ul.course-text li a font{
    
    display: flex;
    word-wrap: break-word;
    align-items: center !important;    
    line-height: 18px;
    font-size: 15px;
   
    }

ul.course-text li a {
    
    display: flex !important;
    word-wrap: break-word !important;
    align-items: center !important;    
    line-height: 18px !important;
    font-size: 15px !important;
   
    }

ul.course-text li a {
    color: #000 !important;
    font-size: 16px;
    width: 250px !important;
    padding: 10px 20px;
    /*display: inline-block;*/
    float: left;
    text-decoration: none !important;
    margin: 10px;
    background: #FFF;
    transition: ease 0.25s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

ul.course-text li a:hover {
    box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
    transition: ease 0.25s;
}

ul.course-text li .fa {
    font-size: 30px;
    float: left;
    margin: 20px 10px 20px 0px;
    color: #003399 !important;
}

.top-tab-tilte {
    width: 50%;
}

.tab-content::-webkit-scrollbar {
    width: 5px;
}

.tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.56);
    border-radius: 2px;
}

.tab-content::-webkit-scrollbar-thumb {
    background-color: #003399;
    outline: 1px solid slategrey;
    border-radius: 2px;
}

@media screen and (max-width:1200px) {
    .tab-content a:link {
        width: 95px;
    }
    .tab-content {
        overflow-y: scroll;
        height: 215px;
        padding: 15px 8px;
    }
}

@media screen and (max-width:991px) {
    .tab-content a:link {
        width: 90px;
    }
    .esc-recent-outer {
        margin-right: 20px;
    }
    ul.course-text li .fa {
        margin: 5px 10px;
    }
}

@media screen and (max-width:940px) {
    .tab-content {
        height: 190px;
    }
}

@media screen and (max-width:870px) {
    .tab-content {
        height: 160px;
    }
}

@media screen and (max-width:785px) {
    .tab-content {
        height: 150px;
    }
}

@media screen and (max-width:767px) {
    .tabs {
        min-width: 500px;
    }
    .tab-content {
        height: 140px;
    }
    .tab-content a:link {
        width: 76px;
    }
}

@media screen and (max-width:680px) {
    
    .tab-content a:link {
   
    word-wrap: inherit;
    font-size: 14px;
    }
    
    ul.course-text li .fa {
    margin: 15px 10px;
}
    
.tab-content a:link {
    width: 25%;
    word-wrap: inherit;
    font-size: 13px;
}
    
    .tabs {
        min-width: 200px;
        width: 75%;
    }
    .tabs label {
        padding: 5px 0px !important;
    }
    .tab-content {
        top: 31px;
    }
    .esc-recent-outer {
        width: 100%;
        margin-bottom: 20px;
        top: 10px;
        min-height: inherit;
    }
}

@media screen and (max-width:550px) {
    .tabs {
        min-width: 200px;
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    
    .course-text {
    margin: 0px 0px;}
    
    .tab-content a:link{ width: 33%; word-wrap: inherit; font-size: 12px;}
    
    [id^=tab]:checked + label{font-size: 12px;}
    
    .tabs label {
        font-size: 12px;
        padding: 5px 5px !important;
    }
    .tab-content {
       /* padding: 7px 0px;*/
        top: 28px;
    }
    [id^=tab]:checked + label {
        font-size: 13px;
    }
    
    
    ul.course-text li .fa{margin: 15px 10px;}
}


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

/*.tab-content{padding: 5px 8px;}*/
    
    .tabs label{padding: 0;}    
    
    .course-text{overflow: hidden;}
    
}