/*
Author: Yogita Mandaviya
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    color: #44444f;
    background-color: #fafafb;
    letter-spacing: 0.1px;
}
/* ----------common css----- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
.container {
    max-width: 90%;
}
a:hover {
    text-decoration: none;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
}
.font-manrope {
    font-family: "Manrope", sans-serif;
}
.font-inter {
    font-family: "Inter", sans-serif;
}
.font-roboto {
    font-family: "Roboto", sans-serif;
}

/* Main Header CSS */
.main-header .navbar {
    background-color: #fff;
    box-shadow: inset 0px -1px 0px #e2e2ea;
    padding: 0.58rem 1rem;
}
.page_banner {
    background: url(../images/header_banner.png) center no-repeat;
    background-size: cover;
}
.page_banner h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    padding: 76px 0px;
    font-family: "Manrope", sans-serif;
}
.search__box__dropdown {
    background: #ffffff;
    /*box-shadow: inset -1px -1px 0px #f1f1f5;*/
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
}
.search__box {
    position: relative;
    margin-top: -35px;
}
.search__box__dropdown .dropdown-menu {
    top: 0px !important;
    border: none;
    left: 27px !important;
    box-shadow: 0px 0px 15px 8px #f1f1f5;
    border-radius: 10px;
    position: relative;
    width: 95%;
}
.search__box__dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 6%;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.search__box__dropdown .dropdown-toggle {
    font-size: 16px;
    color: #b5b5be;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search__box__dropdown .dropdown-menu.show a {
    font-size: 16px;
}
.search__box__dropdown .dropdown-toggle::after {
    content: none;
}
.search__box__dropdown .dropdown-toggle > div {
    display: flex;
    align-items: center;
}
.search__box__dropdown .dropdown {
    width: 22%;
    padding: 0px 30px;
    box-shadow: inset -2px 0px 0px #f1f1f5;
    line-height: 50px;
    height: 100%;
}
.search__box__dropdown .dropdown i {
    font-size: 24px;
}
.search__box__button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #ffffff;
    background: #e66f09;
    height: 100%;
    line-height: 50px;
    width: 12%;
    border-radius: 0px 10px 10px 0px;
    font-family: "Poppins", sans-serif;
}
.search__box__button:hover {
    color: #fff;
}
.jobs .jobs__header h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #171725;
}
.jobs__sortby .dropdown-toggle {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #44444f;
}
.jobs__sortby .dropdown-toggle span {
    font-weight: normal;
    line-height: 21px;
    color: #92929d;
}
.jobs__sortby .dropdown-toggle::after {
    border-top-color: #92929d;
    border-radius: 0.5px;
}
.jobs__sortby .dropdown-menu {
    top: 15px !important;
    border: none;
    left: 21px !important;
    box-shadow: 0px 0px 15px 8px #f1f1f5;
    border-radius: 10px;
    position: relative;
    width: 95%;
}
.jobs__sortby .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 6%;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.jobs__sortby .dropdown-menu.show a {
    font-size: 16px;
}
.jobs__block__box__header__image {
    max-height: 34px;
    max-width: 34px;
}
.jobs__block__box .blue_button {
    display: table;
    padding: 10px 27px;
}
.jobs__block__box__header__image img {
    border-radius: 10px;
}
.jobs__block__box__header__title span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #171725;
    font-family: "Poppins", sans-serif;
}
.jobs__block__box__header__icon span {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #92929d;
    display: block;
    margin: 2px;
}
.jobs__block__box .start_end_date h6 {
    font-family: Poppins;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #92929d;
    margin-bottom: 0;
}
.jobs__block__box .start_end_date span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
}
.jobs__block__box {
    background-color: #fff;
    border: 1px solid #e8e7e8;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.jobs__block__box .laguages_box .yellow__box {
    background: rgba(255, 151, 74, 0.1);
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    color: #ff974a;
    font-family: "poppins";
    margin: 4px;
}
.jobs__block__box .laguages_box {
    flex-wrap: wrap;
}
.jobs__block__box__header,
.jobs__block__box__body__content {
    padding: 15px;
}
.jobs__block__box__body__image {
    position: relative;
    overflow: hidden;
}
.jobs__block__box__body__image img {
    width: 100% !important;
}
.ttm-box-view-overlay:before {
    content: "";
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0, 0, 0);
    transition: all 0.5s ease;
    transform: translateY(100%);
}
.ttm-box-view-overlay:after {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.5);
}
.jobs__block__box:hover .ttm-box-view-overlay:before,
.jobs__block__box:hover .ttm-box-view-overlay:after {
    opacity: 0.4;
    transform: translateY(0);
}
.jobs__block__box:hover .jobs__block__box__body__image img {
    transform: scale(1.075);
    transition: all 3s ease-out;
    transition-delay: 0.15s;
}
.jobs__block__box__body__content h5 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    color: #171725;
    text-align: left;
}
.jobs__block__box__body__content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #696974;
    text-align: left;
}
.progree__bar span {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #92929d;
}
@keyframes bar-fill {
    0% {
        width: 0;
    }
}
@-webkit-keyframes bar-fill {
    0% {
        width: 0;
    }
}
@-moz-keyframes bar-fill {
    0% {
        width: 0;
    }
}
@-o-keyframes bar-fill {
    0% {
        width: 0;
    }
}
.bar-fill {
    -moz-animation: bar-fill 1s;
    -webkit-animation: bar-fill 1s;
    -ms-animation: bar-fill 1s;
    animation: bar-fill 1s;
    width: 0px;
}
.progree__bar .progress {
    background: #e2e2ea;
    border-radius: 2.5px;
    height: 6px;
    width: 88%;
}
.count {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #696974;
    margin-left: 10px;
    width: 12%;
}
.count span {
    color: #f29b44;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}
.progree__bar .progress-bar {
    background: #f29b44;
    border-radius: 2.5px;
}
.timing span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #44444f;
    font-family: "Poppins", sans-serif;
}
.timing p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #92929d;
    font-family: "Poppins", sans-serif;
}
.jobs__block__box__footer {
    padding: 0px 20px 20px 20px;
}
.jobs__block__box__footer hr {
    border-top: 1px solid #f1f1f5;
    margin-top: 0;
    margin-bottom: 25px;
}
.light_gray_button {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #696974;
    background: #f1f1f5;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0px 12px;
    font-family: "Poppins", sans-serif;
}
.blue_button {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #0062ff;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0px 12px;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease;
}
.blue_button:hover {
    background-color: #ffb900;
    color: #fff;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[data-pagination] {
    text-align: center;
    transition: font-size 0.2s ease-in-out;
}
[data-pagination] ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0.5em;
}
[data-pagination] ul li {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

[data-pagination] a {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #92929d;
}
[data-pagination] a i {
    font-size: 28px;
    color: #92929d;
    border: 1px solid #e2e2ea;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    width: 48px;
    line-height: 47px;
}
[data-pagination] li.current a {
    font-weight: bold;
    font-size: 20px;
    color: #0062ff;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
    color: #0062ff;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    opacity: 0.5;
    pointer-events: none;
}
/* ----responsive------- */
@media (min-width: 1201px) and (max-width: 1360px) {
    .jobs__block__box__footer__button {
        display: block !important;
    }
    .jobs__block__box__footer__button .light_gray_button,
    .jobs__block__box__footer__button .blue_button {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .jobs__block__box__footer__button .blue_button {
        margin-top: 15px;
    }
}
/* ---------------------search result job 2 page start---------- */
.back_to_list{
    text-align: left;
}
.back_to_list img{
    vertical-align: middle;
    display: inline-block;
}
.back_to_list span {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #b5b5be;
    vertical-align: middle;
    display: inline-block;
}
.search_result_job_elementor {
    border-radius: 10px;
    background: #ffffff;
}
.search_result_job_elementor .main-image {
    width: 100%;
    border-radius:10px;
}
.search_result_job_elementor_content {
    padding: 30px;
}
.search_result_job_elementor_content .title {
    line-height: 36px;
    letter-spacing: 0.1px;
    color: #171725;
    /* max-width: 650px; */
    font-size: 1.5rem;
}
.search_result_job_elementor_date span {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #b5b5be;
}
.search_result_job_elementor_date h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: #0062ff;
}
h5.common__block__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #171725;
}
p.block__paragraph {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #696974;
    /* max-width: 580px; */
}
.search_result_job_elementor_workdes__list li {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #696974;
    margin-top: 18px;
    position: relative;
    list-style: none;
}
.search_result_job_elementor_workdes__list {
    padding-left: 30px;
}
.search_result_job_elementor_workdes__list li::before {
    content: "";
    background-image: url(../images/list_circle.png);
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.1rem;
    left: -30px;
    margin-right: 0.2rem;
}
.search_result_job_elementor_content_line {
    border-color: #f1f1f5;
    margin: 35px 0px;
}
.search_result_job_block_right {
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(146, 146, 157, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-top: 65px;
}
.search_result_job_main_ttile {
    font-size: 18px;
    line-height: 27px;
    color: #171725;
}
.search_result_job_block_right__image {
    margin-top: -100px;
}
.add {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
}
.add span {
    color: #92929d;
}
.add span i {
    font-size: 5px;
}
.share__icon {
    border: 1px solid #e2e2ea;
    box-sizing: border-box;
    border-radius: 10px;
    height: 36px;
    width: 36px;
    line-height: 32px;
    cursor: pointer;
}
.category ul li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #696974;
}
.contact__us span {
    font-weight: 500;
    font-size: 14px;
}
.contact__image {
    min-height: 42px;
    max-height: 42px;
}
.contact__list span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #696974;
    margin-left: 15px;
    word-break: break-all;
}
.contact__icon {
    background: rgba(80, 181, 255, 0.1);
    border-radius: 10px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: table;
}
.contact__icon i {
    font-size: 20px;
    color: #50b5ff;
}
.contact__list span.light__gray__text {
    color: #171725;
}
.contact__list li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.search_result_job_block_right_bottom {
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(146, 146, 157, 0.05);
    border-radius: 10px;
    padding: 25px;
}
.work__image {
    background: #fdfdfd;
    border: 1px solid #f1f1f5;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.volunteer__work span {
    font-weight: 500;
    font-size: 12px;
}
.volunteer__work p {
    font-size: 12px;
    color: #92929d;
}
.volunteer__work__button {
    background: #0062ff;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fafafb;
    padding: 5px 25px;
    transition: all 0.5s ease;
}
.volunteer__work__button:hover {
    background-color: #ffb900;
    color: #fff;
}
.color__black {
    color: #171725 !important;
}
.volunteer__work__button:hover {
    color: #fff;
}
.venue__box,.venue__section {
    background: #fafafb;
    border: 1px solid #e2e2ea;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
}
.venue__box h6,.venue__section h6{
    font-size: 14px;
    /* line-height: 21px; */
    color: #171725;
}
.venue__box span,.venue__section span {
    font-size: 12px;
    line-height: 14px;
    color: #92929d;
}
.venue__box:hover,
.venue__box.active,
.venue__section:hover,
.venue__section.active
{
    background: #d0f6ff;
    border: 1px solid #0062ff;
}
.venue__box.active .right_click {
    display: block !important;
}

.right_click {
    background: #0062ff;
    border-radius: 6px;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    right: -9px;
    top: -9px;
}
.right_click i {
    color: #fff;
    font-size: 10px;
}
.details-page{
    text-align: left;
}
.header_venue {
    display: block;
}

.header_venue h5 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.header_venue img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/* Share button start*/
.share p {
    margin: 0px;
    padding: 0px;
}

.sites {
    display: none;
    font-size: 10px;
    list-style-type: none;
    background: #0062ff;
    position: relative;
    color: #FFF;
    padding: 5px 0;
    border-radius: 5px;
}


.sites li{
    font-size: 20px;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shake{
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
    transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
}
/* Share button end*/
/* -modal css start-------------- */
.modal.shelter .modal-content .modal-header .modal-title {
    font-weight: 500;
    font-size: 18px;
    color: #171725;
}
.modal.shelter .modal-content .modal-body{
    padding: 10px 0;
}
.shelter .close {
    color: #92929d;
    font-size: 28px;
}
.modal-content {
    padding: 25px;
    border-radius: 15px !important;
    border: none;
}
.modal-header {
    padding: 0 0 1rem 0;
    border-color: #f1f1f5;
}
.link__details {
    text-decoration-line: underline;
    color: #0062ff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
}
.days li {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #696974;
    text-transform: uppercase;
    margin-right: 22px;
}
.days li.blue__text {
    font-weight: bold;
    color: #0062ff;
}
.time__border span {
    font-weight: normal;
    font-size: 18px;
    color: #696974;
}
.time__border {
    border: 1px solid #e2e2ea;
    border-radius: 11px;
    padding: 12px;
}
.modal {
    background-color: rgba(23, 23, 37, 0.3);
}

.modal.role__dates .modal-content .modal-header .modal-title{
    font-size: 1.5rem;
}
.month__drodown h6 {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.month__drodown .month_listed {
    font-weight: normal;
    font-size: 14px;
    color: inherit;
    border: 1px solid #e2e2ea;
    border-radius: 10px;
    display: block;
    padding: 8px 14px;
}
.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}
.role_listing{
    width:100%;
    table-layout: fixed;
}
.dropdown {
    width: 20%;
}
.month__drodown .dropdown-menu {
    top: 15px !important;
    border: none;
    left: 0px !important;
    box-shadow: 0px 0px 15px 8px #f1f1f5;
    border-radius: 10px;
    position: relative;
    width: 95%;
}
.month__drodown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 6%;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.role__dates .table thead tr th {
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #44444f;
    border: none;
    font-family: "poppins";
}
.role__dates .table thead {
    background-color: #f1f1f5;
}
.role__dates .table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.role__dates .table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.role__dates .table tbody tr td {
    color: #44444f;
    border: none;
}
.role__dates .table tbody tr td.text_dark {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #171725;
}
.role__dates table tbody tr:nth-child(even) {
    background-color: #fafafb;
}
.role__dates .modal-footer button {
    background: #e2e2ea;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-family: "poppins";
    padding: 9px 53px;
}
.frq_title{
    font-size: 16px;
    margin: 10px 0;
 }
/* .modal.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
} */
.modal-dialog {
    width: 100%;
}
.sign .modal-body h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #171725;
    margin-bottom: 10px;
}
.sign .modal-body p {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #92929d;
}
.sign .modal-body .form-control {
    background: #fafafb;
    border: 1px solid #f1f1f5;
    box-sizing: border-box;
    border-radius: 15px;
    height: calc(2.1em + 0.75rem + 2px);
}
.sign .modal-body .form-control::placeholder {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #92929d;
}
.sign .modal-content {
    padding: 40px;
}
.modal__orange__buton {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fafafb;
    background: #ff974a;
    border-radius: 10px;
    width: 100%;
    display: block;
    height: 58px;
    line-height: 58px;
    transition: all 0.5s ease;
    outline: none !important;
    text-decoration: none;
    border-color: transparent;
}
.modal__orange__buton:hover {
    background-color: #ffb900;
    color: #fff;
}
.close__button {
    position: absolute;
    right: 31px;
    top: 19px;
    font-size: 32px;
}
.forgot_pwd_link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #50b5ff;
}
.volunteer_img__block .volunteer__img {
    height: 24px;
    width: 24px;
    overflow: hidden;
    border-radius: 100%;
}
.volunteer_img__block .volunteer__img img {
    border-radius: 100%;
}
.volunteer_img__block .volunteer__img.bg__yellow {
    background-color: #ffc542;
    text-align: center;
}
.volunteer_img__block .volunteer__img.gray__border {
    border: 1px solid #e2e2ea;
}
.volunteer__img {
    margin-left: -7px;
}
.volunteer__img:first-child {
    margin: 0;
    z-index: 10;
}
.volunteer__img:nth-child(2) {
    z-index: 9;
}
.volunteer__img:nth-child(3) {
    z-index: 8;
}
.volunteer__img:nth-child(4) {
    z-index: 7;
}
.volunteer__img:nth-child(5) {
    z-index: 6;
}
.volunteer__img:nth-child(6) {
    z-index: 5;
}
.gray__text {
    font-weight: normal;
    font-size: 12px;
    color: #92929d;
}
.gray__text__light {
    font-weight: normal;
    font-size: 12px;
    color: #b5b5be;
}
.details_volu small {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #44444f;
}
.details_volu ul li {
    padding: 18px 30px;
    border-right: 1px solid #e2e2ea;
}
.details_volu ul li:last-child {
    border: none;
}
.details_volu ul {
    border-radius: 10px;
    border: 1px solid #e2e2ea;
    background-color: #fff;
    width: max-content;
}
.volunteer_img__block .volunteer__img.gray__border span {
    font-family: Poppins;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #696974;
}
.volunteer_img__block .volunteer__img.bg__yellow span {
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-family: "poppins";
    font-weight: 500;
    font-size: 11px;
    display: block;
}
#volunteer_form .error{
    display: block;
    text-align: left;
    color: red;
    font-size: 12px;
}
#mobile:read-only {
    background: #e8e5e5;
}
.link-show{
    display: block;
}


.search__box__dropdown{
    background: transparent;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.search__box{
    margin-top: -55px;
}
.search__box__dropdown .dropdown:first-child{
    border-radius: 10px 0px 0px 10px;
}
.kt-login__wrapper {
    width: 100%;
}
/* ------------------- */
@media (max-width: 1400px) {
    .venue__box h6 {
        font-size: 13px;
    }
    .venue__box {
        padding: 15px 10px;
    }
    .timing span {
        font-size: 13px;
    }
    .timing p {
        font-size: 12px;
    }
    .search__box__dropdown .dropdown {
        padding: 0px 15px;
    }

}
@media (max-width: 1200px) {
    .timing span {
        font-size: 16px;
    }
    .timing p {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .search__box__dropdown img {
        display: none;
    }
}
@media (max-width: 768px) {
    .venue__box h6 {
        font-size: 14px;
    }
    .venue__box {
        padding: 15px 20px;
    }
    .modal-dialog {
        width: auto;
    }
    .search__box__dropdown .dropdown,
    .search__box__button {
        width: 80%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px !important;
        background: white;
        color: #000;
        box-shadow: none;
    }
    .search__box__dropdown .dropdown-toggle {
        font-size: 13px;
    }
    .search__box__dropdown .dropdown i {
        font-size: 17px;
    }
    .search_result_job_elementor_date {
        float: left !important;
    }
    .rmt-3 {
        margin-top: 30px;
    }
    .details_volu ul li {
        padding: 16px 10px;
    }

    .search__box__dropdown{
        box-shadow: none;
        height: 100%;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
        background: black;
        border-radius: 5px;
    }
    .image-wrap{
        height: auto;
    }
    .search__box {
        margin-top: -20px;
    }
    .search_filter{
        width: 30%;
        background: #F3A320;
        color: black;
        padding: 10px;
        line-height: 1.5;
        display: block;
        margin-bottom: 0px;
    }
    .kt-login.kt-login--v3 .kt-login__wrapper{
        padding-top: 45px;

    }
    .list-main-wrap{
        padding:0;
    }
    .search__box__dropdown .dropdown  option{
        color: #000;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    .jobs__header {
        display: block !important;
    }
    .jobs__sortby .dropdown-toggle {
        margin-top: 20px;
        display: block;
    }
    .search_result_job_elemento__footer {
        display: block !important;
    }
    .search_result_job_elemento__footer .blue_button {
        margin-left: 0;
        margin-top: 15px;
        display: inline-block;
    }
    .d_block_sm {
        display: block !important;
    }
    .icon__pin__share {
        margin-top: 15px;
    }
    .icon__pin__share .share__icon:first-child {
        margin-left: 0 !important;
    }
    .details_volu ul {
        display: block !important;
        justify-content: center;
        width: auto;
    }
    .details_volu ul li {
        border-right: none;
        border-bottom: 1px solid #e2e2ea;
    }

}
@media (max-width: 500px) {
    /*.search__box__dropdown {*/
    /*    display: none;*/
    /*}*/
    .kt-login.kt-login--v3 .kt-login__wrapper{

    }
}
@media (max-width: 479px) {
    /*.search__box__dropdown {*/
    /*    display: none;*/
    /*}*/
    .search_filter{
        padding: 5px;
    }
}
@media (max-width: 395px) {
    .jobs__block__box__footer__button {
        display: block !important;
    }
    .jobs__block__box__footer__button .light_gray_button,
    .jobs__block__box__footer__button .blue_button {
        display: block !important;
        margin: 15px;
    }
}
@media (max-width: 1400px) {
    .jobs__block__box .laguages_box .yellow__box {
        padding: 6px 15px;
    }
}
