/* body { */
	/* font-family: 'Roboto'; */
	/* background: #fff; */
	/* position:relative; */
/* } */
body {
	/* font-family: 'Roboto', sans-serif; */
	background: #fff;
	position:relative;
	font-family: 'Nunito', sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px; 
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fb646f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fb646f;
}


h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 span {
	color: #25e4bf;
}
h2 em {
	color: #fd6e6e;
	font-style: normal;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
a:active, a:focus, a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

@font-face {
  font-family: "STC Forward";
  src: url("../../fonts/stc/STCForward-Regular.woff2") format("woff2"),
       url("../../fonts/stc/STCForward-Regular.woff") format("woff");
}


.form-control {
    height: 40px;
    box-shadow: none;
    border-color: #ddd;
}


/* main css */
.main_content {
    padding: 66px 0 0;
}

/* Header */ 
 
 header.main_header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 1000;
    left: 0;
    box-shadow: 0px 5px 8px #ddd;
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    padding: 15px 0px;
}
 
 img.main_logo {
    max-height: 35px;
}

.header_left {
    display: flex;
    flex: auto;
}

.logo_menu li {
    display: inline-block;
}

.logo_menu li a {
    padding: 10px 7px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.logo_holder {
    margin-right: 20px;
}

.top_dropdown_selected {
    padding: 4px 2px;
    font-size: 14px;
	display: inline-block;
}

.top_dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 10px;
	cursor: pointer;
}

.top_dropdown_list {
    position: absolute;
    top: 100%;
    min-width: 110px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
}

.top_dropdown_selected img {
    border: 1px solid #e6e6e6;
    display: inline-block;
	width: 35px;
    height: 22px;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 5px;
}
.header_search_bar {
    display: inline-block;
	position: relative;
}

.header_search_bar:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 25px;
    top: 12px;
}



.header_search_bar input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 60px;
    height: 40px;
    margin: 0px 10px;
    width: 240px;
    padding: 2px 10px 2px 37px;
	transition:ease .3s;
}

.header_search_bar input[type="text"]:active, .header_search_bar input[type="text"]:focus, .header_search_bar input[type="text"]:visited, .header_search_bar input[type="text"]:hover {
    outline: none;
   /* border-color: #fb646f; */
    border-color: #000;
}



.top_header_btn_link {
    display: inline-block;
    padding: 0px 10px 0px;
}

.top_header_btn_link a {
    display: inline-block;
    border: 1px solid #fb646f;
    color: #fb646f;
    padding: 6px 17px;
    border-radius: 30px;
    font-size: 16px;
}

.top_dropdown_list_item img {
    border: 1px solid #fb646f;
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.top_dropdown_list_item {
}

.top_dropdown_list_item a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.logo_menu {
    display: inline-block;
}

.top_dropdown_selected span {
    vertical-align: middle;
}

.header_right {
    display: flex;
    flex: auto;
    justify-content: end;
}

.reg_setting_block {
   padding: 0px 0px 15px;
}

.reg_setting_block_head {
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}

.reg_setting_block_head i {
    margin-right: 3px;
}

.reg_setting_block_subdesc {
    font-size: 14px;
    color: #666;
    margin: 0px 0px 10px;
}



.reg_setting_button a.rg_mdl_btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
    color: #000;
    font-size: 16px;
    border: 1px solid #ddd;
    margin: 0px 0px 5px 0px;
}

.reg_setting_block_holder {
    padding: 20px;
}

.reg_setting_button a.rg_mdl_btn.save_region_btn {
    background: #fb646f;
    color: #fff;
    border-color: #fb646f;
}

#language_country_modal .modal-dialog {
    width: 400px;
    max-width: 90%;
}

#language_country_modal button.close {
    font-size: 30px;
}


.main_banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.footer_content_holder {
    background: #333;
    padding: 40px 0px 0px;
}

.footer_bottom {
    text-align: center;
    background: #222;
    color: #fff;
}

.copyright {
    padding: 15px 0px;
}

.footer_links h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.footer_links ul li a {
    color: #ddd;
    margin: 0px 0px 13px;
    display: inline-block;
    font-size: 14px;
}

.footer_links {
    padding: 0px 0px 30px;
}

.footer_social_icons ul li a {
    font-size: 26px;
    margin: 0px 10px 10px 0px;
}

.top_main_categories_list_item a {
    display: inline-block;
}

.top_main_categories_list {
    display: flex;
	margin: 0px 0px 15px;
}

.top_main_categories_list_item {
    flex: 1;
    padding: 0px 2px;
}

.top_main_categories_list_item a {
    display: inline-block;
    text-align: center;
    display: block;
    padding: 20px 0px;
    color: #000;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 7px;
    font-size: 18px;
}
.top_main_categories_list .owl-buttons {
    height: 0px;
    width: 100%;
    position: relative;
}

.top_main_categories_list.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: -53px;
    top: -80px;
    width: 45px;
    height: 45px;
}

.top_main_categories_list.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: -53px;
    top: -80px;
    width: 45px;
    height: 45px;
}

.owl-buttons i {
    text-align: center;
    display: block;
    padding: 12px 0px;
    font-size: 16px;
}

.featured_categories_content {
    padding: 20px 0px;
}

.featured_categories_section {
    margin: -40px 0px 0px 0px;
    z-index: 10;
    position: relative;
}

.top_main_categories_list_item:nth-child(1) a {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}
.top_main_categories_list_item:nth-child(2) a {
    background: #ffa200;
    color: #fff;
    border-color: #ffa200;
}
.top_main_categories_list_item:nth-child(3) a {
    background: #f7ff00;
    color: #000;
    border-color: #f7ff00;
}
.top_main_categories_list_item:nth-child(4) a {
    background: #fb646f;
    color: #fff;
    border-color: #fb646f;
}


.login_page_left {
    text-align: center;
    flex: 1;
    width: 50%;
    max-width: 50%;
    padding: 60px;
}

.login_page_content {
    display: flex;
    align-items: center;
    height: 100%;
flex-direction: row-reverse;
}

.login_page_right {
    flex: 1;
    padding: 0px;
    width: 50%;
    max-width: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    overflow: auto;
    text-align: center;
}

.login_page_right_holder {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 20px 0px;
}
 

.login_page_right_inner {
    width: 516px;
    display: inline-block;
    max-width: 100%;
	text-align: initial;
}

.login_page_holder {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
}
 
.login_page_holder > .container {
    height: 100%;
    position: relative;
    z-index: 1;
	width:100%;
}

.login_page_holder::before {
    height: 100%;
    background: var(--primary-color);
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 60px 0px 0px 60px;
    background-image: url(../img/info_content_bg_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f3f7;
}
 

.login_page_left_head {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 44px; 
    text-align: center;
    color: #FFFFFF;
	margin: 0px 0px 35px  0px;
}

.login_page_left_content {
    font-style: normal;
    font-size: 18px;
    line-height: 28px; 
    text-align: center;
    color: #FFFFFF;
}

.login_page_right_logo {
    margin: 0px 0px 30px;
    text-align: center;
}

.login_page_right_head {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}

.login_page_right_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    align-items: center;
    color: #555;
    margin: 0px 0px 30px;
    text-align: center;
    padding: 0px 30px;
}

.login_page_right_text span {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    display: block;
	line-height: normal;
}  


label.form_element_label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

.form_element_holder .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    color: #071F54;
}

.form_element_holder {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0px 0px 20px;
    border-radius: 10px;
}

.login_page_right_form_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 30px;
}

.remember_me label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
/* or 175% */
    color: #091841;
    position: relative;
    padding: 0px 0px 0px 30px;
}

.remember_me input[type="checkbox"] {
    display: none;
}

.remember_me label::before {
    width: 100px;
}

.remember_me label::before {
    width: 23px;
    height: 23px;
    background: #ffa800;
    position: absolute;
    content: "\f00c";
    margin: 0px 0px 30px 0px;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    top: 1px;
}

.login_page_right_login {flex-basis: 100%;padding-right: 10px; margin: 0px 0px 15px 0px;}

.login_page_signup_link {
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 20px;
}

.login_page_signup_link span {
    display: inline-block;
}

.login_page_signup_link a {
    font-weight: 600;
    color: #fb646f;
}

.login_page_right_signup {
    flex: 1;
	width: 100%;
}

.login_page_right_button {
    width: 100%;
    display: flex;
}

.login_page_right_signup a {
    border: 2px solid #091841;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 17px 34px;
    border-radius: 30px;
    white-space: nowrap;
    color: #091841;
    text-align: center;
}

.login_page_right_login button {
    border: 2px solid #fb646f;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 17px 34px;
    border-radius: 10px;
    white-space: nowrap;
    margin: 0px 15px 0px 0px;
    background: #fb646f;
    transition: ease .3s;
}

.login_page_right_login button:hover ,.login_page_right_login button:focus,.login_page_right_login button:visited{
    background: #e84c57;
    color: #fff;
    border-color: #e84c57;
	outline:none;
}


.social_login {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px; 
    color: #091841;
}

.social_login span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px; 
    align-items: center;
    color: #FFFFFF;
    background: #3B5998;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.social_login span i {
    background: #fff;
    color: #3b5998;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.login_page_left_head span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 44px;
    color: #FFA800;
	padding: 8px  0px 0px;
}

.login_page_left_inner {
    width: 516px;
    display: inline-block;
    max-width: 100%;
    background: rgba(255,255,255,0.5);
    padding: 40px 0px;
    border-radius: 20px;
}

.forgot_password a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #091841;
    padding: 4px 0px 0px 0px;
    display: inline-block;
}

.features_block {
    margin: 0px 0px 20px;
}

span.google_signup {
    background: #EA4335;
}

.social_login span.google_signup i {
    COLOR: #EA4335;
}

span.invalid-feedback {
    color: red;
}

.login_page_head {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 30px;
}

.login_page_head_back a {
    color: #fb646f;
    font-size: 16px;
}

.login_page_head_back i {
    font-size: 16px;
    margin-right: 8px;
}

.login_page_head_back {
    color: #333;
    font-size: 18px;
}

.top_main_categories_list_item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0px 5px;
}
.sub_featured_categories_list_image img {
    width: 100%;
    height: 160px;
    object-fit: contain;
	background: #f7f7f7;
}

.sub_featured_categories_list_image {
    max-width: 500px;
    border: 1px solid #ddd;
    margin: 0px 0px 5px;
    width: 100%;
    background: #f1f3f7;
	border-radius: 15px;
	overflow: hidden;
}

.sub_featured_categories_list_item {
    margin: 0px 0px 10px;
	padding: 5px;
}

.sub_featured_categories_list_name {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.join_community_section {
    padding: 40px 0px;
    background: #fb646f;
}

.featured_categories_head {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 10px;
    position: relative;
    padding: 0px 0px 10px;
}

.featured_categories_desc {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}



.featured_categories_head::before {
    width: 60px;
    height: 2px;
    display: inline-block;
    content:"";
    background: #fff;
    bottom: 0px;
    border-radius: 10px;
    position: absolute;
}

.sub_featured_categories_view_all {
    text-align: center;
    padding: 20px 0px;
	margin: 0px 0px 20px;
}


.sub_featured_categories_view_all a {
    color: #333;
    font-size: 20px;
}


.vip_ads_section {
    padding: 40px 0px;
}

.section_heading {
    font-size: 28px;
    color: #333;
    padding: 0px 0px 15px;
    margin: 0px 0px 15px;
    position: relative;
	font-weight: 700;
}

.section_desc {
    padding: 0px 0px 10px;
    color: #888;
    font-size: 16px;
    font-weight: normal;
}

.section_heading:before {width: 60px;height: 3px;display: inline-block;content: "";background: #000;bottom: 0px;border-radius: 10px;position: absolute;}

.upcoming_events_content_listing_item_name a {
    font-size: 18px;
    color: #333;
	font-weight: 700;
}

.upcoming_events_content_listing_item_img img {
    width: 100%;
    height: 140px;
}

.upcoming_events_content_listing_item_img {
    margin: 0px 0px 10px;
}

.upcoming_events_content_listing_item_category a {
    color: #888;
}

.upcoming_events_content_listing_item_category {
    padding: 0px 0px 10px;
}

.upcoming_events_content_listing_item_category a {
    text-decoration: underline; 
}

.upcoming_events_content_listing_item_category a:hover {
    text-decoration: underline;
    color: #000;
}

.upcoming_events_content_listing_item_text {
    color: #666;
    line-height: 20px;
    text-align: justify;
    margin: 0px 0px 10px;
}

.upcoming_events_content_listing_item_link a {
    color: #fb646f;
}

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

.view_al_link a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.upcoming_events_section {
    padding: 20px 0px;
}

.vip_ads_content_listing_item > a {
    border-radius: 40px;
    box-shadow: 2px 4px 10px #ddd;
    overflow: hidden;
    display: block;
    height: 290px;
    background: #f1f3f7;
	border: 1px solid #eee;
	position: relative;
}

.vip_ads_content_listing_item {
    padding: 15px;
}

.vip_ads_content_listing_item_name {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    width: 100%;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,.8), transparent);
	font-weight: 600;
    font-size: 18px;
}

.vip_ads_content_listing_item_img {
    position: relative;
    background: #f1f3f7;
    overflow: hidden;
    height: 100%;
} 
.vip_ads_content_listing_item_img img {
    width: 100%;
    height: 100%;
    background: #000000;
    object-fit: cover;
}

.contact_us_page_content {
    position: relative;
    z-index: 1;
}

.contact_us_page_content_head {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0px 0px 10px;
}

.contact_us_page_content_desc {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding: 0px 70px;
	color: #666;
    margin: 0px 0px 30px;
}


.cot_form_input_holder label {
    font-size: 16px;
    font-weight: 600;
}

.cot_form_input_holder {
    margin: 0px 0px 15px;
}


.contact_us_page {
    padding: 50px 0px 40px;
    position: relative;
    z-index: 1;
}

.contact_us_page::before {
    height: 430px;
    width: 100%;
    background: #f1f3f7;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.contact_us_page_content_form {
    padding: 25px;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 4px 5px #ddd;
    position: relative;
    z-index: 1;
}
.contact-us-form-btn a {
    padding: 10px 30px;
    display: inline-block;
    background: #fb646f;
    border-radius: 5px;
    color: #fff;
}

.signup_form .form_element_holder {
    padding: 0px 0px;
    border: none;
    border-radius: 0px;
    margin: 0px 0px 15px;
}

#signup_form .form_element_holder .form-control {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.advertisement_detail_content {
    padding: 30px 0px;
}

.advertisement_slide_img_blk img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    background: #f1f3f5;
}

.advertisement_detail_name {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 20px;
}

.advertisement_detail_category {
    color: #fb646f;
}

.advertisement_detail_category a {
    color: #fb646f;
    padding: 0px 5px;
}


.advertisement_detail_desc_holder > b {
    margin: 0px 0px 5px;
    display: inline-block;
    color: #888;
    font-weight: normal;
}
.advertisement_detail_desc {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.sub_featured_categories_list_count {
    font-size: 12px;
    color: #666;
} 
.page_banner img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
}

.sub_featured_categories_list.grid_list {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.grid_list .sub_featured_categories_list_item {
    max-width: 25%;
    flex-basis: 25%;
}


.page_banner_desc {
    position: absolute;
    text-align: center;
    top: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    color: #fff;
}

.page_banner {
    position: relative;
}

.categories_list_page {
    padding: 30px 0px;
}

.no_found_text {
    text-align: center;
    padding: 30px 10px;
    font-size: 18px;
    color: #888;
}

.sub_featured_categories_view_all a {
    font-weight: 600;
}

section.site_content_holder_inner {
    padding-top: 72px;
    background: #f8f9fb;
}

.dashboard_page_left_menu {
    position: fixed;
    padding: 72px 0px 0px 0px;
    background: #fff;
    height: 100%;
    border-right: 1px solid #ddd;
    box-shadow: 2px 6px 7px #f1f3f8;
    width: 63px;
	top: 0;
	left: 0;
}

.left_icons li a span.fa {
    font-size: 30px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #b8c5d3;
	transition:ease .3s;
	border-right: 3px solid #fff;
}

.left_icons li a:hover span {
    color: #000;
    background: #f5f5f5;
    border-right: 3px solid #000;
}

.left_icons li a em {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -20px 0px 0px;
    padding: 8px 12px;
    border-radius: 0px 5px 5px 0px;
    white-space: nowrap;
    box-shadow: 2px 2px 4px #ddd;
    display: none;
    font-style: normal;
    border: 1px solid #ddd;
    background: #333;
    color: #fff;
}

.left_icons li a {
    position: relative;
    display: block;
}

.left_icons li a em:before {
	content: "";
	border-right: 10px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	line-height: normal;
	position: absolute;
	left: -9px;
	top: 8px;
}

.left_icons li a:hover em {
    display: block;
}

.left_icons ul li.active a span {
    border-color: #fb646f;
    color: #fb646f;
}

.acc_login_user_img span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin: 0px 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-size: cover;
	box-shadow: 1px 1px 5px #ddd;
}

.dashboard_page {
    padding: 76px 0px 0px 0px;
	background: #F8F9FB;
}
 

.profile_page_top {
    position: relative;
    height: 100px;
    background-color: #FB646F;
    border-radius: 10px 10px 0px 0px;
    margin: 0px 0px 40px 0px;
}

.profile_page_pic {
    width: 100px;
    height: 100px;
    background: #f1f3f7;
    border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    bottom: -30px;
    left: 20px;
    overflow: hidden;
}
span.no_img {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 50px;
    font-weight: 600;
    color: #fb646f;
}
.profile_page {
    padding: 0px;
}

.profile_name {
    padding: 0px 0px 10px 40px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}

.profile_details_lower_span {padding: 0px 30px 0px 0px;}

.profile_details_lower {
    display: flex;
    padding: 10px 20px;
}

.profile_details_lower_label {
    color: #666;
    margin: 0px 0px 10px 0px;
}

.profile_details_lower_icon i {
    width: 30px;
    height: 30px;
    background: #fb646f;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    font-weight: normal;
}

.profile_page_header {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0px 0px;
	background: #fff;
	margin:0px 0px 20px 0px;
}

.profile_details_lower_icon {
    color: #333;
    font-weight: 500;
}

.every_page_top_head {
    padding: 20px 0px;
}
.every_page_top_title {
    font-size: 28px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

.every_page_breadcrumb {
    font-size: 14px;
    color: #555;
}

.every_page_breadcrumb a {
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}

/* dashboard start */
.dashboard_stats_list {
    display: inline-flex;
}

.dashboard_stats_item {
    padding: 14px;
    margin: 0 12px 16px 0;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
}

.dashboard_stats_data_tag {
    font-size: 20px;
    font-weight: 600;
}

.dashboard_stats_data_num {
    font-size: 30px;
    font-weight: 700;
    color: #e45c00;
}

/* dashboard end */

.login-account ul.dropdown-menu {
    top: 13px !important;
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 0;
    width: 210px;
    right: 0;
    left: auto !important;
}

.login-account ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-top: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    font-size: 14px;
}

.acc_user_nm_blk {
    font-size: 20px;
    padding: 9px;
}

.login-account ul.dropdown-menu > li > a > i {
    margin-right: 10px;
}


.post_advertisement_page {
    padding: 40px 0px;
}

 

.post_page_heading {
    font-size: 28px;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.post_page_desc {
    font-size: 16px;
    color: #666;
}

.post_advertisement_page {
    padding: 40px 0px 30px;
}

.post_page_header {
    padding: 10px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_page_heading {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.post_page_desc {
    font-size: 16px;
    color: #666;
}

.post_page_input_checkbox input {display: none;}

.post_page_input_checkbox {
    display: inline-block;
    position: relative;
    margin: 5px;
}

.post_page_input_checkbox label {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    margin: 0;
    position: relative;
	cursor: pointer;
    background: #f1f3f7;
	font-size: 16px;
    font-weight: normal;
}
.post_page_input_options {
    padding: 30px 20px 50px;
    text-align: center;
}
.post_page_input_checkbox input:checked + label {
    border-color: #fb646f;
    /*color: #fff;*/
    color:#000;
    background: #fb646f;
}
 
.post_page_input_checkbox input:checked + label::before {
    width: 20px;
    height: 20px;
    content: "\f00c";
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    background: #fb646f;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    right: -6px;
    top: -6px;
}

.post_page_input_questions {
    font-size: 22px;
    text-align: center;
	font-weight: 600;
}

.post_page_elements {
    background: #fff;
    padding: 35px 15px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ececec;
    border-bottom: none;
}
 

.site_content {
    background: #f1f3f7;
}



.post_page_input_checkbox label img {
    height: 50px;
    width: 60px;
    object-fit: contain;
    margin: 0px 0px 10px;
}

.post_page_input_checkbox label span {
    display: block;
}


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

a.pp_btn {
    border: 1px solid #ddd;
    color: #333;
    border-radius: 50px;
    padding: 13px 40px;
    min-width: 100px;
    display: inline-block;
    font-size: 16px;
    margin: 0px 3px;
}

a.pp_btn.next_step {
    background: #fb646f;
    color: #fff;
    border-color: #fb646f;
}


.post_page_support_option a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 7px;
    border-color: #fb646f;
    border: 2px solid #fb646f;
    color: #fb646f;
    font-size: 16px;
    font-weight: 600;
}


.posting_guidelines_holder {
    position: absolute;
    right: 0;
    height: 100%;
    background: #fff;
    width: 340px;
}

.posting_guidelines {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
	display: none;
}

.posting_guidelines_backdrop {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
}

.posting_guidelines_head {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.posting_guidelines_content_holder {
    padding: 15px;
}

.posting_guidelines_content {
    color: #999;
    margin: 0px 0px 10px;
}

.posting_guidelines_btn {
    margin: 0px 0px 20px;
}

.posting_guidelines_btn  a {
    display: block;
    margin: 0px 0px 10px;
    text-align: center;
    border: 1px solid #ddd;
    color: #666;
    padding: 13px 5px;
    border-radius: 7px;
}

.posting_guidelines_btn a.okay_link {
    background: #000;
    color: #fff;
    border-color: #000;
}

.categories_title {
    text-align: center;
    margin: 0px 0px 10px;
    padding: 20px 0px;
}

.categories_subtitle {
    font-size: 36px;
    font-weight: 600;
}

.categories_head {
    color: #999;
}


.profile_page_section {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.profile_page_section_head {
    color: #fb646f;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.page_form_label {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.page_form_element {
    margin: 0px 0px 10px;
}

input.form-control.page_form_input_holder {
    background: #f1f3f7;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 50px;
}


.page_form_submit {
    text-align: right;
    padding: 15px 0px 0px;
    margin: 10px 0px 0px;
    border-top: 1px solid #ddd;
}

.page_form_submit a {
    background: #fb646f;
    color: #fff;
    border-color: #fb646f;
    border-radius: 50px;
    padding: 13px 40px;
    min-width: 100px;
    display: inline-block;
    font-size: 16px;
    margin: 0px 3px;
}



body .dtp table.dtp-picker-days tr > td > a.selected {
    background: #fb646f; 
}
body .dtp div.dtp-date, .dtp div.dtp-time {
    background: #fb646f; 
}

body .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #d81220; 
}

body  button.dtp-btn-ok {
    margin: 0px 5px;
}

.dashboard_page_content {
    padding: 20px 0px;
}

.page_left_menu_head {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 10px;
}

.page_left_menu a {
    color: #666;
    font-style: normal;
    padding: 7px 0px;
    display: block;
    margin: 3px 0px;
    font-size: 14px;
    transition: ease .1s;
}

.page_left_menu a em {
    font-style: normal;
}

.page_left_menu ul {
    margin: 0px 0px 25px;
}

.page_left_menu ul li.active a {
    background: #fb646f;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

.page_left_menu a:hover {
    color: #fb646f;
}


.acc_login_user_img {
    display: inline-block;
    vertical-align: middle;
}


.data_list_table_cell {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
}

.data_list_table_row {
    display: table-row;
}

.data_list_table {
    display: table;
}

.orders_list_product_img {
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
	border: 1px solid #ddd;
}

.data_list_table_row.head .data_list_table_cell {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.data_list_table_cell:first-child {
    text-align: left;
}

.data_list_table_cell.list_adv_title {
    text-align: left;
}

.advertisement_holder {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 2px 3px 5px #eee;
}

.data_list_table_cell.list_adv_price {
    white-space: nowrap;
}


.data_list_table_cell.list_adv_title_cell {
    text-align: left;
    width: 50%;
}

.list_adv_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.list_adv_desc {
    font-size: 12px;
    color: #666;
    margin: 0px 0px 5px;
}

.data_list_table_row:nth-child(2n+1) {
    background: #f1f3f7;
}

.data_list_table_row.head {
    background: #fff;
}


.advertisement_plans_block_hd {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.advertisement_plans_block_txt {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 0px 0px 30px;
}

.advertisement_plans_block {
    padding: 40px 0px;
}

.advertisement_plans_item {
    background: #F1F1F1;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
}

.advertisement_plans_nm {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0px 5px;
}

.advertisement_plans_price {
    font-weight: 400;
    font-size: 20px;
}

.advertisement_plans_item_hd {
    padding: 20px 0px;
}

.advertisement_plans_info li {
    text-align: left;
    color: #666;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.advertisement_plans_info li.no_of_ads::before {}

.advertisement_plans_info li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    font-size: 20px;
}

.advertisement_plans_info {
    padding: 10px;
}

.advertisement_plans_pur_btn a.buyNow {
    background: #FB646F;
    display: block;
    padding: 15px 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

body .swal2-popup {
    font-size: 14px;
}

body .swal2-styled.swal2-confirm { 
    background-color: #FB646F; 
}

body .swal2-styled.swal2-cancel { 
    background-color: #000; 
}


.contact-us-form-btn a {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    text-transform: uppercase;
}


 .purchased_plan_list_block {
    padding: 25px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 3px 5px #eee;
}
 
.page_banner_content {
 /*   position: relative;*/
 /*   margin: 20px 0px;*/
	/*height: 150px;*/
	position: relative;
    margin: 20px auto;
    height: 150px;
    width: 50%;
}

.default_banner .page_banner_content {
    background: #fb646f;
}

.page_banner_desc .ad_banner_title {
    margin: 0 0 5px;
    font-size: 30px;
	font-weight: 600;
}

.ad_banner_text {
    color: #fff;
    margin: 0px 0px 15px;
}

.ad_banner_link a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}


.advertisement_list {
    display: flex;
	    flex-wrap: wrap;
}

.advertisement_list_item {
    flex-basis: 33.33%;
    padding: 10px;
}

.advertisement_list_item_inner {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
}

.advertisement_list_item_image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
	border-radius: 15px;
    background-color: #f1f3f7;
}

.advertisement_list_page_content .advertisement_list_item_image img {
    height: 160px;
}

.advertisement_list_item_image {
    margin: 0px 0px 10px 0px;
}

.advertisement_title {
    font-size: 18px;
    font-weight: 700;
    min-height: 52px;
    line-height: 26px;
    margin: 0px 0px 8px 0px;
}

.advertisement_title a {
    color: #333;
    font-size: 18px;
}

.advertisement_desc {
    color: #666;
    margin: 0px 0px 10px 0px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.advertisement_time {
    font-size: 12px;
    color: #999;
}

.advertisement_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advertisement_price {
    font-size: 20px;
    font-weight: 700;
    color: #fb646f;
}
 
.advertisement_user_detail {
    margin: 0px 0px 10px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.advertisement_user_detail_right a {
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    color: #333;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.post-shares {
	display:none;
}
.post-shares.sticky-shares {
    position: absolute;
    background-color: #f2f3f8;
    border-radius: 4px;
    padding: 0 4px 4px;
}
.sticky-shares a {
    display: block;
    margin: 6px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.sticky-shares a.share-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}
.sticky-shares a.share-twitter:hover {
    color: #55acee;
    border-color: #55acee;
}

.sticky-shares a.share-whatsapp:hover {
    color: #128C7E;
    border-color: #128C7E;
}
.sticky-shares a.share-pinterest:hover {
    color: red;
    border-color: red;
}
.sticky-shares a.share-linkedin:hover {
    color: #007bb5;
    border-color: #007bb5;
}
.sticky-shares a:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.advertisement_user_detail_img {
    width: 40px;
    margin-right: 10px;
    min-width: 40px;
}

.advertisement_user_detail_left {
    DISPLAY: flex;
    align-items: center;
    max-width: 80%;
}

.advertisement_user_detail_img img {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.advertisement_user_detail_name a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.advertisement_user_detail_name {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
} 
 
 #login_Modal .modal-body {
    padding: 0;
}

#login_Modal .modal-body .col-sm-4.padding-right {
    padding: 0;
}

#login_Modal .modal-body .row {
    margin: 0;
    display: flex;
}

.sign_up_modal_img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fb646f;
    z-index: 0;
	background-size: cover;
    background-position: center;
	background-image: none !important;
}

.modal_left_blk_header {z-index: 1;}

.modal_left_blk_header_hd {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.signup_modal_left_block {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    height: 280px;
    color: #fff;
}

.signup_modal_left_blk {
    z-index: 1;
    margin: 20px 0px 0px;
}

#login_Modal .modal-dialog {
    width: 700px;
    max-width: 90%;
}

.signup_modal_left_blk .next_tab_block_buttons a {
    color: #fff;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}

.next_tab_block_buttons_hd {
    margin: 0px 0px 10px 0px;
}

.tab_block_buttons 
 a.tab_block_next {
    width: 100%;
    background: #000;
    display: block;
    padding: 15px 0px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#login_Modal form#login_form {
    padding: 40px 0px;
}


.post_page_input {
    margin: 0px 0px 20px;
}

.post_page_input label.mws-form-label {
    text-align: left;
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 6px;
}

.events_list {
    display: flex;
    flex-wrap: wrap;
}

.events_listing_item {
    width: 33.33%;
    padding: 10px;
}

.events_categories_head {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 15px;
}

.events_categories li a {
    color: #666;
    margin: 0px 0px 10px;
    display: inline-block;
	font-size: 14px;
}


.event_detail {
    padding: 20px 0px;
}

.event_detail_name {
    font-size: 26px;
    font-weight: 700;
}

.event_detail_head {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

.event_detail_lower {
    font-size: 14px;
    color: #888;
}

.event_detail_image img {
    width: 100%;
}

.event_detail_image {
    margin: 0px 0px 20px;
}

.event_detail_description {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}


.event_detail {
    padding: 20px 0px;
}

.event_detail_name {
    font-size: 26px;
    font-weight: 700;
}

.event_detail_head {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

.event_detail_lower {
    font-size: 14px;
    color: #888;
}

.event_detail_image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.event_detail_image {
    margin: 0px 0px 20px;
}

.event_detail_description {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}


.popular_events_head {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 15px;
}

.popular_events_list_item_left {
    width: 70px;
    margin-right: 10px;
    min-width: 70px;
    height: 70px;
    float: left;
}

.popular_events_list_item {
    display: flex;
    margin: 0px 0px 15px;
    border-bottom: 1px solid #eee;
}

.popular_events_list_item_name {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.popular_events_list_item_categories {
    font-size: 12px;
    color: #666;
}

.popular_events_list_item_date {
    text-align: revert;
    font-size: 10px;
}

.popular_events_list_item_name a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.popular_events_list_item_right {
    overflow: hidden;
}

.about_us_header {
    text-align: center;
    padding: 60px 0px;
    background: #F5F5F5;
}

.about_us_title {
    font-size: 36px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.about_us_description {
    font-size: 16px;
    color: #666;
}


.about_us_lift_content {
    display: flex;
    justify-content: space-between;
}

.about_us_lift_left {
    flex: 1;
}

.about_us_lift_left_head {
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}

.about_us_lift_right {
    flex: 1;
}

.about_us_lift_section {
    padding: 50px 0px;
}

.about_us_lift_left_desc {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 15px;
}

.about_us_lift_left_link a {
    display: inline-block;
    background: #fb646f;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}

.make_it_easy {
    background-color: #FBFBFB;
    padding: 30px 0px;
}

.make_it_easy_list {
    display: flex;
    padding: 30px 0px;
}

.make_it_easy_list_item {
    padding: 10px;
    text-align: center;
}

.make_it_easy_list_item_num {
    font-size: 36px;
    font-weight: 700;
    color: #FB646F;
    margin: 0px 0px 5px;
}

.make_it_easy_list_item_head {
    margin: 0px 0px 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.make_it_easy_list_item_desc {
    font-size: 14px;
    color: #666;
}

.about_us_lift_left_img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.list_adv_time {
    font-size: 10px;
    color: #888;
}


.purchased_plan_list_item ul {
    display: flex;
    align-items: center;
}

.purchased_plan_list_item ul li {
    flex: 1;
    padding: 10px;
}

.purchased_plan_list_item {
    box-shadow: 0px 0px 15px 0px rgba(2, 25, 65, 0.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.purchased_plan_list_item_nm {
    font-size: 26px;
    font-weight: 700;
    color: #fb646f;
}

.purchased_plan_list_item_price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.purchased_plan_list_item_hd {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.purchased_plan_list_item_txt {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.purchased_plan_list_item ul li:first-child {
    padding: 10px 10px;
    margin-right: 0px;
    border-left: 10px solid #fb646f;
}

.purchased_plan_list_item ul li+li {
    border-left: 1px solid #eee;
}


.transactions_page_stats {
	display:flex;
    padding: 0px 0px 0px;
	margin: 0px -15px 10px;
	margin-bottom:10px;
}

.transactions_page_stats_info {
	padding: 20px;
    background: #fff; 
    border: 1px solid #f1f3f7;
    border-radius: 10px;
    box-shadow: 0px 5px 7px #ddd;
    margin: 15px;
	margin-bottom:20px;
	flex:1;
	text-align:center;
}

.transactions_page_stats_text {
    font-size: 40px;
    font-weight: 600;
    color: #fb646f;
}

.transactions_page_stats_head {
    color: #000000;
	font-weight: 600;
} 
#signup_form .form_element_holder.verification_input .form-control {
    border: none;
    text-align: center;
}

.only_mobile{ display:none;}
.mobile_logo{ display:none;}

.product_list_block {
    padding: 70px 0;
}


.products_left {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #e5e5e5;
    margin-bottom: 40px;
}
.filter_search {
    position: relative;
    margin: 0px 0px 20px;
}
.filter_search input#ProductKeyword {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0px 45px 0px 10px;
    font-size: 14px;
    outline: none;
}
.filter_search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #8e0f00;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0;
}
.filter_catagory {
    margin: 0 0 15px;
}
.filter_catagory_heading {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    font-weight: 600;
}
.filter_catagory ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0px 5px;
}

.ad_block_item_detail a {
    background-color: #8e0f00;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.product_list_content_hd_blk .ad_block_sec_heading {
    float: left;
}

.sort_by_blk {
    float: right;
}

.product_list_content_hd_blk {
    display: flex;
    justify-content: space-between;
}

.ad_block_sec_heading {
    font-size: 24px;
    font-weight: 700; 
    text-transform: uppercase;
    color: #333; 
}

.sort_by_blk .submit_form_on_change {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    outline: none; 
    border-radius: 4px;
}


.ad_block_item_detail button {
    background-color: #ffffff;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: #999;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.filter_price {
    display: flex;
    padding: 25px 0px 15px;
    position: relative;
}

.filter_price .filter_catagory_heading {
    position: absolute;
    top: 0;
    margin: 0px 0px 0px;
}


.no_content {
    display: block;
    font-size: 30px;
    color: #c7c7c7;
    text-align: center;
    padding: 20px 0;
}

.advertisement_detail_desc_holder {
    margin: 0px 0px 15px;
}

.listing_price_holder {
    font-size: 20px;
    margin: 0px 0px 15px;
    font-weight: 600;
}
.listing_price_holder span {
    text-decoration: line-through;
    color: #ff0012;
}

a.listing_btn {
    font-size: 20px;
    background: #fff;
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
}

.listing_btn_holder {
    padding: 20px 0px;
}

a.listing_btn.message_btn {
    background: #fb6b75;
    color: #fff;
    border-color: #fb6b75;
}

a.btn_cls {
    display: block;
    border: 1px solid #ddd;
    margin: 10px 0px 0px;
    text-align: center;
    color: #000;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: 16px;
}

a.btn_cls.success_btn {
    background: #fb646f;
    color: #fff;
    border-color: #fb646f;
}

#sendMessageModal .modal-dialog {
    width: 360px;
    max-width: 90%;
}

.send_message_section_head {
    font-size: 20px;
    margin: 0px 0px 10px;
    font-weight: 700;
}

ul.pagination-new li {
    padding: 0px 0px;
}

ul.pagination-new {
    display: flex;
    justify-content: center;
}

ul.pagination-new li a {
    border: 1px solid #ddd;
    padding: 0px 10px;
    display: inline-block;
}

.main_banner_right_head span {
    color: #ee4040;
    font-size: 30px;
}

.header_content_backdrop {
    display: none;
}

/* Responsive */ 

@media (max-width:1023px) {

.mobile_logo {
    display: block;
    text-align: center;
    padding: 15px 0px;
}  
  
.lower_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:100;
	background: #fff;
}

.lower_menu_item span {
    display: block;
    font-size: 11px;
}

.lower_menu_item {
    flex: 1;
    text-align: center;
    padding: 0px 2px;
    height: 55px;
}

.lower_menu_item i {
    line-height: normal;
    height: 28px;
    display: inline-block;
    margin: 0px 0px 3px;
    font-size: 24px;
}



.lower_menu_item a {
    display: flex;
    padding: 3px 0px 0px;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #fff;
	color: #666;
}

.header_content {
    display: block;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 80%;
    right: -100%;
    border-left: 1px solid #eee;
    padding: 20px 10px;
    flex-direction: column;
    transition: ease .3s;
    top: 0;
}

.open_menu .header_content {
    right: 0px;
}

.header_left {
    display: none;
}

.header_search_bar input[type="text"] {
    margin: 0;
    width: 100%;
}

.header_middle {
    width: 100%;
}

.header_search_bar {
    width: 100%;
    margin: 0px 0px 10px;
}

.header_right {
    flex-direction: column;
}

.top_header_btn_link {
    padding: 0;
    margin: 0px 0px 10px;
}

.top_header_btn_link a {
    width: 100%;
    text-align: center;
}

.header_right a.dropdown-toggle {
    display: none;
}

.header_right ul.dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
    border: none;
    box-shadow: none;
}

.acc_user_nm_blk {
    display: none;
}

.main_banner img { 
    height: 140px; 
}

.top_main_categories_list_item a { 
    padding: 10px 0px; 
}

} 


@media (max-width:767px) {
	.grid_list .sub_featured_categories_list_item {
		max-width: 30%;
		flex-basis: 50%;
	}
	.footer_content_holder { 
		padding: 20px 0px 0px;
	}
	
	.footer_links ul li a { 
		margin: 0px 0px 5px; 
	}
	
	.footer_links {
		padding: 0px 0px 10px;
	}
	
	
	.login_page_holder {
		position: relative;
		height: auto;
		width: auto;
	}

	.login_page_content {
		display: block;
		height: auto;
	}

	.login_page_left {
		width: 100%;
		max-width: 100%;
		padding: 10px 0px;
		border-bottom: 1px solid #ddd;
		display: none;
	}

	.login_page_left_inner {
		width: 100%;
		padding: 0px 10px;
		border-radius: 0;
	}

	.login_page_holder::before {
		display: none;
	}

	.login_page_left_head {
		color: #000;
		margin: 0px;
	}

	.login_page_right {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		overflow: unset;
	}

	.login_page_right_holder {
		display: block;
	}

	.login_page_right_inner {
		width: 100%;
		float: left;
	}
	
	
	.open_menu .header_content_backdrop{
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
		content: "";
		z-index: 999;
		left: 0;
		display:block;
	}
	
	.product_list_block {
		padding: 20px 0;
	}

	.advertisement_list { 
		width: 100%;
	}
	
	.advertisement_list_item {
		flex-basis: 100%; 
	} 
	a.listing_btn {
		width: 100%;
		text-align: center;
		margin: 0px 0px 10px;
	}
	
	.dashboard_page_left_menu {
		display: none;
	}
	
	.page_left_menu {
		display: none;
	}
	
	.every_page_top_head {
		padding: 0px 0px 15px;
	}
	
	.every_page_top_title {
		font-size: 20px; 
	}
	
	.open_menu header.main_header.affix {
		display: block;
	}
	
	.open_menu .mobile_logo {
		display: none;
	}





}