

.maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    /* right: 0; */
    right: -8px;
    left: unset;
    top: 40px;
    background-color: #fff;
    border-left: 8px solid #2ad094;
    border-radius: 2px;
    border-radius: 2px 0 0 2px;
    position: absolute;
    width: 789px;
    transition: 0.5s !important;
}


/* ----mega_menu_end---- */


/* ----header-start---- */

.top_header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.without_banner_top_header {
    position: unset;
    width: 100%;
    background-color: #26434a;
}

.top_header.without_banner_top_header .navbar {
    padding: 28px 32px;
}

.top_header .head_logo {
    display: flex;
    padding: 0px;
}

.top_header .navbar {
    padding: 32px;
    border-bottom: 1px solid #ffffff2e;
    justify-content: space-between;
}

.top_header .head_logo p {
    margin-bottom: 9px;
    align-self: flex-end;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: "Karla Medium";
    padding-left: 8px;
}

.top_header .menubar ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-family: "Karla Regular";
}

.top_header .menubar ul li {
    margin-left: 20px;
    margin-right: 20px;
}

.home_banner_section {
    position: relative;
}

.home_banner_section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(38, 67, 74, 0.63);
    z-index: 1;
}

.home_banner_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/head_banner_effect.png');
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100%;
}

.home_slider .banner_content {
    position: absolute;
    bottom: 80px;
    color: #fff;
    width: 100%;
    z-index: 9;
}

.home_slider .banner_content .banner_inner {
    max-width: 1000px;
}

.home_slider .banner_content .banner_title {
    font-size: 64px;
    letter-spacing: -3px;
    line-height: 74px;
    color: #fff;
    font-family: "Karla ExtraBold";
	margin-bottom: 32px;
}

.home_slider .banner_content .banner_text {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 34px;
    font-family: "Karla Light";
    margin-top: 0px;
}

.home_slider .home_banner_img {
    width: 100%;
}

.home_slider .slick-arrow {
    width: 100%;
    max-width: 64px;
    height: 64px;
    border: unset;
    border-radius: 50%;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
/*     transition: all 2s ease-in-out; */
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
    z-index: 1;
    position: absolute;
    bottom: 48px;
    top: unset;
    left: unset;
}

.home_slider .slick-arrow::before {
    content: "" !important;
}

.home_slider .slick-next.slick-arrow {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_right.png');
    right: 256px;
}

.home_slider .slick-prev.slick-arrow {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_left.png');
    right: 328px;
}

.home_slider .slick-next.slick-arrow:hover {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_hover_right.png');
}

.home_slider .slick-prev.slick-arrow:hover {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_hover_left.png');
}

.backgroundslider_mobile {
    display: none;
}


/* ----header-end---- */


/* ----footer-start--- */


/* .footer_top {
    position: relative;
} */

.footer_top .footer_banner_img {
    width: 100%;
}

.footer_top .container {
    padding-top: 80px;
    padding-bottom: 80px;
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); */
    /* max-width: 1438px; */
}

.footer_top .title {
    color: #fff;
    font-family: "Karla ExtraBold";
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 8px;
}

.footer_top .text {
    color: #fff;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}

.footer_top .other_text {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    position: relative;
    transition: 0.5s all ease-in-out;
}

.footer_top .other_text:hover {
    color: #26434a;
    transition: 0.5s all ease-in-out;
}


/* .footer_top .other_text:hover {
    color: #2ad094;
    transition: 0.2s all ease-in-out;
} */

.footer_top .other_text:hover {
    opacity: 0.8;
}
.other_way_get a i{
    font-size: 16px;
}
.footer_top .other_text:hover::before {
    background-position: -137px -31px;
    transition: 0.5s all ease-in-out;
}

.footer_top .other_text:hover ::before {
    background-position: -41px -31px;
    transition: 0.5s all ease-in-out;
}

.footer_top .request_callback,
.footer_bottom .right_section .footer_info {
    width: 100%;
    max-width: 568px;
    margin-left: auto;
}

/* .form_ebookdownload span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    top: 39px;
    margin-bottom: 0;
    font-size: 15px;
} */

.formfildin,
.btn_getdownload {
    margin-bottom: 10px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.formfild input:focus {
    outline: none;
}

.footer_top .left_section,
.footer_bottom .left_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_top .request_callback .request_callback_input,
.resource_access_form .request_callback_input {
    height: 64px;
    padding: 24px;
    width: 100%;
    max-width: 568px;
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 18px;
    border-radius: 2px;
    background-color: #fff;
    border: unset;
    margin-bottom: 8px;
    outline: none;
}

.footer_top .request_callback_label {
    color: #fff;
    font-family: "Karla Regular";
    font-size: 12px;
    line-height: 28px;
}

.footer_top .request_callback_label a {
    font-family: "Karla ExtraBold";
    color: #fff;
}

.resource_access_form .request_callback_btn,
.footer_top .request_callback_btn {
    color: #fff;
    font-family: "Karla ExtraBold";
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border: unset;
    padding: 23px 25px;
    border-radius: 2px;
    background-color: #26434a;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    /* transition: 0.3s all ease-in-out; */
}

.footer_top .request_callback_btn {
    width: 100%;
    max-width: 240px;
    margin-top: 8px;
}

.request_callback br:first-child {
    display: none !important;
}

.request_callback br:nth-child(2) {
    display: none !important;
}

.footer_top .request_callback_btn:hover,
.resource_access_form .request_callback_btn:hover,
#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
#gform_submit_button_4:hover,
#gform_submit_button_5:hover {
    background-color: #2ad094;
    /* transition: 0.3s all ease-in-out; */
    transition: all 0.6s ease-in-out;
}


/* .footer_top .black_btn {
    position: relative;
}

.footer_top .black_btn::after,
.resource_access_form .black_btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #2ad094;
    border-radius: 5px;
    transition: all 0.6s ease;
} */

.footer_top .black_btn:hover::after,
.resource_access_form .black_btn:hover::after {
    left: 0;
    width: 100%;
}

.footer_bottom_mobile {
    display: none;
}

.footer_bottom .container {
    /* max-width: 1438px; */
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer_bottom {
    background-color: #26434a;
}

.footer_bottom .footer_menu .all_right {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla Regular";
    margin-bottom: 8px;
}

.footer_bottom .footer_menu ul li a {
    color: #2aadd0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla Regular";
    transition: 0.2s all ease-in-out;
}

.footer_bottom .footer_menu ul li a:hover {
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.footer_bottom .footer_menu ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_bottom .footer_menu ul li {
    margin-right: 24px;
}

.footer_bottom .footer_info ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

.footer_bottom .footer_info ul li {
    margin-bottom: 16px;
    font-family: "Karla ExtraBold";
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.footer_bottom .footer_info ul li p {
    margin-bottom: 0px;
    align-self: center;
}

.footer_bottom .footer_info ul li:first-child p:hover {
    opacity: 1;
}

.footer_bottom .footer_info ul li p:hover {
    opacity: 0.8;
}

.footer_bottom .footer_info ul li:last-child {
    margin-bottom: 0px;
}

.footer_bottom .footer_icon {
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
}

.wpcf7-not-valid-tip {
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.site_footer .wpcf7 form.invalid .wpcf7-response-output,
.site_footer .wpcf7 form.unaccepted .wpcf7-response-output,
.site_footer .wpcf7 form.payment-required .wpcf7-response-output {
    border: unset;
}

.request_callback .wpcf7-spinner {
    margin: -5px 24px;
}

.request_callback .wpcf7-not-valid-tip {
    margin-bottom: 0px;
}

.page-id-20 .footer_top {
    display: none;
}


/* ----footer-end--- */


/* -----selling_page_start---- */

.form_ebookdownload .btn_getdownload .free_ebook_btn {
    cursor: pointer;
    /* padding: 23px 31px; */
    width: 100%;
}

.form_ebookdownload .btn_getdownload p {
	margin: 0;
}

.selling_up_section .We_kingsbrook_main.left .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
    margin-top: 17px !important;
}

.innerWe_kingsbrook a.kingsbrook_btn {
    margin-top: 17px;
}


/* .We_kingsbrook_main.left .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
    margin-top: 162px !important;
}

.We_kingsbrook_main.right .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
    margin-top: 91px !important;
} */

.home_brand_section.selling_section1 {
    padding: 120px 0;
    background-color: #f5f8f9;
}
.home_brand_section.selling_section1 h2 {
    color: #26434a;
    font-family: "Karla ExtraBold";
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 58px;
    margin-bottom: 0;
}

.home_brand_section.selling_section1 h2 strong{
    color: #2ad094;
}



.selling_client_section.mobile_section {
    display: none;
}

.selling_client_section .ebbokDetails {
    margin-bottom: 0px;
}


.selling_section2 .home_brand_sectioninner {
    text-align: center;
    max-width: 928px;
    margin: 0 auto;
}

.selling_section1 .TextBrand h5 {
    max-width: 688px;
    /* margin: 0 auto; */
}

.selling_section2 {
    background-color: #26434a;
    padding: 120px 0;
    margin: 0 auto;
}

.selling_section2 h2.brand_title {
    color: #fff;
    max-width: 602px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2px;
}

.selling_section2 .TextBrand h5 {
    color: #fff;
    font-family: "Karla Medium";
}

.selling_section2 .TextBrand {
    margin-bottom: 48px;
}

.the_kingsbrook_Text {
    max-width: 928px;
    margin-bottom: 64px;
}

.the_kingsbrook_Text h3 {
    color: #26434a;
    font-family: "Karla ExtraBold";
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 24px;
}


/* .kingsbrook_process_section .kingsbrook_process {
    margin-bottom: 64px;
} */

.the_kingsbrook_Text .read_process {
    color: #2aadd0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    position: relative;
}
.the_kingsbrook_Text .read_process i{
    font-size: 16px;
}
.the_kingsbrook_Text .read_process:hover {
    color: #2ad094;
}

.the_kingsbrook_Text .read_process:hover::before {
    background-position: -41px -31px;
    transition: 0.5s all ease-in-out;
}


/* .kingsbrook_process_section {
    padding-top: 120px;
    padding-bottom: 120px;
} */

.the_process_section {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #f5f8f9;
}

.kingsbrook_client_section {
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: #f5f8f9;
}

.IconProgress{
    width: 100%;
    max-width: 152px;
    margin: 0 auto;
    border-radius: 50%;
    height: 152px;
    margin-bottom: 8px;
    background-color: #CCF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #F5F8F9;
}
.IconProgress img {
    width: 65px;
}
.kingsbrook_process_box h2 {
    color: #26434a;
    font-family: "Karla ExtraBold";
    font-size: 24px;
    letter-spacing: -0.75px;
    line-height: 34px;
}

.kingsbrook_process_box p {
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}

.kingsbrook_process_slider .draggable {
    padding-left: 248px;
    padding-right: 248px;
}

.kingsbrook_process_slider .draggable:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ccf0e5;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* .kingsbrook_process_section .kingsbrook_process_slider {
    margin-bottom: 120px;
} */

.kingsbrook_process_slider .slick-arrow {
    width: 100%;
    max-width: 108px;
    height: 108px;
    /* background-size: 104px !important; */
    border: unset;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: absolute;
    top: 76px;
}

.kingsbrook_process_slider .slick-arrow:hover {
    opacity: 0.8;
}

.kingsbrook_process_slider .slick-arrow::before {
    content: "" !important;
}

.kingsbrook_process_slider .slick-next.slick-arrow {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_big_blue_right.png');
    right: 64px;
}

.kingsbrook_process_slider .slick-prev.slick-arrow {
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_big_blue_left.png');
    left: 64px;
}

section.home_ebooks_section.selling_client_section::after {
    background: linear-gradient( 90deg, rgb(38, 67, 74) 48%, rgba(255, 255, 255, 0) 100%);
}

.selling_client_section .home_ebooks {
    padding: 120px;
}

.selling_client_section .ebbokDetails p {
    font-size: 24px;
    line-height: 34px;
    max-width: 568px;
    margin-top: 0px;
    font-family: "Karla LightItalic";
}

.selling_client_section .ebbokDetails .name {
    margin-bottom: 64px;
}

.selling_client_section .ebbokDetails .name strong {
    color: #fff;
    font-family: "Karla ExtraBold";
    margin-right: 16px;
    font-size: 18px;
    line-height: 28px;
}

.selling_client_section .ebbokDetails .name span {
    font-family: "Karla Light";
    opacity: 0.5;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 28px;
}

.selling_client_section .read_process {
    color: #2aadd0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    position: relative;
    display: block;
}

.selling_client_section .read_process i {
    font-size: 16px;
}

.selling_client_section .read_process:hover {
    color: #2ad094;
}

.selling_client_section .read_process:hover::before {
    background-position: -41px -31px;
    transition: 0.5s all ease-in-out;
}


/* -----selling_page_end----- */


/* -----Resources_all_start----- */


/* .home .home_testimonial_section,
.home .home_blog_section {
    display: none;
} */

.bg_text {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-family: "Karla ExtraBold";
    text-transform: uppercase;
    padding: 5px 7px;
}

.green_text {
    position: relative;
    color: #2ad094;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-family: "Karla ExtraBold";
    text-transform: uppercase;
    padding: 5px 7px;
}

.green_text:before {
    position: absolute;
    content: "";
    top: 0;
    background-color: #2ad094;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.orange_text {
    color: #e67a23;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-family: "Karla ExtraBold";
    text-transform: uppercase;
    padding: 5px 7px;
}

.orange_text:before {
    position: absolute;
    content: "";
    top: 0;
    background-color: #e67a23;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.blue_text {
    color: #2aadd0;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-family: "Karla ExtraBold";
    text-transform: uppercase;
    padding: 5px 7px;
}

.blue_text:before {
    position: absolute;
    content: "";
    top: 0;
    background-color: #2aadd0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}


/* ----select_dropdown--- */

.select2-search {
    display: none;
}

.select2-container {
    max-width: 432px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #2ad094;
    height: auto;
    width: 100%;
    max-width: 432px;
    display: flex;
    padding: 22px 16px;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    position: absolute;
    content: "";
    right: 0px;
    width: 16px;
    height: 16px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    background-position: -216px -10px;
    top: 0px;
    margin: 0;
    transition: 0.5s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
    transform: rotate(180deg) !important;
    transition: 0.5s;
    top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    color: #26434a;
    font-size: 18px;
    line-height: 18px;
    font-family: "Karla Regular";
    overflow: visible;
    align-self: center;
}

.select2-results__option--selectable {
    color: #26434a;
    font-size: 18px;
    line-height: 18px;
    font-family: "Karla Regular";
    padding: 16px 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /* background-color: #2aadd0; */
    background-color: #2ad094;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    padding: 12px 20px;
    color: #26434a;
    font-size: 18px;
    line-height: 18px;
    font-family: "Karla Regular";
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: 1px solid #2ad094 !important;
}

.select2-results__option {
    padding: 16px 24px;
    color: #26434a;
    font-size: 18px;
    line-height: 18px;
    font-family: "Karla Regular";
}

.transactions_main div#postdata {
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 30px !important;
    /* 	margin-bottom: 32px; */
}

.transactions_main .pagination div#pagination-bottom {
    opacity: 1;
    cursor: not-allowed !important;
}

.transactions_selects {
    display: flex;
    width: 100%;
    max-width: 898px;
    justify-content: space-between;
}


/* ----select_dropdown--- */

.resources_all_section {
    background-color: #f5f8f9;
    padding: 50px 0px 120px;
    /* background-color: red; */
}

.register_section_box {
    /* box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); */
    background-color: #fff;
    display: flex;
    position: relative;
}

.register_section_box::after {
    position: absolute;
    content: "";
    bottom: 11px;
    height: 4px;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 9px 15px 17px;
    border-radius: 50%;
}

.register_section {
    padding-bottom: 120px;
    position: relative;
    z-index: 9;
}

.register_section_box .left_section {
    width: 100%;
    max-width: 721px;
    align-self: center;
}

.register_section_box .left_section img {
    width: 100%;
    max-width: 721px;
    height: 451px;
    object-fit: cover;
}

.register_section_box .right_section {
    width: 100%;
    max-width: 687px;
    align-self: center;
    padding: 65px 87px;
}

.register_section_box h2 {
    color: #26434a;
    font-size: 24px;
    letter-spacing: -0.75px;
    line-height: 34px;
    font-family: "Karla ExtraBold";
    margin: 8px 0px;
    transition: 0.4s all ease-in-out;
}

.register_section_box h2:hover {
    color: #2ad094;
    transition: 0.4s all ease-in-out;
}

.register_section_box p {
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.register_section_box .details {
    color: #26434a;
    margin-bottom: 0px;
    padding-left: 26px;
    position: relative;
}

.register_section_box .details span {
    opacity: 0.5;
}

.register_section_box .details.name {
    margin-bottom: 24px;
}

.register_section_box .details:before {
    position: absolute;
    content: "";
    left: 1px;
    width: 16px;
    height: 20px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    top: 50%;
    transform: translateY(-50%);
}

.register_section_box .details.date::before {
    /* position: absolute;
    top: 50%;
    left: 0;
    content: "\f133";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    transform: translateY(-50%); */
    background-position: -350px -10px;
}

.register_section_box .details.name::before {
    background-position: -374px -10px;
}

.find_out {
    color: #2aadd0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.find_out i {
    font-size: 16px;
}
.findout_ebboks {
    color: #2aadd0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
}

.findout_ebboks::before {
    position: absolute;
    content: "";
    left: 0;
    width: 16px;
    height: 16px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    background-position: -41px -12px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s all ease-in-out;
}
.find_out:hover {
    color: #2ad094;
}

.find_out:hover::before {
    background-position: -41px -31px;
    transition: 0.5s all ease-in-out;
}

.title_row {
    border-radius: 2px;
    background-color: #e2e8e8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px !important;
    padding: 16px;
    /* max-width: 1410px; */
    margin: 0 auto;
}

.title_row h2.title_h2 {
    color: #26434a !important;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 32px !important;
    font-family: "Karla ExtraBold";
    margin-bottom: 0px;
    margin-left: 16px;
    align-self: center;
    margin-top: 0px;
}

.video_resource_categories .box {
    z-index: 1;
}


/* .video_resource_categories {
    padding-bottom: 120px;
} */

.video_resource_categories .img_box {
    position: relative;
}

.video_resource_categories .img_box img {
    width: 100%;
    max-width: 448px;
    /* max-height: 280px; */
    height: 280px;
    object-fit: cover;
}

.video_resource_categories .img_box .play_btn {
    width: 100%;
    max-width: 96px;
    display: inline-block;
    height: 96px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    /* background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_play.png');
    background-repeat: no-repeat; */
    opacity: 0.9;
    background-color: #26434a;
    border-radius: 50%;
}

.video_resource_categories .img_box .play_btn::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 56px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_play.png');
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.video_resource_categories .details {
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    padding: 32px 40px 40px 40px;
    position: relative;
   margin-bottom: 32px;
}


/* .video_resource_categories .details::after {
    content: "";
    position: absolute;
    background-image: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/Shadow.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 100%;
    left: 0;
    bottom: -30px;
    z-index: -1;
    background-size: 100%;
} */


/* .video_resource_categories .details::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4px;
    width: 50%;
    left: 0;
    bottom: 11px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 40px 4px;
} */

.video_resource_categories .details::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5px;
    width: 50%;
    left: 0;
    bottom: 17px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 9px 15px 17px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 22px 17px 7px; */
    border-radius: 50%;
}

.video_resource_categories .details h2 {
    color: #26434a;
    font-size: 24px;
    letter-spacing: -0.75px;
    line-height: 34px;
    font-family: "Karla ExtraBold";
    margin: 8px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 68px;
}

.video_resource_categories .details .time {
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 0px;
    position: relative;
}

.video_resource_categories .details .time::before {
    position: absolute;
    content: "";
    left: 0;
    width: 16px;
    height: 18px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    top: 50%;
    transform: translateY(-50%);
    background-position: -256px -10px;
}

.video_resource_categories .details .time span {
    opacity: 0.5;
    line-height: 28px;
}

.load_more_btn {
    text-align: center;
    margin-top: 32px;
}

.load_more_btn .kingsbrook_btn {
    max-width: 160px;
    width: 100%;
}

.load_more_btn .kingsbrook_btn:hover::before {
    display: none;
}

.ebooks_and_brochures_section {
    padding-top: 120px;
}

.ebooks_and_brochures_section .ebook_img_box {
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
    /* border-left: 20px solid #2ad094; */
}

.ebooks_and_brochures_section .ebook_img_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -95%;
    background-color: #2ad094;
    z-index: 3;
    top: 0;
    transition: 0.5s all ease-in-out;
}

.ebooks_and_brochures_section .ebook_img_box:hover:after {
    /* width: 100%;
    right: -20px; */
    left: 360px;
    transition: 0.5s all ease-in-out;
}

.ebooks_and_brochures_section .ebook_img_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #26434a;
    opacity: 0.8;
    z-index: 1;
}

.ebooks_and_brochures_section .ebook_details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 32px 30px 24px 48px;
    color: #fff;
    z-index: 4;
}

.ebooks_and_brochures_section .ebook_img_box img {
    width: 100%;
    max-width: 328px;
    height: 453px;
    object-fit: cover;
    transition: 0.8s all ease-in-out;
    transform: scale(1.3) translatex(1px);
    /* transform: scale(1.3) translatex(15px); */
}

.ebooks_and_brochures_section .ebook_img_box:hover img {
    /* transform: unset; */
    transform: scale(1) translatex(1px);
    transition: 0.8s all ease-in-out;
}

.ebooks_and_brochures_section h2 {
    font-size: 24px;
    letter-spacing: -0.75px;
    line-height: 34px;
    font-family: "Karla ExtraBold";
    margin: 8px 0px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ebooks_and_brochures_section p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla Regular";
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ebooks_and_brochures_section span.size {
    display: none;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.5;
    color: #fff;
    margin-left: 10px;
    font-family: "Karla Regular";
}

.ebooks_and_brochures_section .find_out::before,
.resource_single .BrousherDetail .find_out::before {
    background-position: -91px -30px;
    transition: 0.5s all ease-in-out;
}

.ebooks_and_brochures_section .ebook_img_box:hover .find_out {
    color: #2ad094;
}

.ebooks_and_brochures_section .ebook_img_box:hover .find_out::before,
.resource_single .BrousherDetail .find_out:hover::before {
    background-position: -91px -12px;
    transition: 0.5s all ease-in-out;
}
.Home_Findout::before{
    background-position: -91px -30px;
}
.Home_Findout:hover::before {
    background-position: -91px -12px;
    transition: 0.5s all ease-in-out;
}
/* .prev.page-numbers,
.next.page-numbers {
    display: block;
}

.page-numbers {
    display: none;
} */


/* -----Resources_all_end-----*/


/* -------blog_page_start---- */

.home_blog_section .blog_section {
    padding-top: 120px;
    background-color: #f5f8f9;
}

.home_blog_section .blog_section .title_h2 {
    color: #26434a;
    font-family: "Karla ExtraBold";
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 16px;
    max-width: 928px;
}

.home_blog_section .resources_all_section.blog_main_section {
    padding-top: 24px;
}

.home_blog_section .blog_section .title_link {
    color: #2aadd0;
    font-family: "Karla ExtraBold";
    font-size: 18px;
	margin-bottom: 0;
}

.other_banner_section {
    position: relative;
}

.other_banner_section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(38, 67, 74, 0.63);
    z-index: 1;
}

.other_banner_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/other_banner_effect.png');
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100%;
}

.other_banner_section .banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 974px;

    ul {
        margin-top: 1rem;
        list-style: none;
    }

    .banner_inner {
        text-align: left;
    }
}

.other_banner_section h1 {
    color: #fff;
    font-family: "Karla ExtraBold";
    font-size: 64px;
    letter-spacing: -3px;
    line-height: 74px;
    margin-bottom: 16px;
}

.other_banner_section p {
    color: #fff;
    font-family: "Karla light";
    /* font-family: "Karla Regular"; */
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}

.mobile_breadcrumbs {
    display: none;
}

.breadcrumbs_section {
    border-bottom: 1px solid #d7edf3;
    background-color: #fff;
}

.breadcrumbs_section ul {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    font-family: "Karla Medium";
    color: #26434a;
    opacity: 0.5;
    padding: 13px 0px;
}

.breadcrumbs_section ul li {
    margin-right: 10px;
}

.breadcrumbs_section ul li a,
.breadcrumbs_section ul li strong {
    color: #26434a;
    line-height: 12px;
    font-weight: normal;
}

.resources_all_section.blog_main_section {
    padding-top: 80px;
}

.blog_main_section .video_resource_categories .details h2 {
    margin-bottom: 40px;
}

.blog_main_section .author_details,
.blog_main_section .author_details .name_date {
    display: flex;
}

.blog_main_section .author_details .author_image {
    width: 100%;
    max-width: 40px;
    border-radius: 50%;
    object-fit: cover;
    height: 40px;
    margin-right: 8px;
}

.blog_main_section .name_date h3 {
    opacity: 0.5;
    color: #26434a;
    font-size: 18px;
    line-height: 28px;
    font-family: "Karla ExtraBold";
    text-transform: capitalize;
    margin-bottom: 0px;
    align-self: center;
}

.blog_main_section .details .name_date p {
    align-self: center;
    padding-left: 8px;
}

.blog_main_section .name_date p::before {
    display: none;
}

.pagination {
    border-radius: 2px;
    background-color: #e2e8e8;
    display: flex;
    justify-content: space-between;
    padding: 16px 12px 16px 16px;
    height: 96px;
    margin-top: 32px;
    width: 100%;
}

.pagination p {
    color: #26434a;
    font-family: "Karla Regular";
    padding-left: 24px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    align-self: center;
}

.pagination .expanded-pagination {
    display: flex;
    align-self: center;
}

.pagination .page-numbers {
    display: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination #bottom-deco-post-link,
.pagination #bottom-deco-pre-link {
    display: block;
    position: relative;
    width: 64px;
    max-width: 64px;
    height: 64px;
    font-size: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination #bottom-deco-post-link:hover,
.pagination #bottom-deco-pre-link:hover {
    opacity: 0.8;
}

.pagination .deco-links {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}


/* .blog_main_section .pagination #bottom-deco-post-link,
.blog_main_section .pagination #bottom-deco-pre-link {
    position: relative;
    width: 64px;
    max-width: 64px;
    height: 64px;
} */

.pagination #bottom-deco-post-link::before,
.pagination .page-numbers.next:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    border: unset;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 2s ease-in-out;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_small_blue_right.png');
    z-index: 1;
}

.pagination #bottom-deco-pre-link::before,
.pagination .page-numbers.prev::before {
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    border: unset;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 2s ease-in-out;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/btn_small_blue_left.png');
    z-index: 1;
}


/* -------blog_page_end---- */

.resource_single .access_resource {
    padding: 40px 40px 40px !important;
    max-width: 448px !important;
    margin-left: auto !important;
}

.resource_single .broucherImg {
    max-width: 448px !important;
    margin-left: auto !important;
}

.resource_single .BrousherDetail {
    padding: 56px 56px 37px 56px !important;
}

.resource_single .BrousherDetail h2 {
    margin-bottom: -3px !important;
}

.resource_content .resouce_text {
    margin-top: 63px;
}


/* sms start */

.BrousherDetail a {
    position: relative;
}

.BrousherDetail .fa-arrow-circle-down::before {
    position: absolute;
    content: "" !important;
    left: -15px;
    width: 17px;
    height: 16px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    top: 10px;
    transform: translateY(-50%);
    background-position: -91px -30px;
}

.BrousherDetail a:hover .fa-arrow-circle-down::before {
    background-position: -91px -12px;
    transition: 0.5s all ease-in-out;
}

.home_ebooks_section .ebbokForm .wpcf7-form.invalid {
    position: relative;
}

.contact_us_link:hover {
    color: #2ad094 !important;
    transition: 0.2s all ease-in-out !important;
}

.video_resource_categories .details h2:hover {
    color: #2ad094;
    transition: 0.2s all ease-in-out;
}

.entry-content.single_blog p a:hover {
    color: #2ad094 !important;
    transition: 0.5s;
}

.resource_access_form p br {
    display: none;
}


/* sms end */


/* ------about_us_page_start-------- */

section.donate_section .col-md-6 p:first-child {
    margin: 0;
}

.donate_section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f5f8f9;
}

.donate_section .kingsbrook_btn {
    min-width: 305px;
    margin-top: 5px;
}

.donate_section h2 {
    width: 100%;
    color: #26434a;
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 58px;
    text-align: right;
    max-width: 568px;
    font-family: "Karla ExtraBold";
}

.donate_section h5 {
    color: #26434a;
    font-size: 24px;
    line-height: 34px;
    font-family: "Karla light";
    margin-bottom: 18px;
}

.donate_section h5 span {
    font-family: "Karla LightItalic";
}

.donate_section .donate_img {
    margin-top: 8px;
    margin-bottom: 32px;
    width: 100%;
}

.donate_section p {
    margin-bottom: 16px;
    /* margin-bottom: 24px; */
    color: #26434a;
}


/* ------about_us_page_start-------- */


/* ------our_client_start-------- */

.strong_b {
    font-family: "Karla ExtraBold";
    font-weight: unset;
    font-size: 18px;
    line-height: 28px;
    color: #26434a;
}

.our_client_section4 .TextBrand {
    margin-bottom: 0px;
}

.our_client_section4 h2.brand_title {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 50px;
    margin-bottom: 40px;
}

.our_client_section4.selling_section1 {
    background-color: #e2e8e8;
}

.our_client_section4.selling_section1 .TextBrand h5 {
    max-width: 100%;
    margin-bottom: 48px;
    font-family: "Karla Medium";
}

.donate_section .sub_menu .main_div:nth-child(2),
.donate_section .sub_menu .main_div:first-child {
    margin-bottom: 8px !important;
}

.donate_section .sub_menu .main_div {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: 28px;
}

.donate_section .sub_menu .main_div:last-child {
    margin-bottom: 0px;
}

.donate_section .sub_menu .main_div::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 20px;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    top: 3px;
    background-position: -280px -10px;
    left: 4px;
}

.our_client_slider_section {
    background-color: #26434a;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden !important;
}

.our_client_testimonials {
    overflow-x: hidden !important;
}

.our_client_slider_section .free-ebook {
    text-align: center;
    display: block;
}

.our_client_slider_section .title {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
    color: #fff;
    font-family: "Karla ExtraBold";
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.our_client_slider .box {
    position: relative;
    /* width: 100%; */
    max-width: 928px;
    margin: 0 auto;
    margin-left: 16px;
    margin-right: 16px;
    opacity: 0.25;
}

.our_client_slider .box.carousel-cell:hover {
    opacity: 0.4;
}

.our_client_slider .box.carousel-cell.is-selected {
    opacity: 1;
}

.our_client_slider .box .client_img,
.our_client_slider .box .client_img_wlink {
    width: 100%;
    max-width: 928px;
    height: 512px;
    object-fit: cover;
    object-position: top;
}

.our_client_slider .box .details {
    width: calc(100% - 80px);
    opacity: 0.85;
    border-radius: 2px;
    background: linear-gradient(135deg, #325f6a 0%, #377d64 100%);
    /* max-width: 848px; */
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 27px 32px;
    /* height: 96px; */
    display: flex;
    /* flex-wrap: wrap; */
}

.our_client_slider .box .details .play_btn {
    position: relative;
    align-self: center;
    width: 100%;
    max-width: 32px;
    height: 32px;
}

.our_client_slider .box .details .play_btn::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
    background-repeat: no-repeat;
    background-position: -13px -103px;
}

.our_client_slider .box .details .name {
    color: #fff;
    font-family: "Karla ExtraBold";
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 16px;
    align-self: center;
}

.our_client_slider .box .details .time {
    opacity: 0.5;
    color: #fff;
    font-family: "Karla light";
    font-size: 18px;
    line-height: 18px;
    align-self: center;
}

.our_client_slider .carousel-cell {
    width: 66%;
    /* height: 512px; */
    /* height: 200px; */
    /* margin-right: 10px; */
    /* background: #8c8; */
    /* border-radius: 5px; */
    counter-increment: gallery-cell;
}


/*
.our_client_slider .flickity-prev-next-button {
    width: 100%;
    height: 512px;
    border-radius: unset;
    max-width: 455px;
    opacity: 0;
} */

.our_client_slider .flickity-prev-next-button.previous {
    left: 0;
}

.our_client_slider .flickity-prev-next-button.next {
    right: 0;
}


/* .our_client_slider .flickity-button, */

.our_client_slider .flickity-page-dots {
    display: none;
}

.our_client_testimonials .all_video {
    text-align: center;
    margin-top: 40px;
}

.our_client_testimonials .all_video .kingsbrook_btn {
    min-width: 334px;
}


/* cell number */


/*
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
} */


/* ------our_client_end-------- */


/* -----client_testimonials_start----- */

.client_testimonials_slider {
    padding-top: 120px;
    background-color: #f5f8f9;
}

.client_testimonials_section {
    padding-top: 120px;
    padding-bottom: 88px;
    background-color: #f5f8f9;
}

.client_testimonials_section .box {
    height: 448px;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.05);
    max-width: 448px;
    /* margin-left: 16px;
    margin-right: 16px; */
    margin-bottom: 32px;
    padding: 40px 48px 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.client_testimonials_section .main_box {
    z-index: 1;
}


/* .client_testimonials_section .main_box::before, */

.client_testimonials_section .box::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 9px 15px 17px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 22px 17px 7px; */
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    display: inline-block;
}

.client_testimonials_section p {
    font-family: "Karla Regular";
    color: #26434a;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.client_testimonials_section .client_details {
    display: flex;
}

.client_testimonials_section .client_details .client_img,
.client_testimonials_section .client_details .client_img_wlink {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 16px;
}

.client_testimonials_section .client_details .details {
    align-self: center;
}

.client_testimonials_section .client_details .details h5 {
    color: #26434a;
    font-family: Karla Extrabold;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: normal;
}

.client_testimonials_section .client_details .details span {
    opacity: 0.5;
    color: #26434a;
    font-family: "Karla Regular";
    font-size: 18px;
    line-height: normal;
}


/* -----client_testimonials_end----- */


/* -----privacy_policy_start----- */

.privacy-policy .privacy_policy_section h1 {
    color: #26434a !important;
    font-family: "Karla ExtraBold";
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 24px;
}

.privacy-policy .privacy_policy_section p {
    color: #26434a !important;
    text-align: justify;
	font-family: 'Karla Regular';
	font-size: 18px;
}

.privacy-policy .privacy_policy_section p strong {
	color: #26434a !important;
    font-family: "Karla ExtraBold";
    font-weight: unset;
    font-size: 18px;
    line-height: 28px;
    color: #26434a;
}

.privacy-policy .privacy_policy_section ul, ol {
	color: #26434a !important;
	font-size: 18px;
	font-family: 'Karla Regular';
	list-style-position: inside;
	padding: 0;
}

.privacy-policy .privacy_policy_section ol strong {
	font-family: 'Karla ExtraBold';
}

.privacy-policy .privacy_policy_section ul strong {
	font-family: 'Karla ExtraBold';
}

.privacy-policy .privacy_policy_section ol > li::marker {
	font-family: 'Karla ExtraBold';
}

.privacy-policy .privacy_policy_section ul > li::marker {
	font-family: 'Karla ExtraBold';
}

.privacy-policy .privacy_policy_section a {
	color: #2aadd0;
	font-family: "Karla ExtraBold";
	font-size: 18px;
	line-height: 28px;
}

.privacy-policy .privacy_policy_section table {
	color: #26434a !important;
	font-size: 18px;
	font-family: 'Karla Regular';
}

.privacy-policy .privacy_policy_section td strong {
	font-family: 'Karla ExtraBold';
}

.privacy-policy .privacy_policy_section {
	color: #26434a !important;
    padding-top: 120px;
    padding-bottom: 120px;
}

.footer_info i {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
}
.maincollnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    padding: 0;
}
.maincollnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu .mega-menu-item{
    list-style-type: none;
}
/* -----privacy_policy_end----- */
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
   .maincollnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
     opacity: 0;
        transition: opacity 200ms ease-in, visibility 200ms ease-in;
        z-index: -1;
        visibility: hidden;
        padding: 0;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu .mega-menu-item{
        list-style-type: none;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary li.openmenu > ul.mega-sub-menu{
     opacity: 1;
        z-index: 999;
        transition: 0.5s !important;
        visibility: visible;
    }
}
@media (max-width: 1850px) {
    .We_kingsbrook_main.left .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
        margin-top: 17px !important;
    }
    .We_kingsbrook_main.right .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
        margin-top: 17px !important;
    }
}

@media (max-width: 1715px) {
    .BoxInner {
        min-height: 483px;
    }
}

@media (max-width: 1499px) {
    .privacy_policy_section h2 {
        margin-bottom: 12px;
    }
    .privacy_policy_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .innerWe_kingsbrook a {
        margin-top: 15px;
    }
    /* .video_resource_categories .details::after {
        bottom: -68px;
    } */
    .video_resource_categories .details h2 {
        -webkit-line-clamp: 3;
        min-height: 102px;
    }
    .IconProgress{
        margin-bottom: 24px;
    }
    .the_kingsbrook_Text {
        margin-bottom: 38px;
    }
    .kingsbrook_process_box h2 {
        margin-bottom: 11px;
    }
    .selling_client_section .home_ebooks {
        padding: 50px;
    }
    .kingsbrook_process_slider .draggable {
        padding-left: 195px;
        padding-right: 195px;
    }
    .kingsbrook_process_box {
        padding-left: 25px;
        padding-right: 25px;
    }
    .kingsbrook_process_slider .slick-arrow {
        max-width: 74px;
        height: 74px;
        background-size: 74px !important;
    }
     .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
    .home_slider .banner_content .banner_title {
        font-size: 54px;
        line-height: 54px;
    }
    .home_slider .banner_content .banner_text {
        font-size: 22px;
        line-height: 28px;
    }
    .home_slider .banner_content .banner_inner {
        max-width: 772px;
    }
    .home_slider .slick-next.slick-arrow {
        right: 194px;
    }
    .home_slider .slick-prev.slick-arrow {
        right: 250px;
    }
    .home_slider .slick-arrow {
        max-width: 50px;
        height: 50px;
        background-size: 50px !important;
        bottom: 55px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 542px;
    }
    .maincollnav .sub_menu {
        padding: 20px;
    }
    .maincollnav .sub_menu .left_menu,
    .maincollnav .sub_menu .right_menu {
        max-width: 50%;
    }
    .maincollnav .sub_menu .left_menu .description {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .maincollnav .sub_menu .left_menu .contact_us_link,
    .maincollnav .sub_menu .right_menu .main_ul ul li a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer_top .footer_banner_img {
        height: 480px;
        object-fit: cover;
    }
}

@media (max-width: 1399px) {
    .other_banner_section h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .selling_up_section .We_kingsbrook_image img {
        width: 100%;
        height: 650px;
        object-fit: cover;
        object-position: center;
    }
    .We_kingsbrook_main.left .innerWe_kingsbrook {
        position: unset;
        right: 51px;
    }
    .home_slider .slick-next.slick-arrow {
        right: 145px;
    }
    .home_slider .slick-prev.slick-arrow {
        right: 200px;
    }
}

@media (max-width: 1299px) {
    .other_banner_section h1 {
        font-size: 38px;
        margin-bottom: 0px;
        line-height: 65px;
    }
    .other_banner_section p {
        font-size: 22px;
        line-height: 32px;
    }
    .client_testimonials_slider {
        padding-top: 50px;
    }
    .our_client_slider_section,
    .client_testimonials_section,
    .donate_section {
        padding: 50px 0;
    }
    /* .donate_section {
        padding: 50px 0;
    } */
    .IconProgress{
        max-width: 134px;
        height: 134px;
    }
    .kingsbrook_client_section {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .the_process_section {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .kingsbrook_process_slider .draggable {
        padding-left: 100px;
        padding-right: 100px;
    }
    .selling_section2 {
        padding: 50px 0;
    }
    .home_brand_section.selling_section1 {
        padding: 50px 0;
    }
    
    h2.brand_title,
    .donate_section h2,
    .selling_section2 h2.brand_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -2.4px;
    }
    .brand_content img {
        margin-top: 50px;
    }
    .selling_section2 h2.brand_title {
        margin-bottom: 24px;
    }
    .selling_section2 .TextBrand {
        margin-bottom: 24px;
    }
    .home_slider .slick-next.slick-arrow {
        right: 100px;
    }
    .home_slider .slick-prev.slick-arrow {
        right: 155px;
    }
}

@media (max-width: 1220px) {
    .transactions_selects .select2-container {
        width: 100% !important;
        margin-right: 15px;
        margin-left: 15px;
    }
	.maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    	margin-left: 18px;
    	margin-right: 18px;
	}
}

@media (max-width: 1199px) {
		section.resource_single .col-lg-8.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.resource_single .col-lg-4.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
    .transactions_selects .select2-container,
    .select2-container--default .select2-selection--single {
        max-width: 100%;
    }
    .transactions_selects {
        margin-top: 15px;
        max-width: 100%;
        justify-content: flex-start;
    }
    .client_testimonials_section .box {
        max-width: 100%;
    }
    .blog_main_section .video_resource_categories .details h2 {
        margin-bottom: 15px;
    }
    .video_resource_categories .details h2 {
        -webkit-line-clamp: 2;
        min-height: 68px;
    }
    /* .video_resource_categories .details::after {
        bottom: -68px;
        height: 100%;
    } */
    .video_resource_categories .img_box img {
        max-width: 100%;
    }
    .top_header .navbar {
        padding: 32px 15px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-left: 15px;
        margin-right: 15px;
    }
	.maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 13px;
}
	.maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>a.mega-menu-link::before{
		top:0;
	}
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 500px;
    }
    .maincollnav .sub_menu {
        padding: 15px;
    }
    .maincollnav .sub_menu .left_menu .description {
        padding-bottom: 0px;
    }
    .maincollnav .sub_menu .right_menu .main_ul ul {
        padding-left: 22px;
    }
    .home_slider .banner_content .banner_title {
        font-size: 45px;
        line-height: 50px;
    }
    .home_slider .banner_content .banner_text {
        font-size: 20px;
        line-height: 24px;
    }
    .home_slider .slick-next.slick-arrow {
        right: 135px;
    }
    .home_slider .slick-prev.slick-arrow {
        right: 190px;
    }
    .footer_top .title {
        font-size: 30px;
    }
    .footer_top .text {
        font-size: 16px;
        line-height: 24px;
    }
    .footer_bottom .footer_info ul li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 22px;
    }
    .footer_bottom .footer_menu .all_right {
        font-size: 16px;
        line-height: 25px;
    }
    .footer_logo .foot_logo img {
        margin-bottom: 20px;
    }
    .footer_bottom .footer_menu ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    /* ----g---- */
    .register_section_box .right_section {
        padding: 30px 40px;
    }
    .ebooks_and_brochures_section .ebook_img_box img {
        max-width: unset;
    }
    .register_section_box .left_section img {
        object-position: -230px 0px;
    }
    .ebooks_and_brochures_section .ebook_img_box:hover:after {
        left: 560px;
    }
    /* ----g---- */
}

@media (max-width: 1024px) {
	.link-section-simple-text p{
		max-width:100%;
		padding-left:20px;
		padding-right:20px;
	}
    .donate_section h2 {
        text-align: left;
        max-width: 100%;
    }
    .donate_section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our_client_section4 h2.brand_title {
        font-size: 35px;
        line-height: 45px;
    }
    .selling_up_section .We_kingsbrook_image img {
        height: auto;
    }
    .TextBrand h5,
    .donate_section h5 {
        font-size: 22px;
        line-height: 28px;
    }
    h2.brand_title,
    .donate_section h2,
    .selling_section2 h2.brand_title {
        font-size: 35px;
        line-height: 45px;
    }
    .home_slider .banner_content {
        bottom: 30px;
    }
    .home_slider .slick-arrow {
        bottom: 7px;
    }
    .top_header .head_logo p {
        display: none;
    }
    .home_slider .slick-next.slick-arrow {
        right: 50px;
    }
    .home_slider .slick-prev.slick-arrow {
        right: 105px;
    }
    .home_slider .banner_content .banner_title {
        font-size: 40px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    .request_callback br {
        display: none;
    }
    .BoxInner {
        min-height: 100%;
    }
    .maincollnav .sub_menu .right_menu .main_ul ul a::before {
        background-position: -321px -11px;
    }
    .our_client_slider .box .client_img,
    .our_client_slider .box .client_img_wlink {
        height: 400px;
    }
    .mobile_breadcrumbs {
        display: block;
    }
    .desktop_breadcrumbs {
        display: none;
    }
    .top_header .navbar {
        border-bottom: unset;
    }
    /* .main_home_container {
        margin-top: 40px;
    }
    .home .main_home_container {
        margin-top: 0px;
    }
    .breadcrumbs_section {
        position: absolute;
        top: 80px;
        z-index: 9;
        width: 100%;
    } */
    .video_resource_categories .details h2 {
        -webkit-line-clamp: 3;
        min-height: 102px;
    }
    .pagination_container {
        padding: 0px;
    }
    .resources_all_section.blog_main_section {
        padding-bottom: 0px;
    }
    .blog_main_section .name_date h3 {
        width: 100%;
        line-height: 18px;
    }
    .blog_main_section .details .name_date p {
        padding-left: 0;
        width: 100%;
        line-height: normal;
    }
    .blog_main_section .author_details,
    .blog_main_section .author_details .name_date {
        display: flex;
        flex-wrap: wrap;
    }
    .video_resource_categories .details {
        padding: 15px;
    }
    .pagination {
        margin-top: 24px;
    }
    .resources_all_section.blog_main_section,
    .home_blog_section .blog_section {
        padding-top: 33px;
    }
    section.home_ebooks_section.selling_client_section::after {
        background: linear-gradient( 90deg, rgb(38, 67, 74) 40%, rgba(255, 255, 255, 0) 100%);
    }
    .selling_client_section .ebbokDetails p {
        font-size: 20px;
        line-height: 28px;
    }
    .selling_client_section .home_ebooks {
        padding: 15px;
    }
    .kingsbrook_process_box {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer_top .request_callback_btn {
        width: 100%;
    }
    .request_callback .wpcf7-spinner {
        display: flex;
        margin: none;
        position: relative;
/*         top: -50px;
        left: 230px; */
		top: 10px;
        left: 0px;
    }
    .home_slider .slick-arrow {
        display: none !important;
    }
    .top_header {
        position: sticky;
        background-color: #26434a;
        top: 0;
        height: 100%;
    }
	.postid-266 header#header {
		position: sticky !important;
	}
    #mega-menu-wrap-primary .mega-menu-toggle {
        background: transparent;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_header .navbar {
        padding: 20px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
        font-family: "Karla ExtraBold";
        outline: none;
        padding: 25px 30px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        border: 1px solid #20383e;
    }
    .maincollnav .sub_menu::before {
        display: none;
    }
    .maincollnav .sub_menu::before {
        display: none;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        transform: unset !important;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        background-color: #1c353b;
    }
    .maincollnav .sub_menu .left_menu {
        display: none;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        border-left: unset;
        border-radius: unset;
        width: 100%;
        position: unset;
    }
    ul.mega-sub-menu.mobilesubopen{
        display: block;
    }
    ul.mega-sub-menu {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        position: relative;
    }
    .maincollnav .sub_menu .right_menu .main_ul ul li a {
        font-size: 20px;
        line-height: 28px;
    }
    .maincollnav .sub_menu .left_menu,
    .maincollnav .sub_menu .right_menu {
        max-width: 100%;
    }
    .maincollnav .sub_menu .right_menu .main_ul ul {
        padding-left: 55px;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>a.mega-menu-link::before {
        display: none;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current_page_item>a.mega-menu-link .mega-description-group {
        border-bottom: unset;
        padding-bottom: unset;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>span.mega-indicator {
        display: inline-block;
        width: 16px;
        height: 16px;
        z-index: 99;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: block;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: #26434a;
        padding: 0px 0px 0px 0px;
        display: none;
        top: 80px;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        display: flex;
        position: absolute !important;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        top: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-bottom: 0px;
        top: 80px;
        padding: 0;
        background-color: #26434a;
    }
    .maincollnav {
        display: flex;
        z-index: 99;
        width: 100%;
        max-width: 100%;
        margin-top: -55px !important;
    }
    .maincollnav #mega-menu-wrap-primary {
        margin-right: 0;
        width: 100%;
        position: unset;
    }
    .maincollnav a.search_btn::before {
        right: 70px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex;
        /* width: 100%; */
        position: absolute;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #fff;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>ul.mega-sub-menu {
        display: none;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>ul.mobilesubopen {
        display: block;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        position: relative;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
       display: flex;
        justify-content: space-between;
        outline: unset;
        width: 85%;
        padding-right: 0;
    }
    .maincollnav .mega-menu-item-object-page .mega-menu-link .mega-description-group .mega-menu-title {
        font-size: 20px;
        color: #fff;
    }
    .maincollnav .mega-menu-item-object-page .mega-menu-link .mega-description-group .mega-menu-description {
        font-size: 14px !important;
        color: #fff;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover .mega-description-group {
        border-bottom: unset;
        padding-bottom: unset;
    }
    .maincollnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link .mega-description-group {
        border-bottom: unset;
        padding-bottom: unset;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children span.mega-indicator::after {
        position: absolute;
        content: "";
        right: 0px;
        width: 16px;
        height: 16px;
        background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/kingsbrook_sprite_img.png');
        background-position: -11px -25px;
        top: 0px;
        margin: 0;
        transition: 0.5s;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
        transform: rotate(180deg) !important;
        transition: 0.5s;
        top: 0px;
        content: "";
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after,
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner {
        height: 6px;
    }
    .footer_bottom_mobile {
        display: block;
    }
    .footer_bottom_desktop {
        display: none;
    }
    .footer_top .left_section,
    .footer_bottom .left_section,
    .footer_top .right_section {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_top .request_callback,
    .footer_bottom .right_section .footer_info,
    .footer_top .request_callback .request_callback_input {
        max-width: 100%;
    }
    .footer_top .title {
        margin-bottom: 18px;
    }
    .footer_top .text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 43px;
    }
    .footer_top .footer_banner_img {
        height: 705px;
    }
    .footer_top .other_way_get {
        margin-bottom: 30px;
    }
    .footer_top .request_callback_btn {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .footer_top .request_callback_label br {
        display: none;
    }
    .footer_logo .foot_logo img {
        margin-bottom: 48px;
    }
    .footer_bottom .footer_info ul li {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 28px;
    }
    .footer_bottom .footer_menu ul {
        flex-direction: column;
        margin-top: 34px;
        margin-bottom: 42px;
    }
    .footer_bottom .footer_menu ul li {
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .footer_bottom .footer_menu ul li.bcms_li a {
        line-height: 16px;
        padding-right: 13px;
        background-image: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/open-with-map.png');
        background-repeat: no-repeat;
        background-position: right top;
        transition: 0.2s ease-in-out;
        display: inline-block;
    }
    .footer_bottom .footer_menu ul li:last-child {
        margin-bottom: 0px;
    }
    .footer_bottom .container {
        padding-top: 50px;
        padding-bottom: 44px;
    }
    .footer_top .container {
        padding-top: 42px;
        padding-bottom: 52px;
    }
    /* ----g---- */
    .register_section_box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .register_section_box .details {
        line-height: 23px;
    }
    .register_section_box .details.name {
        margin-bottom: 15px;
    }
    .resources_all_section {
        padding: 90px 0px 60px;
    }
    .select2-container--default .select2-selection--single,
    .select2-container {
        max-width: 390px;
    }
    /* ----g---- */
}

@media (max-width: 850px) {
    .kingsbrook_process_box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
	section.resource_single .col-lg-8.col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.link-section-simple-text p{
		font-size:16px;
		line-height:24px;
	}
	section.resource_single .col-lg-4.col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.request_callback .wpcf7-spinner {
	  top: 10px;
	  left: 0px;
	}
    .resource_single .access_resource,
    .resource_single .broucherImg {
        max-width: 100% !important;
    }
    .resource_single .access_resource {
        margin-bottom: 57px;
    }
    .pagination {
        height: 100px;
    }
    .resource_access_form .request_callback_input {
        max-width: 100%;
    }
    .load_more_btn {
        margin-top: 5px;
    }
    .home_brand_section.selling_section2 {
        margin: 0 auto;
    }
    .transactions_main .title_row h2.title_h2 {
        margin-bottom: 0px;
    }
    .transactions_main .title_row {
        padding: 42px 30px;
    }
    .transactions_selects .select2-container,
    .select2-container--default .select2-selection--single {
        margin-top: 5px;
    }
    .transactions_selects {
        margin-top: 0px;
    }
    .transactions_selects {
        flex-wrap: wrap;
    }
    .transactions_selects .select2-container {
        margin-right: 0px;
        margin-left: 0px;
    }
    .transactions_selects .select2-container--default .select2-selection--single,
    .select2-container {
        max-width: 100%;
    }
    .title_row {
        padding: 16px 32px;
    }
    .ebooks_and_brochures_section .ebook_details {
        padding: 30px 30px 24px 42px;
    }
    .our_client_section4 h2.brand_title br {
        display: none;
    }
    .our_client_testimonials .all_video {
        margin-top: 30px;
    }
    .our_client_slider .box {
        margin-left: 6px;
        margin-right: 6px;
        width: 75%;
    }
    .our_client_slider .box .details .name {
        font-size: 16px;
        margin-left: 8px;
        margin-right: 0px;
    }
    .client_testimonials_section .box {
        padding: 20px;
    }
    /* .our_client_section4 h2.brand_title, */
    .our_client_slider_section .title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1.2px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .our_client_section4 h2.brand_title {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1.2px;
    }
    .our_client_slider .box .client_img,
    .our_client_slider .box .client_img_wlink {
        height: 300px;
    }
    .our_client_slider .box .details {
        padding: 24px;
        width: 100%;
        bottom: 0;
        position: unset;
        padding-right: 18px;
        margin: -4px auto;
        /* display: block !important; */
    }
    .our_client_slider .box .details .time {
        display: none;
    }
    .donate_section .donate_img {
        margin-top: 0px;
        margin-bottom: 28px;
    }
    .donate_section h5 {
        margin-bottom: 14px;
    }
    /* .donate_section {
        padding-top: 59px;
        padding-bottom: 67px;
    } */
    /* .video_resource_categories .details h2 {
        -webkit-line-clamp: 2;
        min-height: 68px;
    }
    .video_resource_categories .img_box img {
        max-width: 100%;
        height: auto;
    }
    .video_resource_categories .box {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    } */
    .other_banner_section .banner_content {
        text-align: left;
        top: unset;
        transform: unset;
        bottom: 45px;
    }
    .selling_client_section .home_ebooks {
        padding-top: 300px;
        padding-bottom: 46px;
    }
    .selling_client_section .ebbokDetails .name {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    section.home_ebooks_section.selling_client_section::after {
        background: linear-gradient( 0deg, rgb(38, 67, 74) 23%, rgba(54, 101, 106, 0.17) 100%);
    }
    .selling_client_section.mobile_section {
        display: block;
    }
    .selling_client_section.desktop_section {
        display: none;
    }
    .kingsbrook_process_slider .slick-arrow {
        top: unset;
        bottom: -120px;
    }
    .kingsbrook_process_slider .slick-prev.slick-arrow {
        left: 0;
        right: 72px;
        margin: 0 auto;
    }
    .kingsbrook_process_slider .slick-next.slick-arrow {
        right: 0px;
        left: 72px;
        margin: 0 auto;
    }
    .the_process_section {
        padding-bottom: 96px;
    }
    .kingsbrook_process_slider .draggable::before {
        top: 65px;
    }
    .kingsbrook_process_slider .draggable {
        padding-left: 0px;
        padding-right: 0px;
    }
    .kingsbrook_process_box {
        padding-left: 120px;
        padding-right: 120px;
    }
    .the_kingsbrook_Text h3 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1.2px;
    }
    .home_brand_section {
        margin: 40px 0;
    }
    .TextBrand h5,
    .donate_section h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h2.brand_title,
    .donate_section h2,
    .selling_section2 h2.brand_title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1.2px !important;
    }
    .donate_section h2 {
        max-width: 100%;
        text-align: left;
    }
    .backgroundslider_desktop {
        display: none;
    }
    .backgroundslider_mobile {
        display: block;
    }
    /* .footer_top .request_callback_btn {
        width: 100%;
    } */
    .home_slider .banner_content .banner_title {
        font-size: 35px;
        line-height: 38px;
        letter-spacing: -1.12px;
    }
    .home_slider .home_banner_img {
        min-height: 480px;
        object-fit: cover;
    }
    /*-----g----*/
    .register_section_box {
        flex-direction: column;
    }
    .register_section_box .left_section img {
        object-position: center;
    }
    .title_row h2.title_h2 {
        margin-left: 0;
        font-size: 24px;
    }
    .select2-container--default .select2-selection--single,
    .select2-container {
        max-width: 270px;
    }
    .container.select_dropdown {
        padding-left: 0;
        padding-right: 0;
    }
    .resource_single .BrousherDetail {
        right: 0;
        left: 0;
        padding-right: 10px !important;
    }
    .resource_single .BrousherDetail span.size {
        font-size: 16px;
        line-height: 28px;
        opacity: 0.5;
        color: #fff;
        margin-left: 10px;
        font-family: "Karla Regular";
    }
    /*----g----*/
}

@media (max-width: 575px) {
    .home_brand_section.selling_section1 {
        padding: 40px 0 47px;
    }
    .We_kingsbrook_Text {
        padding-top: 23px;
    }
    .pagination p {
        line-height: 24px !important;
    }
    .blog-pagination {
        margin-top: 30px;
    }
    .our_client_section4.selling_section1 .TextBrand h5 {
        margin-bottom: 42px;
    }
    .our_client_section4 h2.brand_title {
        margin-bottom: 23px;
    }
    .selling_up_section .We_kingsbrook_Text {
        padding: 32px 31px 40px;
    }
    .video_resource_section .row.title_row.video_selection {
        margin-bottom: 37px !important;
    }
    .the_process_section {
        padding-top: 38px;
    }
    .selling_section2 h2.brand_title {
        margin-bottom: 35px;
    }
    .selling_client_section .ebbokDetails .name span {
        font-size: 16px;
    }
    .request_callback .wpcf7-spinner {
        margin: 0 auto;
    }
    .footer_top .request_callback_btn {
        margin-top: 37px;
    }
    .footer_top .other_way_get {
        margin-bottom: 20px;
        margin-top: -3px;
    }
    .resource_single .webinar_details.mobile_webinar_details {
        margin-top: 0px;
    }
    .resource_content .resouce_text {
        margin-top: 40px;
    }
    .video_resource_categories .details {
        margin-bottom: 24px;
    }
    .We_kingsbrook_Text p.free-ebook {
        margin-bottom: 18px;
        margin-top: 12px;
    }
    .donate_section h2 {
        margin-bottom: 21px;
        font-size: 24px !important;
    }
    .We_kingsbrook_main.left .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
        margin-top: 14px !important;
    }
    .We_kingsbrook_main.right .We_kingsbrook_Text .innerWe_kingsbrook a.kingsbrook_btn {
        margin-top: 23px !important;
    }
    .donate_section .col-md-6 p {
        font-size: 16px !important;
        line-height: 26px;
    }
    .donate_section .sub_menu .main_div {
        font-size: 16px;
    }
    .single_blog_container .detail-wrap>p {
        font-size: 16px;
    }
    .single_blog p {
        font-size: 16px;
    }
    .We_kingsbrook_Text h3 {
        margin-bottom: 25px;
    }
    .We_kingsbrook_main.left .We_kingsbrook_Text {
        padding-bottom: 25px;
    }
    .our_client_slider_section {
        padding: 50px 0 54px 0;
    }
    .resource_single .access_resource {
        padding: 40px 40px 33px !important;
        margin-bottom: 56px;
    }
    .resource_access_form .request_callback_label {
        margin-bottom: 28px !important;
        margin-top: 5px;
    }
    .access_resource {
        padding: 32px 40px 65px;
    }
    .resource_access_form h3 {
        margin-bottom: 14px;
    }
    .resource_access_form span.form_text {
        margin-bottom: 17px !important;
    }
    .wpcf7-form.init .resource_access_form .request_callback_label {
        margin-top: 5px !important;
    }
    .load_more_btn .kingsbrook_btn {
        margin-top: 12px;
    }
    .video_resource_categories #fetch_data .col-xl-4.col-md-6.col-sm-6.col-12.box:last-child {
        margin-bottom: -4px;
    }
    .video_resource_categories .ebook_img_box {
        margin-bottom: 16px;
    }
    .our_client_slider_section .title {
        margin-bottom: 32px;
        margin-top: 11px;
    }
    /* .home_brand_section.selling_section1 {
        padding: 40px 0 47px 0;
    } */
    .our_client_section4.selling_section1 .TextBrand h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .client_testimonials_section .box {
        margin-bottom: 15px;
    }
    .transactions_main .title_row {
        padding: 42px 31px;
    }
    .transactions_selects .select2-container,
    .select2-container--default .select2-selection--single {
        margin-top: 10px;
    }
    .transactions_main .title_row {
        margin-bottom: 43px !important;
    }
    .single-post .breadcrumbs .item-current {
        display: none;
    }
    .register_section_box .details::before {
        top: 2px;
        transform: unset;
    }
    .our_client_slider .box {
        margin-left: 6px;
        margin-right: 6px;
        width: 82%;
    }
    .our_client_slider_section .title,
    .our_client_slider_section .free-ebook {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    .client_testimonials_section p {
        -webkit-line-clamp: 6;
        display: inline-block;
        margin-bottom: 60px;
    }
    .client_testimonials_section .box {
        height: auto;
    }
    /* .main_home_container {
        margin-top: 40px;
    }
    .breadcrumbs_section {
        top: 70px;
    } */
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        top: 70px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        top: 70px;
    }
    .ebooks_and_brochures_section span.size {
        display: inline-block;
    }
    .kingsbrook_client_section {
        padding-bottom: 0px;
    }
    .kingsbrook_client_section .container {
        max-width: 100%;
        padding: 0px;
    }
    .selling_client_section .home_ebooks {
        padding-top: 165px;
        padding-bottom: 46px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .selling_client_section .ebbokDetails p {
        font-size: 18px !important;
        line-height: 28px !important;
        text-align: left;
    }
    .kingsbrook_process_box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .free-ebook {
        font-size: 14px;
    }
    .the_kingsbrook_Text h3 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.75px;
        margin-bottom: 20px;
    }
    .top_header .head_logo img {
        max-width: 140px;
    }
    .top_header .navbar {
        padding: 20px 11px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        top: 70px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
        right: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 27px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after,
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner {
        height: 5px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 30px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .home_banner_section::after {
        width: 900px;
        height: 824px;
        top: -40%;
        left: -28%;
        right: 0;
        margin: 0 auto;
        background: url('https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/assets/images/head_banner_effect_mobile.png');
        background-size: 100%;
    }
    /* ----g---- */
    .register_section_box .left_section img {
        height: 330px;
    }
    .register_section_box .right_section {
        padding: 30px 25px 28px;
    }
    .register_section_box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .register_section_box .details.date {
        margin-bottom: 5px;
    }
    .register_section_box .details.name {
        margin-bottom: 20px;
    }
    .register_section {
        padding-bottom: 40px;
    }
    .title_row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 26px 30px 38px;
        margin-bottom: 37px;
    }
    .title_row h2.title_h2 {
        margin-left: 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .select2-container--default .select2-selection--single,
    .select2-container {
        max-width: unset;
        margin-top: 0px;
    }
    .video_resource_categories .img_box .play_btn {
        max-width: 67px;
        height: 67px;
    }
    .video_resource_categories .img_box .play_btn::before {
        width: 36px;
        height: 42px;
        background-size: 35px;
    }
    .resources_all_section {
        padding-top: 24px;
    }
    .other_banner_section h1 {
        margin-bottom: 6px;
    }
    /* .main_home_container {
        margin-top: 50px;
    } */
    .footer_top .request_callback_btn,
    .resource_access_form .request_callback_btn {
        width: 100%;
        max-width: 100%;
    }
    .ebooks_and_brochures_section {
        padding-top: 47px;
    }
    .ebooks_and_brochures_section .ebook_details {
        justify-content: flex-end;
        width: 100%;
    }
    .ebooks_and_brochures_section .ebook_img_box:hover:after {
        left: 520px;
    }
    /* ----g---- */
}

@media (max-width: 432px) {
    .selling_client_section .read_process::before {
        top: 25%;
    }
}

@media (max-width: 420px) {
    .innerWe_kingsbrook a.kingsbrook_btn {
        font-size: 16px !important;
    }
    .selling_up_section .strong_b,
    .donate_section .strong_b {
        font-size: 16px;
        line-height: 26px;
    }
    .footer_bottom .footer_info ul li p {
        font-size: 16px;
        line-height: 28px;
    }
    .selling_client_section .read_process::before {
        top: 50%;
    }
    .video_content p {
        font-size: 16px;
        line-height: 26px;
    }
    .resource_access_form .request_callback_label {
        margin-bottom: 28px;
    }
    .footer_top .request_callback_btn,
    .resource_access_form .request_callback_btn {
        font-size: 16px;
        height: 64px;
        padding: 18px 25px;
    }
    .breadcrumbs_section ul {
        font-size: 11px;
    }
    .video_resource_categories .img_box img {
        height: auto;
    }
    .load_more_btn .kingsbrook_btn {
        max-width: 100%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 16px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0px;
        font-size: 16px;
    }
    .select2-results__option {
        padding: 16px;
        font-size: 16px;
    }
    .find_out {
        font-size: 16px;
    }
    .selling_client_section .read_process {
        font-size: 16px;
        line-height: 23px;
    }
    .the_kingsbrook_Text .read_process {
        font-size: 16px;
    }
    .innerWe_kingsbrook ul li::after,
    .DwnloadDetails ul li::after {
        top: 4px;
        font-size: 16px;
    }
    .innerWe_kingsbrook ul li {
        font-size: 16px;
        line-height: 23px;
    }
    .Bottom_We_kingsbrook p {
        font-size: 16px;
        line-height: 26px;
    }
    .kingsbrook_btn:hover .hoverarrow {
        font-size: 16px;
    }
    .kingsbrook_btn {
        font-size: 16px;
        line-height: 16px;
    }
    .home_brand_section.selling_section2 .TextBrand h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .our_client_slider .box .client_img,
    .our_client_slider .box .client_img_wlink {
        height: 163px;
    }
    .pagination p {
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .blog_main_section .name_date h3,
    .blog_main_section .details .name_date p {
        font-size: 14px;
    }
    .home_slider .banner_content .banner_title {
        font-size: 24px;
        letter-spacing: -1.12px;
        line-height: 34px;
    }
    .home_slider .banner_content .banner_text {
        line-height: 26px;
        font-size: 16px;
    }
    .ebooks_and_brochures_section .ebook_img_box img {
        height: 432px;
    }
    .ebooks_and_brochures_section .ebook_details h2,
    .resource_single .BrousherDetail h2 {
        font-size: 20px !important;
        letter-spacing: -0.62px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 375px) {
    .resource_content h1 {
        margin-bottom: 24px !important;
    }
    .breadcrumbs_section ul li a,
    .breadcrumbs_section ul li strong {
        font-size: 11px !important;
        line-height: 11px !important;
    }
    .We_kingsbrook_image img {
        min-height: 323px !important;
        object-fit: cover;
    }
    .our_client_slider .box {
        width: 83.47%;
    }
    .video_resource_categories .img_box img {
        height: 228px;
    }
    .pagination p {
        margin-right: 80px;
    }
}
@media (max-width: 393px) {
    .selling_client_section .read_process::before {
        top: 25%;
    }
}

@media (max-width: 360px) {
    .We_kingsbrook_image img {
        min-height: 100% !important;
    }
    .title_row {
        padding: 26px 15px 38px;
    }
    .We_kingsbrook_Text {
        padding: 50px 15px;
    }
    .kingsbrook_btn {
        font-size: 15px;
        line-height: normal;
        height: 60px;
    }
    .kingsbrook_btn:hover .hoverarrow {
        font-size: 15px;
    }
    .video_resource_categories .details h2 {
        min-height: 92px;
    }
    .pagination p {
        margin-right: 20px;
    }
    .TextBrand h5,
    .innerWe_kingsbrook ul li,
    .donate_section h5,
    .Bottom_We_kingsbrook p,
    p,
    .client_testimonials_section p,
    .client_testimonials_section .client_details .details span,
    .client_testimonials_section .client_details .details h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .client_testimonials_section .client_details .client_img,
    .client_testimonials_section .client_details .client_img_wlink {
        max-width: 50px;
        height: 50px;
    }
    h2,
    .We_kingsbrook_Text h3 {
        font-size: 22px !important;
        letter-spacing: -0.75px !important;
        line-height: 30px !important;
    }
    .transactions_main .title_row {
        padding: 42px 15px;
    }
}

/* FIX FOR MOBILE MENU SNAPPING INTO PLACE ON OPEN */
.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}
/* FIX FOR MOBILE MENU SNAPPING INTO PLACE ON OPEN */


body:has(#gform_6) .other_banner_section {

    .backgroundparrelx.backgroundslider_desktop {
        height: 100%;
        position: ABSOLUTE;
        width: 100%;
    }

    .banner_content {
        position: relative !important;
        padding-top: 430px;
        padding-bottom: 180px;
        z-index: 9;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        height: 250px;
    }


}

@media (max-width: 767px) {
    body:has(#gform_6) .other_banner_section {

        .backgroundparrelx2.backgroundslider_mobile {
            height: 100%;
            position: ABSOLUTE;
            width: 100%;
        }

        .banner_content {
            padding-top: 140px;
            padding-bottom: 500px;
        }
    }
}

/* --------------- END https://www.kingsbrook.co.uk/wp-content/themes/kingsbrook/style.css?ver=6.8.1 --------------- */ 

/* --------------- START https://www.kingsbrook.co.uk/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 --------------- */ 
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
/* --------------- END https://www.kingsbrook.co.uk/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 --------------- */ 

/* --------------- START inline --------------- */ 

			.box_transactions img { max-width:100%}		
/* --------------- END inline --------------- */ 

/* --------------- START https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css --------------- */ 
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}