    /*-- STYLE MAIN --*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/*--Default Values--*/
/*html{
  scroll-behavior: smooth;
}*/
body{
    font-family: "Catamaran", sans-serif;
    font-size: 18px;
}
body.has-cookies{
    position: relative;  
}
body.has-cookies::before{
    content: "";
    position: absolute;
    background:#000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    opacity: 0;
}
.main_block{
    width: 100%;
    display: inline-block;
}

body{
    /*transition: all 0.8s;*/
    background: #e6e4e4;
    background: rgb(241,239,239);
    background: linear-gradient(90deg, rgba(241,239,239,1) 0%, rgba(255,255,255,1) 100%);
}
body.active_sidebar {
    /*padding-right: 350px;*/
    padding-right: 0px;
}
a{
    color: #435d77;
}
a:hover{
    color: #435d77;
}
img {
    max-width: 100%;
}
.sect_head {
    text-align: center;
}
.sect_head .sect_title {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.sect_head .sect_title.big_font {
    font-size: 35px;
    font-weight: 700;
}
.sect_head .sect_title.dark_color {
    color: #435d77;
}
.sect_head .sect_title::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sect_head.no_underline .sect_title::after {
    display: none;
}
.sect_head.blue_desg_str .sect_title::after{
    background: #435d77;
}
.sect_head.left_align{
    text-align: left;
}
.sect_head.left_align .sect_title::after{
    margin-left: 0px;
}
.custom-list-dots {
    margin-left: 0;
    padding-left: 0;
}
.custom-list-dots li {
    position: relative;
    padding-left: 35px;
}
.custom-list-dots li b{
    position: relative;
}
.custom-list-dots li b:first-child::before {
    content: "●";
    position: absolute;
    left: -20px;
    top: 2px;
    /*transform: translateY(-50%);*/
    font-size: 80%;
}
#page {
    padding: 0px;
}
body.full-width-content #page {
    max-width: 100% !important;
}
#content{
    flex-wrap: wrap;
}
.main_block{
    width: 100%;
    display: inline-block;
}
.new-success{
    background: #2e8741!important;
}
.btn_custom_desg, .btn_custom_desg:focus {
    background: #2e8741;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 0 4px 3px rgba(255,255,255,0.7) !important;
    text-decoration: none !important;
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-in-out;
}
.btn_custom_desg:hover{
    background: #435d77;
    color: #fff;
    box-shadow: 0px 0 4px 4px rgba(255,255,255,0.85) !important;
}
.btn_custom_desg_blue, .btn_custom_desg_blue:focus {
    background: #013089;
}
.btn_custom_desg_blue:hover{
    background: #435d77;
    color: #fff;
    box-shadow: 0px 0 4px 4px rgba(255,255,255,0.85);
}
.tooltip{
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.6;
    font-size: 16px;
    z-index: 9999;
}
.tooltip > .tooltip-inner{
    padding-left: 15px;
    padding-right: 15px;
}
label.erroremail_restricted {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-size: 14px;
    color: #f00;
    right: 20px;
    font-weight: 600;
}
/*--HEADER--*/
header#header {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    z-index: 999;
}
.menu_target {
    width: 70px;
    height: 68px;
    border-radius: 5px;
    position: fixed;
    right: 25px;
    right: 15px;
    top: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-right: 0px;
    padding: 5px;
    z-index: 9999;
    color: #fff;
    background: #2e8741;
    padding-top: 36px;
    justify-content: center;
    border: 3px solid;
    box-shadow: 0 0 6px 4px rgba(67,93,119,0.8);
    outline: none !important;
}
.menu_target:hover, .menu_target:focus {
    color: #fff;
    background: #435d77;
    border-color: #fff;
}
.menu_target:focus{
    /*box-shadow: 0 0 6px 2px rgb(255,255,255,0.65);*/
}
.menu_target.active_btn {
    font-size: 0px;
    height: 48px;
    color: #fff;
    border-radius: 3px;
    width: 50px;
    background: #435d77;
}
.menu_target.active_btn:hover{
    box-shadow: 0 0 6px 2px rgb(255,255,255,0.65);
}
body.logged-in .menu_target{
    top: 47px;
}
.menu_target::before, .menu_target::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    background: #fff;
    width: 65%;
    height: 3px;
    right: 0px;
    margin: 0 auto;
    transition: all 0s;
}
.menu_target::after {
    top: 29px;
}
.menu_target .button_span {
    position: absolute;
    width: 65%;
    height: 3px;
    background: #fff;
    top: 20px;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0s;
}
.menu_target:hover::before, .menu_target:hover::after, .menu_target.active_btn::before, .menu_target.active_btn::after{
    width: 65%;
}
.menu_target:hover .button_span, .menu_target.active_btn .button_span{
    width: 65%;
    background: #fff;
}
.menu_target.active_btn::before, .menu_target.active_btn::after {
    width: 70%;
    top: 20px;
    transform: rotate(45deg);
}
.menu_target.active_btn::after {
    transform: rotate(-45deg);
}
.menu_target.active_btn .button_span{
    height: 0px;
    transition: all 0s;
}
#left_buttons {
    position: fixed;
    top: 25px !important;
    right: auto;
    left: 15px;
    max-width: 70px;
}
#left_buttons .home_main_btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    padding: 5px;
    font-size: 32px;
    background: #013089;
    box-shadow: 0 0 4px 3px rgb(67 93 119 / 80%) !important;
}
body.logged-in #left_buttons{
    top: 47px !important;
}
body.home #left_buttons .home_main_btn{
    display: none !important;
}
#left_buttons .home_main_btn::before, #left_buttons .home_main_btn::after{
    display: none;
}
#left_buttons .home_main_btn:hover {
    background: #435d77;
}
body.active_lightbox {
    overflow-y: hidden;
    padding-right: 17px;
}
body.active_sidebar {
    position: relative;
    margin-right: 0px;
    overflow-y: hidden;
}
body.active_sidebar::before{
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .85;
    z-index: 992;
}
body.active_sidebar #menu_target_btn.active_btn {
    right: 32px;
}
#header_menu {
    position: fixed;
    min-width: 20%;
    width: 350px;
    top: 0px;
    right: 0px;
    /* height: 100vh; */
    height: 100vh;
    background: #1d1919;
    padding: 25px;
    /*padding-top: 75px;*/
    padding-top: 32px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    z-index: 999;
    transform: translateX(100%);
    border-radius: 0px 0px 0px 5px;
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
}
body.logged-in #header_menu{
    top: 32px;
}
#header_menu.active_menu {
    transform: translateX(0px);
    /*overflow-y: scroll;*/
    overflow-y: auto;
}
#header_menu .sidebar_inner {
    /*max-height: calc(100vh - 100px);*/
    overflow-y: hidden;
    padding-bottom: 20px;
    overflow: hidden;
}
#header_menu .sidebar_inner .menu_head {
    /*max-height: calc(100vh - 110px);*/
    width: calc(100%);
    overflow-y: hidden;
    overflow-x: hidden;
}
#header_logo {
    padding: 20px 0;
}
#header_menu .navbar-nav {
    margin: 0;
}
#header_menu .navbar-nav .menu-item {
    border-bottom: 2px solid rgba(255,255,255,0.15);
    display: inline-block;
    width: 100%;
}
#header_menu .navbar-nav .menu-item a{
    padding: 11px 3px;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;
}
#header_menu .navbar-nav .menu-item a:hover, #header_menu .navbar-nav .menu-item.current-menu-item a {
    color: #2e8741;
}
#header_menu .navbar-nav .menu-item.current-menu-item a {
    font-weight: 500;
}
body.logged-in #float_menu {
    top: 150px;
}
#float_menu {
    position: fixed;
    top: 45%;
    top: 120px;
    right: 0px;
    margin: 0;
    z-index: 999;
    display: inline-block;
    list-style: none;
    transform: translateY(-50%);
    transform: none;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgb(255,255,255,0.8);
    border: 3px solid #fff;
    border-right: 0px;
    box-shadow: 0 0 6px 4px rgba(67,93,119,0.8);
    padding: 0px;
}
.donate_button::before, .donate_button::after{
    display: none;
}
.donate_button {
    margin-top: 0px;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    background: #013089;
    text-decoration: none;
    z-index: 99;
    font-weight: 600;
    position: relative;
    top: 0px !important;
    left: 0px;
    right: 0px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 11px;
    text-decoration: none !important;
    text-align: center;
}
.donate_button span {
    font-size: 16px;
    padding-top: 2px;
}
.donate_button svg, .donate_button i {
    font-size: 24px;
    margin-bottom: 3px;
    width: 100%;
}
#float_menu .menu_target.float_donate {
    background: #f57242 !important;
}
#float_menu .menu_target.float_coffee {
    background: #845544 !important;
}
.donate_button:hover{
    color: #fff;
    border-color: #fff;
    background: #435d77;
}
#share_btn {
    margin-top: 0px;
}
#float_menu li a::after {
    content: "" !important;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block !important;
    margin: 0 auto;
}
#float_menu li:first-child a::after{
    opacity: 0 !important;
}
body.page-template-template-Donate #float_menu .float_donate, body.page-template-template-Donate-New #float_menu .float_donate {
    display: none !important;
}
body.page-template-template-Donate #float_menu .float_coffee, body.page-template-template-Donate-New #float_menu .float_coffee {
    display: none !important;
}
body.page-template-template-Donate #float_menu #share_btn::after, body.page-template-template-Donate-New #float_menu #share_btn::after{
    opacity: 0 !important;
}
body.page.page-id-218 #float_menu #share_btn {
    display: none !important;
}
#logo_block .logo_news_part{
    max-width: 80%;
}

#push_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#push_button .push_inner {
    width: 150px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 8px 4px rgba(255,255,255,0.8);
    transition: all 0.5s;
}
#push_button .push_inner.active_btn{
    animation-name: push_btn_effect;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes push_btn_effect{
    0%   {box-shadow: 0 0 9px 6px rgba(255,255,255,0.85);}
    50%   {box-shadow: 0 0 12px 8px rgba(255,255,255,0.9);}
    100% {box-shadow: 0 0 8px 4px rgba(255,255,255,0.8);}
}
#push_button .push_inner.hovered_btn{
    box-shadow: 0 0 9px 6px rgba(255,255,255,0.85);
}
#push_button .push_inner .button_inner_part {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    background: #222;
}
#push_button .push_inner .button_inner_part .btn_red_part {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s;
}
#push_button .push_inner.active_btn .button_inner_part .btn_red_part {
    box-shadow: 0px 0px 2px 4px rgba(255,255,255,0.25), 0px 0px 2px 4px rgba(255,255,255,0.1);
    animation-name: push_btn_red;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#push_button .push_inner.hovered_btn .button_inner_part .btn_red_part{
    transform: scale(0.95);
    box-shadow: 0px 0px 2px 4px rgba(255,255,255,0.1);
}
@keyframes push_btn_red{
    0%   {transform: scale(0.95);}
    50%   {transform: scale(0.85);}
    100% {transform: scale(1);}
}
#push_button .push_inner .button_inner_part i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transform: scaleY(1.3) translateX(-50%) translateY(-50%);
    margin-top: 8px;
    opacity: 0.8;
}

#home-banner.banner .banner_content .counterspin_support {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    margin-top: 20px;
}
#home-banner.banner .banner_content .counterspin_support .truthathon_time_list {
    column-gap: 25px;
    position: relative;
    row-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #000;
    padding: 5px 20px;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(255,255,255);
}
#home-banner.banner .banner_content .counterspin_support .truthathon_time_list li {
    position: relative;
    padding-left: 20px;
}
#home-banner.banner .banner_content .counterspin_support .truthathon_time_list li::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-size: 7px;
    position: absolute;
    left: 0px;
    top: 8px;
}
#home-banner.banner .banner_content .counterspin_support .truthathon_time_list > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}
#home-banner.banner .banner_content .counterspin_support .support_text_ban {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
#home-banner.banner .banner_content .counterspin_support > a {
    position: relative;
    display: inline-block;
    max-width: 350px;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 0 8px 4px rgba(255,255,255,0.8);
    transition: all 0.5s;
}
#home-banner.banner .banner_content .counterspin_support > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: inherit;
}
#home-banner.banner .banner_content .counterspin_support > a:hover{
    box-shadow: 0 0 9px 6px rgba(255,255,255,0.85);
}
/*#home-banner.banner .banner_content .counterspin_support > a.play_btn_link::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    width: 45px;
    height: 45px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 48%;
    left: 52.5%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/
#countdown_timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    font-weight: 600;
    font-size: 20px;
}
#countdown_timer span {
    background: #000;
    padding: 0 12px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(255,255,255);
}

/*--END HEADER--*/


/*--FOOTER--*/

/*--FOOTER--*/

#footer_main #footer-widgets {
    color: #ffffff;
    background-color: #272c30;
}
.footer-widgets-container.grid-container {
    max-width: 1140px;
    padding: 20px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}
#footer_main .widget-title {
    font-size: 25px;
    font-weight: bold;
    margin: -10px 0 15px;
}

#footer_main .footer_logo_block {
    padding: 15px;
    background: #fff;
    display: inline-flex;
    margin-top: 57px;
    border-radius: 4px;
}
#footer_main .footer-widgets-container .footer-social {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    margin: 0;
}
#footer_main .footer-widgets-container .footer-social .fab.fa-telegram-plane {
    font-size: 125% !important;
    position: relative;
    left: -1px;
}
#footer_main .footer-widgets-container .footer-social li {
    padding-right: 10px;
    margin-bottom: 0.5rem;
}
#footer_main .footer-widgets-container .footer-social li a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 1px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
}
#footer_main .footer-widgets-container .footer-social li a .icon-ring {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
}
#footer_main .footer-widgets-container .footer-social li a:hover {
   /* background: inherit;
    color: #435d77;
    color: #fff;*/
    border-color: #435d77;
    box-shadow: 0px 0px 4px 2.5px rgba(255,255,255,1) !important;
}
#footer_main .footer-widgets-container .footer-social li.icon_rumble a .icon-ring{
    background: #74a541 !important;
}
#footer_main .footer-widgets-container .footer-social li.icon_getome a .icon-ring{
    background: #cc0001 !important;
}
#footer_main .footer-widgets-container .footer-social li.icon_gab a .icon-ring{
    background: #21cf7b !important;
}
#footer_main .footer-widgets-container .footer-social li.icon_tel a .icon-ring{
    background: #25a3e1 !important;
}
#footer_main .footer-widgets-container .footer-social li.icon_twitter a .icon-ring {
    background: #000 !important;
}
#footer_main .footer-widgets-container .footer-social li a img {
    max-height: 65%;
    max-width: 65%;
    filter: brightness(0) invert(1);
    transition: filter 0.5s ease-in-out;
}
/*#footer_main .footer-widgets-container .footer-social li a:hover img {
    filter: none;
}*/
#footer_main .footer-widgets-container.grid-container .inside-footer-widgets > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: none;
    flex-grow: 1;
    max-width: 100%;
}
#footer_main .footer-widgets-container.grid-container .widget-title {
    margin: 0px;
    padding-right: 06vh;
    color: #fff;
    line-height: 1.5;
}
#footer_main .footer-widgets-container.grid-container .footer-widget-1 > .widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}
#footer_main .footer-widgets-container.grid-container .footer-widget-2 {
    justify-content: center;
}
#footer_main .footer-widgets-container.grid-container .footer-widget-2 > .widget {
    position: relative;
    top: 0px;
}
#footer_main .footer-widgets-container.grid-container .footer-widget-3 {
    justify-content: flex-end;
}
footer.site-info {
    display: none;
}
#privacy-terms {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    margin-bottom: 0;
}
#privacy-terms li {
    padding: 0 10px;
    margin: 0 5px;
    position: relative;
}
#privacy-terms li a{
    color: #fff;
}
#privacy-terms li::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1.5px;
    height: 80%;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}
#privacy-terms li:last-child::after{
    display: none;
}
body.active_lightbox{
    /*overflow-y: hidden;
    margin-right: 18px !important;*/
}
#lightbox-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /*align-items: center;*/
    align-items: flex-start;
    overflow-y: auto;
    display: none;
    box-sizing: border-box;
    max-height: 100vh;
    background: #445e79;
}
#lightbox-form .lightbox{
    display: none;
}
#lightbox-form.active-lightbox {
    display: flex!important;
    overflow-y: hidden!important;
    width: calc(100% + 0px);
}
#lightbox-form .overlay_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: calc(100vh - 3px);*/
    height: calc(100vh);
    display: none;
    background-color: rgba(1,48,137,.8);
    background: url(https://counterspinmedia.com/wp-content/uploads/2021/06/csm_main_img_cp.jpg);
    background-size: cover;
    background-attachment: scroll;
    opacity: 1;
    /* cursor: pointer; */
    overflow-y: hidden;
    /* min-height: 100%; */
    background-position: center;
}
#lightbox-form .overlay_block .img-tooltip {
    position: absolute;
}
#lightbox-form .overlay_block::before {
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .75;
}
#lightbox-form .banner {
    position: relative;
    display: none;
    padding-bottom: 0px;
}
#lightbox-form .banner .banner_content {
    background: rgba(67,93,119,0.95);
    box-shadow: 0 0 6px 2px rgb(255 255 255 / 80%);
}
#lightbox-form .banner.thank_you_lightshow > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#lightbox-form .banner.thank_you_lightshow .banner_content{
    max-width: 700px;
}
#lightbox-form .banner.show-box {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    overflow-y: scroll;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
}
#lightbox-form .banner .banner_main_block {
    min-height: auto;
    padding: 0px !important;
}
#lightbox-form .banner.form_inc .close_lightbox.cross-btn, #lightbox-form .banner.form_inc .cross-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    z-index: 99;
    border: 3px solid #013089;
    color: #013089;
    border-radius: 5px;
    font-size: 35px;
    box-shadow: 0 0 4px 2px rgb(255,255,255,0.8);
    cursor: pointer;
    transition: all 0.5s;
}
#lightbox-form .banner.form_inc .close_lightbox.cross-btn:hover, #lightbox-form .banner.form_inc .close_lightbox.cross-btn:focus, #lightbox-form .banner.form_inc .cross-btn:hover, #lightbox-form .banner.form_inc .cross-btn:focus{
    background: #435d77;
    color: #fff;
    border-color: #fff;
}
.lightbox .banner .content_about {
    line-height: 1.7;
}
.lightbox .banner .content_about ol{
    text-align: left;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.lightbox .banner .content_about ol li {
    margin-bottom: 7px;
}
.lightbox .banner .content_about .bottom_btn_group {
    column-gap: 20px;
    padding: 10px 0;
}
.lightbox .banner .content_about .bottom_btn_group .btn_custom_desg {
    margin: 10px 0;
    font-size: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#feedback-box.banner.form_inc .banner_content .form_btm_cont {
    font-size: 25px;
}
#feedback-box .main_cont .btn.btn_custom_desg_blue {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px;
}
#feedback-box .main_cont .report_issue .btn.btn_custom_desg {
    font-size: 25px;
    padding: 12px;
}
#gateway-box {
    margin-bottom: auto;
    margin-top: -30px;
    width: 100%;
    max-width: 600px;
}
#gateway-box.banner .banner_content {
    width: 600px;
    max-width: 100%;
    padding: 20px 50px;
    z-index: 11;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px 2px rgb(1 48 137 / 50%);
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: #212529;
}
#gateway-box .sect_head .banner_title.sect_title {
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 6px;
}
#gateway-box .sect_head .banner_title.sect_title::after {
    content: none;
}
#gateway-box .banner_content .banner_subtitle.live_heading {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.6;
}
#gateway-box .banner_content .banner_subtitle.live_heading.desktop_lappy {
    text-decoration: none;
}
.banner.form_inc.has_blue_overlay .banner_img:after {
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .75;
}
.banner.form_inc.has_blue_overlay .banner_content {
    box-shadow: 0 0 6px 2px rgb(255,255,255,0.8);
}
.welcome_page.banner.form_inc .banner_content {
    width: 875px;
    /*min-width: 875px;*/
    max-width: 100%;
}
.banner.form_inc form .email-temp-msg {
    background: #fff;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.banner.form_inc form .email-temp-msg > p {
    margin-bottom: 5px;
}
.banner.form_inc form .email-temp-msg .add_more_msg .form-control::placeholder {
    font-size: 24px;
}
.banner.form_inc form .email-temp-msg .url_default {
    text-decoration: underline;
}
.banner.form_inc form .email-temp-msg .your_name_val {
    min-width: 1px;
}
.banner.form_inc form .email-temp-msg .your_name_val::after {
    content: " ";
}
.banner.form_inc form .email-temp-msg .form-control {
    border: none;
    padding: 0;
    box-shadow: none;
    height: auto;
    min-height: auto;
    padding: 7px 0px;
}
.banner.form_inc form .email-temp-msg .form-control::placeholder {
    color: #555;
    font-size: 20px;
}
.welcome_page .main_cont {
    padding-top: 15px;
}
.welcome_page .main_cont > .main_block {
    border-radius: 5px;
    overflow: hidden;
}
.welcome_page .plyr .plyr__video-wrapper .plyr__poster {
    background-size: cover;
}
button.plyr__control--overlaid, button.plyr__control--overlaid:focus , button.plyr__controls__item.plyr__control:focus {
    background: rgb(1,48,137);
    box-shadow: 0px 0 4px 3px rgba(255,255,255,0.7) !important;
    color: #fff;
}
.plyr--video button.plyr__control {
    border: 2px solid #fff;
    background: #013089;
    border-radius: 5px;
}
.plyr.plyr--full-ui.plyr--video > button.plyr__control {
    border-radius: 50%;
    padding: 18px;
}
.plyr.plyr--full-ui.plyr--video > button.plyr__control svg {
    width: 26px;
    height: 26px;
}
.plyr.plyr--full-ui.plyr--video > button.plyr__control:hover, .plyr.plyr--full-ui.plyr--video > button.plyr__control.plyr__control--overlaid.plyr__tab-focus{
    box-shadow: 0px 0 4px 4px rgba(255,255,255,0.85) !important;
}
.plyr--video button.plyr__control.plyr__tab-focus, .plyr--video button.plyr__control:hover, .plyr--video button.plyr__control[aria-expanded=true] {
    background: #435d77 !important;
    box-shadow: 0px 0 4px 4px rgba(255,255,255,0.85) !important;
    color: #fff !important;
}
button.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    outline: 0;
}
.plyr--full-ui input[type=range]{
    color: rgb(1,48,137);
}

#web-famil-box .famile_block_desg {
    background: rgba(67,93,119,.95); 
    color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 4px 3px rgb(255 255 255 / 70%);
}
#web-famil-box .famile_review_row .main_block {
    max-width: 175px;
    display: block;
    margin: 0 auto;
}
#web-famil-box .famile_review_row ul {
    margin-left: 8px;
    font-size: 16px;
}
#web-famil-box .famile_review_row h4 {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-style: italic;
}

#competition-box form .subject_block tr.fade.in {
    opacity: 1 !important;
    background: #fff;
}

#slogan_limit, #message_limit {
    color: #4c4a4b;
    position: absolute;
    bottom: 6px;
    margin-bottom: 0;
    right: 34px;
    font-size: 15px;
    width: auto;
    font-weight: 600;
    padding-right: 5px;
    text-align: right;
    background: transparent;
    border-radius: 5px;
    padding-bottom: 2px;
}



/*--END FOOTER--*/

/*--Sidebar--*/

#right-sidebar {
    width: 100%;
    background: #435d77;
    padding: 30px;
    color: #fff;
    display: flex;
    position: relative;
    top: 0px;
    border-radius: 5px;
    padding-bottom: 10px;
}
#right-sidebar .inside-right-sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
}
#right-sidebar a{
    color: #fff;
}
#right-sidebar aside {
    margin-bottom: 35px;
    padding: 0px;
}
#right-sidebar aside:last-child{
    margin-bottom: 0px;
}
#right-sidebar .widget .widget-title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 22px;
}
#right-sidebar form.search-form {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #435d77;
    box-shadow: 0 0 4px 3px rgb(255 255 255 / 70%);
    display: flex;
}
#right-sidebar form.search-form .screen-reader-text {
    display: none;
}
#right-sidebar form.search-form label {
    width: 100%;
    margin: 0;
}
#right-sidebar form.search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#right-sidebar form.search-form .search-field, #right-sidebar form.search-form .search-submit {
    height: 55px;
    border: none;
    outline: none;
}
.stories_page #right-sidebar form.search-form .search-field::placeholder {
    text-align: center;
}
#right-sidebar form.search-form .search-submit {
    background: #013089;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    width: 68px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
#right-sidebar form.search-form .search-submit:hover {
    background: #435d77;
}
#right-sidebar form.search-form .search-submit .gp-icon.icon-search {
    display: inline-block;
    line-height: 0;
    /*padding-left: 3px;*/
    font-weight: 800;
}
#right-sidebar .widget_search .widget-title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
    border-bottom: none;
    padding-bottom: 0px;
}
#right-sidebar #category_block ul {
    /* margin-left: 25px; */
    margin-left: 5px;
    padding-left: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#right-sidebar #category_block ul li {
    display: list-item;
    list-style-type: disc;
}
#right-sidebar #category_block ul li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
#right-sidebar #category_block ul li a .cat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 2px;
    vertical-align: middle;
    max-width: 225px;
}
#right-sidebar #category_block ul li a .post-count {
    font-family: 'Poppins', sans-serif;
    font-size: 80%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px;
    font-weight: 600;
}
#right-sidebar .view_all_cat a{
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    /*font-style: italic;*/
}
#right-sidebar .view_all_cat a i{
    margin-left: 7px;
    position: relative;
    top: 2px;
}
#right-sidebar .widget_search .other_story_wid_title {
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 0px;
    border-top: 2px solid rgba(255,255,255,0.5);
}
#sidebar-blog.sidebar_stories #right-sidebar .search-form {
    box-shadow: none;
    flex-wrap: wrap;
    overflow: visible;
}
#sidebar-blog.sidebar_stories #right-sidebar .search-form .search_label {
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #435d77;
    box-shadow: 0 0 4px 3px rgb(255 255 255 / 70%);
}
.sidebar_stories #right-sidebar .search-form .choose_catg .d-flex {
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.sidebar_stories #right-sidebar .search-form .choose_catg .d-flex label {
    width: auto;
    cursor: pointer;
}

.sidebar_stories #right-sidebar .search-form .choose_catg input {
    visibility: visible;
    width: 80px;
    opacity: 0;
    height: 31px;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    cursor: pointer;
}
.sidebar_stories #right-sidebar .search-form .choose_catg input:checked {
    z-index: -11;
}
.sidebar_stories #right-sidebar .search-form .choose_catg label:nth-child(1) {
    order: 1;
}
.sidebar_stories #right-sidebar .search-form .choose_catg label:nth-child(3) {
    order: 3;
}
.sidebar_stories #right-sidebar .search-form .choose_catg #inj_dec_chs {
    order: 2;
    position: relative;
    display: flex;
    width: 80px;
    height: 38px;
    margin: 0px;
    border-radius: 34px;
    box-shadow: 0px 0 4px 3px rgba(255,255,255,0.7) !important;
    border: 2px solid #fff;
    background: #013089;
    margin: 0 auto;
}
.sidebar_stories #right-sidebar .search-form .choose_catg #inj_dec_chs::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.sidebar_stories #right-sidebar .search-form .choose_catg #injurebtn:checked ~ #inj_dec_chs::before {
    transform: translate(-130%, -50%);
}
.sidebar_stories #right-sidebar .search-form .choose_catg #injure:checked ~ #inj_dec_chs::before {
    transform: translate(30%, -50%);
}



body.single #recent_posts{
    position: sticky;
    top: 30px;
    padding-bottom: 15px;
}
#recent_posts_list {
    padding-left: 0px;
}
#recent_posts_list .post.single-post {
    margin-bottom: 20px;
    list-style: none;
}
#recent_posts_list .image_side {
    padding-right: 0px;
    min-width: 90px;
}
#recent_posts_list .image_side .feat-img {
    padding-top: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgb(255 255 255 / 80%);
}
#recent_posts_list .image_side .feat-img.has-video::before, #recent_posts_list .image_side .feat-img.has-link::before {
    content: "\f04b";
    position: absolute;
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #013089;
    box-shadow: 0 0 4px 3px rgba(255,255,255,.7);
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 111;
    font-size: 12px;
    transition: all 0.5s;
}
#recent_posts_list .image_side .feat-img img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#recent_posts_list .cont_side {
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#recent_posts_list .cont_side .post-title a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#recent_posts_list .cont_side .post-date {
    display: block;
    padding: 0;
    font-size: 13px;
    margin: 2px 0px;
}
#recent_posts_list .cont_side .post-category {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
#recent_posts_list .cont_side .post-category .coma-cat:last-child {
    display: none;
}


/*--END Sidebar--*/

/*--Search Page--*/

#search-banner {
    text-align: left;
}
#search-banner .banner_heading {
    padding: 30px 0 30px;
}
#search-banner .page_heading {
    font-size: 30px;
}
#search-banner .page_heading::after{
    display: none;
}
#search-banner .page_heading .keyword {
    display: block;
    text-decoration: underline;
    padding-top: 10px;
}
#search-banner #right-sidebar {
    padding: 0px;
    text-align: center;
    background: transparent;
    border-radius: 0px;
    padding-bottom: 0px;
}
#search-banner #right-sidebar .inside-right-sidebar {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 800px;
}
#search-banner #right-sidebar .widget_search .widget-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
#search-banner #right-sidebar form.search-form {
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 4px 3px rgb(255 255 255 / 70%);
}
#search-banner .page_heading {
    font-size: 28px;
    white-space: nowrap;
    padding: 15px 20px;
    padding-left: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
#search-banner #right-sidebar form.search-form label {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #435d77;
    padding: 8px;
}
#search-banner #right-sidebar .search-field {
    border: none;
    box-shadow: none;
    border-radius: 5px 0px 0px 5px;
    min-width: calc(100% - 60px);
    font-size: 22px;
}
#search-banner #right-sidebar form.search-form .search-submit {
    border-radius: 0px 5px 5px 0px;
}
.posts-search-result .posts.get_posts .single-post .post_head .post-heading .heading-link {
    -webkit-line-clamp: 1;
}
#search_pagination {
    padding-top: 8px !important;
    padding-bottom: 8px;
    margin-top: 40px;
    position: relative;
}
#search_pagination .back_block {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
#search_pagination ~ .back_block {
    display: none !important;
}
body.search.search-no-results .bottom_back_btn {
    display: none;
}


/*--END Search Page--*/

.banner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.banner .banner_img {
    /* height: calc(100vh - 125px); */
    height: calc(100vh - 0px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-content: flex-end;
    position: relative;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}
body.logged-in.home .banner .banner_img {
    /*max-height: calc(100vh - 32px);*/
    /*margin-top: -32px;*/
}
.banner .banner_img .main-img {
    width: 100%;
    object-position: bottom;
    object-fit: cover;
    min-height: 100%;
}
.banner .banner_content {
    max-width: 600px;
    padding: 20px 50px;
    position: absolute;
    background: rgba(255,255,255,0.65);
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 11;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 0 10px 2px rgb(1 48 137 / 50%);
}
.banner .banner_content .logo_banner{
    max-width: 400px;
    /* background: rgba(255,255,255,0.75); */
    padding: 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 10px;
}
.banner .banner_content .banner_title {
    font-size: 42px;
    margin-bottom: 6px;
    font-weight: 600;
}
.banner .banner_content .banner_title.sect_title{
    margin-bottom: 20px;
}
.banner.home_banner .banner_content .btn_custom_desg_blue {
    font-size: 18px;
    padding: 8px 15px;
    margin-bottom: 10px;
}
.banner .banner_content .banner_subtitle {
    font-size: 18px;
    line-height: 1.6;
}
.banner .banner_content .btn_group{
    column-gap: 10px;
}
.banner .banner_heading>.btn_custom_desg_blue {
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
    border-width: 2px;
    column-gap: 8px;
}
.banner .banner_heading>.btn_custom_desg_blue:hover {
    box-shadow: 0 0 4px 2px rgb(255 255 255 / 70%);
}
#home-banner.banner .banner_img {
    /* height: calc(100vh - 3px); */
    height: calc(100vh);
    background-size: cover;
}
#home-banner.banner .banner_content {
    background: transparent;
    box-shadow: none;
    max-width: 1000px;
    top: auto;
    bottom: 5px;
    padding: 40px 50px;
}
#home-banner .banner_inner {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#home-banner .banner_inner .banner_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#home-banner.banner .banner_content {
    max-width: 1125px;
    position: relative;
}

#banner_btns {
    max-width: 900px;
    margin: 0 auto;
}
#home-banner.banner .banner_content .btn_group {
    column-gap: 40px;
    justify-content: space-between !important;
    width: 100%;
    min-width: 100%;
}
#home-banner.banner .banner_content .btn_group .btn {
    font-size: 22px;
    font-weight: 600;
    -ms-flex-preferred-size: 0;
    flex-basis: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
#home-banner.banner .banner_content .btn_group .signup-light-show {
    /*display: none;*/
}
#home-banner.banner .banner_content .btn_group.btn_group_two .btn {
    max-width: fit-content;
    margin-top: 15px;
    display: flex;
}
#banner_news {
    position: relative;
    z-index: 99;
    margin-bottom: 60px;
}
#banner_news .banner_news_block {
    display: flex;
    flex-direction: row;
    background: #000;
}
#banner_news .banner_news_inner .breaking_news_btn {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    padding: 10px 20px;
    line-height: 1.25;
    display: inline-block;
    text-align: left;
    background: rgb(133,0,0);
    background: linear-gradient(45deg, rgba(133,0,0,1) 0%, rgba(255,52,52,1) 100%);
    color: #fff;
    position: relative;
    z-index: 11;
}
#banner_news .banner_news_inner .breaking_news_btn.breaking_main_btn {
    background: #2e8741;
    font-size: 58px;
    width: 100%;
    max-width: 469px;
    text-transform: none;
    margin-right: auto;
    display: block;
    border-radius: 0px 26px 0px 0px;
    line-height: 1.2;
    /*margin-top: -90px;*/
}
#banner_news .banner_news_block .breaking_news_btn::after, #banner_news .banner_news_block .breaking_news_btn::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    background: rgb(133,0,0);
    background: linear-gradient(-80deg, rgba(133,0,0,1) 0%, rgba(255,52,52,1) 100%);
    top: 0px;
    left: 100%;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
#banner_news .banner_news_block .breaking_news_btn::before {
    display: none;
}
#banner_news .banner_news_block.international_block .breaking_news_btn::after {
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    bottom: 0px;
    top: auto;
}
#banner_news .banner_news_block .news_headlines {
    min-height: 55px;
    overflow: hidden;
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
    font-size: 18px;
    width: 100%;
}
#banner_news .banner_news_block .news_headlines ul {
    /*position: absolute;
    width: auto;
    width: 100% !important;
    display: flex;
    column-gap: 100px;
    height: 100%;
    line-height: 1.6;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;*/
    /*-moz-transform: translateX(85%);
    -webkit-transform: translateX(85%);
    transform: translateX(85%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 25%;
    -moz-animation: manage_news_headlines 20s linear infinite;
    -webkit-animation: manage_news_headlines 20s linear infinite;
    animation: manage_news_headlines 20s linear infinite;*/
}
#banner_news .banner_news_block .news_headlines ul {
    margin: 0px !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) !important;
    min-width: 100%;
    min-height: 50px;
    height: 50px;
    list-style: none;
    overflow: hidden;
}
#banner_news .banner_news_block .news_headlines ul {
    padding: 0 50px;
    background: #000;
}
#banner_news .banner_news_block.international_block .news_headlines ul {
    /*-moz-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);*/
    /*-moz-animation: nz_news_headlines 22s linear infinite;
    -webkit-animation: nz_news_headlines 22s linear infinite;
    animation: nz_news_headlines 22s linear infinite;*/
}
/* Move it (define the animation) */
@-moz-keyframes manage_news_headlines {
    0% {
        -moz-transform: translateX(85%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes manage_news_headlines {
    0% {
        -webkit-transform: translateX(85%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes manage_news_headlines {
    0% {
        -moz-transform: translateX(85%); /* Firefox bug fix */
        -webkit-transform: translateX(85%); /* Firefox bug fix */
        transform: translateX(85%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

/*@-moz-keyframes int_news_headlines {
    0% {
        -moz-transform: translateX(70%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes int_news_headlines {
    0% {
        -webkit-transform: translateX(70%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes int_news_headlines {
    0% {
        -moz-transform: translateX(70%);
        -webkit-transform: translateX(70%);
        transform: translateX(70%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}*/
#banner_news .banner_news_block .news_headlines ul li {
    /*display: inline-block;
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;*/
    position: relative;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    list-style: none;
}
#banner_news .banner_news_block .news_headlines ul li.featuredli {
    background: #666;
}
#banner_news .banner_news_inner ul.news_headlines_list li:last-child {
    text-align: right;
}
#banner_news .banner_news_block .news_headlines ul li::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0px;
}
#banner_news .banner_news_block .news_headlines ul li:last-child::after {
    display: none;
}
#banner_news .banner_news_block .news_headlines .news_title {
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
#banner_news .banner_news_block .news_headlines ul li a {
    color: inherit;
    white-space: pre;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

#banner_news .banner_news_inner:hover ul.news_headlines_list {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#follow_block {
    column-gap: 0px;
    padding-top: 25px;
}
#follow_block .follow_title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
#follow_social {
    margin: 0px;
    column-gap: 0px;
    padding-left: 0px;
}
#follow_social li {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 10px;
}
#follow_social li a {
    width: 100px;
    height: 100px;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 2px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border: 3px solid #fff;
    transition: all 0.3s;
}
#follow_social li a:hover {
    box-shadow: 0 0 4px 4px rgb(255 255 255 / 85%) !important;
    border-color: #013089 !important;
    border-width: 3px !important;
}
#follow_social li a .icon-ring{
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #000000;
    width: 100%;
    height: 100%;
    padding: 10px;
}
#follow_social li .rumble-icon-blk .icon-ring{
    background: #74a541;
}
#follow_social li .gab-icon-blk .icon-ring{
    background: #21cf7b;
}
#follow_social li a .icon-ring img{
    max-height: 93%;
    filter: brightness(0) invert(1);
    position: relative;
}
#follow_social li .gab-icon-blk .icon-ring img{
    left: -2px;
    top: 1px;
}
#follow_social li a img {
    /*border-radius: 50%;*/
}
#subscribe_footer {
    padding: 35px 0;
    background: #435d77;
    color: #fff;
}
#subscribe_footer .subfooter_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#subscribe_footer h2 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 40px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
}
#subscribe_footer .subscribe_subtitle {
    letter-spacing: 1px;
}
#subscribe_footer .subscribe_subtitle .comp_name {
    display: block;
    font-weight: 600;
}
#subscribe_footer label {
    width: 100%;
    margin: 0;
}
#subscribe_footer .subfooter_col p{
    margin-bottom: 0px;
}
#subscribe_footer .subfooter_col.left_content{
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#subscribe_footer form.wpcf7-form{
    font-family: 'Poppins', sans-serif;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control-wrap .newsletterAlert {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 0 10px;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 18px;
    min-height: 65px;
    font-weight: 400;
    padding-left: 30px;
    border-radius: 5px;
    outline: none;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control.invalid_field {
    box-shadow: 0px 0px 0px 2.5px #e04a28;
    border-radius: 5px;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #435d77;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    border: 2.5px solid #fff;
    font-weight: 400;
    transition: background .5s ease-in-out,box-shadow .5s ease-in-out;
    box-shadow: 0 0 4px 2px rgb(255,255,255,0);
    margin: 0;
    outline: none;
    padding: 0px 10px;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #15c633;
    border: 2px solid #fff;
    color: #fff;
    /*transition: all 0.5s;*/
    box-shadow: 0px 0 4px 3px rgb(255,255,255,0.7);
    background: rgb(13,115,30);
    background: linear-gradient(90deg, rgba(13,115,30,1) 0%, rgba(14,176,41,1) 100%);
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit.focused{
    background: #15c633;
    color: #1d1919;
    border: 1.5px solid #1d1919;
    box-shadow: 0px 0 8px 5px rgba(255,255,255,0.9);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
#subscribe_footer .subscr_submit .ajax-loader {
    display: none;
}
#subscribe_footer form.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 3px;
    font-weight: 600;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    color: #e04a28;
    width: 100%;
    text-align: center;
}
#subscribe_footer form.wpcf7-form .wpcf7-response-output {
    border-radius: 5px;
    color: #e04a28;
    background: #fff;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 14px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    /*max-width: 346px !important;*/
    max-width: 100% !important;
    box-sizing: border-box;
    border: 2px solid #e04a28;
    display: none !important;
}
#subscribe_footer form.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
}
#newsletter_sign_btn {
    background: #435d77;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    border: 2.5px solid #fff;
    font-weight: 400;
    transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    box-shadow: 0 0 4px 2px rgba(255,255,255,0);
    margin: 0;
    outline: none;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
#newsletter_sign_btn:hover {
    background: #15c633;
    border: 2px solid #fff;
    color: #fff;
    /*transition: all 0.5s;*/
    box-shadow: 0px 0 4px 3px rgba(255,255,255,0.7);
    background: rgb(13,115,30);
    background: linear-gradient(90deg, rgba(13,115,30,1) 0%, rgba(14,176,41,1) 100%);
}
#newsletter_sign_btn.focused{
    background: #15c633;
    color: #1d1919;
    border: 1.5px solid #1d1919;
    box-shadow: 0px 0 8px 5px rgba(255,255,255,0.9);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}

/*--SignUp Page--*/

.banner.form_inc .banner_img{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner.overlay_ban .banner_img::after {
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .75;
}
.banner.form_inc .banner_main_block {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}
.banner.form_inc .banner_content {
    background: rgba(67,93,119,0.85);
    color: #fff;
    padding: 50px 100px 30px;
    max-width: 875px;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: auto;
}
.banner.form_inc.large_contain .banner_content{
    max-width: 1150px;
}
.banner.overlay_ban .banner_content {
    background: rgba(67,93,119,.95);
    box-shadow: 0 0 6px 2px rgba(255,255,255,0.8);
}
.banner.form_inc .banner_content .banner_title {
    font-weight: 800;
}
.banner.form_inc .banner_content .form-control {
    min-height: 47px;
    border: 2px solid #272c30;
    border-radius: 3px;
    resize: none;
}
.banner.form_inc .banner_content .form-control[type=checkbox] {
    position: relative;
    width: auto;
    display: inline-block;
    min-height: auto;
    opacity: 1;
    z-index: 99;
    height: auto;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
    box-shadow: none;
}
.banner.form_inc .banner_content .phone_block {
    margin-bottom: 30px;
}
.banner.form_inc .banner_content .recaptcha_block {
    min-width: 338px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.banner.form_inc .banner_content .recaptcha_block .recaptcha {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 5%;
}
.banner.form_inc .banner_content .recaptcha_block .recaptcha .g-recaptcha > div > div::before {
    content: "*";
    position: absolute;
    z-index: 11;
    font-family: "Catamaran", sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 1;
    left: 145px;
    top: 50%;
    transform: translateY(-50%);
}
.banner.form_inc .banner_content .recaptcha_block .recaptcha .responseMessage {
    position: absolute;
    bottom: 0px;
    left: 13px;
    z-index: 11;
    font-size: 17px;
    font-weight: 500;
}
.banner.form_inc .banner_content .submit_block {
    min-width: 200px;
}
.banner.form_inc .banner_content .form_btm_cont {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    padding-bottom: 5px;
}
.banner.form_inc .banner_content form .submit_block .btn[type=submit], .banner.form_inc .banner_content form .submit_block .btn[type=submit]:hover, .banner.form_inc .banner_content form .submit_block .btn[type=submit]:focus {
    min-height: 100%;
    font-size: 30px;
    background: #013089 !important;
    cursor: default !important;
    box-shadow: 0 0 4px 3px rgba(255,255,255,0.7) !important;
}
.banner.form_inc .banner_content form .submit_block .btn[type=submit].success-found {
    background: #2e8741 !important;
    cursor: pointer !important;
}
.banner.form_inc .banner_content form .submit_block .btn[type=submit].success-found:hover, .banner.form_inc .banner_content form .submit_block .btn[type=submit].success-found:focus {
    background: #2e8741 !important;
    cursor: pointer !important;
    box-shadow: 0 0 4px 4px rgba(255,255,255,0.85) !important;
}
.banner.form_inc .banner_content form#form_block_signup_updated .submit_block .btn[type=submit].not_verifying {
    background: #f57242 !important;
    cursor: inherit !important;
}
/*.banner.form_inc .banner_content form .submit_block .btn[type=submit].success-found.error-found:hover {
    background: #2e8741 !important;
}*/
.banner.form_inc .banner_content .privacy_policy {
    font-size: 20px;
    font-weight: 600;
}
.banner.form_inc .banner_content .privacy_policy a{
    color: #fff;
    text-decoration: none;
}

.banner.form_inc .banner_content .form-group .switch {
    display: inline-block;
    position: relative;
    width: 65px;
    margin: 0px 40px;
}
.banner.form_inc .banner_content .form-group .switch::after {
    content: "*";
    position: absolute;
    top: -10px;
    right: -10px;
}
.banner.form_inc .banner_content .form-group .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #013089;
    -webkit-transition: .4s;
    transition: .4s;
}
.banner.form_inc .banner_content .form-group .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.banner.form_inc .banner_content .form-group input:checked + .slider {
    background-color: #013089;
}
.banner.form_inc .banner_content .form-group input:focus + .slider {
    box-shadow: 0 0 1px #013089;
}
.banner.form_inc .banner_content .form-group input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
#form_block_contact_page .message_block .msg_file_error {
    position: relative;
    bottom: 2px;
    width: calc(100%);
    background: #fff;
    color: #222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 20px;
    text-align: right;
    font-weight: 500;
    z-index: 11;
    border: 2px solid #272c30;
    margin-top: -1px;
    border-radius: 0px 0px 3px 3px;
    border-top: none;
}
#form_block_contact_page .message_block .msg_file_error.limit_reached {
    color: #f00;
    font-weight: 700;
}
/* Rounded sliders */
.banner.form_inc .banner_content .form-group .slider.round {
    border-radius: 34px;
    box-shadow: 0px 0 4px 3px rgb(255 255 255 / 70%) !important;
    border: 2px solid #fff;
}
.banner.form_inc .banner_content .form-group .slider.round:before {
    border-radius: 50%;
}

.banner.form_inc .banner_content .form-group.uploaddoc_block, .banner.form_inc .banner_content .form-group.upload_block {
    position: relative;
}
.banner.form_inc .banner_content .form-group.uploaddoc_block label:last-child, .banner.form_inc .banner_content .form-group.upload_block label:last-child {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
}
.banner.form_inc .banner_content .form-group.uploaddoc_block .doc_file_error {
    position: absolute;
    top: calc(100% + 6px);
    right: 15px !important;
    left: auto;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    bottom: auto !important;
    margin: 0px;
    font-weight: 600;
}
#signup-box #form_block.signup .responseMessage {
    position: absolute;
    bottom: 0px;
    right: 30px;
    font-size: 16px;
}
body.page-template-template-Signup #subscribe_footer {
    display: none;
}

#signup-live-stream .stream_info {
    background: rgba(67,93,119,.95);
    color: #fff;
    padding: 30px 20px 20px;
    border-radius: 4px;
    box-shadow: 0 0 4px 3px rgb(255 255 255 / 70%);
    margin: 20px 0px 30px;
}
#signup-live-stream .stream_info .un_head {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#signup-live-stream .stream_info .join_us_head {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
#signup-live-stream .stream_info .join_us_head::before{
    content: "";
    position: absolute;
    background: #fff;
    width: 85%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#signup-live-stream .stream_info .join_us_head .join_word {
    background: rgba(67,93,119,.95);
    padding: 3px 20px;
    display: inline-block;
    position: relative;
    z-index: 11;
}
#signup-live-stream .stream_info .stream_time {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    font-family: poppins,sans-serif;
    justify-content: center;
    font-weight: 500;
}
#signup-live-stream .stream_info .stream_time li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
}


/*--About Us--*/


.banner.about_page {
    padding-bottom: 60px;
}
.banner.about_page .banner_img {
    height: auto;
}
.banner.about_page .banner_heading {
    background: #435d77;
    color: #fff;
    padding: 10px 0 15px;
    border-radius: 0px 0px 5px 5px;
}
.banner.about_page .banner_heading .page_heading {
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 45px;
    padding-bottom: 5px;
    display: inline-block;
    padding-top: 5px;
}
.banner.about_page .banner_heading .page_heading::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
#lightbox-form .banner.about_page .banner_content .main_cont {
    line-height: 1.75;
    padding-bottom: 1px;
}
#main_content.about_page_cont {
    padding-bottom: 60px;
    font-size: 20px;
    line-height: 1.6;
}
#main_content.about_page_cont h3 {
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
}
#main_content.about_page_cont h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #435d77;
    width: 100%;
    height: 3px;
    border-radius: 5px;
}
#main_content.about_page_cont a {
    color: #435d77 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}



    /*--Donate Page--*/

.banner.form_inc.donate_page .banner_content{
    min-height: 705px;
}
.donate_sect{
    display: none;
}
#donate_main{
    display: block;
}
.donate_sect.deactive_sect{
    display: none !important;
}
.donate_sect.active_sect{
    display: block !important;
}
#donate-banner.donate_page .banner_img{
    background-size: cover;
    background-attachment: fixed;
}
#donate-banner.donate_page .banner_img::after {
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .75;
}
#donate-banner.donate_page .banner_img .main-img {
    visibility: hidden;
}
#donate-banner.donate_page .banner_content {
    background: rgba(67,93,119,.95);
    box-shadow: 0 0 6px 2px rgb(255 255 255 / 80%);
    margin-top: 0px;
}
.banner.donate_page .content_inner .content_large{
    font-size: 24px;
    font-weight: 600;
}
.banner.donate_page .content_inner p {
    margin-bottom: 6px;
}
.banner.donate_page .content_inner .acc_list {
    list-style: none;
    text-align: left;
    padding: 20px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 615px;
    font-size: 28px;
}
.banner.donate_page .content_inner .acc_list li{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px;
    display: flex;
    flex-wrap: wrap;
}
.banner.donate_page .content_inner .acc_list li a {
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-decoration: underline;
}
.banner.donate_page .content_inner .acc_list li a#acc_number {
    font-family: poppins,sans-serif;
    font-size: 85%;
}
.banner.donate_page .content_inner .acc_list li .acc_head {
    flex: 0 0 40%;
    padding-right: 10px;
}
.banner.donate_page .content_inner .acc_list li .acc_column {
    flex: 0 0 5%;
    padding: 0 5px;
    text-align: center;
}
.banner.donate_page .content_inner .acc_list li .acc_resl {
    flex: 0 0 55%;
    padding-left: 20px;
}
.banner.donate_page .content_inner .donate_thanks {
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.banner.donate_page .content_inner .donate_thanks .smile_icon_block i{
    color: #013089;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 70px;
    vertical-align: middle;
}
.banner.donate_page .content_inner .donate_thanks .smile_icon_block span{
    vertical-align: middle;
    padding-left: 20px;
    padding: 0px;
    font-size: 18px;
}   
#new_tab {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    z-index: 99;
    border: 3px solid #013089;
    color: #013089;
    border-radius: 5px;
    font-size: 25px;
    box-shadow: 0 0 4px 2px rgb(255,255,255,0.8);
    cursor: pointer;
    transition: all 0.5s;
}
#new_tab:hover, #new_tab:focus {
    background: #435d77;
    color: #fff;
    border-color: #fff;
}
.close_donate_tab{
    font-size: 10px !important;
}
.banner.donate_page .content_inner .donate_button {
    padding-top: 10px;
    padding-bottom: 10px;
}
#link_donate {
    max-width: 169px;
    padding: 10px 10px;
    min-height: 70px;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #013089;
}
#link_donate:hover, #link_donate:focus {
    background: #435d77;
}
.banner.donate_page .content_inner .button_blocks {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.banner.donate_page .acc_buttons .btn_block {
    display: inline-block;
    padding: 10px 15px;
}
.banner.donate_page .acc_buttons .btn {
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    border-color: #013089;
    color: #013089 !important;
    box-shadow: 0px 0 4px 2px rgba(255,255,255,0.7) !important;
}
.banner.donate_page .acc_buttons .btn_block .btn:hover {
    background: #435d77;
    color: #fff !important;
    border-color: #fff;
}
.banner.donate_page .acc_buttons .btn .icon_btn {
    max-width: 25px;
    margin-right: 7px;
    transition: all 0.5s;
}
.banner.donate_page .acc_buttons .btn_block .btn:hover .icon_btn{
    filter: brightness(0) invert(1);
}
.payment_info {
    padding-top: 25px;
}
.payment_info .pay_head {
    margin-bottom: 20px;
    font-weight: 700;
}
.payment_info .acc_list .pay_block {
    margin-bottom: 25px;
}
.payment_info .acc_list.full-width {
    width: 100%;
    max-width: 100% !important;
    padding-top: 0px !important;
}
.payment_info .acc_list .meth_head {
    margin-bottom: 20px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}
.payment_info .acc_list .meth_head::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0px;
    left: 0;
    border-radius: 10px;
    right: 0;
    margin: 0 auto;
}
.payment_info .acc_list .pay_block .btn_custom_desg {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.payment_info .acc_list .pay_block .btn_custom_desg svg, .payment_info .acc_list .pay_block .btn_custom_desg i {
    margin-right: 10px;
    font-size: 115%;
}
.other_info {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    max-width: 325px;
    line-height: 1.6;
}
.other_info.inter_bank_oth{
    max-width: 400px;
}
#close_pop, #close_tab {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    z-index: 99;
    border: 3px solid #013089;
    color: #013089;
    border-radius: 5px;
    font-size: 35px;
    box-shadow: 0 0 4px 2px rgb(255,255,255,0.8);
    cursor: pointer;
    transition: all 0.5s;
}
#close_pop {
    right: auto;
    left: 30px;
}
#close_pop:hover, #close_pop:focus, #close_tab:hover, #close_tab:focus {
    background: #435d77;
    color: #fff;
    border-color: #fff;
}
.close_tab_toltip{
    font-size: 87%;
    white-space: nowrap;
    line-height: 1.5;
    display: inline-block;
}
#payment_met .paypal_steps .pay_block {
    margin-bottom: 10px;
}
#payment_ibank .ibank_steps .other_info {
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
}
#payment_ibank .ibank_steps .pay_block #new_tab{
    position: relative;
    top: 0;
    right: 0;
    display: inline-flex;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 10px;
}
#payment_ibank .ibank_steps {
    font-weight: 500;
}
#payment_givelittle .ibank_steps.payments_btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 15px;
    list-style: none;
    margin-left: 0px;
    justify-content: space-between;
    padding-right: 25px;
}
#payment_givelittle .ibank_steps.payments_btns span {
    width: auto;
    padding: 12px 30px;
    font-size: 24px;
    line-height: 1;
    height: auto;
    align-items: center;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    z-index: 99;
    border: 3px solid #013089;
    color: #013089;
    border-radius: 5px;
    font-size: 25px;
    box-shadow: 0 0 4px 2px rgb(255,255,255,0.8);
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 10px;
    transition: all 0.5s;
}
#payment_givelittle .ibank_steps.payments_btns span:hover, #payment_givelittle .ibank_steps.payments_btns span:focus {
    background: #435d77;
    color: #fff;
    border-color: #fff;
}
#payment_givelittle .ibank_steps {
    padding-left: 50px;
}
#payment_givelittle .ibank_steps.payments_btns {
    padding-left: 20px;
}
#payment_givelittle .ibank_steps.payments_btns span .icon_img {
    width: 25px;
    max-width: 20%;
    transition: all 0.3s;
}
#payment_givelittle .ibank_steps.payments_btns span:hover .icon_img, #payment_givelittle .ibank_steps.payments_btns span:focus .icon_img {
    filter: brightness(0) invert(1);
}
#payment_givelittle .ibank_steps.payments_btns span {
    font-size: 120%;
    line-height: 1;
    width: 100%;
    margin: 0px;
}
#payment_ibank .ibank_steps .pay_block {
    margin-bottom: 10px;
}
#payment_givelittle{
    /*padding-top: 0px;*/
}
#payment_givelittle .ibank_steps .pay_block {
    margin-bottom: 10px;
    width: 100%;
}
#payment_givelittle .other_info{
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
#payment_givelittle .read_steps{
    font-style: italic;
    padding-top: 20px;
}
#payment_givelittle .btn_click_sub .btn{
    margin-left: 15px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 20px;
}
#payment_givelittle .btn_click_sub .btn i, #payment_givelittle .btn_click_sub .btn svg{
    margin-right: 7px;
    vertical-align: middle;
}
#payment_givelittle .paypal_steps {
    margin-left: 25px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 10px;
}
#payment_givelittle .paypal_steps .steps {
    margin-bottom: 15px;
}
#paypal_button {
    background: #ffc000;
    padding: 7px 15px;
    max-width: 125px;
    margin-left: 35px;
    box-shadow: 0 0 4px 2px rgba(255,255,255,0.85);
    border: none;
}
#payment_phoning .button_blocks {
    max-width: 100% !important;
}
#payment_phoning .button_blocks .acc_buttons {
    margin-left: 10px;
    text-align: left;
}
#payment_phoning .button_blocks .acc_buttons .btn_block {
    display: list-item;
}
#payment_phoning .button_blocks .acc_buttons .inner_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}
.donate_sect .button_blocks .acc_buttons .inner_cont.big_cont {
    align-items: start !important;
}
.donate_sect .button_blocks .acc_buttons .inner_cont.big_cont .other_info {
    max-width: 390px !important;
}
.donate_sect .button_blocks .acc_buttons .inner_cont.big_cont p.other_info:first-child{
    margin-bottom: 15px !important;
}
#payment_phoning .button_blocks .acc_buttons .inner_cont .btn {
    display: block;
    margin: 0 auto;
    margin-left: 35px;
}
.donate_sect .button_blocks .acc_buttons .inner_cont.big_cont .btn{
    margin-top: 10px !important;
}
#payment_visitb .button_blocks {
    max-width: 100% !important;
}
#payment_visitb .button_blocks .acc_buttons {
    margin-left: 10px;
    text-align: left;
}
#payment_visitb .button_blocks .acc_buttons .btn_block {
    display: list-item;
}
#payment_visitb .button_blocks .acc_buttons .inner_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}
#payment_visitb .button_blocks .acc_buttons .inner_cont .btn {
    display: block;
    margin: 0 auto;
    margin-left: 35px;
}
#donate_ouraim {
    text-align: left;
    font-weight: 400;
    line-height: 1.7;
    font-size: 110%;
}
#donate_ouraim ol li {
    margin-bottom: 10px;
}
#donate_ouraim p {
    margin-bottom: 15px;
}
#donate_ouraim ol {
    margin-bottom: 25px;
}

/*--FAQ Page--*/


#faq_sect .sect_head {
    text-align: left;
    margin-bottom: 8px;
}
#faq_sect .sect_head .sect_title{
    padding-bottom: 0px;
    font-weight: 800;
}
#faq_sect .sect_head .sect_title::after {
    background: #435d77;
    margin-left: 0;
    display: none;
}
.faq_block .card {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    background: transparent;
}
.faq_block .card:first-child{
    border-top: 1px solid #aaa;
}
.faq_block .card .card-header {
    border-radius: 0px;
    background: transparent;
    border: none;
    padding: 0px;
}
.faq_block .card .card-header .card-link {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 600;
    color: #435d77;
    position: relative;
    padding-right: 50px;
}
.faq_block .card .card-header .card-link::before{
    content: "\f068";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}
.faq_block .card .card-header .card-link.collapsed::before{
    content: "\f067";
}
.faq_block .card .card-body {
    padding-right: 50px;
    font-size: 20px;
    font-weight: 500;
}
.faq_block .card .card-body > *:last-child{
    margin-bottom: 0px;
}
.faq_block .card .card-body a {
    font-weight: 700;
    text-decoration: underline;
}


/*--Resources Page--*/

#main_content.resources_cont{
    padding-bottom: 50px;
}


/*--Podcasts Page--*/

.banner.podcast_page .banner_img {
    min-height: 50vh;
    height: calc(100vh - 410px);
    align-content: unset;
}
.podcasts_cont {
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
}
.podcasts_cont .sect_head .sect_title {
    padding-bottom: 0px;
    font-weight: 800;
}
.podcasts_cont .sect_head .sect_title::after{
    content: none;
}

/*--Meetings Page--*/

.banner.meetings_page .banner_img {
    min-height: 50vh;
    height: calc(100vh - 410px) !important;
}

.meetings_cont a{
    text-decoration: underline;
}
#meeting_table {
    font-family: 'Poppins' ,sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
#meeting_table > .top_table_block {
    background: #435d77;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid;
}
#meeting_table > .top_table_block .table_top_block {
    padding-top: 15px;
    padding-bottom: 15px;
}
#meeting_table > .top_table_block .table_top_block.req_meet .btn {
    margin-right: 15px;
    font-weight: 500;
    font-size: 18px;
    box-shadow: none;
    border-width: 2px;
}
#meeting_table > .top_table_block .table_top_block.req_meet .btn:hover{
    box-shadow: 0px 0px 4px 2px rgba(255,255,255,0.7);
}
#meeting_table>.top_table_block .meet_search_block {
    min-width: 350px;
}
#meet_search {
    box-shadow: 0px 0 4px 3px rgb(255 255 255 / 70%);
    background: transparent;
    border-radius: 7px;
    border: 1px solid #0a0909;
}
#meet_search .form-control {
    height: 50px;
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    border: none;
}
#meet_search #search-button {
    width: 60px;
    border-radius: 0 6px 6px 0;
    box-shadow: none;
    border: none;
    font-size: 18px;
}
#meeting_table .head_block:first-child .col:first-child{
    border-radius: 5px 0px 0px 0px;
}
#meeting_table .head_block:first-child .col:last-child{
    border-radius: 0px 5px 0px 0px;
}
#meeting_table .head_block:last-child .col:first-child{
    border-radius: 0px;
}
#meeting_table .head_block:last-child .col:last-child{
    border-radius: 0px;
}
#meeting_table .head_block .head_row .col {
    background: #435d77;
    color: #fff;
    border-right-color: #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}
#meeting_table .head_block .head_row .col.col-venue {
    padding-right: 115px;
}
#meeting_table .row {
    border: 2px solid #bbb;
    margin: 0;
    border-top: 0;
    background-color: transparent;
}
#meeting_table .row:last-child{
    border-bottom: none;
}
#meeting_table .head_block{
    position: relative;
}
#meeting_table .head_block .scroll_tabs {
    position: absolute;
    right: 20px;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    border: none !important;
    background: transparent !important;
}
#meeting_table .head_block.head_top .scroll_tabs{
    border-bottom: 2px solid #bbb;
}
#meeting_table .head_block.head_btm .scroll_tabs{
    border-top: 2px solid #bbb;
}
#meeting_table .head_block .scroll_tabs > .col {
    padding: 0px;
    border: none;
    background: transparent !important;
    overflow: visible;
}
#meeting_table .scroll_tabs .table_scrolling {
    background: #013089;
    color: #fff;
    padding: 5px 10px;
    column-gap: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    right: 0;
    left: auto;
    top: 0;
    transform: none;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
    /* padding: 0; */
    width: auto;
    height: 36px;
    border: 2px solid #fff;
}
#meeting_table .scroll_tabs .table_scrolling:hover, #meeting_table .scroll_tabs .table_scrolling:focus {
    background: #435d77;
    box-shadow: 0px 0px 4px 2px rgba(255,255,255,0.7);
    transition: all 0.5s;
}
#meeting_table .scroll_tabs .table_scrolling i, #meeting_table .scroll_tabs .table_scrolling svg {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 145%;
    padding: 0px 1px;
    border-radius: 3px;
}
#meeting-data .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
#meeting_table .col {
    border-right: 2px solid #bbb;
    vertical-align: bottom;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#meeting-data .col{
    height: 48px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
#meeting_table .col.col-where *, #meeting_table .col.col-venue *{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#meeting_table .col.col-date {
    max-width: 210px;
}
#meeting_table .col.col-time {
    max-width: 130px;
}
#meeting_table .col.col-where {
    max-width: 235px;
}
#meeting_table .col:first-child {
    border-left-width: 0px;
}
#meeting_table .col:last-child{
    border-right-width: 0px;
}
#meeting_table .back-to-current {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #013089;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    /*position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);*/
}
#meeting-data {
    max-height: 398px;
    overflow-y: auto;
    /*width: calc(100% + 16px);*/
    width: 100%;
}
#meeting_table.result-found #meeting-data-inner {
    /*max-width: calc(100% - 16px);*/
    width: 100%;
}
#meeting_table .head_block .btn-group .lightbox_control {
    position: absolute;
    border: none;
    box-shadow: none;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    text-decoration: none;
}
#meeting_table .head_block .scroll_tabs .col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.other_meets{
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
#meeting_table .head_block .scroll_tabs .other_meets {
    padding: 10px 15px;
    column-gap: 6px;
}
.other_meets svg, .other_meets i{
    margin-left: 8px;
    font-size: 130%;
}
/*#view_past_meets i, #view_past_meets svg {
    border-top: 3.5px solid #fff;
    padding: 0px 1px;
    border-radius: 3px;
    line-height: 0.9;
    margin-top: 4px;
}
#view_future_meets i, #view_future_meets svg{
    border-bottom: 3.5px solid #fff;
    padding: 0px 1px;
    border-radius: 3px;
    line-height: 0.75;
    margin-bottom: 4px;
}*/
.meet_thanks {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}
.meetings_cont .bottom_cont {
    padding-top: 25px;
    padding-bottom: 15px;
}
.meetings_cont .req_meet_list {
    margin-left: 25px;
}
.meetings_cont .bottom_cont .btn_custom_desg_blue {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}
#meeting-data #no-result {
    max-width: calc(100% - 16px);
}
#meeting-data #no-result .col {
    height: auto;
    position: relative;
    padding: 0;
    border-bottom: 2px solid #bbb;
}
#meeting-data .refresh-search-button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    padding: 10px 15px;
}
#current-back{
    display: none;
}
#current-back .col {
    height: auto;
}
#current-back .refresh-search-button {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 16px;
    margin-right: auto;
}
#meeting_table.result-found #current-back {
    display: block;
}
#meeting_table.no-result-found #current-back {
    display: none;
}
#meeting_table.no-result-found .head_block .scroll_tabs {
    display: none;
}
#meeting_table.no-result-found #meeting-data {
    max-height: none;
}


/*--Request A Meeting--*/

.banner.form_inc form .field_quest {
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
    margin-left: 5px;
}
.banner.form_inc form .field_quest::before {
    content: "";
    position: absolute;
    border: 2px dashed #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation-name: revolve-boundries;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.field_quest.animate_icon {
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
    margin-left: 5px;
}
.field_quest.animate_icon::before {
    content: "";
    position: absolute;
    border: 2px dashed #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation-name: revolve-boundries;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
@keyframes revolve-boundries {
  0%   {transform: rotate(0deg);}
  50%   {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
#form_block_request_meeting input {
    position: relative;
}
#form_block_request_meeting input[type="date"]{
    cursor: pointer;
}
#form_block_request_meeting input[type="date"]:focus::-webkit-calendar-picker-indicator{
    display: inline-block;
}
#form_block_request_meeting input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#form_block_request_meeting input[type="time"]::-webkit-time-picker-indicator{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#form_block_request_meeting .date_block {
    max-width: 175px;
}
#form_block_request_meeting .time_block {
    max-width: 140px;
    padding-left: 0;
    padding-right: 0;
}
#form_block_request_meeting .date_block input, #form_block_request_meeting .time_block input {
    padding-right: 5px;
}

/*-- Live Stream Page--*/

    /*--Live Stream Bar--*/

body.page-template.page-template-template-Live-Stream #live_stream_bar, body.page-template-template-Thankyou-Signup-Livestream #live_stream_bar, body.single.single-events.postid-15917 #live_stream_bar, body.single.single-resourceepisode #live_stream_bar{
    display: none !important;
}
body.page-template.page-template-template-Live-Stream #footer_main, body.page-template-template-Thankyou-Signup-Livestream #footer_main, body.single.single-events.postid-15917 #footer_main, body.single.single-resourceepisode #footer_main{
    margin-bottom: 0px !important;
}  
footer#footer_main.bottom_bar_deactive {
    margin-bottom: 0px !important;
}
footer#footer_main.bottom_bar_deactive #live_stream_bar {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
}
#live_stream_bar {
    display: none;
}
body.home #live_stream_bar {
    display:inline-block;
}
body.home #live_stream_bar.hide_bar {
    display: none !important;
}

#live_stream_bar .live_stream_close {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #013089;
    color: #013089;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 99;
    font-weight: 900;
    box-shadow: 0px 0 4px 3px rgb(255 255 255 / 70%) !important;
}

#live_stream_video.video_live::before {
    content: "";
    position: absolute;
    width: 88px;
    height: 30px;
    bottom: 0px;
    right: 0px;
    background: #000;
    z-index: 111;
    opacity: 0;
}
#live_stream_video .overlay_block{
    padding: 40px;
}
#live_stream_video .overlay_block h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
#live_stream_video .overlay_block h2 {
    font-size: 38px;
    font-weight: bold;
}
#live_stream_video .overlay_block h3 {
    font-size: 34px;
}
#live_stream_video .overlay_block p {
    font-size: 24px;
}
#live_stream_bar .competition_bar > .container {
    max-width: 100%;
}
#live_stream_bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 991;
    color: #fff;
    background: #435d77;
    background: rgba(67,93,119,0.9);
    box-shadow: 0px 0 4px 3px rgb(255 255 255 / 70%);
    border-top: 2px solid #fff;
    padding: 0px;
}
#live_stream_bar {
    background: linear-gradient(-45deg, rgb(255,230,52) 0%, rgb(201,0,0) 100%);
    /* color: #000; */
}
#live_stream_bar > .main_block {
    padding: 15px 0px;
}
#live_stream_bar .bar_inside {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    row-gap:  10px;
}
#live_stream_bar .bar_inside .bar_title {
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#live_stream_bar .bar_inside .btn {
    font-size: 25px;
    min-width: 180px;
}
body.home #footer_main {
    margin-bottom: 0px;
    transition: all 0.25s;
}
body.home #footer_main.bottom_bar_active {
    margin-bottom: 88px;
}


/*--Blogs Page--*/

body.blog{
    background: #e6e4e4;
}
body.blog main#main .generate-columns-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.posts.latest_post .post.single-post .post_data_cont {
    max-width: 40%;
}
.posts.latest_post .post.single-post .post_data_img{
    max-width: 60%;
}
.posts .post.single-post .post_data_cont {
    max-width: 100%;
    position: inherit;
}
.posts .post.single-post .post_data_img{
  max-width: 100%;
}  
.posts .post.single-post .post_data_img .has-video, .posts .post.single-post .post_data_img .has-link{
    position: relative;
}
.posts .post.single-post .post_data_img .has-video, .posts .post.single-post .post_data_img .has-link, .video-thumn-gen{
    position: relative;
}
.posts .post.single-post .post_data_img .has-video::before, .posts .post.single-post .post_data_img .has-link::before, .video-thumn-gen::before {
    content: "\f04b";
    position: absolute;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #013089;
    box-shadow: 0 0 4px 3px rgba(255,255,255,.7);
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 111;
    transition: all 0.5s;
} 
#all_posts .posts .post.single-post .post_data_img .post-link.isarticle::before{
    content: "\f1ea"!important;
}
.posts .post.single-post .post_data_img .has-video:hover::before, .posts .post.single-post .post_data_img .has-link:hover::before, .video-thumn-gen:hover::before {
    background: #435d77!important;
    box-shadow: 0 0 4px 4px rgba(255,255,255,.85);
    color: #fff;
}
.posts.latest_post .post.single-post .post_data_cont {
  max-width: 100%;
}
.posts.latest_post .post.single-post .post_data_img{
  max-width: 100%;
}
.posts.get_posts .single-post {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.posts .post.single-post .post_data_cont .post_head {
    height: 68px;
}
#all_posts.all_posts_show .posts.get_posts .single-post:last-child, #all_posts.all_posts_show .posts.get_posts .single-post:nth-last-child(2){
  
}
.posts.get_posts .single-post .post_inner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.75);
    position: relative;
    padding-bottom: 40px;
    width: 100%;
}
#all_posts.all_categories .posts.get_posts .single-post .post_inner {
    padding-bottom: 0px;
}
#latest_post .posts.get_posts .single-post .post_inner {
    border-radius: 10px;
    box-shadow: none;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.75);
    padding-bottom: 0px;
}
.posts.latest_post .post.single-post {
    border-radius: 10px;
}
.posts.get_posts .post.single-post .post_data_cont .inner_block {
  padding: 35px 35px 42px;
  padding-right: 10px;
}
.posts.get_posts .single-post .author_info {
  padding-bottom: 15px;
  align-items: center;
}
.posts.get_posts .single-post .post-date{
    font-family: 'Mulish', sans-serif;
}
#latest_post .posts.get_posts .single-post .author_info{
  padding-bottom: 15px;
}
.posts.get_posts .single-post .author_info .image_side {
  max-width: 90px;
  text-align: center;
}
.posts.get_posts .single-post .author_info .cont_side {
  padding-left: 5px;
  font-size: 14px;
}
#latest_post .posts.get_posts .single-post .author_info .cont_side {
  font-size: 16px;
}
#all_posts .posts.get_posts .single-post .author_info .cont_side{
  align-items: center;
}
.posts.get_posts .single-post .author_info .cont_side .authors_info {
  max-width: 130px;
  padding-right: 0px;
  padding-left: 10px;
}
.posts.get_posts .single-post .author_info .cont_side .post_cat_block {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}
.posts.get_posts .single-post .author_info .cont_side .post_cat_block span {
    display: flex;
    margin: 0 auto;
    margin-right: 0;
}
#latest_post .posts.get_posts .single-post .author_info .cont_side .post_cat_block .heading-link {
    font-weight: 600;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.posts.get_posts .single-post .author_info .cont_side .post_cat_block .post-cat {
  font-size: 15px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
#latest_post .posts.get_posts .single-post .author_info .cont_side .post_cat_block .post-cat{
  display: block;
  font-size: 17px;
}
#all_posts .posts.get_posts .single-post .author_info .cont_side .authors_info {
  max-width: 42%;
  padding-right: 10px;
  padding-left: 5px;
}
#all_posts .posts.get_posts .single-post .author_info .cont_side .post_cat_block {
  text-align: left;
  max-width: 58%;
}
.posts.get_posts .single-post .author_info .cont_side .more:last-child{
  display: none;
}
.posts.get_posts .single-post .author_info .image_side .author-img {
  padding-top: 100%;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.posts.get_posts .single-post .author_info .image_side .author-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.posts.get_posts .single-post .author_info .cont_side .author-name {
  font-weight: 700;
  color: #013089;
  text-transform: capitalize;
}
.posts.get_posts .single-post .author_info .cont_side .post-cat {
  font-weight: 500;
}
.posts.get_posts .single-post .author_info .cont_side .post-date {
  display: block;
}
.posts.get_posts .single-post .post_head .post-heading {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
.posts.get_posts .single-post .post_head .post-heading .heading-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#latest_post .posts.get_posts .single-post .post_head {
    height: auto;
}
#latest_post .posts.get_posts .single-post .post_head .post-heading .heading-link{
  -webkit-line-clamp: 1;
}
.posts.get_posts .single-post .post_cont {
  padding-bottom: 15px;
}
.posts.get_posts .single-post .post_cont .main_block {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.posts.latest_post .post.single-post .post_data_img a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px !important;
  overflow: hidden;
}
.posts.latest_post .post.single-post .post_data_img img {
  width: 100%;
  display: inline-block;
  object-fit: cover;
}
.posts.get_posts .single-post .read_more_block a.btn {
  margin: 0;
  border: 0px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}
.posts.get_posts .single-post .blog_footer {
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0 15px;
}
#latest_post .posts.get_posts .single-post .blog_footer {
    position: relative;
    bottom: 0px;
    padding: 0;
}
.posts.get_posts .single-post .share_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    margin-right: 0;
}
.posts.get_posts .single-post .share_btn-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
}
.posts.get_posts .single-post .share_btn-list .item {
    display: inline-block;
    padding: 0 0px;
}
.posts.get_posts .single-post .share_btn-list .item a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    background: #000;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}
.posts.get_posts .single-post .share_btn-list .item a:hover, .posts.get_posts .single-post .share_btn-list .item a:focus {
    background: #435d77;
}
.posts.get_posts .single-post .share_btn-list .item.item-gmail a {
    background: #013089;
    width: auto;
    border-radius: 4px;
    padding: 5px 10px;
    column-gap: 7px;
}
.posts.get_posts .single-post .share_btn-list .item.item-gmail a:hover, .posts.get_posts .single-post .share_btn-list .item.item-gmail a:focus {
    background: #435d77;
}
#latest_post .posts.get_posts .single-post .share_btn-list .item.item-gmail a {
    height: 38.4px;
}
.posts.get_posts .single-post .share_btn-list .item.item-gmail a span {
    padding: 0;
    line-height: 1;
}
.posts.get_posts .single-post .share_btn-list .item.item-gmail a i, .posts.get_posts .single-post .share_btn-list .item.item-gmail a svg {
    width: auto;
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}
#latest_post .posts.get_posts .single-post .read_more_block{
  padding-top: 0px;
}
#latest_post .posts.get_posts .single-post .read_more_block a.btn{
  font-size: 18px;
}
#all_posts {
  padding-top: 15px;
}
#all_posts .sect_head {
  text-align: left;
  border-bottom: 2px solid #aaa;
  margin-bottom: 40px;
}
#all_posts .sect_head .sect_title {
  margin-bottom: 10px;
  color: #435d77;
}
#all_posts .posts.get_posts .post.single-post .post_data_cont .inner_block{
  padding: 20px;
}
#all_posts .posts.get_posts .post.single-post .post_data_cont .inner_block br {
    display: none;
}
#all_posts .posts.get_posts .single-post .post_head .post-heading {
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 22px;
}
#all_posts .posts.get_posts .single-post .post_cont {
  padding-bottom: 20px;
  font-size: 16px;
}
#all_posts .posts.get_posts .single-post .read_more_block {
    padding-bottom: 0;
    position: relative;
    top: 0;
}
#all_posts .posts .post.single-post .post_data_img .post-link {
  padding-top: 60%;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#all_posts .posts .post.single-post .post_data_img .post-link img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#all_posts .posts.get_posts .single-post .author_info .cont_side .author-name{
  margin-right: 0px;
}
#all_posts .posts.get_posts .single-post .author_info .cont_side .post-day{
/*float: right;*/
}
#all_posts .posts.get_posts .single-post .author_info .cont_side .post-date {
  display: block;
/*float: right;*/
}
#posts_side{
    position: relative;
}
#all_posts.all_posts_show{
    padding-bottom: 0px;
}
#all_posts .all_posts_inner {
    padding-bottom: 35px;
}
#all_posts.all_categories .all_posts_inner {
    padding-bottom: 0px;
}
#posts_side .blogs_pagination {
    /*position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);*/
    padding-top: 40px;
}
#pagination {
    margin: 0;
    column-gap: 8px;
}
#pagination li {
    display: inline-flex;
    padding: 0 0px;
    position: relative;
}
#pagination li .item_link {
    text-decoration: none;
    font-size: 16px;
    padding: 5px 12px;
    background: #013089;
    color: #fff;
    border-radius: 3px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
}
#pagination li.active .item_link, #pagination li .item_link:hover {
    background: #435d77;
}
#pagination li.active {
    cursor: not-allowed;
}
#pagination li.active::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
}
#pagination li.active .item_link{
    cursor: default;
}
#pagination li.more_btw .item_link{
    background: #013089 !important;
    cursor: default !important;
}
#input-page-number {
    min-height: auto;
    padding: 5px 5px;
    width: 40px;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    border-radius: 3px;
    border: none;
    box-shadow: inset 0 0 0 1.5px rgba(1,48,137,1);
}
input#input-page-number::placeholder {
    font-size: 25px;
    letter-spacing: 2px;
    top: 4px;
    position: relative;
    font-weight: 600;
    color: #013089;
}
#input-page-number::-webkit-outer-spin-button, #input-page-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.back_block .back_to_blog {
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.back_block .back_to_blog i, .back_block .back_to_blog svg {
    margin-right: 5px;
    position: relative;
    top: -0.5px;
    font-size: 115%;
}

/*--END Blog Page--*/

/*--Single Blog Page--*/

#all_posts.other-posts .posts.get_posts .single-post:last-child, #all_posts.other-posts .posts.get_posts .single-post:nth-last-child(2) {
    
}
body.single article{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
body.single .inside-article {
    padding: 0px;
}
body.single .inside-article .post_inner {
    padding: 60px;
}
body.single article .feature-image .feat-video-block {
    display: block;
    padding-top: 56%;
    position: relative;
}
body.single article .feature-image .feat-video-block > iframe, body.single article .feature-image .feat-video-block > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 75%);
    border: 2px solid #fff;
}
body.single article .feature-image .feat-video-block .ifw-player.expanded > div {
    padding-top: 56.3% !important;
    padding-bottom: 0px !important;
}
body.single article .feature-image .feat-video-block .plyr__poster {
    background-size: cover;
}
body.single #post-info {
    /*margin: 0;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    list-style: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
body.single #post-info li {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}
body.single #post-info li .cat-name {
    font-weight: 600;
    text-decoration: underline;
}
body.single #post-info li .cat-name .post-counter {
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
}
body.single #post-info li:last-child{
    /*margin-bottom: 0px;*/
}
body.single #post-info li > span {
    vertical-align: middle;
}
body.single #post-info li i, body.single #post-info li svg {
    display: inline-flex;
    width: 35px;
    justify-content: center;
    align-items: center;
    height: 35px;
    background: #435d77;
    color: #fff;
    margin-right: 8px;
    border-radius: 5px;
}
body.single #post-info li.post_cat_block i, body.single #post-info li.post_cat_block svg {
    max-width: 35px;
    padding: 0px;
}
body.single #post-info li.post_cat_block .post-categories .cat-name::after {
    content: " , ";
    font-weight: 500;
}
body.single #post-info li.post_cat_block .post-categories .cat-name:last-child::after{
    display: none;
}
body.single .post-title-block {
    padding-top: 20px;
    padding-bottom: 5px;
}
body.single .post-title-block .post-title {
    font-size: 34px;
    font-weight: 700;
    color: #435d77;
}
body.single .posts.get_posts .type-post .single-post .author_info .image_side {
    max-width: 100px;
    text-align: center;
}
body.single .posts.get_posts .type-post .single-post .author_info .cont_side {
    padding-left: 5px;
    font-size: 23px;
}
body.single .posts.get_posts .type-post .single-post .author_info .cont_side .authors_info {
    max-width: 100%;
    padding-right: 15;
    padding-left: 15px;
}
body.single .posts.get_posts .type-post .single-post .author_info .cont_side .authors_link {
    display: inline-flex;
    height: auto;
    padding: 15px 18px;
    width: auto;
    column-gap: 6px;
    line-height: 1;
    align-items: center;
    font-size: 18px;
    border-radius: 4px;
    margin: 0 auto;
    margin-right: 0;
    box-shadow: none;
    border: none;
}
.posts.get_posts .single-post .post_inner .commenting_sect {
    border-top: 2px solid #ccc;
}
.posts.get_posts .single-post .post_inner .commenting_sect .sect_title {
    margin-bottom: 10px;
    color: #435d77;
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
}
.posts.get_posts .single-post .post_inner .commenting_sect .sect_title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #435d77;
    width: 100%;
    height: 3px;
    border-radius: 5px;
}


article.post.type-post .feature-image.redirect-link-section {
    padding: 4px;
    position: relative;
}
article.post.type-post .feature-image.redirect-link-section .visit_web_block {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 !important;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
article.post.type-post .feature-image.redirect-link-section .visit_web_block a {
    font-size: 0px !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px !important;
        background:rgba(0,0,0,0) !important;
}
article.post.type-post .feature-image.redirect-link-section .visit_web_block a::before {
    font-size:20px;
    content: "\f04b";
    position: absolute;
    width: 50px;
    height: 50px;
    font-family: "font awesome 5 free";
    font-weight: 700;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #013089;
    box-shadow: 0 0 4px 3px rgba(255,255,255,.7);
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 111;
    transition: all .5s;
}
article.post.type-post .feature-image.redirect-link-section .visit_web_block a.isarticle::before{
    content: "\f1ea"!important;
}
article.post.type-post .feature-image.redirect-link-section .visit_web_block a:hover::before {
    background: #435d77!important;
    box-shadow: 0 0 4px 4px rgba(255,255,255,.85);
    color: #fff;
}
article.post.type-post .feature-image.redirect-link-section > .redirect-link {
    border-radius: 5px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.75);
    border: 2px solid #fff;
}
article.post.type-post .feature-image.redirect-link-section > .post-img {
    width: 100%;
}

/*------------------------------------------------*/

article.resourceepisode .feature-image.redirect-link-section {
    padding: 4px;
    position: relative;
}
article.resourceepisode .feature-image.redirect-link-section .visit_web_block {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 !important;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
article.resourceepisode .feature-image.redirect-link-section .visit_web_block a {
    font-size: 0px !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px !important;
        background:rgba(0,0,0,0) !important;
}
article.resourceepisode .feature-image.redirect-link-section .visit_web_block a::before {
    font-size:20px;
    content: "\f04b";
    position: absolute;
    width: 50px;
    height: 50px;
    font-family: "font awesome 5 free";
    font-weight: 700;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #013089;
    box-shadow: 0 0 4px 3px rgba(255,255,255,.7);
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 111;
    transition: all .5s;
}
body.single article.resourceepisode .feature-image .feat-video-block {
    padding-top: 56.3%;
}
article.resourceepisode .feature-image.redirect-link-section .visit_web_block a:hover::before {
    background: #435d77!important;
    box-shadow: 0 0 4px 4px rgba(255,255,255,.85);
    color: #fff;
}
article.resourceepisode .feature-image.redirect-link-section > .feat-video-block > .redirect-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.75);
    border: 2px solid #fff;
    object-fit: cover;
    object-position: top;
}
article.resourceepisode .feature-image.redirect-link-section > .post-img {
    width: 100%;
}

.video-thumn-gen{
    position: relative;
}
.video-thumn-gen::before {
    content: "\f04b";
    position: absolute;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #013089;
    box-shadow: 0 0 4px 3px rgba(255,255,255,.7);
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 111;
    transition: all 0.5s;
} 
.video-thumn-gen:hover::before {
    background: #435d77!important;
    box-shadow: 0 0 4px 4px rgba(255,255,255,.85);
    color: #fff;
}

#right-sidebar .choose_catg .switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 38px;
    margin: 0px;
}
#right-sidebar .choose_catg .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
#right-sidebar .choose_catg .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #013089;
  -webkit-transition: .4s;
  transition: .4s;
}
#right-sidebar .choose_catg .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#right-sidebar .choose_catg input:checked + .slider {
  background-color: #013089;
}
#right-sidebar .choose_catg input:focus + .slider {
  box-shadow: 0 0 1px #013089;
}
#right-sidebar .choose_catg input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
#right-sidebar .choose_catg .slider.round {
    border-radius: 34px;
    box-shadow: 0px 0 4px 3px rgb(255 255 255 / 70%) !important;
    border: 2px solid #fff;
}
#right-sidebar .choose_catg .slider.round:before {
  border-radius: 50%;
}
#age-slider {
    background: #444; 
}
#age-slider .ui-slider-handle {
    background: #013089;
    border-radius: 4px;
    width: 24px;
    height: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0 4px 1px rgb(255 255 255 / 70%) !important;
    border: 2px solid #fff;
}


.stories_page #posts_side .featured-img .post-link {
    padding-top: 75% !important;
}
.stories_page #posts_side .featured-img .post-link .post_thumb {
    object-fit: contain !important;
    z-index: 11;
}
.stories_page #posts_side .featured-img .post-link .fitered_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(3px);
}
.stories_page #posts_side .featured-img .injr_decs_option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 11;
    font-size: 58px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.6);
    color: #ff7d00;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.stories_page #posts_side .featured-img .injr_decs_option.deceased_opt{
    color: #f00;
}
.sidebar_stories #recent_posts .image_side .post-link {
    padding-top: 75%;
    position: relative;
}
.sidebar_stories #recent_posts .image_side .post-link img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.jabinjuriespost .single-post .feature-image {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 75%);
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.jabinjuriespost .single-post .feature-image .post-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 11;
}
.jabinjuriespost .single-post .feature-image .filtered_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(3px);
}
.jabinjuriespost .single-post .feature-image .injured_decs_elmnt {
    position: absolute;
    bottom: -12px;
    left: 0px;
    z-index: 11;
    font-size: 105px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.6);
    color: #ff7d00;
    text-transform: uppercase;
    line-height: 1.3;
}
.jabinjuriespost .single-post .feature-image .injured_decs_elmnt.person_deceased {
    color: #f00;
}
.jabinjuriespost .single-post .post-title-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.jabinjuriespost .single-post .post-title-block .post-title {
    flex: 0 0 50%;
    max-width: 50%;
}
.jabinjuriespost .single-post .post-title-block .person_info {
    display: block;
    margin-left: auto;
}
.jabinjuriespost .single-post .post-title-block ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 0px;
}
.jabinjuriespost .single-post .post-title-block li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.jabinjuriespost .single-post .post-title-block li i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #013089;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
.jabinjuriespost .single-post .post-cont-block p:last-child {
    margin: 0;
}
.jabinjuriespost .single-post .shared_video_link {
    padding: 20px 0px;
}
.jabinjuriespost .single-post .additn_doc {
    padding-bottom: 30px;
}
.jabinjuriespost .single-post .additn_doc h4 {
    font-size: 24px;
    font-weight: 600;
}
.jabinjuriespost .single-post .additn_doc .shared_file {
    margin-bottom: 10px;
}


.banner.form_inc .animate_quest {
    position: relative;
    top: 0px;
    right: 0px;
    transform: none;
    width: 26px;
    height: 26px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}
.banner.form_inc .animate_quest::before {
    content: "";
    position: absolute;
    border: 2px dashed #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: spin 12s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/*--END Single Blog Page--*/

/*-- Categories Page --*/

#all_posts.all_categories .posts.get_posts .post.single-post .post_data_cont .inner_block {
    padding-top: 10px;
    padding-bottom: 20px;
}
#all_posts.all_categories .posts.get_posts .single-post .post_cont {
    padding-bottom: 0px;
}
#all_posts.all_categories .posts.get_posts .single-post .post_cont .post-count {
    font-weight: 500;
}


/*--Authors Page--*/

#main_content.authors_cont {
    min-height: calc(100vh - 500px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}
#main_content.authors_cont .author-photo {
    max-width: 280px;
}
#main_content.authors_cont .author-photo .avatar_inner {
    position: relative;
    padding-top: 100%;
    border-radius: 5px;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.75);
    overflow: hidden;
    margin-bottom: 25px;
}
#main_content.authors_cont .author-photo .avatar_inner .avatar {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main_content.authors_cont .author_full_name {
    font-size: 40px;
    max-width: 100%;
}
#main_content.authors_cont .author_full_name::after {
    height: 3px;
}
#main_content.authors_cont .author_post_count {
    font-size: 24px;
    padding-top: 10px;
    font-weight: 600;
    color: #777;
}


/*--END Authors Page--*/

/*--Contact Page--*/

.banner.form_inc.contact_page .banner_content {
    max-width: 1150px;
}

.banner.form_inc.contact_page .banner_content #recaptcha_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 0;
    position: relative;
}
.banner.contact_page .banner_content .submit_privacy {
    display: flex;
    flex-wrap: wrap;
}
.banner.contact_page .banner_content .submit_privacy .form-group {
    margin-bottom: 0;
}


/*--404 Error Page--*/

body.error404 #page {
    max-width: 100%;
}
body.error404 #main{
    margin: 0px;
}
body.error404 #main .generate-columns-container {
    margin: 0px;
}
#error_page_sect {
    min-height: 100vh;
    /*min-height: 650px;*/
    padding: 60px 0px;
    background-size: cover;
    background-position: left top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-attachment: fixed;
    position: relative;
}
#error_page_sect::before {
    content: "";
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background: rgba(1,48,137,.8);
    opacity: .75;
}
#error_cont {
    max-width: 650px;
    padding: 70px 90px 60px;
    margin-left: 50px;
    background: rgba(63,97,113,0.93);
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    margin-left: 0px;
}
#error_cont .error_items {
    list-style: none;
    margin-left: 0px;
    padding-top: 25px;
    padding-left: 0px;
    font-weight: 500;
    display: inline-block;
}
#error_cont .logo_link {
    background: rgba(255,255,255,0);
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
}
#error_cont .error_items li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
#error_cont .error_items li a{
    color: #fff;
    text-decoration: underline;
}
#error_cont .btn_home .btn {
    font-size: 22px;
    font-weight: 500;
}

#error_cont .error_items .email_item .person_email {
    display: inline-block;
    background: #fff;
    color: #3b5d71;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 8px 0;
}

/*--Thank You Page--*/

.thankyou_page #error_cont {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
}
.thankyou_page #error_cont .sect_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.thankyou_page #error_cont .error_items {
    padding-top: 10px;
    padding-left: 0;
}
.thankyou_page #error_cont .return_prev {
    font-size: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    padding: 8px 15px;
}
.thankyou_page #error_cont .return_prev i, .thankyou_page #error_cont .return_prev svg {
    font-size: 115%;
}
.thankyou_page #error_cont .field_quest {
    font-size: 18px;
    width: 35px;
    height: 35px;
}


#main_content.pht_glry_cont .sect_title {
    font-size: 32px;
}
#main_content.pht_glry_cont .sect_title::after {
    display: none;
}
#main_content.pht_glry_cont .glry_block {
    text-align: center;
}
#main_content.pht_glry_cont .glry_block .img_block {
    padding-top: 45%;
    position: relative;
}
#main_content.pht_glry_cont .glry_block .img_block a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#main_content.pht_glry_cont .glry_block .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#main_content.pht_glry_cont .glry_block .btn_custom_desg_blue {
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}
#deceasedblock {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 100%;
    max-width: calc(100% - 150px);
}


/*-- News Page --*/

.news_pages #posts_side .get_posts li.active_show a {
    color: #013089;
}
.news_pages #posts_side .get_posts li.featuredli a {
    color: #013089;
    background: #ccc;
}
.news_pages #posts_side .get_posts li.featuredli a b {
    padding: 0 10px;
}

#form_block_merchcon .mercon_req_id {
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
}
#form_block_merchcon .mercon_req_id p {
    display: inline-block;
    border-bottom: 2px solid #fff;
    line-height: 1.2;
}
#form_block_merchcon .mercon_req_id p label{
    margin-bottom: 0px;
}

.amount_inner_block {
    position: relative;
}
.amount_inner_block > .form-control {
    padding-left: 35px;
}
.amount_inner_block::before {
    content: "$";
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    width: 35px;
    height: calc(100% - 0px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.8;
}


@media (min-width: 1400px){


    #main_content.events_page #latest_post .posts.get_posts .single-post .post_head .post-heading {
        font-size: 40px;
    }
    #home-banner.banner .banner_content .btn_group .btn {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    body.home #footer_main.bottom_bar_active {
        margin-bottom: 106px;
    }
    #live_stream_bar {
        padding: 0px 0px;
        border-top: 3px solid #fff;
    }
    #live_stream_bar > .main_block {
        padding: 25px 0px;
    }
    #live_stream_bar .bar_inside .bar_title {
        font-size: 42px;
    }

}

@media (min-width: 1600px){

    body {
        font-size: 22px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .footer-widgets-container.grid-container {
        max-width: 1400px;
    }
    .tooltip {
        font-size: 18px;
    }
    .tooltip-inner {
        max-width: 350px;
    }
    .sect_head .sect_title{
        font-size: 2.2rem;
    }
    body.logged-in #float_menu {
        top: 170px;
    }
    #header_menu {
        width: 425px;
    }
    #float_menu{
        top: 140px;
    }
    #header_menu .navbar-nav .menu-item a {
        font-size: 18px;
        padding: 9px 3px;
        line-height: 1.5;
    }
    .menu_target {
        width: 85px;
        height: 80px;
        padding-top: 40px;
        font-size: 24px;
    }
    .menu_target::before, .menu_target::after, .menu_target .button_span {
        height: 4px;
        top: 23px;
    }
    .menu_target::before, .menu_target::after{
        top: 10px;
    }
    .menu_target::after {
        top: 32px;
    }
    .donate_button {
        margin-top: 0px;
        padding-top: 15px;
    }
    .donate_button svg, .donate_button i {
        font-size: 28px;
        margin-bottom: 3px;
        width: 100%;
    }
    .donate_button span {
        font-size: 20px;
        padding-top: 2px;
    }
    #share_btn::before {
        height: 2px;
    }
    #donate_button svg, #donate_button i {
        font-size: 30px;
        margin-bottom: 4px;
    }
    .banner .banner_content {
        max-width: 750px;
        padding: 30px 70px;
    }
    .banner.form_inc.contact_page .banner_content {
        max-width: 1300px;
    }
    .banner.form_inc .banner_content, .welcome_page.banner.form_inc .banner_content{
        max-width: 1020px;
    }
    .welcome_page.banner.form_inc .banner_content{
        width: 1020px;
    }
    .banner.form_inc .banner_content .form_btm_cont {
        font-size: 25px;
    }
    #competition-box.banner.form_inc .banner_content .form_btm_cont {
        font-size: 22px;
    }
    .banner.form_inc form .field_quest {
        width: 34px;
        height: 34px;
        font-size: 16px;
        vertical-align: middle;
    }
    /*#home-banner.banner .banner_content {
        max-width: 1250px;
    }
    #logo_block {
        margin-bottom: 6vh !important;
    }
    #push_button {
        margin-bottom: 8vh !important;
    }
    #follow_block {
        margin-top: 3vh;
    }*/
    #web-famil-box .famile_review_row .main_block {
        max-width: 215px;
    }
    #web-famil-box .famile_review_row h4 {
        font-size: 25px;
    }
    #web-famil-box .famile_review_row ul {
        font-size: 20px;
    }
    .banner .banner_content .btn_group {
        column-gap: 20px;
    }
    .banner .banner_content .banner_title {
        font-size: 52px;
        margin-bottom: 10px;
    }
    .banner .banner_content .banner_subtitle {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .banner.home_banner .banner_content .btn_custom_desg_blue {
        font-size: 22px;
        padding: 10px 20px;
    }
    .banner .banner_content .logo_banner {
        max-width: 450px;
        margin-bottom: 10px;
    }
    #lightbox-form {
        /*padding-top: 85px!important;*/
        padding-top: 0px!important;
    }
    #lightbox-form .banner.show-box {
        padding-top: 85px;
    }
    .lightbox .banner .content_about .bottom_btn_group .btn_custom_desg {
        margin: 15px 0;
        font-size: 25px;
    }
    #lightbox-form #aboutus-box.banner .please_sign, #lightbox-form #welcome-box.banner .bottom_btn_group, #lightbox-form #about-box.banner .bottom_btn_group {
        max-width: 475px !important;
    }
    #lightbox-form #web-famil-box.banner .banner_content {
        padding: 50px 90px 30px;
    }
    .lightbox #thanks-visit-box.banner .content_about .bottom_btn_group, #aboutus-outer-box.banner .content_about .bottom_btn_group {
        max-width: 450px !important;
    }
    #feedback-box.banner.form_inc .banner_content .form_btm_cont {
        font-size: 30px;
    }
    #feedback-box .main_cont .btn.btn_custom_desg_blue {
        font-size: 26px;
        padding: 15px 10px;
    }
    #feedback-box .main_cont .report_issue .btn.btn_custom_desg {
        font-size: 28px;
        padding: 18px 12px;
    }
    .banner.form_inc .banner_content .form-control {
        min-height: 55px;
        font-size: 20px;
    }
    #subscribe_footer h2{
        font-size: 50px;
    }
    #subscribe_footer .subfooter_col.left_content {
        font-size: 28px;
    }
    #subscribe_footer form.wpcf7-form .wpcf7-form-control{
        min-height: 80px;
        font-size: 22px;
    }
    #subscribe_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit{
        font-size: 32px;
    }
    #footer_main .widget-title {
        font-size: 35px;
    }
    #footer_main .footer-widgets-container .footer-social li a {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .sidebar .widget, .footer-widgets .widget {
        font-size: 22px;
    }
    .banner .banner_heading>.btn_custom_desg_blue {
        font-size: 22px;
    }
    .banner.about_page .banner_img {
        height: auto;
        /* max-height: calc(100vh - 175px); */
        min-height: auto;
        height: auto !important;
    }
    .banner.about_page .banner_heading .page_heading{
        font-size: 55px;
    }
    #right-sidebar #category_block ul li a .cat-name{
        max-width: 300px;
    }
    #meeting_table > .top_table_block .table_top_block{
        font-size: 22px;
    }
    .close_tab_toltip {
        margin: 12px 0;
    }

    /*-- About Us Page--*/
    #main_content.about_page_cont{
        font-size: 25px;
    }
    #main_content.about_page_cont h3{
        font-size: 40px;
    }

    /*-- Meetings Page--*/

    #meet_search #search-button {
        font-size: 20px;
    }
    #meet_search .form-control {
        font-size: 20px;
    }
    #meeting_table>.top_table_block .table_top_block.req_meet .btn {
        font-size: 20px;
    }
    #meeting_table .head_block .head_row .col {
        font-size: 24px;
        line-height: 1.8;
    }
    #meeting_table .scroll_tabs .table_scrolling {
        font-size: 16px;
        height: 42px;
    }
    .meet_thanks {
        font-size: 26px;
    }
    .podcasts_cont {
        font-size: 24px;
    }
    .meetings_cont .bottom_cont .btn_custom_desg_blue {
        font-size: 24px;
    }

    /*--Donate Page--*/

    .other_info {
        font-size: 22px;
    }
    #donate-banner.banner.form_inc .banner_main_block {
        padding-top: 85px !important;
        align-items: flex-start;
    }
    #donate-banner.banner.form_inc .banner_content{
        margin: 0px;
    }
    .banner.donate_page .content_inner .content_large {
        font-size: 26px;
    }
    .payment_info .acc_list .pay_block .btn_custom_desg {
        font-size: 24px;
        padding: 15px;
    }
    .payment_info .acc_list .pay_block .btn_custom_desg svg, .payment_info .acc_list .pay_block .btn_custom_desg i {
        margin-right: 14px;
    }
    #payment_givelittle .other_info {
        max-width: 680px;
        font-size: 22px;
    }
    #payment_ibank .ibank_steps .pay_block #new_tab {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    #payment_givelittle .btn_click_sub .btn {
        font-size: 24px;
    }
    .donate_sect .button_blocks .acc_buttons .inner_cont.big_cont .other_info {
        max-width: 475px !important;
    }
    #donate_visitb .button_blocks {
        padding-bottom: 18px;
    }

    /*--Thank You Pages--*/

    #error_cont {
        max-width: 750px;
    }
    .thankyou_page #error_cont {
        font-size: 26px;
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .thankyou_page #error_cont .sect_title {
        font-size: 45px;
    }
    .thankyou_page #error_cont .return_prev {
        font-size: 22px;
        column-gap: 8px;
        padding: 10px 20px;
    }


    body.home #footer_main {
        margin-bottom: 131px;
    }
    #live_stream_bar {
        border-top: 3px solid #fff;
    }
    #live_stream_bar > .main_block {
        padding: 35px 0px 30px;
    }
    #live_stream_bar .bar_inside .bar_title {
        font-size: 48px;
    }
    #live_stream_bar .bar_inside .btn {
        font-size: 30px;
    }

    #live_stream_video .overlay_block{
        padding: 50px;
    }
    #live_stream_video .overlay_block h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    #live_stream_video .overlay_block h2 {
        font-size: 47px;
        font-weight: bold;
    }
    #live_stream_video .overlay_block h3 {
        font-size: 44px;
    }

    .banner.donate_page .content_inner .donate_thanks .smile_icon_block span {
        font-size: 22px;
    }

}

@media (max-width: 1599px){

    #header_menu .navbar-nav .menu-item a {
        padding: 8px 3px;
        line-height: 1.5;
        font-size: 15px;
    }


    #lightbox-form .banner.about_page .banner_content .main_cont {
        line-height: 1.7;
        padding-bottom: 0px;
    }

}


@media (max-width: 1400px){

    body {
        font-size: 16px;
    }
    .tooltip {
        font-size: 14px;
    }
    .sect_head .sect_title{
        font-size: 1.8rem;
    }
    body.logged-in #float_menu {

    }
    .h1, h1 {
        font-size: 2rem;
    }
    .h2, h2 {
        font-size: 1.75rem;
    }
    .h3, h3 {
        font-size: 1.6rem;
    }
    .h4, h4 {
        font-size: 1.5rem;
        font-size: 1.3rem;
    }
    .h5, h5 {
        font-size: 1.15rem;
    }
    #float_menu{
        
    }
    .menu_target {
        width: 62px;
        height: 60px;
        padding-top: 32px;
    }
    .menu_target::before, .menu_target::after, .menu_target .button_span {
        height: 3px;
        top: 18px;
    }
    .menu_target::before, .menu_target::after{
        top: 7px;
    }
    .menu_target::after {
        top: 27px;
    }
    .donate_button {
        margin-top: 0px;
        padding-top: 8px;
    }
    .donate_button svg, .donate_button i {
        font-size: 20px;
        margin-bottom: 2px;
        width: 100%;
        margin-top: 1px;
    }
    .donate_button span {
        font-size: 16px;
        padding-top: 2px;
    }
    #share_btn::before {
        height: 2px;
    }
    #donate_button svg, #donate_button i {
        font-size: 22px;
        margin-bottom: 4px;
    }
    #header_menu .navbar-nav .menu-item a {
        padding: 8px 3px;
        line-height: 1.2;
        font-size: 12px;
    }
    #header_menu {
        width: 275px;
    }
    #float_menu li .menu_target span {
        font-size: 14px;
    }
    .banner .banner_content {
        max-width: 500px;
        padding: 20px 35px;
    }
    .banner .banner_content .logo_banner {
        max-width: 350px;
    }
    .banner .banner_content .banner_title {
        font-size: 36px;
    }
    .banner .banner_content .banner_subtitle {
        font-size: 16px;
    }
    .banner.home_banner .banner_content .btn_custom_desg_blue {
        font-size: 16px;
        padding: 6px 10px;
    }
    #logo_block {
        max-width: 800px;
    }
    #home-banner.banner .banner_content .btn_group .btn {
        font-size: 22px;
    }
    #follow_social li a {
        width: 75px;
        height: 75px;
    }
    #follow_block .follow_title {
        font-size: 34px;
        margin-bottom: 10px;
    }
    #push_button .push_inner {
        width: 125px;
        height: 125px;
    }
    #subscribe_footer h2{
        font-size: 34px;
    }
    #subscribe_footer .subfooter_col.left_content {
        font-size: 18px;
    }
    #subscribe_footer form.wpcf7-form .wpcf7-form-control{
        min-height: 55px;
        font-size: 16px;
        padding-left: 25px;
    }
    #subscribe_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit{
        font-size: 20px;
    }
    #footer_main .widget-title {
        font-size: 20px;
    }
    #footer_main .footer-widgets-container .footer-social li a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .sidebar .widget, .footer-widgets .widget {
        font-size: 16px !important;
    }
    .banner.form_inc .banner_content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner.form_inc .banner_content .form_btm_cont {
        font-size: 18px;
    }
    .banner.about_page {
        padding-bottom: 40px;
    }
    .banner.about_page .banner_img {
        height: auto;
        max-height: calc(100vh - 300px);
    }    
    .banner.about_page .banner_heading .page_heading{
        font-size: 35px;
    }
    .banner .banner_heading>.btn_custom_desg_blue {
        font-size: 14px;
    }
    .banner.form_inc .banner_content .form-control {
        min-height: 40px;
        border: 2px solid #272c30;
        border-radius: 3px;
        resize: none;
    }
    #lightbox-form .banner.show-box{
        padding-top: 5px;
    }
    #signup-box .form_btm_cont > p {
        margin-bottom: 5px;
    }
    #lightbox-form .banner .banner_content form label {
        margin-bottom: 2px;
    }
    #right-sidebar #category_block ul li a .cat-name{
        max-width: 300px;
    }
    #meeting-data {
        max-height: 348px;
    }
    #meeting_table > .top_table_block .table_top_block{
        font-size: 16px;
    }
    #meeting_table > .top_table_block .table_top_block.req_meet .btn {
        font-size: 14px;
    }
    #meeting_table .head_block .head_row .col {
        font-size: 18px;
    }
    #meeting_table .scroll_tabs .table_scrolling {
        font-size: 12px;
        height: 32px;
    }
    #meeting_table {
        font-size: 16px;
    }
    .meetings_cont .bottom_cont .btn_custom_desg_blue {
        font-size: 16px;
    }
    #meet_search .form-control {
        height: 44px;
    }
    #main_content.about_page_cont {
        font-size: 16px;
    }
    #main_content.about_page_cont h3{
        font-size: 28px;
    }
    .meet_thanks {
        font-size: 20px;
    }
    .podcasts_cont {
        font-size: 18px;
    }

    .faq_block .card {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .faq_block .card .card-header .card-link {
        padding: 8px 15px;
        line-height: 1.6;
        font-size: 18px;
        padding-right: 45px;
    }
    .faq_block .card .card-body {
        font-size: 16px;
    }
    #faq_sect .sect_head .sect_title {
        font-size: 1.6rem;
    }


    .payment_info {
        padding-top: 15px;
    }
    .banner.donate_page .content_inner .content_large {
        font-size: 18px;
        font-weight: 600;
    }
    .payment_info .acc_list .pay_block .btn_custom_desg {
        font-size: 16px;
        padding: 10px 10px;
    }
    .banner.donate_page .content_inner .acc_list {
        font-size: 22px;
    }
    .banner.form_inc.donate_page .banner_content {
        min-height: 585px;
    }
    #payment_givelittle .btn_click_sub .btn {
        font-size: 16px;
    }
    .banner.donate_page .acc_buttons .btn .icon_btn {
        max-width: 20px;
    }
    .banner.donate_page .acc_buttons .btn {
        font-size: 14px;
    }
    #payment_ibank .ibank_steps .pay_block #new_tab {
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-width: 2px;
    }
    #close_pop, #close_tab {
        width: 45px;
        height: 45px;
        border-width: 2px;
        font-size: 28px;
    }


    #feedback-box.banner.form_inc .banner_content .form_btm_cont {
        font-size: 22px;
    }
    #feedback-box .main_cont .btn.btn_custom_desg_blue {
        font-size: 18px;
    }
    #feedback-box .main_cont .report_issue .btn.btn_custom_desg {
        font-size: 22px;
        padding: 12px;
    }
    #error_page_sect {
        min-height: 100vh;
        height: auto;
    }

}

@media (max-width: 1200px){

    /*#lightbox-form #gateway-box {
        display: inline-block;
    }
    #lightbox-form {
        display: flex;
    }
    #lightbox-form .overlay_block.gateway_page{
        display: block;
    }*/
    .footer-widgets-container.grid-container {
        max-width: 960px;
    }
    body.home #footer_main {
        margin-bottom: 81px;
    }
    #live_stream_bar .bar_inside .bar_title {
        font-size: 30px;
    }
    #live_stream_bar .bar_inside .btn {
        font-size: 20px;
    }

}

@media (max-width: 1025px){


    .container, .container-lg, .container-md, .container-sm, .footer-widgets-container.grid-container {
        max-width: 100% !important;
    }
    body.active_sidebar {
        margin-right: 0px;
    }
    header#header {
        position: fixed;
        top: 0px;
        left: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        background: #333;
        z-index: 9999;
    }
    body.logged-in header#header{
        top: 46px;
    }
    /*body.logged-in header#header {
        top: 46px;
    }*/
    header#header .header_elements {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    header#header #menu_target_btn, #menu_target_btn {
        position: relative !important;
        top: 0px !important;
        right: 0px;
        margin: 0;
    }
    #left_buttons{
        position: relative;
        top: 0px !important;
        left: 0px !important;
        order: -1;
    }
    body.home #left_buttons .home_main_btn, #left_buttons .home_main_btn {
        display: block!important;
        margin: 0;
        background: #013089;
        box-shadow: none !important;
        background: rgb(1,48,137);
    }
    #left_buttons #back_btn{
        display: none !important;
    }
    body.logged-in #float_menu, #float_menu {
        position: relative;
        top: 0px !important;
        left: 0px;
        order: -1;
        bottom: 0px !important;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        border: none;
        box-shadow: none;
        column-gap: 15px;
    }
    body.active_sidebar #float_menu{
        padding-right: 12px !important;
    }
    #page {
        padding-top: 76px;
    }
    #float_menu li a {
        border-radius: 5px;
        border: 2px solid #fff;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 5px;
        width: 50px;
        height: 48px;
    }
    #float_menu li a span {
        display: none;
    }
    #float_menu li a::after {
        display: none !important;
    }
    #float_menu li a i {
        font-size: 22px;
    }
    #footer_main .footer-widgets-container.grid-container .widget-title {
        padding-right: 25px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }
    #footer_main  .footer-widget-2 {
        order: 8;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #lightbox-form.active-lightbox {
        max-width: 100%;
    }
    #lightbox-form .banner {
        max-width: calc(100% - 30px);
    }
    #lightbox-form .banner .banner_content .plyr.plyr--full-ui.plyr--video {
        max-height: 85vh;
    }

    .banner.about_page .banner_img {
        max-height: none!important;
        display: inline-block;
        float: left;
        min-height: auto !important;
        height: auto !important;
    }
    .banner .banner_img .main-img {
        min-height: auto;
    }
    #home-banner.banner .banner_img .main-img {
        min-height: 100%;
    }
    .banner.form_inc .banner_main_block {
        min-height: calc(100vh - 110px);
    }
    .banner.form_inc form .field_quest {
        display: none;
    }
    .banner.form_inc .banner_content .privacy_policy {
        flex: 0 0 100%;
        padding-top: 10px;
        justify-content: center !important;
    }


    #banner_news .banner_news_inner .breaking_news_btn.breaking_main_btn {
        font-size: 45px;
        max-width: 350px;
    }
    #banner_news .banner_news_inner .breaking_news_btn {
        font-size: 32px;
        max-width: 300px;
    }
    #banner_news .banner_news_block .breaking_news_btn::after {
        width: 50px;
    }
    #banner_news .banner_news_block .news_headlines .news_title {
        font-size: 32px;
    }

    #gateway-box.banner {
        width: 600px;
        max-width: 100%;
    }

    #primary > .primary_inner {
        margin: 0;
    }
    #primary > .primary_inner {
        margin: 0;
    }
    body.single #all_posts .all_posts_inner {
        margin: 0px !important;
    }
    .back_block .back_to_blog{
        margin-left: 18px;
    }
    
    #meeting-content{
        overflow-x: auto;
    }
    #meeting_table {
        font-size: 14px;
    }
    #meeting-content > .head_block, #meeting-data {
        min-width: 700px;
    }
    #meeting_table .col.col-date {
        width: 135px;
        min-width: 135px;
        max-width: 135px;
        display: flex;
        flex-wrap: initial;
        justify-content: center;
    }
    #meeting_table .col.col-date .date_span {
        min-width: 67px;
        overflow-x: hidden;
        white-space: pre;
        max-width: 67px;
        min-width: 67px;
        width: 67px;
    }
    #meeting_table .col.col-time {
        max-width: 115px;
        min-width: 115px;
        width: 115px;
    }
    #meeting_table .col.col-where {
        max-width: 150px;
        min-width: 150px;
        width: 150px;
    }


}


@media (max-width: 992px){

    #posts_side {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #sidebar-blog {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 60px;
    }
    #right-sidebar .inside-right-sidebar{
        width: 100%;
    }
    #recent_posts_list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    #recent_posts_list .post.single-post {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    body.single #primary .primary_inner #main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body.single #all_posts #posts_side .post.single-post {
        flex: 0 0 50%;
        max-width: 50%;
    }
    body.single #page > #content {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.home #footer_main {
        margin-bottom: 78px;
    }
    #live_stream_bar .bar_inside .bar_title {
        font-size: 24px;
    }
    #live_stream_bar .bar_inside .btn {
        font-size: 18px;
    }

    #live_stream_page .col-12.flex-wrap.align-items-center {
        row-gap: 15px;
    }
    #live_stream_page .col-12.flex-wrap.align-items-center .vstart_cont {
        width: 100%;
    }
    #live_stream_page .col-12.flex-wrap.align-items-center .btn_custom_desg_blue {
        margin-right: auto;
    }
    #home-banner.banner .banner_content .btn_group {
        column-gap: 25px;
        row-gap: 15px;
    }
    #home-banner.banner .banner_content .btn_group .btn {
        font-size: 18px;
    }
}

@media (min-width: 767px) {

    #form_block_contact_page .inject_type {
        max-width: 220px;
    }
    #form_block_contact_page .inject_number {
        max-width: 195px;
    }
    .banner .banner_img .main-img {
        min-height: 100% !important;
    }

}

@media (min-width: 768px) and (max-width:  1025px){
    
    #header_menu .navbar-nav .menu-item a {
        padding: 10px 3px;
        line-height: 1.2;
        font-size: 16px;
    }



    .banner .banner_img .main-img {
        min-height: 100%;
    }
    #live_stream_video .overlay_block {
        padding: 30px 10px;
    }
    #live_stream_video .overlay_block h1 {
        font-size: 34px;
    }
    #live_stream_video .overlay_block h2 {
        font-size: 26px;
    }
    #live_stream_video .overlay_block h2:nth-child(2) {
        margin-top: 15px;
    }
    #live_stream_video .overlay_block h3 {
        font-size: 26px;
    }
    #live_stream_video .overlay_block p {
        font-size: 18px;
    }

}

@media (max-width: 768px){

    body {
        font-size: 15px;
    }
    .tooltip {
        font-size: 14px;
    }
    .sect_head .sect_title{
        font-size: 1.6rem;
    }
    body.logged-in #float_menu {

    }
    .h1, h1 {
        font-size: 1.8rem;
    }
    .h2, h2 {
        font-size: 1.6rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .h4, h4 {
        font-size: 1.15rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }
    #gateway-box.banner {
        
    }

    #subscribe_footer .left_content {
        text-align: center;
    }
    #home-banner .banner_inner {
        min-height: calc(100vh - 100px);
    }
    #home-banner.banner .banner_content .btn_group .btn {
        font-size: 18px;
    }
    .banner .banner_content {
        max-width: 90%;
    }
    .banner .banner_content .btn_group {
        flex-wrap: wrap;
    }
    .banner .banner_content .banner_title {
        font-size: 30px;
    }
    .banner .banner_content .heading_block .title {
        font-size: 60px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets{
        flex-direction: column;
    }
    #footer_main .footer-widgets-container.grid-container .inside-footer-widgets > div {
        margin-bottom: 10px;
        justify-content: center;
    }
    #footer_main .footer-widgets-container.grid-container .footer-widget-2 {
        margin-bottom: 0px !important;
    }
    #follow_social {
        margin: 0;
        max-width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
    }
    #follow_social li {
        margin: 0 5px;
    }
    #follow_social li a {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    #follow_social li:last-child a {
        margin-right: 0px;
    }
    #home-banner.banner .banner_content{
        min-height: auto;
    }
    #home-banner .banner_content {
        padding-top: 50px;
    }
    #follow_block{
        padding-bottom: 50px;
    }
    #logo_block{
        margin-bottom: 35px;
    }
    #lightbox-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15vh;
    }
    #lightbox-form.active-lightbox {
        max-width: 100%;
        width: 100%;
    }
    #lightbox-form .banner, #lightbox-form .banner.show-box {
        max-width: 100%;
    }
    #lightbox-form .banner .container-fluid {
        
    }
    .banner.form_inc .banner_content {
        padding: 30px 20px 10px;
    }
    .banner.form_inc .banner_content form .submit_block .btn[type=submit], .banner.form_inc .banner_content form .submit_block .btn[type=submit]:hover, .banner.form_inc .banner_content form .submit_block .btn[type=submit]:focus{
        font-size: 24px;
    }
    .lightbox .banner .content_about .bottom_btn_group .btn_custom_desg {
        font-size: 15px;
        padding: 6px 10px;
    }
    #form_block_request_meeting .date_block{
        max-width: 100%;
    }
    #form_block_request_meeting .time_block {
        max-width: 100%;
        padding-right: 15px;
    }
    .plyr.plyr--full-ui.plyr--video > button.plyr__control {
        padding: 10px;
    }
    .plyr.plyr--full-ui.plyr--video > button.plyr__control svg {
        width: 20px;
        height: 20px;
    }

    #banner_news .banner_news_inner .breaking_news_btn.breaking_main_btn {
        font-size: 36px;
        max-width: 300px;
        margin-left: auto;
        text-align: center;
        border-radius: 25px 25px 0px 0px;
    }
    #banner_news .banner_news_block {
        flex-direction: column;
    }
    #banner_news .banner_news_inner .breaking_news_btn {
        font-size: 25px;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
    }
    #banner_news .banner_news_block .breaking_news_btn::after, #banner_news .banner_news_block .breaking_news_btn::before {
        width: 25px;
        background: linear-gradient(275deg, rgba(133,0,0,1) 0%, rgba(255,52,52,1) 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%) !important;
    }
    #banner_news .banner_news_block .breaking_news_btn::before {
        display: block;
        left: auto;
        right: 100%;
        transform: scaleX(-1);
        background: linear-gradient(85deg, rgba(133,0,0,1) 0%, rgba(255,52,52,1) 100%);
    }
    #banner_news .banner_news_block .news_headlines .news_title {
        font-size: 25px;
    }

    #meeting_table>.top_table_block .meet_search_block{
        min-width: auto;
    }

    .banner.donate_page .content_inner {
        font-size: 16px;
    }
    .banner.donate_page .content_inner .acc_list {
        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner.donate_page .content_inner .acc_list li {
        padding: 7px 0px;
    }

    .posts.get_posts .single-post {
        flex: 0 0 50%;
    }
    .posts.latest_post .post.single-post .post_data_cont {
        flex: 0 0 100%;
    }
    .posts.latest_post .post.single-post .post_data_img {
        flex: 0 0 100%;
        order: -1;
    }
    .posts.get_posts .single-post .author_info .cont_side .post_cat_block .post-cat {
        font-size: 14px;
    }
    #latest_post .posts.get_posts .post.single-post .post_data_cont .inner_block {
        padding: 30px 20px;
    }
    #all_posts .posts.get_posts .single-post .author_info .cont_side .authors_info {
        min-width: 100px;
    }
    #all_posts .posts.get_posts .single-post .author_info .cont_side {
        flex-wrap: nowrap;
    }
    #latest_post .posts.get_posts .single-post .author_info .cont_side .post_cat_block {
        max-width: calc(100% - 130px);
    }
    body.single article, body.single article .inside-article {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    body.single .inside-article .post_inner {
        padding: 25px;
    }
    body.single .post-title-block .post-title {
        font-size: 24px;
    }

    #meeting_table .scroll_tabs .table_scrolling {
        display: none;
    }
    #meeting_table .head_block .head_row .col.col-venue {
        padding-right: 15px;
    }
    .banner.donate_page .content_inner .content_large {
        font-size: 18px;
    }
    #payment_ibank .ibank_steps {
        margin-left: 20px;
    }
    #meeting_table .head_block .head_row .col {
        font-size: 16px;
    }
    #meeting_table .col.col-date {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        display: flex;
        flex-wrap: initial;
    }
    #meeting_table .col.col-date .date_span {
        max-width: 65px;
        min-width: 65px;
        width: 65px;
        white-space: nowrap;
        padding-left: 2px;
    }
    #meeting_table .col.col-time {
        max-width: 100px;
        min-width: 100px;
        width: 100px;
    }
    #meeting_table .col.col-where {
        max-width: 125px;
        min-width: 125px;
        width: 125px;
    }

    .donate_sect .button_blocks .acc_buttons .inner_cont.big_cont .other_info{
        max-width: 100% !important;
    }
    #payment_phoning .button_blocks .acc_buttons .inner_cont .btn, #payment_visitb .button_blocks .acc_buttons .inner_cont .btn {
        margin-left: auto;
    }

    #error_page_sect {
        min-height: auto;
        height: auto;
    }
    .thankyou_page #error_cont, #error_cont {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .thankyou_page #error_cont .sect_title, #error_cont .sect_title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .thankyou_page #error_cont .return_prev, #error_cont .return_prev {
        font-size: 16px;
    }


    body.home #footer_main {
        margin-bottom: 118px;
    }
    #live_stream_bar {

    }
    #live_stream_bar .bar_inside {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    #live_stream_bar .bar_inside .bar_title {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
        -webkit-line-clamp: 2;
    }
    #live_stream_bar .bar_inside .btn {
        font-size: 16px;
    }


    #home-banner.banner .banner_content .btn_group {
        column-gap: 30px;
        margin: 0px !important;
    }
    #home-banner.banner .banner_content .btn_group.btn_group_two {
        display: none !important;
    }
    #home-banner.banner .banner_content .btn_group.btn_group_two .btn {
        display: none !important;
    }

    .banner.donate_page .content_inner .donate_thanks {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner .banner_img .main-img {
        min-height: 100%;
    }


    #live_stream_video .overlay_block {
        padding: 30px 10px;
    }
    #live_stream_video .overlay_block h1 {
        font-size: 26px;
    }
    #live_stream_video .overlay_block h2 {
        font-size: 22px;
    }
    #live_stream_video .overlay_block h2:nth-child(2) {
        margin-top: 0px;
    }
    #live_stream_video .overlay_block h3 {
        font-size: 24px;
    }
    #live_stream_video .overlay_block p {
        font-size: 18px;
    }


    .content_inner.qr_code_showing #live_stream_video {
        padding-top: 0px !important;
    }
    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock {
        position: relative !important;
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock .qr_code_img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: auto;
        max-width: 200px;
        margin-bottom: 35px !important;
    }
    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock > img {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        object-position: bottom;
        object-fit: fill !important;
    }
    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock > h2 {
        position: relative !important;
        font-size: 20px !important;
        top: 0px !important;
        margin-bottom: 15px;
    }




}


@media (max-width: 600px){

    #gateway-box.banner .banner_content{
        padding: 20px 30px;
        max-width: 95%;
    }    

    .banner .banner_heading .page_heading {
        order: -1;
        margin-bottom: 25px !important;
    }
    .banner.about_page .banner_heading {
        column-gap: 0px;
        padding: 10px 30px !important;
    }
    .banner .banner_heading>.btn_custom_desg_blue {
        margin: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .banner.about_page .banner_heading > .btn{
        margin-right: 8px;
    }
    .banner.about_page .banner_heading > .btn:last-child{
        margin-right: 0px;
    }
    .banner .banner_heading.d-flex .page_heading {
        order: -1;
        margin-bottom: 25px !important;
        display: flex !important;
        margin-left: auto !important;
        margin-right: auto !important;
        flex: 0 0 100%;
        justify-content: center;
    }
    .banner .banner_heading.d-flex .page_heading::after{
        width: 100px;
    }
    .banner.form_inc .banner_content .recaptcha_block {
        flex: 0 0 100%;
        justify-content: center;
        min-width: auto;
    }
    .banner.form_inc.contact_page .banner_content #recaptcha_block > div, .banner.form_inc.contact_page .banner_content #recaptcha_block iframe {
        max-width: 100%;
    }
    .banner.form_inc .banner_content .recaptcha_block .recaptcha{
        padding-right: 0px;
    }
    #home-banner.banner .banner_content{
        padding: 30px 20px;
    }
    #follow_social {
        padding: 0;
        justify-content: center;
    }
    #push_button .push_inner {
        width: 115px;
        height: 115px;
    }
    #main_content.authors_cont .author_full_name {
        font-size: 32px;
    }
    #main_content.authors_cont .author_username {
        font-size: 22px;
    }
    #main_content.authors_cont .author_post_count {
        font-size: 20px;
    }

    #main_content.authors_cont .author-photo {
        flex: 0 0 100%;
        justify-content: center;
        max-width: 400px;
        margin-right: auto;
        margin-bottom: 15px;
    }
    #main_content.authors_cont .author-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts.get_posts .single-post {
        flex: 0 0 100%;
    }
    .posts .post.single-post .post_data_cont .post_head {
        height: auto;
    }
    .posts.get_posts .single-post .author_info .cont_side, .posts.get_posts .single-post .author_info .cont_side .post_cat_block .post-cat {
        font-size: 13px;
    }
    #recent_posts_list .post.single-post {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    body.single #page > #content {
        padding-left: 0px;
        padding-right: 0px;
    }
    body.single #all_posts #posts_side .post.single-post {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #pagination {
        column-gap: 0px;
    }
    #pagination li {
        margin: 5px;
    }


    #home-banner.banner .banner_content .btn_group .btn.episodes_button {
        order: -6;
    }
    #home-banner.banner .banner_content .btn_group .btn.other_media_btn {
        /*order: -1;*/
    }
    #home-banner.banner .banner_content .btn_group .btn.signup-light-show.lightbox_control {
        order: 2 !important;
    }


}

@media (max-width: 575px){

    /*#home-banner.banner .banner_content .btn_group .btn.episodes_button {
        order: 3;
    }*/
    #follow_social{
        max-width: 300px;
    }
    #follow_social li a {
        width: 55px;
        height: 55px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    #follow_social li {
        margin: 0 5px;
    }
    #follow_social li a{
        padding: 0px;
    }
    #footer_main .footer-widgets-container .footer-social li{
        padding-right: 5px;
    }

    #logo_block>.row {
        max-width: 320px;
        align-items: flex-start;
    }
    #logo_block>.row .logo_col.sover_col {
        margin-right: 0px;
    }
    #logo_block .logo_col {
        padding: 10px 5px;
    }
    #logo_block .logo_col .heading {
        font-size: 20px;
        letter-spacing: 0px;
    }
    #logo_block .logo_col.liber_col .heading {
        margin-right: 7px;
    }
    #logo_block .logo_col.life_col .heading {
        margin-left: 7px;
    }
    #logo_block .logo_col .icon {
        width: 40px;
        height: 40px;
    }
    #logo_block .logo_col.map_col {
        max-width: 75px;
    }
    #gateway-box.banner .banner_content .banner_title {
        font-size: 30px;
    }
    #gateway-box.banner .banner_content .banner_subtitle {
        font-size: 14px;
    }
    #gateway-box .banner_content .banner_subtitle.live_heading {
        font-size: 16px;
    }
    #gateway-box .banner_content .banner_subtitle.live_heading br {
        display: none;
    }
    #home-banner.banner .banner_content .btn_group {
        column-gap: 15px;
    }
    #home-banner.banner .banner_content .btn_group .btn {
        font-size: 15px;
        margin-bottom: 0px;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
        flex-basis: 0;
        white-space: nowrap;
        min-width: 40%;
        justify-content: space-between;
        padding: 6px 15px;
    }
    .banner .banner_content .heading_block .subtitle {
        font-size: 19px;
    }
    .inside-footer-widgets>div:not(:last-child), #footer_main .footer-widget-3{
        margin-bottom: 25px;
    }
    .footer-widgets .widget {
        font-size: 18px !important;
    }
    .footer-widgets-container {
        padding-bottom: 25px;
    }
    #footer_main .footer-widget-2{
        margin-bottom: 0px;
    }
    #footer_main .footer-widgets-container.grid-container .widget-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0;
    }
    #footer_main .footer-widgets-container.grid-container .footer-widget-1 > .widget {
        justify-content: center;
    }
    #footer_main .footer-widgets-container.grid-container .inside-footer-widgets > div {
        justify-content: center;
    }
    #footer_main .footer-widgets-container .footer-social {
        max-width: 300px;
        justify-content: center;
    }
    #footer_main .footer-widgets-container .footer-social li a {
        width: 45px;
        height: 45px;
        font-size: 20px;
        margin-right: 5px;
    }
    .banner.form_inc .banner_content {
        padding-top: 75px;
    }
    #lightbox-form .banner.form_inc .close_lightbox.cross-btn {
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        border: 2px solid #013089;
        font-size: 30px;
    }
    #close_pop, #close_tab{
        top: 20px;
    }

    .thankyou_page #error_cont .sect_title, #error_cont .sect_title {
        font-size: 18px;
    }
    .thankyou_page #error_cont .return_prev, #error_cont .return_prev {
        font-size: 14px;
    }
    #error_cont .error_items {
        margin-bottom: 15px;
    }
    #error_cont .btn_home .btn{
        font-size: 16px;
    }

    body.home #footer_main {
        margin-bottom: 160px;
    }
    #live_stream_bar .bar_inside .bar_title {
        font-size: 22px;
    }
    #live_stream_bar .bar_inside .bar_title span {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }
    #live_stream_bar .bar_inside .btn {
        font-size: 18px;
    }

    #payment_givelittle .ibank_steps.payments_btns {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0 35px !important;
    }
    #payment_givelittle .ibank_steps {
        margin-left: 20px !important;
        padding-left: 0px;
    }
    #payment_givelittle .ibank_steps.payments_btns .steps, #payment_givelittle .ibank_steps.payments_btns .steps span {
        width: 100% !important;
        margin: 0px !important;
    }
    #payment_givelittle .ibank_steps .steps thin {
        display: block;
    }

    body.logged-in #float_menu, #float_menu {
        column-gap: 5px;
    }
    #float_menu li a {
        width: 32px;
        height: 32px;
    }
    #float_menu li a i {
        font-size: 18px;
    }

    #main_content.news_pages .posts.get_posts #pagination {
        padding: 0;
    }
    #main_content.news_pages .posts.get_posts #pagination .item.page_count {
        display: none;
    }
    #main_content.news_pages .posts.get_posts #pagination li {
        margin: 5px 3px;
    }
    #main_content.news_pages .posts.get_posts #pagination li .item_link {
        font-size: 14px;
        padding: 5px 10px;
    }


    #live_stream_video .overlay_block {
        padding: 30px 10px;
    }
    #live_stream_video .overlay_block h1 {
        font-size: 20px;
    }
    #live_stream_video .overlay_block h2 {
        font-size: 14px;
    }
    #live_stream_video .overlay_block h2:nth-child(2) {
        margin-top: -15px;
    }
    #live_stream_video .overlay_block h3 {
        font-size: 14px;
    }
    #live_stream_video .overlay_block p {
        font-size: 18px;
    }


    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock .qr_code_img {
        max-width: 150px;
    }
    .content_inner.qr_code_showing #live_stream_video .qr_code_boxblock > h2 {
        margin-bottom: 15px;
    }


}

@media (max-width: 379px){

    .banner .banner_heading>.btn_custom_desg_blue {
        font-size: 11px;
    }
    .banner.about_page .banner_heading{
        padding: 10px 25px !important;
    }
    .banner.about_page .banner_heading > .btn{
        margin-right: 6px;
    }


}
#message_history{
    display:none;
}
.message_history_htag{
    display: inline-block;

}
.span_date{
    margin-left: 10px!important;
    font-weight: 400!important;
}

/* spinner */
.message_close {
    position: sticky;
    top: 0;
    left: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid #013089;
    color: #013089;
    border-radius: 5px;
    font-size: 35px;
    box-shadow: 0 0 4px 2px rgb(255 255 255 / 80%);
    cursor: pointer;
    transition: all 0.5s;
}

.message_chat_div {
    padding: 16px;
    background: white!important;
    color: black!important;
    height: 200px;
    overflow-x: hidden;
    overflow-y: visible;
}
.message_chat_inner {
    margin-top: -40px;
}