    /**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url(./fonts/raleway-font/stylesheet.css);
@import url(./fonts/font-icon/styles.css);

.company_bio_box { padding-top: 16px; padding-bottom: 16px; }

body{
    font-family: 'Raleway';
}
.navbar_btns{
    display: flex;
    gap: 8px;
}
.main_btn{
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(32, 99, 99, 1);
    border: 2px solid rgba(32, 99, 99, 1);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
}
.main_btn:hover,
.main_btn:focus{
    color: rgba(32, 99, 99, 1);
    background: #ffffff;
    border-color: rgba(32, 99, 99, 1);
}
.secondary_btn{
    padding: 8px 16px;
    background: rgb(255, 255, 255);
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
    color: rgba(32, 99, 99, 1);
 
}

.secondary_btn_donate{
    padding: 8px 10px;
    background: rgb(255, 255, 255);
    border: 2px solid rgba(32, 99, 99, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
    color: rgba(32, 99, 99, 1);
 
}

.secondary_btn:hover,
.secondary_btn:focus{
    background: rgba(32, 99, 99, 1);
    color: #ffffff;
}

/* header css start */
.site-header .ast-container{
    max-width: 1200px;
    height: 90px;
    padding: 0 15px;
}

.header-widget-area {
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: -45px;
    width: calc(100% - 20px);
}

.site-header .main_btn{
    padding: 8px 14px;
}
.site-header.ast-logo-title-inline .ast-site-identity{
    padding: 6px 0;
}

.site-header .navbar_btns{
    justify-content: flex-end;
}

.navbar_dropdown a.dropdown_btn {
    padding: 12px 16px;
    border-radius: 8px;
    color: #000000;
    font-weight: 600;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

.navbar_dropdown {
    border: 1px solid #20636380;
    box-shadow: 4px 4px 20px 0px #0000000F;
    max-width: 200px;
    border-radius: 8px;
    position: relative;
    margin-left: auto;
}
.navbar_dropdown ul.dropdown_menu li a {
    color: #000000;
    font-size: 16px;
    padding: 12px 16px;
    display: flex;
    font-weight: 400;
    align-items: center;

}
.navbar_dropdown ul.dropdown_menu li a i {
    color: #206363;
    font-size: 19px;
    display: inline-flex;
    margin-right: 16px;
}
.navbar_dropdown ul.dropdown_menu li a img{
    margin-right: 16px;
}
.navbar_dropdown ul.dropdown_menu li {
    /* padding: 12px 16px; */
    border-bottom: 1px solid #CECECE;
}
.navbar_dropdown ul.dropdown_menu li:last-child{
    border-bottom: 0;
} 

.navbar_dropdown ul.dropdown_menu {
    opacity: 0;
    height: 0;
    display: none;
}
.navbar_dropdown.active .dropdown_btn + ul.dropdown_menu
/* .navbar_dropdown  ul.dropdown_menu:hover,
.navbar_dropdown .dropdown_btn:focus + ul.dropdown_menu,
.navbar_dropdown  ul.dropdown_menu:focus */
 {
    opacity: 1;
    height: auto;
    position: absolute;
    background: #ffffff;
    border: 1px solid #20636380;
    width: calc(100% + 2px);
    border-top: 0;
    margin-top: -7px;
    left: -1px;
    border-bottom-left-radius: 8px;
    display: block;
    border-bottom-right-radius: 8px;
}

.navbar_dropdown.active .dropdown_btn i{
    transform: rotate(-180deg);
    /* margin-top: -5px; */
    display: inline-flex !important;
}

.navbar_dropdown .dropdown_btn i{
    display: inline-flex !important;
}

body .home_banner:before {
    content: '';
    background: url(./images/home-banner-bg.png);
    top: -110px;
    left: 0;
    position: absolute;
    width: calc(100% - 35%);
    z-index: 0;
    height: calc(100% + 100px);
    background-size: cover;
}

.banner_right_img:after{
    content: '';
    width: 127px;
    height: 127px;
    background: #C74A5C;
    border-radius: 8px;
    position: absolute;
    top: -18px;
    right: -8px;
    z-index: -1;
}

.banner_right_img img {
    box-shadow: 20px 20px 40px 0px #00000033 !important;
}

/* .banner_right_img img:after{
    content: '';
    background-image: url(./images/banner-arrow.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
} */
body .home_banner:after {
    content: '';
    background-image: url(./images/banner-arrow.svg);
    position: absolute;
    right: 0px;
    /* right: 0; */
    bottom: 0;
    width: 610px;
    height: 310px;
    background-repeat: no-repeat;
    z-index: -1;
}
.bannersearch form {
    display: flex;
    background: #ffffff;
    padding:10px 24px 10px 27px;
    border-radius: 16px;
    align-items: center;
    width: calc(100% - 68px);
}
.bannersearch form input {
    padding: 0 0 0 22px;
    border: 0;
    font-size: 15px;
    box-shadow: none;
    color: #666666;
    font-family: 'raleway';
    background: url(./images/search.svg) left center no-repeat;
}
.bannersearch form input:focus{
    border: 0;
    outline: none;
}
.bannersearch form input::placeholder{
    color: #666666;
    font-family: 'raleway';
}
.bannersearch .main_btn {
    padding: 2px 22px;
    font-weight: 400;
}
.bannersearch .main_btn:hover{
    border-color:  rgba(32, 99, 99, 1);
}
.leftsubtitle .elementor-heading-title{
    display: inline-block;
    position: relative;
}
.leftsubtitle .elementor-heading-title:after {
    content: url(./images/subtitle-border.svg);
    bottom: -9px;
    position: absolute;
    right: 15px;
    z-index: -1;
}
.membership_section:after {
    content: '';
    position: absolute;
    left: -209px;
    background-image: url(./images/member-bg.png);
    bottom: 0px;
    width: 600px;
    height: 397px;
    z-index: 0;
    background-repeat: no-repeat;
}
.listing_sec{
    position: relative;
}
body .listing_sec:before {
    content: '';
    background: url(./images/frame-top.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}
body .listing_sec:after {
    content: '';
    background: url(./images/frame-top.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    rotate: 180deg;
    height: 100px;
    z-index: 1;
}

.listing_sec .leftsubtitle .elementor-heading-title:after{
    right: -10px;
    z-index: -1;
}
.listing_sec .elementor-heading-title{
    position: relative;
    z-index: 1;
}
 /* Basic styles for the cards */
 .aksis-business-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    row-gap: 40px;
    padding: 28px 0 40px;
}
.aksis-card {
    background: #fff;
    border-radius: 25px;
    padding: 55px 25px 25px 25px;
    text-align: left;
    box-shadow: 6px 6px 40px 0px #0000001A;
    display: flex;
    flex-direction: column;
    max-width: 370px;
    justify-content: space-between;
}
.aksis-business-cards .aksis-card img{
    height: 100px;
    width: auto;
    object-fit: contain;
}
.aksis-logo {
    max-width: 100px;
    margin-bottom: 15px;
}
.aksis-card h4 {
    color: #000000;
    font-size: 16px;
    margin: 9px 0 0;
    font-weight: 400;
    font-family: 'Raleway';
}
.aksis-card .ak-title {
    font-family: 'Raleway';
    color: #075459;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 24px;
}

.aksis-card .ak-title:hover{
    color: #000000;
}

.aksis-card .ak-title:hover{
    color: #000000;
}

.aksis-card p {
    font-family: 'Raleway';
    color: #000000;
    font-size: 16px;
    margin: 13px 0 5px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 44px;
}
.aksis-location {
    font-size: 20px;
    color: #000000;
    margin: 8px 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 24px;
    font-family: 'Raleway';
}   
.aksis-location i {
    font-size: 11px;
    color: #ffffff;
    background: #206363;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.aksis-button {
    background-color: #206363;
    color: #fff;
    padding: 8px 18px;
    border: 1px solid #206363 !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 300;
    justify-content: center;
    text-decoration: none !important;
    font-family: 'Raleway';
}
.aksis-button:hover {
    background-color: #ffffff;
    color: #206363;
}
.aksis-button i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    color: #075459;
    margin-left: 12px;
    font-size: 8px;
}
.aksis-button:hover i{
    background-color: #206363;
    color: #fff;
    border-color: #206363;
}

.viewall_btn i,
.load-more-container .aksis-button i{
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #075459;
    border-radius: 50%;
    color: #ffffff;
    margin-left: 9px;
    font-size: 8px;
}

.viewall_btn .elementor-button-text{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.newsletter_subscription .privacypolicy_text a{
    color: #666666;
}

.newsletter-section form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.newsletter-section form .form-control {
    padding: 10px 12px;
    height: auto;
    border-radius: 30px;
    border: 0;
    color: #666666;
    width: calc(100% - 32.35%);
}

.newsletter-section form .main_btn {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.newsletter-section form .main_btn:hover{
    border-color: #206363;
}


.membership-card h3 {
    font-size: 20px;
    color: #333;
}


.membership-card ul li{
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: #191D23;
    margin-bottom: 17px;
    align-items: center;
}
.membership-card ul li:last-child,
.membership-card ul {
    margin-bottom: 0;
}
.membership-card ul li p{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0;
}

.membership-card ul li span:nth-child(2){
    color: #5C283F;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
}
.membership-plans {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 42px 0;
}
.membership-card {
    border: 1px solid #546E7A;
    border-radius: 17px;
    padding: 40px 23px;
    width: 370px;
}
.membership-card h3 {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight: 700;
    line-height: 25.83px;
    text-align: left;
    margin-bottom: 12px;
}
.membership-card p {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    margin-bottom: 20px;
}
.membership-card h2 {
    font-family: 'Raleway';
    font-size: 56px;
    font-weight: 600;
    line-height: 65.74px;
    text-align: left;
    color: #191D23;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 23px;
}
.membership-card h2 span {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 300;
    line-height: 18.78px;
    color: #4B5768;
}

.membership-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-top: 40px;
}
.membership-card li {
    margin-bottom: 5px;
}
.membership-card li img {
    vertical-align: middle;
    margin-right: 3px;
}

/* Specific card background colors */
.membership-card.indigenous-memberships {
    background: url(./images/card-first-bg.png);
    background-size: cover;
}

.membership-card.non-indigenous-memberships {
    background: url(./images/card-second-bg.png);
    background-size: cover;
}

.membership-card.not-for-profit-organizations {
    background: url(./images/card-first-bg.png);
    background-size: cover;
}

.membership-card.non-indigenous-memberships ul li img {
    filter: brightness(5);
}

.membership-card .main_btn {
    font-family: 'raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 23.78px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    text-decoration: none !important;
    background-color: #037966;
    border-color: #037966;
}
.membership-card .main_btn:hover{
    background-color: #ffffff;
}
.membership-card ul li div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.membership-card ul li div:nth-child(1) p span:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    COLOR: #191D23;
    display: block;
    width: 100%;
    font-weight: 400;
    /* margin-left: 32px; */
}
.membership-card.non-indigenous-memberships h3,
.membership-card.non-indigenous-memberships p,
.membership-card.non-indigenous-memberships h2,
.membership-card.non-indigenous-memberships span,
.membership-card.non-indigenous-memberships ul li span:nth-child(2),
.membership-card.non-indigenous-memberships ul li div:nth-child(1) p span:nth-child(2) {
    color: #ffffff;
}

.membership-card.non-indigenous-memberships div i.icon{
    font-size: 24px;
    color: #ffffff;
    display: flex;
}

.membership-card.non-indigenous-memberships .main_btn{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #037966;
}

.membership-card.non-indigenous-memberships .main_btn:hover{
    background-color: #037966;
    border-color: #ffffff;
    color: #ffffff;
}

body .membership_section:after {
    content: '';
    background: url(./images/member-left-arrow.png) no-repeat center;
    width: 477px;
    height: 768px;
    /* bottom: -238px; */
    bottom: -258px;
    left: 110px;
    z-index: -1;
    position: absolute;
}
body .membership_section.planning:before {
    content: '';
    background: url(./images/plantop-left.png) no-repeat center;
    width: 767px;
    height: 477px;
    top: -250px;
    left: -150px;
    z-index: -1;
    position: absolute;
}

body .membership_section.planning:after {
    content: '';
    background: url(./images/plan-bottom.png) no-repeat center;
    width: 477px;
    height: 768px;
    bottom: -248px;
    /* left: 65px; */
    left: 0;
    z-index: -1;
    position: absolute;
}
body .membership_section.planning .e-con-inner:after {
    content: '';
    background: url(./images/planright.png) no-repeat right;
    width: 492px;
    height: 768px;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}
.joinnow_section:after{
    content: '';
    background: url(./images/planright.png) no-repeat center;
    width: 477px;
    height: 768px;
    top: -275px;
    /* right: 50px; */
    right: 0;
    z-index: -1;
    position: absolute;
}

.joinbtn i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #206363;
    margin-left: 9px;
    font-size: 8px;
}
.joinbtn:hover i{
background: #206363;
color: #ffffff;
}

/* footer design css */

.site-footer .site-footer-primary-section-1 {
    padding-left: 55px;
}

.site-footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
}


.site-footer .site-footer-section-1{
    width: calc(50% - 10px);
}
.site-footer .site-footer-section-2,
.site-footer .site-footer-section-3 {
    width: calc(25% - 10px);
}

.site-footer .site-footer-section-4{
    width: 100%;
}
.site-footer{
    background: url(./images/footer.png);
}
.site-footer .widget-title,
.site-footer .wp-block-heading{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.site-footer ul li .menu-link{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
}
.footercopyright ul {
    list-style: none;
    display: flex;
}
.footercopyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footercopyright .sociallinks{
    gap: 16px;
} 

.footercopyright .sociallinks li a i{
    font-size: 0;
    color: #ffffff;
    background: #C64A5D;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.footercopyright .sociallinks li a i::before{
    font-size: 16px;
}
.site-footer .site-footer-primary-section-3 .widget_block ul li{
    padding: 8px 0;
    margin-bottom: 8px;
}
.site-footer .site-footer-primary-section-3 .widget_block ul li:last-child{
    margin-bottom: 0;
}
.site-footer .site-footer-primary-section-3 .widget_block ul li a{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    gap: 12px;
}

.site-footer .site-footer-primary-section-3 .widget_block ul li a:hover{
    color: #ffffffad;
}

.site-footer .site-footer-primary-section-3 .widget_block ul li a i{
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C64A5D;
    border-radius: 50%;
}
.footercopyright ul{
    margin: 0;
    gap: 24px;
}
.footercopyright ul li,
.footercopyright ul li a{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 21px;
text-decoration: none;}

.footercopyright ul:first-child  li:not(:first-child) a{
    text-decoration: underline;
}
.site-footer-primary-section-2 .menu-item {
    padding: 5px 0;
    margin-bottom: 4px;
}
.site-footer-primary-section-2 .menu{
    margin-top: 20px;
}

.site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
    border-top: 1px solid #f6f6f652;
    padding-top: 30px;
    margin-top: 13px;
}

.header-widget-area img {
    max-width: 100px;
}
.menu-toggle-close:focus,
.menu-toggle:focus{
    border: 0 !important;
    outline: none;
}
.ahfb-svg-iconset svg {
    width: 33px;
    height: 31px;
    transition: none;
    color: #000000;
}
.membership-card{
    background-size: cover;
}
body .economycard div:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/member-b.png);
    background-position: right;
    position: absolute;
    right: -100px;
    top: -70px;
    width: 180px;
    height: 130px;
    background-repeat: no-repeat;
}
body .economycard .elementor-widget-container{
    position: relative;
    overflow: hidden;
}
.page-id-31 .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.page-id-31 .ast-button-wrap .ast-mobile-menu-trigger-outline{
    fill: #ffffff !important;
    border-color: #ffffff !important;
}

.site-footer .site-footer-primary-section-3 .widget_block ul li:hover i,
.footercopyright .sociallinks li:hover a i{
    background-color: #ffffff;
}
.site-footer .site-footer-primary-section-3 .widget_block ul li:hover i:before,
.footercopyright .sociallinks li:hover a i:before{
    color: #C64A5D;
}
.site-footer ul li .menu-link:hover{
    opacity: 0.6;
}
#ast-scroll-top{
    background-color: #037966;
}
#ast-scroll-top:focus{
    border: 0;
}

/* =========memberlisting page css start ========== */
.searchsection{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.filter-group{
    display: flex;
    gap: 16px;

}
.searchsection .form-control {
    max-width: 670px;
    border: 1px solid #d0d0d0;
    padding: 11px 24px 11px 52px;
    background: url(./images/search-grey.svg) left 24px center no-repeat;
    color: #666666;
    font-family: 'Raleway';
    font-size: 16px;
    border-radius: 8px;
    height: auto;
}
.searchsection .form-control:focus{
    border: 1px solid #666666;
    outline: none;
}
.filter-group select {
    width: max-content;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    appearance: none;
    background: url(./images/select-dropdown.svg) right 10px center no-repeat;
    padding: 11px 36px 11px 16px;
    height: auto;
}
.filter-group select:focus{
    border: 1px solid #666666;
    outline: none;
}

/* Base Dropdown Styling */
.filter-group .form-select {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}


/* Custom Arrow for Dropdowns */
.filter-group .form-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    pointer-events: none; /* Prevent interaction */
}

/* Hover Effects */
.filter-group .form-select:hover {
    border-color: none;
}

/* Remove native arrows in WebKit browsers */
.filter-group .form-select::-webkit-inner-spin-button,
.filter-group .form-select::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.load-more-container{
    margin-top: 50px;
}

.load-more-container .aksis-button {
    width: max-content;
    margin: 0 auto;
    background: #ffffff;
    color: #206363;
    border: 1px solid #206363;
    font-weight: 500;
    padding: 10px 16px;
}
.load-more-container .aksis-button:hover{
    background-color: #206363;
    color: #ffffff;
} 
.load-more-container .aksis-button:hover i{
    background: #ffffff;
    color: #206363;
}

.aksis-button:focus{
    background: initial !important;
    color: #313131;
}
.aksis-button:focus i{
    background-color: #075459;
    color: #ffffff;
}

/* membership detail page design */
.breadcrumb_section {
    background: url(./images/header-background.png) no-repeat;
    padding: 80px 0;
    background-size: cover;
}
.breadcrumb_section .container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.breadcrumb_section .backarrow,
.elementor_back .backarrow {
    position: absolute;
    left: 15px;
    cursor: pointer;
    text-decoration: none !important;
}
.elementor_back .backarrow {
    margin-top: -62px;
}
.breadcrumb_section .backarrow i,
.elementor_back .backarrow i{
    background: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #206363;
}
.elementor_back .backarrow  i{
    color: #000;
}
.breadcrumb_section h2{
font-family: 'Raleway';
font-size: 40px;
font-weight: 700;
line-height: 48px;
color: #ffffff;
text-align: center;
display: block;
}
.ast-container .inner_fullwidth {
    width: 100%;
}
.detailmain_section .container{
    max-width: 1170px;
    margin: 0 auto;
}
.detailbox {
    margin-top: 66px;
    margin-bottom: 66px;
    box-shadow: 0px 0px 40px 2px #0000001A;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 16px;
}
.headerbox {
    margin: 20px 32px 0;
    border: 1px solid #2063634D;
    padding: 40px 40px 30px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    z-index: 1;
}
.headerbox:before{
    content: '';
    background: url(./images/headersection-before.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
}
.boximg {
    width: 160px;
    height: 160px;
    background: #ffffff;
    box-shadow: 4px 4px 20px 0px #0000001A;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    font-style: italic;
    padding: 10px;
    z-index: 1;
    position: relative;
}
.boximg  img{
    object-fit: contain;
}
.category_address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
}
.category_address h3 span:first-child {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 23.48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.category_address h3 span.main_title{
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 700;
    line-height: 37.57px;
    text-align: left;
    margin-bottom: 0;
    display: block;
    color: #206363;
    margin-top: 5px;
}
.category_address .aksis-location{
    margin-bottom: 0;
}
.contentbox {
    background: #206363;
    padding: 155px 31px 30px;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-top: -124px;
    position: relative;
}
.contentborder {
    border: 1px solid #FFFFFF33;
    padding: 16px 40px 12px 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    gap: 50px;
}
.contect_column {
    display: flex;
    gap: 8px;
}
.contentbox .lighttext {
    margin-bottom: 0;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    padding-top: 4px;
}
a.boldtext, span.boldtext {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    padding-top: 7px;
    display: inline-block;
}
a.boldtext:focus, span.boldtext:focus{ outline: none; }
.contect_column a.boldtext:hover { opacity: 0.7; }
.contect_column i {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #206363;
}

.scroll_nav > ul {
    margin: 0;
    list-style: none;
}

.scroll_nav > ul li a{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #206363;
}

.scroll_nav > ul li a:focus{
    outline: none;
}

.scroll_nav {
    padding: 24px 32px;
}
.overview_content p{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313131;
}
.scroll_nav > ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}
.scroll_nav > ul li {
    position: relative;
    padding: 22px 10px;
}
.scroll_nav .active a.detail_common_title:after {
    /* border-bottom: 2px solid #206363; */
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #206363;
}
.overview_content {
    padding-top: 26px;
}
.detail_common_title{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #206363;
}
.company_detail_box {
    border: 1px solid #20636366;
    padding: 24px 40px 18px 40px;
    border-radius: 16px;
    margin-top: 31px;
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
}
.detail_list {
    display: flex;
    gap: 6px;
}
.detail_list.pdf_upload .content {
    width: 100%;
}
.detail_list > i {
    width: 28px;
    height: 28px;
    background: #206363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
}
.detail_list .content .title{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #313131;
    margin-bottom: 10px;
}
.detail_list .content .answer{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #313131;
    margin-bottom: 0;
}
.social_media ul li {
    padding: 0;
}
.social_media ul{
    gap: 24px;
    display: flex;
    margin: 0;
    list-style: none;
}

.company_detail_box .left_section {
    width: 50%;
}   
.company_detail_box  .right_section {
    width: 50%;
}

.detail_list.tag_container {
    width: 85%;
}
.detail_list.tag_container ul {
    list-style: none;
    margin: 0 !important;
}

.detail_list:not(:last-child){
    border-bottom: 1px solid #dddddd;
    padding-bottom: 23px;
    margin-bottom: 24px;
}

.detail_list.tag_container ul li {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313131;
    border: 1px solid;
    border: 0.5px solid #20636387;
    padding: 3px 9px;
    border-radius: 8px;
}

.detail_list.pdf_upload ul li:not(:last-child) {
    margin-bottom: 12.5px;
}

.detail_list.tag_container ul {
    list-style: none;
    margin: 0 !important;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}
.detail_list.tag_container .content {
    width: calc(100% - 33px);
}
.detail_list > img {
    width: 28px;
    height: 28px;
    background: #206363;
    border-radius: 50%;
    padding: 6px;
}
.content ul {
    list-style: none;
    margin: 0;
}

.content ul li {
    display: flex;
    justify-content: space-between;
}

.company_detail_box .left_section {
    width: 39%;
}
.company_detail_box  .right_section {
    width: 48%;
}
.detail_list.pdf_upload li span {
    font-weight: 600;
    color: #000;
}
.detail_list.pdf_upload li i {
    color: #983030;
    font-size: 21.5px;
}
.media_gallery_box {
    margin-top: 20px;
    border: 1px solid #20636366;
    padding: 24px 19px;
    border-radius: 16px;
    /*display: flex;
    gap: 24px;
    flex-wrap: wrap;*/
}
/*.media_gallery_box .img_thumbnail {
    position: relative;
    padding: 11.65%;
    background: #c4c4c4;
}
.media_gallery_box .img_thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}*/
.footer_before_section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_before_section{
    margin-top: 80px;
    position: relative;
    margin-bottom: 80px;
}
.image_section {
    border-radius: 16px;
    overflow: hidden;
}
.join_now_section {
    display: flex;
    position: absolute;
    max-width: 1170px;
    bottom: 0;
    background: #ffffffe8;
    padding: 24px 40px;
    border-radius: 16px;
    gap: 16px;
    align-items: center;
}
h3.join_title {
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    color: #206363;
}
.join_now_section .paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 16px;
}
.first_area {
    width: calc(100% - 153px);
}

button.main_btn .icon,
 .main_btn .icon {
    width: 24px;
    height: 24px;
    background: #ffffff;
    color: #206363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.second_area i {
    background: #ffffff;
    color: #206363;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.second_area .main_btn {
    padding: 7px 15px;
    border-radius: 8px;
    background: rgba(32, 99, 99, 1);
    border: 2px solid rgba(32, 99, 99, 1);
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(32, 99, 99, 1);
}

.second_area .main_btn:hover{
    background: #ffffff;
    color: #075459;
} 

.second_area .main_btn:hover i{
    background: #206363;
    color: #ffffff;
}   

/*-------- registration flow---------- */
.page-template-user_registration .site-header, .site-header{
    box-shadow: 0px 20px 40px 0px #0000001A;
    background-color: white;
}
.home.page-template-default .site-header{
    box-shadow: none;
}

.page-template-user_registration header .ast-container,
.page-template-event_page header .ast-container,
.page-id-819 .site-header .ast-container{
    max-width: 1200px;
    padding: 0 15px;
}
.login_flow,
.pmpro-login .login_flow {
    margin: 80px 0;
    width: 100%;
}
.login_inner_section {
    display: flex;
    gap: 30px;
    /* align-items: center; */
}
.login_left_area,
.login_right_area {
    width: 50%;
}
.login_right_area {
    padding-right: 25px;
    /* padding-top: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.page-template-user_registration .ast-container,
.page-template-custom_cart .ast-container,
.pmpro-checkout .ast-container,
.pmpro-confirmation .ast-container {
    max-width: 1440px;
    padding: 0;
}

.single-members-list .ast-container{
    max-width: 100%;
    padding: 0;
}

.pmpro-checkout  #primary,
.pmpro-confirmation #primary{
    margin-top: 0 !important;
}

.page-template-user_registration .site-content,
.page-template-custom_cart .site-content,
.pmpro-checkout .site-content,
.pmpro-confirmation .site-content{
    position: relative;
}
.login_form {
    width: 100%;
    max-width: 532px;
    margin: 0 auto;
    border: 1px solid #20636333;
    padding: 40px 38px;
    border-radius: 40px;
    box-shadow: 3px 3px 40px 0px #0000000F;
}
.login_title,
 h2.login_title {
    font-family: 'Raleway';
    color: #206363;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
}
.login_sub_title,
h4.login_sub_title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1c1c1c;
    max-width: 339px;
    margin: 0 auto;
}
.form-group label{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
}
.form-group input {
    border: 1px solid #206363;
    padding: 10px 24px;
    font-family: 'Raleway';
    color: #206363;
    margin-top: 9px;
    border-radius: 9px;
    height: auto;
    font-weight: 600;
    font-size: 14px;
}

.form-group input::placeholder{
    color: #808080;
    font-weight: 400;
}

.form-group input:focus{
    border: 1px solid #206363;
}

.form-group{
    margin-bottom: 16px;
}
.form-group-wrap {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}
.form-group .checkbox_label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #383838;
    display: block;
    user-select: none;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}
.checkbox_label a{
    color: #206363;
    font-weight: 700;
}
label.checkbox_label input {
    width: 0;
    height: 0;
    margin-top: 0;
    position: absolute;
}
.checkbox_label input{
    opacity: 0;
}
.checkbox_label span{
    width: 16px;
    height: 16px;
    border: 1px solid #C2C2C2;
    position: absolute;
    left: 0;
    border-radius: 4px;
}
.checkbox_label span:after {
    content: '';
    top: 2px;
    left: 2px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    width: 10px;
    height: 6px;
    transform: rotate(-45deg);
    position: absolute;
  display: none;
}

.checkbox_label input:checked ~ span:after{
    content: '';
   display: block;

}
.registration_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 24px auto;
    margin-bottom: 0;
    color: #1c1c1c;
}
.login_main_form .main_btn {
    background: #206363;
    box-shadow: 0px 4px 19px 0px #7793414D;
    border: 2px solid #206363;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
    padding: 12px;
    margin-top: 20px;
    border-radius: 10px !important;
    overflow: hidden;
}
.login_main_form .main_btn:hover,
.login_main_form .main_btn:focus{
    background: #ffffff;
    color: #206363;
    border: 2px solid #206363;
}
.registration_txt a { color: #005B45; font-weight: 700; }
.form-group label.error, #g-recaptcha-response-error { font-size: 14px; color: red; }
.login_left_area {
    background: url(./images/login-flow-bg.png);
    text-align: center;
    padding: 44px 0 67px;
    border-radius: 0 40px 40px 0;
    position: relative;
    height: 900px;
}
.login_left_area:before {
    content: url(./images/login-flow-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    z-index: -1;
    transform: translateX(-100%);
}
.login_left_area:after {
    content: '';
    background: url(./images/reg-bottom-right.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 557px;
    height: 363px;
    z-index: 0;
}
.login_inner_section:before {
    content: '';
    background: url(./images/reg-top-left.png);
    position: absolute;
    left: 0;
    top: 80px;
    width: 221px;
    height: 179px;
    z-index: 1;
    background-repeat: no-repeat;
}

.login_left_title {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin: 12px auto 52px;
    width: 77%;
    /* margin: 0 auto; */
}
.registration_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    width: 92%;
    justify-content: center;
    margin-left: 25px;
    z-index: 11;
    position: relative;
}
.registration_gallery .media_img img {
    object-fit: cover;
    border-radius: 8px;
    border: 3.78px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 4.73px 4.73px 18.92px 0px #0000001A;
    max-width: 203px;
}
.registration_gallery .media_img:nth-child(2) {
    margin-top: 42px;
}
.registration_gallery .media_img:nth-child(3){
    margin-top: -42px;
}
.login_left_area img:nth-child(2) {
    max-width: 316px;
    display: block;
    margin: 17px auto 0;
}
.login_left_area img {
    position: relative;
    z-index: 2;
}
.login_right_area.verify_email_msg .login_form {
    max-width: 438px;
}
/* ====== */
.pmpro-login div#content {
    position: relative;
}

.pmpro-login .ast-container{
    max-width: 1440px;
}
.pmpro-login div#primary {
    margin: 0 !important;
}
.login_flow .pmpro_card{
    box-shadow: none;
    border: 0;
    padding: 0;
}
p.login-username label {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.pmpro_card input{
    border: 1px solid #206363;
    padding: 12px;
}
.login_flow .pmpro_card_content{
    padding: 0 !important;
}
.login_flow .pmpro_card input {
    border: 1px solid #206363 !important;
    padding: 10.5px !important;
    height: auto;
    font-size: 14px !important;
}

.login_flow .pmpro_card input:focus{
    box-shadow: none !important;
    border: 1px solid #206363 !important;
}

.login_flow  p.login-username,
.login_flow  p.login-password {
    gap: 12px !important;
}

.login_flow .pmpro_form_field-password-toggle{
    opacity: 0;
}
.login_flow p.login-submit input {
    background: #206363 !important;
    box-shadow: 0px 4px 19px 0px #7793414D;
    font-size: 16px !important;
    line-height: 24px !important;
    height: auto;
    padding: 12px !important;
    font-family: 'Raleway';
    color: #ffffff;
    border: 1px solid #206363 !important;
}

.login_flow p.login-submit input:hover{
    background: #ffffff !important;
    color: #206363 !important;
} 
/* .pmpro-login  .ast-article-single header .entry-title{
    display: none;
} */

.pmpro-login .site-header {
    box-shadow: 0px 20px 40px 0px #0000001A;
}

.login_right_area .notice {
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: max-content;
    margin: 0 auto 15px;
    font-size: 17px;
}
.login_right_area  .notice.email-verified {
    border-color: green;
    background:     rgba(0, 128, 0, 0.178);
}

.login_right_area .notice.email-not-verified{
    border-color: red;
    background: rgba(255, 0, 0, 0.219);   
}

/* add new listing page */

.listing-form-container {
    max-width: 1170px;
    margin: 66px auto;
    padding: 37px 42px;
    background: #ffffff;
    border: 1px solid #DDE2E5;
    border-radius: 20px;
}

.listing-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    row-gap: 24px;
}
.listing-form .form-row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.listing-form label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.listing-form input, 
.listing-form select,
.listing-form textarea,
.listing-form .select2-selection__rendered,
.pmpro_box input,
.pmpro_password input {
    padding: 14px 15px !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    background: #EFF1F999;
    height: auto;
    font-weight: 600;
    color: #000000;
}
.pmpro_password input:focus{
    background-color: #e3e3e3;
}
.listing-form textarea{
    width: 100% !important;
}
.pmpro_box .form-row {
    margin-bottom: 24px;
}
.pmpro_box .main_btn{
    min-width: 322px;
}
.pmpro_box .form-group-wrap .form-row {
    width: 50%;
}
ul.parent_list {
    margin: 0;
}
.pmpro_password .form-row {
    margin-bottom: 24px;
}
/* 
.listing-form .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered{
    background: #EFF1F999;

} */
.listing-form .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #f5f7fb;
    /* font-weight: 500; */
    /* color: #ABAFB1; */
    color: #000000;
    font-weight: 600;
    font-size: 14px !important;
}

.page-template-add_new_listing  span.select2-dropdown.select2-dropdown--below {
    /* margin-top: 31px; */
    background: #EFF1F9;
    border: 0;
    box-shadow: 3px 5px 10px -4px #00000026;
}
.page-template-add_new_listing span.select2-dropdown.select2-dropdown--above {
    background: #f5f7fb;
    margin-top: 40px;
    border: 0;
}

.page-template-add_new_listing  .select2-container .select2-results__option{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.page-template-add_new_listing .select2-container--default .select2-selection--multiple{
    border: 0;
}

.listing-form .custom-select +  .select2-container--default .select2-selection--single {
    border: 0;}

.listing-form input::placeholder, 
.listing-form select::placeholder{
    color: #ABAFB1;
    font-weight: 400;
}

.listing-form input:focus, 
.listing-form select:focus{
    outline: none;
    box-shadow: none;
    border: none;
    background: #eff1f9;
} 

.listing-form input[type="file"] {
    padding: 0;
}

.listing-form .form-actions {
    grid-column: span 2;
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-top: 44px;
}

.listing-form .form-actions a{
    text-align: center;
    display: inline-block;
    padding: 9.5px 10px;
}

.listing-form .btn,
.listing-form .btn:focus  {
    background: #206363;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 16.5px 10px;
    min-width: 180px;
    border: 2px solid #206363;
    border-radius: 12px;
}

/* .listing-form .btn-cancel {
    background: #6c757d;
    color: #fff;
}

.listing-form .btn-submit {
    background: #28a745;
    color: #fff;
} */


.listing-form .btn:hover{
    background: #ffffff;
    color: #206363;
}

.page-template-add_new_listing .ast-container,
.page-template-event_page .ast-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.page-template-add_new_listing header .ast-container,
.pmpro-login header .ast-container,
.single-members-list header .ast-container {
    max-width: 1210px;
}

.pmpro_card_actions {
    background: none !important;
    text-align: center;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
    padding: 0 !important;
    border-top: 0 !important;
}

.pmpro_card_actions p a{
    color: #005B45;
    font-weight: 700;
    text-decoration: none !important;

}
.pmpro_lost_password-instructions{
    display: none;
}
p.login-remember {
    text-align: right;
    justify-content: end;
   
}
p.login-remember a{
    color: #005B45 !important;
    font-family: 'Raleway';
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-decoration-line: underline;
}
p.login-remember a:hover,
.pmpro_card_actions p a:hover{
    color: #000000 !important;
}
p.login-remember a:focus{
    outline: none;
    border: none;
}

.pmpro_actions_nav p {
    margin-bottom: 0;
}

.pmpro_section {
    margin-bottom: 0 !important;
}

.form-row label{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    color: #000000;
    margin-bottom: 12px;
}
.pmpro_lost_password_wrap .pmpro_actions_nav {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pmpro_lost_password_wrap .pmpro_actions_nav a{
    color: #206363 !important;
    text-decoration: none;
    font-weight: 700;
}
p.pmpro_lost_password-instructions + .pmpro_spacer {
    margin: 0 !important;
}

.login_flow .pmpro_card .pmpro_form_submit input {
    border: 1px solid #206363 !important;
    padding: 14px !important;
    height: auto;
    font-size: 16px !important;
    min-height: auto;
    font-weight: 500;
    width: 100%;
    background: #206363;
}

.login_flow .pmpro_card .pmpro_form_submit input:hover{
    background: #ffffff !important;
    color: #206363;
}
.login_flow .pmpro_form_field-password-toggle {
    opacity: 1;
    display: none;
}
.pmpro_cols-2{
    flex-wrap: wrap !important;
}
.login_flow .pmpro_form_field{
    width: calc(100% - 0px) !important;
}
/* .login_flow p.pmpro_form_hint,
.login_flow div#pass-strength-result {
    display: none !important;
} */
input[type="file"]::file-selector-button {
    background-color: #206363;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 0;
    cursor: pointer;
}
.file-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #eff1f999;
    border-radius: 8px;
    border: 0;
    padding: 1.16px 0px 1.16px 15px;
    cursor: pointer;
    width: 100%;
}
.file-input-container input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-input-container  span.file-label {
    flex-grow: 1;
    color: #aaa;
    font-size: 14px;
}
.file-input-container  span.file-icon {
    background: #206363;
    padding: 11.2px 17px;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-input-container span.file-icon i {
    color: #ffffff;
    font-size: 18px;
}
.uploaded-file {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 17px 16px;
}

.file-preview {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.file-preview i {
    font-size: 16px;
    color: #0f5f5d;
}

.file-name {
    font-weight: bold;
}

.file-status {
    color: #ABAFB1;
    font-size: 16px;
    font-weight: 600;
}

.delete-icon {
    margin-left: auto;
    color: red;
    cursor: pointer;
}

.delete-icon i {
    font-size: 18px;
    display: inline-flex;
}
.tooltip_popup {
    background: #ffffff;
    position: absolute;
    margin-top: -76px;
    max-width: 370px;
    margin-left: 55px;
    display: none;
}

a.tooltip_button:hover + .tooltip_popup{
    display: block;
    cursor: pointer;
}

.tooltip_popup p {
    padding: 11px 22.5px;
    background: #ffffff;
    margin-bottom: 0;
    box-shadow: 1px 1px 10px #00000017;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 11;
}

.tooltip_popup:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -7px;
    left: 14px;
    box-shadow: 1px 1px 10px #00000038;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 0;
}


span.only_icon {
    background: #206363 !important;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 30px;
    /* bottom: 0; */
    padding: 18px;
    display: inline-flex;
    border-radius: 0 8px 8px 0;
}
span.only_icon i {
    display: inline-flex;
}

.listing-form select {
    appearance: none;
    background: #EFF1F999 url(./images/dropdown-grey.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
    height: 52px;
}
.event_main_img_txt{
    display: flex;
    gap: 20px;
    align-items: center;
}

.event-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px 24px;
    box-shadow: 10px 10px 40px 0px #00000026;
    margin-bottom: 22px;
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
}
.event_main {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 20px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.event-date {
    background: #F8F4E7;
    padding: 22.5px 15.5px;
    border-radius: 16px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    min-width: 112px;
    justify-content: center;
}
.event_img:before {
    content: '';
    background: url('./images/border-right.svg');
    position: absolute;
    width: 1px;
    height: 120px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.date_number {
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: center;
    color: #206363;
    margin-bottom: 10px;
}
.month {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: #206363;
}
.event_img img{
    border-radius: 8px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.event_img {
    width: 210px;
    height: 120px;
    padding-left: 40px;
    position: relative;
}


h5.event_name {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #206363;
    margin-bottom: 14px;
}
.event_address {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    margin-bottom: 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #000000;
}
.join-btn {
    background: #005f3f;
    color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    text-decoration: none;
}
.join-btn:hover {
    background: #00452e;
    color: #fff;
}
.inner_container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
section.upcoming_section {
    background-color: #ffffff;
    padding: 30px 0 59px;
}
.event_title{
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #206363;
    margin-bottom: 0;
}
.filter_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
.page-template-event_page .breadcrumb_section{
    padding: 81px 0;
}
.event_txt {
    max-width: 347px;
}
.event_time p{
    margin-bottom: 0;
    text-align: center;
}
.event_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.event_time i {
    width: 28px;
    height: 28px;
    background: #206363;
    display: inline-flex;
    color: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.joint_event_btn .main_btn {
    min-width: 189px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

.joint_event_btn a.main_btn i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    background: #ffffff;
    color: #206363;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 12px;
}
.joint_event_btn a.main_btn:hover i {
    background: #206363;
    color: #ffffff;
}
section.event_schedule_sec {
    margin: 65px 0;
}
.event_schedule_sec  h2.event_title {
    margin-bottom: 40px;
}
.event_schedule_sec .row-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.card_column {
    width: calc(33.33% - 19.95px);
}
.event-schedule-card {
    padding: 24px;
    box-shadow: 10px 10px 40px 0px #00000026;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #ffffff;
}
.event_schedule_sec ul.card_list {
    margin: 0;
    list-style: none;
}
.event_schedule_sec ul.card_list span.icon {
    background: #206363;
    width: 24px;
    height: 24px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    margin-right: 12px;
}
.event_schedule_sec ul.card_list li {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 12px;
    display: flex;
}

.event_schedule_sec ul.card_list li .icon-19{
    display: inline-flex;
}
.event_schedule_sec h5.card_title {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #206363;
    min-height: 56px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event_schedule_sec .card_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 50%;
    margin-bottom: 20px;
}
.event_schedule_sec .card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_schedule_sec ul.card_list span.address {
    width: calc(100% - 36px);
}

.event_schedule_sec .card_btn {
    margin-top: 24px;
}

/* .filter_div input[type="date"] {
    min-width: 240px;
    padding: 7px 16px;
    height: auto;
    border: 1px solid #44444444;
    border-radius: 8px;
} */

.filter_div input[type="month"] {
    min-width: 240px;
    padding: 7px 16px;
    height: auto;
    border: 1px solid #44444444;
    border-radius: 8px;
    z-index: 1;
    background: transparent;
}

.filter_div .custom-datepicker {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
}
.filter_div span.calendar-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #555;
    z-index: 0;
}


.filter_div input[type="month"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.joint_event_popup {
    position: fixed;
    background: #00000080;
    width: 100%;
    height: 100vh;
    z-index: 111;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.joint_event_area {
    max-width: 705px;
    background: #ffffff;
    border-radius: 40px;
    padding: 40px;
    margin: 0 auto;
}
.joint_event_popup  .header_popup {
    display: flex;
    justify-content: end;
}
.joint_event_popup .header_popup button  i {
    font-size: 22px;
    color: #206363;
}
.joint_event_popup .header_popup button{
    background: none;
    padding: 0;
}

.joint_event_popup  .popup_title {
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #206363;
}
.joint_event_popup .main_btn
, .joint_event_popup .main_btn:focus{
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-radius: 8px;
    background: rgba(32, 99, 99, 1);
    border: 2px solid rgba(32, 99, 99, 1);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
    margin-top: 40px;
}
.joint_event_popup .main_btn:hover{
    background: #ffffff;
    color: #206363;
    border: 2px solid rgba(32, 99, 99, 1);
}
.poupup_body .form-group-wrap .form-group{
    width: 50%;
}
/* select2 dropdown css */
.custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 14px 16px;
    line-height: normal;
    font-family: 'Raleway';
    color: #313131;
}

/* .page-id-789 .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24.7px;
} */

.main_serach_box{
width: 100%;
}

.page-id-789 .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    cursor: text;
    max-height: 49px;
}

.page-id-789 .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 5px;
}

.form-row label[for="company-bio"] .tooltip_popup{
    margin-left: 61px;
}

a.tooltip_button {
    cursor: pointer;
}

.form-row label[for="opt"] .tooltip_popup:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 39px;
    left: -5px;
    box-shadow: 1px 1px 10px #00000038;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 0;
}

.form-row label[for="hash-keywords"] .tooltip_popup:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 113px;
    left: -4px;
    box-shadow: 1px 1px 10px #00000038;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 0;
}
.form-row label[for="hash-keywords"] .tooltip_popup {
    background: #ffffff;
    position: absolute;
    margin-top: -76px;
    max-width: 370px;
    margin-left: 175px;
}

/* .main_serach_box input{
    line-height: 30px;
} */

/* .searchsection .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #645b5b;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
	font-size: 11px;
	padding: 2px;
	line-height: 13px;
	background: none;
	color: #000000;
}
.searchsection .select2-container--default .select2-selection--multiple ul li:last-child{
    display: none;
} */

.custom-select + .select2-container .select2-selection--single{
    height: auto;
}

.custom-select + .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
}
.custom-select + .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
  content: '\79';
  font-family: "aksisyeg" !important;
}
.custom-select + .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 10px;
}
.custom-select + .select2.select2-container.select2-container--open .select2-selection.select2-selection--single{
    border-bottom: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: none;
    color: #313131;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background: none;
}
.select2-container .select2-results__option{
    padding: 6px 17px;
}
span.select2-dropdown.select2-dropdown--below{
    margin-top: -1px;
}
/* ====== payment flow design  ====== */


.page-template-custom_cart .login_main_form .form-control{
    color: #206363;
    font-size: 14px;
    font-weight: 600;
}
.login_main_form .custom-select + .select2-container{
    margin-top: 12px;
    color: #206363;
}

.login_main_form .custom-select + .select2-container--default .select2-selection--single{
    border: 1px solid #206363;
    border-radius: 9px;
}

.login_main_form .custom-select + .select2-container--default.select2-container--open .select2-selection--single{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.login_main_form .custom-select + .select2-container--default.select2-container--above.select2-container--open .select2-selection--single{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.custom-select + .select2.select2-container.select2-container--open.select2-container--above.select2-container--open .select2-selection.select2-selection--single {
    border-top: 0;
    border-bottom: 1px solid #206363;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.page-template-custom_cart .select2-dropdown.select2-dropdown--above{
    border-radius: 9px 9px 0 0;
}
.page-template-custom_cart .select2-dropdown{
    border-color: #206363;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.page-template-custom_cart .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #206363;
    font-weight: 600;
    padding: 14px 24px;
    font-size: 14px;
}
.page-template-custom_cart .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered:focus{
    outline: none;
}

.page-template-custom_cart span.pmpro_cart_price_lbl {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1C1C1C;
    text-align: center;
    display: block;
}
.page-template-custom_cart p.pmpro_cart_price {
    text-align: center;
    color: #206363;
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
}

.pmpro-checkout .login_title{
    font-size: 32px;
    line-height: 40px;
}
.pmpro-checkout  .pmpro-plan-title {
    padding: 0 !important;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.pmpro-checkout .plandetail_box {
    background: #F8F4E7;
    padding: 24px !important;
    border-radius: 16px;
    margin-top: 16px;
}

.plandetail_box {
    display: flex;
    flex-wrap: wrap;
}
.plandetail_box .plan_list {
    width: 50%;
}
.plandetail_box h4.plan_label {
    margin-bottom: 5px;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
.plandetail_box h3.plan_name {
    color: #206363;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}
.plandetail_box .plan_list:nth-child(1) {
    border-right: 1px solid #2063637a;
    padding-right: 20px;
}
.plandetail_box .plan_list:nth-child(2) {
    padding-left: 35.5px;
}
.plandetail_box .plan_list:nth-child(3) {
    width: 100%;
    border-top: 1px solid #2063637a;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    align-items: center;
}
.plandetail_box .plan_total, .plandetail_box .plan_amount {
    margin-bottom: 0;
    padding-bottom: 0;
}
.plandetail_box .plan_total {
    font-size: 14px;
}
.plandetail_box .plan_amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #206363;
}
.pmpro_form_fieldset .pmpro_card .pmpro_form_legend{
    display: none;
}
.pmpro .pmpro_form_fieldset{
    padding: 16px 24px;
    box-shadow: 0px 0px 5px 1px #0000001A;
    border-radius: 10px;
}
.pmpro_form_fields label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
.StripeElement.StripeElement--empty {
    padding: 9.41px !important;
    font-size: 14px !important;
    background: #f4f4f4 !important;
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px !important;
}
#pmpro_submit_span{
    width: 100%;
}
.pmpro_btn-submit-checkout {
    background: #206363 !important;
    display: block;
    width: 100% !important;
    padding: 13px !important;
    border: 1px solid #206363 !important;
}
.pmpro_btn-submit-checkout:hover{
    background: #ffffff !important;
    color: #206363 !important;
} 

div#pmpro_processing_message {
    display: none;
}
.pmpro-checkout fieldset#pmpro_user_fields {
    height: 0;
    margin: 0;
    padding: 0;
}

.pmpro-confirmation a.button.home-btn.main_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 19px 0px #7793414D;
    margin-top: 40px;

}
.pmpro-confirmation a.button.home-btn.main_btn:hover{
    border: 2px solid #206363;
    
}
.pmpro-confirmation .login_form p {
    text-align: center;
    font-size: 16px !important;
    color: #000000;
}

.pmpro-confirmation .login_form h3 {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1c1c1c;
}

.pmpro-confirmation .login_form {
    text-align: center;
}

.pmpro-confirmation .login_form img{
    margin-bottom: 16px;
}

.pmpro-confirmation h2.login_title{
    margin-bottom: 16px;
}
.site-header-primary-section-left{
    position: relative;
}
.site-header-primary-section-left a.logo_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 90px;
}
.site-header-primary-section-left a.logo_link:focus{
    outline: none;
}

.site-header-primary-section-right  aside.header-widget-area {
    margin-top: 0;
    padding: 0;
}
.breadcrumb_section .backarrow i {
    color: #000000;
    font-weight: 700;
  
}

p.fscs-msg {
    padding: 10px;
    text-align: center;
    display: block;
    border: 1px solid #80808052;
    border-radius: 10px;
}

.pmpro-checkout .ast-plain-container.ast-no-sidebar #primary{
    margin-top: 0 !important;
}

.pmpro-checkout  div#CVV {
    border-radius: 8px !important;
}

.pmpro-checkout .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro-checkout .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro-checkout .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
    padding: 9.41px !important;
}
img.fail-img {
    width: 90px;
}
.listing-form .form-row label[for="hours_of_operations"] + .field-group {
    background: #f5f7fb;
}
.listing-form .form-row label[for="hours_of_operations"] + .field-group input {
    padding: 11px;
}
.listing-form .form-row label[for="hours_of_operations"] + .field-group input::-webkit-calendar-picker-indicator {
    display: none;
}
.form-row label.error {
    font-size: 13px !important;
    color: red;
    margin-top: 4px;
    margin-bottom: 0;
}
.page-template-add_new_listing  .select2-container--default .select2-search--inline .select2-search__field{
    padding: 0 !important;
    margin-top: 0 !important;
}
.page-template-add_new_listing .select2-selection__choice{
    display: flex;
}
.page-template-add_new_listing .select2-selection__choice__remove{
    order: 2;
    font-size: 0;
}
.page-template-add_new_listing .select2-selection__choice__remove::after {
    content: url(./images/close-icon.svg);
    margin-top: 3px;
    display: inline-block;
    margin-left: 5px;
}
.page-template-add_new_listing li.select2-search.select2-search--inline {
    line-height: 42px;
}

.page-template-add_new_listing  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: transparent;
    border: 1px solid #206363;
    font-weight: 500;
    color: #313131;
    padding: 4px 10px;
}
.page-template-add_new_listing .select2-container--default .select2-selection--multiple .select2-selection__choice:before {
    content: '#';
}
.page-template-add_new_listing .select2-container--default .select2-search--inline .select2-search__field{
    font-weight: 500;
}

.social-input button.delete-btn {
    position: absolute;
    right: 0;
    background: none;
    padding: 0 11px;
    bottom: 14px;
    box-shadow: none;
}
.social-input button.delete-btn i{
    color: red;
    font-size: 20px;
}
.listing-form .social-input input {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ABAFB1 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    margin-bottom: 15px;
    width: calc(100% - 100px);
    font-size: 14px !important;
    margin-left: 13px;
}   
.social-input {
    position: relative;
    margin-top: 10px;
}
.listing-form .social-input input:focus{
border-bottom: 0 !important;
}
.page-template-add_new_listing .custom-select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}
.inquiry_box {
    background-color: #F8F4E7;
    background-image: url(./images/inquiry-bg.png);
    padding: 33px 80px;
    margin-top: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inquiry_box .inquiry_text{
    width: 60%;
}

.inquiry_text p{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    color: #313131;
}
.inquiry_btn .main_btn{
    gap: 10px;
    cursor: pointer;
    display: inline-flex;
}
.inquiry_btn .main_btn:hover i{
    background: #075459;
    color: #ffffff;
}

/* business listing page design start */

ul.parent_list,
ul.child_list{
    list-style: none;
    padding: 0;
}
.parent_list li a {
    /* font-family: Poppins; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000000;
    text-decoration: none !important;
    padding: 20px;
    display: flex;
    gap: 12px;
}
ul.parent_list:not(:last-child) {
    border-bottom: 1px solid #cecece;
}
ul.parent_list li a i {
    color: #206363;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
}
ul.child_list li {
    padding-left: 36px;
}
div#pmpro_account {
    width: calc(100% - 300px);
}
.business_listing_mainsection {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 15px;
}
ul.child_list li.active {
    background-color: #206363 !important;
}
ul.child_list li.active a,
ul.child_list li.active a i{
    color: #ffffff;
}
ul.child_list li.active a:focus{
    outline: none;
}
.business_left_sidebar {
    max-width: 270px;
    box-shadow: 4px 4px 20px 0px #0000000F;
    border: 1px solid #2063631A;
    border-radius: 8px;
    top: 120px;
    position: sticky;
}
.parent_list > li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.parent_list > li > a:focus{
    outline: none;
}
.parent_list > li > a > span {
   display: flex;
   align-items: center;
   gap: 12px;
}

.listing-form-container .form-response {
    text-align: center;
    margin-bottom: 20px;

}
.listing-form-container .form-response .form-sub-msg{
    border: 1px solid green;
    padding: 8px;
    border-radius: 10px;
    background: #00800021;
    font-weight: 600;
    display: block;
    width: 100%;
}
.listing-form-container .form-response .error.form-sub-msg{
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.13);
    font-weight: 600;
}
.members-list {
    box-shadow: 6px 6px 40px 0px #0000001A;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.member-image{
    width: 152px;
    object-fit: contain;
}
.member-image img{
    width: 152px;
    object-fit: cover;
}

.members-list .business_category {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
}
h2.main_card_name {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #206363;
    margin-bottom: 14px;
}
p.card_discription {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    max-width: 402px;
}
p.location {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}
p.location .icon {
    background: #206363;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
}
.member-actions .edit-btn {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-decoration: none !important;
    gap: 10px;
    border: 0.5px solid #206363;
    padding: 7px 9.5px;
    border-radius: 4px;
    width: calc(50% - 8px);
    justify-content: center;
    display: inline-flex;
    font-weight: 400;
    color: #000000;
}
.member-actions .edit-btn:hover{
    background: #206363;
    color: #ffffff;

}
.member-actions .edit-btn i {
    color: #206363;
    font-size: 20px;
    
}

.member-actions .edit-btn:hover i {
    color: #ffffff;
    font-size: 20px;
    
}
.member_action_div button.delete-btn i {
    color: #DA2121;
}
.member_action_div button.delete-btn {
    border: 0.5px solid #206363;
    background: none;
    color: #000000;
    padding: 8px 9.5px;
    font-size: 16px;
    font-weight: 400;
    width: calc(50% - 8px);
}
.member-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.members-list a.view-btn {
    display: block;
    width: 100%;
    background: #206363;
    padding: 10px;
    color: #ffffff;
    text-decoration: none !important;
    border-radius: 8px;
    text-align: center;
}
.members-list a.view-btn i.icon.icon-3 {
    background: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-flex;
    color: #206363;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 9px;
    margin-left: 12px;
}
.joint_event_popup.delete_popup .main_btn:focus{
    margin-top: 0;
}

.pmpro_listing .member-item {
    display: flex;
    align-items: flex-start;
}
.member-details {
margin-left: 24px;
min-width: 402px;
}
.member_action_div {
    max-width: 220px;
    margin-left: 24px;
    height: 100%;
    align-self: center;
}
.responsive_sidebar{
    display: none;
}
.parent_list ul.child_list {
    display: none;
    transition: 0.5s ease;
}
.parent_list.active ul.child_list {
    display: block;
    transition: 0.5s ease;
}
.social_media ul li a img {
    width: 40px;
}
.uploaded-media-file,
.uploaded-cert-file,
.uploaded-doc-file {
    display: flex;
    margin-top: 15px;
}

.listing_main_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.plan_selct_sec {
    background: #F8F4E7;
    padding: 33px 24px;
    border-radius: 16px;
}
.plan_row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.selected_plan_name .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}
p.selected_plan_content {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #206363;
    margin-bottom: 0px;
}
.common_plan {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.common_plan.team_plan .selected_plan_name:nth-child(2) {
    text-align: right;
}
.common_plan.select_plan .selected_plan_name:nth-child(2){
    text-align: right;
}
.common_plan.team_plan .selected_plan_name{
    text-align: left;
}
.common_plan.team_plan{margin-bottom: 0;}
/* .member-actions .edit-btn:hover i {
    color: #206363;
    font-size: 20px;
} */

h3.listing_main_title  , .listing_title_btn .title{
    font-size: 16px;
}

ul.child_list li.active:focus , 
ul.child_list li.active:focus{
    outline: none;
}
.listing_title_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
p.selected_plan_content span {
    font-size: 12px;
}
.listing_title_btn a.listing_btn {
    color: #206363;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
}
.listing_title_btn a.listing_btn i {
    width: 24px;
    height: 24px;
    background: #206363;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 12px;
    font-size: 10px;
}
.pmpro_last-trans_table-main table, 
.pmpro_last-trans_table-main td,
.pmpro_last-trans_table-main th{
    border: 0 !important;
    text-align: center;
}
.pmpro_last-trans_table-main{
    overflow-x: auto;
    /* box-shadow: 4px 4px 40px 0px #00000014; */
    border: 1px solid #0379665c;
    border-radius: 16px !important;
}
.pmpro_last-trans_table-main table {
    /* outline: 1px solid #20636333 !important; */
    box-shadow: 4px 4px 40px 0px #00000014;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 0;

}
.pmpro_last-trans_table-main tbody tr:nth-child(even){
    background: #F2F2F2;
}
.pmpro_last-trans_table-main thead tr th {
    color: #206363;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 24px;
}
.pmpro_last-trans_table-main tbody tr td {
    padding: 20.3px;
}

.page-id-819 .ast-container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.page-id-819 .ast-container #primary{
    margin-top: 0;
}


.business_listing_mainsection {
    max-width: 1170px;
    margin: 70px auto;
}
.page-id-789 .joinnow_section:after{
    display: none;
}
.joint_event_popup .popup_title{
    font-weight: 700;
}
.joint_event_btn .main_btn:focus{
    outline: none;
}
.detail_list.pdf_upload ul li a:hover {
    opacity: 0.7;
}
.breadcrumb_section h2{
    margin-bottom: 0;
}
.login_main_form span.pp-error-message {
    font-size: 13px;
    font-weight: 500;
}
.checkbox_label a:hover , .registration_txt a:hover{
    color: #000000;
}
.registration_txt a:focus{
    outline: none;
}
.navbar_dropdown ul.dropdown_menu li a{
    outline: none;
}

.addnew_btn_div {
    width: 100%;
    text-align: right;
}

.addnew_btn_div .addnew_btn{
    border: 1px solid #206363;
    border-radius: 8px;
    border-width: 1px;
    padding: 12px 16px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    color: #206363;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
}
.addnew_btn_div .addnew_btn:hover,
.addnew_btn_div .addnew_btn:focus{
    background: #206363;
    color: #ffffff;
}

.addnew_btn i{
    display: inline-flex;
}

.overview-fld::-webkit-scrollbar {
    width: 7px;
  }

   
  /* Handle */
  .overview-fld::-webkit-scrollbar-thumb {
    background: rgba(5, 0, 0, 0.315); 
    border-radius: 10px;
  }
  
  .pmpro_box input[disabled] {
    opacity: 0.7;
}

.business_left_sidebar .parent_list.active .sel-ele .icon-25{
    rotate: 180deg;
    transition: 0.3s ease;
} 

.business_left_sidebar .parent_list .sel-ele .icon-25{
    rotate: 0deg;
    transition: 0.3s ease;
} 

div#registration-messages #error-message {
    border: 1px solid red;
    background: #ff00001a;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}
.login_main_form .form-group,
.login-password,
.pmpro_password .form-row,
.login_flow .pmpro_form_field{
    position: relative;
}
.form-group span.toggle-password , .login-password .toggle-password , #change-password-form .toggle-password , .pmpro_form_field .toggle-password{
    position: absolute;
    right: 10px;
    top: 44px;
    cursor: pointer;
}

.loader_div {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: #000000cf;
    position: fixed;
    z-index: 111;
}

.loader {
    width: 60px;
    height: 60px;
    border: 6px solid #20636361;
    border-top: 6px solid #206363;
    border-radius: 50%;
    animation: spin 1s linear infinite, glow 1.5s ease-in-out infinite alternate;
    box-shadow: none;
    margin: 0 auto;
}

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

@keyframes glow {
    0% { box-shadow: 0 0 10px #00ffcc67; }
    100% { box-shadow: 0 0 30px #00ffcc50; }    
}

.btn_group_popup{
    gap: 15px;
}
.delete_popup h3,
.delete_popup p{
    text-align: center;
}
.joint_event_popup.delete_popup .joint_event_area{
    max-width: 500px;
}
.btn_group_popup .main_btn {
    margin-top: 0;
    text-decoration: none !important;
    display: inline-flex;
    min-width: 150px;
    width: auto;
    text-align: center;
    justify-content: center;

}
.btn_group_popup  a.normal_btn {
    background: #ffffff;
    border: 2px solid #206363;
    padding: 9px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    color: #206363;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
}

.btn_group_popup .delete_btn{
    min-width: 150px;
}
.member_action_div .view-btn{
    border: 2px solid #206363;
}

.member_action_div .view-btn:hover{
    background: #ffffff;
    color: #206363;
}

.member_action_div button.delete-btn:hover{
    background: #206363;
    color: #ffffff;
}


.member_action_div button.delete-btn:hover i
{   
    color: #ffffff;
}

.member_action_div .view-btn:hover i{
    background: #206363;
    color: #ffffff;
}
.pmpro_reset_password_wrap .pmpro_form_fields .toggle-password{
    top: 39px;
}

.pmpro_box .pmpro_table tbody tr th::before, 
.pmpro_box .pmpro_table tbody tr td::before, 
.pmpro_box .pmpro_table tfoot tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    text-align: left;
}

.main-navigation .current-menu-item a {
    font-weight: 600;
    border-bottom: 2px solid #206363;
}

.pmpro_box  p.not-found-pmprofile {
    margin-bottom: 0;
    padding: 10px;
}
.economycard h3.elementor-icon-box-title {
    width: 70%;
}
.profile-succ-msg {
    background: #008000cc;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.page-id-789 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: transparent;
    border: 1px solid #206363;
    font-weight: 500;
    color: #313131;
    padding: 6px 5px;
    display: flex;
    font-size: 13px;
}
.page-id-789 .select2-selection__choice__remove::after {
    content: url(./images/close-icon.svg);
    margin-top: 1px;
    display: inline-block;
    margin-left: 3px;
}
 .page-id-789 .select2-selection__choice__remove {
    order: 2;
    font-size: 0;
}
.page-id-789  select#filter-ownership + span {
    min-width: 440px;
}

.page-id-789  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
}


@media only screen and (max-width:1600px){
    body .membership_section:after{
        bottom: -258px;
        left: 0;
    }
}

.btn_group_popup {
    display: flex;
    justify-content: center;
    align-items: center;
}



@media only screen and (max-width:1440px){
    .banner_right_img .elementor-widget-container:after{
        width: 610px;
        right: -50px;
    }
    body .membership_section:after{
        left: -80px;
    }
    .joinnow_section:after{
        right: 0;
    }
    body .membership_section.planning:after{
        left: -140px;
    }
    .login_left_area::before{
        display: none;
    }
    .login_left_area{
        height: auto;
    }
    .pmpro-login .ast-container{
        padding: 0;
    }
}

@media only screen and (max-width: 1366px){
    body .home_banner:before{
        width: calc(100% - 28%);
    }
    .membership-card{
        width: 33.33%;

    }
    .membership-plans{
        padding: 0 15px;
    }
    .newsletter-section form .form-control{
        width: calc(100% - 42.35%);
    }
    .breadcrumb_section .backarrow{
        left: 15px;
    }
    .event_schedule_sec .row-area{
        justify-content: center;
        gap: 20px;
    }
    .listing-form-container{
        margin-left: 15px;
        margin-right: 15px;
    }
    .login_inner_section{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:1080px){
    .home .site-header{
        position: static;
        background: transparent;
    }
    .ast-mobile-popup-drawer  .ast-header-html-1 .navbar_btns{
        padding: 0 15px;
    }
    .ast-mobile-popup-drawer  .ast-header-html-1{
        padding: 0;
    }
    .header-widget-area .navbar_btns{
        display: none;
    }
    .navbar_btns .secondary_btn,
    .navbar_btns .main_btn{
        width: max-content;
    }

    #ast-mobile-header{
        display: block;
        padding: 0 15px;
    }
    #ast-desktop-header{
        display: none;
    }
    .page-id-31 .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg, .page-id-31 .ast-button-wrap .ast-mobile-menu-trigger-outline{
        fill: #000000 !important;
        border-color: #000000 !important;
    }
    .stack-on-mobile li {
        width: 100%;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        margin-left: 20px;
    }
    .stack-on-mobile li a{
        border-top: 0 !important;
        border-left: 0 !important;
        padding-left: 0;
        padding: 8px 0 !important;
        border-right: 0 !important;
    }
    .searchsection{
        flex-wrap: wrap;
    }
    .searchsection .form-control{
        max-width: 100%;
    }
    .filter-group{
        width: 100%;
        justify-content: space-between;
    }
    .filter-group .form-select{
        width: 50%;
    }
    .contentborder {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px 20px;
    }
    .event_main{
        padding-left: 20px;
    }
    .event-date{
        margin-right: 20px;
        padding: 15px;
    }
    .joint_event_btn .main_btn{
        min-width: max-content;
        font-size: 14px;
    }
    .event_img img{
        height: auto;
    }
    .date_number{
        margin-bottom: 0;
    }
    h5.event_name{
        font-size: 18px;
        line-height: 21px;
    }
    .event_main{
        gap: 10px;
    }
    .navbar_dropdown {
        /* border: 0; */
        /* border-bottom: 1px solid #20636380; */
        box-shadow: none;
        padding-left: 0;
        max-width: 150px;
        /* border-radius: 0; */
        margin-left: 18px;
        margin-left: auto;
        padding: 0;

    }
    /* .navbar_dropdown .dropdown_btn:hover + ul.dropdown_menu, 
    .navbar_dropdown ul.dropdown_menu:hover, 
    .navbar_dropdown .dropdown_btn:focus + ul.dropdown_menu, 
    .navbar_dropdown ul.dropdown_menu:focus {
        z-index: 1;
        position: static;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-bottom: 0;
    } */
    .header-widget-area.header-widget-area-inner{
        padding-bottom: 0;
    }
    .event_img{
        padding-left: 20px;
    }
    .navbar_dropdown a.dropdown_btn{
       width: 150px;
       padding: 2px 16px 2px 16px;
       align-items: center;
       /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    
    }
    .home .navbar_dropdown{
        border: 1px solid #ffffff;

    }
    .home .navbar_dropdown a{
        color: #ffffff;
    }
    .page-id-789 select#filter-ownership + span,
    .page-id-789 select#filter-city + span{
        width: 50%;
    }
}


@media only screen and (max-width:1024px){
    .stack-on-mobile li {
        margin-left: 0px;
    }
    .stack-on-mobile li a{
        padding: 0px 0 !important;
    }
    .page-id-31 .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg, .page-id-31 .ast-button-wrap .ast-mobile-menu-trigger-outline{
        fill: #000000 !important;
        border-color: #000000 !important;
    }
    body .home_banner:before {
        content: '';
        position: absolute;
        width: calc(100% - 0%);
        z-index: -1;
        height: calc(100% - 10%);
    }
    .membership-card ul li p{
        font-size: 14px;
    }
    .membership-card ul li div:nth-child(1) p span:nth-child(2){
        font-size: 12px;
    }
    .membership-card h2{
        font-size: 42px;
    }
    .ast-builder-footer-grid-columns div:not(:last-child) {
        width: calc(33.33% - 15px);
    }

    body .membership_section.planning:after,
    body .membership_section.planning .e-con-inner:after,
    .joinnow_section:after,
    body .membership_section.planning:before {
    display: none;
    }
    .company_detail_box{
        padding: 24px 24px;
        flex-wrap: wrap;
    }
    .company_detail_box .left_section,
    .company_detail_box .right_section{
        width: 50%;
    }
    /*.media_gallery_box{
        flex-wrap: wrap;
    }*/
}



@media only screen and (max-width:991px){
    .membership-plans{
        flex-wrap: wrap;
    }
    .membership-card{
        width: 38%;
    }
    .joinnow_section img{
        object-fit: cover;
    }
    .registration_gallery{
        margin-left: 20px;
    }
    .registration_gallery .media_img img{
        max-width: 150px;
    }
    .responsive_sidebar{
        display: flex;
        justify-content: flex-end;
    }
    div#pmpro_account{
        width: calc(100% - 0px);
    }
    .business_listing_mainsection .left_section{
        margin-left: -280px;
        transition: 1s ease;
        position: fixed;
    }
    .business_listing_mainsection .left_section.active {
        margin-left: -15px;
        opacity: 1;
        transition: 1s ease;
        position: fixed;
        background: #ffffff;
        top: 96px;
        height: calc(100vh - 00px);
        overflow: auto;
        z-index: 2;
        /* padding-top: 90px; */
    }
    .left_section button.open_nav {
        background: #206363;
        padding: 7px 13px;
        position: fixed;
        left: -3px;
        top: 330px;
        z-index: 11;
        /* font-size: 20px; */
    }

    .logged-in .ast-mobile-popup-drawer  .navbar_btns{
        display: none;
    }

    .left_section button.open_nav  svg{
        width: 20px;
    }
    .left_section .close_nav{
        opacity: 0;
        transition: 1s ease;
    }
    .left_section.active .open_nav{
        display: none;
    }
    .left_section.active button.close_nav {
        padding: 10px;
        background: none;
        box-shadow: none;
        display: block;
        opacity: 1;
    }
    .left_section.active button.close_nav svg {
        filter: brightness(0);
    }
    .company_detail_box .left_section{
        margin-left: 0;
    }
    .business_left_sidebar{
        top: 0;
        box-shadow: none;
    }
    .business_listing_mainsection{
        padding-left: 15px;
        padding-right: 15px;
    }
    .backdrop .backdrop_div {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background: #0000004f;
    }
    body.backdrop{
        overflow: hidden;
    }
    .site-header {
        z-index: 100;
        position: sticky;
        top: 0;
        background: #ffffff;
    }
    .addnew_btn_div .addnew_btn{
        margin-right: 0;
    }
}

@media only screen and (max-width:880px){
    .card_column{
        width: calc(50% - 19.95px);
    }
    .aksis-business-cards{
        grid-template-columns: 1fr 1fr;
    }
    .listing-form{
        display: flex;
        row-gap: 15px;
        flex-direction: column;
     }
     .login_right_area{
         order: 1;
     }
     .login_left_area{
         order: 2;
         
     }
.pmpro-checkout .login_left_area{
    margin-bottom: 60px;
}

     .login_inner_section:before{
         display: none;
     }
    .login_left_area{
        width: 95%;
    }
    .login_inner_section{
        flex-wrap: wrap;
    }
    .registration_gallery {
        max-width: 480px;
        margin: 0 auto;
    }
    .login_right_area{
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 20px 0;

    }
}


@media only screen and (max-width:767px){
    .navbar_btns{
        flex-wrap: wrap;
    }
    section.event_schedule_sec {
        margin: 0;
    }
    .poupup_body .form-group-wrap .form-group {
        width: 100%;
    }
    .membership-plans{
        flex-wrap: wrap;
    }
    body .membership_section:after{
        display: none;
    }
    .banner_right_img .elementor-widget-container:after{
        display: none;
    }
    .bannersearch form{
        width: calc(100% - 0px);
    }
    .bannersearch form input{
        padding-right: 10px;
    }
    .newsletter-section form{   
        flex-wrap: wrap;
    }
    .newsletter-section form .form-control{
        width: calc(100% - 0px);
    }
    .membership-card{
        width: 47%;
    }
    .ast-builder-footer-grid-columns div:first-child {
        width: calc(100% - 0px);
    }
    .ast-builder-footer-grid-columns div:nth-child(2),
    .ast-builder-footer-grid-columns div:nth-child(3) {
        width: calc(50% - 8px);
    }
   .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .site-footer .site-footer-primary-section-1 img{
        max-width: 70%;
    }
    .site-footer .site-footer-primary-section-1{
        padding-left: 0;
    }
    .site-footer-primary-section-1 .footer-widget-area{
        text-align: center !important;
    }
    .headerbox{
        margin: 20px 15px;
        padding: 20px;
    }
    .category_address h3 span.main_title{
        font-size: 26px;
    }
    .category_address h3 span:first-child{
        font-size: 16px;
    }
    .contentbox {
        background: #206363;
        padding: 155px 15px 20px;
        margin-top: -154px;
        position: relative;
    }
    .company_detail_box .left_section, .company_detail_box .right_section{
        width: 100%;
    }
    .left_section .detail_list:nth-child(3){
        border-bottom: 1px solid #dddddd;
        padding-bottom: 23px;
        margin-bottom: 24px;
    }
    .scroll_nav {
        padding: 24px 16px;
        background: #ffffff;
    }
    .media_gallery_box{
        padding: 24px 20px;
        /*gap: 15px;*/
    }
    /* .join_now_section {
        position: relative;
        padding: 20px;
        border: 1px solid #dddddd;
        margin-top: 10px;
        flex-wrap: wrap;
    } */
    .image_section img {
        height: 494px;
        object-fit: cover;
    }
    .join_now_section{
        width: calc(100% - 30px);
        flex-wrap: wrap;
        padding: 24px 20px;
    }
    h3.join_title{
        font-size: 24px;
    }
    .join_now_section .paragraph{
        font-size: 14px;
    }
    .join_now_section .first_area {
        width: calc(100% - 0px);
    }
    .footer_before_section{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .company_detail_box{
        padding: 15px;
    }
    .detail_list{
        gap: 10px;
    }
    .detail_list .content .title,
    .detail_list .content .answer
    {
        font-size: 16px;
        margin-bottom: 0;
    }
    .social_media ul{
        margin-top: 10px;
    }
    .social_media ul img{
        width: 80%;
    }
    h3.join_title{
        font-size: 28px;
    }
    .join_now_section .paragraph{
        margin-top: 10px;
    }
    .breadcrumb_section h2{
        padding: 0 60px;
        line-height: 36px;
        font-size: 28px;
    }

    .login_form{
        padding: 30px 20px;
    }
    .form-group-wrap{
        flex-wrap: wrap;
        gap: 0;
    }
    .form-group-wrap .form-group{
        width: 100%;
    }
    .login_flow{
        margin: 60px 0 40px;
    }
    .login_title,
    h2.login_title{
        font-size: 32px;
        list-style: 40px;
    }
    .login_sub_title,
    h4.login_sub_title{
        font-size: 14px;
    }
    .event_main_img_txt{
        flex-wrap: wrap;
    }
    .event-card{
        align-items: flex-start;
        padding: 15px;
    }
    .event_main{
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .event_main:before{
        top: 0;
        transform: translateY(00%);
    }
    .event_time{
        flex-direction: row;
    }
    .event_time i{
        width: 24px;
        height: 24px;
    }
    .event_schedule_sec .card_column{
        width: calc(50% - 19.95px);
    }
    section.upcoming_section,
    section.event_schedule_sec{
        padding: 40px 0;
    }
    .navbar_dropdown{
        margin-left: 0;
    }
    .navbar_dropdown a.dropdown_btn{
        padding-left: 0;
    }
    .inquiry_box{
        padding: 20px 30px;
        flex-wrap: wrap;
    }
    .inquiry_text p {
        font-size: 16px;
        line-height: 24px; 
    }
    .inquiry_box .inquiry_text{
        width: 100%;
    }
    .joint_event_area{
        margin: 0 15px;
        padding: 30px 20px;
        border-radius: 20px;
    }
    .joint_event_popup .popup_title{
        font-size: 30px;
        line-height: 30x;
    }
    .media_gallery_box {
        padding: 14px 14px;
        /*gap: 10px;*/
    }
    .joint_event_popup {
        overflow-y: scroll;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .detailmain_section + .joint_event_popup,
    .inner_fullwidth + .joint_event_popup{
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .member-item{
        flex-wrap: wrap;
    }
    .member_action_div{
        max-width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
    .member-details{
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
    .aksis-business-cards{
        grid-template-columns : 1fr 1fr;
    }
    .filter_div .custom-datepicker{
        margin-top: 10px;
    }
    .navbar_dropdown {
        margin-left: auto;
    }
    .listing-form{
       display: flex;
       row-gap: 15px;
       flex-direction: column;
    }
    .login_right_area{
        order: 1;
    }
    .login_left_area{
        order: 2;
    }
    .login_inner_section{
        flex-wrap: wrap;
    }
    .login_inner_section:before{
        display: none;
    }
    .login_flow, .pmpro-login .login_flow{
        margin-top: 30px;
    }
    .joint_event_popup.delete_popup{
        justify-content: center;
        align-items: center;
    }
    .filter-group{
        flex-wrap: wrap;
    }

    #filter-ownership + span,
    #filter-city + span{
        width: 100% !important;
    }
}

@media only screen and (max-width: 575px){
    .membership-card{
        width: 100%;
    }
    .footercopyright{flex-wrap: wrap;}
    
    .ast-builder-footer-grid-columns div:first-child{
        gap: 10px;
    }
  
    .footercopyright ul {
        margin: 0;
        gap: 6px;
        flex-wrap: wrap;
    }
    .site-footer .site-footer-primary-section-3 .widget_block ul li a,
    .site-footer ul li .menu-link{
        font-size: 14px;
    }
    .site-footer-primary-section-2 .menu-item,
    .site-footer .site-footer-primary-section-3 .widget_block ul li,
    .site-footer .widget-title, .site-footer .wp-block-heading{
        margin-bottom: 0;
    }
    .footercopyright ul li, .footercopyright ul li a{
        font-size: 11px;
    }
    .ast-builder-footer-grid-columns div:nth-child(2){
        width: calc(40% - 10px);
    }
    
    .ast-builder-footer-grid-columns div:nth-child(3){
        width: calc(60% - 10px);
    }
    .event-card {
        flex-wrap: wrap;
        gap: 15px;
    }
    .event_main {
        padding-left: 0;
    }
    .event_main:before{
        display: none;
    }
    .joint_event_btn {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .event_schedule_sec .card_column{
        width: calc(100% - 0px);
    }
    .filter_area{
        flex-wrap: wrap;
    }
    .aksis-business-cards{
        grid-template-columns : 1fr ;
    }
    .secondary_btn, .navbar_btns .main_btn{
    min-width: 200px;
    text-align: center;
}
.scroll_nav > ul{
    flex-wrap: wrap;
    gap: 0;
}
.scroll_nav > ul li{
    width: 100%;
}
.event_img {
    width: 160px;
    height: 120px;
    padding-left: 20px;
    position: relative;
}
.event-date{
    margin-right: 0;
    height: 120px;
}
#ast-mobile-header{
    padding: 0;
}
.navbar_dropdown a.dropdown_btn{
    max-width: calc(150px - 0px);
    padding: 0 15px;
}
.navbar_dropdown ul.dropdown_menu li a {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.navbar_dropdown ul.dropdown_menu li a img,
.navbar_dropdown ul.dropdown_menu li a i {
    margin-right: 5px;
}
.listing-form .form-actions{
    flex-wrap: wrap;
    gap: 20px;
}
.listing-form-container{
    padding-left: 20px;
    padding-right: 20px;
}
.form-row .select2-container{
    width: 100% !important;
}
.form-row label[for="hash-keywords"] .tooltip_popup {
    background: #ffffff;
    position: absolute;
    margin-top: 0;
    max-width: 370px;
    margin-left: 0;
}
.form-row label[for="hash-keywords"] .tooltip_popup:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 176px;
    left: 49%;
    box-shadow: 1px 1px 10px #00000038;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 0;
}
.pmpro_box .form-group-wrap .form-row {
    width: 100%;
}
.ast-mobile-popup-content .navbar_btns .secondary_btn,
.ast-mobile-popup-content .navbar_btns .main_btn{
    width: 100%;
}
.navbar_dropdown ul.dropdown_menu li {
    /* padding: 10px 10px; */
    display: flex;
}
.aksis-card{
    max-width: 320px;
    margin: 0 auto;
    width: 100% ;
}

.page-id-789 select#filter-ownership + span{
    min-width: 100%;
}

}


div#response-message p {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0;
    color: green;
}

input.file-name {

    box-shadow: none;
    background: transparent;
    color: #334155;
    font-weight: bold;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type="number"] {
  -moz-appearance: textfield;
}

#pmpro_account-membership .plan_row {
    border-bottom: 1px solid #afafaf;
    padding: 27px 0px;
}

.pmpro-confirmation .pmpro_message { display: none; }
.pmpro_table_cancel-action a.main_btn { text-decoration: none; }
.pmpro_table_cancel-action { padding-top: 20px; }

.page-template-add_new_listing span.select2-dropdown.select2-dropdown--above{
    margin-top: 0;
    margin-bottom: 40px;
}
.newsletter-section {
	display: none;
}


.media_gallery_box .main .container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 1rem;
     justify-content: center;
     align-items: center;
}
.media_gallery_box .main .card {
     color: #252a32;
     border-radius: 2px;
     background: #fff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.media_gallery_box .main .card-image {
     position: relative;
     display: block;
     width: 100%;
     padding-top: 70%;
     background: #fff;
}
.media_gallery_box .main .card-image img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: contain;
     background-color: #c4c4c4c4;
}

.member-details p.location {
    font-size: 16px;
}

.aksis-location span {
    width: calc(100% - 22px);
}
.aksis-card{
    position: relative;
}

.aksis-card p {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    background: #c4495b;
    margin-top: 0;
    padding: 10px;
    border-radius: 14px 0;
    color: #ffffff;
    font-weight: 600;
}
 @media only screen and (max-width: 600px) {
    .media_gallery_box .main .container {
         display: grid;
         grid-template-columns: 1fr;
         grid-gap: 1rem;
    }

    .joint_event_popup{
        justify-content: flex-start !important  ;
    }
    .checkbox_label span{
        top: 5px;
    }
    .page-id-789 .select2-container--default .select2-selection--multiple{
        max-height: max-content !important;
    }
    .page-id-789 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 5px 10px 0;
    }
}