@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	height: auto;
	font-size: 14px;
	position: relative;
	-webkit-overflow-scrolling: touch;
	font-family: "Montserrat", sans-serif;
}


body a {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	cursor: pointer;
}

:root {
	--black: #000000;
	--black2: #141414;
	--bg-color: #F1F3F5;
	--blue1: #2F63E8;
	--blue2: #007BFF;
	--blue3: #001699;
	--sky: #75BDFF;
	--white: #fff;
	--placeholder-color: #979797;
	--grey2: #e0e0e0;
	--grey1: rgba(0, 0, 0, 0.5);
	--grey3: #DDDDDD;
	--grey4: rgba(0, 0, 0, 0.1);
	--grey5: #888888;
	--grey6: #eeeeee;
	--grey7: #9B9B9B;
	--grey8: #f2f2f2;
	--grey9: #7d7d7d;
	--grey10: #d5d4d4;
	--grey11: #d6d6d6;
	--grey12: #F2F4F5;
	--grey13: #efefef;
	--grey14: #555555;
	--grey15: #c4c4c4;
	--grey16: #e2e2e2;
	--grey17: rgba(20, 20, 20, 0.3);
	--purple: #8368EC;
	--purple2: #B534F6;
	--orange: #FF7F50;
	--green: #08B562;
	--green2: #02C739;
	--red: #B95555;
	--red2: #EE0000;
	--new: #F716D3;
	--font_1: "Montserrat", sans-serif;
	--font_2: "Roboto", sans-serif;
	--font_3: Arial, sans-serif;
}

input {
	text-decoration: none;
	}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form-control::placeholder, ::placeholder {
	color: #979797;
	opacity: 1;
}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	color: #979797;
}

.form-control::-ms-input-placeholderm, ::-ms-input-placeholder {
	color: #979797;
}

h1 {
	font-weight: 700;
	font-family: Arial, sans-serif;;
	font-size: 24px;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin-bottom: 30px;
}

h2 {
	color: #000000;
	font-weight: 700;
	font-size: 24px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
}

h3 {
	color: #000000;
	font-weight: 700;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

h4 {
	color: #000000;
	font-weight: 700;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;;
}

h5 {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0px 30px 0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;;
}

h6 {
	color: #000000;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

p {
	font-weight: 400;
	font-size: 12px;
	margin: 10px 0px 45px 0px;
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.5);
}

.form-group {
	margin-bottom: 0px;
	width: 100%;
}

.center {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* header */

.header {
	padding: 30px 65px;
	height: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 0px;
	right: 0px;
	background-color: #F1F3F5;
	z-index: 1000;
}

.menu {
	display: none;
}

.hamburger {
	width: 49px;
	height: 36px;
	border: solid 1px #e0e0e0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.hamburger svg {
    width: 20px;
    height: auto;
}
.hamburger .close-img {
    display: none;
		max-width: 15px;
}
.open-menu .hemburger-img {
    display: none;
}

.open-menu .close-img {
    display: block;
}
.menu_open {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100vh;
    padding: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: visible;
    top: 96px;
    right: 0;
    border-radius: 0px 0px 0px 0px;
    display: block;
    border: 0px solid #D2D2D2;
    box-shadow: none;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.menu_open ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-height: 75dvh;
    width: 100%;
    background: #8368EC;
    max-width: 300px;
    right: 0;
    position: absolute;
    overflow-y: scroll;
    border-radius: 0px 0px 10px 10px;
}

.menu_open ul li {
	width: 100%;
	display: block;
	height: auto;
	padding: 0px;
}
.menu_open ul li.sign-out-box {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-top: 25px;
}
.menu li.sign-out-box a.mobile-white-logo {
    display: none;
}
.menu_open ul li.sign-out-box a {
    border: 0;
}
.menu_open ul li a {
    font-size: 16px;
    padding: 20px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    border-bottom: 1px solid #9D84FF;
    font-weight: 700;
}
/*.menu li a.active:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    width: 10px;
    height: 10px;
    border-top: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    transform: rotate(135deg);
}*/
html.open-menu {
    overflow: hidden;
}
/* footer */

.footer {
	position: absolute;
	bottom: 40px;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.footer .container {
	max-width: 400px;
}

.footer ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.footer ul li {
	color: var(--gey1);
	margin-right: 10px;
}

.footer ul li:last-child {
	margin-right: 0px;
}

.footer ul li a {
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, sans-serif;;
	font-weight: 400;
	line-height: 1.1;
}

.footer span {
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, sans-serif;;
	font-weight: 400;
	line-height: 1.1;
	display: block;
}

/* signup */

.layout {
	padding: 40px 0px 120px 0px;
	background-color: #F1F3F5;
}

.layout .container {
	max-width: 387px;
}

form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-group input {
	width: 100%;
	background-color: #fff;
	height: 45px;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 20px center;
	font-weight: 400;
	font-size: 15px;
	border: none;
	color: #000000;
}

.form-group input:focus {
	/* outline: none;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05); */
}

.form-group .mail {
	background-image: url(/assets/images/email2.svg);
	background-size: 24px;
	margin-bottom: 25px;
	padding-left: 60px;
}

button {
	width: 100%;
	background-color: #2F63E8;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	line-height: 45px;
	border: none;
}

	input {
  background: white;
}

/* input:-webkit-autofill {

  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px white;
 	background-size: 24px;
	margin-bottom: 25px;
	padding-left: 60px;

} */

input:focus,
input:-webkit-autofill:focus {
  /* border-color: #66afe9;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px
   rgba(102, 175, 233, 0.6);
   background-image: url(/assets/images/email2.svg) !important;;
   background-size: 24px;
   margin-bottom: 25px;
   padding-left: 60px; */
}

button:hover
{
	cursor: pointer;
}

.error_onboarding
{
	color:red;
	text-align: center;
}

/* signup Link */

.layout_2 .container {
	max-width: 445px;
}

.layout_2 .container img {
	margin-bottom: 40px;
}

/* Choose Password */

.mar_bottom_50 {
	margin-bottom: 50px;
}

.form-group .password {
	background-image: url(/assets/images/password2.svg);
	background-size: 20px;
	margin-top: 17px;
	padding-left: 60px;
}

.password_strength {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0px 25px 0px;
}

.password_strength .strenght {
	width: 30px;
	height: 5px;
	background-color: #DDDDDD;
	border-radius: 40px;
	margin-right: 5px;
}

.password_strength .strenght :last-child {
	margin-right: 0px;
}

.password-form-group-strength-box-ok.password-form-group-strength-box-2 {

    background: #ffe48c;
}


  .password-form-group-eye {
 cursor:pointer;
 color:#686f7a;
 font-size:18px;
 position:absolute;
 right:16px;
 top:16px
}
.password-form-group-password-form-group .form-control {
 padding-right:45px
}
.password-form-group-strength-indicators {
 display:flex;
 min-height:16px
}
.password-form-group-strength-indicator-text {
 font-size:11px;
 padding-left:8px
}
.password-form-group-strength-box-1,
.password-form-group-strength-box-2,
.password-form-group-strength-box-3,
.password-form-group-strength-box-4 {
 background:#dedfe0;
 border-radius:8px;
 height:5px;
 margin-right:5px;
 margin-top:8px;
 width:32px
}
.password-form-group-strength-box-ok.password-form-group-strength-box-1 {
 background:#ec5252
}
.password-form-group-strength-box-ok.password-form-group-strength-box-2 {
 background:#ffe48c
}
.password-form-group-strength-box-ok.password-form-group-strength-box-3 {
 background:#46c28e
}
.password-form-group-strength-box-ok.password-form-group-strength-box-4 {
 background:#208058
}

/* on-boarding1 */

.layout_3 {
	padding-top:40px;
	padding-bottom:150px;
	min-height: 100vh;
}

.form-group label {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

.layout_3 .form-group {
	margin-bottom: 25px;
	width: 100%;
}

.group_1 {
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

button.mar_top_25 {
	margin-top: 25px;
}

/* on-boarding2 */

.form-group .label2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;;
}

.hover_cursor:hover
{
	cursor: pointer;
}

.country {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.country span {
	font-family: "Roboto", sans-serif;;
	font-size: 10px;
	color: #000000;
	margin-right: 20px;
	font-weight: 400;
}

.country a {
	font-family: "Roboto", sans-serif;;
	font-size: 10px;
	color: #007BFF;
	font-weight: 400;
}

.divider {
	height: 1px;
	width: 376px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0px 0px 35px 0px;
	position: relative;
}

.divider2 {
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0px 0px 35px 0px;
	position: relative;
}


/* check_list */

.form-group .check_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.form-group .check_list .check_label {
	display: block;
	position: relative;
	padding: 0px 0px 0px 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0px 20px 15px 0px;
	line-height: 1;
	font-family: "Roboto", sans-serif;;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	min-width: 70px;
}

.form-group .check_list2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.form-group .check_list2 .check_label {
	margin: 0px;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;;
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	text-align: left;
}

.form-group .check_list2 .check_label a {
	color: #007BFF;
}

.form-group .check_list .check_label:last-child {
	margin: 0px
}

/* Hide the browser's default checkbox */

.form-group .check_list .check_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/*  custom checkbox */

.form-group .check_list .check_label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 0px;
	cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */

.form-group .check_list .check_label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.form-group .check_list .check_label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.form-group .check_list .check_label .checkmark:after {
	left: 5px;
	top: 3px;
	width: 4px;
	height: 9px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* phone verification */

.class_1 {
	font-size: 24px;
	font-family: Arial, sans-serif;;
	line-height: 40px;
}

.group_2 {
	position: relative;
}

.form-group .number {
	height: 55px;
	padding: 0px 10px 0px 96px;
	margin: auto;
	font-family: "Roboto", sans-serif;;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.group_2 .country_code {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 25px;
	top: 18px;
}

.group_2 .country_code img {
	margin-right: 10px;
	width: 19px;
}

.group_2 .country_code span {
	font-weight: 700;
	font-family: Arial, sans-serif;;
	font-size: 16px;
	line-height: 1px;

}

.p2 {
	font-size: 13px;
	font-family: "Roboto", sans-serif;;
	margin: 0px 0px 70px 0px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
	text-align: left;
}

.country2 {
	margin: 40px 0px 15px 0px;
}

.country2 span {
	font-size: 14px;
	margin-right: 5px;
}

.country2 a {
	font-size: 14px;
	font-weight: 700;
}

.verify {
	font-family: "Roboto", sans-serif;;
	font-size: 14px;
	color: #007BFF;
	font-weight: 700;
}

/* phone verification Code*/

.mar_top_20 {
	margin-top: 20px;
}

.group_3 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.group_3 label {
	text-align: left;
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}

.add_number {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.group_3 input {
	height: 85px;
	width: 20%;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-right: 10px;
	background-color: #fff;
	text-align: center;
	padding: 0px;
	font-size: 28px;
}

.group_3 input:last-child {
	margin-right: 0px;
}

.p2.p3 {
	text-align: center;
}

.country3 {
	margin: 25px 0px 0px 0px;
}

/* choose city */

.bg_white {
	background-color: #fff;
}

.group_4 {
	margin-top: 0px;
	text-align: center;
}

.group_4 label {
	font-family: "Roboto", sans-serif;;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 25px;
}

/* Select List */

.btn-light {
	border-radius: 7px;
	font-weight: 700;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: 95.5%;
	background-image: url(/assets/images/select_arrow.svg);
	outline: none !important;
	margin-bottom: 12px;
	padding: 0px 20px;
	font-family: "Roboto", sans-serif;;
	font-size: 18px;
	height: 43px;
	border: solid 1px #eeeeee;
}

.dropdown-menu {
	border: solid 2px #eeeeee;
	color: #2F63E8;
	padding: 0px;
	border-radius: 10px;
}

.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
	background-color: #eeeeee !important;
	color: #2F63E8 !important;
	outline: none !important;
	border: none;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
	text-decoration: none;
	background-color: #eeeeee;
	color: #2F63E8;
	font-weight: 700;
}

.dropdown-toggle::after {
	display: none;
}

.bootstrap-select>.dropdown-toggle:after {
	display: none;
}

.dropdown-item {
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	font-family: "Roboto", sans-serif;;
	padding: 10px 20px;
}

.dropdown-item:hover {
	color: #2F63E8;
	border-color: #eeeeee;
}

.show>.btn-light.dropdown-toggle {
	color: #2F63E8;
	background-color: #eeeeee;
	border-color: #eeeeee;
	border: none;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
/* Account Setting */

.header_2 .menu_open {
	top: 80px
}

.header_2 {
	background-color: #fff;
	border-bottom: none;
	padding: 22px 65px 22px 65px;
}

.sub_header_wrap {
    position: relative;
}
.sub_header {
	padding: 10px 53px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #8368EC;
	position: relative;
	top: 0;
	right: 0px;
	width: 100%;
	z-index: 500;
}
#search_bar{
  padding: 10px 53px; 
  display: flex; 
  justify-content: flex-end; 
  align-items: flex-end; 
  background-color: white; 
  position: relative; 
  top: 0!important; 
  right: 0px; 
  width: 100%; 
  z-index: 500; 
  border-bottom: 1px solid #ddd;
  display:none;
}
.sub_header img {
	margin-right: 8px;
	padding-top: 1px;
}

.sub_header span {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.sub_header a span:hover {color:#eef !important}

.layout_4 {
	padding: 120px 0px 180px 0px;
	justify-content: flex-start;
	min-height: 100vh;
}

.layout_4 .account {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-align: left;
}

.layout_4 .account a.btn {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	border-radius: 7px;
	background-color: #f2f2f2;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	position: relative;
	background-image: url(/assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: 93%;
	padding-left: 50px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000000;
	margin-bottom: 10px;
}

.layout_4 .account .btn.last {
	margin-bottom: 75px;
}

.layout_4 .account a img {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 21px;
}

.layout_4 form {
	text-align: left;
}

.layout_4 .account .deactivate {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 14px;
	color: #9B9B9B;
	text-align: left;
}

/* Email */

.layout_5 {
	padding: 120px 0px 180px 0px;
	justify-content: flex-start;
	min-height: 100vh;
}

.layout_5 .container {
	max-width: 875px;
	flex-direction: row;
}

.outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.email {
	width: 350px;
}

.email_head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	margin-bottom: 30px;
}

.email_head a {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
}

.email_head img {
	margin-right: 10px;
	width: 15px;
	margin-bottom: 5px;
}

.email_cont {
	text-align: left;
}

.email_cont p {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0px 0px 25px 0px;
	text-align: left;
}

.email_cont .form-group .mail {
	border: solid 2px #d6d6d6;
	margin-bottom: 20px;
	box-shadow: none;
	font-family: Arial, sans-serif;;
	font-size: 16px;
}

.email_cont .form-group .password {
	border: solid 2px #d6d6d6;
	margin-bottom: 20px;
	box-shadow: none;
	font-family: Arial, sans-serif;;
	font-size: 16px;
}

.email_cont .change {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 16px;
	color: #007BFF;
	background-color: transparent;
	border: none;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

.email_note {
	width: 335px
}

.note {
	border: 1px solid #d5d4d4;
	border-radius: 10px;
	padding: 35px;
}

.note p {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #7d7d7d;
	margin: 0px;
	text-align: left;
}

.layout_5 button {
	margin-top: 15px;
	font-family: Arial, sans-serif;;
	border-radius: 7px;
}

/* Categories */

.layout_6 {
	/* padding: 60px 0px 60px 0px; */
	background-color: #F2F4F5;
	min-height: calc(100vh - 376px);
}
.layout_12 {
	padding: 20px 0px 0px 0px;
	background-color: #F2F4F5;
}
.sub_sponsored_layout {
    padding: 20px 0px 60px 0px;
    background-color: #F2F4F5;
    min-height: calc(100vh - 376px);
}

.layout_6 .container {
	max-width: 1268px;
	justify-content: flex-start;
	padding: 0px 30px;
}

.frame_1 {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 35px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.frame_1 .new {
	position: absolute;
	top: 9px;
	left: -22px;
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 12px;
	width: 75px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #F716D3;
	border-radius: 150px;
}

.layout_6 .frame_1 p {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 16px;
	margin: 0px 0px 0px 30px;
	color: #000000;
	text-align: left;
	line-height: 1.5;
}

p.body-paragraph.mt-3 {
    margin: 0px;
}
p.paragraph-size{
	font-size: 15px!important;
	text-align: justify!important;
}

.layout_6 .frame_1 p a {
	color: #007BFF;
}

.frame_2 {
	padding: 35px 155px 35px 155px;
	display: block;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.category {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	width: 50%;
}

.category .category_icon {
	width: 50px;
}

.category .category img {
	margin-right: 20px;
}

.category .category_cont {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.category .category_head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.category .category_head span {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 18px;
	margin-right: 40px;
	color: #000000;
}

.category .category_cont .category_head a {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 14px;
	color: #75BDFF;
	margin-bottom: 0px;
}
.category .category_cont a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
	color: #000000;

}
.category .category_cont a:last-child{
	margin-bottom: 0;
}
.category .category_cont a:hover{

	color: #007bff;
}



/* Add List */

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

.sub_header_right {
	margin-right: 10px;

}
.sub_header_right img {
	margin-right: 0px;
	margin-left: 10px;
}

.sub_header span {
	margin-right: 5px;
}

.frame_1.frame_3 {
	padding: 25px 0px 40px 0px;
	margin-top: 40px;
	flex-direction: column;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	align-items: flex-start;
}

.frame_3_category_content {
	padding: 25px 70px
}

.spacer-top {
	margin: 35px 0 35px 0;
	font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;

}

.spacer-bottom {
	margin: 0 0 35px 0;
	font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;

}

.spacer-p {
	margin-left: 0px!important;
  margin-bottom: 15px!important;
}

.date {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 9px 40px;
	background-color: #efefef;
	border-radius: 4px;
	margin-bottom: 45px;
	margin-top:15px;
}

.date span {
	font-family: "Roboto", sans-serif;;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
}

.date .day {
	font-weight: 700;
	margin-left: 15px;
}

.list {
	padding: 0px 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 14px;
}

.list:last-child {
	margin-bottom: 0px;
}

.list .item {
	font-family: "Roboto", sans-serif;;
	font-weight: 400;
	margin-left: 13px;
	text-align: left;
}



.list .item span:first-child {
	font-size: 18px;
	color: #001699;
}


.list .item span {
	font-size: 14px;
	line-height: 19px;
	margin-right: 10px;
	color: #555555;
	line-height: 1.5;
}

.list .item .num {
	color: #000000;
}

.list .item .orn {
	color: #FF7F50;
	font-size: 12px;
	margin-left: 13px;
}

/* Posts */

.frame_1.frame_4 {
	padding: 40px 75px 70px 75px;
}

h1.class_4 {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 32px;
	margin: 0px;
}

.date2 {
	margin-bottom: 30px;
}

.date2 span {
	font-family: "Roboto", sans-serif;;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
}

.layout_6 .frame_4 p {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin: 25px 0px 0px 0px;
	text-align: left;
}

.frame_cont {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 55px;
	width: 100%;
	position: relative;
}

.profile {
	width: 350px;
	margin-right: 90px;
}

.profile .gallery {
	width: 100%;
}

.profile .gallery .swiper-container {
	width: 100%;
	height: 260px;
	border-radius: 10px;
}

.profile .gallery-thumbs {
	margin-top: 20px;
}

.profile .gallery .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.profile .gallery .gallery-thumbs .swiper-slide-thumb-active {
	border: solid 3px #1c9ad6;
}

.profile .gallery .gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
	height: 60px;
	width: 60px !important;
	border-radius: 10px;
	margin: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.profile .profile_img2 {
	width: 200px;
	margin: auto;
	min-height: 260px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.profile .data {
	text-align: left;
	margin-top: 40px;
}

.profile .data a {
	background: #fff;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 4px 13px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	margin-right: 5px;
	margin-bottom: 15px;
}

.profile .data a:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
}

.profile .actions {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile .actions a {
	margin-right: 30px;
	font-family: "Roboto", sans-serif;;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile .actions a:last-child {
	margin-right: 0px;
}

.profile .actions a img {
	margin-right: 13px;
}

.frame_cont button {
	background-color: #2F63E8;
	border-radius: 7px;
	padding: 20px 80px;
	font-family: Arial;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #fff;
	height: 60px;
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: center;
	width: auto;
	position: absolute;
	left: 440px;
	bottom: 70px;
}

.frame_cont button img {
	margin-right: 13px;
}

.navigation {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.navigation a {
	background-color: transparent;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.navigation .block span {
	display: none;
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
	margin-top: 10px;
}

/* Your Posts */

.layout_7 {
	background-color: #fff;
	padding: 100px 0px 180px 0px;
	min-height: 100vh;
}

.layout_7 .container {
	max-width: 1000px;
	align-items: flex-start;
	position: relative;
}

.layout_7.position {
	align-items: unset;
}

.total_post {
	border-bottom: solid 1px #c4c4c4;
	width:100%;

}

.post_action_button
{
	margin-bottom: 20px;
	margin-top:5px;
	width:22%;
	max-width:80px;
	height:30px;
	font-size:14px;
	border-radius:5px;
	background-color:white;
	border-color:grey;
	color:black;
	border-style: solid;
}

.post_action_button:hover
{
}

.post {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5px;
	font-family: "Roboto", sans-serif;;
}

.post.border_top {
	border-top: solid 1px #e2e2e2;
}

h1.class_7 {
	padding-left: 5px;
	font-family: "Roboto", sans-serif;;
}

.post_group {
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: flex-start;
	min-width: 330px;
}

.post_group:hover
{
	cursor: pointer;
}

.post_group .no_1 {
	min-width: 290px;
	padding-right: 45px;
	text-align: left;
}

.post_group .no_1 a {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.post_group .no_2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 35px;
	min-width: 70px;
}

.post_group .no_2 span {
	font-weight: 700;
	font-size: 14px;
	color: #888888;
	padding-right: 5px;
}

.post_group .no_2 img {
	width: 15px;
}

.post_group .no_2 .grn {
	color: #08B562;
}

.post_group .no_2 .red {
	color: #B95555;
}

.post_group .no_3 span {
	font-weight: 700;
	font-size: 12px;
	color: #888888;
}

.post_group .no_4 span {
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	padding-right: 40px;
	width:140px !important;
	display:block;

}

.post_group .no_5 span {
	font-weight: 700;
	font-size: 12px;
	color: #888888;
	padding-right: 10px;
	width:100px !important;
	display:block;
}

.post_group .no_6 {
	display: flex;
	justify-content: left;
	align-items: left;
	width:90px !important;

}

.post_group .no_6 .post_pic {
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.post_group .no_6 .post_pic {
	margin-right: 7px;
}

.layout_7.position .remove {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 70px;
	width: 100%;
}

.layout_7 .remove a {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 12px;
	color: #007BFF;
}

/* Help */

.layout_7.padd_1 {
	padding: 70px 0px 150px 0px;
}

h1.class_8 {
	font-size: 26px;
	font-family: "Roboto", sans-serif;;
}

.group_5 {
	position: relative;
	margin-bottom: 40px;
	text-align: left;
}

.group_5 a {
	font-family: "Roboto", sans-serif;;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000000;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 0px 9px;
	background-image: url(/assets/images/next-pur.svg);
	padding-left: 18px;
	display: block;
	position: relative;
	left: -5px;
}

.group_5 a:last-child {
	margin-bottom: 0px;
}

/* Help Inside */

.border {
	border-bottom: solid 1px #DDDDDD;
}

.layout_8 {
	background-color: #fff;
	padding: 60px 0px 150px 0px;
	min-height: 100vh;
}

.layout_8 .container {
	max-width: 1180px;
}

.group_6 {
	text-align: left;
	margin-bottom: 55px;
}

.group_6>a {
	font-weight: 700;
	font-size: 14px;
	color: #8368EC;
	margin-bottom: 35px;
	position: relative;
	left: -15px
}

.group_6 a img {
	margin-right: 5px;
}

h2.class_3 {
	font-size: 30px;
	font-family: "Roboto", sans-serif;;
	margin-bottom: 50px;
}

.layout_8 .group_6 p {
	font-family: "Roboto", sans-serif;;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	line-height: 1.6;
}

.layout_8 .group_6 li {
	font-family: "Roboto", sans-serif;;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	line-height: 1.6;
	margin-top:10px;
}

.help_note {
	position: relative;
}

.help_note .note {
	position: absolute;
	right: 15px;
	top: 140px;
	max-width: 330px;
}

.help_note .note.note_2 {
	top: 0px;
}

/* Guidelines*/

.layout_6.layout_8 .container {
	align-items: flex-start;
}

h1.class_5 {
	font-family: "Roboto", sans-serif;;
	font-size: 32px;
	margin-bottom: 60px;
	width: 100%;
}

h2.class_6 {
	font-size: 28px;
	font-family: "Roboto", sans-serif;;
	line-height: 36px;
}

.pur {
	color: #B534F6;
}

/* Make a post */

.layout_9 {
	padding: 80px 15px 180px 15px;
	min-height: calc(100vh - 300px);
}

.layout_9 .container {
	max-width: 1094px
}

.group_7 {
	text-align: left;
	max-width: 593px;
}

.cont {
	width: 100%;
}

.group_7>span {
	font-family: Arial, sans-serif;;
	font-weight: 700;
	font-size: 18px;
	color: #141414;
	margin-bottom: 25px;
	display: block;
}

.group_7 form {
	align-items: flex-start;
}

.group_7 .form-group .title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: "Roboto", sans-serif;;
	font-weight: 400;
}

.group_7 .form-group:first-child {
	margin-bottom: 20px;
}

.group_7 .form-group label {
	font-size: 14px;
	color: #141414;
	font-family: "Roboto", sans-serif;;
	margin-bottom: 10px;
}

.group_7 .form-group .title span {
	color: rgba(20, 20, 20, 0.3);
	font-size: 14px;
}

.group_7 .form-group input {
	background-color: #fff;
	border: 2px solid #d6d6d6;
	border-radius: 7px;
	font-family: "Roboto", sans-serif;;
	font-size: 14px;
	box-shadow: none;
}

.group_7 .form-group textarea {
	background-color: #fff;
	border: 2px solid #d6d6d6;
	border-radius: 7px;
	font-family: "Roboto", sans-serif;;
	font-size: 14px;
}

.form-group textarea:focus {
	outline: none;
	box-shadow: none;
	border: 2px solid #d6d6d6;
}

.review {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 7px 0px 35px 0px;
}

.review span {
	font-family: Arial, sans-serif;;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
	line-height: 1.25;
}

.review img {
	margin-right: 5px;
}

/* New post */

.group_7.mar_20 .form-group {
	margin-bottom: 20px;
}

.group_7 a img {
	margin-right: 3px;
}

.group_7.mar_20 .group_8 {
	margin-bottom: 20px;
}

.group_7 .form-group .check_list2 {
	margin-top: 20px;
}

.group_7 .form-group .title2 label {
	font-size: 16px;
	color: #000000;
	font-family: "Roboto", sans-serif;;
}

.group_7_img {
	margin: 0px 0px 30px 0px;
}

.group_7 button {
	border-radius: 7px
}

/* check box */

.group_7 .form-group .check_list.check_list3 .check_label {
	padding: 0px;
	margin: 0px 70px 0px 0px;
	min-width: 110px;
}

.group_7 .form-group .check_list.check_list3 .check_label:last-child {
	margin: 0px;
}

.group_7 .form-group .check_list.check_list3 {
	height: 45px;
}

.group_7 .form-group .check_list.check_list3 .check_label .checkmark {
	height: 45px;
	width: 110px;
	border-radius: 7px;
	border: 2px solid #d6d6d6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: rgba(20, 20, 20, 0.3);
	font-family: "Roboto", sans-serif;;
}

.group_7 .form-group .check_list.check_list3 .check_label input:checked~.checkmark {
	background-color: #8368EC;
	color: #fff;
	border: 2px solid #fff;
}

.group_7 .form-group .check_list.check_list3 .check_label input:checked~.checkmark:after {
	display: none;
}

.group_7 .form-group .check_list.check_list3 .check_label input {
	position: static;
	height: auto;
}

/* Select List2 */

.group_7 .btn-light {
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
	height: 47px;
	border: solid 2px #d6d6d6;
}

.group_7 .dropdown-menu {
	border: solid 2px #d6d6d6;
	color: #141414;
}

.group_7 .bootstrap-select .dropdown-toggle, .group_7 .bootstrap-select .dropdown-toggle:focus {
	background-color: #fff !important;
	color: #141414 !important;
	border: solid 2px #d6d6d6 !important;
}

.group_7 .dropdown-item.active, .dropdown-item:active {
	text-decoration: none;
	background-color: #fff;
	color: #141414;
	font-weight: 400;
	font-size: 14px;
}

.group_7 .dropdown-item {
	font-weight: 400;
	color: #141414;
	font-size: 14px;
	font-family: "Roboto", sans-serif;;
	padding: 10px 20px;
}

.group_7 .dropdown-item:hover {
	color: #141414;
	border-color: #fff;
}

.group_7 .show>.btn-light.dropdown-toggle {
	color: #141414;
	background-color: #fff;
	border-color: #d6d6d6;
}

.group_7 .bootstrap-select .dropdown-menu li a span.text {
	font-weight: 400;
	color: #141414;
	font-size: 14px;
}

.group_7 .form-group .check_list .check_label .checkmark {
	height: 22px;
	width: 22px;
	border-radius: 7px;
	border: 2px solid #d6d6d6;
}

.group_7 .form-group .check_list .check_label .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
}

.group_7 .form-group .check_list .check_label {
	padding: 0px 0px 0px 35px;
}

.group_7 .form-group .check_list2 .check_label {
	color: #141414;
}

/* Upload */

.layout_10 {
	background-color: #fff;
	padding: 80px 0px 180px 0px;
	min-height: 100vh;
}

.layout_10 .container {
	position: relative;
	max-width: 1240px;
}

.upload_container {
	width: 100%;
	max-width: 310px;
}

.layout_10 h1 {
	margin-bottom: 45px;
	text-align: center;
}

.layout_10 button {
	border-radius: 7px
}

.photo_note {
	position: absolute;
	top: 60px;
	right: 15px;
}

.photo_note .note {
	max-width: 335px;
	padding: 25px 35px;
}

.photo_types {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.photo_types .type_head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.photo_types .type_head img {
	margin-right: 8px;
}

.photo_types .type_head span {
	font-family: "Roboto", sans-serif;;
	font-weight: 700;
	font-size: 14px;
}

.photo_types .type_head .approv {
	color: #02C739;
}

.photo_types .type_head .not_approv {
	color: #EE0000;
}

.photo_types .type_pics {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.photo_types .type_pics img {
	margin-right: 10px;
}

.photo_types .type_pics img:last-child {
	margin-right: 0px;
}

.add_photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 55px 0px 95px 0px;
}

.add_photo .photo_frame {
	display: flex;
	width: 90px;
	height: 90px;
	background: #fff;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	justify-content: center;
	align-items: center;
}

.add_photo .photo_frame:hover {
	cursor: pointer;
}
span.heart_icon {
  display: inline-flex;
  margin-right: 5px;
}
span.bicep_icon {
    display: inline-flex;
    margin-right: 5px;
    padding-bottom: 3px;
}
#payment_failed_popup .subs-modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 14px;
}
#payment_failed_popup .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#payment_failed_popup .subs-modal .modal-header .close img {
    max-width: 100%;
    height: auto;
}


/*19-sep-start*/

.dl-zip-modal .close {
   text-align: right;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 10px;
    font-size: 40px;
    font-weight: normal;
}
.zip-image img {
    height: 150px;
    object-fit: contain;
    margin-bottom: 30px;
}
.zip-heading {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 16px;
}
.zip-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7A7A7A;
    margin-bottom: 30px;
}

.zip-area label {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.zip-area input {
    background: #F2F4F5;
    border-radius: 6px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    margin-bottom: 20px;
}

.zip-area .confirm-btn {
    background: #3579F7;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 13px 0;
}

.dl-zip-modal .modal-header.modal-header-area {
       border: 0;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.dl-zip-modal .modal-content {
    padding: 0 30px 30px;
}
.dl-footer {
    box-sizing: border-box;
    overflow-x: hidden;
}
/*19-sep-end*/

/*6-jan-23 start*/
.sub_header h1 {
	position: relative;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin: 0 0 0 4px;
  display: inline-block;
}
/*6-jan-23 end*/
/* 25-apr-23 new city content css start */
.dl-city-new-content .frame_3_category_content p
{
	margin-left: 0;
	font-size:  15px;
}
.dl-city-new-content .frame_3_category_content h1,
.dl-city-new-content .frame_3_category_content h2,
.dl-city-new-content .frame_3_category_content h3
{
	margin:  14px 0;
}

.frame_1.frame_3.dl-city-new-content .frame_3_category_content p {
    margin: 0;
    color: #414141;
    font-weight: 400;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

 .frame_1.frame_3.dl-city-new-content .frame_3_category_content h2, .frame_1.frame_3.dl-city-new-content .frame_3_category_content h1 {
    margin: 15px 0;
    font-size: 26px;
    color: #262B33;
    line-height: 30px;
}

.frame_1.frame_3.dl-city-new-content .frame_3_category_content h3 {
    color: #414141;
    font-weight: 400;
    font-size: 28px;
    margin: 13px 0;
    line-height: 1.2;
}

.frame_1.frame_3.dl-city-new-content .frame_3_category_content ul {
    margin: 15px 0 0;
    padding: 0 0 0 30px;
}

.frame_1.frame_3.dl-city-new-content .frame_3_category_content ul li {
    list-style: square;
    line-height: 30px;
}

/* 25-apr-23 new city content css end */
#mymenu ul li a span.badge-primary
{
	position: absolute;
	top: -14px;
	right: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.menu li.sign-out-box a svg {
    display: none;
}

/*css subheader new ads*/
.sub_header_nav{
    background-color: #6E57D6;
    position: relative;
    top: 0!important;
    right: 0px;
    width: 100%;
    z-index: 500;
    padding: 10px 53px;
    font-family: "Roboto", sans-serif;
    align-items: center;
}
.sub_header_nav p{
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 20px;
  margin: 0;
}
.sub_header_nav ul
{
  margin: 0;
  border-left: 1px solid #947FF2;
  padding: 0;
  color: #ffffff;
  list-style: none;
}
.sub_header_nav ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.sub_header_nav ul li a .live-dot {
    width: 10px;
    height: 10px;
    background: #16C60C;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
}
.sponsored-category {
    margin-top: 30px;
}
.view-msg-url-link, .view-promo-url-link, .posts-sights-url-link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.scrollContainer{
    max-height: 500px;
    min-height: 190px;
    overflow-y: auto;
}
.notification_setting .mark-all-read{
    padding-right: 0;
}
/*end here */
@media (max-width: 1199.98px) {
	/* Header */
	.header_2 {
		padding: 22px 30px 22px 30px;
	}
	.sub_header {
		padding: 12px 25px;
	}
	/* Email */
	.layout_5 .container {
		max-width: 800px;
	}
	/* Categories */
	.frame_2 {
		padding: 35px 100px 35px 100px;
	}
	/* posts */
	.frame_4 {
		padding: 40px 50px;
	}
	.profile {
		margin-right: 60px;
	}
	.frame_cont button {
		left: 370px;
	}
	/* My posts */
	.layout_7 .container {
		max-width: 900px;
	}
	/* Upload */
	.photo_note .note {
		max-width: 275px;
		padding: 25px;
	}
}

@media (max-width:991.98px) {
	/* header*/
	.header {
		padding: 28px 32px;
	}
	/* header_2 */
	.header_2 {
		padding: 20px 30px;
	}
	/* Email */
	.layout_5 .container {
		max-width: 700px;
	}
	.email {
		width: 300px;
	}
	.email_note {
		width: 280px;
	}
	.note {
		padding: 30px 20px;
	}
	/* Categories */
	.sub_header {
		padding: 12px 20px;
	}
	.layout_6 .frame_1 p {
		margin: 0px 0px 0px 25px;
	}
	.frame_1 {
		padding: 45px 25px 35px 25px;
	}
	.frame_2 {
		flex-direction: column;
		padding: 40px 25px;
	}
	.frame_1 .new {
		left: -10px;
	}
	.category .category_head {
		align-items: center;
	}
	.category.category_head span {
		margin-right: 15px;
	}
	/* posts */
	/* Posts */
	.frame_1.frame_4 {
		padding: 40px 30px 70px 30px;
	}
	.layout_6 .frame_4 p {
		margin: 25px 0px 0px 0px;
		line-height: 22px !important;
		font-size:15px;
	}
	.profile {
		margin-right: 40px;
		width: 300px;
	}
	.frame_cont button {
		left: 350px;
		padding: 15px 35px;
		bottom: 100px;
	}
	.profile .actions a {
		margin-right: 20px;
	}
	.profile .actions a img {
		margin-right: 13px;
	}
	/* My posts */
	.layout_7 .container {
		max-width: 730px;
	}
	.post_group {
		flex-direction: column;
		align-items: flex-start;
		min-width: 80px;
	}
	.post_group .no_1 a {
		font-size: 14px;
	}
	.post_group .no_2 span {
		font-size: 12px;
	}
	.post_group .no_3 span {
		font-size: 10px;
	}
	.post_group .no_1 {
		margin-bottom: 10px;
		min-width: auto;
		padding-right: 0px;
	}
	.post_group .no_2 {
		margin-bottom: 10px;
		min-width: auto;
		margin-right: 0px;
	}
	.no_4 {
		margin-bottom: 7px;
	}
	.post_group .no_4 span {
		padding-right: 0px;
		font-size: 12px;
	}
	.no_5 {
		margin-bottom: 10px;
		font-size: 10px;
	}
	.post_group .no_5 span {
		padding-right: 0px;
	}
		/* Back to Help */
	.help_note .note {
		max-width: 275px;
	}
	/* Upload */
	.photo_note .note {
		max-width: 205px;
		padding: 20px;
	}
	#mymenu ul li a span.badge-primary{
		top: 13px;
		right: -10px;
	}
}

@media screen and (max-width: 768px) {
	.top-city-static-category-content p.body-paragraph.paragraph-size.mt-3 {
    margin-left: 0;
    color: #7A7A7A;
}
.top-city-static-category-content .frame_1.frame_3{
    background: transparent;
}
.top-city-static-category-content .frame_3_category_content {
    padding: 25px 0;
}
.top-city-static-category-content h1 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}
.bottom-city-static-category-content {
    margin-top: 20px;
}
.bottom-city-static-category-content .spacer-top {
    margin: 0;
    text-align: left;
}.bottom-city-static-category-content .frame_3_category_content {
    padding: 25px;
}
.bottom-city-static-category-content p.body-paragraph.paragraph-size.mt-3 {
    margin-left: 0;
    color: #7A7A7A;
}
.nearest_cities_1_parent .category_head {
    margin-bottom: 0;
}
.frame_1.frame_2.near-city-expand {
    padding: 20px 15px;
}
.category .category_head span {
    font-size: 16px;
}
.nearest_cities_1_parent div#nearest_cities_1 {
    margin-top: 50px;
}
/*19-sep-start*/
.dl-zip-modal .modal-content {
        padding: 0 10px 20px;
    }
    .zip-heading {
        font-size: 24px;
        line-height: 40px;
    }
/*19-sep-end*/

}

@media(max-width: 767px) {
    /*15march ads*/
    .sub_header_nav{
        padding: 10px 15px;
    }
    .sub_header_nav p{
        font-size: 12px;
    }
    .sub_header_nav ul li a{
        font-size: 10px;
        font-weight: 700;
    }
      /*15march ads*/

  }


@media (max-width:767.98px) {
	.dl-footer .layout_6{
		    padding-bottom: 300px;
	}
	 .dl-footer .footer {
        bottom: 120px;
    }
	.height_adjustment{

		height:80px;
		}

	h6 {
		font-size: 12px;
	}
	.layout_2 .container img {
		margin-bottom: 20px;
	}
	p {
		margin: 10px 0px 25px 0px;
	}
	.footer ul li {
		margin-right: 5px;
	}
	/* onboarding-2 */
	.layout_2 .form-group .label2 {
		font-size: 17.5px;
		margin-bottom: 10px;
	}
	.country span {
		margin-right: 5px;
	}
	.layout_3 .form-group .check_list .check_label {
		margin: 10px 20px 5px 0px
	}
	.form-group .check_list2 {
		margin-bottom: 15px;
	}
	/* phone_verfication */
	h5 {
		margin: 10px 0px 20px 0px;
	}
	.p2 {
		margin: 0px 0px 60px 0px;
	}
	/* phone_verfication_code */
	.group_3 input {
		width: 65px;
		height: 85px;
		margin-right: 8px;
	}
	/* choose city */
	.group_4 {
		text-align: left;
	}
	.group_4 label {
		margin-bottom: 20px;
	}
	select.form-control {
		font-size: 16px;
	}
	.dropdown-item {
		font-size: 16px;
	}
	.btn-light {
		font-size: 16px;
	}
	.layout_5 .container {
		max-width: 330px;
	}
	/* Account Setting */
	.layout_4 {
		padding: 180px 0px 300px 0px;
	}
	.layout_4 .account .btn.last {
		margin-bottom: 95px;
	}
	/* Email */
	.layout_5 {
		padding: 180px 0px 300px 0px;
	}
	.email {
		width: 100%;
		margin-right: 0px;
	}
	.email_note {
		display: none;
	}
	.email_cont p {
		margin: 0px 0px 25px 0px;
	}
	.email_head {
		margin-bottom: 10px;
	}
	.email_head img {
		left: -7px;
		width: 12px;
	}
	/* Categories */
	.layout_6 .container {
		padding: 0px 20px;
	}
	.frame_2 {
		padding: 40px 15px;
	}
	.mar_top_40 {
		margin-top: 40px;
	}
	.category_head span {
		margin-right: 30px;
	}
	.category .category_icon {
		width: 40px;
	}
	/* Add_list */
	.layout_6.no_padding.padd_2 {
		padding: 60px 0px 150px 0px;
	}
	.frame_1.frame_3 {
		padding: 10px 0px;
		margin-top: 0px;
		box-shadow: none;
	}
	.date {
		margin-bottom: 25px;
	}

	.date .day {
	font-weight: 700;
	margin-left: 7px;
	}
	.date {

		padding-top:9px;
		padding-bottom:9px;
		padding-left:31px;
		padding-right:20px;
	}
	.list {
		padding: 0px 20px;
		margin-bottom: 10px;
	}

	.list .item {
	margin-left: 9px;
	}

	.list .item span:first-child {
		font-size: 15px;
	}
	.list .item span {
		font-size: 12px;
	}
	.list a img {
		padding-top: 0px;
		height: 14px;
	}
	.list .item .orn {
		margin-left: 5px;
	}
	/* Posts */
	.frame_1.frame_4 {
		margin-top: 0px;
		border-radius: 0px;
		box-shadow: none;
		padding: 30px;
	}
	.layout_6.no_padding {
		padding: 80px 0px 60px 0px;
		background-color: #fff;
	}
	.no_padding .container {
		padding: 0px;
	}
	.frame_cont button {
		margin: 35px auto;
		padding: 20px 45px;
		width: 100%;
	}
	h1.class_4 {
		font-size: 30px;
	}
	.layout_6 .frame_4 p {
		margin: 20px 0px 0px 0px;
		font-size: 15px;
	}
	.frame_cont {
		flex-direction: column;
		margin-top: 35px;
	}
	.profile {
		margin-right: auto;
		width: 100%;
	}
	.profile .gallery {
		width: 300px;
		min-height: 220px;
	}
	.profile .profile_img2 {
		width: 150px;
		min-height: 150px;
		margin: auto;
	}
	.profile .gallery .swiper-slide .swiper-slide-container {
		height: 55px;
	}
	.frame_cont button {
		position: static;
		margin: 50px auto;
		padding: 20px 85px;
	}
	.profile .data {
		margin-top: 60px;
	}
	.profile .data .block {
		display: block;
		width: fit-content;
	}
	.profile .data a {
		font-size: 14px;
	}
	.date2 {
		margin-bottom: 10px;
	}
	.date2 span {
		font-size: 14px;
	}
	.navigation {
		position: static;
		margin: auto;
	}
	.navigation a {
		background-color: #DDDDDD;
		padding: 0px;
		width: 150px;
		height: 50px;
	}
	.navigation .block {
		padding: 0px 5px;
	}
	.navigation .block.prev {
		padding-right: 7px;
	}
	.navigation .block.next {
		padding-left: 7px;
	}
	.navigation .block span {
		display: block;
	}
	.email_cont .form-group .mail {
		font-size: 15px;
	}
	/* Your Posts */
	.layout_7 {
		padding: 80px 0px 180px 0px;
	}
	.post {
		justify-content: space-between;
		align-items: flex-start;
		padding: 20px 10px;
	}
	.post_group {
		flex-direction: column;
		align-items: flex-start;
		min-width: 80px;
	}
	.post_group .no_1 a {
		font-size: 14px;
	}
	.post_group .no_2 span {
		font-size: 12px;
	}
	.post_group .no_3 span {
		font-size: 10px;
	}
	.post_group .no_1 {
		margin-bottom: 10px;
		min-width: auto;
		padding-right: 0px;
	}
	.post_group .no_2 {
		margin-bottom: 10px;
		min-width: auto;
		margin-right: 0px;
	}
	.no_4 {
		margin-bottom: 7px;
	}
	.post_group .no_4 span {
		padding-right: 0px;
		font-size: 12px;
	}
	.no_5 {
		margin-bottom: 10px;
		font-size: 10px;
	}
	.post_group .no_5 span {
		padding-right: 0px;
	}
	.layout_7 .remove {
		right: 15px;
	}
	/*  help */
	.layout_7.padd_1 {
		padding: 60px 15px 150px 15px;
	}
	/* back to help */
	.layout_8 {
		padding: 60px 10px 180px 10px;
	}
	.group_6>a {
		margin-bottom: 20px;
	}
	h2.class_3 {
		margin-bottom: 20px;
	}
	/* Guidelines*/
	h1.class_5 {
		font-size: 30px;
		margin-bottom:50px !important;
	}

	}
	h2.class_6 {
		font-size: 24px;
	}
	/* Make a post */
	.layout_9 {
		padding: 80px 15px 180px 15px;
	}
	/* Upload */
	.layout_10 {
		padding: 80px 0px;
	}
	.layout_10 h1 {
		margin-bottom: 25px;
		text-align: left;
	}
	.add_photo {
		margin: 65px 0px 40px 0px;
	}
	.photo_note {
		display: none;
	}
}

@media (max-width:576px) {
	.layout_3 {
		padding-bottom:200px;padding-top:20px;
	}
	.header {
		border-bottom: none;
	}
	/* New Post */
	.group_7 .form-group .check_list.check_list3 .check_label {
		margin: 0px 40px 0px 0px;
	}

	.class_1 {
	text-align: left;
	line-height: 40px;
	}

}

@media (max-width:480px) {
	.layout .container {
		max-width: 330px;
	}
	.menu_open {
		top: 91px;
	}
	.form-group .label2 {
		font-size: 16px;
	}
	.layout_3 .form-group .check_list2 .check_label {
		font-size: 12px;
	}
	.layout_3 .divider {
		width: 160%;
		margin: 0px 0 25px 0;
	}
	.layout_3 .mar_top_zero {
		margin-top: 0px;
	}
	.group_4 label {
		margin-bottom: 20px;
		font-size: 24px
	}
}

@media (max-width:420px) {
	h3 {
		font-size: 24px;
	}
	/* Posts */
	.profile_img {
		width: 100%;
	}
	.profile .profile_img2 {
		width: 150px;
		min-height: 150px;
	}
	.frame_cont button {
		margin: 40px auto;
		padding: 20px;
	}
	.profile .actions a {
		margin-right: 28px;
	}
	.profile .actions a img {
		margin-right: 10px;
	}
	.navigation a {
		width: 130px;
	}
}

@media (max-width: 375px) {
	/* Categories*/
	.layout_6 .container {
		padding: 0px 15px;
		max-width: 100%;
	}
	.category img {
		margin-right: 10px;
	}
	.category_head span {
		margin-right: 10px;
	}
	/* Add_list */
	.no_padding .container {
		padding: 0px;
	}
	.date {
		width: auto;
		border-radius: 0px 4px 4px 0px;
	}
	/* Posts */
	.frame_1.frame_4 {
		padding: 30px 20px;
	}
	.profile .gallery {
		width: 100%;
	}
	.navigation {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}
	.navigation .block {
		padding: 0px;
		width: 50%;
	}
	.navigation a {
		width: 100%;
	}
	/* New Post */
	.group_7 .form-group .check_list.check_list3 .check_label {
		min-width: 60px;
	}
	.group_7 .form-group .check_list.check_list3 .check_label .checkmark {
		width: 60px;
	}
	.group_7_img img {
		width: 100%;
	}
}

@media (max-width: 320px) {
	.header_2 {
		padding: 20px 25px;
	}
	.sub_header {
		padding: 12px 22px;
	}
	h3 {
		font-size: 22px;
	}
	.group_3 input {
		height: 80px;
		margin-right: 5px;
		width: 62px;
	}
	.list {
		padding: 0px 15px;
	}
	.footer ul li {
		margin-right: 5px;
	}
	/* Posts */
	.frame_1.frame_4 {
		padding: 30px 15px;
	}
	/* Your Posts */
	.post {
		padding: 15px 5px;
	}
	/* New Post */
	.group_7 .form-group .check_list.check_list3 .check_label {
		margin: 0px 20px 0px 0px;
	}
	/* upload */
	.photo_types .type_pics img {
		height: 80px;
	}
	.add_photo .photo_frame {
		width: 80px;
		height: 80px;
	}
/*19-sep-start*/
 .zip-heading {
      font-size: 22px;
      line-height: 38px;
  }
  .zip-text {
      font-size: 14px;
      line-height: 22px;
  }
  .zip-image img{
    height: 100px;
    margin-top: 50px;
  }
/*19-sep-end*/

}

@media (min-width:1800.98px) {
	.layout_3_larger
	{
		padding-bottom:150px;
		padding-top:0px;
	}
}

 @media (max-width: 321px)
  {
  	.sub_header span
  	{
  		font-size: 12px;
  	}
  	.sub_header img
  	{
  	margin-right: 2px;
  	padding-top: 1px;
  	width:18px;
	}

  }

  	@media (min-width: 980.98px)
	{
		.hamburger
		{
			display: none;
		}

		.menu{
			padding-top:6px;
			padding-bottom:6px;
			display:block;

		}

		.menu ul
		{
			  list-style-type: none;
			  margin: 0;
			  padding: 0;
		}

		.menu li {
		  float: left;

		}

		.menu li a {
		  display: flex;
		  align-items: center;
		  color:#222;
		  text-align: center;
		  padding-right: 28px;
		  text-decoration: none;
		  font-family:sans-serif;
		  font-weight:400;
		  font-size:17px;
		  text-transform:capitalize;
		}

		.menu li a:hover {
			color:#007bff !important;
		}
	}



.menu li a.upgrade_page {
	color: #7F69E4!important;
}

@media only screen and (min-width: 980.98px) and (max-width: 1300px){
	.menu li a{
		font-size: 15px;
		padding-right: 15px;
		line-height: 28px;
	}
	.user-notification-container.user-heading-notification:before, 
    .user-notification-container.user-heading-notification:after{
        right: -78px!important;
    }
}
/*upgrade page css*/

.sub_header_message {
    padding: 10px 53px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F0F600;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    z-index: 500;
    font-style: italic;
}
.upgrade-card
  {
    border: none;
  }
  .upgrade-card .card-header {
    border: none;
    background-color: #ffffff;
    text-align: left;
    padding: 40px;
}
.upgrade-card .card-header h4 {
    letter-spacing: 0.12em;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.upgrade-card .card-body {
    padding: 0 40px;
    text-align: left;
}
.upgrade-card .card-body .pricing-card-title {
    margin-bottom: 40px;
    font-size: 36px;
}
.upgrade-card .card-footer {
    border: none;
    background-color: #ffffff;
    padding: 40px;
}
.upgrade-card .card-footer .btn {
    font-size: 16px;
    font-weight: 600;
}
.cc-form .form-group {
    margin-bottom: 25px;
}
.cc-form .form-group label {
    margin-bottom: 10px;
}
.cc-form .form-group input {
    box-shadow: none;
    background-color: #F2F4F5;
    border-radius: 6px;
    height: 48px;
}
.cc-form .form-group .ex1-input {
    box-shadow: none;
    background-color: #F2F4F5;
    border-radius: 6px;
    padding: 14px 20px;
    min-height: 48px;
}
.cc-btn-block .btn {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    white-space: normal;
    min-height: 48px;
    width: auto;
}
@media only screen and (min-width: 980.98px)
{
.menu li a.signup_customer {
	padding-right: 0;
	margin-right: 30px;
	color: #ffffff;
	border-radius: 5px;
	position: relative;
}
.menu li a.signup_customer:after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	top: -5px;
	bottom: -5px;
	z-index: -1;
	border-radius: 5px;
	background-color: #2F63E8;
}
.menu li a.signup_customer:hover {
	color: #ffffff!important;
}
}

@media only screen and (max-width: 300px)
{
.footer ul li a {
      font-size: 10px;
}
}

.sub_header_message_h1 {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.sub_header_message_h1 h1.city_pages_title{
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-align: left;
    color: #000000;
    padding: 0px;
    margin-bottom: 0px !important;
}

.menu li a.active {
		color:#007bff;

	}
@media only screen and (max-width: 980px){
	.menu li a.active {
    color: #ffffff !important;
    background: #4A32A4;
    border-color: #4A32A4;
}
.menu li.sign-out-box a.mobile-white-logo {
		display: block;
}
}
@media only screen and (max-width: 320px){
.main-footer .col-md-6.d-flex {
    flex-wrap: wrap;
    text-align: center;
}
}

@media (max-width: 441px){
  .sub_header_nav p{
   padding-right: 8px;
  }
  .sub_header_nav ul li a{
    padding-left: 8px;
  }
  .sub_header_nav ul li a .live-dot{
    margin-left: 2px;
  }
}

.dropdown.notification-header:focus-visible {
        border: 0;
        box-shadow: 0;
    }
    .btn.btn-secondary.dropdown-toggle.user-headerNotification {
        border: 0 !important;
        margin: 0;
    }
    .user-notification-container {
        width: 100%;
        max-width: 447px;
    }
    .user-notification-email {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin:20px 0;
    }
    .user-notification-email .dl-notification-heading #sortBy {
        font-size: 16px;
        line-height: 30px;
        font-family: 'Roboto';
        font-weight: 600;
    }
    .shortby {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        text-align: right;
        border: 1px solid #3579F7;
        border-radius: 5px;
        padding: 3px 7px;
        background: transparent;
        color: #000000;
    }
    .shortby .shortby-rotate:active {
        background: transparent !important;
    }
    .shortby.shortby-rotate:focus , .show>.btn-secondary.dropdown-toggle:focus, .shortby.shortby-rotate:hover , .show>.btn-secondary.dropdown-toggle:hover {
        box-shadow: none;
        background: transparent !important;
        color:#000000;
        border: 1px solid #3579F7;
    }
    .short-by-option .shortBy-list-active{
        background:#3579F7;
        border-radius:5px;
        color:#fff;
    }
    .shortby span svg {
        transform: rotate(0);
    }
    .shortby-rotate span svg {
        transform: rotate(180deg);
    }
    .dl-notification-heading {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }
    .notification_list {
        display: flex;
        align-items: center;
        justify-content:space-between;
        border: 1px solid #D9E6FF;
        padding: 15px 15px;
        border-radius: 7px;
        margin-bottom:10px;
        gap: 10px;
        cursor: pointer;
        position: relative;
    }
    .notification_list svg path {
        fill: #CCD6E9;
        stroke:#CCD6E9;
    }
    .notification-list-div h5 {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
    }
    .notification-list-div p {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #141414;
    }
    .notification-list-div p .notification-time {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-align: right;
        color:#707784;
    }
    .notification_list.select-notification {
        background: #E1EBFE;
    }
    .notification_list.select-notification svg path {
        fill: #3579F7;
        stroke: #3579F7;
    }
    .notificationUser-img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
    }
    .mark-all-as-read {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0 20px;
    }
    .mark-all-as-read .mark-read a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
    .notification_setting {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .notification_setting span {
        background: #E1EBFE;
        padding: 10px 10px;
        border-radius: 50px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    .notification_pagination ul li a {
        border: 1px solid #BCBCBC;
        background: transparent;
        margin-right: 6px !important;
        width: 48px;
        height: 35px;
        border-radius: 6px 6px !important;
        text-align: center;
    }
    .bottom-pagination-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 45px 0;
        width: 100%;
        color: #BCBCBC;
    }
    .notification-bottom-pagination-btn {
        display: flex;
        gap: 8px;
        width: fit-content;
    }
    .pagination-pages {
        display: flex;
        flex-direction: row;
        gap:8px;
    }
    .pagination-page {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 35px;
        gap: 0px;
        border-radius: 6px 6px;
        border: 1px solid #BCBCBC;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-align: center;
        color:#BCBCBC;
    }
    .pagination-active {
        border:1px solid #3579F7;
        color: #3579F7;
    }
    .pagination-btn-prime {
        color: #BCBCBC;
        background: transparent;
        border: 1px solid #3579F7;
        height: auto;
        line-height: 40px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 0 15px;
    }
    .pagination-btn {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 0 15px;
    }
    .pagination-page.dots {
        font-size: 50px;
        border:none
    }
    .pagination-btn a {
        color: #fff;
    }
    button.pagination-btn a {
    	padding: 0 20px;
    }
    .bottom-pagination-btn {
    	display: flex;
    	gap: 5px;
    }
    .strait-last p {
        padding-left: 20px;
    }
    .stories-go-button{
      line-height: 0;
      height: 46px;
  }
  .dl-add-btn {
     line-height: 0;	
 }
 .short-by-option {
    border-radius: 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 2px #7295CB33;
    padding: 20px;
    width: 170px;
    right: 0;
    z-index: 9;
    top: 30px;
}
.short-by-option a {
    display: block;
}
.short-by {
    position: relative;
}
.short-by-option a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    padding: 10px 10px;
    color: #0A0D12;
}
.notification-list-div.notification-dot-div {
    position: relative;
}
.notification-list-div.notification-dot-div .notification-dot-option {
    border-radius: 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 2px #7295CB33;
    padding: 20px;
    position: absolute;
    width: 179px;
    right: 0;
    z-index: 9;
    top: 30px;
    display:none;
}
.notification-list-div.notification-dot-div .notification-dot-option a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
}
.notification-list-div.notification-dot-div .notification-dot-option a {
    color: #0A0D12;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.notification-list-div.notification-dot-div .notification-dot-option .dot-list-active {
    background: #3579F7;
    border-radius: 5px;
    color: #fff;
}
.usserNotification-dot, .usserNotification-dot:hover , .usserNotification-dot:active {
    background: transparent;
    border: 0;
}
.show>.btn-secondary.dropdown-toggle  , .btn-secondary:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: transparent;
    box-shadow:none;
}
.dropdown.notification-header {
    position: unset;
}
.notification-header-menu {
        width: 461px;
        gap: 0px;
        left: unset !important;
        top: 75px !important;
        transform: none !important;
        right: 0 !important;
    }
	@media only screen and (min-width: 1201px){
		.notification-header-menu{
			right: 30px !important;
		}
	}
.user-headerNotification {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: #222;
    text-align: center;
    padding-right: 28px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
}
.notification-header .user-headerNotification {
    background: transparent;
    align-items: unset;
    margin-top: 5px;
}
.user-heading-notification #user-notification-heading-di {
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D9E6FF;
    padding: 20px 20px ;
}
.user-heading-notification h1 span svg path {
    fill: #141414;
    stroke: #141414;
    font-size: 14px;
}
.notification_setting_footer h3 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    background: #F2F4F5;
    padding:15px 15px;
    border-top: 1px solid #D9E6FF;
}
.notification_setting_footer h3 span {
    background: #E1EBFE;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.user-heading-notification {
    max-width: 100%;
}
.user-heading-notification .user-notification-wrapper {
    padding: 0 20px;
}
.user-notification-container.user-heading-notification:before {
    left: 84px;
    content: "";
    position: absolute;
    right: -1px;
    border-width: 15px 0px 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    display: block;
    width: 0;
    height: 0;
    top: -22px;
    transform: rotate(270deg);
    margin: 0 auto;
}
.user-notification-container.user-heading-notification:after {
    left:84px;
    content: "";
    position: absolute;
    right: -1px;
    border-width: 16px 0px 16px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #D9E6FF;
    display: block;
    width: 0;
    height: 0;
    top: -24px;
    transform: rotate(270deg);
    margin: 0 auto;
    z-index: -9;
}
.UserNotification-icon {
    position: relative;
    background: #3579F726;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.UserNotification-icon .notification_icon-num {
    position: absolute;
    top: -9px;
    background: #FF0000;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: -5px;
    border: 1px solid #fff;
}

user-heading-notification #user-notification-heading-di, .user-heading-notification .un-title {
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D9E6FF;
    padding: 20px 20px;
    margin-bottom: 0;
}

.notification-header-menu {
    box-shadow: 0px 10px 20px 2px #7295CB33;
}

.user-headerNotification {
    display: none;
}
@media only screen and (max-width: 980px){
	li .dropdown.notification-header {
    	display: none;
	}
	.notification_list.select-notification {
	    background: #E1EBFE;
	    padding: 10px 10px;
	}
	.user-headerNotification {
	    display: block;
	}
	.dropdown.notification-header{
	    display: flex;
	    align-items: center;
	}
	.notification-header-menu {
	    width: 100%;
	    transform: translate(0) !important;
	    max-width: 480px;
	}
	.notification-header-menu {
	    width: 100%;
	    transform: translate(0) !important;
	}
	.user-notification-container.user-heading-notification:before {
	    margin-right: 113px;
	}
	.user-notification-container.user-heading-notification:after{
	    margin-right: 113px;
	}
	.dropdown-menu.short-by-option.show {
	    left: -50px !important;
	}
	.UserNotification-icon-mobile{
		display: none;
	}
}
@media screen and (max-width: 768px){
    .notification-list-div h5{
        font-size:12px;
    }
    .notification-list-div p{
        font-size:10px;
    }
    .bottom-pagination-area {
        flex-flow: column;
    }
    .pagination-pages {
     gap: 4px;
     margin-bottom:20px;
 }
 .bottom-pagination-btn {
     display: flex;
     width: 100%;
     gap: 7px;
 }
 .pagination-btn-prime {
     margin-bottom: 20px;
 }
 .strait-add-area {
     display: block;
     text-align: center;
 }
 .strait-add-area p {
     margin-bottom: 20px;
 }
 .bottom-pagination-btn {
     width: 80%;
     margin: 0 auto;
 }
 .pagination-pages{
     justify-content: center;
 }
 
}

/*.notification-list-div h5 {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/

.notification-list-div p {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text-svg {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time-dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
}
a.mark-all-read {
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #007bff !important;
}
.notification_setting_footer h3 {
    display: flex;
    margin-left: 25%;
}
.notification_setting_footer {
    background: #f3f3f3;
}
.not-capitialize{
    text-transform: none !important;
}
.notification_setting_footer a {
    font-size: 14px !important;
    font-family: Roboto;
}
.user_promotional_notifiaction_popup .notification-list-div p {
    max-width: none;
    white-space: normal;
}
.user_promotional_notifiaction .notification-list-div p {
    max-width: none;
    white-space: normal;
}
.no-notifications {
    color: #000;
    font-size: 14px;
}
.all_notifications {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100dvh - 260px);
}

.account-swal-container .swal2-popup {
    padding-bottom: 0;
}
.account-swal-container .swal2-popup .swal2-title{
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.account-swal-container .swal2-popup .swal2-html-container{
    color: #707784;
}
.account-swal-container .swal2-popup .account-swal-actions {
    width: 100%;
    background-color: #F2F4F5;
    padding: 30px 20px;
}
.account-swal-container .swal2-popup .account-swal-actions button {
    max-width: 150px;
    height: 48px;
    font-weight: 700;
    font-size: 14px;
}
.account-swal-container .swal2-popup .account-swal-actions button.swal2-cancel {
    border: 2px solid #E2E2E2;
    color: #000000;
}

/* ===== Home Banner Style Start ===== */
.ad-container-top {
    text-align: center;
    padding-top: 0!important;
}
.ad-container-top a {
    display: block;
}
.ad-container-top img {
    width: 100%;
}

/* ===== App Modal Style Start ===== */
.mobApp-modal .modal-content{
	padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    border: none;
}
.mobApp-modal button:focus{
	outline: none!important;
}
.mobApp-modal .modal-content button.close {
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    padding: 10px;
    height: auto;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}
.appModal-img {
    background-color: #6349DC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.appModal-content {
    align-self: center;
}
.appModal-content h4 {
    font-size: 30px;
    margin: 20px 0 0;
}
.appModal-content p {
    color: #707784;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
.appModal-content .modalSkip-btn {
    font-size: 14px;
    font-weight: bold;
    color: #707784;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    line-height: 1.2;
}
@media only screen and (max-width: 767px){
	.appModal-img{
		border-top-left-radius: 0;
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
	}
}
.dark-mode-body .mobApp-modal .modal-content{
	background-color: #494848;
}
.dark-mode-body .mobApp-modal .modal-content .close svg path{
	stroke: #ffffff;
}
.dark-mode-body .appModal-content .modalSkip-btn{
	color: #3579F7;
}
.dark-mode-body .appModal-content p{
	color: #ffffff;
}
/* ===== App Modal Style End ===== */

/* ===== Top Banner Style Start ===== */
.topBanner {
    background-color: #DAE0EA;
    padding: 10px 0;
    position: relative;
    transition: all 0.35s ease;
}
.topBanner p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.topBanner img.dl-icon{
    max-width: 20px;
}
.topBanner .app-link img{
    max-height: 30px;
}
.topBanner .bannerClose-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
}
.topBanner .bannerClose-btn svg{
    display: block;
}

.topBanner path{
    fill: #000000;
}
.topBanner.banner-scrolled{
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
}
@media only screen and (max-width: 767px){
	.topBanner{
        padding-right: 15px;
    }
    .topBanner p{
        font-size: 12px;
    }
    .topBanner .app-link img{
        max-height: 24px;
    }
}

/* ===== Dark Mode Style Start ===== */
.dark-mode-body .topBanner{
    background-color: #000000;
}

.dark-mode-body .topBanner path{
    fill: #ffffff;
}
.dark-mode-body input:-webkit-autofill,
.dark-mode-body textarea:-webkit-autofill,
.dark-mode-body select:-webkit-autofill{
    background-color: #181818 !important;
    border-color: #181818 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #181818 inset!important;
    -webkit-text-fill-color: #ffffff;
}
.dark-mode-body h1, .dark-mode-body h2, .dark-mode-body h3, .dark-mode-body h4, .dark-mode-body h5, 
.dark-mode-body h6, .dark-mode-body p{
    color: #ffffff;
}
.mode-btn{
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    text-align: center;
    line-height: 1;
    padding: 6px 0;
    cursor: pointer;
}
.mode-btn .dark-icon, .mode-btn.mode-dark .light-icon{
    display: none;
}
.mode-btn.mode-dark{
    border-color:#ffffff;
}
.mode-btn.mode-dark .dark-icon{
    display: inline-block;
}

.dark-mode-body{
    background-color: #2E2E2E;
    color: #ffffff;
}
.dark-mode-body .header_2{
    background-color: #2E2E2E;
}
.dark-mode-body .dropdown-menu{
    background-color: #2E2E2E;
    color: #ffffff;
    border-color: #626264;
}
.dark-mode-body .user-heading-notification #user-notification-heading-di{
    border-color: #626264;
}
.dark-mode-body .user-notification-container.user-heading-notification:before, 
.dark-mode-body .user-notification-container.user-heading-notification:after{
    border-color: transparent transparent transparent #626264;
}
.dark-mode-body .notification_setting_footer, .dark-mode-body .notification_setting_footer h3{
    background-color: #626264;
    border-color: #626264;
}
.dark-mode-body .notification_list.select-notification{
    background-color: #494848;
    border-color: #626264;
}
.dark-mode-body .notification_list{
    border-color: #626264;
}
.dark-mode-body .user-heading-notification #user-notification-heading-di svg path{
    stroke: #ffffff;
}
.dark-mode-body .sub_sponsored_layout{
    background-color: #2E2E2E;
    color: #ffffff;
}
.dark-mode-body .frame_1{
    background-color: #494848;
    color: #ffffff;
}
.dark-mode-body .layout_6 .frame_1 p, .dark-mode-body .sub_header_message_h1 h1.city_pages_title, 
.dark-mode-body .category .category_head span, .dark-mode-body .category .category_cont a, .dark-mode-body .no-notifications{
    color: #ffffff;
}
.dark-mode-body .category .category_cont .category_head a{
	color: #75BDFF;
}
.dark-mode-body .new-footer {
    background-color: #494848;
    color: #ffffff;
}
.dark-mode-body .new-footer p, .dark-mode-body .main-footer h4, .dark-mode-body .main-footer a, 
.dark-mode-body .copyright-section a, .dark-mode-body .copyright-info p{
    color: #ffffff;
}
.dark-mode-body .main-footer .ph-no {
    color: #007AB7;
}
.dark-mode-body .main-footer{
    border-color: #626264;
}
.footer-logo-light, .header .logo-light, .dark-mode-body .footer-logo, .dark-mode-body .header .logo{
    display: none;
}
.dark-mode-body .footer-logo-light, .dark-mode-body .header .logo-light{
    display: block;
}
.dark-mode-body .layout_7, .dark-mode-body .layout_6, .dark-mode-body .layout_4, .dark-mode-body .layout_8, 
.dark-mode-body .layout_11, .dark-mode-body .layout_3, .dark-mode-body .layout_12, .dark-mode-body .layout_10, .dark-mode-body .layout_5 {
    background-color: #2E2E2E;
}
.dark-mode-body .post_group .no_1 span, .dark-mode-body .post_group .no_4 span, 
.dark-mode-body .renew_credits{
    color: #ffffff;
}
.dark-mode-body .post_group .no_3 span, .dark-mode-body .post_group .no_5 span, 
.dark-mode-body .add-post-btn a{
    color: #BEBABA;
}
.dark-mode-body .post_action_button {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.dark-mode-body .post.border_top, .dark-mode-body .total_post{
    border-color: #626264;
}
.dark-mode-body .post_group .no_6.no_arrow svg{
    fill: #ffffff;
}
.dark-mode-body p.category-heading.category-top.text-center, .dark-mode-body .interest_table_data ul li a, 
.dark-mode-body h2.footer-head, .dark-mode-body p.posted-by-cat, .dark-mode-body .faq-content p, 
.dark-mode-body .layout_8 .group_6 p, .dark-mode-body .layout_8 .group_6 li{
    color: #ffffff;
}
.dark-mode-body .interest_table_data ul li:nth-child(odd){
    background-color: #494848;
}
.dl-frame-stories hr{
    border-color: #626264;
}
.dark-mode-body .frame_99, .dark-mode-body .layout_11 .frame_11{
    background-color: #101010!important;
}
.dark-mode-body .divider-line{
    background: #626264;
}
.dark-mode-body .interest_table_heading a{
    color: #ffffff!important;
}
.dark-mode-body .layout_4 .account a.btn {
    background-color: #000000!important;
    color: #ffffff!important;
}
.dark-mode-body .layout_4 .account a svg.stroke-path-btn path{
    stroke: #ffffff;
}
.dark-mode-body .layout_4 .account a svg.fill-svg-btn, 
.dark-mode-body .layout_4 .account a svg.fill-path-btn path{
    fill: #ffffff;
}
.dark-mode-body .super-credits-box, .dark-mode-body .use-badge{
    background-color: #000000;
    color: #ffffff;
}
.dark-mode-body .super-credits-icon, .dark-mode-body .super-credits-available-data, 
.dark-mode-body .layout_4 .account .deactivate{
    color: #ffffff;
}
.dark-mode-body .super-credits-icon svg path{
    fill: #ffffff;
}
.dark-mode-body .group_7>span, .dark-mode-body .group_7 .form-group label{
   color: #ffffff; 
}
.dark-mode-body .group_7 .form-group .title span{
    color: #aaaaaa;
}
.dark-mode-body .group_7 .form-group input, .dark-mode-body .group_7 .form-group textarea, 
.dark-mode-body .form-control, .dark-mode-body .custom-select{
    background-color: #181818!important;
    border-color: #181818!important;
    color: #ffffff!important;
}
.dark-mode-body .group_7 .form-group .check_list2 .check_label{
    color: #ffffff!important;
}
.dark-mode-body .border-top, .dark-mode-body .border-bottom{
   border-color: #626264!important; 
}
.dark-mode-body .dl_plan-wraper p, .dark-mode-body .dl_plan-wraper p{
    color: #ffffff;
}
.dark-mode-body .upgrade-card, .dark-mode-body .upgrade-card .card-header, 
.dark-mode-body .upgrade-card .card-footer{
    background: #000000;
}
.dark-mode-body .all_plans .card-body h2.card-title.pricing-card-title, .dark-mode-body .all_plans .card-body ul.list-unstyled li{
    color: #ffffff;
}
.dark-mode-body .plan-card, .dark-mode-body .plan-card .card-header, .dark-mode-body .upgrade-card-cc, 
.dark-mode-body .upgrade-card-cc .card-header, .dark-mode-body .upgrade-card-cc .card-footer{
    background-color: #494848;
    border-color: #494848;
}
.dark-mode-body .plan-card .card-body ul li, .dark-mode-body .form-group label{
    color: #ffffff;
}
.dark-mode-body .plan-card .card-header h4, .dark-mode-body .plan-card .plan-cf-top span, 
.dark-mode-body .plan-card .del, .dark-mode-body .upgrade-card-cc .card-header p, 
.dark-mode-body .upgrade-card-cc .card-footer p{
    color: #ffffff;
}
.dark-mode-body .plan-card .card-footer{
    background-color: #121212;
}
.dark-mode-body .cc-form .form-group input, .dark-mode-body .cc-form .form-group .ex1-input{
    background-color: #181818;
    border-color: #C5BCBC;
    color: #ffffff;
}
.dark-mode-body .banner-prompt .alert-secondary{
    background-color: #000000 !important;
    color: #ffffff;
}
.dark-mode-body #search_bar{
  background-color: #494848!important;
  border-color: #626264!important;
}
.dark-mode-body #search_bar button{
  background-color: transparent!important;
  color: #ffffff!important;
  border-color: #ffffff!important;
}
.dark-mode-body .hamburger a svg path{
    stroke: #ffffff;
}
.dark-mode-body .frame_1.frame_3.dl-city-new-content .frame_3_category_content h2, 
.dark-mode-body .frame_1.frame_3.dl-city-new-content .frame_3_category_content h1, 
.dark-mode-body .frame_1.frame_3.dl-city-new-content .frame_3_category_content p, 
.dark-mode-body .frame_1.frame_3.dl-city-new-content .frame_3_category_content h3{
    color: #ffffff;
}
.dark-mode-body .dl-mobile-footer{
    background-color: #000000;
}
.dark-mode-body .dl-footer-navBAr li h6{
    color: #bababa;
}
.dark-mode-body .dl-footer-navBAr li.active h6{
    color: #ffffff;
}
.dark-mode-body .layout{
    background-color: #2E2E2E!important;
}
.dark-mode-body .country span{
    color: #ffffff;
}
.dark-mode-body .list-review-alert{
    background-color: #000000;
    color: #ffffff;
    border-color: #2E2E2E;
}
.dark-mode-body .list-review-alert .dl-close-btn svg path{
    fill: #ffffff;
}
.dark-mode-body  #form-choose-city div, .dark-mode-body .citys-label{
    color: #ffffff!important;
}
.dark-mode-body .dl-list-user-profile-view{
    background-color: #494848!important;
    border-color: #000000;
}
.dark-mode-body .dl-list-user-profile-view:nth-child(odd){
    background-color: #000000!important;
}
.dark-mode-body .list a span:first-child, .dark-mode-body .list a:visited span:first-child, 
.dark-mode-body .list .item .num, .dark-mode-body .list .item span:first-child, .dark-mode-body .list{
    color: #ffffff!important;
}
.dark-mode-body .list .item span{
    color: #bebaba!important;
}
.dark-mode-body .post-super-messages .super-messages-box, 
.dark-mode-body .post-super-messages .super-credits-box{
    background-color: #2e2e2e;
}
.dark-mode-body .post-super-messages .super-messages-box .super-message-header h2, 
.dark-mode-body .post-super-messages .super-messages-box .super-messages-content p, 
.dark-mode-body .post-super-messages .super-credits-icon, 
.dark-mode-body .post-super-messages .super-credits-available-data, .dark-mode-body p.dl-reply-title, 
.dark-mode-body .actions_div{
    color: #ffffff!important;
}
.dark-mode-body .message-option-button.selected {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
.dark-mode-body .post-super-messages .super-messages-box .super-message-header svg path{
    fill: #ffffff;
}
.dark-mode-body .supe_message_plans_page .frame_11{
    background-color: #494848!important;
}
.dark-mode-body .dl-super-msg-new-card{
    background-color: #121212;
}
.dark-mode-body .dl-super-msg-new-desc .card-text, .dark-mode-body .email_head a{
    color: #ffffff;
}
.dark-mode-body .dl-super-msg-new .dl-super-msg-new-heading h4 svg path{
    fill: #ffffff;
}
.dark-mode-body .list-search-result, .dark-mode-body .profile-heading a, .dark-mode-body .email_cont p, 
.dark-mode-body .shortby, .dark-mode-body .short-by-option a, .dark-mode-body  .notification-list-div p, 
.dark-mode-body h5.card-title-member, .dark-mode-body .your_membership_box .email-head-title, 
.dark-mode-body .subs-modal-card .card-body p{
    color: #ffffff!important;
}
.dark-mode-body .profile-note p {
    background-color: #494848;
    color: #ffffff;
    border-color: #626264;
}
.dark-mode-body .shortby svg path {
    stroke: #ffffff;
}
.dark-mode-body .member_card_box, .dark-mode-body .account-switch-block {
    background-color: #484848!important;
}
.dark-mode-body .card-body-member hr, .dark-mode-body hr.custome_hr{
    border-color: rgba(255, 255, 255, 0.3);
}
.dark-mode-body .subs-modal .modal-content {
    background-color: #2E2E2E;
}
.dark-mode-body .subs-modal-card, .dark-mode-body .subs-modal-card .card-header {
    background-color: #494848;
}
.dark-mode-body .cma-modal-card .btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #484848;
}
.dark-mode-body .user-heading-notification h1 span svg path{
    fill: #ffffff;
    stroke: #ffffff;
}

.dark-mode-body .account-swal-container .swal2-popup .swal2-html-container{
    color: #ffffff;
}
.dark-mode-body .account-swal-container .swal2-popup .account-swal-actions {
    background-color: #2E2E2E;
}
.dark-mode-body .account-swal-container .swal2-popup .account-swal-actions button.swal2-cancel {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent!important;
}

@media only screen and (min-width: 980.98px){
    .dark-mode-body .menu li a{
        color: #ffffff;
    }
}
@media only screen and (max-width: 980px){
    .menu_open ul{
        padding-top: 40px;
    }
    .menu_open ul li.mode-btn-box {
        position: absolute;
        top: 15px;
        padding-left: 15px;
        left: 0;
    }
    .mode-btn .light-icon path{
        fill: #ffffff;
    }
}