/*All Page CSSs*/
/*Home Page CSSs*/
.home-page .home-hero-section{
    width: 100%;
}
.home-page .home-hero-section-back{
    height: 660px;
}
.home-page .home-hero-content-wrapper{
    width: 100%;
    height: 660px;
    position: relative;
}
.home-page .home-hero-content-box{
    position: absolute;
    width: 569px;
    left: 10%;
    bottom: 34%;
}
.home-page .home-hero-content-box .heading{
    font-size: 32px;
    color: #111;
    line-height: 1.2em;
}
.home-page .home-hero-content-box .heading .sub-text{
    font-size: 40px;
}
.home-page .home-hero-content-box .sub-heading{
    font-size: 18px;
    color: #333;
    padding-top: 5px;
}
.home-page .home-hero-content-box .learn-more-btn{
    width: 140px;
    height: 52px;
    background-color: #A159A2;
    font-size: 16px;
    color: #fff;
    font-family: Raleway; font-weight: 700;
}
.home-page .home-hero-content-box .learn-more-btn:hover,
.home-page .home-hero-content-box .learn-more-btn:active,
.home-page .home-hero-content-box .learn-more-btn:focus{
    color: #fff;
}
.home-page .home-hero-content-box .form-control{
    height: 52px;
    font-size: 18px;
    color: #333;
    font-family: Raleway; 
    font-weight: 100;    
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../assets/images/common/icon-angle-down.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 24px;
}
.home-page .timer-list-box{
    margin: 0;
    padding: 0;
}
.home-page .timer-list-box > li{
    display: inline-block;
    padding-right: 5px;
    font-size: 40px;
    color: #000;
    line-height: 0.7em;
    text-align: center;
}
.home-page .timer-list-box > li > span{
    display: block;
    font-size: 16px;
}
.home-page .hero-link-list-box{
    margin: 0;
    padding: 0;
}
.home-page .hero-link-list-box > li{
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.home-page .hero-link-list-box > li a{
    font-size: 16px;
    color: #333;
    text-decoration: underline;
}
.home-page .hero-link-list-box > li a:hover,
.home-page .hero-link-list-box > li a:active,
.home-page .hero-link-list-box > li a:focus{
    color: #333;
}
.home-page .flex-ed-school-btn{
    font-size: 16px;
    color: #fff!important;
    width: 270px;
    height: 52px;
    background-color: #1E90B2!important;
    text-decoration: none!important;
    padding-top: 14px;
}
.home-page .flex-ed-school-btn:hover,
.home-page .flex-ed-school-btn:active,
.home-page .flex-ed-school-btn:focus{
    color: #fff;
}

.home-page .home-faq-section{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}
.home-page .home-faq-section h3{
    color: #333333;
    font-size: 28px;
    font-family: Raleway; font-weight: 400; 
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 0.5em;
}
.home-page .home-faq-section h2{
    color: #333333;
    font-size: 50px;
    font-family: Raleway; font-weight: 400;
    line-height: 0.5em;
    text-transform: uppercase;   
    padding-bottom: 15px;  
}
.home-page .home-faq-section .more-faq-btn{
    font-family: Raleway; font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 42px;
    background-color: #A159A2;
    padding-top: 10px;
}
.home-page .home-faq-section .more-faq-btn:hover,
.home-page .home-faq-section .more-faq-btn:active,
.home-page .home-faq-section .more-faq-btn:focus{
    color: #fff;
}
.home-page .home-faq-section .panel{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 12px;
}
.home-page .home-faq-section .panel-title a{
    font-family: Raleway; font-weight: 700;
    font-size: 18px;
    color: #333;
}
.home-page .home-faq-section .panel-heading{
    padding: 15px 18px;
    border: none!important;
}
.home-page .home-faq-section .panel-body p{
    color: #666;
}
.home-page .home-faq-section .panel-group .panel-heading+.panel-collapse>.list-group, 
.home-page .home-faq-section .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none!important;
    padding-top: 0;   
}

.home-page .more-faq-btn:hover,
.home-page .more-faq-btn:active,
.home-page .more-faq-btn:focus{
    color: #fff;
}
.home-page .home-faq-section p{
    font-family: Raleway; font-weight: 400;
    font-size: 16px;
    color: #333;
}


.home-page .our-facilities-section{
    width: 100%;
    /*padding-top: 15px;*/
    padding-bottom: 10px;
}
.home-page .our-facilities-list-box{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.home-page .our-facilities-list-box li{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.home-page .our-facilities-list-box li a{
    display: block;
    font-size: 30px;
    color: #333;
    padding: 38px 20px 20px 20px;
    text-align: center;
    line-height: 1em;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-page .our-facilities-list-box li a:hover,
.home-page .our-facilities-list-box li a:active,
.home-page .our-facilities-list-box li a:focus{
    /*color: #333;*/
    color: #A159A2;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: underline;
}
.home-page .our-facilities-list-box li .image-box{
    height: 320px;
}

.home-page .home-four-column-block{
    width: 100%;
}
.home-page .home-four-column-block-back{
    /*min-height: 181px;*/
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-page .home-four-column-block .media{
    border: none;
    margin: 0;
    padding: 0;
}
.home-page .home-four-column-block .media-body{
    color: #fff;
    font-size: 24px;
    font-family: Raleway; font-weight: 400;
    line-height: 1em;
    padding-top: 15px;
}
.home-page .home-four-column-block .media-body strong{
    display: block;
}
.home-page .home-video-block-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}
.home-page .home-video-block-section .video-block{
    display: block;
    height: 540px;
    position: relative;
    text-align: center;
}
.home-page .home-video-block-section .video-block .play-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    
}


.home-page .testimonial-section{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
}
.home-page .testimonial-section .heading{
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
}
.home-page .testimonial-section .sub-heading{
    font-size: 16px;
    color: #333;
}
.home-page .name-and-designation{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
}
.home-page .testimonial-content-box{
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    text-align: center;
}
.home-page .testimonial-section .carousel-control{
    top: 15%;
    opacity: 100;
}

/*About Page CSSs*/
.about-page .about-heading-section{
    width: 100%;
}
.about-page .about-heading-section-back{
    height: 365px;
}
.about-page .about-heading-wrapper{
    width: 100%;
    height: 365px;
    position: relative;
}
.about-page .about-heading-wrapper .heading{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    color: #111;
    bottom: 20%;
}

.about-page .our-principal-and-motto-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}
.about-page .our-principal-box .heading-box{
    text-align: right;
    padding-right: 143px;
    text-transform: uppercase;
    padding-top: 30px;
}
.about-page .our-principal-box .heading-box .heading{
    font-size: 28px;
    color: #333;
}
.about-page .our-principal-box .heading-box .sub-heading{
    font-size: 50px;
    color: #333;
    line-height: 1.1em;
}
.about-page .our-principal-box .desc{
    max-width: 471px;
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    line-height: 1.5em;
}
.about-page .our-principal-box .name-box{
    font-size: 16px;
    color: #333;
    padding-top: 6px;
}
.about-page .our-motto-box{
    background-position: top right;
    background-repeat: no-repeat;
}
.about-page .our-motto-box .heading-box{
    text-align: right;
    padding-right: 105px;
    text-transform: uppercase;
    padding-top: 20px;
}
.about-page .our-motto-box .heading-box .heading{
    font-size: 28px;
    color: #333;
}
.about-page .our-motto-box .heading-box .sub-heading{
    font-size: 50px;
    color: #333;
    line-height: 1.1em;
}
.about-page .our-motto-box .desc{
    font-size: 16px;
    color: #333;
    padding-top: 45px;
    line-height: 1.5em;
}
.about-page .meaning-of-first{
    color: #333;
    font-size: 24px;
    line-height: 1.9em;
    padding-top: 20px;
    padding-left: 45px;
}
.about-page .meaning-of-first span{
    font-size: 50px;
    display: inline-block;
    padding-right: 6px;
}

.about-page .about-slider-section{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.about-page .about-slider-section .carousel-indicators{
    position: static;
    padding-top: 20px;
    width: 100%;
    margin-left: auto;
}
.about-page #about-carousel .carousel-control{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.about-page #about-carousel:hover .carousel-control{
    visibility: visible;
    opacity: 1;
}
.about-page .slider-nav-list-box li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border-color: #ccc;
}
.about-page .slider-nav-list-box li.active{
    background-color: #A159A2;
    border-color: #A159A2;
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

.about-page .two-column-content-section{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
}
.about-page .block-list-content-box{
    margin: 0;
    padding: 0;
}
.about-page .block-list-content-box li{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.block-content-item-box{
    margin: 7px;
}
.about-page .block-content-item-box .title{
    font-size: 40px;
    color: #333;
    display: inline-block;
}
.about-page .block-content-item-box .horizontal-bar{
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    margin: 5px auto;
}
.about-page .block-content-item-box .desc{
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.6em;
}

.about-page .proud-history-section{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.about-page .proud-history-box .heading-box{
    padding-right: 80px;
    text-align: right;
    text-transform: uppercase;
}
.about-page .proud-history-box .heading{
    font-size: 28px;
    color: #333;
}
.about-page .proud-history-box .sub-heading{
    font-size: 50px;
    color: #333;
    line-height: 1em;
}
.about-page .proud-history-box .desc{
    padding-left: 85px;
    font-size: 16px;
    color: #333;
    padding-top: 20px;
    line-height: 1.6em;
}
.about-page .video-link-container{
    min-height: 400px;
    padding: 20px;
    position: relative;
}
.about-page .video-content-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15%;
}
.about-page .video-content-box .title{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.about-page .video-content-box .title:hover,
.about-page .video-content-box .title:active,
.about-page .video-content-box .title:focus{
    color: #fff;
}
.about-page .video-content-box .desc{
    font-size: 14px;
    color: #fff;
}

.about-page .select-program-section{
    width: 100%;
}
.about-page .select-program-section-back{
    min-height: 552px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-page .select-program-section .heading{
    font-size: 24px;
    color: #333;
}
.about-page .select-program-section .sub-heading{
    font-size: 40px;
    color: #333;
    line-height: 1em;
}
.about-page .school-container{
    height: 300px;
    padding: 25px 15px 25px 15px;
    position: relative;
}
.about-page .resource-container{
    height: 300px;
    padding: 45px 35px 25px 15px;
    position: relative;
}
.about-page .school-container .heading{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.about-page .resource-container .heading{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.about-page .school-control-box{
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45%;
    margin: 0 auto;
}
.about-page .school-control-box input{
    height: 42px;
}
.about-page .resource-control-box{
    width: 230px;
    position: absolute;
    right: 55px;
    bottom: 45%;   
}
.about-page .resource-control-box input{
    height: 42px;
}

/*Contact Us Page CSSs*/
.contact-page .page-header-section{
    width: 100%;
}
.contact-page .page-header-section-back{
    height: 175px;
}
.contact-page .page-header-wrapper{
    width: 100%;
    height: 175px;
    position: relative;
}
.contact-page .page-header-section .heading{
    font-size: 40px;
    color: #111;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
}

.contact-page .contact-details-section{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
}
.contact-page .contact-details-box .heading{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}
.contact-page .contact-details-box .data-box{
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    padding-bottom: 15px;
}
.contact-page .contact-social-list-box{
    margin: 0;
    padding: 0;
}
.contact-page .contact-social-list-box li{
    display: block;
    padding-bottom: 11px;
}
.contact-page .contact-social-list-box li a{
    font-size: 16px;
    color: #333333;
}
.contact-page .contact-social-list-box li a i{
    color: #999EA7;
    font-size: 20px;
}
.contact-page .contact-social-list-box li a:hover,
.contact-page .contact-social-list-box li a:active,
.contact-page .contact-social-list-box li a:focus{
    color: #A059A1;
    text-decoration: none;
}
.contact-page .contact-social-list-box li a:hover i{
    color: #A059A1;
}
.contact-page .contact-social-list-box li a span:hover{
    text-decoration: underline;
}
.contact-page .school-hours-box{
    width: 300px;
    padding: 15px 45px 2px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.contact-page .school-hours-box .media{
    margin: 0;
    padding: 0;
    border: none;
}
.contact-page .school-hours-box .icon-box{
    font-size: 36px;
    color: #1E90B3;
    padding-right: 30px;
    line-height: 0.5em;
}
.contact-page .school-hours-box .time-box{
    font-size: 30px;
    color: #434343;
    line-height: 0.7em;
}
.contact-page .school-hours-box .time-box span{
    color: #979797;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-page .note-box{
    font-size: 16px;
    color: #333;
}
.contact-page .note-box .media{
    margin: 0;
    padding: 0;
    border: none;
}
.contact-page .contact-us-form-container{
    border-left: 1px solid #eee;
}
.contact-page .contact-us-form-container .heading{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}
.contact-page .contact-us-form-container .sub-heading{
    font-size: 16px;
    color: #333;
}
.contact-page .contact-us-form-container .control-label{
    font-size: 16px;
    color: #333;
}
.contact-page .contact-us-form-container .control-label span{
    color: #1E90B2;
    font-size: 14px;
}
.contact-page .contact-us-form-container .form-control{
    background-color: #eee;
    height: 48px;
}
.contact-page .contact-form-submit-btn{
    width: 100%;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    letter-spacing: 1px;
}
.contact-page .contact-form-submit-btn:hover,
.contact-page .contact-form-submit-btn:active,
.contact-page .contact-form-submit-btn:focus{
    color: #fff;
}
.contact-page .contact-us-form-container .hs-form-field{
    padding-bottom: 10px;
}
.contact-page .contact-us-form-container .hs-form-field label{
    color: #333;
    font-size: 16px;
    font-weight: 400;    
    padding-bottom: 5px;
}
.contact-page .contact-us-form-container .hs-form-required{
    color: #8C2200;
}
.contact-page .contact-us-form-container .input .hs-input[type="text"],
.contact-page .contact-us-form-container .input .hs-input[type="email"],
.contact-page .contact-us-form-container .input .hs-input[type="tel"],
.contact-page .contact-us-form-container .input select{
    width: 100%;
    border: 1px solid #eee;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eee;
    height: 48px;
}
.contact-page .contact-us-form-container .input textarea{
    width: 100%;
    height: 91px;
    border: 1px solid #eee;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eee;
}
.contact-page .contact-us-form-container .hs-error-msgs{
    padding: 0;
    margin: 0;
}
.contact-page .contact-us-form-container .hs-error-msgs li{
    display: block;
    padding-top: 6px;
}
.contact-page .contact-us-form-container .hs-error-msgs li label{
    color: #FF6666;
    font-size: 14px;
}
.contact-page .contact-us-form-container .inputs-list.multi-container{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.contact-page .contact-us-form-container  .inputs-list li{
    display: block;
}
.contact-page .contact-us-form-container  .inputs-list li span{
    padding-left: 6px;
    color: #333;
    font-size: 14px;
}
.contact-page .contact-us-form-container  .inputs-list li label{
    margin-bottom: 2px;
}
.contact-page .contact-us-form-container .actions{
    text-align: center;
}
.contact-page .contact-us-form-container .actions input[type="submit"]{
    width: 100%;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.contact-page .contact-us-form-container .actions input[type="submit"]:hover,
.contact-page .contact-us-form-container .actions input[type="submit"]:active,
.contact-page .contact-us-form-container .actions input[type="submit"]:focus{
    color: #fff;
}


.contact-page .contact-map-section{
    width: 100%;
}
.contact-page .contact-map-container{
    min-height: 406px;
} 

/*Flex Ed School Page CSSs*/
.school-page .school-hero-section{
    width: 100%;
}
.school-page .school-hero-section-back{
    height: 660px;
}
.school-page .school-hero-content-wrapper{
    width: 100%;
    height: 660px;
    position: relative;
}
.school-page .school-hero-content-box{
    width: 569px;
    position: absolute;
    left: 10%;
    bottom: 30%;
}
.school-page .school-hero-content-box .heading{
    font-size: 40px;
    color: #111;
    line-height: 1.2em;
}
.school-page .school-hero-content-box .desc{
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 15px;
}
.school-page .school-hero-content-box .enroll-today-btn{
    font-size: 16px;
    color: #fff;
    width: 270px;
    height: 52px;
    padding-top: 14px;
    background-color: #1E90B2;
    letter-spacing: 1px;
}
.school-page .school-hero-content-box .enroll-today-btn:hover,
.school-page .school-hero-content-box .enroll-today-btn:active,
.school-page .school-hero-content-box .enroll-today-btn:focus{
    color: #fff;
}

.school-page .why-choose-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 15px;
}
.school-page .why-choose-section .heading-box{
    text-transform: uppercase;
    line-height: 3em;
    padding-right: 100px;
}
.school-page .why-choose-section .heading{
    font-size: 28px;
    color: #333;
}
.school-page .why-choose-section .sub-heading{
    font-size: 50px;
    color: #333;
}
.school-page .why-choose-section .desc{
    max-width: 471px;
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
    padding-top: 10px;
}
.school-page .video-link-container{
    min-height: 400px;
    padding: 20px;
    position: relative;
}
.school-page .video-content-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15%;
}
.school-page .video-content-box .title{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.school-page .video-content-box .title:hover,
.school-page .video-content-box .title:active,
.school-page .video-content-box .title:focus{
    color: #fff;
}
.school-page .video-content-box .desc{
    font-size: 14px;
    color: #fff;
}

.school-page .school-courses-section{
    width: 100%;
}
.school-page .school-courses-section-back{
    min-height: 500px;
}
.school-page .school-courses-content-box{
    padding-top: 40px;
    padding-bottom: 60px;
}
.school-page .school-courses-content-box .heading{
    font-size: 40px;
    color: rgba(255,255,255,0.70);
    text-transform: uppercase;
}
.school-page .course-slider-wrapper{
    width: 100%; 
    height: 330px; 
    position: relative;
    margin-top: 10px;
}
.school-page .course-slider-scrollpane{
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.school-page .course-slider-wrapper .slider-control{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: 45%;
    z-index: 5;
}
.school-page .course-slider-wrapper .slider-control.right{
    padding-left: 3px;
    right: -30px;
}
.school-page .course-slider-wrapper .slider-control.left{
    left: -30px;
    padding-right: 3px;
}
.school-page .course-list-box {
    margin: 0;
    padding: 0;
}
.school-page .course-list-box li{
    display: inline-block;
    width: 270px;
    margin-right: 20px;
    vertical-align: top;
}
.school-page .slider-course-item-box{
    min-height: 330px;
    position: relative;
    text-align: center;
}
.school-page .slider-course-item-box .image-box{
    
}
.school-page .slider-course-item-box .desc{
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
}
.school-page .slider-course-item-box .view-detail-btn{
    width: 270px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-color: transparent;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.school-page .slider-course-item-box .view-detail-btn:hover,
.school-page .slider-course-item-box .view-detail-btn:active,
.school-page .slider-course-item-box .view-detail-btn:focus{
    color: #fff;
}
.school-page .upcoming-events-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}    
.school-page .upcoming-events-section .heading{
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
}
.school-page .upcoming-events-section .sub-heading{
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.school-page .events-list-box{
    margin: 0;
    padding: 0;
}
.school-page .events-list-box > li{
    display: block;
    padding-bottom: 45px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
}
.school-page .events-list-box > li:last-child{
    border-bottom: none;
}
.school-page .events-list-box > li .media{
    margin: 0;
    padding: 0;
    border: none;
}
.school-page .events-list-box > li .media-left{
    padding-right: 45px;
}
.school-page .event-item-box .date-box{
    font-size: 70px;
    color: #A059A1;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}
.school-page .event-item-box .date-box span{
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}
.school-page .event-item-box .title-and-meta-box{
    border-left: 1px solid #ededed;
    padding-left: 15px;
}
.school-page .event-item-box .title{
    font-size: 24px;
    color: #333;
}
.school-page .event-item-box .title:hover,
.school-page .event-item-box .title:active,
.school-page .event-item-box .title:focus{
    color: #333;
}
.school-page .event-item-box .event-metadata{
    font-size: 14px;
    color: #999;
}
.school-page .event-item-box .about-event{
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.school-page .more-events-btn{
    width: 270px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background-color: #1E90B2;
    padding-top: 11px;
    text-transform: uppercase;
}
.school-page .more-events-btn:hover,
.school-page .more-events-btn:active,
.school-page .more-events-btn:focus{
    color: #fff;
}
.school-page .testimonial-box{
    width: 100%;
    padding: 25px 15px 15px 15px;
    border: 1px solid #eee;
}
.school-page .testimonial-content{
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
}
.school-page .testimonial-by{
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}
.school-page .view-more-testimonial{
    font-size: 16px;
    color: #1E90B2;
    padding-bottom: 15px;
}
.school-page .view-more-testimonial:hover,
.school-page .view-more-testimonial:active,
.school-page .view-more-testimonial:focus{
    color: #1E90B2;
}

.school-page .articles-and-tips-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
}
.school-page .articles-and-tips-section .heading{
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
}
.school-page .visit-the-blog-btn{
    width: 270px;
    height: 42px;
    color: #1E90B2;
    background-color: #fff;
    font-size: 16px;
    padding-top: 10px;
    border: 2px solid #1E90B2;
    text-transform: uppercase;
}
.school-page .visit-the-blog-btn:hover,
.school-page .visit-the-blog-btn:active,
.school-page .visit-the-blog-btn:focus{
    color: #1E90B2;
}
.school-page .article-list-box{
    /*margin: 0;
    padding: 0;*/
    padding-top: 15px;
}
/*.school-page .article-list-box li{
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}*/
.school-page .article-item-box{
    /*margin: 7px;*/
    position: relative;
}
.school-page .article-item-box .image-box{
    height: 220px;
}
.school-page .article-body{
    padding: 25px 20px 60px 20px;
    background-color: #F2F8FA;
    position: relative;
}
.school-page .article-body .icon-carent{
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
}
.school-page .article-body .metadata{
    font-size: 13px;
    color: #A9A9A9;
    padding-bottom: 10px;
}
.school-page .article-body .title{
    font-size: 16px;
    color: #333;
    line-height: 1.2em;
}
.school-page .article-body .title:hover,
.school-page .article-body .title:active,
.school-page .article-body .title:focus{
    color: #333;
}
.school-page .article-body .desc{
    font-size: 14px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 25px;
    line-height: 1.6em;
}
.school-page .article-body .read-more-link{
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}
.school-page .article-body .read-more-link:hover,
.school-page .article-body .read-more-link:active,
.school-page .article-body .read-more-link:focus{
    color: #1E90B2;
}
.school-page .free-download-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 40px;
}
.school-page .free-download-box .free-download-link{
    font-size: 16px;
    color: #1E90B2;
}
.school-page .free-download-box .free-download-link:hover,
.school-page .free-download-box .free-download-link:active,
.school-page .free-download-box .free-download-link:focus{
    color: #1E90B2;
}
.school-page .free-download-box .title{
    font-size: 24px;
    color: #fff;
}
.school-page .free-download-box .title:hover,
.school-page .free-download-box .title:active,
.school-page .free-download-box .title:active{
    color: #fff;
}
.school-page .free-download-box .desc{
    font-size: 14px;
    color: rgba(255,255,255,0.70);
    padding-top: 10px;
    padding-bottom: 45px;
    line-height: 1.9em;
}
.school-page .download-now-btn{
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background-color: #1E90B2;
    text-transform: uppercase;
    padding-top: 10px;
    
}
.school-page .download-now-btn:hover,
.school-page .download-now-btn:active,
.school-page .download-now-btn:focus{
    color: #fff;
}

/*Resource Center CSSs*/
.resource-center-page .resourse-page-links-section{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F2F8FA;
    text-align: center;
}
.resource-center-page .link-list-box{
    margin: 0;
    padding: 0;
}
.resource-center-page .link-list-box li{
    display: inline-block;
    padding-right: 35px;
    vertical-align: middle;
}
.resource-center-page .link-list-box li a{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.resource-center-page .link-list-box li a:hover,
.resource-center-page .link-list-box li a:active,
.resource-center-page .link-list-box li a:focus{
    color: #333;
}
.resource-center-page .link-list-box li a.active{
    font-weight: 600;
}

.resource-center-page .resourse-hero-section{
    width: 100%;
}
.resource-center-page .resourse-hero-section-back{
    min-height: 585px;
    padding-top: 60px;
}
.resource-center-page .resourse-hero-section .heading-box{
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 40px;
    color: #333;
}
.resource-center-page .resourse-hero-section .heading-box p{
    margin: 0;
}
.resource-center-page .resourse-hero-section .desc{
    max-width: 464px;
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
    padding-top: 10px;
}
.resource-center-page .video-link-container{
    min-height: 400px;
    padding: 20px;
    position: relative;
}
.resource-center-page .video-content-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15%;
}
.resource-center-page .video-content-box .title{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.resource-center-page .video-content-box .title:hover,
.resource-center-page .video-content-box .title:active,
.resource-center-page .video-content-box .title:focus{
    color: #fff;
}
.resource-center-page .video-content-box .desc{
    font-size: 14px;
    color: #fff;
}

.resource-center-page .course-and-program-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.resource-center-page .course-and-program-section .heading{ 
    font-size: 24px;
    color: #333;
}
.resource-center-page .course-and-program-section .heading p{
    margin: 0;
}
.resource-center-page .course-and-program-section .sub-heading h2{
    font-size: 40px;
    color: #333;
    line-height: 1em;
    margin-top: 0;
}
.resource-center-page .course-and-program-section .sub-heading p{
    margin: 0;
}
.resource-center-page .course-and-program-slider-wrapper{
    width: 100%; 
    height: 330px; 
    position: relative;
    margin-top: 10px;
}
.resource-center-page .course-and-program-slider-scrollpane{
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.resource-center-page .course-and-program-slider-wrapper .slider-control{
    color: #333;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: 45%;
    z-index: 5;
}
.resource-center-page .course-and-program-slider-wrapper .slider-control.right{
    padding-left: 3px;
    right: -30px;
}
.resource-center-page .course-and-program-slider-wrapper .slider-control.left{
    left: -30px;
    padding-right: 3px;
}
.resource-center-page .course-and-program-list-box {
    margin: 0;
    padding: 0;
}
.resource-center-page .course-and-program-list-box li{
    display: inline-block;
    width: 270px;
    margin-right: 20px;
    vertical-align: top;
}
.resource-center-page .course-and-program-item-box{
    width: auto;
    margin: 7px;
    height: 300px;
    padding: 30px 15px 15px 15px;
    text-align: center;
}
.resource-center-page .details-about-school-btn{
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 10px;
    background-color: #fff;
}

.resource-center-page .faqs-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}
.resource-center-page .faqs-section .heading{
    font-size: 40px; 
    color: #333;
    text-transform: uppercase;
}
.resource-center-page .faqs-section .sub-heading{
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}
.resource-center-page .faq-list-box{
    margin: 0;
    padding: 0;
}
.resource-center-page .faq-list-box li{
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-bottom: 45px;
    margin-right: 2.5%;
}
.resource-center-page .faq-item-box{
    margin: 7px;
}
.resource-center-page .faq-item-box .question{
    font-size: 24px;
    color: #333;
}
.resource-center-page .faq-item-box .answer{
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    padding-top: 5px;
}
.resource-center-page .find-more-faqs-btn{
    width: 270px;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
}
.resource-center-page .find-more-faqs-btn:hover,
.resource-center-page .find-more-faqs-btn:active,
.resource-center-page .find-more-faqs-btn:focus{
    color: #fff;
}

/*How it works Page CSSs*/
.how-it-work-page .how-it-works-heading-section{
    width: 100%;
}
.how-it-work-page .how-it-works-heading-section-back{
    height: 175px;
}
.how-it-work-page .how-it-works-header-wrapper{
    width: 100%;
    height: 175px;
    position: relative;
}
.how-it-work-page .how-it-works-header-wrapper .heading{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    color: #111;
    font-size: 40px;
}

.how-it-work-page .school-and-resource-center-section{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
}
.how-it-work-page .nav-tabs-list-box .nav-tabs{
    text-align: center;
}
.how-it-work-page .nav-tabs-list-box .nav-tabs > li{
    float: none;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 4px;
}
.how-it-work-page .nav-tabs-list-box .nav-tabs > li > a{
    font-size: 16px;
    color: #333;
    background-color: #F9F9F9;
    border-radius: 0;
    border: 1px solid #ededed;
    border-bottom: none;
    padding: 13px 30px;
    border-bottom: none;
}
.how-it-work-page .nav-tabs-list-box .nav-tabs > li.active a{
    color: #A159A2;
    background-color: #fff;
    border-top: 4px solid #A159A2;
    border-bottom: none;
}
.how-it-work-page .nav-tabs-list-box .nav-tabs > li.active{
    margin-bottom: -3px;
}

.how-it-work-page .why-choose-block{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
}
.how-it-work-page .why-choose-block .heading-box{
    text-transform: uppercase;
    line-height: 3em;
    padding-right: 100px;
}
.how-it-work-page .why-choose-block .heading{
    font-size: 28px;
    color: #333;
}
.how-it-work-page .why-choose-block .sub-heading{
    font-size: 50px;
    color: #333;
}
.how-it-work-page .why-choose-block .desc{
    max-width: 471px;
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
    padding-top: 10px;
}
.how-it-work-page .video-link-container{
    min-height: 400px;
    padding: 20px;
    position: relative;
}
.how-it-work-page .video-content-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15%;
}
.how-it-work-page .video-content-box .title{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.how-it-work-page .video-content-box .title:hover,
.how-it-work-page .video-content-box .title:active,
.how-it-work-page .video-content-box .title:focus{
    color: #fff;
}
.how-it-work-page .video-content-box .desc{
    font-size: 14px;
    color: #fff;
}
.how-it-work-page .step-container{
    padding-top: 20px;
}
.how-it-work-page .step-container .heading-box{
    padding-right: 80px;
    color: #333;
    text-transform: uppercase;
    text-align: right;
}
.how-it-work-page .step-container .heading-box .heading{
    font-size: 28px;
}
.how-it-work-page .step-container .heading-box .sub-heading{
    font-size: 50px;
    line-height: 1em;
}
.how-it-work-page .step-container .desc-box{
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    padding-top: 20px;
    max-width: 471px;
    float: right;
}

.how-it-work-page .school-fee-box{
    width: 100%;
}
.how-it-work-page .school-fee-box .heading{
    font-size: 24px;
    color: #333;
}
.how-it-work-page .school-fee-box .desc{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.how-it-work-page .list-content-box{
    margin: 0;
    padding: 0;
}
.how-it-work-page .list-content-box > li{
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 16px;
    color: #3F3F40;
}
.how-it-work-page .tuition-work-box .heading{
    font-size: 24px;
}
.how-it-work-page .tuition-work-box .desc{
    font-size: 16px;
    padding-top: 10px;
}
.how-it-work-page .tuition-work-box .learn-more-link{
    font-size: 16px;
    color: #1E90B2;
}
.how-it-work-page .tuition-work-box .learn-more-link:hover,
.how-it-work-page .tuition-work-box .learn-more-link:active,
.how-it-work-page .tuition-work-box .learn-more-link:focus{
    color: #1E90B2;
}

.how-it-work-page .school-program-box{
    min-height: 552px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.how-it-work-page .school-program-box .heading{
    font-size: 24px;
    color: #333;
}
.how-it-work-page .school-program-box .sub-heading{
    font-size: 40px;
    color: #333;
    line-height: 1em;
}
.how-it-work-page .school-program-slider-wrapper{
    width: 100%; 
    height: 300px; 
    position: relative;
    margin-top: 10px;
}
.how-it-work-page .school-program-slider-scrollpane{
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.how-it-work-page .school-program-slider-wrapper .slider-control{
    color: #333;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: 45%;
    z-index: 5;
}
.how-it-work-page .school-program-slider-wrapper .slider-control.right{
    padding-left: 3px;
    right: -30px;
}
.how-it-work-page .school-program-slider-wrapper .slider-control.left{
    left: -30px;
    padding-right: 3px;
}
.how-it-work-page.school-program-list-box {
    margin: 0;
    padding: 0;
}
.how-it-work-page .school-program-list-box li{
    display: inline-block;
    width: 270px;
    margin-right: 20px;
    vertical-align: top;
}
.how-it-work-page .school-program-item-box{
    /*width: auto;
    margin: 7px;*/
    height: 300px;
    padding: 30px 15px 15px 15px;
    text-align: center;
}
.how-it-work-page .details-about-school-btn{
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 10px;
    background-color: #fff;
}

.how-it-work-page .resource-center-box{
    min-height: 552px;
    padding-top: 150px;
    padding-bottom: 50px;
}
.how-it-work-page .resource-center-box .heading{
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
}
.how-it-work-page .resource-center-box .sub-heading{
    font-size: 50px;
    color: #333;
    text-transform: uppercase;
    line-height: 1em;
}
.how-it-work-page .resource-center-box .desc{
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    padding-top: 10px;
}
.how-it-work-page .visit-resource-center-btn{
    width: 270px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    background-color: #1E90B2;
    padding-top: 14px;
}
.how-it-work-page .visit-resource-center-btn:hover,
.how-it-work-page .visit-resource-center-btn:active,
.how-it-work-page .visit-resource-center-btn:focus{
    color: #fff;
} 



@media(max-width: 767px){
    /*Home Page CSSs*/
    .home-page .home-hero-section-back{
        height: auto;
    }
    .home-page .home-hero-content-wrapper{
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-page .home-hero-content-box{
        position: static;
        width: auto;
    }
    .home-page .home-hero-content-box .heading{
        font-size: 22px;
    }
    .home-page .home-hero-content-box .sub-heading{
        font-size: 15px;
    }
    .home-page .flex-ed-school-btn{
        width: auto;
    }
    
    .home-page .our-facilities-list-box li{
        width: 100%;
    }
    .home-page .testimonial-section .heading{
        font-size: 24px;
    }
    .home-page .testimonial-section{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .home-page .home-hero-content-box .input-group{
        display: block;
    }
    .home-page .home-hero-content-box .learn-more-btn{
        margin-top: 10px;
    }
    
    /*About Page CSSs*/
    .about-page .about-heading-section-back{
        height: 135px;
    }
    .about-page .about-heading-wrapper{
        height: 135px;
    }
    .about-page .about-heading-wrapper .heading{
        font-size: 24px;
        bottom: 15%;
    }
    .about-page .our-principal-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .our-principal-box .heading-box .sub-heading{
        font-size: 28px;
    }
    .about-page .our-principal-box .heading-box .heading{
        font-size: 20px;
    }
    .about-page .our-principal-and-motto-section{
        padding-top: 15px;
    }
    .about-page .our-motto-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .our-motto-box .heading-box .heading{
        font-size: 20px;
    }
    .about-page .our-motto-box .heading-box .sub-heading{
        font-size: 28px;
    }
    .about-page .meaning-of-first{
        padding-left: 7px;
    }
    .about-page .meaning-of-first span{
        font-size: 32px;
    }
    
    .about-page .block-list-content-box li{
        width: 100%;
    }
    .about-page .two-column-content-section{
        padding-top: 0;
    }
    .about-page .block-content-item-box .title{
        font-size: 24px;
    }
    
    .about-page .proud-history-section{
        padding-top: 0;
    }
    .about-page .proud-history-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .proud-history-box .heading{
        font-size: 24px;
    }
    .about-page .proud-history-box .sub-heading{
        font-size: 28px;
    }
    .about-page .proud-history-box .desc{
        padding-left: 0;
    }
    
    .about-page .select-program-section .sub-heading{
        font-size: 25px;
    }
    .about-page .select-program-section .heading{
        font-size: 20px;
    }
    .about-page .select-program-section-back{
        padding-top: 10px;
    }
    .about-page .select-program-section .heading{
        font-size: 16px;
    }
    .about-page .resource-control-box{
        right: 0;
        margin: 0 auto;
        left: 0;
    }
    
    /*Contact Us Page CSSs*/
    .contact-page .page-header-section .heading{
        font-size: 26px;
    } 
    .contact-page .page-header-section-back{
        height: auto;
    }
    .contact-page .page-header-wrapper{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .contact-page .contact-details-section{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .contact-page .contact-details-box .heading{
        font-size: 18px;
    }
    .contact-page .note-box{
        font-size: 13px;
    }
    .contact-page .contact-us-form-container .heading{
        font-size: 18px;
    }
    .contact-page .contact-us-form-container .sub-heading{
        font-size: 13px;
    }
    .contact-page .contact-us-form-container .control-label{
        font-size: 14px;
    }
    .contact-page .contact-us-form-container{
        border-left: none;
        border-top: 1px solid #eee;
    }   
    
    /*Flex Ed School Page CSSs*/
    .school-page .school-hero-section-back{
        height: auto;
    }
    .school-page .school-hero-content-wrapper{
        height: auto;
    }
    .school-page .school-hero-content-box{
        width: auto;
        position: static;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .school-page .school-hero-content-box .heading{
        font-size: 24px;
    }
    .school-page .school-hero-content-box .desc{
        font-size: 16px;
    }
    
    .school-page .why-choose-section{
        padding-top: 45px;
    }
    .school-page .why-choose-section .heading-box{
        padding-right: 0;
        line-height: 1.9em;
        text-align: left;
    }
    .school-page .why-choose-section .heading{
        font-size: 22px;
    }
    .school-page .why-choose-section .sub-heading{
        font-size: 32px;
    }
    
    .school-page .course-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
        top: 30%;
    }
    .school-page .course-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .school-page .course-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .school-page .school-courses-content-box .heading{
        font-size: 26px;
    }
    
    .school-page .upcoming-events-section .heading{
        font-size: 26px;
    }
    .school-page .events-list-box > li .media-left{
        padding-right: 11px;
    }
    .school-page .event-item-box .date-box{
        font-size: 36px;
        text-align: center;
    }
    .school-page .event-item-box .title{
        font-size: 18px;
    }
    .school-page .event-item-box .event-metadata{
        font-size: 14px;
        line-height: 1.8em;
    }
    .school-page .event-item-box .about-event{
        font-size: 14px;
    }
    .school-page .events-list-box > li:last-child{
        margin-bottom: 0;
    }
    .school-page .events-list-box > li{
        padding-top: 15px;
        margin-bottom: 5px;
        padding-bottom: 0;
        border: 0;
    }
    .school-page .articles-and-tips-section .heading{
        font-size: 25px;
    }
    .school-page .articles-and-tips-section{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
    /*Resource Center CSSs*/
    .resource-center-page .resourse-page-links-section{
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .resource-center-page .resourse-hero-section .heading-box{
        font-size: 25px;
        text-align: left;
    }
    .resource-center-page .course-and-program-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
        display: none;
    }
    .resource-center-page .course-and-program-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .resource-center-page .course-and-program-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .resource-center-page .course-and-program-slider-scrollpane{
        width: 96%;
    }
    .resource-center-page .course-and-progrma-section{
        padding-top: 40px;
    } 
    .resource-center-page .course-and-progrma-section .sub-heading{
        font-size: 23px;
    }
    .resource-center-page .resourse-hero-section-back{
        padding-top: 40px;
    }
    .resource-center-page .course-and-progrma-section .heading{
        font-size: 18px;
    }
    .resource-center-page .link-list-box{
        width: 980px;
        text-align: left;
    }
    .resource-center-page .faq-list-box li{
        width: 100%;
        margin-right: 0;
    }
    .resource-center-page .faqs-section .heading{
        font-size: 24px;
    }
    .resource-center-page .faqs-section{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    /*How it works Page CSSs*/
    .how-it-work-page .how-it-works-heading-section-back{
        height: 100px;
    }
    .how-it-work-page .how-it-works-header-wrapper{
        height: 100px;
    }
    .how-it-work-page .how-it-works-header-wrapper .heading{
        font-size: 24px;
    }
    .how-it-work-page .nav-tabs-list-box{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 10px;
    }
    .how-it-work-page .nav-tabs-list-box .nav-tabs{
        text-align: left;
        width: 480px;
    }
    
    .how-it-work-page .school-and-resource-center-section{
        padding-top: 40px;
    }
    .how-it-work-page .step-container .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .how-it-work-page .step-container .heading-box .heading{
        font-size: 18px;
    }
    .how-it-work-page .step-container .heading-box .sub-heading{
        font-size: 28px;
    }
    .how-it-work-page .step-container .desc-box{
        padding-top: 10px;
    }
    
    .how-it-work-page .list-content-box > li{
        width: 100%;
    }
    .how-it-work-page .step-container{
        padding-top: 0;
    }
    .how-it-work-page .step-container .desc-box{
        float: none;
    }
    
    .how-it-work-page .why-choose-block .heading-box{
        padding-right: 0;
        text-align: left;
        line-height: 2.6em;
    }
    .how-it-work-page .why-choose-block .desc{
        padding-top: 0;
    }
    .how-it-work-page .why-choose-block .heading{
        font-size: 18px;
    }
    .how-it-work-page .why-choose-block .sub-heading{
        font-size: 28px;
        line-height: 1em;
    }
    .how-it-work-page .why-choose-block{
        padding-top: 15px;
    }
    .how-it-work-page .school-program-box{
        padding-top: 15px;
    }
    .how-it-work-page .resource-center-box .heading{
        font-size: 18px;
    }
    .how-it-work-page .resource-center-box .sub-heading{
        font-size: 28px;
    }
    .how-it-work-page .resource-center-box{
        padding-top: 50px;
        min-height: inherit;
    }
    .how-it-work-page .school-program-box .heading{
        font-size: 18px;
    }
    .how-it-work-page .school-program-box .sub-heading{
        font-size: 24px;
    }
    .how-it-work-page .upcoming-events-section{
        padding-top: 10px;
    }
    .how-it-work-page .school-program-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
    }
    .how-it-work-page .school-program-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .how-it-work-page .school-program-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .how-it-work-page .school-program-slider-scrollpane{
        width: 100%;
        margin: 0 auto;
    }
    
    .home-page .home-video-block-section .video-block{
        height: 240px;
    }
    .home-page .home-video-block-section .video-block .play-btn{
        top: 31%;
    }
    .home-page .home-faq-section h2{
        font-size: 33px;
    }
    .home-page .home-faq-section h3{
        font-size: 19px;
    }


}

@media(min-width: 768px) and (max-width: 990px){ 
    /*Home Page CSSs*/
    .home-page .home-hero-section-back{
        height: 550px;
    }
    .home-page .home-hero-content-wrapper{
        height: 550px;
    }
    .home-page .home-hero-content-box{
        bottom: 25%;
    }
    .home-page .our-facilities-list-box li{
        width: 50%;
    }
    
    /*About Page CSSs */
    .about-page .about-heading-section-back{
        height: 180px;
    }
    .about-page .about-heading-wrapper{
        height: 180px;
    }
    .about-page .about-heading-wrapper .heading{
        font-size: 24px;
        bottom: 20%;
    }
    .about-page .our-principal-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .our-principal-box .heading-box .sub-heading{
        font-size: 28px;
    }
    .about-page .our-principal-box .heading-box .heading{
        font-size: 20px;
    }
    .about-page .our-principal-and-motto-section{
        padding-top: 15px;
    }
    .about-page .our-motto-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .our-motto-box .heading-box .heading{
        font-size: 20px;
    }
    .about-page .our-motto-box .heading-box .sub-heading{
        font-size: 28px;
    }
    .about-page .meaning-of-first{
        padding-left: 7px;
        font-size: 20px;
        padding-top: 50px;
    }
    .about-page .meaning-of-first span{
        font-size: 32px;
    }
    
    .about-page .proud-history-box .heading-box{
        padding-right: 0;
        text-align: left;
    }
    .about-page .proud-history-box .heading{
        font-size: 24px;
    }
    .about-page .proud-history-box .sub-heading{
        font-size: 28px;
    }
    .about-page .proud-history-box .desc{
        padding-left: 0;
    }
    
    .about-page .resource-container .heading{
        font-size: 16px;
    }
    .about-page .school-container .heading{
        font-size: 16px;
    }
    .about-page .resource-control-box{
        right: 30px;
    }
    
    /*Contact Us Page CSSs*/
    .contact-page .contact-details-box .data-box{
        font-size: 14px;
    }
    .contact-page .contact-details-section{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    /*Flex Ed School Page CSSs*/
    .school-page .why-choose-section .heading-box{
        padding-right: 0;
        line-height: 1.9em;
    }
    .school-page .why-choose-section .heading{
        font-size: 22px;
    }
    .school-page .why-choose-section .sub-heading{
        font-size: 32px;
    }
    
    .school-page .course-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
    }
    .school-page .course-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .school-page .course-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .school-page .course-slider-scrollpane{
        width: 80%;
    }
    .school-page .events-list-box > li:last-child{
        margin-bottom: 0;
    }
    
    .school-page .article-body{
        padding: 40px 30px 88px 30px;
    }
    .school-page .visit-the-blog-btn{
        width: 100%;
    }
    
    /*Resource Center CSSs*/
    /*.resource-center-page .course-and-program-list-box li{
        width: 49.5%;
    }*/
    .resource-center-page .course-and-program-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
    }
    .resource-center-page .course-and-program-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .resource-center-page .course-and-program-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .resource-center-page .course-and-program-slider-scrollpane{
        width: 80%;
    }
    .resource-center-page .link-list-box{
        text-align: center;
    }
    .resource-center-page .link-list-box li{
        padding-right: 9px;
    }
    .resource-center-page .link-list-box li a{
        font-size: 13px;
    }
    .resource-center-page .resourse-hero-section .heading-box{
        font-size: 33px;
    }
    
    .how-it-work-page .school-program-slider-wrapper .slider-control{
        width: 40px;
        height: 53px;
        background-color: rgba(255,255,255,0.40);
    }
    .how-it-work-page .school-program-slider-wrapper .slider-control.right{
        padding-left: 12px;
        right: 0px;
    }
    .how-it-work-page .school-program-slider-wrapper .slider-control.left{
        left: 0px;
        padding-left: 5px;
    }
    .how-it-work-page .school-program-slider-scrollpane{
        width: 100%;
        margin: 0 auto;
    }
}
@media(min-width: 991px) and (max-width: 1199px){ 
    /*About Page CSSs */
    .about-page .our-principal-box .heading-box .sub-heading{
        font-size: 41px;
    }
    .about-page .our-motto-box .heading-box .sub-heading{
        font-size: 41px;
    }
    .about-page .meaning-of-first span{
        font-size: 38px;
    }
    .about-page .meaning-of-first{
        font-size: 20px;
    }
    
    .about-page .proud-history-box .sub-heading{
        font-size: 45px;     
    } 
    .about-page .resource-container .heading{
        font-size: 20px;
    }
    .about-page .school-container .heading{
        font-size: 20px;
    }
    
    /*Flex Ed School Page CSSs*/
    .school-page .why-choose-section .sub-heading{
        font-size: 42px;
    }
    .school-page .article-body{
        padding: 25px 15px 60px 15px;
    }
    .school-page .free-download-box .title{
        font-size: 18px;
    }
    .school-page .download-now-btn{
        font-size: 13px;
        padding-top: 13px;
    }
    
}
@media(min-width: 1200px){ 
    
}

