body.history .container {
    max-width: 1250px;
}
body.history .page_header {
    position: relative;
    padding: 248px 0;
    background: #26a7ea url(assets/images/history-header.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #FFF;
}
body.history .page_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 0;
}
body.history .page_header > div {
    position: relative;
    z-index: 2;
}
body.history .page_header h2 {
    color: #FFF;
    font-size: 61px;
    margin-bottom: 30px;
}
body.history .page_header .btn {
    background: #26a7ea;
    height: 56px;
    line-height: 56px;
    padding: 0 87px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px;
}
body.history .page_header .btn:hover {
    background: #1a94d4;
}
body.history .page_header .btn.orange {
    background: #ca591b;
}
body.history .page_header .btn.orange:hover {
    background: #b14f19;
}
body.history .sec0 {
    padding: 28px 0;
    background: #26a7ea;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
}
body.history .sec1 {
    padding: 70px 0;
    text-align: center;
}
body.history .sec1 .container {
    max-width: 819px;
}
body.history .sec1 .btn {
    height: 52px;
    background: #26a7ea;
    border-radius: 0;
    color: #FFF;
    line-height: 52px;
    padding: 0 40px;
    margin: 10px 0 0;
}
body.history .sec1 .btn:hover {
    background: #1888c1;
}
body.history .sec1_1 {
    background: #f4f7f8;
}
body.history .sec2 {
    padding: 70px 0;
    color: #26a7ea;
}
body.history .sec2 h3 {
    font-size: 40px;
    color: #26a7ea;
    margin-bottom: 20px;
}
body.history .sec2_1 {
    color: #FFF;
    background: #26a7ea;
}
body.history .sec2_1 h3 {
    color: #FFF;
}
body.history .sec6 {
    padding: 119px 0 84px;
    background: #26a7ea url(assets/images/stars.png) no-repeat center 45px;
    color: #FFF;
    text-align: center;
}
body.history .sec6 .bx-wrapper {
    position: relative;
}
body.history .sec6 .bx-wrapper:before,
body.history .sec6 .bx-wrapper:after {
    content: "";
    display: block;
    background: url(assets/images/testimonials-ic1.png) no-repeat center;
    width: 65px;
    height: 50px;
    position: absolute;
}
body.history .sec6 .bx-wrapper:before {
    left: -96px;
    top: -58px;
}
body.history .sec6 .bx-wrapper:after {
    background: url(assets/images/testimonials-ic2.png) no-repeat center;
    right: -96px;
    bottom: -58px;
}
body.history .sec6 .container {
    max-width: 1072px;
}
body.history .sec7 {
    background: #f26d23;
    color: #FFF;
    font-size: 23px;
    padding: 50px 0 40px;
}
body.history .sec7 .container {
    max-width: 1080px;
}
body.history .sec7 .btn {
    float: right;
    background: #03c8bb;
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.3rem;
    margin: -10px 0 0;
}
body.history .sec7 .btn:hover {
    background: #13a99f;
}
body.history .sec7 strong {
    margin-right: 10px;
    text-transform: uppercase;
}
body.history .ic {
    padding-left: 90px;
    background: no-repeat left top;
}
body.history .ic1 {
    background-image: url(assets/images/history-ic1.png);
}
body.history .ic2 {
    background-image: url(assets/images/history-ic2.png);
}
body.history .ic3 {
    background-image: url(assets/images/history-ic3.png);
}
body.history .ic4 {
    background-image: url(assets/images/history-ic4.png);
}
body.history .ic5 {
    background-image: url(assets/images/history-ic5.png);
}
body.history .ic6 {
    background-image: url(assets/images/history-ic6.png);
}
body.home .sec5 {
	height: 350px;
}

@media screen and (max-width: 1050px) {
    body.history .page_header {
        padding: 40px 0 20px;
    }
    body.history .page_header h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    body.history .page_header .btn {
        width: 80%;
        padding: 0 20px;
    }
    body.history .page_header {
        background-attachment: inherit;
    }
    body.history .sec6 {
        padding: 40px;
        background: #26a7ea;
    }
    body.history .sec7 {
        font-size: 18px;
        padding: 20px;
        text-align: center;
    }
    body.history .sec7 .btn {
        margin: 20px 0 0;
        float: none;
        display: block;
    }
    body.history .sec2 h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    body.history .sec2 {
        padding: 30px 0;
    }
    body.history .sec0 {
        padding: 20px 0;
        font-size: 22px;
    }
    body.history .sec1 {
        padding: 30px 0;
    }
    body.history .sec6 .bx-wrapper:before,
    body.history .sec6 .bx-wrapper:after {
        display: none;
    }
	body.home .sec5 {
		height: 150px;
		max-height: 150px;
	}
}

.form-radio-wrapper label,
label.ccheckbox {
    background: #FFF;
    padding: 5px 13px;
    border-radius: 7px;
    color: #0a2e40;
    font-size: 16px;
    margin-right: 5px;
    border: 3px solid #0a2e40;
    font-weight: bold;
}
.form-radio-wrapper label.checked,
label.ccheckbox.checked {
    border: 3px solid #0a2e40;
    background: #ca591b;
    color: #FFF;
}
.form-radio-wrapper label input,
label.ccheckbox input {
    position: absolute;
    left: 10px;
    top: 10px;
}
ul.progress-bar-step-list li.progress-bar-step-list-item#progress-bar-1::after {
    content: "Parent/Student Info";
}
ul.progress-bar-step-list li.progress-bar-step-list-item#progress-bar-3::after {
    content: "Address & Contact Info";
}
ul.progress-bar-step-list li.progress-bar-step-list-item#progress-bar-4::after {
    content: "Review Order";
}
#course-info .col-md-6 .card {
    border: none;
}
#course-info .col-md-6 .card .card-block {
    padding: 20px 0 0;
}
#course-info .lead {
    margin: 0;
}
.form-radio-wrapper label, label.ccheckbox {
    position: relative;
}
.form-radio-wrapper label input, label.ccheckbox input {
    opacity: 0;
}
.woocommerce .select2-container--default .select2-selection--single {
    border: 3px solid #0a2e40;
    border-radius: .8rem;
    color: #333;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    color: #333;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0a2e40 transparent transparent;
}
#customer_details {
    margin-bottom: 30px;
}

.course-category-card, .course-students-selection-card {
    max-width: 100%;
}
body.home .sec3 {
    padding: 0;
}
body.home .sec3 h2 {
    font-size: 38px;
}
body.home .sec3 .container {
    max-width: 499px;
}
body.home .sec3 .col_blue {
    background: #26a7ea;
    color: #FFF;
}
body.home .sec3 .col_blue h2 {
    color: #FFF;
}
body.home .sec3 .bx-next, body.home .sec3 .bx-prev {
    top: 248px;
    margin-top: -26px;
    opacity: 0.5;
}
body.home .sec3 .bx-next:hover, body.home .sec3 .bx-prev:hover {
    opacity: 1;
}
body.home .sec3 .course .thumb img {
    width: 101%;
    max-width: inherit;
}
body.home .sec3 .course .post_content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
    section.registration-progress {
        height: auto;
        padding-bottom: 20px;
    }
    .page-template-template-register h1 {
        font-size: 1.6rem;
    }
    .page-template-template-register section.page-content {
        padding: 0;
    }
    .page-template-template-register .woocommerce ul.order_details {
        padding: 0;
        margin: 0 0 20px;
    }
    .page-template-template-register .woocommerce ul.order_details li {
        float: none;
        border-right: none;
    }
    .woocommerce td.product-name .wc-item-meta {
        padding: 0;
        font-size: 12px;
        line-height: 14px;
    }
    .woocommerce td.product-name .wc-item-meta p {
        font-size: 12px;
    }
    .form-registration-step-1 .row {
        margin-bottom: 0;
    }
    body.home .sec3 .s6 {
        padding: 30px 0;
    }
    body.home .sec3 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    body.home .sec3 .bx-next, body.home .sec3 .bx-prev {
        top: 219px;
        margin-top: 0;
        opacity: 1;
    }
}
