@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1400px) {

}

@media screen and (max-width: 1199.98px) {	
.logo {
    margin-top: 10px;
}
.banner_content {
    top: 34%;
    left: 5%;
}
.banner_content h2 {
    font-size: 53px;
    margin: 0;
}
.banner_content h3 {
    font-size: 53px;
}
.banner_content p {
    font-size: 19px;
    padding: 10px 15px 10px 0;
    margin: 0;
}
.banner_content h4 {
    font-size: 18px;
    margin: 60px 0 0;
}
.banner_below_sec h4 {
    font-size: 26px;
    margin: 60px 0 0 3%;
}
.banner_below_sub_sec p {
    font-size: 17px;
    line-height: 21px;
}
.banner_below_sub_sec {
    min-height: 240px;
}
.program_outline_wrap {
    margin: 30px 0;
    padding: 30px 0;
}
.program_outline_wrap::before {
    width: 22%;
}
.program_outline_left_sec h2 {
    font-size: 32px;
    margin: 20px 0;
}
.program_outline_left_sec p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px 10px 0;
}
.program_outline_right_sec h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 24px 0 0px 20px;
}
.waiting_wrap {
    padding: 60px 0;
    margin: 10px 0 30px;
}
.waiting_wrap h4 {
    font-size: 19px;
}
.waiting_btn {
    font-size: 17px;
    padding: 10px 30px;
    margin: 0 0 0 30px;
}
.eligibility_selection_content h2 {
    font-size: 26px;
    margin: 0 0 40px;
}
.eligibility_selection_content ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 40px;
}
.footer_wrap::before {
    width: 50px;
    height: 240px;
    top: -120px;
}
.eligibility_selection_content h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 60px 0 0;
}
.eligibility_selection_wrap {
    padding: 60px 0;
}
.footer_content_sec ul li {
    margin: 0 0 15px;
}
.footer_content_sec p {
    margin: 15px 0 0;
}
.social_media_sec {
    margin: 30px 0 0;
}
.footer_wrap {
    padding: 40px 0;
}
.logo img {
    height: 100px;
}
}

@media screen and (max-width: 991.98px) {	
.banner_form_sec {
    background: #f1ecff;
    width: 100%;
    border-radius: 0;
    position: static;
    display: inline-block;
    clear: both;
}
.logo img {
    width: auto;
    height: 75px;
}
.banner_content h2 {
    font-size: 40px;
}
.banner_content h3 {
    font-size: 40px;
}
.banner_content p {
    font-size: 15px;
    padding: 7px 15px 7px 0;
}
.banner_content {
    top: 130px;
}
.banner_content h4 {
    font-size: 16px;
    margin: 32px 0 0;
}
.banner_below_sub_sec {
    padding: 15px;
    min-height: 220px;
}
.banner_below_sub_sec p {
    font-size: 14px;
    line-height: 18px;
}
.banner_below_sec h4 {
    font-size: 22px;
}
.program_outline_left_sec h2 {
    font-size: 28px;
    margin: 15px 0;
}
.program_outline_left_sec p {
    font-size: 14px;
    line-height: 19px;
}
.program_outline_right_sec h4 {
    font-size: 17px;
    line-height: 20px;
    margin: 15px 0 0px 20px;
}
.program_outline_wrap {
    margin: 20px 0;
    padding: 20px 0;
}
.waiting_wrap {
    padding: 30px 0;
    margin: 10px 0 20px;
}
.waiting_wrap h4 {
    font-size: 15px;
    line-height: 36px;
}
.waiting_btn {
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 0 0 20px;
}
.eligibility_selection_content h2 {
    font-size: 20px;
    margin: 0 0 20px;
}
.eligibility_selection_content ul li {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 20px;
}
.eligibility_selection_content h4 {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 0 0;
}
.eligibility_selection_wrap {
    padding: 40px 0;
}
.eligibility_selection_wrap::before {
    width: 52px;
    height: 64px;
    top: 15px;
    left: 15px;
}
.eligibility_selection_wrap::after {
    width: 258px;
    height: 246px;
}
.eligibility_selection_content {
    margin: 0;
}
.footer_wrap::before {
    width: 20px;
    height: 160px;
    top: -80px;
}
.footer_content_sec {
    margin: 0;
}
.footer_content_sec ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}
.footer_content_sec ul li:last-child {
    margin: 0;
}
.footer_content_sec p {
    font-size: 14px;
    line-height: 19px;
    margin: 5px 0 0;
}
.social_media_sec {
    margin: 20px 0 0;
}
.footer_wrap {
    padding: 25px 0;
}

}

@media screen and (max-width: 767.98px) {
.logo {
    margin-top: 0;
}
.logo img {
    width: auto;
    display: block;
    height: 60px;
    margin-top: 7px;
}
.banner_content {
    background: #fb9094;
    position: static;
    clear: both;
    padding: 15px;
    text-align: center;
}
.banner_content h2 {
    font-size: 30px;
}
.white-text {
    margin-left: 0;
}
.banner_content h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.banner_content p {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 19px;
}
.banner_content h4 br {
	display: none;
}
.banner_content h4 {
    margin: 15px 0 0;
}
.banner_form_sec {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,f5f5f5+50,e2e2e2+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(226,226,226,1) 0%, rgba(245,245,245,1) 50%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
}
.banner_below_sec h4 {
    margin: 20px 0;
    text-align: center;
}
.banner_below_sec h4 br {
	display: none;
}
.banner_below_sub_sec {
    padding: 20px 15px;
    min-height: auto;
}
.banner_below_sub_sec p {
    text-align: center;
}
.program_outline_left_sec p {
    margin: 0 0px 20px 0;
}
.program_outline_right_sec h4 {
    font-size: 16px;
    margin: 15px 0 0px 0;
}
.program_outline_right_sec h4 br {
	display: none;
}
.waiting_wrap {
    text-align: center;
}
.waiting_wrap h4 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}
.waiting_btn {
    padding: 8px 30px;
    margin: 0;
}
.eligibility_selection_wrap::before {
    opacity: 0.1;
}
.eligibility_selection_wrap::after {
    opacity: 0.3;
}
.footer_content_sec ul {
    text-align: center;
}
.footer_content_sec p {
    margin: 20px 0 0;
    text-align: center;
}
.social_media_sec {
    margin: 15px 0 0;
}
.footer_wrap::before {
    width: 15px;
    height: 120px;
    top: -30px;
}

}
@media only screen and (max-width: 620px) {

}
@media only screen and (max-width: 479px) {

}
@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 412px) {

}
@media only screen and (max-width: 375px) {

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

}
@media only screen and (max-width: 320px) {

}

