@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
@font-face {
    font-family: 'Myanmar3';
    src: url('fonts/Myanmar3.woff') format('woff');
}
@font-face {
    font-family: 'Oswald-Light';
    src: url('fonts/Oswald-Light.woff') format('woff');
}

body {
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 150%;
    font-family: "Oswald-Light", "Myanmar3";
}
/*ul,
li {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 10px;

}
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    padding-left: 20px;
}*/

p {
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 18px;
    color: #00316F;
    margin: 20px 0 10px;
}
h5 {
    font-size: 17px;
}
#cplacement {
    /*display: none !important;
    visibility: hidden !important;*/
    /*text-align: center;*/
}
#cplacement a {
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background: #fe9227;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/*header {
    position: relative;
}*/
.course-menu li,
.no-list-style,
.home-nav ul {
    list-style: none;
}
.no-list-style {
    margin-left: 0;  
    padding-left: 0;
}
.screen-reader-text {
    display: none;
}
.language-sec {
    padding: 2px 10px 0 0;
    text-align: right;
}
#lang_choice_polylang-3 {
    padding: 2px 8px;
    color: #00316F;
    border-color: #00316F;
    font-weight: bold;
}
.kaplan-logo img {
    width: 160px !important;
}
.logo-sec img {
    width: 210px;
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
    /*position: relative;*/
}
.banner-txt {
    font-size: 40px !important;
}
.banner-txt span {
        display: block;
    color: #FE9227;
    line-height: 1.2;
    font-size: 130px;
}
.banner p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.home-nav ul li {
    float: left;
}
.home-nav ul li a {
    color: #00316F;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
}
.course-menu-inr ul li.current-menu-item a,
.home-nav ul li.current-menu-item a {
    color: #FE9227;
    /*text-decoration: underline;*/
}
.logo-sec-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.starfish-logo ,
.kaplan-logo {
    /*width: 20%;
    float: left;*/
}
.home-menu {
/*    width: 80%;
    float: left;*/
}
.sp-home-menu {
    display: none;
}
.home-menu ,
.home-menu .navbar {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.home-menu .navbar {
    /*margin: 0 0 0 auto;*/
}
.home-menu .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 32px;
}
.main-nav {
    background: linear-gradient(to bottom, #1e225f 0%, #34399f 100%);
    border-bottom: 2px solid #fff;
    padding: 0;
}
.english-test-link a {
    text-transform: uppercase;
    border: 1px solid #00316F;
    font-style: italic;
}
.english-test-link a:hover {
    text-decoration: none;
}
.course-menu-inr {
    background: #00316F;
}
.course-menu-inr ul {
    padding: 0;
    margin: 0 auto;
    width: 75%;
}
.course-menu-inr ul li {
    float: left;
    padding: 10px 12px;
    margin: 0 42px 0 0;
}
.course-menu-inr ul li:last-child {
    margin: 0;
}
.course-menu-inr ul li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.adv-box {
    background: #F2F2F2;
    width: 450px;
    text-align: center;
    padding: 20px 20px;
}
.adv-box h5 {
    font-size: 18px;
    font-weight: bold;
    color: #00316F;
}
.adv-box h5,
.adv-box p {
    margin-bottom: 20px;
}
.adv-box p:last-child {
    margin-bottom: 0;
}
.adv-box02 {
    width: 100%;
    margin-bottom: 20px;
}

/*common*/
.modal {
    z-index: 99999;
    top: 10%;
}
.enrollment-btn {
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 9;
}
.sub-pg-wrap {
    padding: 30px 0;
}
/*.sub-pg-wrap .cmn-sec {
    margin: 0;
}*/
.home-cmn-sec {
    padding: 40px 0;
}
.cmn-sec:first-child {
    padding-top: 0;
}
.about-course-box,
.cmn-sec,
.contact-box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:  1px solid #FE9227;
}
.about-course-box:last-child,
.cmn-sec:last-child {
    border-bottom: 0 !important;
}
.cmn-sec-box {
    margin-bottom: 20px;
}
.cmn-sec h4:first-child {
    margin-top: 0;
}
.cmn-sec h4 {
    margin: 30px 0 10px;
}
.cmn-sec li {
    margin-bottom: 5px;
}
.cmn-sec ul ul {
    padding-left: 20px !important;
    margin-top: 5px;
}
.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.tab-pane h3,
.cmn-ttl {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
h3,
.course-ttl {
    color: #333;
    font-size: 25px;
    margin-bottom: 30px;
}
.schedule-ttl {
    background: #00316F;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 40px 9px 10px;
    margin-bottom: 15px;
}
.schedule-ttl span {
    color: #FE9227;
}
.square-list {
    list-style: none;
    padding: 0;
}
.square-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.square-list li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #FE9227;
    position: absolute;
    left: 0;
    top: 5px;
    box-shadow: 1px 1px 1px #000;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 36px;
    height: 36px;
}
.take-btn {
    background: #FE9227;
    color: #fff;
    border-radius: 5px;
    padding: 3px 40px;
    box-shadow: 1px 1px 1px #ddd;
    font-weight: bold;
    font-size: 16px;
}
.take-btn:hover {
    color: #fff;
}
hr {
    border-top-color: #FE9227;
}

.home-video {   
    background: #00316F;
    width: 100%;
    height: 100%;
}
.home-video-inr {
    width: 100%;
    height: 100%;
}
/*-------------------------------------------
home 
--------------------------------------------*/
.home-youtube iframe {
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
}
.home-youtube h3 {
    margin-bottom: 20px;
}
.number-info {
    font-size: 65px;
    font-weight: bold;
    color: #00316F;
    text-align: center;
}
.number-info span {
    font-size: 18px;
}
.counter {
    font-size: 65px !important;
}
.home-starfish-info {
    background: #F2F2F2;
    padding: 67px 0 58px;
}
.home-about-box h3 {
    margin-bottom: 20px;
}
.home-about-box img {
    margin-top: 30px;
} 
.home-about-box a {
    color: #FE9227;
}
.home-about-sec .home-about-box:nth-child(2) img {
    margin-top: 68px;
}
.view-all-btn {
    background: #FE9227;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: inline-block;
    padding: 3px 20px 4px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.view-all-btn:hover {
    color: #fff;
}

.teacher-slider {
    width: 96%;
    margin: 0 auto;
}
.teacher-box a,
.teacher-box p {
    font-size: 18px;
    font-weight: bold;
    color: #00316F;
    display: block;
    text-align: center;
}
.teacher-box img {
    display: block;
    margin: 0 auto 10px;
}
.teacher-box span {
    font-weight: normal;
    color: #000;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.teacher-title-box {
    margin-bottom: 15px;
}
/*-------------------------------------------
Course 
--------------------------------------------*/
.course {
    margin-top: -36px;
}
.course .tab-content {
    width: 100%;
padding: 30px 0;
}
.course .tab-pane table td {
    padding: 5px;
}
.sub-pg-wrap>.container {
    overflow: hidden;
}
.course .tab-pane>.container {
    padding: 0;
    overflow: hidden;
}
.course .nav-tabs {
    border-bottom: 0;
}
.course .nav-tabs .nav-link {
    background: #00316F;
    color: #fff;
    margin-right: 2px;
    padding: 5px 30px;
    font-weight: bold;
}
.course .nav-tabs .nav-item .dropdown-menu {
    background: #FE9227;
    padding: 0;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link,
.course .nav-tabs .nav-item.show .dropdown-menu .nav-link {
    background: none;
    border-bottom: 1px solid #fff !important;
    box-shadow: initial;
    position: relative;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link:first-child,
.course .nav-tabs .nav-item .dropdown-menu .nav-link:last-child {
    border-bottom: 0 !important;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item {
    background: none;
    padding: 5px 30px 5px 40px;
    border-bottom: 0 !important;
    color: #fff;
    font-weight: normal;
    position: relative;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item02 {
    border-bottom: 1px solid #fff !important;
}
.course .nav-tabs .nav-link.active, 
.course .nav-tabs .nav-item.show .nav-link ,
.course .nav-tabs .nav-link.active {
    color: #00316F;
    background: #FE9227;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: transparent;
}
.course .nav-tabs .nav-link:focus, 
.course .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link.active,
.course .nav-tabs .nav-item .dropdown-menu .nav-link:hover,
.course .nav-tabs .nav-item .dropdown-menu .nav-link:focus {
    color: #fff;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item.active,
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item:hover,
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item:focus {
    color: #00316F;
}
.course .nav-tabs .nav-item .dropdown-menu .nav-link.active:before,
.course .nav-tabs .nav-item .dropdown-menu .nav-link:hover:before,
.course .nav-tabs .nav-item .dropdown-menu .nav-link:focus:before,
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item.active:before,
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item:hover:before,
.course .nav-tabs .nav-item .dropdown-menu .nav-link.sub-item:focus:before {
    content: "";
    position: absolute;
    right: 0;
    background: url(../../assets/images/mark_icon.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 12px
}
/*.course .nav-tabs .dropdown-menu {
   background: #FE9227;
    border-top: 1px solid #00316F;
    color: #00316F;
    padding: 0;
}
.course .nav-tabs .dropdown-menu a:hover {
    background: initial;
}
.course .nav-tabs .dropdown-menu ul {  
    list-style: none;
    margin: 0;
    padding: 0;
}
.course .nav-tabs .dropdown-menu>ul>li {
   border-bottom: 1px solid #F2F2F2;
    margin: 0;
}
.course .nav-tabs .dropdown-menu>ul>li:last-child {
   border-bottom: 0;
}
.course .nav-tabs .dropdown-menu>ul>li>a {
        color: #00316F;
    font-weight: bold;
    padding: 5px;
}
.dropdown-sub li {
    margin: 0;
}
.dropdown-sub li a {
    color: #fff;
    padding: 0 0 8px 15px;
}
.course .dropdown-item:hover,
.course .dropdown-item:focus,
.course .dropdown-item.active,
.course .dropdown-item:active {
    background: initial !important;
}*/
.ge-level-img {
    width: 100%;
    height: auto;
}
/*faq*/
.qa-box {
    margin-bottom: 20px;
}
.question {
    font-size: 18px;
    color: #00316F;
    font-weight: bold;
}
/*class schedule*/
/*.class-schedule-box {
    border-bottom:  1px solid #FE9227;    
    margin-bottom: 15px;
    padding-bottom: 15px;
}*/
.class-schedule-box table,
.class-schedule-box th ,
.class-schedule-box td {
    border: 1px solid #000;
}
.class-schedule-box th ,
.class-schedule-box td {
    text-align: center;
    padding: 10px 5px;
}
.class-schedule-box table tr th {
    background: #333;
    color: #fff;
    vertical-align: middle;    
}
.class-schedule-box table tr td {
    vertical-align: top;  
    font-weight: bold;  
}

/*why prep with us*/
.prep-box {
    margin-bottom: 15px;
}
.time-txt {
    display: inline-block;
    line-height: 1.7;
    margin-right: 60px;
    font-weight: bold;
}
.time-txt strong {
   display: inline-block;
    width: 78px;
    height: 78px;
    background: #FE9227;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 10px;
}
.time-txt02 strong {
    font-size: 25px;
    line-height: 3;
}
.about-gallery-img img {
    max-width: 100%;
    margin-bottom: 20px;
}
.about-gallery-img {
    text-align: right;
}
/*Our Client*/
.client-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.client-box a {
    width: 100%;
    display: block;
}
.client-box img {
    width: 170px;
    display: block;
    margin: 0 auto;
}
/*class schedule*/
.gallery-box {
    margin-bottom: 10px;
}
.gallery-box img {
    width: 100%;
    height: 100%;
}
.video-box iframe {
    width: 100%;
    height: 200px;
}
.video-box p {
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
}
.news-list-box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-list-img {
        display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1px;
    background: #000;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.news-list-img li {
    width: calc(calc(100% / 3) - 2px);
}
.news-list-img li:nth-child(1),
.news-list-img li:nth-child(2){
    width: calc(calc(100% / 2) - 2px);
}
.news-list-img li img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.news-list-img .img-count {
        position: absolute;
    right: 46px;
    bottom: 24px;
    font-size: 37px;
    color: white;
}
.news-img-box {
    position: relative;
}
.news-img-box .img-thumbnail {
    max-height: 350px !important;
    object-fit: cover;
}
.youtube-icon {
        width: 75px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-------------------------------------------
Career Page
--------------------------------------------*/
.career-box {
    background: #F2F2F2;  
    margin-bottom: 30px;  
}
.career-box h5 {
    background: #bbb;
    padding: 15px 30px;
}
.career-box-inr {
    padding: 15px 30px;
}
.career-img-box {
    text-align: center;
}
.career-txt-box ul {
    padding-left: 20px;
}
.career-txt-box .detail-btn {
    margin-top: 20px;
}
.career-txt-box h4:first-child {
    margin-top: 0;
}
.cmn-ttl a {
    float: right;
    font-size: 17px;
    text-decoration-line: underline;
    color: #FE9227;
}
.career-post-ttl {
    font-size: 20px;
    color: #00316F;
    font-weight: bold;
}
.career-gallery {
    margin: 0;
}
.career-gallery-box {
    padding: 0;
}
.career-gallery-box img {
    width: 100%;
    filter: grayscale(100%);
}
.career-gallery-box img:hover {
    filter: grayscale(0);
}
.career-img-box img {
    width: 200px;
}
/*-------------------------------------------
Study Abroad 
--------------------------------------------*/
.study-box {
    margin-bottom: 30px;
}
.study-box h5 {
    color: #FE9227;
}
.study-box span img {
    width: 60px;
    margin-right: 20px;  
}
.study-ab-sec {
    border-bottom: 1px solid #FE9227;
    padding: 20px 0;
}
.study-even-ab-img {
    text-align: left !important;
}
.study-ab-txt h4:first-child {
    margin-top: 0;
}
.study-ab-img {
    text-align: right;
}
.study-ab-img img {
    width: 300px;
}
.testimoinal-box {
    align-items: center;
}
.testimoinal-img {
    text-align: right;
}
.testimoinal-img img {
    width: 180px;
}
.testimoinal-txt {
    font-weight: bold;
}
.testimoinal-name {
    font-size: 17px;
    color: #00316F;
    margin-top: 15px;
}
.study-testimonial .carousel-indicators li {
    background: #00316F;
    border: 0 !important;
}
.study-testimonial .carousel-indicators {
    margin: 0;
    justify-content: left;
}
.study-testimonial .carousel-indicators .active {
    background: #FE9227;
}
.study-testimonial .carousel-inner {
    padding-bottom: 40px;
}

.cmn-std-testi {
        text-align: center;
    background: #f2f2f2;
    padding: 0 20px 10px;
    margin-top: 80px;
    border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.cmn-std-testi img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: -60px auto 10px;
}
.cmn-std-testi p {
    color: #000;
}
.testi-name {
    font-size: 18px;
    color: #00316F !important;
    font-weight: bold;
}
/*-------------------------------------------
Contact Us
--------------------------------------------*/
/*.contact-box {
    margin: 0;
}*/
.contact-box iframe {
    width: 100%;
    height: 300px;
}
.contact-box h5 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #00316F;
}
.contact-box li {
    margin-bottom: 20px !important;
} 
.get-direction-btn {
    background: #FE9227;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
}
.detail-btn,
.submit-btn {
    padding: 3px 35px;
}
/*.detail-btn {
    display: block;
}*/
.wpcf7-form label {
    font-weight: bold;
}
.contact-box .ft-address-link li,
.contact-box .ft-address-link li a {
    opacity: 1;
    color: #00316F
}
/*-------------------------------------------
English Test 
--------------------------------------------*/

.english-test-link a {
    text-transform: uppercase;
    border: 1px solid #00316F;
    font-style: italic;
}
.english-test-link a:hover {
    text-decoration: none;
}
.english-test-box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 2px;
}
.english-test-box img {
    width: 100%;
    transition: all 0.3s;
    height: 300px;
}
.english-test-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
}
.english-test-box:hover:after {
    /*content: initial;*/
}
.english-test-box:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.english-txt {
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}
.english-txt p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.start-btn {
    padding: 3px 30px 4px;
    background: #FE9227;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}
.start-btn:hover {
    color: #fff;
    text-decoration: none;
}
.ge-test {
   margin: 30px 0 20px;
    background: #F2F2F2;
    color: #00316F;
    padding: 25px 15px;
    text-align: center;
    border: 2px solid #eee;
    box-shadow: 1px 1px 1px #ccc;
}
.ge-test h5 {
    font-size: 20px;
    font-weight: bold;
    color: #00316F;
}
.ge-test p {
    margin: 20px 0;
}
/*-------------------------------------------
footer 
--------------------------------------------*/
footer {
    color: #fff;    
}
.kaplan-txt {
    border-top: 1px solid #000;
    padding: 40px 0;
}
.kaplan-txt p {
    /*color: #00316F;*/
    /*font-weight: bold;*/
    font-size: 18px;
}
.starfish-txt {
    color: #FE9227;
    font-size: 20px;
}
.col-org {    
    color: #FE9227;
}
.footer-contact {
    padding: 45px 0;
    background: #333;
}
.footer-copy {
    background: #00316F;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.footer-copy p {
    padding: 8px 0;
    margin: 0;
}
.ft-address-link {
    list-style: none;
    padding: 0
}
.ft-address-link li {
    margin-bottom: 10px;
}
.ft-address-link li,
.ft-address-link li a {
    color: #fff;
    opacity: 0.7;
}
.ft-address-link li i {
    color: #ffa500;
    margin-right: 5px;
}
.footer-sns {
    margin: 0;
    padding: 0;
}
.footer-sns li {
    float: left;
    margin-right: 15px;
}
.footer-sns li a i {
    font-size: 36px;
    color: #fff;
    opacity: 0.7;
}
/*-------------------------------------------
quiz maker 
--------------------------------------------*/
*[id^="ays_finish_quiz_"] div.step {
    padding-top: 0 !important;
}
.information_form input {
    border-radius: 5px;
    margin: 5px 0 15px !important;
    border-radius: 5px !important;
    padding: 5px 8px;
}
.information_form input[type="text"] {
    width: 100% !important;
    font-size: 15px !important;
}
.ays_next,
.action-button ,
.get_access_btn {
      background: #00316f !important;
    color: #fff !important;
    box-shadow: 1px 1px 1px #ddd !important;
    border: 0 !important;
    border-radius: 5px !important;
    padding: 8px 20px 10px !important;
    width: auto !important;
    font-size: 16px !important;
    max-width: initial !important;
    letter-spacing: 1px;
    height: initial !important;
}
.ays_next:hover,
.action-button:hover,
.get_access_btn:hover {
    border: 0 !important;
}
.form-ttl {
    border-bottom: 0 !important;
    text-align: left !important;
}
.information_form span {
    display: block;
    text-align: left;
    font-weight: bold;
}
.information_form p {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #f00;
}
.ays-form-title p {
    margin: 0 !important;
    padding: 0 !important;
}
.ays_quiz_question {
    text-align: left;
    margin-bottom: 20px;
}
.ays-quiz-timer {
    font-weight: bold;
    padding: 5px;
    color: #f00 !important;
    letter-spacing: 3px;
}
#ays-quiz-container-3.ays_quiz_rect_light .ays-quiz-answers .ays-field.checked_answer_div,
.ays-field.checked_answer_div {
    background: #00316F !important;
}
#ays-quiz-container-3.ays_quiz_rect_light .ays-quiz-answers .ays-field:hover,
.ays-field:hover {
    background: rgba(0, 49, 111, 0.3) !important;
}
#ays-quiz-container-3.ays_quiz_rect_light .ays-quiz-answers .ays-field.checked_answer_div label,
.ays-field.checked_answer_div label,
#ays-quiz-container-3.ays_quiz_rect_light .ays-quiz-answers .ays-field:hover label,
.ays-field:hover label {
    color: #fff !important;
}
.ays_quiz_image {
    width: 450px !important;
    margin: 10px auto !important;
    display: block;
}
.quiz-course-ttl {
    font-weight: bold;
    font-size: 20px !important;
}
.quiz-notice {
    color: #f00 !important;
    padding: 0 !important;
}
.ays-question-counter {
        font-weight: bold;
    display: block;
    top: 5px;
}
.quiz-total {
    color: #f00;
}
.quiz-qs-count {
   color: #000 !important;
    margin-right: 5px !important;
    font-size: 16px;
    font-weight: bold;
}
.ays_quiz_question p:nth-of-type(1) {
    display: inline;
}
.ays_quiz_question p {
    margin: 10px 0 !important;
    padding: 0 !important;
    display: block;
}
.quiz-ol,
.ays_quiz_question ol,
.ays_quiz_question ul {
    padding-left: 15px !important;
    margin: 0 !important;
}
.ays_quiz_question li {
    font-size: 14px;
}
.ays_quiz_question li,
.ays_quiz_question>p,
.ays-quiz-answers label {
    color: #000 !important;
}
.personal-info-ttl p {
    font-size: 20px !important;
}
.ays_message p {
    font-size: 20px !important;
    font-weight: bold;
    margin: 40px auto !important;
    display: block;
}
.ays-quiz-container .reading-qs {
    background: #eee !important;
    color: #f00!important;
    padding: 5px!important;
    display: block!important;
    margin: 10px 0 !important;
    border: 1px solid #ccc!important;
}
.ays_message input {
    color: #fff !important;
}
.ays-quiz-answers {
    margin-top: 20px !important;
}
.ays-abs-fs {
    margin-top: 30px !important;
}
.ays-quiz-container .ays-text-field textarea {
    height: 400px !important;
}
/*.ays_quiz_results_page .thank-ttl,
#ays_finish_quiz_3 .thank-ttl,
#ays_finish_quiz_7 .thank-ttl,
#ays_finish_quiz_9 .thank-ttl {
    text-align: center;
    color: #fe9227 !important;
    border-bottom: 3px double #fe9227 !important;
    display: inline;
    font-size: 22px !important;
}
.ays_quiz_results_page label,
#ays_finish_quiz_10 label,
#ays_finish_quiz_3 label,
#ays_finish_quiz_7 label,
#ays_finish_quiz_9 label {
    font-size: 17px;
    cursor: pointer;
}
.ays_quiz_results_page label input[type="checkbox"],
#ays_finish_quiz_10 label input[type="checkbox"],
#ays_finish_quiz_3 label input[type="checkbox"],
#ays_finish_quiz_7 label input[type="checkbox"],
#ays_finish_quiz_9 label input[type="checkbox"] {
    display: inline !important;
    width: auto !important;
    margin-left: 15px;
}
.ays_quiz_results_page input[type="submit"],
#ays_finish_quiz_10 input[type="submit"],
#ays_finish_quiz_3 input[type="submit"],
#ays_finish_quiz_7 input[type="submit"],
#ays_finish_quiz_9 input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 3px 40px;
    font-size: 16px;
    background: #00316F;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
*/

.ays_quiz_results_page input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 3px 40px;
    font-size: 16px;
    background: #00316F;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.outstanding-student-slider {
    margin: 30px 0;
}
.outstanding-student-slider button {
    display: none !important;
}
.outstanding_std_box {
    text-align: center;
}
.outstanding_std_box img {
  /*  width: 200px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 8px;*/
    width: 100%;
}
.outstanding_std_box p {
        color: #00316F;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
.outstanding_std_box .out-std-name {
  color: #FE9227;
    font-size: 16px;
}


@media screen and (max-width: 992px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .sp-home-menu {
        display: block;
        width: 50%;
        float: right;
    }
    .sp-home-menu .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 48px;
        left: 0;
        z-index: 99;
        background: #00316f;
        border-top: 2px solid #fe9227;
    }
    .sp-home-menu .navbar-toggler {
        right: 0;
        position: absolute;
        padding: 3px 5px;
        border-color: #00316F;
        margin-right: 9px;
    }
    .sp-home-menu .navbar {
        position: initial;
    }
    .sp-home-nav .menu {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .sp-home-nav .menu li {
        border-bottom: 1px solid #fff;
        padding: 10px;
    }
    /*.sp-home-nav .menu li:hover {
        opacity: 0.7;
    }*/
    .sp-home-nav .menu li:last-child {
        border-bottom: 0;
    }
    .sp-home-nav .menu li a {
        color: #fff;
        text-align: center;
        display: block;
    }
    .sp-home-nav .dropdown-menu {
        background-color: #00316f;
        height: calc( 100vh - 435px);
        overflow-y: scroll;
        width: 100%;
        margin-top: -5px;
        padding-top: 0;
    }    
  /*  .sp-home-nav .dropdown-menu li{
        background-color: #00316f;
        height: 300px;
        overflow-y: scroll;
        width: 100%;
        margin-top: -5px;
        padding-top: 0;
    }*/
    .home-menu {
        display: none;
    }
    .language-sec {
        padding: 10px 10px;
        border-bottom: 2px solid #00316f;
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
    }
    .language-sec aside {
        width: 50%;
        float: left;
        text-align: left;
    }
    .logo-sec {    
        padding: 10px 0;
        margin-top: 50px;
    }
    
    .kaplan-logo img {
        width: 110px !important;
    }
    .logo-sec img {
        width: 140px;
    }
    .starfish-logo, .kaplan-logo {
        width: 50%;
    }
    .banner p {
        font-size: 16px;
    }
    .banner {
        position: relative;
        border-bottom: 2px solid #fe9227;
        border-top: 2px solid #00316f;
    }
    .about-gallery-img {
        text-align: center;
    }
    .gallery-box,
    .video-box {
        margin-bottom: 20px;
    }
    .course-menu {
        display: none;
    }
    .course {
        margin-top: 10px;
    }
    .course .nav-tabs .nav-item {
        width: 33%;
        margin-bottom: 2px;
        text-align: center;
    }
    .course .nav-tabs .nav-link {
        padding: 5px 0;
        font-size: 14px;
    }
    .enrollment-btn {
        left: 0;
        top: -1px;
        right: auto;
    }
    .enrollment-btn img {
        width: 100px;
    }
    .home-video,
    .home-video-inr {
        height: auto !important;
    }
    
    .testimoinal-img {
        text-align: left;
    }
    .testimoinal-img img {
        width: 120px;
    }
    .testimoinal-name { 
        font-size: 14px;
    }    
    .study-ab-img {
        text-align: left;
    }
    .study-ab-sec .row>div:first-child {
        margin-bottom: 20px;
    }
    
    .teacher-title-box {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .question,
    .kaplan-txt p ,
    body {
        font-size: 14px;
    }
    .banner-txt {
        font-size: 20px !important;
    }
    .banner-txt span {
        font-size: 50px;
    }
    .kaplan-txt {
        padding: 10px 0;
    }
    h3, 
    .course-ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .tab-pane h3, 
    .cmn-ttl {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .starfish-txt,
    .schedule-ttl,
    h4 {
        font-size: 16px;
    }
    h4 {
        margin: 10px 0 5px;
    }
    h5 {
        font-size: 15px;
    }
    .about-course-box, 
    .cmn-sec, 
    .contact-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-about-box {
        margin-bottom: 20px;
    }
    .home-about-box img {
        max-width: 100%;
    }
    .home-cmn-sec>div {
        margin-bottom: 20px;
    }
    .study-box:first-child {
        margin-top: 20px;
    }
    .home-starfish-info-box:last-child,
    .home-cmn-sec>div:last-child {
        margin-bottom: 0;
    }
    .home-starfish-info {
        padding: 30px 0;
    }
    .home-starfish-info-box {
        margin-bottom: 20px;
    }
    .number-info {
        font-size: 35px;
        text-align: left;
    }
    .counter {
        font-size: 35px !important;
    }
    .footer-contact {
        padding: 25px 0;
    }
    .sub-pg-wrap {
        padding: 15px 0;
    }
    .contact-box .get-direction-btn {
        margin-bottom: 20px;
    }
    .cmn-sec-box:nth-child(even) {
        background: #eee;
    }
    .course .tab-content {
        padding: 20px 0 30px;
    }
    .adv-box { 
        width: 100%;
    }
    
  /*  .kaplan-logo img {
        width: 90px !important;
    }
*/

}
@media screen and (max-width: 460px) {
    .course .nav-tabs .nav-link {
        font-size: 9px;
    }
    .slick-prev:before {
        left: 20px;
        position: absolute;
    }
    .slick-next:before {
        right: 20px;
        position: absolute;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .course-menu-inr ul li {
            margin: 0 20px 0 0;
    }
}