@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	background: linear-gradient(180deg, #17181c, #d74e01);
}

.main-wrapper {
	height: auto;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}

/* .main-grid-main {
	display: grid;
	grid-template-columns: 300px 1.5fr 300px;
	grid-column-gap: 25px;
} */
.main-grid {
	margin-top: 110px;
	overflow: hidden;
}

.header,
.container-in {
	background: rgba(0, 0, 0, .20);
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
}

.dire-main-pbox span img {
	border-radius: 10px !important;
}

img.mCS_img_loaded {
	border-radius: 10px !important;
}

.container-in {
	padding: 0px;
	width: 100%;
	margin: auto;
	align-items: center;
	z-index: 1;
	position: relative;
}

.head-right ul {
	display: flex;
	grid-column-gap: 15px;
}

.head-right ul li a {
	color: #fff;
	padding: 5px 10px;
}

.head-right ul li a svg {
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
}

.head-right ul li a svg path {
	stroke: #fff;
}

.head-left input {
	width: 450px;
	height: 40px;
	border-radius: 50px;
	border: 0;
	padding: 5px 20px;
	color: #fff;
	background: #37383F;
}

.head-right {
	display: flex;
	grid-column-gap: 32px;
}

.m-n-p a {
	background: rgba(65, 65, 65, .75);
	padding: 1px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: flex;
	text-align: center;
	margin-top: -3px;
	align-content: center;
	align-items: center;
	justify-content: center;
	box-shadow: 4px 7px 8px #242424;
}

.m-n-p {
	display: flex;
	grid-column-gap: 15px;
	margin: 4px 0 0 20px;
}

.container-in {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.user-pic img {
	width: 35px;
	height: 35px;
	border-radius: 50px;
}

.navbar.navbar-expand-lg.bg-light {
	background: transparent !important;
	width: 100%;
	padding: 10px 0;
}

#navbarSupportedContent {
	flex-grow: inherit;
	z-index: 1;
	position: relative;
}

.navbar.navbar-expand-lg.bg-light .form-control.me-2 {
	width: 350px;
	font-size: 15px;
}

.navbar-nav li a {
	color: #fff;
	font-size: 16px;
}

.navbar-nav li a:hover,
.navbar-nav li a.active {
	color: #eb5601 !important;
}

.navbar-nav li {
	margin: 0 0 0 15px;
}

.container-in .form-control.me-2 {
	background: rgba(0, 0, 0, .20);
	border: 0;
	border-radius: 50px;
	color: #fff !important;
	padding: 5px 17px;
	box-shadow: 2px 2px 3px #000;
}

.container-in .form-control.me-2::placeholder {
	opacity: 1;
	color: #fff !important;
}

.side-l {
	padding: 0;
	border-radius: 10px;
	width: 300px;
	float: left;
	/* margin-bottom: 28px; */
	height: calc(100vh - 170px);
	overflow: auto;
}

.mid-part {
	width: calc(100% - 630px);
	float: left;
	margin: 0 0 0 20px;
	height: calc(100vh - 170px);
	overflow: auto;
}

.mid-right {
	float: right;
	width: 300px;
	height: calc(100vh - 170px);
	overflow: auto;
}

.side-top {
	text-align: center;
	background: rgba(0, 0, 0, .40);
	padding: 20px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.mid-right .row {
	margin: 0;
}

.side-top span img {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	box-shadow: 2px 1px 3px #000;
	padding: 2px;
	background: #fff;
	margin-top: 10px;
}

.side-top h3 {
	color: #fff;
	font-size: 21px;
	margin: 15px 0 5px 0;
	font-weight: 600;
}

.side-top p {
	color: #BAC3CB;
	font-size: 16px;
}

.side-follow {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 18px;
	margin: 0;
	background: rgba(0, 0, 0, .60);
	padding: 16px 11px;
}

.side-top-t {
	display: grid;
	text-align: center;
}

.side-top-t label {
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.side-top-t b {
	color: #BAC3CB;
	font-weight: normal;
	font-size: 14px;
}

.sidebar-home {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	background: rgba(0, 0, 0, .40);
	padding: 15px 0;
	border-radius: 0 0 10px 10px;
}

.sidebar-home ul {
	display: grid;
	grid-template-columns: 1fr;
	width: 90%;
	margin: auto;
	/* height: calc(100vh - 332px); */
	justify-content: start;
	align-content: start;
	/* overflow: auto; */
}

.sidebar-home ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}

.sidebar-home ul li a:hover,
.sidebar-home ul li a.active {
	color: #fff;
	background: rgba(0, 0, 0, .20);
	border-radius: 50px;
}

.sidebar-home ul li a {
	display: flex;
	justify-content: start;
	align-items: start;
	justify-items: center;
	color: #fff;
	font-weight: 500;
	padding: 12px 20px;
	grid-row-gap: 10px;
	font-size: 16px;
	transition: 0.5s;
}

.sidebar-home ul li a svg {
	width: 20px;
	height: 20px;
	transition: 0.5s;
	margin: 0 18px 0 0;
}

.sidebar-home ul li a:hover svg path,
.sidebar-home ul li a.active svg path {
	stroke: #fff;
}

.sidebar-home ul li a:hover .group-svg path,
.sidebar-home ul li a.active .group-svg path {
	fill: #fff;
}

header .logo-s {
	width: 60px;
	margin: 0 10px 0 0;
}

header .form-control.me-2 {
	height: 45px;
	margin: 6px 0 0 10px;
}

.zoom-in-zoom-out {
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}


.feed-input {
	background: rgba(0, 0, 0, .20);
	border-radius: 50px;
	padding: 5px 10px;
	display: flex;
	grid-column-gap: 12px;
	height: 50px;
	justify-content: space-between;
	align-items: center;
}

.feed-input input {
	background: transparent;
	border: 0;
	width: 100%;
	color: #99a2ab !important;
	font-size: 17px;
}

.feed-input input:hover,
.feed-input input:focus {
	background: transparent;
	border: 0;
	outline: none;
}

.feed-input img {
	width: 32px;
	height: 32px;
}

.post-story {
	margin-top: 25px;
}

.post-story ul {
	/* display: grid; */
	/* grid-column-gap: 11px; */
	/* grid-template-columns: repeat(4, 1fr); */
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 10px;
}

.post-story ul li {
	background: rgba(0, 0, 0, .20);
	backdrop-filter: blur(4px);
	position: relative;
}

.post-story ul li {
	background: rgba(0, 0, 0, .20);
	backdrop-filter: blur(4px);
	position: relative;
	border-radius: 10px;
	display: inline-block;
	width: 25%;
	margin: 0 4px;
	height: 160px;
}

.post-story ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.post-story ul li img {
	border-radius: 6px;
	height: 160px;
}

.post-story ul li p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
}

.post-story {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.post-add {
	width: 170px;
	display: grid;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	background: rgba(0, 0, 0, .20);
	border-radius: 10px;
	height: 161px;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}

.post-story .slider.post-slider {
	float: right;
	width: calc(100% - 180px);
}

.post-add b {
	color: #fff;
	font-size: 16px;
	margin: 6px 0 0 0;
}

.post-add img {
	width: 38px;
}


.white-box {
	background: rgba(0, 0, 0, .40);
	width: 95%;
	margin: auto;
	position: relative;
	border-radius: 10px;
	/* box-shadow: 2px 2px 3px #383840; */
	border: 1px solid rgba(0, 0, 0, .30);
	float: right;
}

.white-box-heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .30);
}

.white-box-heading h2 {
	font-size: 17px;
	font-weight: 600;
	color: #e1e3e7;
}

.white-box-music ul li {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.white-box-music ul li {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.white-box-music ul li a {
	display: flex;
	width: 100%;
	grid-template-columns: 35px 1fr 30px;
	color: #000;
	grid-column-gap: 15px;
	padding: 0 14px;
}

.white-box-music ul li a img {
	border-radius: 5px;
	width: 35px;
	object-fit: contain;
}

.white-music h2 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.white-music p {
	font-size: 14px;
	color: #999;
}

.white-box-music ul li a b {
	float: right;
	font-size: 14px;
	color: #999;
}

.mt-20 {
	margin-top: 20px !important;
}

.white-box-video {
	padding: 10px 15px;
	transform: 0.5s;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 11px;
}

.white-box-video-list {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: 0.5s;
	margin-bottom: 10px;
}

.white-box-video-list img {
	width: 100%;
	border-radius: 6px;
	height: 160px;
	cursor: pointer;
}

.h-v-text {
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	border-radius: 10px;
	display: grid;
	align-content: end;
	padding: 15px;
	color: #fff;
	transition: 0.5s;
	bottom: -100%;
	pointer-events: none;
}

.h-v-text h3 {
	font-size: 16px;
	font-weight: 600;
}

.h-v-text p {
	font-size: 14px;
}

.white-box-video-list:hover .h-v-text {
	bottom: 0;
}

.flow-pe {
	/* white-space: nowrap; */
	/* overflow: auto; */
	width: 95%;
	float: right;
	/* margin: 0 0 20px 0; */
	padding-bottom: 0;
	margin-bottom: 15px !important;
}

.flow-pe-one {
	display: inline-block;
	width: 95%;
	background: rgba(0, 0, 0, .40);
	margin: 0 2px;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
}

.flow-pe-one span img {
	width: 65px;
	height: 65px;
	border-radius: 50px;
	margin: 4px auto 14px;
}

.flow-pe-one b {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 0 0;
	display: block;
}

.flow-pe-one p {
	font-size: 15px;
	color: #BAC3CB;
	display: block;
}

.follow-btn {
	margin-top: 15px;
	display: block;
	border: 1px solid #eb5601;
	border-radius: 50px;
	color: #eb5601;
	font-size: 15px;
	padding: 2px 8px;
}

.follow-btn.follow-me {
	background: #eb5601;
	color: #fff;
}

.slider-download {
	background: rgba(0, 0, 0, .40);
	text-align: center;
	border-radius: 10px;
	margin-top: 15px;
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
}

.slider-download h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	grid-column: 1/ span 2;
}

.feed-box-one {
	display: grid;
	grid-template-columns: 1fr;
	background: rgba(0, 0, 0, .40);
	border-radius: 10px;
	padding: 25px;
	grid-column-gap: 9px;
	margin-bottom: 20px;
}

.feed-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #fff;
	padding: 2px;
}

.feed-img {
	width: 55px;
	height: 55px;
	display: inline-block;
}

.feed-box-tp {
	margin-top: 10px;
}

.feed-box-tp h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 5px !important;
}

.feed-box-tp h3 b {
	font-size: 16px;
	font-weight: normal;
	color: #BAC3CB;
	margin: 0 0 0 7px;
}

.feed-box-tp p {
	color: #eb5601;
	font-size: 16px;
}

.feed-box-tp {
	margin-top: 5px;
	margin-bottom: 15px;
}

.feed-box-tx p {
	font-size: 17px;
	color: #BAC3CB;
	margin-bottom: 8px;
}

.feed-box-img img {
	border-radius: 10px;
}

.feed-box-share {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.feed-box-share a {
	color: #BAC3CB;
}

.feed-box-share a img {
	width: 22px;
	height: 22px;
}

.feed-box-share a {
	color: #BAC3CB;
	display: flex;
	grid-column-gap: 10px;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
}

.feed-box-input {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-column-gap: 5px;
	margin-top: 25px;
}

.feed-box-input img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.feed-box-input input {
	background: rgba(0, 0, 0, .20);
	border: 0;
	border-radius: 50px;
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
}

.feed-comment {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-column-gap: 10px;
	margin-top: 20px;
}

.f-c-img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 2px solid #fff;
}

.feed-comment-tx {
	background: rgba(65, 65, 65, .25);
	padding: 10px 18px;
	border-radius: 10px;
}

.feed-comment-tx h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 7px;
}

.feed-comment-tx p {
	font-size: 15px;
}

.feed-comment label {
	grid-column: 2/ span 1;
	margin-top: 9px;
	grid-column-gap: 13px;
	color: #fff;
	font-size: 16px;
	display: flex;
}

.feed-comment label a {
	color: #fff;
}

.scrolled .container-in {
	background: rgba(0, 0, 0, 50);
	z-index: 99;
}

/* 
  * {
    scrollbar-width: auto;
    scrollbar-color: #eb5601 #eb5601;
  }

  *::-webkit-scrollbar {
    width:3px;
  }

  *::-webkit-scrollbar-track {
    background: #eb5601;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #eb5601;
    border-radius: 10px;
    border: 3px solid #eb5601;
  } */

.modal-style .modal-dialog {
	margin-top: 80px;
}

.modal-style .modal-content {
	background: linear-gradient(180deg, #17181c, #d74e01);
	border: 0;
}

.modal-style .back-img {
	width: 19px;
	height: 19px;
	cursor: pointer;
}

.modal-style .user-ci {
	width: 28px;
	height: 28px;
	margin: 0 0 0 8px;
	cursor: pointer;
}

.modal-style .modal-header,
.modal-style .modal-footer {
	border: 0;
}

.commnent-textarea textarea {
	width: 100%;
	height: 150px;
	background: rgba(65, 65, 65, .25);
	border: 0;
	padding: 15px 20px;
	color: #fff;
	border-radius: 10px;
	resize: none;
}

.comm-att img {
	width: 25px;
	height: 25px;
}

.comm-img {
	width: 25px;
	height: 25px;
	display: inline-block;
}

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

.comment-foot-l span {
	color: #fff;
}

.comment-foot-l {
	display: flex;
	grid-column-gap: 16px;
}

.comment-foot-r .btn {
	background: #eb5601;
	border: 1px solid #eb5601;
}

.comment-foot-r .btn:hover {
	background: #fff;
	border: 1px solid #eb5601;
	color: #eb5601;
}

.comm-att,
.comm-img {
	position: relative;
	width: 30px;
}

.comm-att input,
.comm-img input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.comm-img img {
	width: 25px;
	height: 25px;
}



.post-slide-one::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.post-slide-one {
	background: rgba(0, 0, 0, .20);
	backdrop-filter: blur(4px);
	position: relative;
	border-radius: 10px;
	display: inline-block;
	width: 92%;
	margin: 0;
	height: 160px;
	cursor: pointer;
}

.post-slide-one img {
	border-radius: 6px;
	height: 160px;
}

.post-slide-one p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 16px;
}

.post-story .slider.post-slider .slick-prev.slick-arrow,
.post-story .slider.post-slider .slick-next.slick-arrow,
.flow-pe.slider.follow-slider .slick-prev.slick-arrow,
.flow-pe.slider.follow-slider .slick-next.slick-arrow {
	position: absolute;
	z-index: 1;
	font-size: 0;
	border: 0;
	background: url(../images/arrow-icon.svg) center top no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: 19px;
	top: 32%;
}

.post-story .slider.post-slider .slick-prev.slick-arrow {
	left: 15px;
}

.post-story .slider.post-slider .slick-next.slick-arrow {
	right: 20px;
	transform: rotate(180deg);
}



.flow-pe.slider.follow-slider .slick-prev.slick-arrow {
	left: 38%;
	background-size: 15px;
	top: auto;
	bottom: -40px !important;
	z-index: 0;
}

.flow-pe.slider.follow-slider .slick-next.slick-arrow {
	transform: rotate(180deg);
	right: 38%;
	background-size: 15px;
	top: auto;
	bottom: -31px !important;
	z-index: 0;
}

.flow-pe.slider.follow-slider {
	margin-bottom: 30px;
}

.side-top .app-icon {
	position: absolute;
	right: 20px;
	top: 16px;
	width: 19px;
}

/*chat css start*/
.chat-onclick.active {
	right: 0;
}

.chat-onclick {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 11;
	/* background: rgba(0, 0, 0, 0.5); */
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.chat-onclick.active .chat-onclick-list::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.chat-onclick-list {
	background: #000;
	float: right;
	width: 330px;
	height: 100%;
}

.chat-close {
	position: absolute;
	right: 15px;
	top: 8px;
}

.chat-onclick-head {
	padding: 10px 20px;
	margin-top: 20px;
}

.chat-onclick-head input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #17181c;
	color: #fff;
	height: 40px;
}

.chat-scroll {
	height: calc(100vh - 70px);
	overflow-x: auto;
	padding: 10px 25px;
}

.chat-onclick-mid {
	padding: 12px 0;
	display: inline-block;
	width: 100%;
}

.chat-onclick-mid h2 {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 5px;
}

.chat-onclick-mid h2 span {
	float: right;
	color: #F15909;
	font-weight: normal;
	font-size: 15px;
}

.chat-onclick-mid ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
	margin-top: 7px;
}

.chat-onclick-mid ul li a {
	display: grid;
	grid-template-columns: 40px 1fr 50px;
	grid-column-gap: 15px;
	align-content: center;
	position: relative;
}

.chat-onclick-mid ul li a img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.chat-onclick-mid ul li a .dot-icon {
	left: 30px;
	right: auto;
	bottom: -3px;
}

.chat-text {
	display: inherit;
}

.chat-text h3 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.chat-text p {
	font-size: 14px;
	color: #A1A1A1;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	margin-top: 2px;
}

.time-dot {
	display: grid;
}

.time-dot b {
	font-size: 11px;
	font-weight: normal;
	color: #8B8A8A;
}

.time-dot span {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #4DBF00;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	display: block;
	margin: auto;
	text-align: center;
	font-weight: 600;
	display: grid;
	justify-content: center;
	align-content: center;
	border: 2px solid #fff;
}

.away-dot {
	background: #FF8C4A;
	border: 2px solid #fff;
}

.offline-dot {
	background: #999;
	border: 2px solid #fff;
}

.chat-onclick-mid ul li a .dot-icon {
	left: 30px;
	right: auto;
	bottom: -3px;
}

.dot-icon {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 19px;
	border-radius: 100%;
	left: -34px;
	margin: auto;
}

body.active {
	overflow: hidden;
}

.noti-click span {
	position: absolute;
	right: -8px;
	top: -1px;
	background: #eb5601;
	color: #fff;
	width: 17px;
	height: 17px;
	border-radius: 50px;
	font-size: 9px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.message-dorp.noti-drop {
	right: 40px;
}

.message-dorp.active {
	display: block !important;
}

.message-dorp {
	position: absolute;
	right: 0;
	top: 52px;
	background: #242529;
	padding: 0;
	z-index: 1;
	border-radius: 5px;
	width: 290px;
	border: 1px solid #323639;
}

.message-dorp h3 {
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
	margin-bottom: 13px;
	color: #fff;
	background: #E05201;
	padding: 10px 15px;
}

.message-dorp ul {
	padding: 15px;
	padding-top: 5px;
}

.message-dorp ul li {
	display: inline-block;
	width: 100%;
}

.message-dorp ul li a {
	background: #2f3034;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 12px;
	position: relative;
	text-align: left;
	height: auto;
}

.message-dorp.noti-drop ul li a img {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.message-dorp.noti-drop ul li a h2,
.message-dorp.noti-drop ul li a p,
.message-dorp.noti-drop ul li a b {
	padding-left: 43px;
}

.message-dorp ul li a h2 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.message-dorp ul li a p {
	font-size: 14px;
	color: #888;
	margin: 5px 0;
}

.message-dorp ul li a b {
	font-size: 12px;
	color: #888;
	margin: 0;
	float: left;
}

.message-dorp.mess-dorp ul li a {
	padding: 0;
	background: transparent;
	color: #fff;
}

.message-dorp.mess-dorp h3 img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin: 0 12px 0 0;
}

.white-box-heading h2 {
	position: relative;
}

.white-box-heading h2 em {
	position: absolute;
	right: 0px;
	top: -1px;
	background: #eb5601;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	font-size: 9px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-size: 11px;
}

.requ-box-top {
	position: relative;
}

.requ-box-top .re-img-one {
	position: absolute;
	left: 15px;
	top: 9px;
	height: 30px;
	width: 30px;
	border-radius: 50px;
}

.requ-box-top h3,
.requ-box-top p {
	padding-left: 55px;
}

.requ-box-top h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
}

.requ-box-top p {
	color: #fff;
	font-size: 13px;
	margin-left: 8px;
	margin-top: 7px;
	display: flex;
	grid-column-gap: 10px;
}

.requ-box-top p label img {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	margin: 0 0px 0 -8px;
}

.requ-box-top p label {
	display: flex;
}

.requ-box {
	display: inline-block;
	width: 100%;
	padding: 10px 6px;
}

.requ-box-btn {
	display: flex;
	padding: 5px 15px;
	grid-column-gap: 12px;
	padding-left: 50px;
}

.requ-box-btn a {
	padding: 4px 18px;
	font-size: 14px;
	margin: 10px 0 0 0px;
}


/* .p-25 {
	padding: 55px !important;
} */
.search-inner {
	display: inline-block;
	width: 100%;
	border: 1px solid #24262a;
	position: relative;
	height: 45px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .40);
}

.search-inner input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 5px 55px 5px 20px;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	background: rgba(0, 0, 0, .40);
	/* border: 1px solid #24262a; */
}

.form-input select,
.form-input input {
	width: 100%;
	height: 45px;
	border: 0;
	padding: 5px 55px 5px 20px;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	background: url(../images/arrow-down.svg) 95% 50% no-repeat rgba(0, 0, 0, .40);
	background-size: 15px;
	/* border: 1px solid #24262a; */
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-input input {
	background: rgba(0, 0, 0, .40);
}

.profile-one.profile-edit {
	display: inline-block;
	width: 100%;
}

.form-input select .search-inner img {
	position: absolute;
	right: 21px;
	top: 12px;
	width: 18px;
	cursor: pointer;
}

.directory-box {
	margin-top: 30px;
	background: rgba(0, 0, 0, .40);
	box-shadow: 0 20px 90px rgba(58, 46, 68, 0.05);
	border-radius: 10px;
	padding: 10px;
	transition: 0.5s;
	border: 1px solid #2b2c30;
	display: inline-block;
	width: 100%;
	position: relative;
	/*height: 280px;*/
	overflow: hidden;
}

.directory-box span {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.directory-box span img {
	border-radius: 6px;
	width: 100%;
	height: 160px;
}

.directory-box p {
	font-size: 18px;
	text-align: left;
	padding: 10px;
	color: #fff;
	font-weight: 600;
}

.inner-pages {
	float: right;
	width: calc(100% - 300px);
	padding: 0 25px;
}

.directory-box:hover {
	transform: scale(1.02);
}

.de-icon {
	position: absolute;
	right: 15px;
	top: -100%;
	display: flex;
	grid-column-gap: 11px;
	transition: 0.5s;
}

.de-icon a {
	background: #17181c;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 5px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.de-icon a svg,
.de-icon a svg path {
	width: 16px;
	height: 16px;
}

.directory-box:hover .de-icon {
	top: 15px;
}

.directory-box p {
	font-size: 18px;
	text-align: left;
	padding: 10px;
	color: #fff;
	font-weight: 600;

	height: 75px;
}

.directory-box b {
	text-align: left;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: normal;
	padding: 0 10px;
}

.directory-box a {
	color: #fff;
	font-size: 14px;
}

.di-btn-three {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 9px;
	border-radius: 5px;
}

.di-btn-three a {
	color: #fff;
	font-size: 14px;
}

.di-btn-three a svg {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
}

.di-btn-three a svg path {
	fill: #fff;
}

.di-btn-three a.check-btn svg {
	width: 18px;
	height: 18px;
	margin-top: -3px;
}

.di-btn-three a.dire-btn svg {
	width: 19px;
}

.search-inner.fillter-inner .filt-name {
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	color: #797979;
}

.search-inner img {
	position: absolute;
	right: 21px;
	top: 12px;
	width: 18px;
	cursor: pointer;
}

.directory-box.procut-box span img {
	width: 210px;
	margin: auto;
	display: block;
	height: 210px;
}

.pro-share {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	grid-column-gap: 10px;
}

.pro-share a {
	background: #000;
	width: 32px;
	height: 32px;
	display: flex;
	padding: 8px;
	border-radius: 100%;
}

.pro-share a img {
	width: 17px !important;
	height: 16px !important;
}

.procut-box-text {
	display: grid;
	justify-content: center;
	align-items: center;
	justify-items: center;
	grid-row-gap: 10px;
	padding: 12px 0;
}

.procut-box-text h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.pro-price {
	display: flex;
	grid-column-gap: 17px;
}

.directory-box b {
	text-align: left;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: normal;
	padding: 0 10px;
	display: -webkit-box;
	/* -webkit-line-clamp:1;
  -webkit-box-orient: vertical; */
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-price em {
	color: #E86B0D;
}

.procut-box-text label img {
	width: 17px;
}

.directory-box.procut-box span img {
	width: 100% !important;
}

.white-box-heading h2 {
	font-size: 16px;
	font-weight: 600;
	color: #e1e3e7;
}

.white-box-stream {
	padding: 20px;
}

.white-box-stream .audio {
	margin-bottom: 20px;
}

.white-box-stream .audio h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #6F6F6F;
}

.white-box-stream .audio audio {
	width: 100%;
	border-radius: 7px;
	background: #E9E9E9;
}

.w100 {
	width: 100% !important;
}

.you-saved {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.you-saved h2 {
	font-size: 14px;
	font-weight: 600;
	color: #4f515b;
}

.you-saved .btn-outline-primary {
	border-color: #fff;
	color: #fff;
	padding: 5px 10px;
}

.you-saved .btn-outline-primary:hover {
	background: #E05100;
	color: #fff;
}

.playicon.mCS_img_loaded {
	width: 17px;
	margin: auto;
}

.white-box-heading h2 img {
	width: 18px;
	float: right;
	height: 17px;
}

.you-saved h2 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin-top: 4px;
}

.directory-page {
	margin-bottom: 25px;
	height: calc(100vh - 170px);
	overflow: auto;
}

.directory-page .row {
	margin: 0;
}

#filter-type .modal-header {
	background: #eb5601;
	color: #fff;
}

.fillter-type {
	margin-bottom: 15px;
}

.fillter-type h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.brand-lable {
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 12px;
}

.brand-lable label {
	margin: 0 14px 9px 0px;
}

.brand-lable label input {
	width: auto;
	height: auto;
	margin: 0 6px 0 0;
}

.brand-lable.fillter-price {
	background: #fff;
	padding: 0;
	border: 0;
}

.brand-lable.fillter-price a {
	background: #efefef;
	margin: 0 4px 5px 0;
	padding: 4px 10px;
	border-radius: 5px;
	color: #222;
	display: inline-block;
	font-size: 14px;
}

.chating-box.active {
	display: block;
	right: 0;
	width: calc(100% - 330px);
	height: 100%;
	left: 0;
}

.chating-box {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 111;
	width: 100%;
	display: none;
}

.chating-box-one {
	width: 350px;
	position: absolute;
	right: 10px;
	top: 20px;
	background: #fff;
	border-radius: 10px;
}

.chating-top {
	display: flex;
	background: #F15909;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 10px 10px 0 0;
}

.chat-t-left {
	display: flex;
	grid-column-gap: 13px;
	align-items: center;
}

.chat-t-left span {
	position: relative;
	width: 35px;
	display: inline-block;
}

.chat-t-left span img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.chat-t-left h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.chat-t-right {
	display: flex;
	grid-column-gap: 22px;
}

.chating-mid {
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.chat-l-v {
	width: 85%;
	max-width: 100%;
	float: left;
	margin-bottom: 15px;
}

.chat-l-text,
.chat-r-text {
	background: #EDEDF3;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 0 10px 10px 10px;
}

.chat-r-v {
	width: 85%;
	max-width: 100%;
	float: right;
	margin-bottom: 15px;
}

.chat-r-text {
	text-align: right;
	background: #000;
	color: #fff;
}

.chating-bott {
	height: 55px;
	display: flex;
	width: 100%;
	grid-column-gap: 30px;
	background: #FFF1EA;
	border-radius: 0 0 10px 10px;
	padding: 6px 10px;
}

.chating-bott input {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	padding: 10px;
}

.chat-b-icon {
	display: flex;
	align-items: center;
	grid-column-gap: 3px;
}

.chat-b-icon a {
	width: 30px;
	height: 30px;
}

.chat-l-v b,
.chat-r-v b {
	font-size: 13px;
	font-weight: normal;
	color: #9E9E9E;
	margin: 4px 0 0 20px;
	display: inline-block;
}

.chat-r-v b {
	text-align: right;
	float: right;
	margin: 4px 20px 0 0;
}

.sidebar-home ul li a b {
	text-align: left;
}

.footer-page {
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .20);
	padding: 7px 0;
	font-size: 12px;
}

.footer-page p a {
	color: #fff;
}

.footer-page p a:hover {
	text-decoration: underline;
}

/* .profile-page {
	background: rgba(0,0,0,.40);
	border-radius: 25px;
	padding:25px;
} */
.profile-one {
	border: 1px solid rgba(0, 0, 0, .40);
	padding: 23px;
	border-radius: 10px;
	display: flex;
	grid-column-gap: 25px;
	background: rgba(0, 0, 0, .20);
}

.profile-two {
	border: 1px solid rgba(0, 0, 0, .40);
	padding: 23px;
	border-radius: 10px;
	display: inline-block;
	grid-column-gap: 25px;
	background: rgba(0, 0, 0, .20);
	margin-top: 15px;
	width: 100%;
}

.profile-one img {
	/* width: 70px; */
	/* height: 70px; */
	/* border-radius: 100%; */
	/* border: 1px solid #ddd; */
	/* padding: 3px; */
}

.profile-one-r h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 1px 0 7px 0;
}

.profile-one-r p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.profile-two h4 {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.profile-two-t {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 16px;
	grid-column-gap: 20px;
	margin-top: 10px;
}

.profile-two-text p {
	font-size: 15px;
	color: #BAC3CB;
}

.profile-two-text span {
	color: #fff;
	font-size: 16px;
	margin-top: 4px;
	display: block;
	font-weight: 600;
}

.profile-head h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.profile-head {
	display: flex;
	justify-content: space-between;
	padding: 0 0 23px 0;
	align-items: center;
}

.profile-head .follow-btn.follow-me {
	margin: 0;
	min-width: 90px;
	text-align: center;
}

.profile-edit h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}

.profile-one-input {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
	margin-bottom: 30px;
}

.form-input label {
	color: #fff;
	padding-left: 4px;
	margin-bottom: 9px;
}

/****login-page start***/

.login-page {
	height: 100vh;
	display: grid;
	justify-content: center;
	/* align-items: center; */
	padding: 30px 0;
}

.login-details {
	/* background: rgba(0,0,0,.40); */
	padding: 40px 40px;
	/* border-radius: 40px; */
	/* width: 500px; */
	/* margin: auto; */
}

.login-details h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 8px;
}

.login-details p {
	color: #BAC3CB;
	font-size: 18px;
	margin-bottom: 18px;
	display: inline-block;
}

.login-form {
	margin: 20px 0;
}

.login-form {
	margin: 0;
	display: grid;
	grid-row-gap: 0;
}

.form-input em {
	text-align: center;
	display: block;
	font-size: 15px;
	color: #BAC3CB;
	margin-top: -7px;
	font-style: normal;
	font-weight: 300;
}

.form-input input[type="button"] {
	background: #fff;
	color: #eb5601;
	font-size: 19px;
	font-weight: 600;
	margin: 10px auto 0;
	padding: 10px;
}

.login-or {
	position: relative;
	display: block;
	text-align: center;
}

.login-or span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 2px 10px;
	border-radius: 50px;
	font-size: 14px;
}

.login-or::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 100%;
	background: #fff;
}

.login-or-sign {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	grid-column-gap: 18px;
}

.login-or-sign a {
	border: 1px solid rgba(0, 0, 0, .40);
	color: #fff;
	padding: 9px;
	width: 45px;
	text-align: center;
	border-radius: 50px;
	background: rgba(0, 0, 0, .25);
	height: 45px;
}

.login-or-sign a img {
	width: 28px;
	height: 28px;
	margin: 0 6px 0 0;
}

.sign-up {
	text-align: center;
	display: block !important;
	margin: 20px 0 0 !important;
	color: #fff !important;
}

.sign-up a,
.form-input em a {
	color: #eb5601 !important;
	margin: 0 0 0 5px;
}

.login-details.signup-details .login-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
}

.login-details.signup-details {
	width: 480px;
	padding: 30px 30px;
}

/* .login-details.signup-details  .login-or {
	margin-top: 40px;
} */
.form-input.signup-btn {
	grid-column: 1/ span 2;
}

.sign-btn {
	height: 40px;
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 50px;
	display: grid;
	align-items: center;
	color: #eb5601;
	font-weight: 600;
}

/******CART PAGE START*******/
.main-grid-main.cart-page .inner-pages {
	width: calc(100% - 300px);
	float: left;
}

.main-grid-main.cart-page .side-l {
	float: right;
	width: 300px;
}

.cart-top {
	background: rgba(0, 0, 0, .40);
	padding: 20px;
	border-radius: 20px;
}

.cart-top-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.cart-top-head h3 {
	font-size: 20px;
	font-weight: 600;
}

.cart-top-mid {
	display: grid;
	grid-template-columns: 15px 200px 2fr;
	grid-column-gap: 23px;
	margin-top: 30px;
	align-content: start;
	align-items: start;
}

.cart-top-mid input[type="checkbox"] {
	margin-top: 90px;
}

.pro-img {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.cart-mid-titile {
	display: grid;
	grid-template-columns: 1fr 160px;
	width: 100%;
	justify-content: space-between;
}

.cart-mid-titile span {
	text-align: right;
	color: #fff;
	font-weight: 600;
	font-size: 19px;
}


.cart-mid-titile h4 {
	color: #fff;
	font-size: 19px;
	line-height: 28px;
	font-weight: 600;
}

.in-stock,
.free-shiping {
	color: #BAC3CB;
	font-size: 14px;
	margin: 10px 0;
	display: block;
}


.cart-mid-details p {
	color: #ffffff;
	font-size: 14px;
	margin: 10px 0;
	display: block;
}

.cart-mid-details b {
	color: #BAC3CB;
}

.qty-select {
	display: grid;
	grid-template-columns: 30px 1fr 30px;
	width: 120px;
	grid-column-gap: 9px;
	margin-top: 20px;
}

.qty-select input {
	width: 100%;
}

.qty-l::before,
.qty-r::before {
	content: "";
	height: 2px;
	width: 12px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 11px;
}

.qty-l::after {
	content: "";
	height: 2px;
	width: 12px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 11px;
	transform: rotate(90deg);
}

.qty-l,
.qty-r {
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}

.qty-select input {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
}

.cart-sub-total {
	background: rgba(0, 0, 0, .20);
	margin-top: 20px;
	padding: 10px 20px;
	text-align: right;
	border-radius: 10px;
	color: #fff;
	position: relative;
}

.cart-sub-total label {
	font-size: 19px;
}

.main-grid-main.cart-page {
	height: calc(100vh - 163px);
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	overflow: auto;
}

.process-pay {
	background: rgba(0, 0, 0, .40);
	padding: 10px;
	border-radius: 15px;
}

.process-pay {
	background: rgba(0, 0, 0, .40);
	padding: 25px;
	border-radius: 20px;
	display: grid;
	grid-row-gap: 10px;
}

.process-pay p {
	color: #fff;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
}

.process-pay label {
	color: #BAC3CB;
	display: flex;
	font-size: 14px;
	grid-column-gap: 10px;
}

.proceed-btn {
	background: #eb5601;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.process-pay select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 14px;
}

.delivery-add {
	background: rgba(0, 0, 0, .40);
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 17px;
	color: #fff;
	position: relative;
}

.delivery-add h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 13px;
}

.add-add {
	position: absolute;
	right: 15px;
	top: 12px;
	background: #eb5601;
	border-radius: 10px;
	padding: 2px;
	/* width: 30px; */
	/* height: 30px; */
}

.add-add img {
	width: 27px;
	height: 27px;
}

#add-adresss .modal-dialog {
	width: 750px;
	max-width: 750px;
}

.add-adresss-view .delivery-add {
	background: #efefff;
	border: 1px solid #ddd;
	color: #222;
	border-radius: 10px;
}

.add-adresss-view {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 17px;
}

#add-adresss .modal-header {
	background: #eb5601;
	color: #fff;
}

#add-adresss .modal-header h5 {
	font-size: 18px;
	font-weight: 600;
}

.add-adresss-view .delivery-add input[type="radio"] {
	position: absolute;
	right: 10px;
	top: 10px;
}

.add-address-input .delivery-add {
	background: #fff;
	border: 1px solid #d6d6d6;
}

.add-address-input .delivery-add .from-input {
	display: inline-block;
	width: 100%;
}

.add-address-input .delivery-add .from-input label {
	color: #222;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}

.add-address-input .delivery-add {
	background: #fff;
	border: 1px solid #d6d6d6;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 18px;
}

.add-address-input .delivery-add .from-input input,
.add-address-input .delivery-add .from-input textarea {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 5px 13px;
	font-size: 14px;
}

.add-address-input .delivery-add .from-input textarea {
	height: 70px;
}

.from-input.add-textarea {
	grid-column: 1/ span 2;
}

.add-address-input .delivery-add h2 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	grid-column: 1/ span 2;
}

#add-adresss .btn.btn-primary {
	background: #eb5601;
	border: 1px solid #eb5601;
}

.cart-top.payment-method {
	margin-top: 20px;
}

.payment-method-saved h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.payment-method-saved {
	margin-top: 20px;
}

.payment-card {
	display: flex;
	align-items: start;
	align-content: start;
	grid-column-gap: 10px;
	margin-top: 18px;
	background: rgba(0, 0, 0, .20);
	padding: 17px;
	border-radius: 10px;
}

.payment-card input[type="radio"] {
	height: auto;
	width: auto;
	margin: 5px 0 0 0;
}

.payment-card-box h5 {
	display: flex;
	color: #fff;
	grid-column-gap: 12px;
}

.payment-card-box p {
	display: flex;
	grid-column-gap: 10px;
	margin-top: 11px;
	color: #fff;
}

.payment-card-box p input {
	width: 60px;
}

.payment-card-box h5 img {
	width: 24px;
}

.payment-net {
	margin-top: 20px;
	background: rgba(0, 0, 0, .20);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	color: #fff;
	grid-column-gap: 10px;
	align-content: center;
	align-items: center;
}

.payment-net h5 {
	font-size: 17px;
	display: flex;
	grid-column-gap: 11px;
}

.payment-net select {
	width: 150px;
	background: #fff;
	border: 1px solid #fff;
	height: 30px;
	padding: 5px 10px;
	border-radius: 6px;
}

.main-grid-main.cart-page .inner-pages .proceed-btn {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 30px;
}

.cart-click span {
	position: absolute;
	right: -8px;
	top: -1px;
	background: #eb5601;
	color: #fff;
	width: 17px;
	height: 17px;
	border-radius: 50px;
	font-size: 9px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cart-drop {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 1;
	background: #fff;
	width: 350px;
	border-radius: 10px;
	display: none;
}

.cart-drop a {
	position: relative;
	display: flex;
	grid-column-gap: 16px;
	align-content: start;
	align-items: start;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.carttext {
	text-align: left;
}

.cart-drop a img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
}

.carttext h3 {
	font-size: 17px;
	color: #000;
	font-weight: 600;
}

.carttext p {
	font-size: 14px;
	color: #777;
}

.cart-list span {
	font-size: 15px;
	color: #000;
}

.cart-list em {
	width: 24px;
	height: 24px;
}

.cart-list em img {
	width: auto;
	height: auto;
}

.cart-drop.active {
	display: block;
}

.cart-drop.active::before {
	content: "";
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 15px;
	position: absolute;
	width: 10px;
	height: 10px;
	top: -10px;
	right: 0;
	margin: auto;
}

.music-player {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: #000;
	z-index: 22;
	grid-template-columns: 100px 90px 1fr 150px;
	align-content: center;
	align-items: center;
	grid-column-gap: 25px;
	padding: 10px 25px;
	display: none;
	bottom: -100px;
	transition: 0.5s;
}

.play-puse a svg path {
	fill: #fff;
}

.music-player.active {
	display: grid;
	bottom: 0;
}

.music-player audio {
	width: 98%;
	height: 49px;
	margin: auto;
	display: block;
}

.music-play-icon img {
	width: 26px;
}

.music-song-img img {
	width: 90px;
	border: 1px solid #fff;
	border-radius: 10px;
	height: 60px;
}

.audio-icon img {
	width: 26px;
}

.music-bar {
	display: flex;
	grid-column-gap: 20px;
	align-items: center;
	position: relative;
}

.music-bar span {
	background: #777;
	border-radius: 50px;
	height: 7px;
	display: inline-block;
	width: 100%;
}

.music-bar span b {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	left: 20%;
	top: 3px;
}

.music-audio {
	display: flex;
	grid-column-gap: 15px;
}

.volu-plus-minues {
	display: inline-block;
	width: 100%;
	position: relative;
}

.volu-plus-minues span {
	width: 100%;
	height: 5px;
	background: #777;
	display: inline-block;
	border-radius: 50px;
}

.volu-plus-minues span b {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 9px;
}

.music-bar b {
	color: #efefef;
	font-size: 14px;
}

.crate-gtop h2,
.crate-gtop p {
	padding-left: 60px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.crate-gtop span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.crate-gtop {
	position: relative;
}


.crate-gtop span img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding: 2px;
}

.crate-gtop h2,
.crate-gtop h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 5px;
}

.crate-gtop p {
	font-size: 14px;
}

.crate-gtop {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.group-view span {
	width: 100%;
	display: inline;
	position: relative;
}

.group-view span img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 0;
}

.btn {
	border-radius: 50px;
	padding: 8px 25px;
}

.btn-primary {
	background: #eb5601;
	color: #fff;
	border: 1px solid #eb5601;
}

.btn-primary:hover {
	background: #fff;
	color: #eb5601;
	border: 1px solid #fff;
}

.form-input {
	margin-bottom: 20px;
}

.group-view {
	display: inline-block;
	width: 100%;
	margin-top: 0;
}

.group-view h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 3px;
}

.group-view p {
	color: #BAC3CB;
	font-size: 17px;
	font-weight: normal;
}

.group-view a {
	color: #BAC3CB;
	font-size: 17px;
	font-weight: normal;
}

.edit-group-img {
	position: absolute;
	right: 20px;
	bottom: 17px;
	background: #000;
	width: 110px;
	color: #fff;
	border-radius: 50px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.edit-group-img input {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	height: 100%;
}

.edit-group-img img {
	width: 25px !important;
	height: 25px !important;
}

.group-head {
	position: relative;
}

.group-head .btn.btn-primary {
	position: absolute;
	right: 0;
	top: 7px;
	padding: 5px 20px;
}

/* .btn-secondary {
	background: #000;
	border-color: #000;
} */

.profile-one.profile-edit.group-view-page {
	padding: 20px 10px;
}

.mid-part.mid-part-group {
	width: calc(100% - 580px);
}

.mid-right.mid-right-group {
	width: 250px;
}

.mid-right.mid-right-group .white-box {
	width: 100%;
}

.group-about-t {
	position: relative;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.group-about-t img {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 16px;
	top: 6px;
}

.group-about-t h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.group-about-t h3,
.group-about-t p {
	padding-left: 35px;
}

.group-about-t p {
	font-size: 15px;
	color: #BAC3CB;
	word-wrap: break-word;
}

.group-about {
	padding: 10px 0;
}

.last-location iframe {
	width: 100%;
	border-radius: 10px;
}

.last-activity {
	margin-top: 20px;
}

.last-activity h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.last-activity-box {
	display: inline-block;
	width: 100%;
	position: relative;
}

.last-activity-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
}

.last-activity-box h4,
.last-activity-box p {
	padding-left: 33px;
	margin: 0 0 3px 0;
}

.last-activity-box {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.last-activity-box p {
	font-size: 14px;
	color: #BAC3CB;
}

.last-activity-box p span {
	color: #eb5601;
}

.dot-activity {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.dot-activity img {
	position: initial;
}

.activity-drop a {
	display: inline-block;
	width: 100%;
	color: #222;
	padding: 7px 13px;
	font-size: 14px;
}

.activity-drop {
	position: absolute;
	right: 0;
	top: 30px;
	background: #fff;
	border-radius: 5px;
	display: none;
	z-index: 1;
}

.activity-drop.acti-click.active {
	display: block;
}

.activity-drop a:hover {
	color: #eb5601;
}

.mid-part.mid-part-group .directory-page {
	height: auto;
	overflow: hidden;
}

.pay-success {
	background: rgba(0, 0, 0, .40);
	border-radius: 30px;
	padding: 50px;
	text-align: center;
}

.pay-success-img {
	width: 170px;
	margin: 20px auto 30px;
}

.pay-success h2 {
	color: #fff;
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 5px;
}

.pay-success p {
	color: #BAC3CB;
	font-size: 15px;
	margin: 10px 0 0 0;
}

.login-page.login-two {
	grid-template-columns: 1fr 1fr;
	max-width: 850px;
	margin: 50px auto;
	background: rgba(0, 0, 0, .40);
	border-radius: 15px;
	height: auto;
	padding: 0;
	grid-column-gap: 10px;
}

.main-wrapper.hv-100 {
	min-height: 100vh;
	display: grid;
	align-content: center;
}

.login-left {
	text-align: center;
	background: rgba(0, 0, 0, .40);
	border-radius: 15px 0px 0px 15px;
	display: grid;
	align-items: center;
	align-content: center;
}

.login-left img {
	width: 150px;
	margin: 0px auto 25px;
}

.login-left h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 10px;
}

.login-left p {
	font-size: 18px;
	color: #fff;
}

.feed-box-tp.feed-box-space {
	position: relative;
}

.feed-box-tp.feed-box-space .feed-img {
	position: absolute;
	left: 0;
	top: 0;
}

.feed-box-tp.feed-box-space h3,
.feed-box-tp.feed-box-space p {
	padding-left: 67px;
	margin: 0;
}

.feed-box-tp.feed-box-space p {
	font-size: 14px;
}


.feed-box-inner {
	margin-top: 12px;
}

.shuffle-icon svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.audio-icon svg {
	width: 20px;
	height: 20px;
}

.audio-icon svg polygon,
.audio-icon svg path {
	stroke: #fff;
}

.play-puse {
	display: flex;
	grid-column-gap: 10px;
}

.play-puse a svg {
	width: 25px;
	height: 25px;
}

.music-player a:hover {
	transform: scale(1.1);
}

.music-player a {
	transition: 0.5s;
}

.add-group-btn {
	width: 100%;
	margin-bottom: 20px;
}

.check-in-head span img {
	width: 39px;
	height: 39px;
	border-radius: 50px;
	border: 1px solid #ffff;
	padding: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

.check-in-head {
	position: relative;
}

.check-in-head h2 {
	padding-left: 51px;
	font-size: 18px;
	color: #fff;
	margin: 9px 0 0 0;
}

.check-in-head h2 b {
	font-weight: normal;
	color: #BAC3CB;
}

.check-in-mid {
	display: inline-block;
	width: 100%;
}

.check-in-mid p {
	color: #fff;
	font-size: 15px;
}

.check-in-mid iframe {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	margin-top: 15px;
}

.check-in-foot {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-column-gap: 16px;
	margin-top: 10px;
	background: rgba(0, 0, 0, .40);
	padding: 15px;
	border-radius: 10px;
}

.check-in-r {
	margin: -8px 0 0 0;
}

.check-in-foot span img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 2px;
}

.check-in-r b {
	color: #BAC3CB;
	font-size: 14px;
}

.check-in-r h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.check-in-r p {
	color: #ffffff;
	font-size: 13px;
}

.cart-sub-total .trash-icon {
	position: absolute;
	left: 13px;
	top: 10px;
}

.trash-icon img {
	width: 30px;
	height: 30px;
}

#post-storyLabel {
	color: #fff;
	font-weight: 700;
}

.add-img {
	width: 25px;
	height: 25px;
	margin: 0 7px 0 0;
}

#post-story .modal-dialog {
	max-width: 650px;
	width: 100%;
}


.create-story-top {
	display: flex;
	justify-content: space-between;
}


.create-top-l img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.create-top-l h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 0 10px;
}

.create-top-l {
	display: flex;
	align-content: center;
	align-items: center;
}


.dropdown-custom ul {
	background: rgba(0, 0, 0, .80);
	border-radius: 7px;
}




.create-top-r .dropdown-custom {
	position: relative;
	width: 150px;
	border: 0;
	border-radius: 3px;
	margin: 0;
	background: rgba(0, 0, 0, .40);
	border-radius: 7px;
	color: #fff;
	z-index: 1;
	height: 40px;
}

.create-top-r .dropdown-custom::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	transform: rotate(135deg);
	position: absolute;
	right: 16px;
	top: 12px;
}

.create-top-r .dropdown-custom input[type=radio] {
	display: none;
}

.create-top-r .dropdown-custom input[type=radio]+label {
	height: 0;
	opacity: 0;
	display: block;
	transform: scale(0);
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
}

.create-top-r .dropdown-custom input[type=radio]+label:hover {
	font-weight: bold;
}

.create-top-r .dropdown-custom input[type=radio]:checked+label {
	height: auto;
	opacity: 1;
	padding: 8px 12px;
	display: block;
	transform: scale(1);
}

.create-top-r .dropdown-custom .dropdown-trigger {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 8px 12px;
}

.create-top-r .dropdown-custom .dropdown-trigger:focus~label,
.create-top-r .dropdown-custom .dropdown-trigger:focus~ul input[type=radio]+label {
	height: auto;
	opacity: 1;
	transform: scale(1);
	position: relative;
	padding: 8px 12px;
	display: block;
}

.create-top-r .dropdown-custom .dropdown-trigger:focus~ul {
	border: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	margin: 5px 0;
	border-radius: 3px;
	position: absolute;
	width: 100%;
}

.create-top-r .dropdown-custom input[type="radio"]:checked+label img {
	width: 20px;
	height: 20px;
	float: left;
	margin: 3px 11px 0 0;
}

.dropdown-custom ul li label img {
	width: 20px;
	height: 20px;
	float: left;
	margin: 3px 11px 0 0;
}

.create-top-mid .form-input textarea {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, .40);
	border: 0px;
	resize: none;
	border-radius: 10px;
	margin-top: 23px;
	padding: 5px 15px;
	color: #fff;
}

.form-color-top a span {
	height: 25px;
	width: 25px;
	display: inline-block;
	border-radius: 100px;
}

.form-color-top {
	display: flex;
	width: 100%;
	grid-column-gap: 10px;
}

.bg-red {
	background: red;
}

.bg-blue {
	background: #5a2ff9;
}

.bg-pink {
	background: #ff7856;
}

.bg-purpal {
	background: #f92fd7;
}

.bg-sky {
	background: #2f94f9;
}

.bg-black {
	background: #000;
}

.form-bg-body {
	background: #ff7856;
	display: inline-block;
	width: 100%;
	height: 200px;
	border-radius: 10px;
	margin-top: 15px;
}

.story-btn {
	display: flex;
	grid-column-gap: 15px;
	margin-top: 20px;
}

.story-btn a {
	border: 1px solid #fff;
	border-radius: 7px;
	display: flex;
	padding: 10px 20px;
	color: #fff;
	grid-column-gap: 16px;
}

.story-btn a img {
	width: 22px;
	height: 22px;
}

#post-story .btn-primary {
	background: #eb5601;
	/* border: 1px solid #fff; */
	margin: 0 10px 0 0;
}

#post-story .btn-primary:hover {
	color: #fff;
}

#post-story .btn-secondary {
	background: #fff;
	color: #222;
}

.story-btn a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.modal-style .modal-header h5 {
	color: #fff;
	font-weight: 600;
}

.user-story {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
}

.user-story img {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	border-radius: 100px;
}

.user-story h2,
.user-story p {
	padding-left: 50px;
	margin: 0;
}

.user-story h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.user-story p {
	font-size: 13px;
	color: #BAC3CB;
}

#view-story .modal-dialog {
	width: 850px;
	max-width: 100%;
}

.create-story-list {
	display: inline-block;
}

.post-slide-in {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	flex-direction: column;
}

.post-story-discription {

	color: white;
	width: 100%;
}

.post-slide-in .post-slide-one {
	width: 350px;
	height: 100%;
	margin: 15px 0;
}

.post-slide-in .post-slide-one img {
	width: 100%;
	height: 350px;
}

.create-photo-video {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .40);
	border-radius: 15px;
}

.create-photo-video a {
	position: relative;
}

.create-photo-video a input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #eb5601;
}

.create-photo-video a label {
	color: #eb5601;
	font-size: 20px;
	font-weight: 700;
}

.create-photo-video a label img {
	width: 28px;
	height: 28px;
	float: left;
	margin: 2px 10px 0 0;
}

.story-tab2 {
	display: none;
	margin-top: 25px;
}

.story-tab2.active {
	display: block;
}

.story-tab1.none {
	display: none;
}

.story-tab1.none.active {
	display: block;
}

.story-tab2.none {
	display: none;
}

.scroll-spacer {
	align-items: center;
	background-color: #1a1a1a;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	height: 75vh;
	margin: 1em auto;
	width: 90%;
}

video {
	display: block;
	height: auto;
	margin: auto;
	position: relative;
	width: 100%;
	border-radius: 10px;
}

.video-wrap {
	margin: 0 auto;
	position: relative;
	width: 100%;
	border-radius: 10px;
}

/* .video-wrap:after {
	border-bottom: 1px solid red;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
  } */
#commnent-box .create-top-r {
	float: right;
	position: relative;
	z-index: 1;
}




/*start product details page*/

.pro-details {
	background: rgba(0, 0, 0, .40);
	border-radius: 10px;
	padding: 20px 10px;
}


.pro-details .slider.slider-nav .slick-prev.slick-arrow,
.pro-details .slider.slider-nav .slick-next.slick-arrow {
	position: absolute;
	z-index: 1;
	font-size: 0;
	border: 0;
	background: url(../images/arrow-icon.svg) center top no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: 14px;
	top: 32%;
	background-color: #eb5601;
	padding: 5px;
	border-radius: 100px;
}

.pro-details .slider.slider-nav .slick-prev.slick-arrow {
	left: 8px;
	background-position: 8px 6px;
	background-size: 11px;
}

.pro-details .slider.slider-nav .slick-next.slick-arrow {
	right: 8px;
	transform: rotate(180deg);
	background-position: 8px 6px;
	background-size: 11px;
}

.pro-details .slick-slide img {
	display: block;
	border-radius: 10px;
}

.pro-details-r h2 {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.brand-title {
	color: #eb5601;
	margin: 10px 0;
	display: block;
}

.off-rupee {
	/* border-top: 2px solid rgba(0, 0, 0, 0.2); */
	/* border-bottom: 2px solid rgba(0, 0, 0, 0.2); */
	margin-top: 10px;
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .40);
	border-radius: 10px;
}

.off-rupee span,
.off-rupee p {
	display: inline-block;
	margin: 0 13px 0 0;
}

.off-rupee span {
	color: red;
	font-size: 16px;
}

.off-rupee p {
	font-size: 28px;
	font-weight: 800;
}

.off-rupee label {
	display: block;
	font-size: 14px;
	color: #BAC3CB;
	margin: 5px 0;
}

.pro-ul-one {
	padding: 15px 0;
	display: block;
	color: #BAC3CB;
}

.pro-ul-one li {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 23px;
}

.pro-ul-one li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 8px;
	height: 8px;
	background: #BAC3CB;
	border-radius: 100px;
}

.btn-add-buy {
	display: grid;
	margin-top: 25px;
	grid-row-gap: 15px;
}

.pro-details-r {
	padding-left: 10px;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pro-details h3 {
	color: #fff;
	margin-top: 50px;
	font-size: 23px;
	font-weight: 600;
}

.pro-details .procut-box-text h3 {
	margin: 0;
	font-size: 18px;
}

.slider.slider-nav .pro-thum {
	margin: 0 3px;
}


/*directory new*/

.inner-pages.directory-new {
	width: 100%;
	padding: 0;
}

.m-n-p.out-login-sign a {
	width: auto;
	height: auto;
	padding: 5px 25px;
}

.m-n-p.out-login-sign a.btn.btn-primary {
	background: #eb5601;
}

.m-n-p.out-login-sign a.btn.btn-primary:hover {
	background: #fff;
}

.directory-new .directory-box {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
}

.inner-pages.directory-new.directory-new-details .directory-box {
	padding: 15px 0 !important;
}

.directory-banner {
	background: #eb5601;
	padding: 0;
	border-radius: 20px;
	display: block;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}

.directory-banner-r,
.directory-banner-r img {
	position: relative;
	border-radius: 20px;
	width: 100%;
	display: block;
	height: 250px;
	object-fit: cover;
}

.directory-banner-r h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px 0px 20px 20px;
	padding: 15px 0;
}


.directory-banner-r::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .20);
	z-index: 1;
	border-radius: 20px;
}

.directory-new .directory-box .btn {
	padding: 3px 20px;
	margin: 10px 0 10px 10px;
}

.group-head-one {
	position: relative;
}

.group-head-one h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 3px;
}

.group-head-one p {
	color: #BAC3CB;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.group-head.group-head-one .de-icon.other-btns {
	position: absolute;
	top: 0;
}

.group-head {
	position: relative;
}

.business-links li {
	list-style-type: none;
	position: relative;
	/* margin-left: 1em; */
	padding: 5px 0;
}

.business-links li a {
	color: #ffffff;
	font-size: 17px;
	display: inline-flex;
	grid-column-gap: 8px;
	width: auto;
}

.business-links li i {
	margin-right: 0.4em;
}

.business-links li a svg {
	width: 19px;
	height: 21px;
	float: left;
	margin: 3px 0px 0 0;
}

.business-links li a svg.location-svg {
	width: 18px;
	height: 18px;
	margin: 4px 0px 0 0;
}

.di-btn-three a svg {
	width: 18px;
	height: 17px;
	margin: -2px 5px 0 0;
}

.business-details-back-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50px;
	background: #FFFFFFee;
	box-shadow: 2px 2px 4px #888;
	margin-top: 3px;
}

.business-details-back-btn svg {
	width: 25px;
	height: 25px;
}

.u-p-b-img {
	display: inline-block;
	width: 100%;
}

.u-p-b-img img {
	width: 100%;
	border-radius: 10px;
	height: 350px;
	object-fit: fill;
}

.user-pro-banner {
	position: relative;
}

.u-p-b-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.u-p-b-browse {
	width: 160px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 100px;
	position: relative;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.u-p-b-browse input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.u-p-b-browse label {
	color: #fff;
	cursor: pointer;
	text-align: center;
	pointer-events: none;
}

.u-p-b-browse label svg {
	width: 25px;
	height: 25px;
}

.u-p-t-user .u-p-b-browse {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	background: #000;
}

.u-p-t-user {
	position: relative;
	width: 130px;
	height: 130px;
	float: left;
}

.u-p-t-user span img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.u-p-t-user-r {
	float: left;
	width: calc(100% - 130px);
	padding-left: 30px;
	padding-top: 70px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.u-p-t-user-two a {
	padding: 5px 20px;
	margin: 0 0 0 10px;
}

.user-pro-text {
	display: inline-block;
	width: 100%;
	position: relative;
	top: -50px;
	padding: 0 30px;
}

.u-p-t-user-one h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

.u-p-t-user-one p {
	font-size: 18px;
	margin-bottom: 5px;
}

.u-p-t-friend {
	display: flex;
	padding-left: 10px;
	margin-top: 13px;
}

.u-p-t-friend a {
	width: 35px;
	height: 35px;
	margin: 0 0 0 -9px;

}

.u-p-t-friend a img {
	border-radius: 100%;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
}

.user-pro-bio {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	margin-top: -20px;
	grid-column-gap: 25px;
	margin-bottom: 30px;
	align-content: start;
	align-items: start;
}

.bg-profile {
	background: rgba(0, 0, 0, .20);
}

.user-pro-bio-tp {
	background: rgba(0, 0, 0, .20);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.user-pro-bio-l h3 a {
	padding: 4px 20px;
}

.user-pro-bio-l h3 {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}

.user-pro-bio-top p {
	color: #fff;
	margin-bottom: 8px;
}

.user-pro-bio-r .feed-input {
	margin-bottom: 15px;
}

.user-pro-bio-photo {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 11px;
	grid-row-gap: 11px;
}

.user-pro-bio-photo a img {
	border-radius: 5px;
}

.di-new-img img {
	height: 280px;
}

/*directory main*/

.dire-main-pbox {
	margin-top: 20px;
	background: rgba(0, 0, 0, .40);
	box-shadow: 0 20px 90px rgba(58, 46, 68, 0.05);
	border-radius: 10px;
	padding: 10px;
	transition: 0.5s;
	border: 1px solid #2b2c30;
	display: inline-block;
	width: 100%;
	transition: 0.5s;
}

.dire-main-pbox:hover {
	transform: scale(1.02);
}

/* .dire-main-pbox:hover {background: rgba(0,0,0,.30);padding-bottom:7px;} */
.dire-main-pbox span {
	display: block;
	width: 100%;
	height: 310px;
}

.dire-main-pbox span img {
	border-radius: 10px 10px 0 0;
	height: 100%;
	width: 100%;
}

.dire-main-pbox h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 15px 0 10px 0;
	font-size: 24px;
}

.dire-main-pbox.dire-main-nbox span {
	height: 180px;
}

.dire-main-pbox.dire-main-nbox span img {
	height: 100%;
	width: 100%;
}

/* .dire-main-pbox.dire-main-nbox h2 {
	font-size: 20px;
	font-weight: 600;
} */

.dire-main-pbox.dire-main-nbox h2 {
	font-size: 18px;
	text-align: left;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
}

.titile-head {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
}

.tx-center {
	margin: auto;
	display: block;
	text-align: center;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.p-25 {
	padding-right: 20px;
}

.navbar-toggler {
	background-color: #301616;
}

.sidebar-toggle-btn svg {
	color: #eb5601;
}


.search-for-mobile .search-bar input{
	margin: 10px 0 !important;
}

.sidebar-toggle-btn{
	background-color: transparent !important;
}

.sidebar-toggle-btn:focus{
	background-color: none !important;
	box-shadow: none !important;
}


/* Wrapper to style file input nicely */
input[type="file"] {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #555;
  padding: 5px 20px 5px 5px;
}

/* Hide ugly default file input text */
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::before {
  content: 'Choose File';
  display: inline-block;
  background: #ff6d1d;
  color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  margin-top: -1px;
  transition: background 0.3s ease;
}

input[type="file"]:hover::before {
  background: #e85f16;
}

input[type="file"]:active::before {
  background: #e85f16;
}

/* Make sure the chosen filename is shown */
input[type="file"] {
  color: #ccc;
  font-size: 14px;
}
.message-dorp{
	z-index: 999;
}
.login-form .input-eye-block, .profile-one .input-eye-block{
	display: flex;
	align-items: center;
}

.login-form .input-eye-block i, .profile-one .input-eye-block i{
	position: relative;
    margin-left: -49px;
    color: #fff;
    height: 42px;
    width: 39px;
    justify-content: center;
    display: flex;
    align-items: center;
}
@media screen and  (min-width: 1025px) {
	.web-sidebar-section {
		display: block;
	}

	.sidebar-toggle-btn {
		display: none;
	}
	.search-for-mobile{
		display: none;
	}
	.search-for-desktop{
		display: block;
	}
	.header-wrapper{
		gap: 10px;
		align-items: center;
		display: grid;
        grid-template-columns: 11% 90%;
	}
	.notification-section-mobile{
		display: none !important;
	}
	.addcart-sidebar{
		display: none;
	}
	.navbar-expand-lg .navbar-toggler{
		display: none;
	}
	.home-section-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.web-sidebar-section {
		display: none;
	}
	.dashboard-section .mid-right{
		width: 100%;
	}
	.dashboard-section .mid-part{
		overflow: visible;
        width: 100%;
        margin: 0;
        height: auto;
	}
	.dashboard-section .white-box, .dashboard-section .flow-pe{
		width: 100%;
	}

	.sidebar-toggle-btn .navbar-toggler-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: transparent !important;
	}

	.web-aside-section-mob {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		z-index: 500;
		background-color: #24120b;
		border-radius: 0;
	}
	.search-for-mobile .search-bar input{
		margin-bottom: 0 !important;
	}

	.header-wrapper a{
		width: 35px;
	}

	.side-top-one {
		position: relative;
	}

	.side-top-one .cross-icon {
		position: absolute;
		top: 16px;
		left: 15px;
	}

	.side-top-one .cross-icon svg {
		color: #fff;
	}
	.search-for-mobile, .search-for-mobile input{
		display: block;
		width: 100% !important;
	}
	.search-for-desktop{
		display: none;
	}
	.header-wrapper{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.margin-form-mob{
		margin-top: 30px !important;
	}
	.main-grid.dashboard-section{
		margin-top: 150px !important;
	}
	.notification-section-mobile{
		display: flex ;
	}
	.navbar.navbar-expand-lg.bg-light{
		padding: 15px 0;
	}
	.sidebar-toggle-btn{
		width: 45px;
		height: 45px;
	}
	.main-grid{
		margin-top: 150px !important;
	}
	.addcart-sidebar{
		display: block;
	}
	.main-grid-main.profile-page .inner-pages, .main-grid-main.profile-page .side-l{
		width: 100%;
	}
	.main-grid-main.profile-page .inner-pages{
		padding: 0px;
	}
	.mid-part-full-width{
		width: 100% !important;
		margin: 0;
	}
	.message-dorp{
		right: 50px;
	}
	.mid-part.mid-part-group{
		width: 100%;
	}
	.navbar-expand-lg .navbar-toggler{
		display: block;
	}
	.navbar-expand-lg .navbar-collapse{
		display: none !important;
	}
	.navbar .container{
		flex-direction: column !important;
	}
	.dashboard-section .home-section-desktop{
		display: none;
	}
	.dashboard-section .mid-right{
		height: 100%;
	}
	.home-section-mobile {
		display: block;
	}
	.mobile-video-sec{
		border-radius: 60px;
		background-color: rgba(0, 0, 0, .40);
		padding: 12px;
		color: #fff;
	}
	.mobile-video-sec h2{
		font-size: 14px;
		white-space: nowrap;
	}
	.home-section-mobile{
		gap: 10px !important;
	}
	.mobile-video-sec a i{
		font-size: 22px;
		display: inline-block; /* needed for transform animation */
  		animation: nudge-left-right 1.5s infinite ease-in-out;
	}
	@keyframes nudge-left-right {
		0%   { transform: translateX(0); }
		25%  { transform: translateX(-3px); }
		50%  { transform: translateX(0); }
		75%  { transform: translateX(3px); }
		100% { transform: translateX(0); }
	}
	.mt-for-mobile{
		margin-top: 30px;
	}
}
@media (min-width: 1025px) and (max-width: 1127px){
	.navbar .header-wrapper{
		max-width: 30%;
  	}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
	max-width: calc(100% - 30px) !important;
  }
  /* .navbar.navbar-expand-lg.bg-light .form-control.me-2{
	width: 100% !important;
  } */
}

@media (max-width: 820px){
	.login-page.login-two{
		grid-template-columns: 1fr;
	}
	.login-left{
		padding-bottom: 30px;
	}
	.login-details.signup-details{
		max-width: 100%; 
		width: 100%;
	}
}


@media screen and (max-width:600px) {
	.dire-main-pbox span {
		height: 230px;
	}
	.music-player.active{
		gap: 10px;
	}
	.login-page.login-two {
		grid-template-columns: 1fr;
	}


	.login-details.signup-details .login-form {
		gap: 8px;
	}
	.profile-page .profile-one-inpu .col-sm-6{
		padding: 0 !important;
	}
	.music-player{
		grid-template-columns: 1fr;
	}
	.change-password-page .profile-one-input{
		grid-template-columns: 1fr !important;
	}
	.message-dorp{
		right: 22px;
		width: 262px;
		top: 65px;
	}
	
}

@media screen and (max-width:1400px) {
	.other-btns {
		top: 34px !important;
	}
}

@media screen and (max-width: 600px){
	.main-grid-main.cart-page{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.main-grid-main.cart-page .inner-pages, .main-grid-main.cart-page .side-l, .main-grid-main.profile-page .inner-pages, .main-grid-main.profile-page .side-l{
		width: 100%;
	}
	.profile-one{
		padding: 15px !important;
	}
	
}
@media screen and (max-width: 400px){
	.mobile-video-sec h2{
		max-width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


.buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.seek_slider {
	width: -webkit-fill-available;
}



/* Hide file input, but keep clickable */
.comment-foot-l input[type="file"] {
  position: absolute;
  inset: 0;              /* shorthand for top:0; right:0; bottom:0; left:0 */
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Style the icon wrappers */
.comment-foot-l a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease;
}
.sign-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.btn-loader i {
  font-size: 16px;
}
#sidebar-notification.message-dorp{
	overflow: auto;
}

/* span both columns */
.login-details.signup-details .login-form .form-input--full {
  grid-column: 1 / -1; /* or: span 2 */
}

/* make sure file input fills the wrapper */
.login-details.signup-details .login-form .form-input--full input[type="file"] {
  width: 100%;
  box-sizing: border-box;
}
.bio-textarea::placeholder{
	color: #fff;
}