body.page-template-business {
    background: var(--WhiteColor);
}

.page-template-business .main-header-section {
    background-color: var(--PrimaryColor);
    border-bottom-width: 6px;
    border-image: linear-gradient(to right, var(--SecondColor) 0%, #8E4638 100%) 1;
    border-bottom-style: solid;
    position: relative;
}

.page-template-business .site-logo .site-link {
    max-width: 102px;
}

.page-template-business .header-inner *:not(.site-logo, .site-logo *) {
    display: none;
}

.page-template-business .header-inner {
    padding: 28px 0;
}

.business_banner .banner_wrapper {
    display: flex;
    margin: 0 -21px;
}

.business_banner .banner_form,
.business_banner .banner_content {
    width: 50%;
    padding: 0 21px;
}

.business_banner {
    padding-bottom: 67px;
    border-bottom-width: 6px;
    border-image: linear-gradient(to right, var(--SecondColor) 0%, #8E4638 100%) 1;
    border-bottom-style: solid;
}

.business_banner .form-all {
    margin: -61px 0 0;
    z-index: 21;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.business_banner .banner_content {
    padding-top: 43px;
}

.business_banner .banner_title {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px;
}

.business_banner .banner_para {
    font-size: 18px;
    font-weight: 700;
}

.business_banner .banner_para a {
    color: var(--SecondColor);
    text-decoration: underline;
    font-weight: 700;
}

.business_banner .banner_image {
    margin: 30px 0 35px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.banner_list {
    margin-bottom: 48px;
}

.banner_list li {
    display: flex;
    align-items: start;
    margin: 0 0 15px;
    gap: 15px;
}

.banner_list li div {
    padding-top: 15px;
}

.banner_list li div p {
    font-size: 14px;
    margin: 10px 0 0;
}

.banner_list li img {
    height: 50px;
    width: 50px;
    min-width: 50px;
}

.world_class_section {
    padding: 55px 0;
    background: var(--LightBlue);
}

.world_class_wrapper {
    display: flex;
    gap: 62px;
}

.world_class_wrapper>* {
    flex: 1;
}

.world_class_content p {
    margin: 0 0 38px;
    max-width: 475px;
    width: 100%;
}

.world_class_content .section_title {
    margin: 0 0 20px;
}

.world_class_content .section_title span {
    color: var(--SecondColor);
}

.world_class_content .btn_wrapper {
    gap: 20px;
}

.word_class_data_table {
    margin: 0 0 16px;
}

.word_class_data_table li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid var(--WhiteColor);
    padding: 12px 16px;
}

.word_class_data_table li span:last-child {
    text-align: right;
}

.word_class_data_table li:nth-last-child(2) {
    border: 0;
}

.word_class_data_table li:first-child {
    font-size: 18px;
    font-weight: 400;
    background: var(--WhiteColor);
    line-height: 1;
    margin: 0 0 15px;
    border: 0;
}

.word_class_data_table li:last-child {
    margin: 22px 0 0;
    background: var(--WhiteColor);
    font-weight: 700;
    font-size: 18px;
    border: 0;
    color: var(--SecondColor);
}

.word_class_data p {
    font-size: 14px;
}

.timer_section {
    padding: 65px 0 80px;
}

.form_title_row {
    margin: 40px 12px 0;
}

.form_title {
    font-size: 19px;
    color: var(--PrimaryColor);
}

.d-none {
    display: none;
}

.banner_form .form-radio+label,
.banner_form .form-checkbox+label,
.banner_form .form-label-top,
.banner_form p {
    font-size: 10px;
}

.banner_form .form-label-top,
.banner_form p {
    line-height: 1.2;
}

.banner_form .form-label-top {
    margin-bottom: 5px;
}

.banner_form p a {
    font-size: unset;
    color: #1565AF;
}

.banner_form .form-line {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.banner_form .form-dropdown:not([size]),
.form-textbox {
    height: 50px;
    font-size: 14px !important;
    width: 100% !important;
}

.banner_form .form-dropdown:not([size]),
.form-textbox::placeholder {
    color: var(--PrimaryColor);
}

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

    .timer_section,
    .business_banner {
        padding: 60px 0;
    }

    .business_banner .banner_wrapper {
        flex-wrap: wrap;
        margin: 0;
        row-gap: 50px;
    }

    .business_banner .banner_form,
    .business_banner .banner_content {
        padding: 0;
        width: 100%;
    }

    .world_class_wrapper {
        row-gap: 50px;
        flex-direction: column;
    }

    .business_banner .form-all {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .business_banner .banner_title {
        font-size: 34px;
    }

    .business_banner .banner_para {
        font-size: 16px;
    }

    .business_banner .banner_image {
        margin: 20px 0;
    }

    .world_class_content p,
    .banner_list {
        margin: 0 0 20px;
    }

    .banner_list li {
        margin: 0 0 10px;
        gap: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .business_banner .banner_title {
        font-size: 28px;
    }

    .business_banner .banner_image {
        border-radius: 10px;
    }

    .banner_list li img {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }

    .banner_list li div {
        padding-top: 10px;
    }

    .form_title_row {
        margin: 20px 12px 0;
    }

    .word_class_data_table li:first-child {
        font-size: 14px;
    }

    .word_class_data_table li {
        font-size: 16px;
        padding: 12px 10px;
    }

    .world_class_wrapper,
    .business_banner .banner_wrapper {
        row-gap: 30px;
    }
}