.membership_banner_warpper {
    padding: 20px 0 20px;
}
.membership_banner_img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.membership_banner_txt h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 77px;
    text-transform: uppercase;
    color: #000000;
    width: 80%;
}
.membership_banner_txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    width: 80%;
}
.membership_banner_box {
    display: flex;
    align-items: center;
}

/*******************************/

.membership_select_wrapper {
    padding: 91px 0 91px;
}
.common_btn {
    margin: 34px 0 0;
}
.common_btn .member_btn {
    position: relative;
    transition: all 0.5s ease-in;
    padding: 9px 0;
}

.common_btn .member_btn:hover.member_btn::before {
    width: 147px;
    height: 52px;
    border-radius: 21px;
    transition: all 0.5s ease-in;
    background-color: #d2b49c;
    margin: 0 auto;
}

.common_btn .member_btn::before {
    width: 52px;
    height: 52px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #d29380;
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.5s ease-in;
}

.common_btn .member_btn span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #373435;
    z-index: 99;
    position: relative;
    margin: 0;
    font-family: josefin-sans, sans-serif;
}

.common_btn .member_btn::after {
    position: absolute;
    width: 45px;
    height: 0px;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #373435;
    content: "";
}

.main_heading_h4 h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin: 0 0 37px;
}
.membership_select_wrapper_box_wrapper {
    background: #ffffff;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 51px 56px;
    text-align: center;
}
.membership_select_wrapper_box_wrapper h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}
.membership_select_wrapper_box_wrapper h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #bf9b30;
}
.membership_select_wrapper_box_wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.membership_select_wrapper_box {
    position: relative;
    padding: 50px 0 0;
}
.membership_select_wrapper_box_tag {
    position: absolute;
    top: 10px;
    right: 0;
}
.membership_select_wrapper_box_tag p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #bf9b30;
    border: 1px solid #f3f3f3;
    border-radius: 10px 10px 0px 0px;
    padding: 13px 14px;
}
/********************/
.membership_table_wrapper {
    margin: 0 0 112px;
}
.membership_table {
    background: #ffffff;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 74px 54px;
}
.membership_table table th {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #bf9b30;
    border: none;
    padding: 24px 10px;
}
.membership_table table td {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    border: none;
    padding: 24px 10px;
}
.td_list li {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 13px 0;
    line-height: 25px;
}
.tick_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
/**************************/
.included_membership_wrapper {
    background: #fff;
    padding: 65px 0 65px;
}
.included_membership_wrapper_box {
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 16px 16px;
}
.included_membership_wrapper_box img {
    width: 100%;
    height: 172px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
    margin: 0 0 27px;
}
.included_membership_wrapper_box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #22262e;
    margin: 0 0 14px;
}
.included_membership_wrapper_box p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #22262e;
}
/**************************/
.become_member_wrapper {
    background: #fff;
    padding: 20px 0 20px;
}
.become_member_wrapper_box {
    background: #ffffff;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 42px 0 50px;
    text-align: center;
    margin: 0 0;
}
.become_member_wrapper_box h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
}
.become_member_wrapper_box h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #bf9b30;
}
.become_member_wrapper_box span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.become_member_wrapper_box p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.become_member_wrapper_box .common_btn .member_btn:hover.member_btn::before {
    width: 250px;
}
.become_member_wrapper_box2 .common_btn .member_btn:hover.member_btn::before {
    width: 390px;
}
/*******************************/
.membership_form_wrapper {
    background: #fff;
    padding: 116px 0 111px;
}
.form_wrapper label {
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 11px;
}
.form_wrapper {
    margin: 0 0 27px;
}
.form_wrapper input {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    width: 100%;
    padding: 19px 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #333;
}
.form_wrapper input::placeholder {
    color: #afafaf;
}
.form_wrapper textarea {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    width: 100%;
    padding: 19px 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #333;
    height: 445px;
}
.form_wrapper textarea::placeholder {
    color: #afafaf;
}
.submit_btn {
    text-align: center;
}
.submit_btn .common_btn .member_btn:hover.member_btn::before {
    width: 390px;
    height: 52px;
    border-radius: 21px;
    transition: all 0.5s ease-in;
    background-color: #d2b49c;
    margin: 0 auto;
}
/************************************/
.charity_wrapper_full {
    padding: 30px 0 30px;
}
.charity_details_text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}
.charity_details_text p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: trajan-pro-3, serif;
}
.charity_details_text p span {
    color: #969696;
}
.charity_details_text img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.charity_details_tab .nav-tabs {
    border-bottom: 1px solid #ececec;
    margin: 0 0 16px;
}
.charity_details_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d2b49c;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #d2b49c;
}
.charity_details_tab .nav-link {
    display: block;
    padding: 16px 20px;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #767676;
}
.charity_wrapper_tab p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #767676;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
}
.charity_wrapper_tab_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 0;
}
.charity_wrapper_tab_box h5 {
    width: 25%;
}
.charity_wrapper_tab_box ul {
    width: 75%;
    padding: 0 0 24px;
    border-bottom: 1px solid #ececec;
}
.charity_wrapper_tab_box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #d2b49c;
    margin: 0 20px 0 0;
    font-family: josefin-sans, sans-serif;
}
.charity_wrapper_tab_box li {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #767676;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}
.charity_wrapper_tab_box li::after {
    width: 5px;
    height: 5px;
    background: #767676;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 15px;
    left: 0;
}
.charity_wrapper_tab_box_prifile {
    width: 70%;
    display: flex;
    align-items: center;
}
.charity_wrapper_tab_box_prifile_img {
    width: 173px;
    margin: 0 22px 0 0;
}
.charity_wrapper_tab_box_prifile_txt {
    width: calc(100% - 173px);
}
.charity_wrapper_tab_box_prifile_txt h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343437;
}
.charity_wrapper_tab_box_prifile_txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    padding: 0;
    border: none;
}
.charity_wrapper_tab_box_prifile_txt a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #c4808a;
}
.charity_wrapper_tab_box_prifile_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.close_wrapper {
    background: #ffffff;
    border: 1px solid #fe8731;
    box-shadow: 0px 4px 24px rgba(254, 135, 49, 0.09);
    margin: 0 0 24px;
}
.close_wrapper p {
    background: #fff1e8;
    border-radius: 14px 14px 0px 0px;
    padding: 13px 0;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fe8731;
}
.close_wrapper_time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 33px;
}
.close_wrapper_txt {
    text-align: left;
}
.close_wrapper_txt p {
    background: no-repeat;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #747c92;
    padding: 0;
    font-family: trajan-pro-3, serif;
    margin: 0 0 11px;
}
.close_wrapper_time_img {
    margin: 0 34px 0 0;
}
.close_wrapper_txt h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #343437;
    margin: 0 0 12px;
}
.current_donate_wrapper {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 24px 24px rgba(173, 173, 173, 0.09);
    padding: 30px 30px;
}
.current_donate_wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #747c92;
    display: flex;
    align-items: center;
    font-family: josefin-sans, sans-serif;
}
.current_donate_wrapper p button {
    background: no-repeat;
    border: none;
    margin: 0 0 0 11px;
    padding: 0;
}
.current_donate_wrapper h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #343437;
    display: flex;
    align-items: center;
}
.current_donate_wrapper button {
    background: #d29380;
    box-shadow: 0px 44px 44px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 0;
    width: 100%;
    border: none;
    margin: 31px 0 0;
}
.current_donate_range_slider {
    background: #fdfdfd;
    box-shadow: inset 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
    position: relative;
    height: 50px;
    width: 100%;
}
.current_donate_range_doller h5 {
    background: #d9d9d9;
    border-radius: 5px 0px 0px 5px;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #343437;
}
.current_donate_range {
    display: flex;
}
.current_donate_range_wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #747c92;
    margin: 19px 0 0;
}
.watchlist_wrapper button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #747c92;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 18px 0;
    width: 100%;
    margin: 24px 0 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.watchlist_wrapper span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #747c92;
    margin: 0 0 0 23px;
    font-family: trajan-pro-3, serif;
}

.watchlist_wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px 0;
}
.watchlist_wrapper li {
    padding: 0 21px;
}
.watchlist_wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #343437;
    font-family: trajan-pro-3, serif;
}
.watchlist_wrapper p a {
    color: #75426e;
}

/*************************/
.checkout_people_wrapper_box_img img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.checkout_people_wrapper_box {
    background: #ffffff;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.checkout_people_wrapper_box_img {
    position: relative;
}
.action_close {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.action_section img {
    width: 27px;
    height: 27px !important;
}
.closing_section img {
    width: 14px;
    height: 14px !important;
}
.wish_section img {
    width: 22px;
    height: 18px !important;
}
.wish_section {
    position: absolute;
    top: 10px;
    background: #fff;
    right: 10px;
    line-height: 10px;
    border-radius: 50%;
    padding: 5px;
}
.wish_section button {
    border: none;
    background: transparent;
    padding: 0;
}
.action_close {
    position: absolute;
    bottom: 20px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.action_section {
    display: flex;
    align-items: center;
}
.action_section span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin: 0 0 0 10px;
}
.closing_section {
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
    color: #c4808a;
}
.checkout_people_wrapper_box_txt {
    padding: 24px 24px;
}
.checkout_people_wrapper_box_txt h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #343437;
    font-family: josefin-sans, sans-serif;
}
.checkout_people_wrapper_box_txt h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #343437;
    font-family: josefin-sans, sans-serif;
}
.checkout_people_wrapper_box_txt span {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #767676;
    font-family: josefin-sans, sans-serif;
}
.checkout_people_wrapper {
    padding: 54px 0 50px;
}
/******************************/
.book_call_wrapper {
    padding: 80px 0 0;
}
.discover_section .card {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 80px 25px 35px;
    position: relative;
    margin: 10px 0;
    border: none;
}
.discover_section .card img {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -30px;
}
.discover_section .card .card_body_1 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #5388cd;
    font-family: josefin-sans, sans-serif;
    margin-bottom: 20px;
}
.discover_section .card .card_body_1 p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #5388cd;
}
.discover_section .card .card_body_2 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #713867;
    font-family: josefin-sans, sans-serif;
    margin-bottom: 20px;
}
.discover_section .card .card_body_2 p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #713867;
}
.discover_section .card .card_body_3 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #b27a78;
    font-family: josefin-sans, sans-serif;
    margin-bottom: 20px;
}
.discover_section .card .card_body_3 p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #b27a78;
}

/*****************expert_details******************/
.main-head.main_header_shadow {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
}
.expert_details_wrapper {
    padding: 57px 0 30px;
}
.expert_img {
    position: relative;
}
.expert_img img {
    width: 100%;
    max-height: 584px;
    object-fit: cover;
}
.expert_social_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 90%;
    top: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.expert_social ul li img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.expert_social ul {
    display: flex;
    align-items: center;
}
.expert_social ul li a {
    background: #fff;
    padding: 0 5px;
    display: block;
}
.expert_social ul li {
    margin: 0 6px 0 0;
}
.expert_tag p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #343437;
    background: #fff;
    padding: 12px 13px;
}
.request_video_tag a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: rebeccapurple;
    padding: 12px 13px;
}
.request_video_tag a:hover {
    color: #fff;
}
.expert_img_slider .slick-dots {
    position: absolute;
    bottom: 10px;
}
.expert_img_slider .slick-dots li {
    background: rgba(255, 255, 255, 0.34);
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.expert_img_slider .slick-dots li button:before {
    display: none;
}
.expert_img_slider .slick-dots li.slick-active {
    background: #fff !important;
}
.expert_details_txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #22262e;
    margin: 0 0 12px;
}
.rating_expert_txt h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #747c92;
}
.rating_expert {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.rating_expert_section p {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border: 0.5px solid #d9d9d9;
    border-radius: 34px;
    padding: 7px 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #666a74;
}
.rating_expert_section span {
    line-height: 0px;
}
.rating_expert_section span {
    line-height: 0px;
    margin: 0 6px 0 0;
}
.rating_expert_section {
    margin: 0 0 0 21px;
}
.expert_details_txt h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333742;
    margin: 0 0 18px;
}
.expert_details_txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #22262e;
    margin: 0 0 18px;
}
.expert_session {
    margin: 45px 0 0;
}
.expert_session h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #22262e;
}

.expert_session_box .accordion-item {
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 0;
}

.expert_session_box .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.expert_session_box .accordion-item .accordion-button {
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: transparent;
    box-shadow: none;
}

.expert_session_box .accordion-item .accordion-button::after {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.expert_session_box .accordion-item .accordion-body {
    padding: 0 20px 20px 20px;
}

.expert_session_box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.expert_session_box ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.expert_video_request {
    background: #ffffff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    padding: 43px 50px;
}
.expert_video_request h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.expert_video_call {
    background: #ffffff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    padding: 43px 50px;
}
.expert_video_call h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 16px;
}
.expert_video_call p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.booking-time-selection {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    background-color: #fff; /* Match your site's theme */
    border-radius: 8px;;
}

#date-picker,
#time-picker {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 200px; /* Or as needed */
}

#continue-button {
    background-color: #007bff; /* Match your site's button color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.expert_call_duration {
    margin-bottom: 15px;
}
.expert_call_duration p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #535257;
}
.expert_call_duration .button_section {
    position: relative;
}
.expert_call_duration .button_section_wrapper {
    background: #e6e6e7;
    padding: 20px 16px;
    border: none;
    margin: 0 16px 18px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    color: #535257;
}
.button_section input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
}
.button_section input[type="radio"]:checked ~ .button_section_wrapper {
    background: #f1f7ff;
    color: #5b82bf;
}
.expert_duration_btn {
    display: flex;
    flex-wrap: wrap;
}
.expert_duration_btn span {
    width: 100%;
    display: block;
}
.expert_call_duration_input {
    margin: 38px 0 49px;
    display: flex;
    align-items: center;
}
.expert_call_duration_input p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #c4808a;
}
.input_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #c4808a;
    border-radius: 5px;
}
.input_label:hover input ~ .checkmark {
    background-color: #ccc;
}
.input_label input:checked ~ .checkmark {
    background-color: #ffffff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.input_label input:checked ~ .checkmark:after {
    display: block;
}
.input_label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #c5818b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.expert_ix h2 {
    background: #343437;
    border-radius: 16px;
    max-width: 552px;
    height: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    width: 100%;
}
.expert_edit p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #a5a6a8;
    margin: 40px 0 20px;
}
.expert_edit_btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expert_edit_btn button {
    background: #ffeef1;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    border: none;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c4808a;
}
.expert_edit_btn button .expert_edit_btn button span {
    margin: 0 0 30px 0;
}
.expert_edit_btn h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: capitalize;
    color: #22262e;
    margin: 0 33px;
}
.expert_video_call a {
    background: #5b82bf;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 23px 30px;
    display: block;
    margin: 42px 0 0;
    border: 2px solid transparent;
}
.expert_video_call a:hover {
    background: #fff;
    border: 2px solid #5b82bf;
    color: #5b82bf;
}

.rating_wrapper h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #22262e;
}
.rating_profile_img {
    margin: 0 19px 0 0;
}
.rating_profile_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.rating_profile_txt h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 12px;
}
.rating_profile_txt ul li {
    display: inline-block;
}
.rating_profile_txt ul {
    line-height: 0;
}
.rating_profile {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.rating_profile:first-child {
    border-top: 1px solid #dddddd !important;
}
.rating_btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #5b82bf;
    display: block;
    padding: 30px 0 0;
    font-family: trajan-pro-3, serif;
}
.rating_btn a:hover {
    opacity: 0.5;
}
.export_video_wrapper h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #22262e;
}
.video_section img {
    width: 100%;
    height: 100%;
    /* max-width: 620px;
    height: 275px; */
    object-fit: cover;
    aspect-ratio: 4/2;
}
.video_section {
    position: relative;
}
.video_section_play img {
    width: 75px;
    height: 75px !important;
    border-radius: 50%;
}
.video_section_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.export_video_slider .slick-prev {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -84px;
    right: 45px;
    left: auto;
    transform: rotate(180deg);
    background-size: 32px;
}
.export_video_slider .slick-next {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -50px;
    right: -30px;
    left: auto;
    transform: rotate(0deg);
    background-size: 32px;
}

.podcast_wrapper_slider .slick-prev {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -84px;
    right: 45px;
    left: auto;
    transform: rotate(180deg);
    background-size: 32px;
}
.podcast_wrapper_slider .slick-next {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -50px;
    right: -30px;
    left: auto;
    transform: rotate(0deg);
    background-size: 32px;
}
.podcast_wrapper {
    margin: 45px 0 0;
}

.podcast_wrapper .plyr {
    display: inline-flex;
    min-width: unset;
    margin-right: 20px;
}

.podcast_wrapper .plyr-holder {
    display: flex;
    align-items: center;
}

.podcast_wrapper .video_section_profile_txt h5,
.podcast_wrapper .video_section_profile_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.podcast_section img {
    margin-bottom: 15px;
}

.podcast_wrapper .plyr--audio .plyr__controls {
    padding: 0;
    background: transparent;
}

.podcast_wrapper .plyr__controls .plyr__controls__item:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #c4808b;
}

.podcast_wrapper figure {
    margin-bottom: 0;
}

.podcast_wrapper .plyr__controls .plyr__control svg {
    color: white;
}

.podcast_wrapper .video_section_profile {
    margin-top: 0;
}

.podcast_wrapper .video_section {
    background: #f3f3f3;
    border: 1px solid #dedede;
    padding: 17px 17px;
}

.video_section figure video {
    width: 100%;
}

.qr-code-container {
}

.qr-code-container span {
    overflow: auto;
    white-space: nowrap;
}


.video_section_profile {
    display: flex;
    align-items: center;
    margin: 32px 0 0;
}
.video_section_profile .video_section_profile_img img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.video_section_profile .video_section_profile_img button {
    padding: 0;
    background: transparent;
    border: none;
}
.video_section_profile_img {
    margin: 0 25px 0 0;
}
.video_section_profile_txt h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #22262e;
    margin-bottom: 2px;
    font-family: josefin-sans, sans-serif;
}
.video_section_profile_txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #747c92;
}

.portfolio_wrapper .video_section_profile {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    justify-content: space-between;
}
.portfolio_wrapper .video_section_profile .video_section_profile_img img {
    width: 73px;
    height: 73px;
}
.portfolio_wrapper .video_section_profile_img {
    margin: 0 0px 0 0;
}

.article_wrapper.new.expert_time_date_article
    .article_wrapper_slider
    .slick-track {
    margin-left: unset;
}

.article_wrapper_slider_box {
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 17px 15px;
    margin: 0 15px;
}
.article_wrapper_slider_box img {
    width: 100%;
    height: 172px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.article_wrapper_slider_box h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #22262e;
    padding: 14px 0 10px;
    border-top: 1px solid #dddddd;
    font-family: josefin-sans, sans-serif;
    margin: 0 0 13px;
}
.article_wrapper_slider_box p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #22262e;
}

/****************************/
.article_wrapper {
    padding: 110px 0 0;
}
.article_wrapper .main_heading_h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}
.article_wrapper .main_heading_h4 h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.article_wrapper_slider .slick-prev {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 40%;
    right: -15px;
    left: auto;
    transform: rotate(180deg);
    background-size: 32px;
}
.article_wrapper_slider .slick-next {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 53%;
    right: -19px;
    left: auto;
    transform: rotate(0deg);
    background-size: 32px;
}
.expert_wrapper_section {
    padding: 36px 0 36px;
}
/*******************************************/
.date_slider .slick-prev {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 20%;
    right: 0;
    transform: rotate(180deg);
    background-size: 32px;
    left: -45px;
}
.date_slider .slick-next {
    background-image: url(../images/sliderRight.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 20%;
    right: -40px;
    left: auto;
    transform: rotate(0deg);
    background-size: 32px;
}

/*time slot picker*/
.time-slot-picker {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.time-slot-picker-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Hover and active state styling */
.time-slot-picker-accordion:hover,
.accordion-toggle:checked + .time-slot-picker-accordion {
    background-color: #ccc;
}

/* Controlled panel visibility */
.time-slot-picker-panel {
    display: flex;
    flex-wrap: wrap;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-toggle:checked + .time-slot-picker-accordion + .time-slot-picker-panel {
    max-height: 300px; /* Adjust this value based on your content size */
    overflow-y: auto;
}

.time-slot {
    flex-basis: 50%; /* Adjust this for different column widths */
    padding: 2px; /* Provides spacing between slots */
    box-sizing: border-box; /* Includes padding in width calculation */
}

.time-slot-checked {
    display: block;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0; /* Remove margin if any */
    border-radius: 4px;
    transition: background-color 2s;
    cursor: pointer; /* Makes it clear the label is clickable */
}

.time-slot label {
    display: block;
    background-color: #e6e6e7;
    color: #343437;
    text-align: center;
    padding: 10px;
    margin: 0; /* Remove margin if any */
    border-radius: 4px;
    transition: background-color 2s;
    cursor: pointer; /* Makes it clear the label is clickable */
}

.time-slot label:hover {
    background-color: #ccc; /* Hover state color */
}

.time-slot input[type="checkbox"]:checked + label {
    background-color: #f1f7ff; /* Checked state color */
    color: #6a86bf;
}

.button-date {
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: none;
    margin-top: 9px;
    max-height: 68px;
    padding: 5px !important;
    border-radius: 1px !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: unset !important;
}

.button-date::placeholder  {
    color: #444 !important;
    opacity: 1; /* Firefox */
}

.button-date::-ms-input-placeholder  {
    color: #444 !important;
}

.button-date:hover {
    background-color: #ccc; /* Darker shade for hover effect */
}

.button-date:focus {
    outline: none; /* Removes the default focus outline */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); /* Bootstrap focus shadow style */
    background-color: #f1f7ff; /* Checked state color */
    color: #6a86bf;
}
/*time slot picker*/

.select_date_wrapper h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.date_wrapper h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #343437;
    margin: 0;
}
.date_wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #343437;
}
.date_wrapper {
    padding: 10px;
}
.date_slider .slick-current .date_wrapper {
    border-left: 2px solid #5b82bf;
}
.date_slider .slick-current .date_wrapper h4 {
    color: #5b82bf;
}
.date_slider .slick-current .date_wrapper p {
    color: #5b82bf;
}
.time_select.expert_call_duration .button_section {
    width: 33%;
}
.time_select.expert_call_duration .button_section_wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time_select.expert_call_duration input[disabled] + .button_section_wrapper {
    color: #ccc;
}
.expert_call_duration.time_select {
    margin: 35px 0 33px;
}
.date_time_wrapper {
    border: 1px solid #c1a48c;
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.06));
    padding: 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #bc8370;
    font-family: trajan-pro-3, serif;
}
.sessen_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}
.sessen_wrapper_ration h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: josefin-sans, sans-serif;
    margin: 0 0 10px;
}
.sessen_wrapper_ration ul li {
    display: inline-block;
}
.sessen_wrapper_ration ul li a {
    background: padding-box;
    padding: 0;
    margin: 0;
    border: transparent;
}
.sessen_wrapper_ration ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #5b82bf;
}
.sessen_wrapper_ration ul li span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #747c92;
}
.sessen_wrapper_btn a {
    width: 205px;
    margin: 0;
}

.expert_details_wrapper_time .expert_video_request {
    background: #ffffff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    padding: 43px 50px;
    margin: 0 0 55px;
}
.expert_details_wrapper_time .expert_video_call {
    background: #ffffff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    padding: 43px 50px;
    margin: 0 0 55px;
}
.expert_details_wrapper_time .rating_wrapper {
    margin: 44px 0 0;
}
/*.expert_details_wrapper_time .video_section_profile_txt {
    display: flex;
    align-items: center;
}
.expert_details_wrapper_time .video_section_profile_txt_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 0 21px 0 0;
}*/
/*.expert_details_wrapper_time .video_section_profile {
    justify-content: space-between;
    margin: 0;
}*/
/*.expert_details_wrapper_time .video_section_profile_img img {
    width: 16px;
    height: 20px;
}*/
.podcast_wrapper_box {
    margin: 15px 15px 0 0;
}
.expert_time_date_podcast {
    height: 490px;
    overflow: auto;
}
.expert_time_date_podcast::-webkit-scrollbar {
    width: 15px;
}
.expert_time_date_podcast::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 20px;
}
.expert_time_date_podcast::-webkit-scrollbar-thumb {
    background: #c4808a;
    border-radius: 20px;
}
.expert_time_date_podcast::-webkit-scrollbar-thumb:hover {
    background: #c4808a;
}
.expert_details_wrapper_time .expert_call_duration_input {
    margin: 20px 0 20px;
    display: flex;
    align-items: center;
}
.expert_details_wrapper_time .expert_call_duration_input p {
    color: #535257;
}
/***********************************/
.expert_time_date_article.article_wrapper {
    padding: 13px 0 0;
}

.expert_time_date_article.article_wrapper .article_wrapper_slider.new_arrowlg {
    padding-left: 0;
    padding-right: 0;
}

.expert_details_wrapper_time .rating_expert_txt h5 {
    color: #747c92;
    margin: 0;
    font-family: josefin-sans, sans-serif;
}
.expert_details_wrapper_time .rating_expert_txt li {
    display: inline-block;
}
.expert_details_wrapper_time .rating_expert_txt li {
    display: inline-block;
    color: #d29380;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.expert_details_wrapper_time .rating_expert_txt li span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #747c92;
}

/**************footer*************/
.ft_news_letter h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0 0 10px;
}
.ft_news_letter_input {
    position: relative;
}
.ft_news_letter_input input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 17px 23px;
    height: 52px;
    border-radius: 0;
}
.ft_news_letter_input button {
    background: #c4808a;
    padding: 15px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    height: 52px;
}
.ft_news_letter_input button:hover {
    background: #fff;
    border: 2px solid #c4808a;
    color: #c4808a;
}

.join_our_newsletter {
    border: 2px solid #c4808a !important;
}

.join_our_newsletter:hover {
    background: #fff !important;
    border: 2px solid #c4808a !important;
    color: #c4808a !important;
}
.ft_news_letter {
    padding: 68px 0 0;
}
.expert_session.neww {
    margin-top: 0;
    margin-bottom: 20px;
}
.rating_profile.new_on {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.rating_profile.new_on .rating_profile_img {
    flex-basis: 60px;
    max-width: 60px;
    border-radius: 50%;
    margin: 0;
}
.rating_profile.new_on .rating_profile_img img {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.rating_profile.new_on .rating_profile_txt {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
}
.jssco_coffe_sec {
    display: flex;
    flex-wrap: wrap;
}
.jssco_coffe_sec_left {
    flex-basis: 70px;
    max-width: 70px;
    font-size: 14px;
    line-height: 1.3;
    color: #373435;
}
.jssco_coffe_sec_left_imgs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 22px;
}
.jssco_coffe_sec_left_imgs i {
    position: absolute;
    left: 0;
    top: -3px;
}
.jssco_coffe_sec_right {
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #22262e;
}

.article_wrapper_slider.new_arrowlg .slick-arrow {
    width: 66px;
    height: 66px;
    background-size: 66px;
    right: -50px;
}
.article_wrapper_slider.new_arrowlg .slick-prev {
    top: 28%;
}
section.back_color_lmn {
    background: #fafafa;
}

/* .expert_duration_btn.newww {
    max-height: 154px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d19584 #ececec;
}
.expert_duration_btn.newww::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.expert_duration_btn.newww::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 33px;
}

/* Handle */
.expert_duration_btn.newww::-webkit-scrollbar-thumb {
    background: #d19584;
    border-radius: 33px;
}
.card2.card_img figure {
    height: 310px;
}
.CharityPage .card .card-body.card-body2 h5 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}
.charity-page2 .card_img.card2 .heart {
    border: 1px solid rgba(0, 0, 0, 0.342) !important;
}
.CharityPage.charity-page2 .card {
    border: 1px solid #d4d9dd;
    box-shadow: 0px 2px 48px 9px rgba(0, 0, 0, 0.1);
}
.card_img.card2 .heart:hover {
    border: 2px solid #d19584 !important;
    transform: scale(1.04);
}

.CharityPage .card .card-body2 {
    padding: 0px 24px 24px !important;
}
.stats-group__stat {
    font-size: 14px;
    color: black;
    font-weight: lighter;
}
.stat__price {
    font-size: 24px;
    font-weight: bold;
}
.ItemCard-module__label___2IoBN {
    font-size: 14px;
    font-weight: bold;
}
.sorting select {
    height: 60px !important;
}
.input-field {
    height: 50px !important;
    border-radius: 0 !important;
}
.current_donate_range_wrapper .form-group {
    width: 100%;
    margin-bottom: 0;
}
.estimate {
    margin-bottom: 30px;
}
.donate p,
.estimate p {
    padding-bottom: 5px;
    border-bottom: 1px dotted black;
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
}
.donate {
    margin-bottom: 30px;
}
.quantity {
    display: flex;
    align-items: center;
}
.quantity span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid #d8d8d8;
    font-size: 25px;
}
.quantity input[type="number"] {
    height: 50px;
    border: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.available {
    margin-bottom: 0;
    color: black !important;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    text-transform: capitalize !important;
}
.available strong {
    margin-right: 5px !important;
}

/* 30.03.23 start */

.main-footer::after {
    pointer-events: none;
}
.paymentTab_main {
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 24px 24px rgba(173, 173, 173, 0.09);
}
.paymentTab_main .nav-link {
    line-height: 1.5 !important;
    color: #767676;
    margin: 0 !important;
    padding: 10px 25px;
    text-transform: capitalize;
    border: none !important;
    border-bottom: 2px solid #fff !important;
}
.paymentTab_main .nav-tabs .nav-link:focus,
.paymentTab_main .nav-tabs .nav-link:hover {
    border: none !important;
    color: #d2b49c;
}
.paymentTab_main .nav-tabs .nav-link.active {
    border-bottom: 2px solid #d2b49c !important;
}
.paymentTab_main .nav-tabs {
    margin-bottom: 30px;
}
.tab_content_wrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}
.field_wrap input {
    height: 48px;
}
.field_wrap select {
    height: 48px;
    border-radius: 12px;
    color: #26292b;
    border: 1px solid #dfe5f4;
    padding: 0 25px;
    font-size: 15px;
    background: url(images/dwn-arrw.svg) no-repeat;
    background-size: 12px;
    background-position: right 15px center;
}
.field_wrap input:focus,
.field_wrap select:focus {
    border-color: #000;
}
.field_wrap {
    margin-bottom: 20px;
}
.nrml_txt_wrap {
    margin-bottom: 40px;
}
.nrml_txt_wrap p {
    color: #000;
    font-size: 16px;
}
.nrml_txt_wrap p a {
    display: inline-block;
    margin-left: 10px;
    color: #d29380;
    text-decoration: underline !important;
    text-transform: capitalize;
}
.nrml_txt_wrap p a:hover {
    color: #000;
}
.nrml_txt_wrap .or_txt {
    position: relative;
    text-align: center;
    z-index: 1;
}
.nrml_txt_wrap .or_txt span {
    color: #000;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 15px;
}
.nrml_txt_wrap .or_txt::before {
    position: absolute;
    content: "";
    background: #e1e1e1;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.tab_content_wrap form input[type="submit"] {
    background: #d29380;
    border: 1px solid #d29380;
    box-shadow: 0px 44px 44px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 200px;
    transition: 0.5s all;
}
.tab_content_wrap form input[type="submit"]:hover {
    background-color: transparent;
    color: #d29380;
}
.pervios_address_wrap {
    border: 1px solid #dfe5f4;
    padding: 15px 25px;
    margin-bottom: 25px;
}
.addrss_chngs_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.addrss_chngs_wrap p {
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-family: "trajan-pro-3", serif;
}
.addrss_chngs_wrap a {
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: underline !important;
}
.addrss_chngs_wrap a:hover {
    color: #d29380;
}
.shipping_lists label {
    margin-bottom: 0;
}
.shipping_lists label input[type="radio"] {
    display: none;
}
.shipping_lists label input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-weight: normal;
    line-height: 1.2;
}
.shipping_lists label input[type="radio"] + span::before {
    position: absolute;
    content: "";
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
}
.shipping_lists label input[type="radio"] + span::after {
    position: absolute;
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 4px;
    transform: scale(0);
    transition: 0.5s all;
}
.shipping_lists label input[type="radio"]:checked + span::after {
    transform: scale(1);
}
.radio_txt_wrap {
    padding-top: 10px;
    padding-left: 35px;
    font-size: 16px;
    display: none;
}
.shipping_lists li {
    margin-bottom: 15px;
}
.paymnt_wrap {
    border: 1px solid #dfe5f4;
    padding: 20px 20px 0 20px;
    margin: 15px 0;
}
.tab_content_wrap p span {
    color: #d29380;
    font-weight: bold;
}

/* 30.03.23 end */
.up_img_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.up_img_item {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
}
.up_img_item + .up_img_item {
    margin-left: 20px;
}
.up_img_item img {
    width: 100px;
    height: auto;
}

.up_img_item .img_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.25s ease-in;
    -moz-transition: box-shadow 0.25s ease-in;
    transition: box-shadow 0.25s ease-in;
    cursor: pointer;
}

.up_img_item .img_btn:hover {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.prd_thumb_slider {
    width: 100%;
    max-width: 100px;
    margin-top: -3px;
    margin-bottom: -3px;
}
.prd_img_slider {
    width: 100%;
    max-width: calc(100% - 100px - 15px);
    margin-left: 15px;
}
.charity_details_text .prd_group img {
    height: auto;
}
.prd_group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.prd_img_slider .slick-arrow {
    z-index: 2;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}
.prd_img_slider .slick-arrow:after,
.prd_img_slider .slick-arrow:before {
    content: none;
}
.prd_img_slider .slick-next {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    background-image: url(../images/sliderRight.svg);
}
.prd_img_slider .slick-prev {
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../images/sliderRight.svg);
}
.prd_img_slider .slick-prev.slick-disabled {
    display: none !important;
}
.prd_img_slider .slick-arrow:hover {
    background-color: #fff !important;
}
.prd_thumb_item {
    padding: 3px 0;
    cursor: pointer;
}
.prd_thumb_item img {
    border: 1px solid #d8d8d8;
    transition: 0.3s ease;
}
.prd_thumb_item.slick-current img {
    border: 1px solid #000;
    box-shadow: 0px 24px 24px rgba(173, 173, 173, 0.09);
}
.prd_group_inf {
    padding-left: 115px;
    width: 100%;
}
.prd_group_count {
    text-align: center;
    color: #767676;
}
.button_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.button_list li + li {
    margin-left: 20px;
}
.button_list img {
    width: 16px;
    object-fit: cover;
    height: auto;
}

.my_accnt_user_lgn_ull li {
    position: relative;
}
.qty_minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}
.qty_plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.new_charity_box .charity_wrapper_tab_box_prifile_img img {
    height: 120px;
    width: auto;
}
.new_charity_box .charity_wrapper_tab_box_prifile_img {
    width: 100%;
    margin: 0 0 22px 0;
}
.new_charity_box .charity_wrapper_tab_box_prifile_txt {
    width: 100%;
}
.new_charity_box .charity_wrapper_tab_box_prifile {
    flex-wrap: wrap;
}
.jb_desc_box {
    margin-top: 25px;
}
.row1 .jb_desc_box p {
    max-width: unset;
}
.desc_title {
    margin-bottom: 5px;
}
.jb_border {
    border-radius: 0.28571rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
    padding: 40px 30px;
}
.fullpage-contetnt .jb_desc p {
    color: #3c414f;
    font-size: 16px;
    line-height: 1.4;
}
.jb_gap {
    margin-bottom: 40px;
}
.desc_table {
    width: 100%;
    font-size: 16px;
    color: #3c414f;
    line-height: 1.4;
}
.desc_table h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #c4808a;
}
.desc_table td {
    padding: 10px 0;
}
.desc_table td:first-child {
    width: 140px;
    padding-right: 15px;
}
.desc_table td:last-child {
    width: calc(100% - 140px);
    padding-left: 15px;
}
.desc_table a {
    color: #0d6efd;
}

.desc_table a:hover {
    color: #c4808a;
}
.desc_table + .desc_table {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.fullpage-contetnt .heading-sm {
    font-size: 22px;
    line-height: 1.4;
}

/*13/4/23 work start*/
.expert_video_call h4 {
    color: #000 !important;
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 0px 0px 15px;
}
/*13/4/23 work end*/
/*********************responsive_start*********************/

@media (max-width: 1300px) {
    .article_wrapper_slider.new_arrowlg .slick-arrow {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .membership_banner_txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .membership_banner_txt p {
        font-size: 15px;
    }
    .membership_banner_img img {
        height: 400px;
    }
    .membership_select_wrapper {
        padding: 40px 0 40px;
    }
    .membership_table {
        padding: 40px 40px;
    }
    .membership_table_wrapper {
        margin: 0 0 40px;
    }
    .included_membership_wrapper {
        padding: 30px 0 30px;
    }
    .included_membership_wrapper_box h4 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .included_membership_wrapper_box p {
        font-size: 15px;
        line-height: 20px;
    }
    .included_membership_wrapper_box img {
        margin: 0 0 10px;
    }
    .charity_details_text h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .charity_details_text p {
        font-size: 15px;
        line-height: 15px;
    }
    .charity_details_tab .nav-link {
        padding: 10px 10px;
        font-size: 15px;
    }
    .charity_details_tab .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 15px;
    }
    .charity_wrapper_tab p {
        font-size: 15px;
        line-height: 20px;
    }
    .charity_wrapper_tab_box {
        padding: 10px 0 0;
    }
    .charity_wrapper_tab_box h5 {
        font-size: 15px;
        line-height: 16px;
    }
    .charity_wrapper_tab_box li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
        padding: 0 0 0 10px;
    }
    .charity_wrapper_tab_box li::after {
        top: 8px;
    }
    .charity_wrapper_tab_box ul {
        padding: 0 0 10px;
    }
    .checkout_people_wrapper {
        padding: 20px 0 20px;
    }
    .main_heading_h4 h4 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .checkout_people_wrapper_box_txt {
        padding: 10px 10px;
    }
    .checkout_people_wrapper_box_txt h3 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .checkout_people_wrapper_box_txt h4 {
        font-size: 15px;
    }
    .checkout_people_wrapper_box_txt span {
        font-size: 22px;
        line-height: 32px;
    }
    .book_call_wrapper {
        padding: 40px 0 0;
    }
    .discover_section .card {
        padding: 60px 20px 20px;
        margin: 10px 0;
    }
    .discover_section .card .card_body_1 h6 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .discover_section .card .card_body_1 p {
        font-size: 15px;
        line-height: 24px;
    }
    .discover_section .card .card_body_2 h6 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .discover_section .card .card_body_2 p {
        font-size: 15px;
        line-height: 24px;
    }
    .discover_section .card .card_body_3 h6 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .discover_section .card .card_body_3 p {
        font-size: 15px;
        line-height: 24px;
    }
    .checkout_people_wrapper_box_img img {
        height: 200px;
    }
    .close_wrapper_txt h2 {
        font-size: 25px;
        margin: 0 0 12px;
    }
    .current_donate_wrapper {
        padding: 10px 10px;
    }
    .current_donate_wrapper h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .current_donate_wrapper h4 span img {
        width: 15px;
    }
    .current_donate_range_wrapper p {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .expert_details_wrapper_time .expert_video_request {
        padding: 20px 50px;
        margin: 0 0 20px;
    }
    .expert_details_wrapper_time .expert_video_call {
        padding: 20px 50px;
        margin: 0 0 20px;
    }
    .expert_video_call h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .expert_video_request h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .select_date_wrapper h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .gallery_tab_bar .nav-tabs .nav-link {
        font-size: 13px;
        padding: 0px 25px;
    }
}

@media (max-width: 991px) {
    .main-head .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        right: 0px;
        width: 300px;
        z-index: 5;
        background: rgb(255, 255, 255);
        box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        overflow: hidden;
    }
    .main-head .navbar-nav > li > a {
        padding: 5px 7px;
    }
    .main-head .navbar-nav {
        padding: 10px 0;
    }
    .header_user {
        margin-left: auto;
        margin-right: 20px;
    }
    .membership_banner_txt h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .membership_banner_txt p {
        font-size: 12px;
    }
    .main_heading_h4 h4 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .membership_select_wrapper {
        padding: 20px 0 20px;
    }
    .membership_select_wrapper_box_wrapper {
        padding: 20px 20px 40px;
    }
    .included_membership_wrapper_box {
        padding: 10px 10px;
        margin: 0 0 15px;
    }
    .included_membership_wrapper {
        padding: 20px 0 20px;
    }
    .charity_details_text h4 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .charity_details_text p {
        font-size: 13px;
    }
    .charity_details_tab .nav-link {
        padding: 10px 5px;
        font-size: 13px;
    }
    .charity_details_tab .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 13px;
    }
    .charity_wrapper_tab_box_prifile_img {
        width: 100px;
    }
    .charity_wrapper_tab_box_prifile_txt {
        width: calc(100% - 122px);
    }
    .charity_wrapper_tab_box_prifile_img img {
        height: 110px;
    }
    .charity_wrapper_tab_box_prifile_txt h4 {
        font-size: 14px;
        line-height: 15px;
        margin: 0;
    }
    .charity_wrapper_tab p {
        font-size: 13px;
        line-height: 15px;
        margin: 0;
    }
    .charity_wrapper_tab_box_prifile_txt a {
        font-size: 15px;
        line-height: 15px;
    }
    .close_wrapper_txt h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .close_wrapper_txt p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px;
    }
    .close_wrapper_time_img {
        margin: 0 10px 0 0;
    }
    .close_wrapper_time {
        padding: 10px 10px;
    }
    .current_donate_wrapper h4 {
        font-size: 20px;
    }
    .watchlist_wrapper p {
        font-size: 14px;
        line-height: 15px;
    }
    .main_heading_h4 h4 {
        font-size: 18px;
    }
    .action_close {
        width: 97%;
    }
    .discover_section .card {
        margin: 10px 0 30px;
    }
    .expert_video_request {
        padding: 20px 20px;
    }
    .expert_video_request h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .expert_video_call {
        padding: 20px 20px;
    }
    .expert_video_call h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .expert_video_call p {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .expert_call_duration p {
        font-size: 15px;
    }
    .expert_call_duration .button_section_wrapper {
        padding: 15px 15px;
        margin: 0 10px 10px 0;
        font-size: 15px;
    }
    .expert_call_duration_input {
        margin: 10px 0 20px;
    }
    .expert_ix h2 {
        max-width: 552px;
        height: 120px;
        font-size: 60px;
    }
    .expert_edit p {
        font-size: 15px;
        line-height: 15px;
        margin: 10px 0 10px;
    }
    .expert_details_txt h4 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .rating_expert {
        margin: 0 0 20px;
    }
    .expert_details_txt p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .expert_details_txt h3 {
        font-size: 17px;
        line-height: 17px;
        margin: 0 0 10px;
    }
    .expert_session {
        margin: 20px 0 0;
    }
    .expert_session h4 {
        font-size: 15px;
        line-height: 18px;
        max-width: 0 0 10px;
    }
    .expert_session_box {
        margin-bottom: 15px;
    }
    .expert_session_box h5 {
        font-size: 15px;
        line-height: 18px;
    }
    .expert_session_box ul li {
        font-size: 15px;
        line-height: 20px;
    }
    .expert_details_wrapper {
        padding: 20px 0 20px;
    }
    .rating_wrapper h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .rating_profile_txt h5 {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 10px;
    }
    .rating_profile {
        padding: 10px 0;
    }
    .export_video_wrapper h4 {
        font-size: 18px;
        line-height: 19px;
        margin: 0 0 10px;
    }
    .video_section img {
        height: 200px;
    }
    .article_wrapper {
        padding: 30px 0 0;
    }
    .article_wrapper_slider_box h4 {
        font-size: 15px;
        padding: 10px 0 10px;
    }
    .article_wrapper_slider_box p {
        font-size: 14px;
        line-height: 15px;
    }
    .article_wrapper_slider_box {
        padding: 10px 10px;
        margin: 0 5px;
    }
    .expert_wrapper_section {
        padding: 20px 0 20px;
    }
    .expert_section .card {
        padding: 10px 10px;
        margin: 0 0 10px;
    }
    .expert_section .card h5 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .expert_section .card p {
        font-size: 14px;
        line-height: 14px;
    }
    .expert_section .card img {
        margin-bottom: 10px;
    }
    .sessen_wrapper {
        justify-content: center;
        margin: 10px 0 0;
        flex-wrap: wrap;
    }
    .sessen_wrapper_btn {
        width: 100%;
    }
    .sessen_wrapper_btn a {
        width: 100%;
        margin: 10px 0 0;
        font-size: 17px;
        line-height: 20px;
        padding: 15px 30px;
    }
    .expert_details_wrapper_time .video_section_profile_txt_img img {
        margin: 0;
    }
    .video_section_profile_txt_img {
        margin: 0 10px 0 0;
    }
    .article_wrapper_slider .slick-prev {
        top: -40px;
        right: 55px;
    }
    .article_wrapper_slider .slick-next {
        top: -39px;
        right: 16px;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow {
        width: 41px;
        height: 41px;
        background-size: 41px;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow.slick-prev,
    .article_wrapper_slider.new_arrowlg .slick-arrow.slick-next {
        top: -64px;
    }

    .article_wrapper_slider.new_arrowlg {
        padding-right: 0;
        margin-top: 23px;
    }
    .article_wrapper.new .main_heading_h4 {
        padding-right: 100px;
    }

    .prd_group_inf {
        margin-top: 15px;
    }
    .current_donate_wrapper p,
    .current_donate_wrapper .quantity,
    .current_donate_wrapper h4 {
        justify-content: center;
        width: 100%;
    }
    .current_donate_wrapper button {
        margin: 31px auto 0;
        max-width: 370px;
        display: block;
    }
}

@media (max-width: 768px) {
    .membership_banner_img img {
        height: 250px;
    }
    .membership_banner_txt {
        text-align: center;
        padding: 10px 10px;
    }
    .membership_banner_txt h2 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .membership_banner_txt p {
        font-size: 11px;
        line-height: 20px;
    }
    .membership_select_wrapper_box_wrapper h4 {
        font-size: 20px;
    }
    .membership_table {
        padding: 10px 10px;
    }
    .membership_table table th {
        font-size: 14px;
        line-height: 22px;
        color: #bf9b30;
        border: none;
        padding: 10px 10px;
    }
    .membership_table table td {
        font-size: 14px;
        padding: 10px 10px;
    }
    .td_list li {
        font-size: 14px;
        margin: 9px 0;
        line-height: 20px;
    }
    .become_member_wrapper_box h4 {
        font-size: 25px;
        line-height: 28px;
    }
    .become_member_wrapper_box h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .membership_form_wrapper {
        background: #fff;
        padding: 20px 0 40px;
    }
    .form_wrapper {
        margin: 0 0 10px;
    }
    .form_wrapper textarea {
        height: 150px;
    }
    .common_btn .member_btn span {
        font-size: 15px;
    }
    .charity_details_text img {
        height: 250px;
    }
    .charity_details_tab {
        padding: 0 0 15px;
    }
    .close_wrapper_time_img img {
        width: 20px;
    }
    .charity_wrapper_full {
        padding: 20px 0 20px;
    }
    .current_donate_wrapper button {
        font-size: 15px;
        padding: 14px 0;
        margin: 10px 0 0;
    }
    .watchlist_wrapper ul {
        margin: 10px 0;
    }
    .checkout_people_wrapper_box {
        margin: 0 0 15px;
    }
    .expert_img img {
        max-height: 350px;
    }
    .expert_edit_btn h2 {
        margin: 0 33px;
    }
    .rating_btn a {
        font-size: 15px;
        padding: 10px 0 20px;
        font-family: trajan-pro-3, serif;
    }
    .date_time_wrapper {
        padding: 15px 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .expert_time_date_podcast::-webkit-scrollbar {
        width: 10px;
    }
    .prd_thumb_slider {
        max-width: 100%;
        margin: 0;
        order: 2;
        margin-top: 6px;
    }
    .prd_img_slider {
        max-width: 100%;
        margin-left: 0;
        order: 1;
    }
    .prd_group_inf {
        margin-top: 5px;
        padding-left: 0;
        order: 3;
        font-size: 15px;
    }
    .button_list {
        margin-top: 10px;
    }
    .prd_group {
        margin-bottom: 30px;
    }
    .prd_thumb_slider .slick-arrow {
        z-index: 2;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        display: block;
        width: 55px;
        height: 55px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.3s ease;
    }
    .prd_thumb_slider .slick-next {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
        background-image: url(../images/sliderRight.svg);
    }
    .prd_thumb_slider .slick-prev {
        left: 15px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(../images/sliderRight.svg);
    }
    .prd_thumb_slider .slick-arrow:hover {
        background-color: #fff !important;
    }
    .desc_table tr,
    .desc_table td {
        display: block;
    }
    .desc_table td:first-child {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    .desc_table td:last-child {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .desc_table tr + tr {
        margin-top: 12px;
    }
    .jb_gap {
        margin-bottom: 30px;
    }
    .jb_border {
        padding: 30px 15px;
    }
    .gallery_tab_bar .nav-tabs .nav-link {
        padding: 0px 15px;
    }

    .expert_details_wrapper .expert_video_call {
        padding: 20px;
        margin-bottom: 25px;
    }

    .export_video_slider figure {
        display: flex;
        margin-bottom: 0;
    }

    .podcast_wrapper {
        margin: 25px 0 0;
    }

    .export_video_wrapper .slick-next {
        top: -5px;
        right: 0;
        transform: translateY(-100%);
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .export_video_wrapper .slick-prev {
        top: -5px;
        transform: translateY(-100%) rotate(180deg);
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .podcast_wrapper .plyr {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .prd_thumb_slider .slick-arrow,
    .prd_img_slider .slick-arrow {
        height: 35px;
        width: 35px;
    }
    .membership_banner_img img {
        height: 150px;
    }
    .membership_banner_txt h2 {
        font-size: 15px;
        width: 100%;
    }
    .membership_banner_txt p {
        width: 100%;
    }
    .main_heading_h4 h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .membership_select_wrapper_box_tag p {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 10px;
    }
    .membership_select_wrapper_box_tag {
        top: 16px;
    }
    .membership_select_wrapper_box_wrapper h4 {
        font-size: 15px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .common_btn .member_btn:hover.member_btn::before {
        width: 130px;
    }
    .membership_select_wrapper_box_wrapper h5 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .membership_select_wrapper_box_wrapper p {
        font-size: 15px;
        line-height: 15px;
    }
    .membership_table .table {
        width: 500px;
    }
    .become_member_wrapper_box {
        padding: 10px 0 30px;
    }
    .become_member_wrapper_box h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .become_member_wrapper_box h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .become_member_wrapper_box span {
        font-size: 15px;
        line-height: 20px;
    }
    .become_member_wrapper_box p {
        font-size: 15px;
        line-height: 15px;
        margin: 0 0 10px;
    }
    .common_btn .member_btn span {
        font-size: 13px;
    }
    .expert_video_request {
        padding: 10px 10px;
        margin: 10px 0;
    }
    .expert_video_call {
        padding: 10px 10px;
        margin: 10px 0;
    }
    .article_wrapper_slider .slick-prev {
        top: -40px;
        right: 60px;
    }
    .article_wrapper_slider .slick-next {
        top: -39px;
        right: 18px;
    }
    .article_wrapper .main_heading_h4 h4 {
        font-size: 15px;
    }
    .select_date_wrapper h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .expert_duration_btn {
        flex-wrap: wrap;
    }
    .time_select.expert_call_duration .button_section {
        width: 100%;
    }
    .jssco_coffe_sec_left {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .jssco_coffe_sec_right {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow {
        right: 10px;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow {
        width: 31px;
        height: 31px;
        background-size: 31px;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow.slick-prev {
        margin-right: 43px;
    }
    .article_wrapper_slider.new_arrowlg {
        margin-top: 13px;
    }
    .article_wrapper_slider.new_arrowlg .slick-arrow.slick-prev,
    .article_wrapper_slider.new_arrowlg .slick-arrow.slick-next {
        top: -48px;
    }
}

@media (max-width: 375px) {
    .main_heading_h4 h4 {
        font-size: 16px;
    }
    .included_membership_wrapper_box h4 {
        font-size: 14px;
    }
    .become_member_wrapper_box
        .common_btn
        .member_btn:hover.member_btn::before {
        width: 180px;
    }
    .become_member_wrapper_box2
        .common_btn
        .member_btn:hover.member_btn::before {
        width: 260px;
    }
    .become_member_wrapper_box2 .common_btn .member_btn::after {
        width: 20px;
        right: -30px;
    }
    .membership_form_wrapper
        .submit_btn
        .common_btn
        .member_btn:hover.member_btn::before {
        width: 260px;
    }
    .membership_form_wrapper .common_btn .member_btn::after {
        width: 35px;
        right: -45px;
    }
    .charity_details_text h4 {
        font-size: 12px;
        line-height: 15px;
    }
    .charity_details_text p {
        font-size: 12px;
    }
    .charity_details_tab .nav-tabs {
        justify-content: center;
    }
    .charity_details_tab .nav-link {
        width: 100%;
    }
    .charity_wrapper_tab_box h5 {
        width: 100%;
        margin: 0 0 10px;
    }
    .charity_wrapper_tab_box ul {
        width: 100%;
    }
    .charity_wrapper_tab_box {
        padding: 10px 0 0;
        flex-wrap: wrap;
    }
    .charity_wrapper_tab_box h5 {
        margin: 0 0px 10px 0;
    }
    .charity_wrapper_tab_box_prifile {
        width: 100%;
    }
    .expert_video_request h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .expert_video_call h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .expert_duration_btn {
        justify-content: center;
    }
    .expert_call_duration .button_section {
        width: 100%;
    }
    .expert_ix h2 {
        height: 80px;
        font-size: 30px;
    }
    .expert_video_call a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 30px;
        margin: 20px 0 0;
    }
    .article_wrapper.new .main_heading_h4 {
        padding-right: 80px;
    }
}

.expert_video_call .sessen_wrapper_btn button {
    background: #5b82bf;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 23px 30px;
    display: block;
    margin: 42px 0 0;
    border: 2px solid transparent;
}

.expert_video_request .video_wrapper_btn button {
    background: #d29380;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 23px 30px;
    display: block;
    margin-top: 12px;
    border: 2px solid transparent;
}

.expert_video_call .sessen_wrapper_btn button:disabled,
button[disabled] {
    background-color: #cccccc;
    color: #666666;
}

.video_upload_validation {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #afafaf;
    width: 100%;
}

.expert_booking_datepicker a {
    background: #ffffff;
    width: 100%;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    padding: 0;
    display: block;
    margin: 0;
    border: none;
}

.expert_booking_datepicker .ui-widget-header {
    border: none;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}

.expert_booking_datepicker .ui-widget.ui-widget-content {
    width: 100%;
}

.custom__meeting {
    color: #ffffff !important;
    background: #0b5cff;
    padding: 3px;
    border-radius: 3px;
}

.meeting-link-input input[type="text"],
select {
    height: 30px !important;
}
