/*Index page Styling*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
:root {
    --primary-color: #f7bf17;
    --linear: #ef5350;
    --white: #fff;
    --r-color: #d63031;
    --light-b: #686de0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif !important;
    color: #222;
}

.clearfix {
    clear: both;
}

.pdt-rate {
    height: 40px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.rating-stars {
    position: relative;
    vertical-align: baseline;
    color: #b9b9b9;
    line-height: 10px;
    float: left;
}
.grey-stars {
    height: 100%;
}
.filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    color: var(--primary-color);
}
.filled-stars::before,
.grey-stars::before {
    content: "\2605 \2605 \2605 \2605 \2605";
    font-size: 19px;
    line-height: 18px;
}

.small-grey-stars {
    height: 100%;
}
.small-filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    color: var(--primary-color);
}

.small-filled-stars::before,
.small-grey-stars::before {
    content: "\2605 \2605 \2605 \2605 \2605";
    font-size: 10px;
    line-height: 18px;
}

/* Index Page */
#navbar-wrapper .navbar {
    color: #000;
    /* padding: .8rem; */
}

#navbar-wrapper .navbar-dark .navbar-nav .nav-link {
    color: #000;
}

#navbar-wrapper .navbar-dark .navbar-toggler-icon {
    background-image: url("../img/menu-icon-black.png");
    color: #000;
}

.navbar-nav li {
    padding-right: 20px;
}
.nav-link {
    font-size: 1.1em !important;
}

#search_card {
    box-shadow: 0px 8px 50px #00000019;
    border: 0;
    padding-bottom: 1.5%;
}

.search_input {
    background: #eee;
    border: 0;
    border-radius: 10px;
}

#banner {
    background: url("../img/home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#banner #overlay {
    background: rgba(0, 0, 0, 0.55);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

#banner h1,
#banner h2,
#banner p {
    color: #fff;
}

.acc_type {
    -webkit-appearance: none;
}
.labels {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    font: normal normal medium 18px/20px Poppins;
    letter-spacing: 1.62px;
    color: #ecd161;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
    padding: 4%;
    display: flex;
    overflow: hidden;
}

.vl {
    height: 50px;
    background: #ddd;
    margin: auto;
}

label > span {
    font-weight: 500;
}

input[type="radio"]:checked + label {
    background: transparent linear-gradient(112deg, #ecd161 0%, #957e1f 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0 15px 45px rgba(24, 249, 141, 0.2);
    box-shadow: 0px 6px 12px #00000019;
    border-radius: 10px;
    border: 3px solid #957e1f;
    font: normal normal medium 18px/20px Poppins;
    letter-spacing: 1.62px;
    color: #ffffff;
    opacity: 1;
    padding: 4%;
}

.fa-university,
.fa-user {
    font-size: 40px;
}

#banner h1 {
    font-family: "Poppins", sans-serif;
    /* font-size: 5vw; */
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bolder;
}

.content {
    /* padding-top: 10%; */
    padding-bottom: 8%;
}

#search_area {
    padding-top: 1%;
    padding-bottom: 4%;
}
#search_area h5 {
    font-size: 22px;
    line-height: 20px;
    color: #444;
    font-family: inherit;
    font-weight: 600;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#video {
    background: url("../img/step.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 30%;
}

#video_overlay {
    background: rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */
    height: 100%;
    width: 100%;
    z-index: 2;
}

#video_image {
    margin-top: -30%;
    z-index: 2;
    /*Use the styling below for youtube video*/
    /* width: 100%;
    height: 300px;
    border-radius: 20px; */
}

.roundded {
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #171717;
    width: 100px;
    height: 100px;
    background: #363636 0% 0% no-repeat padding-box;
}

.roundded p {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 99px;
}

.roundded2 {
    margin: 0 auto;
    border: 4px solid #363636;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #1d1d1d 0% 0% no-repeat padding-box;
}

.roundded2 p {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 95px;
}

#black {
    background: #000;
    padding-bottom: 6%;
}
#black h4 {
    color: #fff;
    text-align: center;
}
.black_p {
    text-align: center;
    font-size: 12px;
}

.underliner {
    height: 4px;
    background: #ecd161;
    width: 65px;
}

#ads_area {
    padding-top: 2%;
    /* padding-bottom: ; */
}

.ads_card {
    position: relative;
    border: 0;
}

.gold_btn {
    background: transparent linear-gradient(180deg, #ecd161 0%, #957e1f 100%) 0%
        0% no-repeat padding-box;
    border: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    overflow: hidden;
}

.blue_btn {
    background: transparent linear-gradient(180deg, #21d4fd 0%, #2146ff 100%) 0%
        0% no-repeat padding-box;
    border: 0;
    position: absolute;
    top: 50px;
    left: 10px;
    font-size: 9px;
    overflow: hidden;
}

.card_icon {
    position: absolute;
    top: 90px;
    left: 10px;
}

.ads_content {
    padding: 0;
    position: relative;
}
.mini_desc {
    font-size: 12px;
    font-weight: bold;
}

.global_capital_mini_desc {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
}

.mini_desc i {
    font-weight: 600;
    color: #ababab;
}

.global_capital_mini_desc i {
    font-weight: 600;
    color: #ababab;
}

.service_card {
    position: relative;
}

.card_service_icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.service_desc {
    font-size: 12px;
    font-weight: 500;
}

.service_rating {
    font-size: 12px;
    color: #ecd161;
}

.reviews {
    color: #363636;
    font-size: 11px;
}
.price_starts {
    color: #ababab;
    font-size: 10px;
}
.service_price {
    font-size: 12px;
    font-weight: 500;
}
.capital_center {
    /* padding-bottom: 4%; */
}
.funding_title {
    color: #ababab;
    font-size: 12px;
}
.funding_item {
    font-size: 12px;
    font-weight: 500;
}
.funding_desc {
    color: #ababab;
    font-size: 12px;
}
.funding_before_bar {
    font-size: 12px;
}
.funding_after_bar {
    font-size: 13px;
}
.funding_percent {
    font-size: 10px;
    color: #ababab;
}
#conference {
    background: transparent url("../img/conference_bg.png") 0% 0% no-repeat
        padding-box;
    padding-top: 4%;
    padding-bottom: 4%;
}
.conference_heading {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #ecd161;
    opacity: 1;
}
.conference_second_heading {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}
.conference_user {
    display: flex;
}
.username {
    color: #fff;
}
.profession {
    opacity: 0.5;
}
.conference_text {
    font-size: 13px;
}
.conference_prev_btn {
    border: 0;
}
.conference_next_btn {
    background: transparent linear-gradient(180deg, #ecd161 0%, #957e1f 100%) 0%
        0% no-repeat padding-box;
    border: 0;
    color: #fff;
}
#to_top a {
    color: #000;
}
#to_top a:hover {
    text-decoration: none;
}
.footer_underliner {
    height: 3px;
    background: #cc0000;
    margin: -1% 0 10% 0;
    width: 50px;
}

footer {
    background: #ebebeb 0% 0% no-repeat padding-box;
    color: #484848;
    padding-top: 2rem;
    font-size: 12px;
    line-height: 1.2rem;
}

footer ul {
    list-style-type: none;
}
footer ul li {
    margin-left: 0;
}
footer a {
    color: #484848;
    line-height: 1.2rem;
}
footer a:hover {
    color: #484848;
    text-decoration: none;
}
#copyright {
    background: #ebebeb 0% 0% no-repeat padding-box;
}
.copyright_overlay {
    /* background: rgba(0,0,0,0.35); */
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top: 1%;
}

/*---Bootstrap Padding Fix---*/
[class*="col-"] {
    padding: 1rem;
}

/*Sign Up page Styling*/
#signup_card {
    border-radius: 5px;
}

/* Index Page Ends */

/* Educational Resource Center */
.educational-resource .section-image {
    background: url("../img/educational/education_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.educational-resource .section-left {
    margin-top: 150px;
    margin-bottom: 150px;
}

.educational-resource .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.educational-resource .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.educational-resource .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.educational-resource .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.educational-resource .section-right {
    margin-top: 360px;
}

.educational-resource .section-right .card {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    position: absolute;
}
.mini-search {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    /* position: absolute; */
    margin-top: -18%;
}

.btn-right {
    float: right;
}
.card_conference_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.edu_conference_title {
    font-size: 12px;
    font-weight: 500;
    color: #4e4e4e;
}
.edu_conference_desc {
    color: #ababab;
    font-size: 12px;
}
.edu_conference_location {
    font-size: 13px;
    color: #ababab;
}
.edu_resources_image {
    margin-top: -25%;
}
.edu_resources_datetime {
    font-size: 12px;
    margin-top: -10%;
}
.edu_resources_comment {
    font-size: 12px;
}
.edu_resources_add_to_calendar {
    font-size: 12px;
}
#edu_resources_podcast {
    background: url("../img/educational/edu_podcast_section_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.blue_underliner {
    height: 4px;
    background: #1e1ea5;
    width: 65px;
}
.edu_resource_podcast_title {
    font-size: 16px;
    font-weight: 500;
    color: #4e4e4e;
    width: 50%;
}
.podcast_card_footer {
    display: flex;
}
.podcast_owner {
    font-size: 12px;
}
.podcast_created_at {
    color: #ababab;
}
.podcast_likes {
    font-size: 12px;
}
.edu_podcast_card_footer {
    border: 0;
}
.webinar_seminar_heading {
    font: normal normal bold 30px/24px Playfair Display;
}
.webinar_seminar_text {
    letter-spacing: 0.52px;
    color: #151515;
    line-height: 30px;
}
.webinar_seminar_right_section {
    padding: 6%;
}

.ent_retreat_left_section {
    padding: 6%;
}
/* Educational Resource Center ENDS */

/* Finacial Resources */
.financial-resource .section-image {
    background: url("../img/financial/financial_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.financial-resource .section-left {
    margin-top: 150px;
    margin-bottom: 150px;
}

.financial-resource .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.financial-resource .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.financial-resource .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.financial-resource .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.financial-resource .section-right {
    margin-top: 360px;
}

.financial-resource .section-right .card {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    position: absolute;
}
#mini_search_section {
    background: #ebebeb;
}

.financial_after_mini_search {
    background: #ebebeb 0% 0% no-repeat padding-box;
    margin-bottom: 9%;
}
.global_ngo_crowd_col {
    margin-top: -5%;
}
#global_ngo_crowd {
    background: #363636 0% 0% no-repeat padding-box;
    padding-bottom: 4%;
}

/* Service Center Listing - Skill on Demand */
.listing_video {
    position: relative;
}

.play_icon {
    position: absolute;
    left: 45%;
    top: 30%;
}
.on_demand_btn {
    background: transparent linear-gradient(180deg, #21d4fd 0%, #2146ff 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: 0;
}
.next_to_on_demand_btn {
    background: transparent linear-gradient(180deg, #ecd161 0%, #957e1f 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: 0;
    color: #fff;
}
.listing_user {
    position: relative;
    display: flex;
    /* padding: 0; */
}
.listing_user_level {
    position: absolute;
    top: 55%;
    left: 10%;
}
.listing_user_level_text {
    position: absolute;
    top: 65%;
    left: 13.5%;
    font-size: 9px;
}
.admin_user_level_text {
    position: absolute;
    top: 65%;
    right: 41.5%;
    font-size: 9px;
}
.admin_user_level {
    position: absolute;
    right: 37%;
    top: 55%;
}
.listing_user_details {
    font-size: 13px;
    font-weight: bold;
}

.listing_user_details i {
    font-weight: 600;
    color: #ecd161;
}
.listing_checkout_btn {
    background: #ecd161 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 30px #ecd1614d;
    border-radius: 10px;
    opacity: 1;
    border: 0;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
}
.listing_contact_btn {
    /* box-shadow: 5px 10px 30px #ECD1614D; */
    border: 1px solid #ecd161;
    border-radius: 10px;
    opacity: 1;
    padding-top: 3%;
    padding-bottom: 3%;
}
.light_btn {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #e3e3e3;
    border-radius: 11px;
    opacity: 1;
    color: #363636;
    opacity: 1;
}
.listing_desc {
    color: #4e4e4e;
    line-height: 30px;
    font-size: 13px;
}
.rating_bar {
    display: flex;
    color: #aaa;
}
.star_bar {
    height: 2px;
    background: #ddd;
    width: 160px;
}
.review_comment {
    display: flex;
}
.user_comment {
    font-size: 12px;
    font-weight: 400;
    color: #363636;
}
.comment_days_count {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
}
.show_more_btn {
    /* box-shadow: 5px 10px 30px #ECD1614D; */
    border: 1px solid #ecd161;
    border-radius: 5px;
    opacity: 1;
    color: #ecd161;
}

.show_more_btn:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #e8ce5f;
}

.btn-link {
    color: #4e4e4e;
}
.btn-link:hover {
    text-decoration: none;
}
.accordion_card {
    border: 0;
}
.accordion_card .card-header {
    background: #ffffff 0% 0% no-repeat padding-box !important;
    border: 1px solid #cecece;
    border-radius: 5px;
    opacity: 1;
    overflow: hidden;
}
.fixed_card {
    /* position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; */
}
.listing_floating_card {
    position: relative;
}
.listing_posted_by {
    position: absolute;
    top: 20px;
    font-size: 12px;
    color: #ababab;
}
.posted_by_name {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.listing_member_since {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: #ababab;
}
.member_since_year {
    color: #000;
    margin-left: 0;
}
/* End Service Center Listing - Skill on Demand */

/* Crowd Capital Center Listing - Updates */
.progress_percentage {
    margin-bottom: 0;
    color: #ababab;
}
.capital_listing_user_level {
    position: absolute;
    top: 40%;
    left: 9%;
}
.capital_listing_user_level_text {
    position: absolute;
    top: 50%;
    left: 12.3%;
    font-size: 10px;
}
.tab_switcher a {
    color: #4e4e4e;
}
.tab_switcher .active {
    color: #4e4e4e;
    font-weight: bold;
}
.tab_switcher a:hover {
    text-decoration: none;
    color: #6f6f6f;
}

/* Global Service Centre - Checkout - Send Requirements  */
.global_service_checkout_btn {
    background: #ecd161 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 30px #ecd1614d;
    border-radius: 10px;
    opacity: 1;
    border: 0;
    color: #fff;
    padding: 3% 15%;
}

.checkout_steps {
    /* display: flex; */
}

.checkout_steps span {
    color: #4e4e4e;
    /* padding-bottom: 2%; */
}
.checkout_steps a:hover {
    text-decoration: none;
}

.checkout_steps .active {
    color: #ecd161;
    border-bottom: 1px solid #ecd161;
}
.step_number {
    border: 1px solid #4e4e4e;
    padding: 2px 11px;
    border-radius: 50%;
}
.step_number_active {
    border: 1px solid #ecd161;
    padding: 2px 11px;
    border-radius: 50%;
}
.wallet_balance {
    text-decoration: underline;
}

/* Global Service Centre Bid - Quality */
.bid_location {
    color: #ababab;
    font-size: 13px;
}
.bid_description {
    color: #4e4e4e;
}

/* Navbar Dropdown on Hover */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Entrepreneural Toolkit */
.ent_toolkit .section-image {
    background: url("../img/ent_toolkit/ent_toolkit_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
}
.ent_toolkit .section-left {
    margin-top: 60px;
    margin-bottom: 90px;
}

.ent_toolkit .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.ent_toolkit .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.ent_toolkit .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.ent_toolkit .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.ent_toolkit .section-right {
    margin-top: 360px;
}

.financial-resource .section-right .card {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    position: absolute;
}

#major_search_section {
    /* background: #ebebeb; */
}

.major-search {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    /* position: absolute; */
    margin-top: -9%;
}

.bundle_btn {
    background: #ecd161;
    border: 0;
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.ent_toolkit_btn {
    position: absolute;
    top: 9px;
    right: 3px;
    background: #ecd161;
    border: 0;
}
.pagination_style a {
    color: #9b9b9b;
}

/* Modular Enterprise */
.modular_ent_card {
    position: relative;
}

.modular_like_icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.modular_btn {
    position: absolute;
    top: 9px;
    right: 10px;
    background: #236bdd;
    border: 0;
}
.modular_ent_search input {
    background: #eeeeee 0% 0% no-repeat padding-box;
    color: #a7a6a6;
    border-color: #eeeeee;
}
.modular_ent_search select {
    background: #eeeeee 0% 0% no-repeat padding-box;
    color: #a7a6a6;
    border-color: #eeeeee;
}
.modular_search_btn {
    background: #ecd161;
    color: #fff;
    border-color: #ecd161;
    padding: 2% 10%;
}

.location_icon {
    color: #ababab;
    font-size: 13px;
}
.modular_nav a {
    color: #4e4e4e;
}
.modular_nav a:hover {
    text-decoration: none;
}

.modular_nav .active {
    font-weight: bold;
}
.pros_checked_icon {
    color: #ecd161;
}
.modular_ent_poster {
    display: flex;
}
.light_text {
    color: #4e4e4e;
}

/* Conferences */
.conference .section-image {
    background: url("../img/conference/conferences_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
}
.conference .section-left {
    margin-top: 60px;
    margin-bottom: 90px;
}

.conference .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.conference .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.conference .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.conference .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.conference .section-right {
    margin-top: 360px;
}

/* Webinars & Seminars */
.webinars_seminars .section-image {
    background: url("../img/webinar/webinars_seminars_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.webinars_seminars .section-left {
    margin-top: 60px;
    margin-bottom: 90px;
}

.webinars_seminars .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.webinars_seminars .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.webinars_seminars .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.webinars_seminars .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.webinars_seminars .section-right {
    margin-top: 360px;
}

.webinar_listing_btn {
    position: absolute;
    left: 0;
    top: 8px;
}

/* Subscription Plan */
.sub_labels {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #363636;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
    padding: 4%;
    overflow: hidden;
    text-align: center;
}

.level_one {
    width: 100%;
    background: #0000003e !important;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
    padding: 4%;
    overflow: hidden;
    text-align: center;
}

.level_two {
    width: 100%;
    background: transparent linear-gradient(146deg, #1b1ea5 0%, #1b1e4e 100%) 0%
        0% no-repeat padding-box !important;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
    padding: 4%;
    overflow: hidden;
    text-align: center;
}

.level_three {
    width: 100%;
    background: transparent linear-gradient(147deg, #ecd161 0%, #957e1f 100%) 0%
        0% no-repeat padding-box !important;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
    padding: 4%;
    overflow: hidden;
    text-align: center;
}

.current_level {
    border: 1px solid #b1993e;
}
.sub_dec {
    font-size: 12px;
}
.sub_period {
    font-size: 12px;
}

.sub_arrow {
    position: relative;
}
.sub_arrow_image {
    position: absolute;
    top: 100px;
    left: 80px;
}

.business-advisory .section-image {
    background: url("../img/business_advisory/business_advisory_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.business-advisory .section-left {
    margin-top: 150px;
    margin-bottom: 150px;
}

.business-advisory .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.business-advisory .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.business-advisory .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.business-advisory .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.advisory_btn {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.advisory_btn:hover {
    text-decoration: none;
    color: #237de4;
}

.business-advisory .section-right {
    margin-top: 360px;
}

.business-advisory .section-right .card {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    position: absolute;
}

.advisory_card {
    background-color: #363636;
}
.advisory_user {
    color: #fff;
}
.advisory_location {
    color: #ababab;
    font-size: 12px;
}
.advisory_member_since {
    color: #ababab;
    font-size: 12px;
    display: flex;
}
.advisory_verification {
    font-size: 13px;
    color: #ecd161;
}
.advisory_description {
    font-size: 14px;
    color: #fff;
}
#request_advisor {
    background-color: #ecd161;
}

.financial-advisory .section-image {
    background: url("../img/financial_advisory/financial_advisory_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.financial-advisory .section-left {
    margin-top: 150px;
    margin-bottom: 150px;
}

.financial-advisory .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

.financial-advisory .section-left p {
    width: 50%;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.financial-advisory .section-left a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffffffed;
    border-radius: 11px;
    padding: 8px 15px;
    color: #363636;
    font-weight: bold;
}

.financial-advisory .section-left a:hover {
    text-decoration: none;
    color: #237de4;
}

.financial-advisory .section-right {
    margin-top: 360px;
}

.financial-advisory .section-right .card {
    box-shadow: 0px 8px 50px #00000019;
    border-radius: 20px;
    /* z-index: 1000; */
    position: absolute;
}

.multimedia .section-image {
    background: url("../img/multimedia/multimedia_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
}
.multimedia .section-left {
    margin-top: 60px;
    margin-bottom: 90px;
}

.multimedia .section-left h3 {
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000099;
    font-size: 30px;
    font-weight: bold;
}

/* Profile Image Upload CSS */
.image_area {
    position: relative;
}

.sample_image {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: 0.5s ease;
    width: 100%;
}

.image_area:hover .overlay {
    height: 50%;
    cursor: pointer;
}

.text {
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.terms p {
    color: #4e4e4e;
    line-height: 200%;
    font-family: Poppins;
}

.faq_tab {
    /* background-color: transparent !important;
    color: grey !important; */
}

.faq_tab .active {
    /* font-weight: bold !important; */
}
