﻿/* styles */

@font-face {
    font-family: 'linotte';
    src: url('fonts/linotte_light-webfont.woff2') format('woff2'), url('fonts/linotte_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'linotte';
    src: url('fonts/linotte_regular-webfont.woff2') format('woff2'), url('fonts/linotte_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'linotte';
    src: url('fonts/linotte-semibold1-webfont.woff2') format('woff2'), url('fonts/linotte-semibold1-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

html, body {
    font-family: 'linotte', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #7f8792;
    font-weight: 400;
}

h1, h2, h3 {
    color: #405866;
    font-weight: 600;
}

.header-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.nav_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.nav_menu li {
    display: inline-block;
    margin: 0 10px;
}

.nav_menu li a {
    padding: 12px 15px;
    color: #7f8792;
    font-size: 20px;
    text-decoration: none !important;
}

.main_header {
    padding: 30px 0;
}

.nav_menu li.active a, .nav_menu li a:hover {
    border-bottom: 5px solid #0c77bd;
    color: #0c77bd;
}

.slider_wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider_item {
    width: 100%;
    display: block;
    /*background: #f7438e;
    height: 500px;*/
    text-align: center;
}
/*.slider_item img{
    height: 70vh;
    object-fit: cover;
    min-height: 450px;
}*/

.hero_item {
    width: 100%;
    display: block;
    /*background: #f7438e;
    height: 500px;*/
    text-align: center;
}
.hero_item img{
    /*height: 70vh;*/
    object-fit: cover;
    min-height: 250px;
}
.main_slider{
    margin-bottom: 50px;
}

.main_title {
    text-align: center;
    padding: 0px 8%;
    font-size: 18px;
    margin: 0px auto 70px;
}
.main_title_left {
    text-align: left;
    padding: 0px 8%;
    font-size: 18px;
    margin: 50px auto 70px;
}
.see_all{
    width: 150px;
    text-align: right;
    display: inline-block;
    color: #7f8792;
    font-size: 18px;
}

.see_all a{
    color: #7f8792 !important;
    padding-right: 0px;
}

.see_all img,
.see_all img.go_pink,
.see_all img.go_green {
    width: 20px;
    text-align: right;
    margin-top:-8px;
}

.see_all img.go_pink,
.see_all img.go_green {
     display: none;
}

.see_all a:hover {
    color: #ec267d !important;
    text-decoration: underline;
    padding-right: -10px;
}

.see_all.green a:hover {
    color: #3ecb00 !important;
    text-decoration: underline;
    padding-right: -10px;
}

.see_all a:hover img:not(.go_pink),
.see_all a:hover img:not(.go_green) {
    display: none;
}

.see_all a:hover img.go_pink,
.see_all a:hover img.go_green {
    display: inline-block;
}

.sub_im {text-align: center;}

.sub_im img {
   /* width: 40%;*/
}

.sub_cont {
    text-align: center;
    margin: 30px 0 70px;
}

.sub_4 .sub_cont h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.sub_4 .sub_cont {
    font-size: 18px;
}

h3.linkd a{
    color: #7f8792;
}
h3.linkd a:hover{
    color: #ec267d;
}

.activity_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    padding: 15px 0;
}

.activities {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.act_each * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.act_each {
    overflow: hidden;
    flex-basis: calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin: 0 30px;
    margin-bottom: 0px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.act_each:hover {
    background: #405866;
    transform: scale(1.02);
}
.ofer_green {
    color:#3ecb00;
}
.ofer_each {
    border:#3ecb00 1px solid;
    box-shadow: none !important;
}

.ofer_each:hover {
    background: #ececec;
}

.act_each.delete .act_inn {
    position: relative;
    left: -70px;
}

.act_inn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
}

.act_img img {
    width: 125px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 3px;
}

.act_img_lrg img {
    width: 250px;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 3px;
}

.act_img {
    position: relative;
    padding-right: 30px;
}

.act_img_lrg {
    position: relative;
    padding-right: 15px;
}

.act_img::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 90%;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.act_img_lrg::after {
    content: "";
    display: none;
    width: 4px;
    height: 90%;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.act_each:hover .act_img::after, .act_each:hover .act_img_lrg::after {
background: #7f8792;
}

.act_tit {
    font-size: 20px;
}

.act_date span, .act_pr span, .act_loc span, .act_prj span {
    color: #ec267d;
}
.ofr_date span, .ofr_pr span, .ofr_loc span, .ofr_prj span {
    color: #3ecb00;
}
a, a:hover {
    color: #ec267d;
    text-decoration: none !important;
}

a .act_date, a .act_pr, a .act_loc, a .act_prj {
    color: #7f8792;
    line-height: 22px;
}
a .ofr_date, a .ofr_pr, a .ofr_loc, a .ofr_prj {
    color: #7f8792;
    line-height: 22px;
}

.act_link {
    margin-left: auto;
}

.act_link a img, .act_link a {
    display: inline-block;
}

.act_link img {
    width: 50px;
    margin-right: 20px;
}
.back_link{
    margin-bottom: 20px;
    text-align: left;
}
.back_link img {
    width: 15px;
    margin-right: 5px;
    margin-top: -6px;
}
.back_dash_link{
    margin-bottom: 20px;
    text-align: right;
}
.back_dash_link img {
    width: 15px;
    margin-right: 5px;
    margin-top: -6px;
}
.act_link {
    position: absolute;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.act_link a {
    height: 100%;
    display: -webkit-box;
    display: flex;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img-fluid.go_white {
    display: none;
}

.act_link a:hover {
    background: #00d700;
}

.act_link a:hover .go_white {
    display: block;
}

.act_link a:hover img:not(.go_white) {
    display: none;
}

.footer {
    background: #405866;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 100px;
    padding: 100px 0 50px;
}

.footer a {
    color: #fff;
    line-height: 34px;
}

.ft_abt {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    padding-right: 60px;
}

.ft_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ft_links a:hover{ color: #ec267d; }

.footer a i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 34px;
}

.ft_copy {
    font-weight: 300;
}

.ft_links {
    /*margin-top: 64px;*/
}

.dbanner_im {
    text-align: center;
    position: relative;
}

.dbanner_im img {
    width: 90%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dash_head_banner {
    position: relative;
    height: auto;
    margin-bottom: 100px;
}

.dash_head_banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
}

.container.notification {
    padding: 0;
    margin-top: 15px
}

.dash_logo a {
    display: inline-block;
}

.dash_logout a {
    display: inline-block;
}

.dbanner_im::after {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background: #000;
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.dash_logo {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 18px;
}
.dash_logout {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
}
.dash_logout span{
    display: inline;
    margin-left: 5px;
    color: #fff;
}
.dash_logo img {
    width: 80px;
}
.dash_logout img {
    /*width: 40px;*/
    margin-top: -6px;
}

.dash_logout a:hover {
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 5px;
}

.dash_pro {
    background: #fff;
    padding: 20px 10px 15px;
    border-radius: 10px;
    display: inline-block;
    width: 150px;
    text-align: center;
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dash_pro:hover {
    background: #405866;
}

.dash_pro_sml img{
    display: none;
}

.dash_pro img {
    width: 91px;
    margin: auto;
    display: block;
}

.dash_pro span {
    color: #7f8792;
    font-size: 22px;
}

.welcome_tx {
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    position: relative;
    bottom: -10px;
}

.welcome_tx * {
    color: #fff;
    margin: 0;
}

.welcome_tx h3 {
    margin: 0;
}

.welcome_tx h3 {
    font-size: 40px;
    margin-top: 2px;
    font-weight: 400;
}

.dash_welcome {
    margin-top: 65px;
}

.dash_menu {
    display: -webkit-box;
    display: flex;
    padding: 0 0 0 0;
    -webkit-box-align: start;
    align-items: flex-start;
}

.total_link {
    display: -webkit-box;
    display: flex;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 175px;
    margin-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.total_link:hover {
    background: #405866;
}

.tl_img, .tl_tx {
    display: inline-block;
}

.tl_img img {
    width: 92px;
}

.tl_tx {
    padding: 20px;
    border-left: 2px solid #eee;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.total_link:hover .tl_tx {
    border-left: 2px solid #7f8792;
}

.tl_img {
    padding: 10px 25px 10px 30px;
}

.tl_tx h3 {
    font-size: 40px;
    color: #ec267d;
    margin: 0;
    line-height: 40px;
}

.tl_tx span {
    font-size: 20px;
    color: #405866;
    position: relative;
    display: inline-block;
    top: -5px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.total_link:hover .tl_tx span {
    color:#7f8792;
}

.sc_box {
    display: inline-block;
    background: #fff;
    height: 175px;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sc_box:hover {
    background: #405866;    
}
.offer_menu:hover {
    background: #405866;
}
.acti_menu:hover {
    background: #405866;
}
.offer_menu, .acti_menu {
    background: #7f8792;
    height: 175px;
    margin-top: 20px;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    width: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transa_menu {
    background: #fff !important;
    height: 175px;
    margin-top: 20px;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    width: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transa_menu:hover {
    background: #2c414d !important;
}
.ma_box {
    background: #7f8792;
    height: 175px;
    margin-top: 20px;
    padding: 20px 10px 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    width: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ma_box:hover {
    background: #7f8792 !important;
}
.acc_box {
    background: #fff;
    height: 175px;
    margin-top: 20px;
    padding: 30px 10px 10px;
    text-align: center;
    color: #EC267D;
    border-radius: 10px;
    margin-right: 20px;
    width: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash_box {
    background: #7f8792;
    height: 175px;
    margin-top: 20px;
    padding: 30px 10px 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    width: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sc_box img {
    width: 110px;
    margin-bottom: 10px;
}

.sc_box span {
    font-size: 20px;
    color: #f82222;
}
.transa_menu span {
    font-size: 20px;
    color: #3ecb00;
}
.offer_submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.acti_submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.transa_submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.offer_inner img {
    width: 85px;
    margin-bottom: 12px;
}
.acti_inner img {
    width: 85px;
    margin-bottom: 12px;
}
.transa_inner img {
    width: 85px;
    margin-bottom: 12px;
}
.offer_submenu, .acti_submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #7f8792;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0px 0 5px;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
}
.transa_submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #2c414d;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0px 0 5px;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
}

.offer_submenu a {
    color: #fff;
    line-height: 50px;
    display: inline-block;
    border-top: 2px solid #687a84;
}

.acti_submenu a {
    color: #fff;
    line-height: 50px;
    display: inline-block;
    border-top: 2px solid #687a84;
}

.transa_submenu a {
    color: #fff;
    line-height: 50px;
    display: inline-block;
    border-top: 2px solid #687a84;
}

.offer_menu, .acti_menu, .transa_menu {
    position: relative;
}

.offer_inner, .acti_inner, .transa_inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
/*.citizen_details_larg_btns:hover{
    cursor: pointer;
    background-color: #7f8792;
}*/



.offer_menu.active, .acti_menu.active, .transa_menu, .offer_submenu.active, .acti_submenu.active, .transa_submenu.active, .ma_box, .dash_box:hover {
    background: #405866;
}
.acc_box:hover {
    background: #405866;
}

.act_menu.active, .acti_submenu.active {
    background: #405866;
}

.offer_menu.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.acti_menu.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.transa_menu.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #2c414d !important;
}

.offer_submenu.active {
    opacity: 1;
    visibility: visible;
    height: 161px;
}
.acti_submenu.active {
    opacity: 1;
    visibility: visible;
    height: 161px;
}
.transa_submenu.active {
    opacity: 1;
    visibility: visible;
    /*height: 161px;*/
    height: auto;
    background-color: #2c414d;
}
.offer_submenu ul li:first-child a {
    border-color: #fff;
}
.acti_submenu ul li:first-child a {
    border-color: #fff;
}
.transa_submenu ul li:first-child a {
    border-color: #fff;
}
.ma_box img {
    height: 82px;
}
.acc_box img {
    height: 85px;
}
.dash_box img {
    height: 82px;
}

.ma_box span {
    line-height: 24px;
    margin-top: 10px;
    display: inline-block;
    color: #fff !important;
}
.acc_box span {
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    /*color: #fff !important;*/
}
.dash_box span {
    line-height: 24px;
    margin-top: 10px;
    display: inline-block;
    color: #fff !important;
}
.dash_head_banner {
    /*margin-bottom: 100px;*/
}

.col-md-6 .act_each {
    max-width: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

/*Signed Up Activity Box*/
.act_each.gr {
    border-right: 8px solid #3ecb00 !important;
    border-radius: 8px;
}

/*Pending Activity Box*/
.act_each.or {
    border-right: 8px solid #f89e22 !important;
    border-radius: 8px;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}

.act_delete {
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
    background: #f82222;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-pack: center;
    justify-content: center;
}

.act_delete a {
    color: #fff;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.act_delete a * {
    vertical-align: middle;
    display: inline-block;
}

.act_delete img {
    width: 35px;
    margin-right: 10px;
}

.delete .act_delete {
    right: 0;
}

.container.cc_container, .cc_half {
    padding: 0 7px;
    margin-top: 10px;
}

#map-canvas {
    width: 100%;
    height: 350px;
}

.cc_img img {
    width: 100%;
    border-radius: 15px;
}

.cc_img {
    margin-bottom: 40px;
}

.cc_content {
    padding-left: 50px;
}

.cc_inner h3 {
    color: #7f8792;
    font-weight: 400;
    margin-bottom: 20px;
}

.cc_detals_box,
.offer_detals_box {
    font-size: 18px;
}

.cc_detals_box p,
.offer_detals_box p {
    margin-bottom: 4px;
    font-size: 18px;
}

.cc_detals_box p span {
    color: #ec267d;
}

.offer_detals_box p span {
    color: #3ecb00;
}

.cc_content {
    padding-left: 50px;
    max-width: 500px;
    margin-top: 10px;
}

.cc_inf {
    margin: 20px 0;
}
.cc_inf p {
    margin: 20px 0;
}

.cbtn {
    padding: 20px 65px 20px 25px;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    background: #fff;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.btn_disable{
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.cbtn.bt_success {
    background: url('../images/circle_tick.svg') no-repeat center right 20px #00d700;
    background-size: 45px;
    font-size: 18px;
}

.cbtn.bt_pending {
    background: url('../images/circle_tick.svg') no-repeat center right 20px #f89e22;
    background-size: 45px;
    font-size: 18px;
}

.cbtn.bt_booked {
    background: url('../images/circle_tick.svg') no-repeat center right 20px #7f8792;
    background-size: 45px;
    font-size: 18px;
}

.cbtn.bt_dark {
    background: url('../images/go_white.svg') no-repeat center right 20px #7f8792;
    background-size: 45px;
    color: #fff;
    font-size: 18px;
}

.cbtn.bt_primary {
    background: url('../images/circle_arrow.svg') no-repeat center right 20px #0c77bd;
    background-size: 45px;
    font-size: 38px;
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cbtn.bt_primary_sml {
    background: url('../images/circle_arrow.svg') no-repeat center right 20px #0c77bd;
    background-size: 45px;
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}

.cbtn.bt_white {
    background-image: url('../images/qrcode.svg'), url('../images/circle_arrow_sml.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    /* background-color: #fff; */
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #7f8792 !important;
    font-size: 18px;
}

.cbtn.bt_white.bt_cam {
    background-image: url('../images/camera.svg'), url('../images/circle_arrow_sml.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    background-colr: #fff;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #7f8792 !important;
    font-size: 18px;
}

.cbtn.bt_white.bt_coin {
    background-image: url('../images/coin_code.svg'), url('../images/circle_arrow_sml.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    background-colr: #fff;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #7f8792 !important;
    font-size: 18px;
}

.cbtn.bt_white.bt_wallet {
    background-image: url('../images/cc_wallet_icon.svg'), url('../images/circle_arrow_sml.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    background-color: #fff;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #7f8792 !important;
    font-size: 18px;
}

.cbtn.bt_white.bt_notification {
    background-image: url('../images/notification_white.svg'), url('../images/arrow_white.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    background-color: #e51a76 !important;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #FFF !important;
    font-size: 18px;
    max-width: 100%;
}

.cbtn.bt_white.bt_remove {
    background-image: url('../images/delete_bin.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-color: #900 !important;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #FFF !important;
    font-size: 22px;
    max-width: 100%;
    font-weight: 600;
}

.cbtn.bt_white.bt_notification:hover {
    background-color: #405866 !important;
    color: #FFF;
}

.cbtn.bt_white.bt_remove:hover {
    background-color: #405866 !important;
    color: #FFF;
}


.cbtn.bt_load {
/*  background: url('../images/circle_tick.svg') no-repeat center right 20px #7f8792;
    background-size: 45px;*/
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    background-color: #7f8792;
    padding: 20px 25px 20px 25px !important;
}

.cbtn.bt_load:hover {background: #3f5765 !important;}

.ashare_link>a {
    color: #7f8792;
    font-size: 34px;
    margin-right: 15px;
}
.ashare_link>a:hover {
    color: #ec267d;
}

.hash_tags {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tags {
    padding: 0;
    list-style: none;
    margin: 0 -3px;
}

.tags li {
    display: inline-block;
    margin: 0 3px;
}

.tags li a {
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 16px;
    color: #7f8792;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tags li a:hover, .tags li.active a {
    background: #7f8792;
    color: #fff;
}

.tags li.primary a {
    background: #0c77bd;
    border-color: #0c77bd;
    color: #fff;
}

.trs_slider {
    width: 550px;
    margin: auto;
    text-align: center;
}

.tsl_img {
    width: 300px;
    margin: auto;
    height: 300px;
    /*border: 1px solid #eee;*/
    border-radius: 100%;
    background: #fff;
}

.tsl_img img {
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    margin: auto;
}

.tsl-coins {
    width: 120px;
    height: 120px;
    background: #7f8792;
    color: #fff;
    border-radius: 100%;
    margin: auto;
    margin-top: auto;
    margin-top: -15px;
}
.tsl-coins-total {
    font-size: 40px;
    padding-top: 35px;
    line-height: 25px;
    display: inline-grid;
}
.tsl-coins-total span {
    font-size: 16px;
    display: inline-block;    
}
.swiper-button-next::after {
    content: "";
}

.swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    width: 100px;
    height: 100px;
    background: url(../images/arrow_right.svg) no-repeat center transparent;
    background-size: auto 100%;
    opacity: 0.15;
}

.swiper-button-prev {
    width: 100px;
    height: 100px;
    background: url(../images/arrow_left.svg) no-repeat center transparent;
    background-size: auto 100%;
    opacity: 0.15;
}

.swiper-button-next, .swiper-button-prev {
    top: 33%;
}

.transaction_table {
    margin-top: 70px;
}

.trans_hleft a {
    margin-right: 30px;
    color: #7f8792;
}

.trans_hright a {
    margin-left: 30px;
    color: #7f8792;
}

.tras_table_header {
    font-size: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.trans_hleft a.active, .trans_hleft a:hover, .trans_hright a.active, .trans_hright a:hover {
    color: #ec267d !important;
    font-weight: bold;
}

.tras_table_header {
    font-size: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 2px solid #dfdfdf;
}

.trans-inner {
    display: -webkit-box;
    display: flex;
    padding: 12px 0;
    -webkit-box-align: center;
    align-items: center;
}

.trans_am {
    flex-basis: 80px;
    font-size: 38px;
    line-height: 55px;
    text-align: center;
}

.trans_msub {
    display: -webkit-box;
    display: flex;
}

.trans_main {
    flex-basis: calc(100% - 160px);
    padding: 0px 15px;
}

.trans_main h3 {
    margin-bottom: 0;
    color: #7f8792;
    font-weight: 400;
    font-size: 20px;
/*    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}

.trans_main * {
    color: #7f8792;
}

.trans_msub>div {
    flex-basis: 50%;
}

.date_tr span {
    color: #ec267d !important;
}

.trans_each_col {
    border-bottom: 2px solid #dfdfdf;
}

.trans_inout {
    flex-basis: 80px;
    padding: 0 20px;
    text-align: center;
}

.trans_inout img {
    width: 30px;
}

.trans_each_col.in_trans .trans_am {
    color: #3ecb00;
}

.trans_each_col.out_trans .trans_am {
    color: #f82222;
}

.transaction_table {
    margin-top: 70px;
    margin-bottom: 130px;
}

.sc_box.receive span {
    color: #3ecb00;
}

.dash_coin_logo.tslider_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    text-align: center;
}

.dash_coin_logo .tsl_img {
    width: 280px;
    height: 280px;
}

.app_dash_header .dbanner_im img {
    width: 90%;
    height: 360px;
}

.app_dash_header .dbanner_im::after {
    display: none;
}

.close_back {
    position: absolute;
    top: 20px;
    right: 5%;
    width: 60px !important;
    height: 60px !important;
    display: none;
    z-index: 999;
    padding:10px;
    background-color: #fff;
}
.back_close {
    position: absolute;
    top: 16px;
    left: 10%;
    /*width: 80px !important;*/
    height: 80px !important;
    display: inline-block;
    z-index: 999;
}
.back_close a {
    padding:20px;
    background-color: #fff;
}

.app_hide{display:inherit;}
.app_show{display:none;}

.app_dash_header .dash_head_banner {
    margin-bottom: 0;
}

.app_dash_header+.main_content .transaction_table {
    margin-top: 40px;
}

.filter_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 0 15px;
    font-size: 18px;
    margin-top: 20px;
    border-bottom: 2px solid #dfdfdf;
}

.app_trans .tras_table_header {
    border-bottom: 0;
    padding-bottom: 0;
    /*margin-bottom: -20px;*/
    margin-bottom:20px;
}

.search_box {
    margin-top: 44px;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="password"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #7f8792;
    border-radius: 5px;
    color: #ec267d !important;
    font-size: 18px;
}

textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #7f8792;
    border-radius: 5px;
    color: #ec267d !important;
    font-size: 18px;
    height: 250px;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

input::-moz-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

input::-ms-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

input::placeholder {
    opacity: 1;
    color: #d1d4d8;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

textarea::-ms-input-placeholder {
    opacity: 1;
    color: #d1d4d8;
}

textarea::placeholder {
    opacity: 1;
    color: #d1d4d8;
}

.scanbox_link {
    width: 250px;
    height: 250px;
    margin: auto;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.scan_box {
    margin-top: -125px;
    position: relative;
    text-align: center;
}

.scanbox_link img {
    width: 140px;
    margin-top: 20px;
}

.scanbox_link span {
    display: block;
    color: #7f8792;
    margin-top: 20px;
    font-size: 26px;
}

.scan_box a {
    display: inline-block;
    margin: auto;
}

.send_box {
    margin-top: 25px;
}

.input_box {
    margin-top: 20px;
}
.cnt { 
text-align: center;
}
.input_box .bt_primary {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ts_complete {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ts_complete:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    opacity: 0.8;
    z-index: 999;
}

.ts_complete.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.complete_text {
    max-width: 375px;
    margin: auto;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 10000;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}

.complete_text img {
    width: 150px;
    display: block;
    margin: 0 auto 30px;
}

.receive_box {
    width: 240px;
    margin: auto;
    text-align: center;
    margin-top: -170px;
    position: relative;
}

.scan_qr {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.scan_qr img {
    width: 100%;
}

.scas_ids {
    font-size: 22px;
    margin-top: 40px;
    /*display: inline-block;*/
}

.scas_ids h3 {
    color: #ec267d;
    margin-top: 4px;
    /*font-size: 36px;*/
    font-size: 1.2em;
}

.coin_code_box {
    max-width: 350px;
    margin: auto;
    margin-top: auto;
    margin-top: 100px;
    font-size: 28px;
    line-height: 34px;
}

.coin_code_box input[type="text"] {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 240px;
    margin-bottom: 30px;
}

.hide_on_desktop {
    display: none;
}

.hide_on_mob {
    display: block;
}

.cbtn.bt_primary.bt_sm {
    padding: 20px 65px 20px 25px;
    font-size: 20px;
}
.cbtn.bt_dark  {
    padding: 20px 65px 20px 25px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cbtn.bt_dark:hover {
    padding: 20px 65px 20px 25px;
    font-size: 20px;
    background-color: #2c414d !important;
}

.offer_container .cc_detals_box p span {
    color: #f89e22;
}

/*.cc_detals_box p span {
    color: #3ecb00;
}*/

.container.assets .input_box, .container.assets .input_box INPUT {
    margin-top: 0;
    margin-bottom: 10px;
}

.col-md-5 .act_each {
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
}

.lsa h2 {
    font-size: 24px;
    color: #7f8792;
    font-weight: 400;
    line-height: 24px;
}

.act_tit {
    font-size: 20px;
    font-weight: 400;
    color: #7f8792;
}
.image_lister li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 7);
    float: left;
    margin-bottom: 30px;
}
.ft_links.demo li {
    display: inline-block;
    margin-left: 40px;
    font-size: 50px;
}
.large_img {
    margin-top: 50px;
    list-style: none;
    margin-bottom: 100px;
}
.large_img li {
    display: inline-block;
}
.large_img li img {
    width: auto;
    margin-right: 20px;
    height: 80px;
}
.color li {
    list-style: none;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 10px;
}
.col-md-6.ft_logo a img, .col-md-6.ft_logo a {
    width: 15%;
    margin: auto;
    text-align: center;
}
.logo-wrap img {
        width: 280px;
}
.three_grid_wrp {
    text-align: center;
    padding: 0 20px;
}
.three_grid_wrp ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -175px;
    position: relative;
    z-index: 9;
    padding-bottom: 75px;
}
.three_grid_wrp ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
a.three_grid_each {
    background: #ddd;
    padding: 50px 25px;
    width: 375px;
    text-align: center;
    height: 375px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 35px;
}
a.three_grid_each:hover {
    box-shadow: 0px 17px 24px 0px rgba(191, 191, 191, 0.8);
    transform: scale(1.02);
}
a.three_grid_each img {
    width: 90%;
    height: 190px;
}
a.three_grid_each p {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding-top: 15px;
    color: #fff;
}
.three_grid_wrp ul li:nth-child(1) a.three_grid_each{
    background: #ea277d;
}
.three_grid_wrp ul li:nth-child(2) a.three_grid_each{
    background: #ee2a27;
}
.three_grid_wrp ul li:nth-child(3) a.three_grid_each{
    background: #3ecb00;
}
.latest_btns_wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-top: 25px;
}
.latest_btns_each a {
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 20%) !important;
    display: block;
    position: relative;
    border-radius: 5px;
    font-size: 40px;
}
.latest_btns_each {
    width: 50%;
    padding: 0 30px 15px 30px;
}
.latest_btns_each a strong{
    display: inline-block;
    vertical-align: middle;
}
.latest_btns_each a img {
    background: #ea277d;
    padding: 15px;
    width: 120px;
    height: 100px;
    margin: 7px;
    border-radius: 4px;
    margin-right: 10px;
}
.latest_btns_each + .latest_btns_each a img{
    background: #3ecb00;
}
.latest_btns_each + .latest_btns_each a{
    color: #3ecb00;
}
.latest_btns_each:hover {
    /*background: #405866;*/
    transform: scale(1.02);
}
.inner_page_push {

}
.citizen_details_section {
    padding: 25px 0;
    margin: 0 -25px;
}
.citizen_details_section .col-md-6{
    padding: 0 25px;
}
.citizen_details_left h3 {
    text-align: center;
    font-size: 32px;
    padding-bottom: 35px;
}
.form_each_field{
    padding-bottom: 20px;
}
.form_each_field label {
    display: block;
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}
.form_each_field select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #7f8792;
    border-radius: 5px;
    color: #ec267d !important;
    font-size: 18px;
}
.form_each_field .birth_day input {
    width: 55px;
    margin-right: 10px;
}
.form_each_field .birth_day input:last-child{
    width: 85px;
}
.form_each_field .post_code input {
    max-width: 230px;
}
.citizen_details_left .cbtn.bt_dark {
    max-width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 17px 65px 17px 25px;
}
a.qr_code_btn,
a.wallet_btn{
    display: flex;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%) !important;
    position: relative;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    margin-bottom: 35px;
    color: #405866;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qr_code_btn{
    cursor: default;
}
a.wallet_btn{
    padding: 35px;
}
a.qr_code_btn img,
a.wallet_btn img{
    max-width: 235px;
    padding-right: 25px;
    border-right: 3px solid #ddd;
    margin-right: 20px;
}
a.wallet_btn img {
    max-width: 150px;
    padding-right: 30px;
    border-right: 3px solid #ddd;
    margin-right: 20px;
}
a.qr_code_btn strong,
a.wallet_btn strong{
    width: 100%;
    /*color: #405866;*/
    font-size: 24px;
    font-weight: 600;
}
a.qr_code_btn strong em,
a.wallet_btn strong em{
    display: block;
    line-height: 1;
    font-size: 58px;
    font-style: normal;
    color: #ec267d;
}
a.wallet_btn:hover{
    background-color: #405866 !important;
    color: #ec267d;
}
.citizen_details_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}
.citizen_details_right ul li {
    padding: 20px;
    width: 50%;
}
.citizen_details_right ul li a {
    background: #fff;
    display: block;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%) !important;
    padding: 35px 18px;
    border-radius: 15px;
    height: 257px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.citizen_details_right ul li a:hover{
    cursor: pointer;
    background-color: #2c414d !important;
}
.citizen_details_right ul li a img {
    width: 100%;
    max-height: 90px;
    margin-bottom: 20px;
}
.citizen_details_right ul li a strong {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1;
}
.citizen_details_right ul li:nth-child(3) a {
    background: #ee2a27;
}
.citizen_details_right ul li:nth-child(4) a {
    background: #3ecb00;
}
.citizen_details_right ul li:nth-child(1) a strong{
    color: #b3d236;
}
.citizen_details_right ul li:nth-child(2) a strong {
    color: #0c77bd;
}
.citizen_details_right ul li:nth-child(3) a strong{
    
}
.citizen_details_right ul li:nth-child(4) a strong{
    
}
.register_text_wrp ul.nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 35px;
}
.register_text_wrp ul.nav li {
    width: 25%;
    max-width: 220px;
    text-align: center;
    position: relative;
}
.register_text_wrp ul.nav li a {
    width: 65px;
    height: 65px;
    display: inline-block;
    line-height: 67px;
    text-align: center;
    background: #efefef;
    color: #888;
    font-size: 36px;
    border-radius: 50%;
    font-weight: 600;
    pointer-events: none;
}
.register_text_wrp ul.nav li a.active{
    background: #ec267d;
    color: #fff;
}
.register_text_wrp {
    text-align: center;
    padding: 35px 0;
    padding-bottom: 65px;
}
.tab-content h3{
    text-align: center;
    padding-bottom: 25px;
    font-size: 32px;
}
.tab-content input.cbtn.bt_dark.text-left {
    background-color: #7f8792;
    padding: 10px 65px 10px 25px;
    font-size: 40px;
}
.tab-content input.cbtn.bt_dark.text-left:hover {
    background-color: #0e76bd;
}
.register_video_wrp {
    text-align: center;
}
.register_vdo {
    margin-bottom: 25px;
    position: relative;
}
.register_video_wrp h4 {
    font-size: 26px;
    font-weight: 600;
    color: #444;
}
.tab-content .form_each_field label{
    font-size: 24px;
}
.register_text_wrp ul.nav li:after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-top: -1px;
    width: 100%;
    top: 34px;
    border: 2px dashed #ec267d;
}
.register_text_wrp ul.nav li.active:after{
    border-style: solid;
}
.register_text_wrp ul.nav li:last-child:after{
    width: 0;
}
.register_vdo button.regstr_vdo_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    background: none;
    z-index: 9;
    transform: translate(-50%,-50%);
    border: 3px solid #ec267d;
    outline: none;
}
.register_vdo button.regstr_vdo_play:after{
    content:"\276F";
}
.register_vdo button.regstr_vdo_play:after {
    content: "\276F";
    font-size: 26px;
    color: #ec267d;
}
.disclaimer_content_wrp {
    background: #ec267d;
    padding: 40px;
    border-radius: 35px;
}
.disclaimer_content_wrp h4 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.disclaimer_content_wrp p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.disclaimer_content_wrp h4:after{
    content: "";
    width: 108%;
    height: 5px;
    left: -4%;
    position: relative;
    display: block;
    margin: 20px 0;
    background: #fff;
    border-radius: 5px;
}
.civic_content_wrp {
    padding: 40px;
    font-size: 13px;
    padding-top: 1rem; 
    text-align:left;
}
.register_text_wrp ul.nav li span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    padding-top: 15px;
}
.activity_slider_wrp {
    padding-top: 10px;
}
.activity_slider button.slick-arrow {
    width: 26px;
    height: 26px;
    border: 2px solid #a8a8a8;
    border-radius: 50%;
    line-height: 22px;
}
.activity_slider .slick-next:before {
    content: '\276F';
    color: #a8a8a8;
}
.activity_slider .slick-prev:before {
    content: '\276E';
    color: #a8a8a8;
}
.activity_slider .slick-prev:before, 
.activity_slider .slick-next:before {
    opacity: 1;
    line-height: 21px;
    font-size: 16px;
    display: block;
}
.activity_slider_each {
    text-align: center;
    padding: 5px 15px;
}
.activity_slider_each img {
    display: inline-block;
    width: 30px;
    height: 30px;
    filter: grayscale(1) brightness(0.5);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.activity_slider_each p {
    margin: 0;
    font-weight: bold;
    color: #3d3d3d;
    font-size: 16px;
    padding-top: 7px;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.activity_slider .slick-list:after {
    content: "";
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%);
    top: 0;
    right: 0;
    width: 50px;
    display: block;
    height: 100%;
}
.slick-next:before {
    content: '→';
}
.activity_slider_wrp.no_nav button.slick-arrow {
    display: none !important;
}
a.activity_each {
    padding-bottom: 5px;
    display: block;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
}
a.activity_each:hover{
    border-color: #3d3d3d;
}
a.activity_each:hover img{
    opacity: 1;
}
a.activity_each:hover p{
    opacity: 1;
}
a.activity_each.active img {
    filter: none;
    opacity: 1;
}
a.activity_each.active p{
    opacity: 1;
    color: #ec267d;
}
a.activity_each.active{
    border-color: #ec267d;
}
a.activity_each.green_color.active p{
    color: #3ecb00;
}
a.activity_each.green_color.active{
    border-color: #3ecb00;
}
a.activity_each.green_color.active{

}


.custm_form_wrp {
    display: block;
/*    width: 550px;*/
    margin: 15px auto;
}
.custm_form_wrp form {
    position: relative;
    display: flex;
}
.custm_form_wrp form input {
    background: url(../images/icon_search.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 22px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    line-height: 1;
    padding: 10px 15px;
    padding-right: 35px;
    flex-grow: 1;
    height: 46px;
}
.custm_form_wrp form button {
    border: none;
    background: #ec267d;
    outline: none;
    height: 46px;
    width: 46px;
    border-radius: 10px;
    margin-left: 15px;
    cursor: pointer;
    box-shadow: 0px 3px 8px -1px rgb(0 0 0 / 51%);
    padding: 0 !important;
    line-height: 1;
    border: none !important;
}
.custm_form_wrp form button img {
    width: 30px;
}
.custm_form_wrp form button span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 16px;
}
.custm_form_wrp.type_one button.custm_form {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.custm_form_wrp.type_three button.custm_form,
.custm_form_wrp.type_eight button.custm_form,
.custm_form_wrp.type_nine button.custm_form {
    border-radius: 50%;
}
.custm_form_wrp.type_three button.custm_form img,
.custm_form_wrp.type_eight button.custm_form img,
.custm_form_wrp.type_nine button.custm_form img{
    width: 28px;
}
.custm_form_wrp.type_nine button.custm_form img {
    width: 22px;
}
.custm_form_wrp.type_four button.custm_form {
    width: 150px;
    padding: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: -15px;
}
.custm_form_wrp.type_four input{
    background: none;
}

.custm_form_wrp.type_five button.custm_form {
    width: 215px;
    padding: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: -15px;
}
.custm_form_wrp.type_five input{
    background: none;
}

.custm_form_wrp input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 500;
    color: #d6d6d6;
}
.custm_form_wrp input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 500;
    color: #d6d6d6;
}
.custm_form_wrp input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 500;
    color: #d6d6d6;
}
.custm_form_wrp input:-moz-placeholder { /* Firefox 18- */
    font-weight: 500;
    color: #d6d6d6;
}
.custm_form_wrp.type_six button.custm_form {
    width: 135px;
}
.custm_form_wrp.type_six button span {
    max-width: 80px;
    line-height: 1.1;
    text-align: right;
    font-size: 14px;
}
.custm_form_wrp.type_seven form {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
}
.custm_form_wrp.type_seven form input {
    border: none;
}
.custm_form_wrp.type_seven form button.custm_form {
    background: none;
    box-shadow: none;
    position: relative;
}
.custm_form_wrp.type_seven form button.custm_form:before {
    content: "";
    width: 2px;
    height: 36px;
    top: 5px;
    background: #ddd;
    position: absolute;
    left: -9px;
}
.custm_form_wrp form .ui-input-text {
    flex-grow: 1;
}



/*19/02/2024*/

.dash_menu_botm_btn button {
    font-size: 16px;
    color: #7F8792;
    background: #fff;
    border: none;
    padding: 7px 15px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 29%);
    border-radius: 7px;
    margin-right: 16px;
    min-width: 170px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash_menu_botm_btn button:hover{
    color: #ffffff;
    background: #F89E22;
}
.dash_menu_botm_btn button img {
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash_menu_botm_btn button:hover img {
    filter: grayscale(10) brightness(5);
}
div#filter .modal-content {
    padding: 25px 10px;
}
div#filter .modal-dialog {
    max-width: 550px;
}
.catgry_list {
    padding: 15px 0;
}
.filter_title button.close {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #405866;
    font-size: 24px;
    font-weight: 500;
}
.filter_title button.close span {
    color: #405866;
    font-size: 37px;
    font-weight: 300;
    padding-left: 15px;
}
.filter_title h3 {
    color: #405866;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.filter_title button.close {
    position: static;
    float: none;
    display: inline-flex;
    vertical-align: middle;
    color: #405866;
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
    align-items: center;
    line-height: 20px;
    margin-bottom: 12px;
    margin-right: 5px;
    outline: none;
}
.filter_title button.clear_form {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    line-height: 1;
    margin: 5px 15px 0 0;
}
.filter_wrp_inner label {
    display: block;
    color: #7F8792;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.filter_wrp_inner select,
.filter_wrp_inner input {
    background-color: white;
    border: thin solid #ec267d;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-color: #7F8792;
}
.filter_wrp_inner .form_row {
    border-bottom: 2px dashed #7F8792;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.catgry_wrp_title {
    padding-top: 10px;
}
.catgry_wrp_title input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.catgry_wrp_title{
    text-align: right;
}
.catgry_wrp_title h6 {
    text-align: left;
}
.catgry_wrp_title input + span {
    color: #7F8792;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
}
.catgry_wrp_title input + span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #7F8792;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.catgry_wrp_title input:checked + span:after{
    border: 7px solid #7F8792;
}
.catgry_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.catgry_list ul li{
    width: 25%;
    padding: 15px 10px;
}
.catgry_list ul li span {
    font-size: 12px;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.catgry_list ul li span img {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter_submit button {
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    background: #0C77BD;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.filter_submit button img{
    width: 25px;
}
.catgry_list ul li input:checked + span{
    color: #3ECB00;
}
.catgry_list ul li input:checked + span img{
    filter: grayscale(0);
}
.catgry_list ul li input {
    position: absolute;
    cursor: pointer;
    z-index: -9;
    visibility: hidden;
}
.select_wrp {
    position: relative;
    z-index: 1;
}
.select_wrp:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-bottom: 1px solid #7F8792;
    border-right: 1px solid #7F8792;
    right: 11px;
    bottom: 33px;
    transform: rotate(45deg);
}
.postcode_wrp {
    position: relative;
    z-index: 1;
}
.postcode_wrp button {
    position: absolute;
    right: 0;
    height: 80%;
    top: 10%;
    background: none;
    outline: none;
    border: none;
    padding: 0 10px;
    line-height: 1;
    border-left: 1px solid #DFDFDF;
}
.postcode_wrp button img {
    width: 24px;
    filter: grayscale(1);
}

/* 2 May 2024 - removed by sts due to not working well on the mobile app
.postcode_wrp button:hover img {
    filter: grayscale(0);
}
*/

.map_modal_wrp {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.map_modal_wrp.active{
    visibility: visible;
    opacity: 1;
}
div#map_locations {
    width: 100%;
    height: 100vh;
}
.map_close_btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    cursor: pointer;
    color: #405866;
}
.map_modal_inner .dash_menu_botm_btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}
.map_modal_wrp .dash_menu_botm_btn button{
    color: #ffffff;
    background: #F89E22;
    padding: 7px 25px;
    margin-right: 16px;
    min-width: 70px;
}
.map_modal_wrp .dash_menu_botm_btn button img {
    filter: grayscale(10) brightness(5);
}














.dash_menu_item_details.details.ofer_color span{color: #3ecb00;}
.dash_menu_item_details.details.acti_color span{color: #ec267d;}

.property {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #405866;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 94%;
  transform: translate(-50%, 0);
/*  transition: all 0.3s ease-out;*/
  width: 0;
  z-index: 1;
}
strong.item_image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
strong.item_image {
    /*display: none;*/
}
.property.highlight strong.item_image {
    /*display: block;*/
}
.property.highlight strong.item_marker {
    /*display: none;*/
}
.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.property .icon svg {
  height: 20px;
  width: auto;
}

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    /* height: 120px; */
    /* padding: 8px 8px; */
    /* width: auto; */
    /* min-width: 300px; */
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.property .bed {
  color: #FFA000;
}

.property .bath {
  color: #03A9F4;
}

.property .size {
  color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight:has(.fa-house) .icon {
  color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
  background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
  border-top: 9px solid var(--house-color);
}

/*
 * Building icon colors.
 */
.property.highlight:has(.fa-building) .icon {
  color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
  background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
  border-top: 9px solid var(--building-color);
}

/*
 * Warehouse icon colors.
 */
.property.highlight:has(.fa-warehouse) .icon {
  color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
  background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
  border-top: 9px solid var(--warehouse-color);
}

/*
 * Shop icon colors.
 */
.property.highlight:has(.fa-shop) .icon {
  color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
  background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
  border-top: 9px solid var(--shop-color);
}
.item_heading,
.item_location,
.item_expires,
.item_cost{
    font-size: 14px;
    padding: 2px 0;
}
.item_address {
    font-size: 17px;
    color: #7F8792;
    padding: 3px 0;
}
.home .item_heading,
.home .item_location span,
.home .item_expires span,
.home .item_cost span{
    color: #3ECB00;
}

.building .item_heading,
.building .item_location span,
.building .item_expires span,
.building .item_cost span{
    color: #EC267D;
}

.offer .item_heading,
.offer .item_location span,
.offer .item_expires span,
.offer .item_cost span{
    color: #3ecb00;
}
.activity .item_heading,
.activity .item_location span,
.activity .item_expires span,
.activity .item_cost span{
    color: #EC267D;
}
a.item_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.dash_menu_item_details .property {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    height: auto;
    position: relative;
}
.dash_menu_item_details .property .details {
    display: block;
}
.dash_menu_item_details .property .details {
    display: block;
    padding: 5px 0;
    padding-left: 130px;
    text-align: left;
    position: relative;
}
.dash_menu_item_details .property .details strong.item_image img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 120px;
    top: 0;
    border-radius: 10px;
}
.item_heading, .item_location, .item_expires, .item_cost {
    line-height: 1.2;
}
.dash_menu_item_details .property:after{
    opacity: 0;
}
.dash_menu_item_details_wrp {
    padding-top: 15px;
}
.dash_menu_item_details {
    display: none;
}
strong.item_marker_on {
    display: none;
}
.property.highlight strong.item_marker {
    display: none;
}
.highlight strong.item_marker_on {
    display: block;
}
.property.highlight::after {
    border-top: 9px solid  transparent;
}
.map_modal_wrp .dash_menu_botm_btn button.close__details {
    background: none;
    box-shadow: none;
    position: absolute;
    color: #F89E22;
    right: 0;
    padding: 0;
    min-width: 1px;
    top: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    z-index: 999;
}
.dash_menu_item_details_wrp .dash_menu_item_details {
    display: block;
}
.dash_menu_item_details_wrp a {
    display: none;
}
.dash_menu_item_details_wrp a.item_link {
    display: block;
}
.property .dash_menu_item_details {
    display: none !important;
}







.details_wrp {
    /*position: fixed;*/
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*left: 50%;*/
}











 /*MQ */

@media only screen and (max-width:1365px) {
    .dbanner_im img {
        width: 100%;
    }
    .dbanner_im::after {
        width: 100%;
    }
    .total_link {
        width: 400px;
    }
    .dash_logo {
        right: 15px;
    }
    .col-md-6.ft_logo a img, .col-md-6.ft_logo a {
        width: 15%;
        margin: auto;
        text-align: center;
    }
    a.three_grid_each {
    padding: 30px 20px;
    width: 275px;
    height: 275px;
    border-radius: 25px;
}
a.three_grid_each img {
    width: 90%;
    height: 140px;
}
a.three_grid_each p {
    font-size: 30px;
}
.three_grid_wrp ul li {
    padding: 0 8px;
}
}


@media only screen and (max-width:1200px) {
    a.qr_code_btn img, a.wallet_btn img {
    max-width: 180px;
}
a.wallet_btn img {
    max-width: 125px;
}
a.qr_code_btn strong em, a.wallet_btn strong em {
    font-size: 42px;
}
.citizen_details_right ul li a img {
    width: 100%;
    max-height: 75px;
    margin-bottom: 7px;
}
.citizen_details_right ul li a strong {
    font-size: 22px;
}
.citizen_details_right ul li a {
    height: 210px;
    
}
.citizen_details_right ul li {
    padding: 10px;
    width: 50%;
}
.citizen_details_right ul {
    margin: 0 -10px;
}
.latest_btns_each a {
    font-size: 32px;
}
.latest_btns_each a img {
    background: #ea277d;
    padding: 15px;
    width: 100px;
    height: 83px;
    margin: 7px;
    border-radius: 4px;
    margin-right: 10px;
}

}



@media only screen and (max-width:992px) {
    .logo-wrap img {
        width: 250px;
    }
    .nav_menu li a {
        padding: 12px 5px;
        color: #7f8792;
        font-size: 18px;
    }
    .sub_4_wrap.col-md-6.col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .act_tit {
        font-size: 18px;
    }
    .act_each {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 0 10px;
    }
    .latest_btns_each{
        padding: 0 30px 15px 30px;
    }
    .act_link img {
        width: 40px;
        margin-right: 15px;
    }
    .back_link img {
        width: 15px;
        margin-right: 5px;
        margin-top: -6px;
    }
    .back_dash_link img {
        width: 15px;
        margin-right: 5px;
        margin-top: -6px;
    }
    .col-md-6.ft_logo {
        flex-basis: 100%;
        max-width: 100%;
    }
    .foot_row.row .col-md-2 {
        max-width: calc(100% / 3);
        flex-basis: calc(100% / 3);
        margin-top: 40px;
    }
    .container {
        max-width: 90%;
    }
    .tl_img img {
        width: 60px;
    }
    .tl_img {
        padding: 10px 20px 10px 0;
    }
    .tl_tx {
        padding: 20px 0 20px 20px;
    }
    .offer_menu, .acti_menu, .transa_menu, .ma_box, .acc_box, .sc_box, .dash_box {
        width: 200px;
    }
    .offer_submenu a {
        font-size: 16px;
    }
    .acti_submenu a {
        font-size: 16px;
    }
    .transa_submenu a {
        font-size: 16px;
    }
    .app_dash_header .dbanner_im img {
        width: 100%;
        height: 375px;
    }
    .close_back img {
        width: 100%;
        height: 100%;
        /* background: #fff; */
        padding: 10px;
    }
    .col-md-6.ft_logo a img, .col-md-6.ft_logo a {
        width: 10%;
        margin: auto;
        text-align: center;
    }
    a.three_grid_each {
    padding: 25px 15px;
    width: 205px;
    height: auto;
    border-radius: 15px;
}
a.three_grid_each img {
    width: 90%;
    height: 85px;
}
a.three_grid_each p {
    font-size: 20px;
    min-height: 56px;
}
a.qr_code_btn img, a.wallet_btn img {
    max-width: 140px;
    padding-right: 15px;
    border-right: 3px solid #ddd;
    margin-right: 10px;
}
a.wallet_btn img {
    max-width: 110px;
    padding-right: 17px;
    border-right: 3px solid #ddd;
    margin-right: 20px;
}
a.wallet_btn {
    padding: 20px;
}
.citizen_details_right ul li a {
    height: 185px;
}
.citizen_details_right ul li a strong {
    font-size: 18px;
    padding-top: 10px;
}
.latest_btns_each {
    width: 50%;
    padding: 0px 10px 15px 10px;
}
.latest_btns_each a {
    font-size: 24px;
}
.tab-content .row > .col {
    min-width: 100%;
    padding: 15px;
}
.register_text_wrp ul.nav li span {
    font-size: 18px;
}
.citizen_details_section{
    margin-top: 10px;
}

.inner_page_push {
    margin-top: 10px;  
}

}

@media only screen and (max-width:900px) {
    .total_link {
        flex-basis: 49%;
        margin: 0;
        margin-bottom: 17px;
    }
    .dash_menu {
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
    }
    .offer_menu, .acti_menu, .transa_menu, .ma_box, .acc_box, .sc_box, .dash_box {
        width: auto;
        flex-basis: 49%;
        margin: 0;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .offer_submenu a {
        font-size: 22px;
    }
    .acti_submenu a {
        font-size: 22px;
    }
    .transa_submenu a {
        font-size: 22px;
    }
    .dash_head_banner.alluser {
/*        margin-bottom: 325px;*/
    }
    .col-md-6.ft_logo a img, .col-md-6.ft_logo a {
        width: 10%;
        margin: auto;
        text-align: center;
    }
    .dash_btn_hide {
        display: none;
    }
    .citizen_details_section{
    margin-top: 10px;
    }
    .activity_slider_wrp {
    padding-top: 30px;
    }
    .dash_head_banner {
        margin-bottom: 125px;
    }

.dash_head_banner .container {
    position: relative;
    margin-top: -250px;
}

.dash_logout {
    left: 0;
    top: -40px;
}
.dash_logo {
    right: 0;
    top: -40px;
}
.dash_head_banner {
    margin-bottom: 10px;
}



}

@media only screen and (max-width:767px) {
    .header-row {
        flex-wrap: wrap;
    }
    .logo-wrap, .main_menu {
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
    .logo-wrap img {
        width: 200px;
    }
    .main_menu {
        margin-top: 20px;
    }
    .nav_menu li a {
        padding: 5px 0px;
        font-size: 18px;
    }
    .nav_menu li.active a, .nav_menu li a:hover {
        border-bottom: 2px solid #0c77bd;
    }
    .nav_menu li {
        display: inline-block;
        margin: 0 8px;
    }
    .act_each {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 10px;
        margin-bottom: 20px;
    }
    .activities {
        margin: 0 -10px;
    }
    .foot_row.row .col-md-2 {
        max-width: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }
    .main_menu {
        height: 0;
        -webkit-transition: all;
        transition: all;
        overflow: hidden;
        margin-top: 0;
    }
    .footer a {
        color: #fff;
        line-height: 26px;
    }
    .logo-wrap {
        position: relative;
    }
    .menu_toggle {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .latest_btns_each {
    width: 100%;
    padding: 10px 30px;
}
    .menu_toggle span {
        width: 100%;
        height: 5px;
        background: #3f5765;
        display: block;
        margin: 5px 0;
        border-radius: 25px;
        position: relative;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_toggle.active span:last-child {
        opacity: 0;
    }
    .menu_toggle.active span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px;
    }
    .menu_toggle.active span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main_menu {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .main_menu.active {
        opacity: 1;
        visibility: visible;
        height: 250px;
        margin-top: 20px;
    }
    .nav_menu li {
        display: block;
        margin: 20px 8px;
    }
    .main_title {
        text-align: center;
        padding: 0px 20px;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .col-md-6.ft_logo {
        -webkit-box-ordinal-group: 5;
        order: 4;
        padding: 0 30px;
        width: 100%;
    }
    .ft_links {
        margin-top: 0;
    }
    .foot_row.row .col-md-2 {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .col-md-6.ft_logo a img, .col-md-6.ft_logo a {
        width: 25%;
        margin: auto;
        text-align: center;
    }
    .ft_abt {
        padding-right: 10px;
    }
    .footer {
        margin-top: 10px;
    }
    .sub_cont {
        text-align: center;
        margin: 30px 0 20px;
    }
    .acty_wrap {
        margin-top: 30px;
    }
    .acty_wrap {
        margin-top: 0;
    }
    .sub_cont h3 {
        font-size: 22px;
    }
    .sub_cont {
        margin-bottom: 30px;
    }
    .sub_cont {
        font-size: 14px;
    }
    .total_link {
        flex-basis: 64%;
    }
    .sc_box {
        flex-basis: 33%;
    }
    .offer_menu, .acti_menu, .transa_menu, .dash_box {
        flex-basis: 49%;
    }
    .ma_box {
        flex-basis: 49%;
    }
    .acc_box {
        flex-basis: 49%;
    }
    .dash_pro {
        display: none;
    }
    .dash_pro_sml img{
        width: 40px;
        margin-top: -40px;
        display: block;
        padding-bottom: 10px;
    }
    .close_back{
        position: absolute;
        top: 20px;
        right: 5%;
        width: 60px !important;
        height: 60px !important;
        display: inline-block;
        z-index: 999;
        padding:10px;
        background-color: #fff;
    }
    .dash_head_banner.alluser {
/*        margin-bottom: 400px;*/
    }
    .back_close{
        display: none;
    }
    
    .app_hide{display:none;}
    .app_show{display:initial;}

    .welcome_tx {
        padding: 0;
/*        margin-bottom: 20px;*/
    }
.dash_welcome {
    /* margin-top: 130px; */
    padding-top: 35px;
}
    .col-md-6 .act_each {
        max-width: 100%;
        flex-basis: 100%;
    }
    .cc_img {
        margin-bottom: 20px;
    }
    .cc_content {
        padding-left: 14px;
        max-width: 100%;
        margin-top: 25px;
    }
    .container.cc_container, .cc_half {
        padding: 0 8px;
    }
    .trs_slider {
        width: 100%;
    }
    .tsl_img {
        width: 220px;
        margin: auto;
        height: 220px;
    }
    .trs_slider {
        width: 100%;
        margin-top: 340px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 70px;
        height: 70px;
    }
    .tsl-coins {
        width: 120px;
        height: 120px;
        font-size: 30px;
        line-height: 80px;
        margin-top: -15px;
    }
    .tsl-coins-total {
        font-size: 40px;
        padding-top: 35px;
        line-height: 25px;
    }
    .tsl-coins-total span {
        font-size: 16px;
        display: inline-block;    
    }
    .transaction_table {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .trans_hleft a {
        margin-right: 10px;
    }
    .trans_hright a {
        margin-left: 10px;
    }
    .tras_table_header {
        font-size: 16px;
    }
    .trans_main h3 {
        font-size: 19px;
/*        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;*/
    }
    .trans-inner {
        padding: 10px 0;
    }
    .trans_main * {
        font-size: 14px;
    }
    .trans_am {
        font-size: 50px;
        line-height: 60px;
    }
    .trans_msub {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .trans_am, .trans_inout {
        flex-basis: 60px;
    }
    .trans_main {
        flex-basis: calc(100% - 120px);
    }
    .welcome_page_dash .sc_box {
        flex-basis: 48%;
        margin-bottom: 24px;
    }
    .welcome_page_dash .sc_box span {
        font-size: 18px;
    }
    .welcome_page_dash .total_link {
        flex-basis: 100%;
        width: auto;
    }
    .tl_img {
        flex-basis: 210px;
        text-align: center;
        padding: 10px 0 0;
    }
    .tl_tx {
        padding: 20px 0 20px 0;
        flex-basis: calc(100% - 200px);
        border-left:none;
    }
    .total_link:hover .tl_tx{
        border-left:none;
    }
    .tl_img img {
        width: 125px;
    }
    .tl_tx h3 {
        font-size: 45px;
    }
    .tl_tx span {
        font-size: 20px;
        top: 0;
        line-height: 18px;
    }
    .hide_on_mob {
        display: none;
    }
    .hide_on_desktop {
        display: block;
    }
    #map-canvas2 {
        height: 300px;
        margin-bottom: 30px;
    }
    .tags li a {
        padding: 3px 10px;
        font-size: 14px;
    }
    .cc_img.app_cc {
        margin-left: -10%;
        margin-right: -10%;
        margin-bottom: 0;
    }
    .col-md-7.cc_content.app_cc {
        margin-top: 20px;
    }
    .act_img_lrg img {
    width: 100px;
    height: 100px;
    }
    .scas_ids h3 {
        font-size: 1.2em;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .three_grid_wrp ul li {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
}
a.three_grid_each {
    width: 100%;
}
.register_text_wrp ul.nav li a {
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 26px;
}
.register_text_wrp ul.nav {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 35px;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    overflow: hidden;
        margin-left: 40vw;
}
.register_text_wrp ul.nav li {
    min-width: 130px;
}
.register_text_wrp ul.nav.step_02 {
    /*padding-left: 25vw;*/
}
.register_text_wrp ul.nav.step_02 {
    margin-left: 15vw;
}
.register_text_wrp ul.nav.step_03 {
    margin-left: -15vw;
}
.register_text_wrp ul.nav.step_03 {
    margin-left: -35vw;
}
.citizen_details_section .col-md-6 + .col-md-6{
    order: -1;
    padding-bottom: 40px;
}
.citizen_details_right ul li a img {
    width: 100%;
    max-height: 60px;
    margin-bottom: 5px;
}
.citizen_details_right ul li a {
    padding: 18px 10px;
    border-radius: 12px;
}
.citizen_details_right ul li a {
    height: 165px;
}
.register_text_wrp ul.nav li:after{
    top: 23px;
}
.citizen_details_section{
    margin-top: 100px;
    }

    .activity_slider {
/*    display: flex;*/
/*    overflow: auto;*/
}
.activity_slider_each p {
    font-size: 13px;
    padding-top: 5px;
/*  white-space: nowrap;*/
    min-height: 50px;
}
.activity_slider_wrp {
    padding-top: 35px;
}
.activity_slider .slick-list:after{
    width: 20px;
}
.inner_page_push {
    margin-top: 100px !important;  
}
.dash_menu_botm_btn {
    padding-top: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.dash_menu_botm_btn button {
    padding: 10px 7px;
    margin-right: 0;
    min-width: 135px;
    width: 48%;
    font-size: 14px;

}
.catgry_list ul li {
    width: 33.33%;
    padding: 15px 6px;
}
.catgry_list ul li span {
    font-size: 11px;
}
.catgry_list ul li span img {
    margin-bottom: 5px;
}
div#filter .modal-content {
    padding: 25px 0px;
}
/*.filter_title button.clear_form {
    margin-right: 15px;
}*/
.map_modal_inner .dash_menu_botm_btn {
    justify-content: center;
}
.map_modal_wrp .dash_menu_botm_btn button {
    margin-right: 0;
    min-width: 70px;
    width: auto;
}


}

@media only screen and (max-width:480px) {
    .total_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-basis: 100%;
    }
    .total_link.boxsml {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-basis: 48%;
    }
    .tl_tx {
        border-top: 2px solid #eee;
        border-left: 0;
        padding: 10px 15px !important;
        text-align: center;
    }
    .dash_head_banner.user {
        /*margin-bottom: 100px;*/
    }
    .dash_head_banner.alluser {
/*        margin-bottom: 300px;*/
    }
    .dash_head_banner .container {
    position: relative;
    margin-top: -345px;
}
    .tl_img img {
        width: 45px;
    }
    .sc_box {
        flex-basis: 48%;
    }
    .offer_menu, .acti_menu, .transa_menu, .ma_box, .acc_box, .dash_box {
        flex-basis: 48%;
    }
    .tl_tx h3 {
        font-size: 30px;
    }
    .tl_tx.boxsml h3 {
        font-size: 40px;
    }
    .total_link.boxsml .tl_tx h3 {
        font-size: 40px;
    }
    .offer_submenu a {
        font-size: 18px;
    }
    .acti_submenu a {
        font-size: 18px;
    }
    .transa_submenu a {
        font-size: 18px;
    }
    .dbanner_im img {
        height: 320px;
    }
    .dash_welcome {
        margin-top: 95px;
    }
    .act_link {
        right: -5px;
        height: calc(100% + 10px);
    }
    .tl_tx span {
        font-size: 16px;
    }
    .ma_box span, .offer_menu, .transa_menu, .acti_menu, .acc_box span {
        font-size: 22px;
    }
    .dash_box span {
        font-size: 22px;
    }
    .act_img img {
        width: 70px;
        height: 70px;
    }
    .act_tit {
        font-size: 16px;
    }
    .act_cont {
        font-size: 14px;
    }
    .act_link img {
        width: 30px;
    }
    .back_link img {
        width: 15px;
        margin-right: 5px;
        margin-top: -6px;
    }
    .back_dash_link img {
        width: 15px;
        margin-right: 5px;
        margin-top: -6px;
    }
    .act_delete {
        width: 150px;
    }
    .act_delete img {
        width: 25px;
    }
    .act_delete a {
        font-size: 20px;
    }
    .welcome_tx {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .trans_am {
        font-size: 40px;
        line-height: 50px;
    }
    .trans_am, .trans_inout {
        flex-basis: 40px;
    }
    .trans_main {
        flex-basis: calc(100% - 80px);
        min-width: 120px;
    }
    .trans_main h3 {
        /*font-size: 18px;*/
        font-size: 1.1em;
        /*font-size: 10vw;*/
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .tras_table_header {
        font-size: 14px;
    }
    .trans_inout img {
        width: 26px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 44%;
    }
    .swiper-button-prev {
        left: -10px;
    }
    .swiper-button-right {
        right: -10px;
    }
    .ft_copy, .ft_abt {
        font-size: 14px;
    }
    .footer {
        padding: 60px 0 50px;
    }
    .welcome_page_dash .total_link {
        flex-basis: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .tl_tx {
        border-top: 0;
        border-left: none;
    }
    .tl_tx h3 {
        font-size: 55px;
        line-height: 55px;
    }
    .tl_tx span {
        font-size: 20px;
    }
    .dash_coin_logo .tsl_img img {
        width: 80%;
    }
    .dash_coin_logo .tsl_img {
        width: 250px;
        height: 250px;
    }
    .dash_coin_logo.tslider_inner {
        top: 50px;
    }
    .close_back {
        top: 0;
    }
    .app_trans .tras_table_header {
        font-size: 18px;
    }
    .scan_box {
        margin-top: -165px;
    }
    .receive_box {
        width: 240px;
    }
    .scas_ids h3 {
        /*font-size: 10vw;*/
        font-size: 1em;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .citizen_details_right ul li {
    padding: 10px;
    /*width: 100%;*/
}
a.qr_code_btn strong em, a.wallet_btn strong em {
    font-size: 30px;
}
a.qr_code_btn strong, a.wallet_btn strong {
    width: 100%;
    color: #405866;
    font-size: 20px;
    font-weight: 600;
}
a.qr_code_btn img, a.wallet_btn img {
    max-width: 100px;
}
.register_text_wrp ul.nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 35vw;
}
.register_text_wrp ul.nav li {
    min-width: 115px;
}
.tab-content input.cbtn.bt_dark.text-left {
    background-color: #7f8792;
    padding: 10px 65px 10px 25px;
    font-size: 26px;
}
.tab-content input.cbtn.bt_dark.text-left:hover {
    background-color: #0e76bd;
}
.register_text_wrp h1 {
    font-size: 31px;
    padding-bottom: 10px;
}
.register_text_wrp ul.nav.step_02 {
    margin-left: 10vw;
}
.register_text_wrp ul.nav.step_03 {
    margin-left: -20vw;
    overflow: visible;
}
.register_text_wrp ul.nav.step_04 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -45vw;
}
.register_text_wrp ul.nav {
    overflow: visible;
}
.citizen_details_section{
    margin-top: 0px;
}
.inner_page_push {
    margin-top: 0px !important;   
}
}

@media only screen and (max-width:360px) {
    .latest_btns_each a{font-size: 20px}

    .cbtn.bt_white.bt_notification {
    background-image: url('../images/notification_white.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-color: #e51a76 !important;
    text-align: left;
    background-size: 20px;
    padding-left: 40px;
    color: #FFF !important;
    font-size: 16px !important;
    max-width: 100%;
    }
    .cbtn.bt_primary_sml {
    background-image: none !important;
    background-size: 45px;
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    }

    .cbtn.bt_white.bt_remove {
    font-size: 18px;
}
}

main.main_content {
    max-width: 100vw;
    overflow: hidden;
}
.hide{display: none;}

.button-4 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 25px 15px;
    background: -ms-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%); 
    background: -moz-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%);
    background: -webkit-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%);
}

.button-group {margin-top: 25px;}
.button-group a {margin: 0 10px;}

.button-4:hover {
    color: #ffffff;
    box-shadow: 0px 17px 24px 0px rgba(229, 31, 117, 0.5);
}
a.button-4 img{margin:25px;}
.sub_2 {margin-bottom: 60px;}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

 /* Container needed to position the button. Adjust the width as needed */
.container_slider {
  position: relative;
  width: 100%;
  background: black;
  overflow: hidden;
}

/* Make the image responsive */
.container_slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /*opacity: 0.4;*/
}

/* Style the button and place it in the middle of the container/image */
.container_slider .btn0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  width: 250px;
  z-index: 100;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 25px 40px;
    background: -ms-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%);
    background: -moz-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%);
    background: -webkit-linear-gradient(-65deg, #F460A6 0%, #E51F75 100%);
}

.container_slider .btn0:hover {
  /*background-color: black;*/
  box-shadow: 0px 17px 24px 0px rgba(229, 31, 117, 0.5);
} 

.modal-content{border: none !important;background: none !important;}

@media only screen and (max-width:480px) {
    .container_slider .btn0 {padding: 15px;width: 150px;}
    .button-group a {margin: 0px;width:100%;}
    a.button-4 img {margin:30px;}
    .cbtn.bt_white.bt_notification {
    background-image: url('../images/notification_white.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-color: #e51a76 !important;
    text-align: left;
    background-size: 20px;
    padding-left: 40px;
    color: #FFF !important;
    font-size: 17px !important;
    max-width: 100%;
    padding-right: 25px;
    }
    .cbtn.bt_primary_sml {
    background-image: none !important;
    background-size: 45px;
    font-size: 22px;
    text-align: center !important;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    }
}
@media only screen and (max-width:329px) {
    .latest_btns_each a{font-size: 18px !important;}
    .latest_btns_each a img{width: 70px;}

    .cbtn.bt_white.bt_notification {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 0 !important;
    background-color: #e51a76 !important;
    text-align: center !important;
    background-size: 20px;
    padding-left: 0px !important;
    color: #FFF !important;
    font-size: 16px !important;
    max-width: 100%;
    padding-right: 0px !important;
    }
    .cbtn.bt_primary_sml {
    background-image: none !important;
    background-size: 45px;
    font-size: 22px;
    text-align: center !important;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    }
}

.search {
    padding-left: 40px !important;
    background-image: url(../images/search_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 12px;
    background-size: 16px;
}

input[type="checkbox"], input[type="radio"]{
    margin: 10px 5px 0 0;
}

select {

  /* styling */
  background-color: white;
  border: thin solid #ec267d;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #ec267d 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ec267d 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ec267d;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/**
 * Tooltip Styles
 */

 .tip-icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
 }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem .5rem 1.5rem .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
  .cbtn.bt_white.bt_notification {
    font-size: 22px;
  }
}
@media (min-width: 766px) {
  .cbtn.bt_white.bt_notification {
    background-image: url('../images/notification_white.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-color: #e51a76 !important;
    text-align: left;
    background-size: 20px;
    padding-left: 40px;
    color: #FFF !important;
    font-size: 18px !important;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .cbtn.bt_white.bt_notification {
    background-image: url('../images/notification_white.svg'), url('../images/arrow_white.svg');
    background-repeat: no-repeat;
    background-position: left 15px center, right 20px center;
    background-color: #e51a76 !important;
    text-align: left;
    background-size: 35px, 25px;
    padding-left: 62px;
    color: #FFF !important;
    font-size: 18px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
  .cbtn.bt_white.bt_notification {
    font-size: 22px;
  }
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ec267d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}

#topBtn:hover {
    background-color: #7f8792;
}

.pref-icon div.activity_slider_each{
    padding: 5px!important;
}
.pref-icon{
    margin: 10px 0px;
}
.coin-text{text-align: center;color: #ec267d;}

.filter_results {padding-bottom: 0px !important;margin-bottom: -10px;}
.filter_results_text {text-align: left; margin-bottom: 10px; cursor:pointer; }
.filter_results span{color: #F89E22}









@media(max-width: 767px){
.catgry_list {
    padding: 15px 0;
    position: relative;
} 
.catgry_list:after {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
    position: absolute;
    width: 100%;
    bottom: 15px;
    height: 50px;
}
.catgry_wrp_title {
    padding-bottom: 10px;
}
.catgry_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    max-height: 240px;
    padding-bottom: 50px;
    overflow: scroll;
}
div#filter .modal-content {
    padding: 15px 0px;
}
div#filter .modal-body {
    padding-top: 0;
}
.filter_wrp_inner label {
    font-size: 16px;
}
.filter_wrp_inner h6 {
    font-size: 13px;
    margin: 0px 0 10px 0;
}
.filter_wrp_inner select, .filter_wrp_inner input {
    line-height: 1.3em;
    padding: 5px 3.5em 5px 1em;
    margin: 0;
}
.filter_wrp_inner .form_row {
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.catgry_list ul li {
    padding: 10px 6px;
}

.select_wrp:after {
    bottom: 25px;
}

}