/* Header Buttons */
.about_content .btns_group > li {
    width: 100%;
}

/* Page Banner */
.page_banner .row .col-lg-6:first-child {
    width: 60%;
}

.page_banner .row .col-lg-6:nth-child(2) {
    width: 40%;
}

/* About Section */
.about_content .btns_group {
    margin-top: 1.5rem;
}

.about_content .btns_group > li .btn {
    display: block;
}

.about_video_icon {
    display: none;
}

/* Services Section */
.section_heading.text-center .section_heading_description {
    max-width: none;
}

/* Section Space */
.page-index .section_space_lg {
    padding-top: 125px;
    padding-bottom: 75px;
}

.section_space_sm,
.consultation_form,
.site_footer_content,
.about_section,
.page-services .section_space_lg,
.page-service-outreach .service_details_section.section_space_lg,
.page-service-outreach .consultation_section.section_space_lg ,
.page-donate .section_space_lg,
.page-contact .section_space_lg {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* Consultation Section */
.consultation_section .btn_wrap,
.consultation_section .col-md-auto {
    padding: 0;
}

.consultation_section .justify-content-center {
    margin: 0;
}

/* Contact Section */
.contact_section .col-lg-5 {
    width: 50%;
}

.contact_section .row .col-md-6:first-child {
    width: 48%;
}

.contact_section .row .col-md-6:nth-child(2) {
    width: 52%;
}

.contact_section .btn_wrap {
    padding-top: 35px;
}

/* About Page Consultation Section */
.page-about .consultation_section {
    margin-bottom: 75px;
}

/* Services Page */
.page-services .certificate_section .section_heading {
    margin-bottom: 0;
}

body[class*="page-service-"] .service_details_section {
    padding-top: 75px;
}

body[class*="page-service-"] .details_content.mb-5 {
    margin-bottom: 0 !important;
}

/* Contact Page */
.page-contact .contact_section .btn_wrap {
    padding-top: 0;
}

/* Careers Page */
.page-employement .contact_section .col-md-6.col-sm-6 {
    width: 25%;
}

.page-employement .contact_info_box {
    background-color: #ffffff;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.page-employement .contact_info_box:hover {
    background-color: var(--bs-primary);
}

.page-employement .blog_section h2.section_heading_text {
    margin-bottom: 32px !important;
}

/* Footer */
.site_footer_content {
    padding: 50px 0;
}

.site_footer_content .copyright_widget {
    padding-bottom: 0;
}

.site_footer_content .row {
    row-gap: 17px;
}

.site_footer_content .row .col-lg-6 {
    padding-bottom: 15px;
}

/* Max Width 1440px */
@media screen and (max-width: 1440px) {
    /* Main Menu */
    .main_menu_list > li:not(:last-child) {
        margin-right: 0;
    }

    .main_menu_list > li > a {
        padding: 10px;
    }

    /* Header Buttons */
    .header_btns_group .btn_hotline .btn_text {
        font-size: 14px;
    }

    h2.section_heading .section_heading_text {
        margin-bottom: 1.5rem;
    }

    /* Contact Section */
    .contact_section .row .col-md-6:first-child {
        width: 40%;
    }
    
    .contact_section .row .col-md-6:nth-child(2) {
        width: 60%;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .page-employement .contact_section .col-md-6.col-sm-6 {
        flex-basis: 100%;
        width: auto !important;
    }

    .page-employement .contact_section .col-md-6.col-sm-6,
    .page-employement .contact_section .col-md-6.col-sm-6 a,
    .page-employement .contact_section .info_list .info_text {
        text-align: center;
    }

    .page-employement .contact_section .info_list .info_text {
        display: block;
    }
}
