@font-face {
    font-family: Proxima Nova;
    src: url(../css/proxima_nova_font/Proxima_Nova_Font.otf);
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../css/segoeui_fonts/FontsFree-Net-Segoe-UI.ttf);
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../css/segoeui_fonts/FontsFree-Net-Segoe-UI-Bold.ttf);
    font-weight: bold;
}

body {
    font-family: 'Poppins', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.header {
    padding: 10px 30px;
}

.header ul li a,
.mobile_menu ul li a {
    color: #000;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 25px 11px 25px;

    transition: color 0.2s ease;
}

.header ul li a:hover,
.mobile_menu ul li a.active,
.header ul li a.active {
    border-radius: 26px;
    background: #039FDD;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 25px 11px 25px;
    transition: background 0.5s ease;}

.mobile_menu ul li {
    margin-bottom: 15px;
}

.header ul li {
    margin-right: 0px;
    padding: 10px 0px 11px 0px;

}


/* .header {
    background: linear-gradient(to right, #d9efde 0%, rgba(40, 167, 69, 0) 100%);
} */
.signup {
    border-radius: 26px;
    background: #039FDD;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 25px 11px 25px;
    transition: background 0.5s ease;
}

.signup:hover {
    background: #007dae;
}

.header .navbar .container-fluid {
    display: unset;
}

.video-container {
    position: relative;
    width: 100%;
    /* Adjust the height as needed */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    object-fit: cover;
}

.content {
    position: relative;
    z-index: 1;
    /* Add styling for your content */
}

.content img {
    width: 100%;
}

.content_banner {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
}

.content_banner2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.content_banner h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    border-radius: 0px 15px 15px 0px;
    background: #039FDD;
    width: max-content;
    padding: 5px 35px 3px 120px;
}

.content_banner h1.green {
    border-radius: 0px 15px 15px 0px;
    background: #4FAD40;
    padding: 0px 35px 8px 120px;
}

.content_banner p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
    padding-left: 120px;
    margin-top: 20px;
}

.upcoming_activity {
    border-radius: 10.229px;
    border: 1.279px solid #039FDD;
    background-image: url("../img/learn_more_bg.svg");
    background-size: 100% auto;
    padding: 30px 20px 30px 20px;
    width: max-content;
    float: right;
}

.upcoming_activity h1 {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 118.5%;
    margin-right: 60px;
}

.upcoming_activity h1.blue {
    color: #039FDD;
    font-weight: 700;
    margin-bottom: 80px;
}

.learnMore a {
    border-radius: 7.032px;
    background: #039FDD;
    color: #FFF;
    font-size: 15.343px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    transition: background 0.5s ease;
}

.learnMore a:hover {
    background: #007dae;
}

.why_simply_connect {
    text-align: center;
    padding-top: 3rem;
}

.why_simply_connect h1 {
    color: #1D2A2F;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.why_simply_connect p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 4rem;
}

.wsc_inner {
    box-shadow: 3px 3px 15px #cfcfcf;
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
    border-radius: 8px;
    height: 100%;
}

.wsc_inner img {
    margin-bottom: 2.5rem;
}

.wsc_inner h2 {
    color: #1D2A2F;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.wsc_inner p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.why_simply_connect .row .col-lg-4 {
    padding-left: 1rem;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.world_volunteering_main {
    background-image: url("../img/dwvo_bg.svg");
    background-size: cover; /* Ensures the background image covers the entire container */
    background-position: center; /* Centers the background image within the container */
    background-repeat: no-repeat;
    width: 100%;
}

.world_volunteering {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}

.world_volunteering h1 {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
}

.world_volunteering p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 7.5rem;
}

.world_volunteering_inner {
    border-radius: 18px;
    background: #FFF;
    border: 4px solid #9BA2ED;
    padding: 15px;
    height: 100%;
}

.world_volunteering_inner h2 {
    color: rgba(0, 0, 0, 0.80);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.world_volunteering_inner p {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    margin-bottom: 0.7rem;
}

.world_volunteering_inner img {
    margin-bottom: 1.2rem;
    height: 70px;
}

.become_volunteer_inner {
    border-radius: 58px;
    background: url(/img/become_volunteer.png);
    background-size: cover; /* Ensures the background image covers the entire container */
    background-position: center; /* Centers the background image within the container */
    padding: 2.5rem 0;
    background-repeat: no-repeat;
    width: 100%;
}

.become_volunteer {
    padding: 2rem;
}

.become_volunteer_inner h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 142.5%;
}

.become_volunteer_inner img {
    width: 100%;
    height: 1px;
    object-fit: cover;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.become_volunteer_inner P {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.join_now {
    text-decoration: none;
    color: #FFF;
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #FFF;
    padding: 9px 20px 11px 20px;
    transition: background 0.5s ease;
}

.join_now:hover {
    background: #007dae;
}

.reviews {
    background: #F4F4F4;
    text-align: center;
    padding-top: 2rem;
}

.reviews h1 {
    color: #000;
    font-size: 56px;
    font-weight: 600;
    line-height: 98.5%;
    margin-bottom: 2rem;
}

.reviews p {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 400;
    line-height: 98.5%;
}

.review_div {
    border-radius: 26.37px;
    background: linear-gradient(90deg, #039FDD 0%, #74B7D1 100%);
    padding: 2rem;
    text-align: left;
}

.review_div p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 114.5%;
}

.client_img img {
    width: 100%;
}

.client_data h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 114.5%;
    margin-bottom: 0px;
}

.client_data .client_data_designation {
    color: #fff;
}

.working_with h1 {
    color: #3E3E3E;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/*.working_with img {*/
/*    height: 44%;*/
/*}*/

.working_with {
    /*background: #F4F4F4;*/
    text-align: center;
    /*padding-top: 3rem;*/
    /*padding-bottom: 3rem;*/
    /*height: 200px;*/
}

.working_with_inner {
    background-color: #ffffff;
    padding-top: 2rem;
}

.working_with_inner .row .col-lg-4 {
    margin-bottom: 2rem;
}

.newsletter {
    background-image: url("../img/newsletter_bg.svg");
    background-size: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.newsletter h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}

.newsletter p {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 110.5%;
}

.newsletter_input {
    width: 100%;
    border-radius: 13px;
    background: #FFF;
    height: 45px;
    padding-left: 1rem;
    border: none;
}

.newsletter_input::placeholder {
    color: #828181;
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 400;
}

.newsletter_submit button {
    border-radius: 14px;
    background: #039FDD;
    height: 45px;
    padding: 0px 15px;
    color: #FFF;
    font-family: Proxima Nova;
    font-size: 20px;
    font-weight: 400;
    border: none;
    transition: background 0.5s ease;
}

.newsletter_submit button:hover {
    background: #007dae;
}

.footer {
    background-color: #ffffff;
    background-image: url("../img/footer_bg.svg");
    background-size: 100%;
    background-position: 0px 50px;
    background-repeat: no-repeat;
    color: #333;
    padding-top: 100px;
}

.footer_sec {
    border-top: 2px solid #333;
    padding-top: 25px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.footer_sec a {
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 20px;
    transition: color 0.2s ease;
}

.footer_sec a:hover {
    color: #039FDD;
}

.mobile_footer p {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
}

.mobile_footer img {
    margin-top: -20px;
}

.rights_res {
    border-top: 2px solid #000;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.mvs_header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.119);
    padding-top: 10px;
    padding-bottom: 5px;
}

.top_notification {
    text-align: right;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 14px;
}

.notification_count {
    background-color: #039FDD;
    border-radius: 15px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 22px;
    width: max-content;
    float: right;
    text-align: center;
    margin-top: -11px;
    margin-left: -14px;
    padding: 0px 3px;
}

.header_user {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 30px;
}

.header_user h3 {
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.header_user p {
    color: #221B30;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.header_user_profile_image {
    margin-left: -15px;
}

.user_profile_image {
    width: 64px;
    border-radius: 50%;
}







.user_dropdown {
    width: 300px;
    max-width: 100%;
    padding-bottom: 0px;
}

.profile_img {
    text-align: right;
    padding-right: 0px;
}

.profile_img img {
    width: 90%;
}

.user_row h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #587FFF;
    margin-bottom: 0px;


    color: var(--primary-color-2, #039FDD);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user_row span {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu {
    border: 1px solid #F4F4F4;
    border-radius: 10px;
    box-shadow: 4px 6px 7px #c7c7c7;
}

.user_links {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.border_top {
    border-top: 1px solid #E5E5E5;
}

.border_left_right {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.user_links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #616161;
    text-decoration: none;
}

.user_links a:hover {
    color: #039FDD;
}

.user_links li {
    padding: 8px 0px 6px 15px;
}

.user_links img {
    margin-right: 10px;
}




.left_menu {
    display: flex;
    flex-direction: column;

}

.user_signed_group {
    border-radius: 11px;
    border: 1px solid #D0D0D0;
    margin-bottom: 15px;
    padding: 10px 0px 10px 15px;
}

.user_signed_group a {
    text-decoration: none;
}

.user_signed_group .row {
    width: 100%;
}

.user_signed_image {
    margin-top: auto;
    margin-bottom: auto;
}

.user_signed_group img {
    width: 100%;
}

.user_signed_group_links {
    width: 250px;
    max-width: 100%;
    padding-bottom: 0px;
}

.user_signed_group_links a {
    text-decoration: none;
    display: block;
    background-color: #F6F8FC;
    color: #000;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 6px 10px 6px 20px;
}

.user_signed_group_links a:hover {
    color: #039FDD;
    background-color: #ebecee;
}

.signed_user_upper {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -5px;
}

.signed_user_bottom {
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.user_signed_bottom_link {
    margin-top: auto;
    margin-bottom: auto;
}

.user_signed_bottom_link img {
    width: 14px;
}

.main_menu {
    border-radius: 11px;
    border: 1px solid #D0D0D0;
    flex: 1;
}

.left_menu {
    width: 20%;
}

.right_content {
    width: 80%;
}

.main_menu_top {
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #08A0D5;
    background: #F5FCFF;
    padding: 8px;
    margin-bottom: 15px;
}

.main_menu ul {
    list-style: none;
    margin-left: -32px;
    padding-right: 20px;
    margin-top: 10px;
}

.left_menu_item {
    margin-bottom: 3px;
}

.active_menu,
.left_menu_item:hover {
    border-radius: 0px 30px 30px 0px;
    background: #039FDD;
}

.vol_left_menu .active_menu,
.vol_left_menu .left_menu_item:hover {
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(137deg, #039FDD 0.37%, #56AE31 100%);
}

.left_menu_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 10px;
}

.left_menu_item a:hover,
.active_menu a {
    color: #FFF;
}

.left_menu_item img {
    height: 30px;
}

.right_content {
    border-radius: 11px;
    border: 1px solid #D0D0D0;
}

.right_content_top_mid {
    padding: 0px;
    text-align: center;
}

.right_content_top_mid_inner {
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    background: #F5FCFF;
    padding: 23px 10px 12px 10px;
    max-width: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.right_content_top_mid_inner a {
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    text-decoration: none;
    color: #3E3E3E;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
    padding: 13px 10px 13px 10px;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 13px;
}

.right_content_top_mid_inner a:hover,
.right_content_top_mid_inner .active {
    border: 1px solid #039FDD;
    background: #039FDD;
    color: #ffffff;
}

.right_content_top_end {
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.right_content_top_end a {
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(130deg, #039FDD 0%, #4FAD40 100%);
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    padding: 7px 12px 12px 10px;
}

.right_content_top_end img {
    margin-right: 10px;
}

.search {
    border: 1px solid #D0D0D0;
    background: #F3F3F3;
}

.table_head {
    width: max-content;
    color: #8E8E8E;
    font-size: 13px;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: 0.315px;
}

.table_head img {
    width: 20px;
}

.table_head .col-5 {
    margin-top: auto;
    margin-bottom: auto;
}

.mvs_table {
    border-radius: 12px 12px 0px 0px;
    margin-top: 20px;
}

.mvs_table table {
    border: 1px solid #D0D0D0;
}

.mvs_table thead {
    background: #EDEDED;
}

.table-custom-striped tbody tr:nth-child(even) {
    background-color: #F6F8FC;
}

.table-custom-striped thead th,
.table-custom-striped tbody td {
    vertical-align: middle;
}

.table_body {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.313px;
}

.mvs_main h1 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mvs_main h1 span {
    color: #9D9D9D;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}

.pagination_left select {
    border-radius: 7px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 3px;
    margin-right: 10px;
}

.pagination_left {
    color: #1A1A1A;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
}

.pagination_right span {
    color: #000;
    font-family: 'Segoe UI';
    font-size: 13.34px;
    font-weight: 700;
    margin-right: 20px;
}

.pagination_right a {
    background: #F5F9FC;
    text-decoration: none;
    color: #7E7E7E;
    font-family: Segoe UI;
    font-size: 14.452px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.3s;
    margin-bottom: 5px;
    display: inline-block;
}

.pagination_right a:hover,
.pagination_right .active {
    background: #039FDD;
    color: #FFFFFF;
}

.actions {
    width: max-content;
}

.actions a {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background: #039FDD;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 2px 10px;
    transition: background 0.3s;
    margin-bottom: 3PX;
}

.actions a:hover {
    background: #007dae;
}

.model_top_left h1 {
    color: #3E3E3E;
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: bold;
}

.model_top_left p {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
}

.model_top_right {
    text-align: right;
}

.model_top_edit {
    text-decoration: none;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    background: #039FDD;
    margin-right: 20px;
    padding: 6px 15px 9px 13px;
    transition: background 0.3s;
}

.model_top_edit:hover {
    background: #007dae;
}

.model_top_edit img {
    margin-top: -5px;
    margin-right: 15px;
}

.seeMoreModal {
    padding: 20px 25px;
}

.SM_model_form label {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
}

.SM_model_form input {
    height: 45px;
}

.SM_model_form input,
.SM_model_form textarea {
    border-radius: 8px;
    border: 1px solid #ABABAB;
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.SM_model_status {
    display: block;
    text-decoration: none;
    border-radius: 34px;
    border: 1px solid #56AE31;
    background: #56AE31;
    color: #FFF;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 6px;
    width: 80%;
}

.back_link {
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #039FDD;
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px 12px 15px;
}

.back_link img {
    margin-right: 15px;
}

.MVS_view_profile_top {
    margin-top: 50px;
}

.MVS_view_profile_top h1 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.MVS_view_profile_top h3 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.MVS_view_profile_top p {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: 400;
}

.MVS_view_profile_top p a {
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    border-radius: 8px;
    background: rgba(255, 0, 0, 0.80);
    padding: 10px 15px 14px 15px;
    transition: background 0.4s;
}

.MVS_view_profile_top p a:hover {
    background: rgb(194, 0, 0);
}

.befriending_volunteer {
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 700;
    text-decoration-line: underline;
}

.MVS_view_profile .card-header {
    border-bottom: 1px solid #D0D0D0;
    background: #F6F8FC;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 700;
}

.MVS_view_profile .card {
    border-radius: 11px;
    border: 1px solid #D0D0D0;
}

.MVS_view_profile .card-body label {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
}

.MVS_view_profile .card-body input, .MVS_view_profile .card-body textarea {
    height: 45px;
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 15.805px;
    font-weight: 400;
}

.MVS_view_profile_contact_user {
    margin-top: auto;
    margin-bottom: auto;
}

.MVS_skill_interest_left {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
}

.MVS_skill_interest_right {
    border-radius: 8px;
    border: 1px solid #ABABAB;
    padding: 10px 20px 15px 20px;
    margin-bottom: 15px;
}

.MVS_skill_interest_right span {
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 400;
    border-radius: 17px;
    background: #039FDD;
    padding: 3px 12px 6px 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.MVS_skill_interest_right p {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
}

.MVS_other_detail,
.MVS_correspondence_date {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 5px 15px 5px 10px;
    margin-bottom: 15px;
}

.MVS_correspondence_date {
    padding: 8px 15px 8px 10px;
}

.MVS_other_detail p,
.MVS_correspondence_date p {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.MVS_availability_left {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.MVS_availability_right {
    margin-bottom: 5px;
}

.MVS_availability_right span {
    color: #FFF;
    font-family: 'Proxima Nova';
    font-size: 12px;
    font-weight: 700;
    background-color: #9C28B1;
    border-radius: 17px;
    padding: 3px 12px 6px 12px;
}

.MVS_other_detail_main {
    height: 95%;
}

.MVS_roles_applied {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
}

.MVS_vol_msg {
    margin-top: 20px;
}

.MVS_vol_msg h2 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
}

.MVS_vol_msg p {
    border-radius: 8px;
    background: #F6F8FC;
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
}

.MVS_vol_msg_model p {
    background: #ffffff;
}

.MVS_invite_vol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MVS_invite_vol h1 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 22px;
    font-weight: 700;
}

.MVS_invite_vol h1 span {
    color: #039FDD;
}

.MVS_invite_vol p {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
}

.invite_volunteer {
    text-decoration: none;
    border-radius: 8px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px 13px 15px;
    transition: background 0.4s;
}

.invite_volunteer img {
    margin-right: 8px;
}

.invite_volunteer:hover {
    background: #007dae;
}

.no_data_found img {
    width: 100%;
}

.add_new_role a {
    border-radius: 8px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 15px 14px 15px;
    transition: background 0.4s;
}

.add_new_role a:hover {
    background: #007dae;
}

.manage_role_action a {
    text-decoration: none;
    background: #ECEAFF;
    border-radius: 5px;
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #039FDD;
    padding: 3px 10px 5px 10px;
    transition: background 0.4s;
}

.manage_role_action a:hover {
    background: #dad7fa;
}

.live_yes,
.live_no {
    border-radius: 21px;
    background: #00C10F;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 700;
    padding: 4px 15px 6px 15px;
}

.live_no {
    background: red;
}









.role_detail_left {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 700;
}

.role_detail_right {
    text-align: right;
}

.role_detail_right button {
    background: #039FDD;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 8px 18px 10px 18px
}

.role_detail_right a {
    margin-left: 30px;
}

.role_detail_bottom {
    border-right: 1px solid #D0D0D0;
}

.role_detail {
    border-bottom: 1px solid #D0D0D0;
}

.role_detail .col-md-4 {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.role_detail .col-md-8 {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 15px;
    font-weight: 400;
}

.role_detail_content {
    background-color: #F8F8F8;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
}

.role_detail_content h4 {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.role_detail_content h3 {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 700;
}

.role_detail_content p {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.role_detail_bottom_right_box {
    border: 1px solid #D0D0D0;
    margin-bottom: 12px;
    border-radius: 8px;
}

.role_detail_bottom_right_title {
    background-color: #F3F3F3;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 700;

}

.when_we_need .col-3 {
    margin-top: 13px;
}

.when_we_need .col-9 {
    margin-top: 13px;
    padding-left: 30px;
}

.role_detail_bottom_right_content {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 15px;
    font-weight: 400;
}

.when_we_need_left {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
}

.when_we_need_right span {
    background: #9C28B1;
    padding: 4px 6px 6px 6px;
    border-radius: 10px;
    color: #FFF;
    font-family: 'Proxima Nova';
    font-size: 12px;
    font-weight: 700;
}

.google_link a {
    text-decoration: none;
    color: #5E4AF7;
    font-family: 'Proxima Nova';
    font-size: 15px;
    font-weight: 400;
}

.mid_line hr {
    height: 3px;
    background-color: #bebebe;
    border: none;
}

.add_role_top_flow .col {
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;

    color: #AAA7A7;
    font-family: 'Proxima Nova';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.add_role_top_flow .col.active {
    color: #3E3E3E;
}

.add_role_top_flow2 .col {
    width: 5.88%;
    text-align: center;
    margin-top: 15px;
}

.add_role_top_flow img {
    width: 100%;
}

.form-check .form-check-input {
    float: unset;
}

.add_role_form label {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
}

.add_role_form .form-control,
.add_role_form .form-select {
    border: 1px solid #000;
}

.add_role_form input::placeholder,
.add_role_form textarea::placeholder {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.add_role_form_next,
.add_role_form_back {
    background: #039FDD;
    color: #F6F8FC;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #039FDD;
}

.add_role_form_back {
    background: #ffffff;
    color: #039FDD;
    border: 2px solid #039FDD;
}

.add_role_form_next{
    padding: 5px 20px;
}

.add_role h1 {
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 700;
}

.add_role_form h2 {
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
}

.add_role_form .form-check-input:checked, .MVS_view_profile .card-body .form-check-input:checked{
    background-color: #039FDD;
    border-color: #039FDD;
}
.MVS_view_profile .card-body .form-check-input{
    height: 20px;
    width: 20px;
}
.add_role_form .form-check-label {
    font-weight: 400;
    margin-left: 15px;
}

.add_role_form .form-text {
    color: #707070;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 16.95px;
    background: #039FDD;
    color: #FFF;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2px 10px 5px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    padding-left: 10px;
}

.back_to_dashboard_link {
    border-radius: 10px;
    border: 2px solid #039FDD;
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px 11px 20px;
}

.vol_dashboard_top h1 {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}

.vol_dashboard_top p {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 400;
}

.vol_dash_edit_right {
    text-decoration: none;
    border-radius: 8px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 700;
    padding: 9px 20px;
    transition: background 0.4s;
}

.vol_dash_edit_right2 {
    text-decoration: none;
    border-radius: 8px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 700;
    padding: 6px 13px 12px 14px;
    transition: background 0.4s;
}

.vol_dash_edit_right img {
    margin-top: -5px;
    margin-right: 5px;
}

.vol_dash_edit_right:hover {
    background: #007dae;
}

.user_detail,
.previous_events {
    border-radius: 13px;
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.25);
    padding: 20px 25px;
    height: 100%;
}

.user_detail_top h2 {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}

.user_detail_top span {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
}

.user_detail_top_img {
    width: 100%;
    border-radius: 50%;
}

.user_detail_bottom p {
    margin-top: 15px;
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
}

.user_detail_bottom span {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 400;
}

.user_detail_bottom img {
    width: 18px;
    margin-top: -5px;
}

.previous_events h2 {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.previous_events span {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
}

.previous_events img {
    margin-right: 20px;
}

.previous_events .col-3 {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
}

.previous_events .row div {
    margin-bottom: 10px;
}

.previous_events a {
    text-decoration: none;
    color: #587FFF;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
}

.previous_events a img {
    margin-left: 10px;
}

.vol_dashboard_form label {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: 400;
}

.vol_dashboard_form label span {
    color: #D95442;
}

.vol_dashboard_form .form-control {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
}

.last_updated {
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.last_updated span {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 16.385px;
    font-weight: 400;
    margin-left: 30px;
}

.vol_dashboard_form .select2-container--default .select2-selection--multiple {
    border: 2px solid #E5E5E5;
    min-height: 50px;
}

.vol_dashboard_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 9px;
    background: #E6ECFF;
    color: #587FFF;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 5px 18px 8px 18px;
}

.vol_dash_cancel {
    text-decoration: none;
    color: #039FDD;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #039FDD;
    padding: 13px 20px;
    margin-right: 10px;
}

.vol_dash_save {
    text-decoration: none;
    color: #F6F8FC;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #039FDD;
    padding: 9px 20px;
    background: #039FDD;
}

.vol_dash_top_menu {
    text-align: center;
    margin-top: 20px;
}

.vol_dash_top_menu a {
    border-radius: 8px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    text-decoration: none;
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    padding: 14px 20px 15px 20px;
    margin-right: 10px;
}

.vol_dash_top_menu a:hover,
.vol_dash_top_menu .active {
    background: linear-gradient(136deg, #039FDD 0%, #55AE31 100%);
    color: #FFF;
    font-weight: 700;
    padding: 14px 16px 15px 16px;
}

.my_vol_roles p {
    color: #616161;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 400;
}

.my_vol_roles p span {
    color: #039FDD;
    font-weight: 700;
}

.VD_mvr {
    background: #F6F8FC;
}

.VD_mvr_table th {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.315px;
    height: auto;

}

.VD_mvr_table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #E5E5E5;
}

.VD_mvr_table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #E5E5E5;
}

.VD_mvr_table tbody tr {
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 100px;
}

.VD_mvr_table tbody tr td{
    border-top: 1px solid #E5E5E5;
    padding: 15px 40px 10px 40px;
    vertical-align: middle;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.313px;
}
.VD_mvr2 .VD_mvr_table tbody tr td{
    padding: 15px 10px 10px 10px;
}
.VD_mvr_filter .VD_mvr_table tbody tr td{
    padding: 15px 20px 10px 20px;
}

.VD_mvr_table table {
    border-collapse: separate;
    border-spacing: 0 10px;
    /* Adjust the spacing as needed */
}

.VD_mvr_table th {
    padding: 15px 40px 10px 40px;
    /* Optional padding within cells */
}
.VD_mvr_table thead, tbody, tfoot, tr, th{
    border: none;
}
.VD_mvr_table .actions a, .VD_mvr_invite .actions a{
    border: 1px solid #039FDD;
    border-radius: 6px;
    background: #ECEAFF;
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px 7px 15px;
}
.VD_mvr2 h3{
    color: #585858;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-top: 20px;
}
.VD_mvr_invite{
    border-radius: 18px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    padding: 15px 20px;
    margin-top: 15px;
}
.VD_mvr_invite h2{
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 700;
    display: inline;
    margin-right: 15px;
}
.VD_mvr_invite span{
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 400;
}
.VD_mvr_invite p{
    margin-top: 15px;
    color: #000;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 400;
}
.VD_my_availability{
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 400;
}
.VD_my_availability a{
    text-decoration: none;
    border-radius: 25px;
    background: #CBCBCB;
    color: #FFF;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 700;
    padding: 8px 13px;
}
.VD_my_availability a.active, .VD_my_availability a:hover{
    background: #039FDD;
}
.VD_my_availability .col-3{
    margin-top: 15px;
}
.my_availability p{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
}
.VD_filter_form label{
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
}
.VD_filter_form input::placeholder{
    color: #CBC5C5;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
}
.VD_filter_form .form-select{
    color: #000;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
}
.VD_filter_form .irs-from, .irs-to, .irs-single{
    background: #039FDD;
}
.filter_activity{
    border-radius: 11px;
    border: 1px solid #D0D0D0;
    background: #FFF;
}
.filter_activity h4{
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 24px;
    font-weight: 700;
}
.VD_role_detail_action{
    margin-top: -30px;
}
.VD_mvrsd_title h1{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 700;
}
.VD_mvrsd_title h2{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
}
.card_body_single{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 400;
}
.card_body_google a{
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.reg_p{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 17px !important;
    font-weight: 400;
}
.reg_p span{
    color: #3E3E3E;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: 700;
}
.join_now_vol{
    border-radius: 26.197px;
    background: #0497D2;
    text-decoration: none;
    color: #FFF;
    font-size: 16.121px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 20px;
    transition: background 0.3s
}
.join_now_vol:hover{
    background: #007dae;
}
.join_now_vol_main{
    margin-top: 25px;
}
.VL_banner{
    position: relative;
    padding: 0px;
}
.banner_content{
    position: absolute;
    top: 78px;
    left: 0px;
    border-radius: 0px 18px 18px 0px;
    background: #039FDD;
    color: #FFF;
    font-family: 'Segoe UI';
    font-size: 42px;
    font-weight: 700;
    line-height: 99.508%;
    padding: 15px 15px 15px 80px;
}
.VL_banner img{
    width: 100%;
}
.opportunities{
    background: #DAEFFD;
    padding: 20px 40px;
}

.opportunity{
    border-radius: 12px;
    border: 2px solid #DFDBFD;
    background: #FFF;
    height: 100%;
}
.latest_opportunity{
    padding: 0px;
}
.latest_opportunity h1{
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 28px;
    font-weight: 700;
}
.opportunity{
    padding: 15px 20px;
}
.opportunity h2{
    color: #141414;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
}
.opportunity p{
    color: #000;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.opportunity span{
    display: block;
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.805px;
    letter-spacing: 0.313px;
    margin-bottom: 5px;
}
.opportunity span img{
    margin-right: 15px;
}
.show_more{
    text-decoration: none;
    color: #039FDD;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    display: block;
    float: right;
    margin-top: -20px;
}
.carousel-control-next-icon {
    background-image: url('../img/arrow_right.svg');
}

.carousel-control-prev-icon {
    background-image: url('../img/arrow_left.svg');
}

.carousel-control-prev, .carousel-control-next{
    width: 30px;
}
.active_filters{
    color: #3E3E3E;
    font-family: 'Proxima Nova';
    font-size: 36px;
    font-weight: 700;
}
.active_filter{
    border-radius: 15px;
    border: 1px solid #039FDD;
    background: #F5FCFF;
    color: #039FDD;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
}
.active_filter a{
    text-decoration: none;
    margin-left: 10px;
}
.clear_filter{
    float: right;
    color: #E02A2A;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 15px;
}
.vol_landing_footer{
    background: #039FDD;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}
.vol_landing_footer p{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}



@media (min-width: 992px) {
    body {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    body {
        max-width: 100%;
    }

    .modal-xl {
        --bs-modal-width: 1338px;
    }
}

@media (min-width: 1400px) {
    body {
        max-width: 100%;
    }
}


@media (min-width: 1600px) {
    /* body {
        max-width: 1600px;
    } */
}


@media (max-width: 1550px) {}

@media (max-width: 1400px) {
    .content_banner {
        top: 200px;
    }

    .world_volunteering p {
        margin-bottom: 2.5rem;
    }

    .header_user {
        padding-left: 20px;
    }

    .main_menu ul {
        padding-right: 5px;
    }

    .left_menu_item a {
        padding: 8px 5px;
    }
}

@media (max-width: 1300px) {
    .header_user {
        padding-left: 10px;
    }
}

@media (max-width: 1250px) {
    .content_banner {
        top: 120px;
    }

    .content_banner h1 {
        font-size: 45px;
    }

    .header_user {
        padding-left: 10px;
        padding-right: 0px;
    }

    .left_menu_item a {
        font-size: 16px;
    }

}

@media (max-width: 1200px) {}

@media (max-width: 1150px) {
    .header_user {
        padding-left: 5px;
    }

    .header_user h3 {
        font-size: 18px;
    }

    .header_user p {
        font-size: 14px;
    }

    .main_menu ul {
        padding-right: 0px;
    }

    .user_signed_image {
        padding: 0px 0px;
    }

    .signed_user {
        padding-right: 0px;
    }

    .user_signed_bottom_link {
        padding-right: 0px;
    }
}

@media (max-width: 1050px) {
    .become_volunteer_inner h1 {
        font-size: 40px;
    }

    .become_volunteer_inner P {
        font-size: 34px;
    }

    .left_menu_item a {
        font-size: 14px;
    }

    .left_menu_item img {
        height: 25px;
    }

    .signed_user_upper {
        font-size: 14px;
    }

    .signed_user_bottom {
        font-size: 16px;
    }
    .header ul li a, .mobile_menu ul li a {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .content_banner2 {
        position: relative;
    }

    .upcoming_activity {
        width: unset;
        float: unset;
    }

    .upcoming_activity_main {
        padding: unset !important;
    }

    .content_banner h1,
    .content_banner h1.green,
    .content_banner p {
        padding-left: 70px;
    }

    .world_volunteering_main {
        background-size: auto 100%;
    }

    .world_volunteering h1 {
        font-size: 32px;
    }

    .world_volunteering_inner {
        margin-bottom: 1rem;
    }

    .become_volunteer_inner h1 {
        font-size: 32px;
    }

    .become_volunteer_inner P {
        font-size: 30px;
    }

    .become_volunteer {
        padding: 1rem;
    }

    .become_volunteer_inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reviews h1 {
        font-size: 40px;
    }

    .review_div {
        margin-bottom: 1rem;
    }

    .newsletter_submit button {
        margin-top: 1rem;
    }

    .newsletter_submit {
        text-align: center;
    }

    .newsletter {
        text-align: center;
    }

    .left_logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .header_user {
        padding-left: 30px;
    }

    .header_user h3 {
        font-size: 20px;
    }

    .header_user p {
        font-size: 16px;
    }

    .signed_user,
    .user_signed_bottom_link,
    .left_menu_item span {
        display: none;
    }

    .user_signed_image {
        width: 80%;
    }

    .left_menu {
        width: 15%;
    }

    .right_content {
        width: 85%;
    }

    .main_menu ul {
        padding-right: 40px;
    }

    .right_content_top_end a span {
        display: none;
    }

    .right_content_top_end img {
        margin-right: 0px;
    }

    .right_content_top_end a {
        padding: 7px 10px 12px 10px;
    }

}


@media (max-width: 767px) {

    .content_banner h1,
    .content_banner h1.green,
    .content_banner p {
        padding-left: 15px;
        padding-bottom: 5px;
    }

    .content_banner h1.green {
        padding-top: 3px;
    }

    .content_banner {
        top: 80px;
    }

    .content_banner h1 {
        font-size: 35px;
    }

    .newsletter h1 {
        font-size: 26px;
    }

    .newsletter p {
        font-size: 26px;
    }

    .desktop_footer {
        text-align: center;
    }

    .right_logo {
        margin-top: 20px;
        text-align: center;
    }

    .header_user {
        text-align: left;
    }

    .left_logo img {
        max-width: 100%;
    }

    .mid_logo img {
        max-width: 100%;
    }

    .main_menu ul {
        padding-right: 15px;
    }

    .left_menu {
        width: 20%;
    }

    .right_content {
        width: 80%;
    }

    .right_content_top_mid {
        margin-bottom: 20px;
    }
    .join_now_vol_main{
        text-align: center !important;
        margin-bottom: 15px;
    }
    .banner_content {
        top: 25px;
        font-size: 26px;
        padding: 15px 15px 15px 50px;
    }
}

@media (max-width: 600px) {
    .content_banner {
        top: 50px;
        padding-right: 0px;
    }

    .upcoming_activity h1 {
        margin-right: 0px;
        font-size: 18px;
    }

    .become_volunteer {
        padding: 0.5rem;
    }

    .main_menu ul {
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .content_banner h1 {
        font-size: 30px;
    }

    .content_banner h1,
    .content_banner h1.green,
    .content_banner p {
        padding-right: 10px;
    }

    .upcoming_activity h1.blue {
        margin-bottom: 50px;
    }

    .world_volunteering h1 {
        font-size: 26px;
    }

    .main_menu ul {
        padding-right: 0px;
    }
    .banner_content {
        top: 15px;
        font-size: 24px;
        padding: 15px 15px 15px 15px;
    }
}

@media (max-width: 480px) {
    .content_banner h1 {
        font-size: 24px;
    }

    .content_banner {
        top: 30px;
    }

    .upcoming_activity {
        padding-right: 0px;
    }

    .content_banner p {
        font-size: 16px;
        margin-top: 15px;
    }

    .why_simply_connect .row .col-lg-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .world_volunteering h1 {
        font-size: 23px;
    }

    .reviews h1 {
        font-size: 32px;
    }
}

@media (max-width: 400px) {
    .why_simply_connect h1 {
        font-size: 26px;
    }

    .why_simply_connect p {
        font-size: 20px;
    }

    .newsletter h1 {
        font-size: 22px;
    }

    .newsletter p {
        font-size: 22px;
    }


}
.progress-green{
    height: 40px; background-color: #e9ecef; border-radius: 50px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.progress-green-fill {
    background: linear-gradient(90deg, #00b09b, #96c93d); border-radius: 50px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.progress-green-fill-text {
    color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.user_dropdown {
    min-width: 250px; /* Adjust this value to fit your content */
    white-space: nowrap; /* Prevent text wrapping */
}

/* Non GLA banner - Role search page */
.non_gla_VL_banner {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.non_gla_VL_banner .text-container {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    margin-left: 1.4em;
    margin-right: 1.4em;
}

.non_gla_VL_banner .text-container .header-text {
    font-size: 5vw;
    color: white;
}

.non_gla_VL_banner .text-container .support-text {
    font-size: 3vw;
    color: white;
}

@media (min-width: 992px){
    .non_gla_VL_banner {
        height: 94vh;
    }

    .non_gla_VL_banner .text-container {
        margin-top: 15vw;
        margin-bottom: 1.4vw;
        margin-left: 10vw;
        margin-right: 1vw;
    }

    .non_gla_VL_banner .text-container .header-text {
        font-size: 3vw;
    }

    .non_gla_VL_banner .text-container .support-text {
        font-size: 1.5vw;
        margin-top: 5rem;
    }
}
