@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css');
@import url('../css/calendar.css');
@import url('../css/custom.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


@font-face {
    font-family: 'nexa_heavyregular';
    src: url('../fonts/nexa_heavy.woff2') format('woff2'),
         url('../fonts/nexa_heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_xboldregular';
    src: url('../fonts/nexa_x_bold.woff2') format('woff2'),
         url('../fonts/nexa_x_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_regularregular';
    src: url('../fonts/nexa_regular.woff2') format('woff2'),
         url('../fonts/nexa_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_blackregular';
    src: url('../fonts/nexa_black.woff2') format('woff2'),
         url('../fonts/nexa_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}
img {max-width: 100%;}
input:focus{outline: none; box-shadow: none;}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'nexa_heavyregular' !important;
}
body {
    background: #fff;
    font-family: 'nexa_regularregular' !important;
}
.wrapper {
    padding: 0px 30px;
}
.company-directory {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 0px 0px;
}
.company-directory h1 {
    color: #2C234D;
    display: flex;
    font-size: 32px;
}
.company-directory h3 {
    color: #2C234D;
    display: flex;
    font-size: 22px;
    margin-bottom: 50px;
}
a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px 0px #000000;
    color: #F6DFBB;
    text-decoration: none;
    font-size: 16px;
    width: 85%;
    border-radius: 35px;
    padding: 20px 0px;
    font-family: 'nexa_xboldregular';
}
a.btn:hover {
    text-decoration: none;
    color: #F6DFBB;
}
a.btn:focus {
    box-shadow: 0px 2px 4px 0px #000000;
}
a.btn + a.btn {
    margin-top: 20px;
}
a.button-outline {
    box-shadow: none;
    border: 1px solid #92929D;
    color: #92929D;
    width: 100%;
}
a.button-outline:hover,
a.button-outline:focus {
    color: #fff;
    border-color: #EC7A4F;
    background: #EC7A4F;
    box-shadow: none;
}
.red-btn {
    background: #EC7A4F;
}
.blue-btn {
    background: #00BCD4;
}
.dark-red-btn {
    background: #EC7A4F;
}
.company-directory p {
    color: #2C234D;
    font-size: 14px;
    text-align: center;
    margin: 50px 0px;
    font-family: 'nexa_heavyregular';
}
form.sign-in-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-group {
    margin: 0px;
    width: 100%;
    position: relative;
}
.form-group + .form-group {
    margin-top: 30px;
}
.form-icon {
    position: absolute;
    left: 0px;
    top: 4px;
}
.form-icon img {
    max-width: 16px;
}
input.form-control {
    background: transparent ;
    border: none;
    padding-left: 30px;
    border-bottom: 1px solid #00BCD4;
    border-radius: 0px;
    height: auto !important;
    font-family: 'nexa_regularregular';
    color: #44444F;
}
input.form-control::placeholder {
    color: #44444F;
    opacity: 0.6;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #44444F;
    transition: background-color 5000s ease-in-out 0s;
    opacity: 0.54;
}
input.form-control:focus {
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #F56E96;
}
/* input.form-control:focus + .form-icon img {
    filter: hue-rotate(160deg);;
} */
a.forgot {
    color: #171725;
    font-size: 14px;
    font-family: 'nexa_xboldregular';
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin: 20px 0px;
}
a.forgot:hover {
    color: #171725;
    text-decoration: none;
}
.error input.form-control {
    border-color: #F56E96;
}
/* .error .form-icon img {
    filter: hue-rotate(160deg);
} */
.form-heading {
    text-align: center;
    width: 100%;
}
.form-heading b {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #92929D;
    display: block;
    margin: 0px 0px 5px;
    font-family: 'nexa_heavyregular';
    text-align: center;
}
.form-heading b a {
    color: #00BCD4;
    text-decoration: underline;
}
.form-heading h4 {
    color: #171725;
    font-weight: 400;
    display: block;
    margin: 0px 0px 20px;
    font-size: 18px;
}
.tab_section {
    width: 100%;
}
ul.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    margin: 0px 0px 30px;
}
ul.nav-tabs li.nav-item {
    width: 48%;
}
ul.nav-tabs li button.nav-link:hover,
ul.nav-tabs li button.nav-link.active {
    background: #EC7A4F;
    color: #fff;
    border-color: #EC7A4F !important;
}
ul.nav-tabs li button.nav-link {
    border-radius: 40px;
    color: #000;
    width: 100%;
    padding: 12px 4px;
    background: #fff;
    border: 1px solid #92929D;
    cursor: pointer;
}
ul.nav-tabs li button.nav-link:focus {
    outline: none;
}
.confirmation .form-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.confirmation .form-group input {
    width: calc(25% - 20px);
    max-width: 25%;
    margin: 0px 0px 0px 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #92929D;
    background: transparent;
    font-family: 'nexa_heavyregular';
    color: #000;
}
.confirmation .form-group input.error {
    border-bottom-color: #F56E96;
}
.confirmation .form-group.fill input{
    border-bottom-color: #00BCD4;
    border-bottom-width: 2px;
}
.resend {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0px 30px;
    font-family: 'nexa_heavyregular';
}
.resend img {
    display: inline-flex;
    margin: 0px 10px 0px 0px;
}
.sign-in-form p.error_text {
    margin: 0px;
    color: #F56E96;
    font-size: 14px;
    font-family: 'nexa_regularregular';
}
.sign-in-form p {
    margin: 0px 0px 30px;
    font-family: 'nexa_regularregular';
    font-size: 14px;
    text-align: center;
}
.disable input.form-control {
    border-bottom-color: rgba(0, 188, 212, 0.3);
}
.form-group.error .form-icon img {
    filter: hue-rotate(525deg) saturate(956) brightness(1);
}
.form-group.fill .form-icon img {
    filter: hue-rotate(280deg) saturate(2) brightness(20) contrast(0.7);
}
form.sign-in-form a.btn img {
    margin-right: 10px;
}
header.head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px;
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}
.three_dot_btn {
    border: 1px solid #E2E2EA;
    border-radius: 10px;
    padding: 5px 7px;
    margin: 0px 30px 0px 0px;
}
header.head h1 {
    margin: 0px;
    color: #2C234D;
    font-size: 40px;
    line-height: normal;
}
.content {
    padding: 30px 0px;
    min-height: calc(100vh - 168px);
}
.subscribe_btn {
    display: block;
    margin: auto;
    max-width: 361px;
}
.subscribe_btn a {
    display: flex;
    width: 100%;
    background: #EC7A4F;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    font-family: 'nexa_heavyregular';
    text-align: center;
}
.subscribe_btn a img {
    max-width: 25px;
    margin-right: 10px;
    filter: invert(1) brightness(2);
}
.post_listing {
    display: block;
    margin-top: 30px;
}
.post_box {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 12px 20px 0px #D7DEE8;
    position: relative;
}
.post_box::after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 30px;
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.post_box h4 {
    display: block;
    margin-bottom: 20px;
    color: #171725;
    font-size: 24px;
}
.post_image img {
    width: 100%;
}
.post_box a.read_btn {
    display: inline-block;
    margin: 25px auto 0px;
    color: #EC7A4F;
    text-transform: uppercase;
    font-family: 'nexa_heavyregular';
}
.post_box + .post_box {
    margin-top: 40px;
}
footer.foot {
    background: #fff;
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.5);
    border-radius: 15px 15px 0px 0px;
}
ul.menu {
    margin: 0px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.menu li {
    display: block;
    margin: 0px 30px;
}
.subscribe_modal .modal-content {
    display: block;
    text-align: center;
}
.subscribe_modal .modal-content h5 {
    color: #171725;
    margin: 12px 0px;
    font-size: 24px;
}
.subscribe_modal .modal-content p {
    margin: 0px;
    color: #171725;
    opacity: 0.5;
    font-size: 15px;
    line-height: 22px;
    font-family: 'nexa_xboldregular';
}
.three_dot_btn img.close {
    display: none;
}
body.open .three_dot_btn img.close {
    display: block;
}
body.open .three_dot_btn img {
    display: none;
}
.sidebar_drop_down {
    position: absolute;
    top: 60px;
    left: 5px;
    right: 5px;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 4px 20px 0px #D7DEE8;
    border-radius: 30px;
    padding: 30px;
    display: none;
}
body.open .sidebar_drop_down {
    display: block;
}
ul.drop_down {
    padding: 0px;
    margin: 0px;
}
ul.drop_down li {
    list-style-type: none;
}
ul.drop_down li + li {
    margin-top: 20px;
}
ul.drop_down li a {
    display: flex;
    align-items: center;
    font-family: 'nexa_heavyregular';
    color: #171725;
}
ul.drop_down li img {
    margin-right: 10px;
}
.bookmark_listing {
    display: block;
    margin: 60px 0px 0px;
}
.listing span.heading {
    display: block;
    text-align: center;
    color: #92929D;
    font-size: 18px;
    margin: 0px 0px 10px;
    font-family: 'nexa_xboldregular';
}
.bookmark_dtl {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.left_dtl p {
    margin: 0px 0px 5px;
    color: #171725;
    font-size: 16px;
    font-family: 'nexa_heavyregular';
}
.left_dtl span {
    color: #92929D;
    font-size: 16px;
}
.right_dtl span {
    color: #2C234D;
}
.bookmark_listing .listing {
    border-bottom: 1px solid #EC7A4F;
    padding: 0px 0px 10px;
}
.bookmark_listing .listing + .listing {
    margin-top: 30px;
}
.content h2 {
    color: #2C234D;
    text-align: center;
    display: block;
    margin: 0px;
}
.post_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #EC7A4F;
    border-radius: 40px;
    padding: 12px 16px;
    position: relative;
    z-index: 10;
    background: #fff;
}
.post_search input[type="text"] {
    width: 80%;
    border: none;
    font-family: 'nexa_heavyregular';
    color: #171725;
}
header.head .post {
    position: absolute;
    top: 54px;
    left: 10px;
    right: 10px;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}
header.head .post .post_image img {
    width: auto;
}
header.head .post h4 {
    margin: 15px 0px 10px;
}
header.head .post p {
    text-align: center;
    opacity: 0.5;
    margin: 0px;
}
body.search_page .content {
    position: relative;
}
body.search_page .content::after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.3);
}
.post_detail p.writer {
    color: #171725;
    opacity: 0.5;
    text-align: center;
    margin: 20px 0px;
}
.post_detail p.publish {
    text-align: center;
    margin: 0px;
    color: #171725;
    line-height: normal;
    font-family: 'nexa_xboldregular';
}
.post_detail p.publish + p.publish {
    margin-bottom: 30px;
}
ul.likes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0px 20px;
    padding: 0px;
}
ul.likes li {
    display: block;
    margin: 0px 15px;
}
ul.likes li a {
    color: #171725;
    font-family: 'nexa_xboldregular';
    display: flex;
    align-items: center;
}
ul.likes li a img {
    margin-right: 10px;
}
.post_detail p {
    color: #171725;
    opacity: 0.5;
    margin-bottom: 20px;
    font-family: 'nexa_regularregular';
}
.post_image.with_shadow {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.post_detail h3 {
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 0px 0px 15px;
}
.slide.post_slider {
    background: #fff;
    box-shadow: 0px 1px 20px 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 20px 40px;
}
.slide_post h4 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
}
.post_detail .slide_post p {
    margin: 20px 0px 0px;
}
.slide.post_slider a.carousel-control-prev {
    left: -20px;
    width: auto;
}
.slide.post_slider a.carousel-control-next {
    right: -30px;
    width: auto;
}
.slide.post_slider a.carousel-control-next span.carousel-control-next-icon {
    background: url('../img/post_slide_next_icon.png') no-repeat;
}
.slide.post_slider a.carousel-control-prev span.carousel-control-prev-icon {
    background: url('../img/post_slide_prev_icon.png') no-repeat;
}
.post_detail ul {
    margin: 10px 0px 15px;
    padding: 0px 0px 0px 40px;
}
.post_detail ul li {
    color: #171725;
    opacity: 0.5;
}
.top_section {
    margin: 50px 0px 0px;
    position: relative;
}
.top_section h3 {
    display: block;
    margin: 30px 0px 0px;
    color: #2C234D;
    font-size: 30px;
}
.top_section ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}
ul.icons li {
    font-family: 'nexa_heavyregular';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-right: 25px;
    font-weight: 500;
    color: #FFF2DA;
}
.top_section ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.back_btn {
    background: #EC7A4F;   
    border-radius: 50%;
}
ul.programmes {
    margin: 20px 0px;
    list-style-type: none;
    padding: 0px;
    overflow: auto;
    text-align: center;
    display: block;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.top_section ul.programmes li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin-bottom: 0px;
    margin-right: 10px;
}
ul.programmes li a {
    white-space: nowrap;
    border: 1px solid transparent;
    font-family: 'nexa_heavyregular';
    border-radius: 40px;
    padding: 15px;
}
ul.programmes li span {
    display: none;
    color: #EC7A4F;
    margin-left: 15px;
    white-space: nowrap;
    font-family: 'nexa_heavyregular';
}
ul.programmes li a.active {
    border-color: #EC7A4F;
    color: #EC7A4F;
    width: auto;
    padding: 0px 30px;
    max-width: 200px;
    min-width: 150px;
}
ul.programmes li a.active img {
    filter: invert(37%) sepia(289%) hue-rotate(670deg) saturate(286) brightness(100%) contrast(70%);
}
ul.programmes li a.active span {
    display: inline-block;
}
.drink_box {
    background: #F1F1F5;
    border-radius: 26px;
    padding: 30px;
}
.redeem_head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'nexa_heavyregular';
    color: #171725;
    font-size: 14px;
}
.redeem_head img {
    margin-right: 10px;
}
.drink_part {
    background: #FFF;
    border-radius: 26px;
    padding: 30px;
}
.drink_part span {
    font-family: 'nexa_heavyregular';
    color: #B00200;
    display: block;
    margin: 0px 0px 5px;
}
.drink_part p {
    margin: 8px 0px;
}
.drink_part a {
    background: #EC7A4F;
    border-radius: 40px;
    color: #fff;
    padding: 12px 40px;
    float: right;
    margin: -70px 0px 0px;
}
.drink_part + .drink_part {
    margin-top: 15px;
}
.drink_part.redeem_part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.drink_part span {
    font-family: 'nexa_heavyregular';
    color: #171725;
    display: block;
    margin: 0px 0px 5px;
}
.drink_part.redeem_part h2 {
    display: block;
    margin: 10px 0px 20px;
    color: #171725;
}
.drink_part.redeem_part a.red-btn {
    margin: 0px;
}
.redeem_head a.down_arrow {
    transform: rotate(-90deg);
    margin: -8px 0px 0px auto;
}
.body_part h1 {
    color: #EC7A4F;
    text-align: center;
    font-size: 42px;
}
.body_part p {
    text-align: center;
    color: #92929D;
    font-family: 'nexa_xboldregular';
}
.body_part a.btn {
    border: 1px solid #EC7A4F;
    color: #EC7A4F;
    box-shadow: none;
    width: 100%;
    font-family: 'nexa_heavyregular';
}
.redeem_point .form-heading h4 {
    font-size: 32px;
    margin: 10px 0px 15px;
}
.accordion.home_goal_section {
    margin: 30px 0px 40px;
}
.accordion.home_goal_section .card {
    background: #F1F1F5;
    border: none;
    border-radius: 26px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.accordion.home_goal_section .card + .card {
    margin-top: 15px;
}
.accordion.home_goal_section .card .card-header {
    margin-bottom: 0px;
    border: none;
    background: transparent;
    padding: 14px 20px;
}
.accordion.home_goal_section .card .card-header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.accordion.home_goal_section .card .card-header button span {
    font-family: 'nexa_heavyregular';
    color: #171725;
    font-size: 14px;
}
.accordion.home_goal_section .card .card-header button span img {
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 22px;
}
.accordion.home_goal_section .card .card-header button span.arrow_right img {
    margin: 0px;
}
.accordion.home_goal_section .card-body {
    padding-top: 0px;
}
.marketing_box {
    background: #FFF;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.marketing_box span {
    display: block;
    color: #171725;
    font-family: 'nexa_heavyregular';
}
.marketing_box p {
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'nexa_regularregular';
}
.marketing_box i {
    display: block;
    font-style: normal;
    font-size: 15px;
    color: #000;
}
.marketing_box + .marketing_box {
    margin-top: 15px;
}
.enter_rferal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.enter_rferal .input_text {
    margin: 10px 0px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.enter_rferal .input_text span.icon_rotate {
    margin: 0px 10px 0px 10px;
}
.enter_rferal .input_text input[type="text"] {
    width: calc(100% - 30px);
    margin-left: auto;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 10px 10px 10px 0px;
}
.enter_rferal input[type="submit"] {
    display: block;
    margin: 0px 0px 15px;
    background: #EC7A4F;
    color: #fff;
    border: none;
    padding: 8px 40px;
    border-radius: 20px;
}
.vicinity_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vicinity_btns .custom-control {
    padding: 0px;
    border-radius: 26px;
    min-width: 48%;
    max-width: 48%;
}
.vicinity_btns .custom-control-input ~ .custom-control-label {
    background: #fff;
    border-radius: 40px;
    padding: 12px 10px;
    cursor: pointer;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
}
.accordion.home_goal_section .card .card-header button:hover, 
.accordion.home_goal_section .card .card-header button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.vicinity_btns .custom-control-input:checked ~ .custom-control-label::before, 
.vicinity_btns .custom-control-input:checked ~ .custom-control-label::after, 
.vicinity_btns .custom-control-input ~ .custom-control-label::before, 
.vicinity_btns .custom-control-input ~ .custom-control-label::after {
    opacity: 0;
}
.vicinity_btns .custom-control-input:checked~.custom-control-label {
    background: #EC7A4F;
    color: #fff;
}
.accordion.home_goal_section .card .card-header button span.arrow_right img {
    transform: rotate(90deg);
}
.accordion.home_goal_section .card .card-header button.collapsed span.arrow_right img {
    transform: rotate(0deg);
}
.display_mode_fn ul {
    margin: 0px;
}
.display_mode_fn ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.display_mode_fn ul li p {
    margin: 0px;
    font-family: 'nexa_heavyregular';
}
.form-check.form-switch input.form-check-input {
    opacity: 0;
}
.form-check.form-switch label.form-check-label {
    background: #fff;
    padding: 12px 24px;
    border-radius: 40px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.display_mode_fn ul li input[type="checkbox"] ~ label.form-check-label.on_text, 
.display_mode_fn ul li input[type="checkbox"]:checked ~ label.form-check-label.off_text {
    display: none;
}
.display_mode_fn ul li input[type="checkbox"]:checked ~ label.form-check-label.on_text {
    display: block;
}
.form-check.form-switch input[type="checkbox"]:checked ~ label.form-check-label {
    background: #EC7A4F;
    color: #fff;
}
.display_mode_fn ul li + li {
    margin-top: 15px;
}
.marketing_detail.service_fee p {
    font-size: 14px;
}
.box {
    background: #F1F1F5;
    border: none;
    border-radius: 26px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.head {
    font-family: 'nexa_heavyregular';
    color: #171725;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.head img {
    margin-right: 8px;
    max-width: 20px;
}
.balance {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #171725;
    margin: 30px 0px 20px;
    font-family: 'nexa_heavyregular';
}
a.recieve_btn {
    border: 1px solid #EC7A4F;
    color: #EC7A4F;
    display: inline-block;
    padding: 17px 50px;
    border-radius: 40px;
    font-family: 'nexa_heavyregular';
    background: #fff;
}
.box + .box {
    margin-top: 30px;
}
.image_box {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    margin-bottom: 20px;
}
.image_box .identi_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #EC7A4F;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: 0px 0px 0px 4px #fff;
}
.active_licence {
    background: #fff;
    border-radius: 26px;
    padding: 20px;
}
.bank_type .active_licence p {
    font-family: 'nexa_regularregular';
}
.active_licence p {
    margin-bottom: 0px;
}
a.recieve_btn.pink_text {
    border: 1px solid #979797;
    color: #F56E96;
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
}
.delete_account_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delete_account_btns a {
    border: 1px solid #D7DEE8;
    color: #171725;
    display: flex;
    width: 48%;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    border-radius: 35px;
    font-family: 'nexa_heavyregular';
    text-align: center;
}
.trash_image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 30px;
}
a.pink_text {
    color: #F56E96;
}
.top_section ul.programmes li.round_icons a {
    border: 1px solid #E3F7EA;
}
.top_section ul.programmes li.round_icons a.active {
    border-color: #EC7A4F;
}
.timestamps_policy {
    background: #fff;
    border: 2px solid #D7DEE8;
    border-radius: 26px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.timestamps_policy .head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'nexa_heavyregular';
}
.timestamps_policy .head img {
    margin-right: 5px;
}
.timestamps_policy p.small {
    font-size: 14px;
}
a.review {
    display: block;
    width: 60%;
    margin: 0px auto;
    background: transparent;
    text-align: center;
    color: #171725;
    border: 1px solid #F56E96;
    background: #F56E96;
    padding: 16px 10px;
    box-shadow: 0px 2px 4px 0px #80000000;
    border-radius: 26px;
    font-family: 'nexa_heavyregular';
}
a.review.updated {
    background: #EC7A4F;
    color: #fff;
    border-color: #EC7A4F;
}
.transactions_detail {
    margin: 30px 0px 0px;
}
.transactions_detail ul.ledger {
    margin: 0px;
    padding: 0px 0px;
    min-height: 350px;
}
.transactions_detail ul.ledger li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F1F5;
    padding: 20px 20px;
    border-radius: 26px;
}
.transactions_detail ul.ledger li a {
    display: flex;
    width: 100%;
    color: #171725;
    font-family: 'nexa_heavyregular';
    font-size: 14px;
    flex-wrap: wrap;
}
span.first {
    min-width: 30px;
}
span.second {
    margin: 0px 0px 0px 10px;
    min-width: 70px;
}
span.third {
    margin: 0px 10px;
    min-width: 50px;
    max-width: 70px;
    display: block;
    padding-left: 15px;
}
span.forth {
    max-width: 180px;
}
span.fifth {
    margin-left: auto;
    min-width: 7px;
}
ul.icons li.select_box select {
    width: 100%;
    height: 60px;
    border: 1px solid #E3F7EA;
    border-radius: 40px;
    padding: 6px 20px;
    font-family: 'nexa_heavyregular';
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
ul.icons li.select_box select::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    background: url('../img/back_arrow_grey.png') no-repeat;
    z-index: 9999999;
    width: 7px;
    height: 12px;
}
.income_detail_box {
    margin: 40px 0px 30px;
}
.income_dtl {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0px 12px 20px 0px #d7dee8;
}
.left_box {
    border: 1px solid #D7DEE8;
    border-radius: 26px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    min-width: 140px;
    max-width: 140px;
}
.left_box span {
    display: flex;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    font-family: 'nexa_heavyregular';
}
.right_income_dtl {
    display: flex;
    flex-direction: column;
    margin: 25px 0px 0px;
}
.right_income_dtl p {
    display: flex;
    flex-direction: column;
}
.right_income_dtl p span {
    font-family: 'nexa_heavyregular';
}
.right_income_dtl p i {
    font-style: normal;
    color: #92929D;
}
span.blue_text {
    color: #00BCD4;
}
.right_income_dtl ul {
    margin: 0px;
    padding: 0px;
}
.right_income_dtl ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-family: 'nexa_heavyregular';
}
.right_income_dtl ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 12px;
    height: 2px;
    background: #171725;
    transform: translateY(-50%);
}
.support_need {
    margin: 40px 0px 60px;
}
.support_need ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.support_need ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.support_need ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 40px;
    padding: 20px 10px;
    font-family: 'nexa_heavyregular';
    background: #F1F1F5;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.support_need ul li a span {
    min-width: 50px;
    text-align: center;
    margin: 0px 15px 0px 40px;
}
.support_need ul li a p {
    margin: 0px;
    color: #171725;
    font-size: 18px;
}
.support_need ul li + li {
    margin-top: 25px;
}
.sprt_page {
    background: #F1F1F5;
}
.content_section {
    margin: 30px 0px 50px;
}
.content_section ul.need_type {
    padding: 0px;
    margin: 30px 0px 0px;
}
.content_section ul.need_type li {
    display: block;
}
.content_section ul.need_type li + li {
    margin-top: 5px;
}
.content_section ul.need_type li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F5;
    padding: 18px 0px;
    color: #171725;
    font-size: 18px;
    font-family: 'nexa_heavyregular';
}
.chat_person_dtl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.chat_person_dtl.meeting_end {
    flex-direction: column;
}
.meeting_topics {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
    width: 100%;
}
.meeting_topics span {
    margin: 0px 0px 4px;
}
.meeting_topics p {
    margin: 0px 0px 0px 10px;
    font-family: 'nexa_heavyregular';
}
textarea.meet_notes {
    height: 152px;
    width: 100%;
    resize: none;
    border: 1px solid #D7DEE8;
    border-radius: 10px;
    padding: 15px;
}
.rank_section {
    width: 100%;
    display: block;
    margin: 20px 0px 15px;
}
.rank_section form.rank_slide .form-group {
    margin: 0px;
    position: relative;
    padding: 0px 40px;
}
.rank_section form.rank_slide .form-group label.left_side {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 20px;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}
.rank_section form.rank_slide .form-group label.right_side {
    position: absolute;
    right: 20px;
    top: -8px;
    font-size: 20px;
}
.btns_grp {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 15px 0px 30px;
    width: 100%;
}
.rank_section p {
    margin: 15px 0px 0px;
    text-align: center;
}
.chat_box {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.chat_box .date_time {
    color: #92929D;
    font-size: 14px;
}
.ticket_dtl {
    margin: 25px 0px 20px;
    padding: 0px;
    width: 100%;
}
.ticket_dtl ul {
    padding: 0px;
    margin: 0px;
}
.ticket_dtl ul li {
    display: block;
    margin-bottom: 20px;
}
.ticket_dtl ul li p {
    margin: 0px;
    font-family: 'nexa_heavyregular';
}
.ticket_dtl ul li span {
    color: #92929D;
    font-size: 12px;
    display: block;
    line-height: normal;
}
.support_controller ul.icons li {
    margin: 0px;
    width: auto;
    height: auto;
    font-family: 'nexa_heavyregular';
    color: #171725;
}
.sprt_page .homepage ul.icons li.meet_chat {
    margin-right: 0px;
    border: 1px solid #E2E2EA;
    border-radius: 10px;
    width: 36px;
    height: 36px;
}
body.sprt_page ul.icons.w-100.flex-nowrap {
    justify-content: space-between;
}
.top_section .wrapper {
    padding: 0px 30px 15px;
    box-shadow: 0px 1px 0px 0px #0f44441f;
}
.chat_section .wrapper {
    padding: 0px 30px;
    margin: 0px auto;
}
.chat_section {
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
}
.messages {
    margin-bottom: 0px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px;
}
.send_msg.receive_msg {
    justify-content: flex-start;
    margin-left: 0px;
    align-items: flex-end;
    margin-bottom: 15px;
}
.send_msg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 550px;
    margin-left: auto;
    margin-bottom: 20px;
}
.send_msg.receive_msg .msg {
    flex-direction: row-reverse;
}
.send_msg .msg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.send_msg.receive_msg .msg p {
    background: #EC7A4F;
    color: #fff;
}
.send_msg .msg p {
    margin: 0px 0px 10px;
    background: #FFF2DA;
    padding: 14px;
    font-size: 14px;
    color: #44444F;
    line-height: 22px;
    border-radius: 10px 0px 10px 10px;
    width: 85%;
}
.send_msg.receive_msg .msg .user_image {
    margin-left: 0px;
    margin-right: 10px;
    right: auto;
    left: 0px;
}
.msg .user_image {
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-left: 10px;
    top: 0px;
    right: 0px;
}
.msg .user_image img {
    max-width: 40px;
    position: relative;
    z-index: 2;
}
.send_msg.receive_msg .msg .user_image::after {
    left: -8px;
}
.msg .user_image::after {
    position: absolute;
    content: "";
    top: 8px;
    right: 0px;
    left: 8px;
    bottom: 0px;
    background: transparent;
    border: 2px solid #E4339C;
    z-index: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.send_msg .name_time {
    font-size: 14px;
    color: #B5B5BE;
    display: flex;
    align-items: center;
}
.foot_chat_type_section {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f5;
    padding: 15px;
    box-shadow:  0px -1px 4px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9999;
}
.foot_chat_type_section .chat_type {
    background: transparent;
    height: 32px;
    resize: none;
    width: 75%;
    padding: 0px 0px 0px 6px;
    border: none;
}
.chat_feature {
    display: flex;
    align-items: center;
}
.chat_feature .calling {
    margin: 0px 10px 0px 20px;
}
.meeting_person {
    display: block;
    margin: 40px 0px;
}
.meeting_person .person_dtl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.meeting_person .person_dtl + .person_dtl {
    margin-top: 15px;
}
.meeting_person .person_dtl .person_image {
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    min-width: auto;
    overflow: initial;
}
.meeting_person .person_dtl img {
    max-width: 60px;
    position: relative;
    z-index: 2;
}
.person_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.meeting_person .person_dtl .person_image::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0px;
    left: -10px;
    bottom: 0px;
    background: transparent;
    border: 2px solid #E4339C;
    z-index: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.meeting_person .person_dtl b {
    font-weight: 400;
    color: #171725;
    font-size: 18px;
    font-family: 'nexa_heavyregular';
}
.meeting_modal.meet_endmodal .btns_grp a.wrap_btn {
    padding: 22px 22px;
    min-width: 48%;
    font-family: 'nexa_heavyregular';
    border: 1px solid #EC7A4F;
    color: #EC7A4F;
    border-radius: 40px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-family: 'nexa_heavyregular';
    font-size: 1rem;
    line-height: normal;
    justify-content: center;
}
.text p {
    margin-bottom: 0px;
    line-height: normal;
}
.text small {
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
}
ul.need_type li.border-bottom {
    border-color: #171725 !important;
}
.top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.top_content p {
    margin: 0px 0px 0px;
    font-family: 'nexa_heavyregular';
    color: #171725;
}
.top_content p span:first-child {
    font-family: 'nexa_regularregular';
    text-transform: uppercase;    
}
.top_content p b {
    width: 2px;
    display: inline-block;
    height: 16px;
    background: #171725;
    vertical-align: middle;
    margin: -4px 10px 0px;
}
.top_content p + p {
    margin-top: 10px;
}
ul.ingredient {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
    text-align: center;
}
ul.ingredient li {
    display: inline-block;
    vertical-align: bottom;
    max-width: 60px;
}
ul.ingredient li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 8px;
}
ul.ingredient li img {
    max-width: 46px;
}
ul.ingredient li span {
    min-height: 40px;
    line-height: normal;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #171725;
    white-space: pre-wrap;
}
.glass_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0px;
}
.glass_section a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 75px;
    min-width: 75px;
    min-height: 120px;
}
.glass_section a + a {
    margin-top: 30px;
}
.glass_section a span {
    display: block;
    text-align: center;
    margin-top: 11px;
    color: #2C234D;
    text-transform: uppercase;
    line-height: normal;
}
.glass_section .glass_sec {
    width: 100%;
    text-align: center;
}
.glass_section .glass_sec img {
    max-width: 200px;
}
a.serve_btn {
    margin: auto;
    display: block;
    width: 140px;
    text-align: center;
    background: #EC7A4F;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 10px;
    font-family: 'nexa_xboldregular';
}
.top_content p span a {
    color: #171725;
}
ul.steps {
    display: block;
    text-align: left;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 30px;
}
ul.steps li {
    display: block;
    font-family: 'nexa_heavyregular';
    color: #171725;
}
a.outline_btn {
    border: 1px solid #EC7A4F;
    box-shadow: none;
    color: #EC7A4F;
    margin: auto;
    width: 50%;
    padding: 12px 0px;
}
a.outline_btn:hover {
    color: #fff;
    background: #EC7A4F;
}
.points {
    display: block;
    margin: 20px 0px 20px;
    color: #EC7A4F;
    font-size: 50px;
    font-family: 'nexa_xboldregular';
}
ul.ingredient.french {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
ul.ingredient.french li {
    max-width: 120px;
    min-width: 120px;
}





/*** Modal Style ***/
.modal.sign-in-modal {
    top: auto;
}
.modal.sign-in-modal .modal-dialog {
    margin: 0px;
}
.modal.sign-in-modal .modal-content {
    border: none;
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    padding: 50px 30px 30px;
}
.modal-body {
    padding: 0px;
}
.modal.fade.user-info-modal.show {
    padding: 60px 20px 30px !important;
}
.modal.fade.user-info-modal .modal-dialog {
    margin: 0px;
}
.modal.fade.user-info-modal .modal-content {
    background: #FFF2DA;
    border: none;
    border-radius: 20px;
    padding: 30px;
}
.user_info_box {
    border: 1px solid #F1F1F5;
    border-radius: 26px;
    background: #fff;
}
.photo_name {
    display: flex;
    align-items: center;
    padding: 20px;
}
.photo_name p {
    margin: 0px;
    color: #000;
    text-transform: uppercase;
    font-family: 'nexa_regularregular';
}
.photo_name span {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.user_info_dtl {
    display: block;
    position: relative;
    padding: 0px 20px 15px 20px;
}
.user_info_dtl p {
    margin: 0px;
    opacity: 0.5;
}
.user_info_dtl p.exp {
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 1;
}
.bottom_text {
    background: #F1F1F5;
    padding: 20px;
    border-radius: 0px 0px 26px 26px;
}
.modal.fade.sign-in-modal.show {
    padding: 0px !important;
    overflow: auto !important;
    max-height: 90%;
}
.modal.fade.show {
    padding-right: 15px !important;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* .modal.fade.show {
    padding: 30px !important;
} */
.modal.fade.show .modal-dialog {
    margin: 0px auto;
}
.modal-content {
    background: #FFF;
    border-radius: 20px;
    padding: 40px 20px;
    border: none;
}
.close_modal {
    position: absolute;
    top: -10px;
    right: 15px;
}
.close_modal img {
    max-width: 20px;
}
form.profile_update input.form-control {
    border-color: #B00200;
}
.modal.fade.age_confirm {
    padding: 0px 30px !important;
    top: 10%;
}
a.btn.create_act {
    padding: 0px;
    margin: 40px 0px 30px !important;
    box-shadow: none;
    max-width: 100px;
    white-space: pre-wrap;
    color: #171725;
    line-height: normal;
}
.modal.fade.age_confirm .modal-content {
    padding: 20px 30px;
    background: #fff;
}
.modal.fade.age_confirm .modal-content input.form-control {
    padding: 4px 0px;
    text-align: center;
    font-family: 'nexa_heavyregular';
}
p.error {
    color: #F56E96;
}
p.success {
    color: #00BCD4;
}
.company-directory p.bottom_link a {
    color: #2C234D;
}





/*** Modal Style ***/