* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
	color: #101010;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 400;
}
a i {
	font-size: 14px;
}
figure {
	margin: 0;
}
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
button:focus,
.btn:focus,
input {
	outline: none;
	box-shadow: none;
}
input:focus {
	box-shadow: none;
	border: none;
}
textarea {
	resize: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
	outline-offset: none;
}
.main-header ul li {
	margin: 0 4px;
}
.pagination .page-link:focus {
    box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
.head-logo {
	display: flex;
	justify-content: center;
	padding: 25px 0 50px 0;
}
.free-account h3 {
	font-size: 32px;
	color: #101010;
	font-weight: 700;
	margin-bottom: 40px
}
.free-account ul li {
	font-size: 18px;
	color: #101010;
	margin-bottom: 25px;
}
.free-account .wrapper {
	display: flex;
	position: relative;
	justify-content: center;
}
.free-account .wrapper .box:first-child {
	border-right: 2px solid rgb(102 102 102 / 30%);
	padding-right: 50px;
}
.free-account .wrapper .box:last-child {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
}
/*
.free-account .wrapper:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #666666;
    left: 0;
    margin: auto;
}
*/
.free-account .wrapper .box {
	width: 560px;
	flex: 0 0 560px;
}
.custom-btn {
	background: #101010;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	height: 50px;
	/* line-height: 50px; */
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	border: 2px solid #101010;
}
.custom-btn:hover {
	background: #fff;
	color: #101010;
}
.right-sec p:first-of-type {
	border-top: 0
}
.right-sec p {
	font-size: 15px;
	color: #333;
	border-top: 1px solid #8A8A8A;
	padding: 18px 0 25px;
	margin: 0;
}
.right-sec p a {
	color: #000
}
.free-account .form-group {
	margin-bottom: 30px
}
.free-account .form-control {
	border: 0;
	height: 38px;
	border-bottom: 1px solid #8A8A8A;
	border-radius: 0;
	padding: 4px 7px;
	color: #8A8A8A;
	font-size: 18px;
	outline: 0 !important;
	box-shadow: none;
}
.log-wrap h3 {
	text-align: center
}
.custom-btn.outline-btn {
	background: #fff;
	color: #010101;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.custom-btn.outline-btn:hover {
	background: #101010;
	color: #fff
}
.login-page {
	margin: 0 75px;
}
.free-account.login-page figure {
	text-align: center;
	margin: 0;
	/* height: 615px; */
}
.pagination li,
.pagination li a,
.pagination li a i {
	transition: all .3s ease-in-out;
}
.pagination li:hover {
	background: #000;
	border-radius: 3px;
}
.pagination li:hover a,
.pagination li:hover a i,
.pagination li:hover a.prev {
	color: #fff !important;
	opacity: 1;
}
a.back-to-home {
	color: #DA7E3C;
	font-size: 15px;
	text-decoration: underline !important;
	margin-top: 16px;
	display: inline-block;
	width: 100%;
}
.log-wrap .back-to-home {
	margin-top: 45px;
	text-align: center;
}
/* HEADER Styling Start  */
.main-header {
	/*position: relative;*/
}
header {
	background: transparent;
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
header .navbar-nav li a {
	font-size: 16px;
	color: #101010;
}
header .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}
.menu a.pricing-link {
	padding: 0 24px;
	position: relative;
	transition: all .3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
	/* margin-top: 4px; */
	display: block;
}
.menu a.pricing-link:hover {
	color: #da7e3c;
}
.menu a.pricing-link:after {
	height: 30px;
	width: 1px;
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background: #d9d9d9;
}
/* added css  */
.menu p,
.menu a {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #101010;
}
.login-btn {
	padding: 10px 26px;
	color: #fff !important;
	background: #101010;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #101010;
	transition: all .3s ease-in-out;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
header .menu .login-btn,
header .menu a.signup-btn {
	padding: 10.5px 16.8px;
	font-size: 14px;
	height: 40px !important;
}
.login-btn:hover {
	background: #fff;
	color: #101010 !important;
}
a.signup-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 11px 26px;
	color: #101010;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #101010;
	margin: 0 15px 0 10px;
	transition: all .3s ease-in-out;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.signup-btn:hover {
	background: #101010;
	color: #fff !important;
}
/* addded css end  */
.mob-cart a.cart {
	display: none;
}

/* main-div css Start  */
.main-div {
	padding: 114px 0 35px;
	text-align: center;
}
figure.heart-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
figure.circle-bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50px;
	z-index: -1;
}
figure.small-circle {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: -1;
}
.main-div h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
	color: #18191F;
}
.search-with-select {
	display: flex;
	align-items: center;
	justify-content: center;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
}
.has-search .form-control-feedback img {
	object-fit: contain;
	width: 18px;
}
.search-with-select {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 708px;
	height: 55px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	width: 78%;
	margin: 10px auto 30px;
	position: relative;
}
.search-with-select .has-search {
	width: 75%;
	margin: 0;
}
.search-with-select .has-search {
	border: none;
}
.search-with-select input {
	border: none;
	font-size: 15px;
	padding-left: 40px;
	border-right: 1px solid #9f9d9d;
	border-radius: 0;
}
.search-with-select input.form-control:focus {
	border-color: #9f9d9d;
}
.search-with-select input:hover,
.search-with-select input:focus,
.search-with-select input:hover {
	box-shadow: none;
}
.search-with-select select {
	border: none;
	width: 25%;
	padding-left: 15px;
	font-size: 14px;
	margin-right: 10px;
    outline: none;
}
.search-with-select select:focus-visible {
	outline: none;
}
/* main-div css Start  */
.header-bg {
	background: #fff;
}
header ul.navbar-nav li a {
	transition: all .3s ease-in-out;
}
header ul.navbar-nav li a:hover {
	color: #da7e3c;
}
.tabbing-sec .view-all {
	display: block;
	margin: 35px auto 50px;
	max-width: 150px;
	text-align: center;
	height: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
/* HEADER Styling End  */

/* TABBING-SEC Styling Start  */
.tabbing-sec {
	padding-top: 30px;
	/* border-top: 1px solid #dfdfdf; */
}
.nav-tabs {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border: none;
}
.nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	transition: color .2s ease-out;
}
.tabs-dark .nav-link {
	color: #fff;
}
.tabs-light .nav-link {
	color: rgba(0, 0, 0, .5);
}
.tabs-dark .nav-link:not(.active):hover {
	color: #aeb0b3;
}
.tabs-light .nav-link:not(.active):hover {
	color: #495057;
}
.nav-pills .nav-link {
	border-radius: 2px;
	color: #495057;
	transition: color .2s ease-out, box-shadow .2s;
}
.nav-pills .nav-link:hover {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-pills .nav-item {
	margin: 5px 15px;
}
.nav-pills.pills-dark .nav-link.active {
	border: 1px solid #101010 !important;
	color: #fff !important;
	background-color: #101010 !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-pills.pills-dark .nav-link:not(.active):hover {
	color: #1d1e22;
}
.tabs-marker .nav-link {
	position: relative;
}
.tabs-marker .nav-link.active .marker {
	height: 30px;
	width: 30px;
	left: 50%;
	bottom: -30px;
	transform: translatex(-50%);
	position: absolute;
	overflow: hidden;
}
.tabs-marker .nav-link.active .marker:after {
	content: "";
	height: 15px;
	width: 15px;
	top: -8px;
	left: 50%;
	transform: rotate(45deg) translatex(-50%);
	transform-origin: left;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
}
.tabbing-sec .container {
	max-width: 100%;
	padding: 0;
}
#pills-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px!important;
}
#pills-tab li a {
	/* width: 130px; */
	padding: 12px 19px;
	border-radius: 5px;
	color: #B5B4B4;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #d2d2d2;
}
/* Grid-css Start  */
.trending-image-gallery {
	margin: 4vh auto;
	max-width: 100%;
	display: grid;
	/* grid-gap:30px; */
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}
.trending-image-gallery figure {
	text-align: center;
	padding: 1rem 0;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	background: #fff;
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	/* border: 1px solid #f5f5f5; */
}
.trending-image-gallery figure img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
	transition: all .5s;
}
.trending-image-gallery .trending-image-1,
.trending-image-gallery .trending-image-14 {
	grid-row: span 2;
	grid-column: span 2;
}
.trending-image-gallery .trending-image-2,
.trending-image-gallery .trending-image-15 {
	grid-column: span 2;
}
.trending-image-gallery .trending-image-3,
.trending-image-gallery .trending-image-16 {
	grid-row: span 3;
}
.trending-image-gallery .trending-image-4,
.trending-image-gallery .trending-image-17 {
	grid-row: span 2;
	grid-column: span 2;
}
.trending-image-gallery .trending-image-5,
.trending-image-gallery .trending-image-18 {
	grid-column: span 2;
	grid-row: span 3;
}
.trending-image-gallery .trending-image-6,
.trending-image-gallery .trending-image-19 {
	grid-row: span 2;
}
.trending-image-gallery .trending-image-7,
.trending-image-gallery .trending-image-20 {
	grid-row: span 2;
	grid-column: span 2;
}
.trending-image-gallery .trending-image-8 {
	grid-row: span 2;
	grid-column: span 3;
}
.trending-image-gallery .trending-image-9 {
	grid-row: span 2;
	grid-column: span 2;
}
.trending-image-gallery .trending-image-11 {
	grid-column: span 2;
}
.trending-image-gallery figure {
	position: relative;
}
.grid-item {
	width: 100%;
	transition: all .3s ease-in-out;
}
.tabbing-sec .row {
	margin: 0;
	overflow: hidden;
}
.tabbing-sec .row [class*="col-"] {
	padding: 0;
	/* margin-bottom: -10px; */
	display: flex;
	flex-direction: column;
}
.tabbing-sec .row [class*="col-"] .grid-item {
	height: 100%;
}
.grid-item figure {
	width: 100%;
	height: 100%;
	position: relative;
}
/* .tabbing-sec .tab-pane, .home-tabbing-sec .tab-pane {
    margin-bottom: 66px;
} */
.grid-item figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.grid-item figure .view-me {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #101010;
	border: 1px solid #101010;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 31px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.grid-item:hover .view-me {
	opacity: .8;
	transition: all .3s ease-in-out;
}
.grid-item:hover .view-me:hover {
	opacity: 1;
}
.menu a.user {
	padding-right: 20px;
	display: block;
}
.menu a.user i {
	font-size: 18px;
}
.treding-view-btn {
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #fff;
	height: 48px;
	width: 154px;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	color: #101010;
	opacity: .8;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.treding-view-btn:hover {
	opacity: 1;
	color: #101010;
}
.trending-image-gallery figure:hover .treding-view-btn {
	display: flex;
	transform: translate(-50%, -50%) scale(1);
	border: 1px solid #101010;
}
.Design-wrapper:hover .treding-view-btn {
	transform: translate(-50%, -50%) scale(1);
}
.mob-cart .user {
	display: none;
}
/* Grid-css end  */
/* TABBING-SEC Styling End  */

/* OUR-PLANS-SEC START  */
.head {
	margin-bottom: 25px;
}
.head h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #101010;
}
.head p {
	font-size: 15px;
	line-height: 32px;
	font-weight: 400;
	color: #101010;
}
.our-plans_content {
	margin-bottom: 50px;
}
.our-plan-card {
	border-radius: 6px;
	text-align: center;
	background: #f9f9f9;
	padding: 50px 29px 70px;
	transition: all .3s ease-in-out;
}
.our-plan-card:hover,
.our-plan-card.gold-pkg {
	background-color: #101010;
	color: #fff;
}
.our-plan-card:hover h5,
.our-plan-card.gold-pkg h5,
.our-plan-card:hover .plan-amount,
.our-plan-card.gold-pkg .plan-amount,
.our-plan-card:hover .plan-amount sup,
.our-plan-card.gold-pkg .plan-amount sup,
.our-plan-card:hover .plan-amount sub,
.our-plan-card.gold-pkg .plan-amount sub {
	color: #fff;
}
.our-plan-card:hover .buy-now_btn,
.our-plan-card.gold-pkg .buy-now_btn {
	border-color: #fff;
}
.our-plan-card.gold-pkg:hover {
	background-color: #101010;
}
.our-plan-card h5 {
	font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    color: #101010;
    margin-bottom: 12px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 55px;
}
.plan-amount {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.10000000149011612px;
	color: #101010;
	transition: all .3s ease-in-out;
}
.plan-amount sup {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	vertical-align: super;
	color: #000;
	top: unset;
	padding-right: 3px;
	transition: all .3s ease-in-out;
}
.plan-amount sub {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	transition: all .3s ease-in-out;
}
.main-btn.buy-now_btn {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	background: #fff;
	color: #000;
	border-radius: 6px;
	padding: 11px 20px;
	border: 1px solid rgb(16 16 16 / 30%);
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 240px;
}
.plan-download {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	padding: 47px 0 57px 0;
}
.plan-download span {
	padding: 0 5px;
}
/* JOIN-NOW Styling Start  */
.join-now-sec {
	background: #DA7E3C;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto -137px;
	z-index: 1;
	position: relative;
	width: 95%;
}
.join-now_card figure {
	clip-path: circle(80.6% at 75% 63%);
	height: 275px;
}
.join-now_card figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.join-now_card-content {
	padding: 55px 0 55px 28px;
}
a.btn.main-btn.join-now-btn {
	background: #fff;
	color: #000;
	font-size: 16px;
	margin-top: 27px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 500;
	min-width: 132px;
	padding: 11px;
	border-radius: 6px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 132px;
	transition: all .3s ease-in-out;
}
a.btn.main-btn.join-now-btn:hover {
	background: #101010;
	color: #fff;
}
.join-now_card-content p {
	font-size: 19px;
	font-weight: 500;
	line-height: 33px;
	color: #fff;
}
/* JOIN-NOW Styling End  */
/* OUR-PLANS-SEC END  */

/* BACK-TO-TOP BUTTON Styling Start  */
#button {
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #da7e3c;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #101010;
}
#button:active {
	background-color: #101010;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
/* BACK-TO-TOP BUTTON Styling End  */

/* FOOTER Styling Start  */
footer.main-footer {
	background: #3871A1;
	color: #fff;
	padding: 165px 0 10px 0;
}
footer.main-footer a {
	color: #fff;
	margin-bottom: 6px;
	display: block;
	font-size: 16px;
	transition: all .3s ease-in-out;
}
footer.main-footer a:hover {
	color: #da7e3c;
}
figure.footer-logo {
	max-width: 255px;
}
figure.footer-logo img {
	width: 100%;
	object-fit: scale-down;
}
.footer_card h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 15px;
	color: #fff;
}
.social-icon ul {
	display: flex;
	flex-wrap: wrap;
}
.social-icon ul li a {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #9f9f9f57;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease-in-out;
}
.social-icon ul li {
	margin-right: 15px;
}
.social-icon ul li:last-child {
	margin-right: 0px;
}
.main-footer .footer_content .row {
	width: 98%;
	margin: 0 auto;
}
/* FOOTER Styling END  */
.vodiapicker {
	display: none;
}
#a {
	padding-left: 0px;
	background: #fff;
}
#a img,
.btn-select img {
	width: 18px;
	border-radius: 1px;

}
#a li {
	list-style: none;
	padding: 5px;
	margin: 0;
	text-align: left;
}
#a li:hover {
	background-color: #F4F3F3;
}
#a li img {
	margin: 0 0 0 8px;
}
#a li span,
.btn-select li span {
	margin-left: 10px;
	font-size: 14px;
}
/* item list */
.b {
	display: none;
	width: 100%;
	max-width: 350px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	position: absolute;
	z-index: 99;
}
.open {
	display: show !important;
}
.btn-select {
	width: 100%;
	max-width: 100%;
	height: 34px;
	border-radius: 5px;
	border: none;
	padding: .375rem 10px;
	background: none;
}
.btn-select li {
	list-style: none;
	float: left;
	padding-bottom: 0px;
}
.btn-select:focus {
	outline: none;
}
.lang-select {
    width: 25%;
	position: relative !important;
	display: none;
}
/* .lang-select::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 22px;
	height: 5px;
	width: 5px;
	font-family: 'FontAwesome';
	font-weight: 100;
	font-size: 22px;
} */
.lang-select .down-angle {
    position: absolute;
    top: 50%;
    right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}
.lang-select .down-angle i {
	font-size: 18px;
}
.main-div-btns .login-btn {
	min-width: 250px;
	padding: 12px 30px;
	display: inline-block;
	background: #fff;
	color: #101010 !important;
	font-size: 16px;
	font-weight: 500;
	max-width: 236px;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	outline: none;
}
.main-div-btns .login-btn:hover {
	background: #101010;
	color: #fff !important;
}
/* -----------HOMEPAGE CSS START-----------  */
.main-div2 {
	padding-bottom: 25px;
}
.something-sec {
	background: #101010;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	margin-bottom: 0;
}
.something-content {
	text-align: left;
}
.something-content h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	padding-bottom: 8px;
	color: #fff;
}
.something-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}
a.redeem {
	padding: 11px 41px;
	border-radius: 6px;
	font-weight: 500;
	background: #fff;
	color: #101010;
	font-size: 16px;
	border: 2px solid #fff;
	transition: all .3s ease-in-out;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 200px;
	margin: 0 auto;
}
a.redeem:hover {
	background: transparent;
	color: #fff;
}
.something-sec figure {
	margin-top: -15px;
}
.tabbing-sec #pills-tab li a {
	padding: 12px 10px;
	min-width: 140px;
}
.home-tabbing-sec .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}
.home-tabbing-sec .pagination a {
	background: transparent;
	border: none;
	color: #101010;
}
.home-tabbing-sec .pagination a:focus {
	box-shadow: none;
}
.home-tabbing-sec .pagination a.active {
	background: #101010;
	color: #fff;
	border-radius: 3px;
}
figure.something-img {
	display: none;
}
.home-tabbing-sec .pagination a.prev {
	opacity: .5;
}
#home-tabbing-sec .nav-pills li a,
#design-tabbing .nav-pills li a {
	width: unset;
}
.tabbing-sec .row [class*="col-"] {
	padding: 0;
}
.tabbing-sec .overlay-on-img figure {
	height: 100%;
	width: 100%;
}
.tabbing-sec .overlay-on-img figure img {
	height: 100%;
	width: 100%;
	display: flex;
}
.tabbing-sec .overlay-on-img .overlay {
	background: transparent;
}
/* -----------HOMEPAGE CSS END-----------  */


/* COURSE-LISTING-PAGE START  */
.overlay-on-img {
	/* margin-bottom: 30px; */
	position: relative;
	overflow: hidden;
	transition: all .5s ease-in-out;
	height: 100%;
}
.overlay-on-img figure {
	height: 302px;
}
.overlay-on-img figure img {
	/* border-radius: 6px; */
	object-position: top;
}
.overlay-on-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 6px; */
	background: rgb(0 0 0 / 50%);
	opacity: 0;
	transition: all .5s ease-in-out;
}
.overlay-on-img .overlay-content {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	transition: all .5s ease-in-out;
	width: 70%;
}
.overlay-on-img .overlay-content p {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}
.overlay-on-img .overlay-content a {
	background: #fff;
	padding: 11px 30px;
	margin: 10px auto 0;
	display: flex;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #101010;
	max-width: 145px;
	height: 48px;
	transition: all .5s ease-in-out;
	align-items: center;
	justify-content: center;
}
.overlay-on-img .overlay-content a:hover {
	background: #101010;
	color: #fff;
}
.overlay-on-img:hover .overlay {
	opacity: 1;
}
.overlay-on-img:hover .overlay-content {
	opacity: 1;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.view-all-btn {
	display: block;
	margin: 20px auto 100px;
	max-width: 170px;
	text-align: center;
	padding: 13px 15px;
	text-transform: capitalize;
	height: 50px;
}
.design-tabbing .row [class*="col-"] {
	padding: 0;
}
.design-tabbing .pagination {
	margin-top: 30px;
}
.online-couses-sec .overlay-on-img {
	margin-bottom: 30px;
	height: unset;
}
.online-couses-sec .overlay-on-img img {
	border-radius: 6px;
}
/* COURSE-LISTING-PAGE END  */

/*design detail page css start*/
.top-banner {
	min-height: 391px;
	background-image: url(../images/background.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.top-banner:before {
	content: "";
	background: linear-gradient(0deg, #EFEFEF, transparent);
	position: absolute;
	line-height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top-banner .head {
	margin: 0;
}
.top-banner .head h1 {
	margin: 100px 0 0 0;
}
.design-detail-single .detail-single-outer {
	max-width: 100%;
}
.design-detail-single .detail-single-outer .left-sec {
	padding: 0;
	margin-bottom: 50px;
	width: 55%;
}
.design-detail-single .detail-single-outer .left-sec span.download-sec {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(255 255 255 / 40%);
	text-align: center;
	padding: 20px 13px;
}
.design-detail-single .detail-single-outer .left-sec span.download-sec a.login-btn {
	max-width: 170px;
	margin: 0 auto;
}
.design-detail-single .detail-single-outer .left-sec .slick-slide {
	position: relative;
}
.design-detail-single .detail-single-outer .left-sec span.download-sec a.btn1.cs-btn-2 {
	padding: 7px 32px;
	width: 100%;
	max-width: 235px;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.design-detail-single .detail-single-outer .left-sec span.wishlist-icon {
	position: absolute;
	top: 22px;
	right: 29px;
	width: 50px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.design-detail-single .detail-single-outer .left-sec span.wishlist-icon a {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.design-detail-single .detail-single-outer .left-sec span.wishlist-icon a:first-child {
	padding-right: 10px;
}
.design-detail-single .detail-single-outer .left-sec span.wishlist-icon i {
	font-size: 23px;
	color: #101010;
}
.design-detail-single .detail-single-outer .left-sec span.logo img {
	width: 100%;
}
.design-detail-single .detail-single-outer .left-sec span.logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 64px;
}
.design-detail-single .detail-single-outer .video .overlay-play-btn {
	position: absolute;
	left: 7px;
	top: 0;
	right: 7px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(0 0 0 / 50%);
	transition: all .3s ease-in-out;
	border-radius: 6px;
}
.design-detail-single .detail-single-outer .video .overlay-play-btn:hover {
	cursor: pointer;
}
.video .overlay-play-btn img {
	width: 34px;
	height: 34px;
}
.design-detail-single .detail-single-outer .slick-slider {
	margin-bottom: 20px;
}
.design-detail-single .detail-single-outer .right-sec {
	width: 45%;
	padding: 120px 0 120px 60px;
}
.design-detail-single .detail-single-outer .left-sec figure,
.design-detail-single .detail-single-outer .video-outer {
	padding-bottom: 71%;
	position: relative;
}
.design-detail-single .detail-single-outer .cs-thumbnails figure {
	padding-bottom: 70%;
}
.design-detail-single .detail-single-outer .cs-thumbnails {
	margin: 0 -7px;
}
.design-detail-single .detail-single-outer .cs-thumbnails .slick-slide {
	padding: 0 7px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.design-detail-single .detail-single-outer .left-sec figure img,
.design-detail-single .detail-single-outer .video-outer video {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: top;
	border-radius: 6px;
}
.detail-single hr {
	margin: 0;
}
.total-comment-like {
	margin-bottom: 30px;
	align-items: center;
}
.total-comment-like li a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #3871A1;
}
.total-comment-like li:last-of-type a {
	color: #333333;
}
.total-comment-like li:first-of-type a img {
	width: 32px;
	object-fit: contain;
	margin-right: 4px;
}
.total-comment-like li:last-of-type a img {
	width: 36px;
}
.total-comment-like li:not(:last-of-type) {
	margin-right: 40px;
}
.comment-outer > ul > li:not(:last-of-type) {
	margin-bottom: 40px;
}
.comment-outer > ul > li > ul {
	padding-left: 87px;
}
.comment-outer > ul > li > ul > li {
	margin-top: 40px;
}
.comment-outer .comment-img figure {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
}
.comment-outer .comment-img figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.comment-outer .comment-text {
	width: calc(100% - 73px);
	padding-left: 12px;
}
.comment-outer .comment-text h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-transform: capitalize;
	margin-bottom: 9px;
}
.comment-outer .comment-text p,
.comment-outer .comment-text .reply-ago li,
.comment-outer .comment-text .reply-ago li a,
.comment-fields textarea {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-transform: capitalize;
	color: #666666;
	margin: 0;
}
.comment-outer .comment-text .reply-ago li,
.comment-outer .comment-text .reply-ago li a {
	color: #999999;
}
.comment-outer .comment-text .reply-ago li:not(:last-of-type) {
	margin-right: 20px;
}
.comment-outer .comment-text .reply-ago li {
	margin-top: 15px;
}
.comment-fields {
	/* margin-top: 25px;
    max-width: 900px;
    width: 100%; */
	display: none;
	margin-top: 0;
	max-width: 900px;
	width: 100%;
	margin-bottom: 35px;
}
.do-cmnt {
	display: block;
}
.comment-fields .wrap {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	padding: 0;
	height: 130px;
	resize: none;
	margin-bottom: 40px;
}
.comment-fields .wrap textarea {
	border: none;
	border-radius: 7px;
	padding: 20px;
	height: 116px;
	resize: none;
	margin: 5px 0;
}
.comment-fields .wrap textarea:focus {
	box-shadow: none;
}
.realted-design-wrapper a {
	display: block;
}
.realted-design-wrapper a figure {
	height: 374px;
	width: 100%;
}
.realted-design-wrapper a figure img {
	height: 100%;
	object-position: top;
	border-radius: 6px;
}
.cs-square-des figure img {
	object-fit: cover;
	object-position: center;
}
.comment-sec {
	padding: 25px 0 0 72px;
}
.total-comment-like {
	margin-bottom: 0;
	align-items: center;
}
.total-comment-like li:not(:last-of-type) {
	margin-right: 40px;
}
.total-comment-like li {
	margin-bottom: 20px;
}
.total-comment-like li a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #101010;
}
.total-comment-like li:first-of-type a i {
	font-size: 25px;
	color: #101010;
}
.comment-outer a.login-btn {
	padding: 12px 20px;
	font-size: 16px;
	display: inline-block;
	max-width: 170px;
}
.modal-btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.online-couses-sec .overlay-on-img .overlay-content a {
	max-width: 154px;
}
.realted-courses-sec {
	padding: 0 0 50px;
}
.realted-design-wrapper p {
	font-size: 18px;
	padding-top: 30px;
	font-weight: 500;
	color: #18191F;
}
.make-dress-modal {
	z-index: 9999;
	position: relative;
}
.make-dress-modal .modal-body {
	padding: 40px;
}
.img-with-data {
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-with-data figure {
	width: 342px;
}
.img-with-data figure img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.img-with-data .modal-cntnt {
	width: calc(100% - 350px);
	padding-left: 30px;
}
.img-with-data .modal-cntnt h5 {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}
.img-with-data .modal-cntnt .timeline-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0 15px;
}
.img-with-data .modal-cntnt .timeline-price p,
.img-with-data .modal-cntnt .timeline-price p span {
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	color: #101010;
}
.img-with-data .modal-cntnt span {
	font-size: 11px;
	font-weight: 400;
	color: #b5b5b5;
	line-height: 25px;
}
.img-with-data .modal-cntnt p {
	color: #818181;
	font-size: 13px;
	padding: 20px 0 40px;
}
.modal-btns a,
.modal-btns .btn-cancel {
	width: 170px !important;
	display: inline-block;
	text-align: center;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 6px;
}
.modal-btns .btn-cancel {
	border: 1px solid #101010;
	margin-left: 30px;
	transition: all .3s ease-in-out;
}
.modal-btns .btn-cancel:hover {
	background: #101010;
	color: #fff;
}
.add-cart-btn a:focus,
.download-sec a:focus {
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.design-tabbing .overlay-on-img .overlay-content a {
	max-width: 154px;
	height: 48px;
}
.design-detail-single .detail-single-outer .right-sec .add-cart-btn a {
	height: 50px;
	width: 170px;
	margin: 5px
}
.original-comment-outer .add-cmnt {
	font-size: 20px;
	font-weight: 500;
	color: #da7e3c;
	padding-bottom: 15px;
	cursor: pointer;
}
.intro {
	display: none;
}
.add-new-cmnts {
	padding-bottom: 70px;
}
/* DESIGN-DETAIL-PAGE END  */


/* PRICING-PAGE START  */
.pricing-tabbing-sec {
	padding-bottom: 35px;
}
.pricing-tabbing-sec #pills-tab li a {
	min-width: 170px;
	width: 100%;
}
.pricing-tabbing-sec #pills-tab {
	margin-bottom: 30px!important;
}
.pricing-tabbing-sec .our-plan-card {
	border: 1px solid #d3d3d3;
	margin-bottom: 35px;
}
.pricing-tabbing-sec .our-plan-card span {
	font-size: 14px;
}
.pricing-tabbing-sec .our-plan-card .plan-amount {
	padding-top: 47px;
}
.pricing-tabbing-sec .our-plan-card .plan-download {
	padding-top: 0;
	color: #9a9a9a;
	font-size: 13px;
}
.pricing-tabbing-sec .our-plan-card a {
	padding: 16px 30px;
	max-width: 430px;
	color: #101010;
	border: 1px solid #101010;
	transition: all .3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
}
.pricing-tabbing-sec .our-plan-card:hover {
	background: #f9f9f9;
	color: #101010;
}
.pricing-tabbing-sec .our-plan-card:hover h5,
.pricing-tabbing-sec .our-plan-card:hover .plan-amount,
.pricing-tabbing-sec .our-plan-card:hover .plan-amount sup,
.pricing-tabbing-sec .our-plan-card:hover .plan-amount sub {
	color: #101010;
}
.pricing-tabbing-sec .our-plan-card:hover a {
	background: #101010;
	color: #fff;
}
.pricing-select .lang-select {
	width: 100%;
}
.pricing-select .lang-select .btn-select {
	max-width: unset;
}
.pricing-select .lang-select .b {
	max-width: 100%;
}
/* PRICING-PAGE END  */

/* FAQ-PAGE START  */
.faq-sec {
	padding-bottom: 50px;
}
#faq .card {
	border: 1px solid #666;
	margin-bottom: 20px;
	border-radius: 6px;
}
#faq .card .card-header {
	background: #fff;
	border-bottom: none;
	padding: 0;
	position: relative;
}
#faq .card .card-header a {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #101010;
	padding: 1.25rem;
	font-weight: 700;
}
#faq .card .active-header a.btn.btn-header-link {
    background: #101010;
    color: #fff;
}
#faq .card .card-header a.btn.btn-header-link.collapsed {
    background: #fff;
    color: #101010;
}
#faq .card .card-header a.btn.btn-header-link.collapsed:after {
	content: "\f055";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 20px;
	margin-left: 10px;
	position: absolute;
	top: 1.25rem;
    right: 20px;
    transform: unset;
}
#faq .card .active-header a.btn.btn-header-link:after {
	content: "\f056";
	font-family: 'FontAwesome';
	position: absolute;
	top: 1.25rem;
    right: 20px;
    transform: unset;
}
#faq .card .active-header a {
	color: #fff;
}
#faq .card .card-body {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.faq-sec .login-btn {
	display: block;
	text-align: center;
	max-width: 170px;
	margin: 30px auto 0;
	height: 50px;
}
.pricing-select {
	display: none;
}
/* FAQ-PAGE END  */

/* BILLING PAGE START  */
.main-div3 {
	padding-top: 159px !important;
}
.billing-and-payement {
	padding: 15px 0 63px;
}
.billing-and-payement #pills-tab {
	margin-bottom: 32px !important;
}
.billing-and-payement h4 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: #101010;
	padding: 15px 0 0;
}
.billing-and-payement form {
	padding-top: 27px;
}
.billing-tab .other {
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
}
.billing-and-payement form .form-group {
	margin-bottom: 25px;
}
.billing-and-payement form .form-control {
	font-size: 18px;
	line-height: 32px;
	border: none;
	border-bottom: 1px solid #8a8a8a;
	border-radius: 0;
	/* margin-bottom: 25px; */
	padding-left: 0;
}
.billing-and-payement form input:focus {
	box-shadow: none;
	border-bottom: 1px solid #8a8a8a;
}
.billing-tab textarea:focus {
	border-color: #d3d3d3;
}
.billing-and-payement form input::placeholder {
	color: #8a8a8a;
}
.order-summary {
	background: #f9f9f9;
	padding: 25px 0 30px;
	border-radius: 6px;
	margin-top: 40px;
}
.order-summary p {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 16px;
}
.order-summary .standard {
	padding: 20px 0;
}
.order-summary .standard .license {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-summary .standard .license p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.order-summary .standard .license strong {
	font-size: 14px;
	line-height: 24px;
	padding: 0 16px;
}
.order-summary .standard .license span {
	font-weight: 700;
	font-size: 14px;
	text-align: right;
}
.order-summary .standard .license:first-child span {
	padding-right: 16px;
}
.order-summary .standard .editor {
	margin: 15px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 8px 0;
}
.order-summary .standard .editor strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: 500;
}
.order-summary .standard .editor strong span {
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
}
.order-summary .standard .editor .dummy-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.order-summary .standard .license:last-child strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
}
.order-summary .login-btn {
	display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 16px;
    height: 50px;
    width: 93%;
}
.order-summary .login-btn:focus {
    border: 1px solid #101010;
    color: #101010!important;
}
.order-summary span {
	font-size: 12px;
	line-height: 22px;
	display: block;
}
.billing-tab #pills-tab li a {
	width: 200px;
	justify-content: center
}
.billing-tab textarea {
	width: 100%;
	padding: 15px;
	border-radius: 6px;
	margin-top: 20px;
	min-height: 154px;
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.billing-tab textarea:focus-visible {
	outline: none;
}
/* BILLING PAGE END  */

/* ABOUT US PAGE START  */
.here-sec .here-sec-cntnt {
	width: 95%;
	padding-bottom: 25px;
	margin: 0 auto;
}
.here-sec h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	padding-bottom: 25px;
}
.here-sec p,
.here-sec span {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	padding: 0 0 25px;
	color: #666;
}
.here-sec span {
	padding: 0 0 40px;
	display: block;
}
.about-us-design {
	position: relative;
	margin-bottom: 30px
}
.about-us-design figure {
	height: 274px;
}
.about-us-design figure img {
	object-position: top;
	border-radius: 6px;
}
.lorem-ipsum-content {
	width: 85%;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	margin-top: -30px;
	z-index: 1;
	position: relative;
	background: #fff;
	min-height: 82px;
}
.lorem-ipsum-content h4 {
	font-size: 20px;
	color: #3871A1;
	line-height: 32px;
}
.lorem-ipsum-content p {
	font-size: 13px;
	line-height: 23px;
	color: #666;
	padding: 0;
}
/* ABOUT US PAGE END  */

/* PRIVACY PAGE START  */
.privacy-sec {
	padding-bottom: 65px;
}
.variation-passage p,
.privacy-content p {
	padding-top: 30px;
	line-height: 26px;
	font-weight: 400;
}
.privacy-content {
	padding-top: 45px;
}
.privacy-content h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
}
.quick-jump h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
}
.privacy-content ul,
.quick-jump ul {
	padding-top: 20px;
}
.privacy-content ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0;
}
.privacy-content ul li img,
.quick-jump ul li a img {
	height: 15px;
	width: 15px;
	margin-top: 3px;
	margin-right: 12px;
}
.quick-jump {
	background: #f9f9f9;
	padding: 30px 20px;
	border-radius: 6px;
}
.quick-jump ul li {
	margin: 8px 0;
}
.quick-jump ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #666;
	font-size: 16px;
    word-break: break-word;
}
.privacy-content p span {
	font-weight: 700;
	padding-right: 5px;
}
/* PRIVACY PAGE END  */

/* DASHBOARD PAGE START  */
.dasboard-header {
	position: relative;
}
.dasboard-header .top-bar {
	background: #101010;
	padding: 14.5px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dasboard-header .top-bar .top-bar-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dasboard-header .top-bar .top-bar-list li a {
	color: #fff;
	padding: .5rem .6rem;
	transition: all .3s ease-in-out;
}
.dasboard-header .top-bar .top-bar-list li a:hover {
	color: #da7e3c;
}
.dasboard-header .top-bar .top-bar-list li:nth-child(3) {
	padding-right: 11px;
	border-right: 1px solid white;
}
.dasboard-header .top-bar .top-bar-list li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dasboard-header .top-bar .top-bar-list li:last-child .user-img {
	height: 46px;
	width: 46px;
	margin-left: 21px;
	margin-right: 11px;
}
.dasboard-header .top-bar .top-bar-list .user-name .user-img img {
	border-radius: 50%;
}
.dasboard-header .dashboard-header-links {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	background: transparent;
}
.dashboard-header-links .navbar-toggler i,
.main-header .mob-cart .navbar-toggler i {
	color: #101010 !important;
}
.dasboard-header .dashboard-header-links nav {
	padding: 17.5px 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	z-index: 999;
	background: #fff;
}
.dasboard-header .dashboard-header-links nav ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	padding: .5rem 1.15rem !important;
	transition: all .3s ease-in-out;
}
.dasboard-header .dashboard-header-links nav ul li a:hover {
	color: #101010;
}
.dasboard-header .dashboard-header-links nav ul.navbar-nav li.current-menu-item a {
	color: #101010;
}
.boxex-sec {
	padding-top: 125px;
	padding-bottom: 39px;
}
.boxex-sec .container {
	max-width: 100%;
}
.boxex-sec .infor-numbers {
	background: #fbfbfb;
	padding: 20px 25px;
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.boxex-sec .infor-numbers p {
	font-size: 15px;
	font-weight: 400;
	min-height: 44px;
}
.boxex-sec .infor-numbers .no-icons {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.boxex-sec .infor-numbers .no-icons .nmbrs h4 {
	font-size: 40px;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 12px;
}
.boxex-sec .infor-numbers .no-icons .nmbrs a.more-info {
	font-size: 13px;
	color: #999;
	text-decoration: underline !important;
	text-transform: uppercase;
}
.designs-chart {
	margin: 0 15px;
	padding: 50px 120px 40px;
	border-radius: 6px;
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
}
.designs-chart .container {
	max-width: 100%;
}
.designs-chart h2 {
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 12px;	
}
.footer-copyright {
    background: #101010;
    left: 77px;
    width: calc(100% - 77px);
    margin-left: auto;
	transition: all 0.5s ease;
}
.sidebar.open~.footer-copyright {
    left: 274px;
    width: calc(100% - 274px);
}
.footer-copyright p {
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0;
}
/* DASHBOARD PAGE END  */

/* COURSE-DETAIL-PAGE STYLING START  */
.basic-course-sec {
	padding-bottom: 50px;
}
.basic-course-sec .basic-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d3d3d3;
	background: #f9f9f9;
	border-radius: 6px;
}
.basic-course-sec .basic-grid li {
	width: 33%;
	min-height: 157px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.basic-course-sec .basic-grid li:nth-child(2) {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
.basic-course-sec .basic-grid li p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 18px;
}
.basic-course-sec .basic-grid li h5 {
	font-size: 20px;
	font-weight: 700;
}
.basic-course-sec .basic-grid .login-btn {
	font-size: 16px;
	font-weight: 400;
	min-width: 170px;
	display: inline-block;
	padding: 12px 25px;
	text-align: center;
}
.basic-course-sec .course-desc {
	padding: 43px 0 50px;
}
.basic-course-sec .course-desc h6 {
	font-size: 20px;
	font-weight: 500;
}
.basic-course-sec .course-desc p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 4px;
	padding-bottom: 36px;
}
.basic-course-sec .course-desc ul h6 {
	padding-bottom: 9px;
}
.basic-course-sec .course-desc ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 35px;
}
.basic-course-sec .course-desc ul li i {
	font-size: 16px;
	margin-right: 10px;
}
.course-cntnt {
	padding: 27px 0 46px;
}
.course-cntnt h6 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 9px;
}
.kainene-sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.kainene-sec figure {
	width: 40%;
}
.kainene-sec .kainene-desc {
	width: 60%;
}
.kainene-sec .kainene-desc h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
}
.kainene-sec .kainene-desc span {
	font-size: 14px;
	line-height: 20px;
	padding: 16px 0 35px;
	display: block;
}
.course-content-sec {
	padding-bottom: 9px;
}
.kainene-btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.kainene-btns a {
	min-width: 170px;
	height: 50px;
}
/* COURSE-DETAIL-PAGE STYLING END  */

/* ACCOUNT-USER PAGE START  */
.account-charts {
	padding-top: 0;
	padding-bottom: 0;
}
.user-details {
	padding: 100px 0 38px;
}
.users-tab #pills-tab li a {
	width: 170px;
}
.user-details h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	padding-bottom: 22px;
}
.user-details .form-control {
	border: none;
	border-bottom: 1px solid #8a8a8a;
	border-radius: 0;
	padding: 0;
	/* margin-bottom: 19px; */
}
.user-details input::placeholder {
	font-size: 18px;
	line-height: 32px;
	color: #8a8a8a;
}
.users-tab .row h2 {
	padding-top: 27px;
	padding-bottom: 5px;
}
.users-tab a.login-btn {
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 0;
	padding: 13.5px 30px;
	max-width: 200px;
	text-align: center;
	height: 50px;

}

.user-details .users-tab .form-group {
	position: relative;
}

.user-details .users-tab .form-group span {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	right: 0;
}

#edit-profile-form .form-control.is-invalid,
#edit-profile-form .was-validated .form-control:invalid {
	background-image: none;
}

.user-details .users-tab .form-group span i {
	margin-left: 4px;
}

/* ACCOUNT-USER PAGE END  */

/* DASHBOARD-ACTIVE PAGE START  */
/* .user-dashboard-active {
	margin-bottom: 70px;
} */

.active-dashboard {
	width: 100%;
	/* margin-top: 34px; */
}

.active-dashboard .our-plan-card {
	margin: 0 auto;
	max-width: 588px;
	padding: 117.5px 20px;
	border: 1px solid #d3d3d3;
}

.active-dashboard .our-plan-card h5 {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
	padding-bottom: 6px;
}

.active-dashboard .our-plan-card span {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 41px;
	display: block;
}

.active-dashboard .our-plan-card .plan-download {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	color: #9a9a9a;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.active-dashboard .our-plan-card .plan-download span {
	padding-bottom: 0;
	font-size: 13px;
}

.active-dashboard .our-plan-card:hover .plan-download {
	color: #fff;
}

/* DASHBOARD-ACTIVE PAGE END  */

/*DASHBOARD DETAIL-INFO PAGE START*/
.custom-charts .heading h3 {
	font-size: 20px;
	color: #101010;
	font-weight: 600;
	display: flex;
	text-transform: capitalize;
	align-items: center;
}

.custom-charts .heading h3 .form-group,
.custom-charts .heading h3 span {
	margin-left: auto
}

.custom-charts .col-sm-4 > div {
	margin-bottom: 30px;
}

.custom-charts .chartbox {
	background: #FBFBFB;
	border: 1px solid #f1f1f1;
	padding: 25px;
	height: calc(100% - 30px);
	border-radius: 6px;
}

.apexcharts-menu-icon {
	display: none;
}

.custom-charts .progress {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 10px;
	overflow: unset;
	background: #e5e5e5;
	border-radius: 6px;
}

.custom-charts .bar {
	position: relative;
	float: left;
	min-width: 1%;
	height: 100%;
	background: #DA7E3C;
	border-radius: 45px;
}

.custom-charts .percent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: white;
}

.custom-charts .bar.blue {
	background: #3871A1
}

.custom-charts .weekly-div {
	display: flex;
	align-items: center;
	margin: 12px 0 0;
}

.custom-charts .weekly-div p {
	font-size: 12px;
	margin-left: auto;
	color: #101010;
}

.custom-charts .bar:before {
	position: absolute;
	width: 20px;
	content: "";
	height: 20px;
	background: #da7e3c;
	left: -2px;
	z-index: 99;
	border-radius: 100%;
	top: -5px;
}

.custom-charts .chartbox .heading {
	margin-bottom: 20px;
}

.custom-charts .apexcharts-legend.apexcharts-align-center.position-right {
	display: none;
}

.custom-charts .apexcharts-canvas {
	margin: auto
}

.custom-charts .chartbox .heading .form-group {
	margin-bottom: 0;
	margin-right: 20px;
}

.custom-charts .heading.monthly-box span {
	margin-left: 0
}

.custom-charts select.form-control {
	width: 190px;
	background: #F6F6F6;
	border: 1px solid #EDEDED;
	box-shadow: none;
}

.custom-charts .weekly-div:nth-child(even) .bar {
	background: #3871a1;
}

.custom-charts .weekly-div:nth-child(even) .bar:before {
	background: #3871a1;
}

.boxex-sec.custom-charts h2 {
	color: #101010;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0px 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxex-sec.custom-charts h2 img {
	height: 23px;
	width: 30px;
	object-fit: cover;
	margin-right: 8px
}

.custom-charts .chartbox .heading p {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}

.design-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.custom-charts .chartbox .heading h2 {
	margin-top: 12px;
	font-size: 40px;
	margin-bottom: 0;
}

.chartbox .heading-new {
	text-align: center;
}

/*DASHBOARD DETAIL-INFO PAGE END*/

/* LANDING-PAGE START  */
.freelance-header {
	position: relative;
	height: 100%;
}

.freelance-header nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 20px 0;
	z-index: 999;
}

.freelance-header nav a.navbar-brand {
	width: 150px;
	height: 42px;
}

.freelance-header nav a.navbar-brand img {
	object-fit: contain;
}

.freelance-header nav ul:last-child {
	align-items: center;
}

.freelance-header nav ul li {
	padding: .5rem 14px !important;
}

.freelance-header nav ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding: 0 !important;
	color: #fff;
	line-height: 20px;
	transition: all .3s ease-in-out;
}

.freelance-header nav ul li a.user-icn {
	padding: 0 11px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.freelance-header ul li a::after {
	position: absolute;
	bottom: -5px;
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width .3s;
}

.freelance-header nav ul:last-child li {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.freelance-header ul li a:hover::after {
	width: 100%;
}

.freelance-header ul li a.user-icn:hover::after {
	width: 0;
}

.freelance-header nav ul:last-child li a.upload:after {
	display: none;
}

.freelance-banner .overlay {
	background: linear-gradient(to bottom, rgb(0 0 0 / 78%), transparent, transparent);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.freelance-banner .banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.freelance-banner .banner-content p {
	font-size: 25px;
	font-weight: 400;
}

.freelance-banner .banner-content h1 {
	font-size: 92px;
	font-weight: 700;
	margin-bottom: 4px;
}

.get-started {
	background: #fff;
	padding: 12px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 170px;
	border-radius: 6px;
	border: 1px solid #101010;
	color: #101010;
	font-size: 16px;
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.get-started:hover {
	background: #101010;
	color: #fff;
}

.contributor-sec {
	padding: 150px 0 90px;
}

.contribute-heading h4 {
	position: relative;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
}

.contribute-heading h4:after {
	content: 'Contributor';
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 100px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e7e7e7;
	/* background-image: linear-gradient(to bottom, #e7e7e7 0%, rgb(51 8 103 / 0%) 100%); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
	opacity: .45;
}

.create {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 41px 0 66px;
}

.create figure {
	width: 103px;
	height: 100%;
}

.create-content {
	width: calc(100% - 130px);
}

.create-content h6 {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 9px;
}

.create-content p {
	color: #666;
	font-size: 16px;
}

.join-fig img {
	border-radius: 6px;
}

.join-row [class*="col-"] {
	margin-bottom: 50px;
}

.join-sec {
	position: relative;
}

.join-sec .community-sec {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}

.join-sec .community-sec h4 {
	font-size: 20px;
	font-weight: 700;
}

.join-sec .community-sec p {
	font-size: 16px;
	padding: 9px 0 26px;
	color: #666;
}

.illustration-sec .illu-heading {
	margin-bottom: 42px;
}

.illu-heading h4:after {
	content: 'courses';
}

.illustration-sec figure {
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.illustration-sec figure .overlay {
	background-image: linear-gradient(to top, black, transparent, transparent);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 6px;
}

.illustration-sec figure figcaption {
	text-align: center;
	position: absolute;
	bottom: -10%;
	padding: 20px;
	width: 100%;
	transition: all .3s ease-in-out;
}

.illustration-sec figure:hover figcaption {
	bottom: 0;
}

.illustration-sec figure figcaption h5 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.illustration-sec figure figcaption p {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
	font-weight: 400;
}

.illustration-sec figure figcaption a {
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.illustration-sec figure:hover figcaption a {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.illustration-sec figure figcaption a img {
	width: 14px;
	object-fit: contain;
	margin-left: 10px;
}

.illustration-sec .get-started {
	margin: 40px auto 100px;
	text-align: center;
}

.earning-sec .something-sec {
	background: #3871A1;
	border-radius: 0;
	padding: 0 220px;
	margin: 0 auto;
}

.earning-sec .something-sec .something-content {
	margin: 40px 0 47px;
	width: 70%;
}

.earning-sec .something-sec figure {
	width: 30%;
}

.earning-sec .something-sec figure img {
	object-fit: contain;
}

.earning-sec .something-sec .something-content h4 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.earning-sec .something-sec .something-content p {
	padding: 20px 0 23px;
}

.earning-sec .something-sec .something-content a {
	font-size: 16px;
	color: #fff;
	padding: 9.5px 41px;
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.earning-sec .something-sec .something-content a:hover {
	background: #fff;
	color: #3871A1;
}

.landing-footer {
	background: #101010;
	padding: 50px 0 0;
}

.landing-footer .footer_card h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.landing-footer .footer_card ul li {
	margin-bottom: 9px;
}

.landing-footer .footer_card ul li a {
	color: #fff;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.landing-footer .footer_card ul li a:hover {
	color: #3871a1;
}

.landing-footer .footer_card .social-icon a {
	background: rgb(255 255 255 / 10%);
	transition: all .3s ease-in-out;
}

.landing-footer .footer_card .social-icon a:hover {
	background: #3871a1;
}

.landing-footer .footer_card .social-icon a:hover i,
.landing-footer .footer_card .social-icon a i {
	transition: all .3s ease-in-out;
}

.landing-footer .footer_card .social-icon a:hover i {
	color: #fff;
}

.rights p {
	font-size: 14px;
	color: #fff;
	padding: 16px 0;
	border-top: 1px solid #262626;
	margin-top: 16px;
}

.freelance-header button i {
	color: #fff;
}

.mob-cart .user-icn {
	display: none;
}

.freelance-header nav ul li a.upload {
	padding: 0 33px !important;
	background: #fff;
	color: #101010;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	margin-left: 10px;
	height: 40px;
	transition: all .3s ease-in-out;
}

.freelance-header nav ul li a.upload:hover {
	background: transparent;
	color: #fff;
}

.landing-address {
	margin-bottom: 10px;
}

.landing-address p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

/* LANDING-PAGE END  */

/* LANDING-SIGNUP-PAGE START  */
.landing-signup .container {
	max-width: 100%;
	padding: 0;
}

.landing-signup .container .row {
	width: 100%;
}

.ninth-img {
	height: 100%;
	margin-right: 12px;
}

.right-side {
	padding: 0 12px 58px 12px;
}

.heading-logo {
	width: 150px;
	height: 32px;
	margin: 40px auto 0;
}

.landing-signup h2 {
	font-size: 30px;
	font-weight: 700;
	color: #101010;
	padding: 51px 0 46px;
}

.landing-sign-form .form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #E0E0E0;
	background: #f8f8f8;
	padding: 10px 18px;
	height: 60px;
	border-radius: 0;
}

.landing-sign-form input::placeholder {
	font-size: 18px;
	color: #c2c2c2;
	font-weight: 400 !important;
}

.landing-sign-form input.form-control:focus {
	border-color: #E0E0E0;
}

.landing-sign-form form .form-group {
	margin-bottom: 30px;
}

.landing-sign-form form .form-group span {
	font-size: 15px;
	font-weight: 400;
	color: #a4a4a4;
	padding-top: 10px;
	display: block;
}

.right-side p.create-acc {
	font-size: 14px;
}

.right-side p.create-acc span {
	font-weight: 700;
	color: #101010;
}

.right-side p.create-acc a {
	font-weight: 700;
	color: #101010;
	font-size: 14px;
}

.continue {
	border: 1px solid #101010;
	background: #101010;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	margin: 26px 0 10px;
	transition: all .3s ease-in-out;
}

.continue:hover {
	background: #fff;
	color: #101010;
}

.right-side p {
	font-size: 15px;
	color: #101010;
}

.right-side p a {
	color: #101010;
	font-weight: 700;
}

.heading-logo1 {
	display: none;
}

.right-side .back-home {
	color: #101010;
	text-align: center;
}

/* LANDING-SIGNUP-PAGE END  */

/* LANDING-LOGIN-PAGE START  */
.login-right .heading-logo {
	margin-top: 61px;
}

.login-right h2 {
	padding-top: 75px;
}

.login-right h2 {
	padding: 75px 0 41px;
}

.forgot-pswd {
	font-size: 15px;
	color: #333;
	display: block;
	padding-bottom: 27px;
	border-bottom: 1px solid #cfcfcf;
	transition: all .3s ease-in-out;
}

.forgot-pswd:hover {
	color: #333;
}

.create-account {
	background: #fff;
	color: #101010;
	margin-top: 50px;
}

.create-account:hover {
	background: #101010;
	color: #fff;
}

.landing-sign-form .back-home {
	margin-top: 35px;
}

/* LANDING-LOGIN-PAGE END  */

/* LANDING-DESIGN_LISTING-PAGE START  */
.portfolio-design {
	position: relative;
}

.portfolio-design .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 78%), transparent);
	width: 100%;
	height: 100%;
}

.portfolio-design figcaption h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	padding-top: 50px;
}

.design-list {
	padding: 100px 0 90px;
}

.design-list-sec {
	transition: all .3s ease-in-out;
}

.design-list-sec .column-one {
	height: 502px;
}

.design-list-sec figure img {
	border-radius: 6px;
}

.design-list-sec .column-two {
	height: 372px;
}

.design-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 45px;
}

.design-data h6 {
	font-size: 20px;
	font-weight: 700;
	transition: all .3s ease-in-out;
}

.like-cmnt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.like-cmnt > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.like-cmnt > div a {
	font-size: 16px;
	color: #101010;
}

.like-cmnt .like {
	margin: 0 15px;
}

.like-cmnt span {
	font-size: 15px;
	font-weight: 500;
	margin-left: 5px;
	transition: all .3s ease-in-out;
}

.design-list a.load {
	font-weight: 400;
}

.load2 {
	display: none;
}

.design-list-sec:hover .design-data h6,
.design-list-sec:hover .design-data .like-cmnt span {
	color: #3871A1;
}

/* LANDING-DESIGN_LISTING-PAGE END  */

/* LANDING-DESIGN-DETAIL PAGE START  */
.portfolio-design-sec {
	padding: 100px 0 0;
}

.main-landing-div {
	width: 88%;
	margin: 0 auto;
}

.landing-detail-sec {
	position: relative;
}

.main-landing-div .design-data {
	margin: 25px 0 40px;
}

.landing-detail-sec figure {
	height: 500px;
	width: 100%;
}

.landing-detail-sec figure img {
	border-radius: 6px;
}

.landing-detail-sec .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, black, transparent, transparent, transparent);
	border-radius: 6px;
}

.detail-icns {
	position: absolute;
	bottom: 15px;
	right: 21px;
}

.detail-icns a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

.detail-icns a i {
	font-weight: 600;
}

.design-data p {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.detail-icns a img {
	width: 15px;
	object-fit: contain;
}

.main-landing-div h2 {
	font-size: 30px;
	font-weight: 700;
	color: #3871A1;
	margin-bottom: 23px;
}

.main-landing-div p {
	font-size: 16px;
	font-weight: 400;
}

.landing-detail {
	padding: 136px 0 76px;
}

.landing-detail .contribute-heading {
	padding-bottom: 42px;
}

.landing-detail .contribute-heading h4::after {
	content: 'Designs';
}

/* LANDING-DESIGN-DETAIL PAGE END  */

/* LANDING-UPLOAD-PAGE START  */
.upload {
	padding: 92px 0 100px;
}

.working {
	padding-bottom: 46px;
}

.working h2 {
	font-size: 40px;
	font-weight: 700;
	color: #101010;
	padding-bottom: 21px;
}

.working p {
	font-size: 20px;
	color: #101010;
	font-weight: 400;
}

.upload-main {
	background: #f9f9f9;
	border: 1px dashed #d3d3d3;
	border-radius: 6px;
	padding: 90px 50px;
	margin-bottom: 20px;
}

.upload-main figure {
	height: 181px;
	width: 181px;
	margin: 0 auto 30px;
}

.upload-main .custom-file .custom-file-label {
	border: none;
	background: transparent;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #101010;
}

.upload-main .custom-file-input:focus ~ .custom-file-label {
	border-color: none;
	box-shadow: none;
}

.custom-file .custom-file-label span {
	font-weight: 700;
}

.upload-main .custom-file .custom-file-label::after {
	display: none;
}

.upload-form .form-group {
	margin-bottom: 43px;
}

.upload-form label {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 6px;
}

.upload-form .form-control {
	border: 1px solid #E0E0E0;
	background: #F8F8F8;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	font-size: 18px;
	color: #c2c2c2;
	outline: none !important;
}

.upload-form select:focus,
.upload-form select:focus-visible {
	outline: none !important;
}

.upload-form textarea {
	height: 130px !important;
}

.upload-form input::placeholder,
.upload-form textarea::placeholder {
	color: #c2c2c2;
}

.upload-form select:focus-visible,
.upload-form textarea:focus-visible {
	outline: none;
}

.design-upload label {
	font-size: 18px;
}

.upload-form p {
	font-size: 13px;
	color: #999;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 13px;
}

.upload-form p i {
	font-size: 15px;
	height: 100%;
	color: #101010;
	padding-top: 3px;
	padding-right: 7px;
}

.check-form .form-group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.check-form .form-group input {
	margin-top: 5px;
	margin-right: 7px;
	width: 18px;
}

.check-form .form-group p {
	font-size: 13px;
	color: #999;
	width: calc(100% - 35px);
}

.upload .add-cart-btn {
	margin-top: 32px;
}

.upload .add-cart-btn a {
	min-width: 170px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 26px;
    display: inline-block;
    margin-bottom: 32px;
    padding: 13.5px 30px;
    min-width: 200px;
    text-align: center;
    height: 53px;
    border-radius: 5px;
}

.upload .add-cart-btn a.login-btn {
	margin-right: 20px;
}

.design-upload .add-cart-btn {
	margin-top: 7px;
}

.design-upload {
	padding: 153px 0 100px;
}

.freelance-header .landing-btn i {
	color: #fff;
}

.upload .add-cart-btn a.login-btn {
	background: #101010 !important;
	color: #fff !important;
}

.upload .add-cart-btn a.login-btn:hover {
	background: #fff !important;
	color: #101010 !important;
}

.upload label {
	font-size: 18px;
}

/* LANDING-UPLOAD-PAGE END  */

/* CART-PAGE START  */
.cart-sec {
	/*padding-top: 154px;*/
	padding-bottom: 50px
}

.cart-sec h2 {
	font-size: 30px;
	font-weight: 700;
}

.cart-sec .product-cart {
	margin-top: 48px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
}

.cart-sec .product-cart-new {
	margin-top: 50px;
}

.cart-sec .product-cart h6 {
	font-size: 16px;
	font-weight: 500;
	padding: 27px 40px;
	border-bottom: 1px solid #ebebeb;
}

.cart-sec .product-cart ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 40px;
	border-bottom: 1px solid #ebebeb;
}

.cart-sec .product-cart ul li:last-child {
	border: none;
}

.cart-sec .product-cart ul li figure {
	height: 150px;
	width: 180px;
	margin-right: 30px;
}

.cart-sec .product-cart ul li figure img {
	border-radius: 6px;
}

.product-cart-detail h4 {
	font-size: 18px;
	font-weight: 700;
}

.product-cart-detail p,
.product-cart-detail span {
	font-size: 14px;
	color: #9a9a9a;
	margin: 6px 0 3px;
}

.cart-sec .product-cart table th {
	font-size: 16px;
	font-weight: 500;
	color: #101010;
}

.cart-sec .product-cart-new table {
	width: 100%;
}

.cart-sec .product-cart-new table th {
	width: 20%;
	padding: 24px 0;
	margin-right: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.cart-sec .product-cart-new table td {
	font-size: 20px;
	font-weight: 700;
	/* width: 25%; */
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.inc-dec {
	display: flex;
	align-items: center;
	justify-content: center
}
.no-with-dlt .total_price {
    padding-right: 10px;
}
.inc-dec #decrease {
	opacity: .5;
}

.inc-dec input#number {
	margin: 0;
	border: none;
	width: 30px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.inc-dec #decrease img {
	width: 10px;
	filter: brightness(.5);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.upload-form input,
.upload-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.styled-select {
	position: relative;
}

.styled-select img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	object-fit: contain;
	transform: translateY(-50%);
}

.styled-select select {
	background: transparent;
}
.cart-sec .product-cart-new table td, .cart-sec .product-cart-new table th {
	text-align: center;
}
.no-with-dlt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-with-dlt img {
	width: 20px;
	height: 20px;
}

.cart-sec .product-cart-new table tr:nth-child(3) td {
	/* padding: 65px 0; */
	border-bottom: none;
}

.cart-sec .product-cart-new table tr:nth-child(4) td {
	border-bottom: none;
	padding: 0;
}

.cart-sec .product-cart-new table tr:last-child td {
	/* padding-top: 88px; */
	/* padding-bottom: 43px; */
}

.order-btn {
	background: #101010;
	border: 1px solid #101010;
	border-radius: 6px;
	/*width: 100%;*/
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	max-width: 170px;
	margin: 20px auto 0;
	transition: all .3s ease-in-out;
}
.order-btn:hover {
	background: #fff;
	color: #101010;
}
.inc-dec .value-button {
	font-weight: 400;
	cursor: pointer;
}

/* CART-PAGE END  */

/* DASBOARD-DESIGN START  */
.dashboard-design {
	padding-top: 142px;
}

.dashboard-design .row [class*="col-"] {
	padding: 0;
}

.dashboard-design .pagination {
	padding-top: 49px;
	padding-bottom: 35px;
}

/* DASBOARD-DESIGN END  */

/* DASBOARD-DESIGN-DETAIL START  */
.dash-design-detail {
	padding-top: 142px;
}

.dasboard-left-sec {
	position: relative;
}

.dasboard-left-sec .slider.slider-for figure {
	height: 433px;
	border-radius: 6px;
}

.dasboard-left-sec .slider.slider-for figure img {
	border-radius: 6px;
	width: 100%;
}

.dasboard-left-sec .wishlist-icon {
	position: absolute;
	top: 22px;
	right: 29px;
	width: 50px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dasboard-left-sec .wishlist-icon a:first-child {
	margin-right: 10px;
}

.dasboard-left-sec .wishlist-icon a img {
	width: 18px;
}

.dasboard-left-sec .wishlist-icon a i {
	font-size: 23px;
	color: #101010;
}

.dasboard-left-sec .download-sec {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(255 255 255 / 40%);
	text-align: center;
	padding: 20px 13px;
}

.dasboard-left-sec .download-sec a {
	max-width: 170px;
	margin: 0 auto;
	height: 50px;
}

.dasboard-left-sec span.logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 64px;
}

.slick-track .slick-slide figure {
	padding: 0 7px;
	outline: none;
	-webkit-appearance: none;
	height: 113px;
}

.slick-track .slick-slide figure img {
	border-radius: 6px;
	object-position: top;
}

.dash-right-sec h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #000000;
	margin: 0;
	padding-top: 108px;
}

.dash-right-sec p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 20px 0 15px;
	padding: 0;
}

.dash-right-sec a {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 170px;
}

.dash-right-sec a:not(:last-of-type) {
	margin-right: 20px;
}

.dash-related-courses {
	padding: 37px 0 62px;
}

/* DASBOARD-DESIGN-DETAIL END  */

/* WISHLIST START  */
.shopping-sec .product-cart ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
}

.shopping-sec .product-cart ul li {
	width: 50%;
	padding: 30px 20px;
}

.wish-btn-sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* margin-top: 43px; */
	margin-top: 25px;
}

.shopping-sec .product-cart ul li figure {
	height: 180px;
	margin-right: 0;
	width: 172px;
}

.shopping-sec .product-cart-detail {
	width: calc(100% - 172px);
	padding-left: 14px;
}

.wish-btn-sec a {
	margin: 0 5px;
	height: 40px;
	font-size: 12px;
}

.wish-btn-sec a:first-child {
	margin-left: 0;
}

.wish-btn-sec a:last-child {
	margin-right: 0;
}

.wish-btn-sec .signup-btn {
	width: 127px !important;
	padding: 10px;
}

.wish-btn-sec .small-btn {
	padding: 10px;
	border: 1px solid #101010;
	border-radius: 6px;
}

.wish-btn-sec .small-btn img {
	height: 20px;
	width: 20px;
}

.shopping-sec .product-cart-detail p,
.shopping-sec .product-cart-detail span {
	color: #666;
}

/* WISHLIST END  */

/* FREELANCER-MYACCOUNT START  */
.freelance-account {
	padding-top: 100px;
}

.freelance-account #pills-tab li a {
	font-size: 16px;
	border: 1px solid #101010;
	color: #101010;
	padding: 12px 10px;
}

.freelancer-account .chartbox {
	background: #FBFBFB;
	border: 1px solid #f1f1f1;
	padding: 25px;
	height: calc(100% - 30px);
	border-radius: 6px;
}

.freelancer-account .chartbox h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 400;
}

.freelancer-account .chartbox h3 span {
	font-size: 25px;
	font-weight: 700;
	color: #3871A1;
}

.freelancer-account .chartbox .users-tab #pills-tab li a {
	border: 1px solid #fff;
	font-weight: 400;
	color: #101010;
	height: 50px;
	width: 170px;
}

.freelancer-account .chartbox .users-tab #pills-tab li a.active {
	background: #fff !important;
	color: #101010 !important;
	box-shadow: none !important;
}

.freelancer-account {
	padding-bottom: 70px;
}

.account-chart {
	position: relative;
}

.account-chart .heading {
	/* position: absolute; */
	width: 95%;
	left: 0;
	right: 0;
	margin: auto;
	top: 35px;
}

/* FREELANCER-MYACCOUNT END  */

/* FREELANCER-MYACCOUNT-USER START  */
.freelance-account-new {
	padding: 100px 0 0;
}

.user-details .users-tab .form-group {
	margin-bottom: 29px;
}

.user-details .users-tab .form-group div {
	position: relative;
}

.freelance-accountUse .tab-pane {
	padding-top: 0;
}

.accountuser-form .form-group .form-control {
	border: 1px solid #E0E0E0;
	height: 60px;
	background: #F8F8F8;
	padding: 23px 20px;
	width: 100%;
	color: #c2c2c2;
	font-size: 18px;
	font-weight: 400;
}

.accountuser-form .form-group input::placeholder {
	color: #c2c2c2;
}

.user-details .users-tab .form-group div span {
	top: 30px;
	right: 23px;
}

.update-cncl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.update-cncl a {
	width: 170px;
	height: 50px;
}

.freelance-account #pills-tab {
	margin-bottom: 50px !important;
}

.freelance-accountUse {
	padding-bottom: 100px;
}

.freelance-accountUse .update-cncl {
	margin-top: 29px;
}

/* FREELANCER-MYACCOUNT-USER END  */

/* INVOICE STYLING START  */
.invoice-sec-main {
	padding: 150px 0 100px;
}

.invoice-sec {
	border: 1px solid #ebebeb;
}

.invoice-detail {
	padding: 38px 50px;
	background: rgb(235 235 235 / 30%);
}

.invoice-detail h2 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 28px;
}

.invoice-sec h4 {
	font-size: 25px;
	font-weight: 500;
}

.invoice-sec p {
	font-size: 18px;
	font-weight: 400;
	padding-top: 8px;
	color: #666;
}

.bill {
	padding: 38px 50px;
}

.bill h6 {
	font-size: 20px;
	font-weight: 500;
}

.bill p {
	font-size: 18px;
	font-weight: 400;
	color: #666;
}

.bill2 {
	padding-left: 0;
}

.bill div {
	padding-top: 28px;
}

.invoice-row h6 {
	background: rgb(235 235 235 / 30%);
	padding: 23px 50px;
	font-size: 20px;
	font-weight: 500;
}

.invoice-row .col-md-7,
.row.invoice-row2 .col-md-7 {
	padding-right: 0;
}

.invoice-row .col-md-5,
.row.invoice-row2 .col-md-5 {
	padding-left: 0;
}

.invoice-sec table {
	width: 100%;
}

.invoice-sec table th {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 500;
	background: #f9f9f9;
	width: 33%;
}

.invoice-sec table th:nth-child(2),
.invoice-sec table td:nth-child(2) {
	text-align: center;
	padding-right: 50px;
}

.invoice-sec table th:nth-child(3),
.invoice-sec table td:nth-child(3) {
	text-align: right;
	padding-right: 50px;
}

.invoice-sec table td {
	/*padding: 57px 0 40px;*/
	font-size: 18px;
	color: #666;
	font-weight: 400;
}

.invoice-sec table tr:last-child td {
	padding-bottom: 6px;
}

.invoice-sec hr {
	border-top: 1px solid #101010;
}

.invoice-design-name {
	padding: 38px 50px 13px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.invoice-design-name figure {
	height: 70px;
	width: 70px;
	margin-right: 60px;
}

.invoice-design-name h6 {
	padding: 0;
	width: calc(100% - 130px);
	background: none;
}

.invoice-sec ul {
	padding-right: 50px;
}

.invoice-sec ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.invoice-sec ul li p {
	font-size: 20px;
	padding: 12px 0;
	font-weight: 500;
}

.invoice-sec span {
	font-size: 18px;
	color: #666;
}

.invoice-sec strong,
.invoice-sec span strong {
	font-weight: 500;
	color: #101010;
}

.invoice-sec ul li:nth-child(4) span {
	color: #101010;
}

.amount-subtotal {
	display: flex;
	padding-right: 50px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #101010;
}

.amount-subtotal h6 {
	padding: 20px 0;
	background: none;
	color: #3871A1;
}

.amount-subtotal p {
	color: #3871A1;
}

.invoice-row {
	padding-bottom: 25px;
}

.invoice-sec h1 {
	font-size: 30px;
	font-weight: 700;
	padding: 50px 0 22px;
}

.invoice-sec ul li:first-child p {
	padding-top: 0;
}

.invoice-detail .col-md-5 {
	padding-left: 8px;
}

.bill-row .col-md-5 {
	padding-left: 0;
}

.invoice-sec p a {
	color: #101010;
}

/* INVOICE STYLING END */

/* FREELANCER-ADD-BANK STYLING START  */
.add-bank {
	border: 1px solid #E0E0E0;
	background: #f8f8f8;
	padding: 50px 100px;
	border-radius: 6px;
}

.user-details .add-bank .form-group {
	margin-bottom: 35px;
}

.add-bank .form-control {
	border: 1px solid #E0E0E0;
	width: 100%;
	padding: 10px 20px;
	height: 60px;
	background: #fff;
	margin-bottom: 0;
}

.add-bank input::placeholder,
.add-bank textarea::placeholder {
	color: #c2c2c2;
	font-size: 18px;
}

.add-bank h4 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 35px;
}

.user-details .users-tab .form-group div {
	position: relative;
}

.add-bank .form-group div img {
	object-fit: contain;
	position: absolute;
	right: 20px;
	/* height: 19px; */
	width: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.add-bank label {
	font-size: 18px;
	color: #101010;
}

.submit-cancel-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit-cancel-btns a {
	min-width: 170px;
	height: 50px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.add-bank textarea {
	height: 150px !important;
	font-size: 18px;
	color: #c2c2c2;
}

.add-bank textarea:focus {
	outline: none;
}

.freelancerfornigeria #pills-tab {
	margin-bottom: 23px !important;
}

/* FREELANCER-ADD-BANK STYLING END  */

/* PAYMENT-LOG STYLING START  */
.payment-logs #pills-tab li a {
	padding: 12px;
}

.payment-logs .tab-content h4 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
}

.table-box {
	background: #F8F8F8;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
}

.payment-logs .users-tab table {
	width: 100%;
}

.payment-logs .users-tab table tr {
	border-bottom: 1px solid #E0E0E0;
}

.payment-logs .users-tab table thead th {
	padding: 45px 20px 23px 20px;
	font-size: 18px;
	font-weight: 700;
}

.payment-logs .users-tab table thead th:first-child {
	padding: 45px 20px 23px 58px;
}

.payment-logs .users-tab table thead th:last-child {
	padding: 45px 58px 23px 20px;
}

.payment-logs .users-tab table tbody td:first-child {
	padding: 23px 20px 23px 58px;
}

.payment-logs .users-tab table tbody td:last-child {
	padding: 23px 58px 23px 20px;
}

.payment-logs .users-tab table tbody td {
	padding: 23px 20px;
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
}

.table-box .pagination {
	padding: 45px 0;
	justify-content: center;
}

.table-box .pagination li a {
	color: #212121;
	font-size: 15px;
	padding: .5rem 1rem;
}

.table-box .pagination li .prev,
.table-box .pagination li .next {
	color: #d7d7d7;
}

.table-box .pagination li a.active {
	border-color: rgb(16 16 16 / 50%);
	background: rgb(16 16 16 / 33%);
}

.table-box .pagination li:nth-child(3) {
	border-left: 1px solid rgb(16 16 16 / 50%);
}

.table-box .pagination li a:focus {
	box-shadow: none;
}

.payment-logs .users-tab #pills-tab {
	margin-bottom: 44px !important;
}

/* PAYMENT-LOG STYLING END  */

/* FREELANCER-WITHDRAWL STYLING START  */
.earnings {
	padding: 66px 0 100px;
}

.earnings .our-plan-card {
	padding: 96px 0;
}

.earnings .our-plan-card h5 {
	font-size: 30px;
	font-weight: 400;
}

.earnings .our-plan-card h1 {
	font-size: 70px;
	font-weight: 700;
	padding: 12px 0 32px;
	transition: all .3s ease-in-out;
}

.earn-btn {
	font-size: 16px;
	color: #101010;
	border: 1px solid #101010;
	border-radius: 6px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 170px;
	margin: 0 auto;
	padding: 10px;
	transition: all .3s ease-in-out;
}

.earnings .our-plan-card:hover h1 {
	color: #fff;
}

.earnings .our-plan-card:hover .earn-btn {
	border: 1px solid #fff;
	background: #fff;
	color: #101010;
}

.freelancerfornigeria {
	padding-bottom: 100px;
}

/* FREELANCER-WITHDRAWL STYLING END  */

/* POLL-RESULT STYLING START  */
.poll-result {
	padding: 100px 0 53px;
}

.poll-result h4 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 42px;
}

.poll-box {
	background: #F8F8F8;
	border-radius: 6px;
	padding: 24px 30px;
	border: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}

.poll-box h4 {
	font-size: 40px;
	padding-bottom: 5px !important;
	padding-top: 4px;
	color: #101010;
}

.poll-box p {
	font-size: 16px;
	font-weight: 400;
	color: #101010;
}

.poll-box figure {
	width: 80px;
}

.poll-box figure img {
	object-fit: contain;
}

/* POLL-RESULT STYLING END  */

/* POLL-PAGE STYLING START  */
.poll-page {
	padding: 100px 0;
}

.poll-page figure {
	padding-bottom: 53px;
}

.poll-page figure img {
	border-radius: 6px;
}

.poll-page-qstn {
	margin-bottom: 30px;
}

.poll-page-qstn h6 {
	font-size: 20px;
	font-weight: 700;
}

.poll-page-qstn .form-group {
	margin-top: 25px;
}

.poll-page-qstn .form-control {
	height: 50px;
	width: 90%;
	background: #f8f8f8;
	border-color: #e0e0e0;
	padding: 10px 20px;
}

.poll-page-qstn .form-control:focus {
	border: 1px solid #e0e0e0 !important;
}

.poll-page-qstn .form-control::placeholder {
	color: rgb(102 102 102 / 45%);
	font-size: 16px;
	font-weight: 400;
}

.radiobuttons {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.rdio {
	position: relative;
}

.rdio input[type="radio"] {
	opacity: 0;
}

.rdio label {
	padding-left: 20px;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
	margin-right: 30px;
}

.rdio label:before {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #666;
	background: #fff;
}

.rdio input[type="radio"] {
	margin: 0px;
}

.rdio input[type="radio"]:disabled + label {
	color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
	background-color: #666;
}

.rdio input[type="radio"]:checked + label::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 8px;
	display: inline-block;
	font-size: 11px;
	width: 12px;
	height: 12px;
	background-color: #666;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
	border-color: #666;
}

.rdio-primary input[type="radio"]:checked + label:before {
	border-color: #666;
}

.rdio-primary input[type="radio"]:checked + label::after {
	background-color: #666;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 17px;
	height: 17px;
	border: 1px solid #666;
	background: #fff;
	border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
	font: normal normal normal 12px/1 'Glyphicons Halflings';
	content: '\e013';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 2px;
	color: #666;
	transition: all 0.2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
	content: '\2212';
	left: 2px;
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
	box-shadow: none;
	background-color: #eee;
	border-color: #eee;
	cursor: not-allowed;
	opacity: 1;
	color: #dadada;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	background-color: #eee;
	border-color: #eee;
	cursor: not-allowed;
	opacity: 1;
	color: #666;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
	color: #666;
	cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:disabled + label {
	color: #aaa;
	cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #666;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox label:hover:before {
	border: 1px solid #666 !important;
}

.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before {
	border: 1px solid #666 !important;
}

.poll-page .signup-btn {
	max-width: 170px;
	height: 50px;
	margin-left: 0;
}

/* POLL-PAGE STYLING END  */

/* FORGET-PASSWORD STYLING START  */
.forgrt-pass {
	padding-top: 88px;
}

.forgrt-pass h3 {
	margin-bottom: 14px;
}

.forgrt-pass p {
	font-size: 18px;
	padding-bottom: 46px;
}

.free-account .form-group div {
	position: relative;
}

.free-account .form-group div i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

/* FORGET-PASSWORD STYLING END  */

/* MAKEDRESSMODAL-STYLING START  */
#makedressModal {
	z-index: 9999;
	overflow-y: hidden;
}

#makedressModal .close {
	height: 35px;
	width: 35px;
	display: block;
	padding: 8px;
	border-radius: 50%;
	background: rgb(0 0 0 / 40%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	color: #fff;
}

#makedressModal .close:focus,
.prev-step:focus,
.next-step:focus {
	outline: none;
}

#makedressModal .modal-header {
	margin: 0;
	padding: 24px;
	border-bottom: none;
}

.complexity-with-amount {
	margin: 50px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.complexity-with-amount h4 {
	/* font-family: 'Playfair Display'; */
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
}

.complexity-with-amount span {
	font-size: 15px;
	color: #181818;
}

.dresses-name {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.dresses-name .dress-label {
	margin-right: 25px;
    width: 26%;
}
.dresses-name .dress-label:last-child {
	margin-right: 0;
}
.dresses-name .dress-one {
	width: 100%!important;
	height: 150px;
	background: #EDEDED;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.dresses-name .dress-one img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.check-me {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 33px;
	height: 33px;
	background: #666;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.dress-content {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	/* margin-right: 50px; */
	margin-top: 35px;
}

.dress-content span {
	display: block;
	text-align: center;
	color: #666;
}

.dress-content span i {
	padding-left: 5px;
	color: #101010;
	font-size: 18px;
}

.dress-content b {
	text-align: center;
	margin-top: 8px;
	display: block;
}

.main .dress-one {
	background: #101010;
}

.main .check-me {
	display: flex;
}

.main b {
	color: #101010;
}

.prev-step .disable {
	opacity: .1;
}

.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
	box-shadow: none;
}

.wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.connecting-line {
	height: 2px;
	background: rgb(16 16 16 / 40%);
	position: absolute;
	width: 73%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
	border: 0;
}

span.round-tab {
	max-width: 100%;
	width: 55px;
	height: 55px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #B5B4B4;
	z-index: 2;
	/* position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%); */
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	border: 10px solid #fff;
}

span.round-tab i {
	color: #fff;
}

.wizard li.active span.round-tab {
	background: #101010;
	color: #fff;
}

.wizard .nav-tabs > li.active > a i {
	color: #fff;
}

.wizard .nav-tabs > li {
	width: 23%;
}

.wizard .nav-tabs > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wizard .nav-tabs > li.active a b {
	color: #101010;
}

.wizard .nav-tabs > li a b {
	position: absolute;
	bottom: -25px;
	font-style: normal;
	font-weight: 500;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	width: 90%;
	margin: 0 auto;
}

.wizard .tab-pane .tab-pane-inner {
	width: 80%;
	margin: 0 auto;
}

.step-head {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.term-check {
	font-size: 14px;
	font-weight: 400;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 40px;
	margin: 0;
	opacity: 0;
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 40px;
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 2;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 38px;
	padding: .375rem .75rem;
	line-height: 2;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.footer-link {
	margin-top: 30px;
}

.list-content {
	margin-bottom: 10px;
}

.list-content a {
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	background-color: #f5f5f5;
	position: relative;
	color: #565656;
	font-weight: 400;
	border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.list-content a i {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fdfdfd;
}

.list-box {
	padding: 10px;
}

.signup-logo-header .logo_area {
	width: 200px;
}

.signup-logo-header .nav > li {
	padding: 0;
}

.signup-logo-header .header-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-inline li {
	display: inline-block;
}

.pull-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	width: 100%;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
	position: absolute;
	content: "";
	display: inline-block;
}

input[type="checkbox"]::before {
	height: 16px;
	width: 16px;
	border: 1px solid #999;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border-radius: 2px;
}

input[type="checkbox"]::after {
	height: 5px;
	width: 9px;
	left: 4px;
	top: 4px;
}

input[type="checkbox"]:checked::after {
	content: "";
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
	background-color: #18ba60;
	border-color: #18ba60;
}

#makedressModal .wizard {
	margin-bottom: 20px;
}

.prev-step,
.next-step {
	min-width: 170px;
	height: 50px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

.prev-step {
	background: #fff;
	border: 1px solid #D2D2D2;
	color: #B5B4B4;
}

.next-step {
	background: #101010;
	border: 1px solid #101010;
	color: #fff;
}

.prev-step:hover {
	background: #101010;
	color: #fff;
	border-color: #101010;
}

.next-step:hover {
	background: #fff;
	color: #101010;
}
.complexity-with-amount h4 {
	font-size: 25px;
}
/* MAKEDRESSMODAL-STYLING END  */


/* FREELANCER-SUPPORT-CENTER STYLING START  */
.support-sec {
	padding: 125px 0 50px;
}

.support-sec h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

.support-sec p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding: 5px 0 66px;
}

.landing-contact-info {
	display: flex;
	/* align-items: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
}

.landing-contact-info .infomation {
	width: 50%;
	margin-bottom: 32px;
}

.infomation h6 {
	font-size: 18px;
	font-weight: 700;
}

.landing-contact-info .infomation p {
	padding: 4px 0 0!important;
}

.infomation p a {
	color: #666;
	transition: all .3s ease-in-out;
}

.infomation ul {
	padding-top: 9px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.infomation ul li {
	margin-right: 17px;
}

.infomation ul li a {
	height: 32px;
	width: 32px;
	background: #101010;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #101010;
	transition: all .3s ease-in-out;
}

.infomation ul li a span i {
	color: #fff;
	font-size: 16px;
	transition: all .3s ease-in-out;
}

.infomation ul li a:hover {
	background: #fff;
}

.infomation ul li a:hover span i {
	color: #101010;
}

.support-form {
	padding: 36px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 6px;
}

.support-form h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
}

.support-form form .form-group {
	margin-bottom: 1.5rem;
}

.support-form form label {
	font-size: 18px;
	font-weight: 400;
	color: #101010;
	margin-bottom: 2px;
	display: block;
}

.support-form form .form-control {
	height: 60px;
	background: #F8F8F8;
	border: 1px solid #E0E0E0;
	padding: 19px;
}

.support-form form .form-control::placeholder {
	color: #C2C2C2;
	font-size: 18px;
	font-weight: 400;
}

.support-form form textarea.form-control {
	min-height: 100px;
}

.support-form .subnit-btn {
	max-width: 170px;
	margin: 50px auto 4px;
	height: 50px;
	display: block;
	width: 170px;
	border-radius: 6px;
	border: 1px solid #101010;
	background: #101010;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.support-form .subnit-btn:hover {
	background-color: #fff;
	color: #101010 !important;
}

/* FREELANCER-SUPPORT-CENTER STYLING END  */


/*7oct2021*/
/*Bugs*/
.custom-btn:focus {
	border: 2px solid #101010 !important;
}

.lang-select ul li {
	cursor: pointer;
}

.more-menu ul {
	margin-top: 40px;
}

.tabbing-sec #pills-tab .more-menu li a {
	width: 100%;
}

.current {
	color: #da7e3c !important;
}

label.error {
	/*top: -16px;*/
	position: relative;
}
.user-dashboard-active .row {
    justify-content: center;
}
span.text.text-danger {
    left: 0;
	bottom: 0;
    font-size: 12.8px;
}
.content-wrapper>.content #category-form .form-control:focus {
    border: 1px solid #ced4da;
}
.total-comment-like li:last-of-type a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}
.total-comment-like li:last-of-type a img {
    width: 27px;
    margin-right: 7px;
}
.total-comment-like li:not(:last-of-type) {
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#like-btn {
    font-size: 30px;
    margin-right: 5px;
}


/* ADVERTISEMENT STYLING START  */
/* .change-bg {
    padding-bottom: 50px;
} */
.change-bg #dvImage {
    /* height: 153px; */
    position: relative;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.advertisement-sec {
    /* height: 153px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgb(0 0 0 / 50%);
    padding: 0 25px;
    border-radius: 6px;
}
.advertisement-sec h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 8px;
    color: #fff;
}
.advertisement-sec p {
    font-size: 16px;
    color: #fff;
}
.advertisement-sec figure {
    height: 125px;
    width: 20%;
}
.advertisement-sec figure img {
    object-fit: contain;
}
.advertisement-sec div {
    padding-left: 25px;
	text-align: center;
	width: calc(100% - 20%);
}
/* ADVERTISEMENT STYLING END  */

.card-body .pagination {
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}
.card-body .pagination li.active span {
    background: #3871a1;
    border-color: #3871a1;
}

.card-body .pagination li a {
    color: #3871a1;
}

.design-search-field .dataTables_filter {
    display: none;
}
.custom_search .input-group {
    justify-content: flex-end;
    margin-bottom: 18px
}
.custom_search .input-group .form-outline input, .custom_search .input-group button {
    border-radius: 0;
}
.custom_search .input-group button {
    background: #3871a1;
    border-color: #3871a1;
}
.custom_search .input-group .form-outline .form-control:focus {
	border: 1px solid #ced4da;	
}
.home-section .boxex-sec .row [class*=col-] {
    margin-bottom: 1.5em;
}


/*27-10-22*/
/*New Bespoke Page*/
.bespoke-orderr {
    background: #e4e9f7;
}

.content-wrapper.bespoke-orderr .card-header {
    background-color: #11101d!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.content-wrapper.bespoke-orderr .card {
    background: transparent!important;
    border-radius: 15px;
}

.content-wrapper.bespoke-orderr input.btn {
   background: #11101d;
    border-color: #11101d;
}

.content-wrapper.bespoke-orderr input.btn:hover {
    background: transparent;
    color: #11101d; 
}
/*New Bespoke Page End*/
.designCategorycard .admin-create-btn {
    margin-left: auto;
    display: block;
    margin-right: 1.25rem;
}
.content-wrapper .card-body .form-control {
    min-height: 45px;
}
.designCategory .content-header .breadcrumb li a {
    color: #207393;
}
.home-section ul li a {
    color: #fff;
    transition: all .3s ease-in-out;
}
.home-section ul li a:hover {
    color: #da7e3c;
}
.sidebar li .heaven .sub-menu .heaven a {
    color: #da7e3c;
}
.sidebar li .heaven a {
    color: #3871a1;
}
.edit-delete-btn span:first-child {
    margin-bottom: 5px;
}

.edit-delete-btn span.badge.bg-danger i {
    width: 15.75px;
}
.edit-delete-btn span.bg-primary {
    background: #207393!important;
}
#category-form input.btn.btn-primary,
#category-form1 input.btn.btn-primary  {
    background: #207393!important;
    border-color: #207393!important;
}
form#category-form input.btn.btn-primary:hover {
    background: #fff!important;
    color: #207393!important;
}
.sidebar.open .nav-list .sub-menu {
    display: block;
}
.sidebar .nav-list .sub-menu {
    display: none;
}
.sidebar.open .nav-list li a {
    pointer-events: auto;
    cursor: pointer;
}
.sidebar .nav-list li a {
    pointer-events: none;
    cursor: auto;
}
.design-btnss {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.design-btnss a.admin-create-btn {
    margin-left: 0;
}
.dtr-details {
    align-items: center;
    display: flex!important;
    flex-wrap: wrap;
    margin: 50px 0!important;
}

.dtr-details li {
    border: 1px solid #f7f7f7!important;
    padding: 20px!important;
    width: 33.3%;
    min-height: 78px;
}
/*27-10-22  End*/


.product-category img {
    height: 150px;
    width: 200px;
    object-fit: contain;
    object-position: center;
}
.general-select-category {
	width: 100%;
}
.general-select-category .default.selectize-control.plugin-remove_button.multi {
	width: 100% !important;
	display: block !important;
}
.general-select-category .selectize-control.default.multi .selectize-input>div {
    color: #fff !important;
    border: 1px solid #DA7E3C !important;
    background: #DA7E3C !important;
    background: -moz-linear-gradient(top,#b8e76f 0%,#a9e25c 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,##DA7E3C),color-stop(100%,##DA7E3C)) !important;
    background: -webkit-linear-gradient(top,##DA7E3C 0%,##DA7E3C 100%) !important;
    background: -o-linear-gradient(top,#b8e76f 0%,#a9e25c 100%) !important;
    background: -ms-linear-gradient(top,#b8e76f 0%,#a9e25c 100%) !important;
    background: linear-gradient(to bottom,##DA7E3C 0%,##DA7E3C 100%) !important;
}
.general-select-category .selectize-control.plugin-remove_button .item .remove {
    border-left: 1px solid #DA7E3C !important;
}
.general-select-category .selectize-control.plugin-remove_button .item .remove:hover {
    background: #000 !important;
}
#category-form1 label,
#category-form-edit1 label {
    display: block;
}
#category-form1 textarea ,
#category-form-edit1 textarea{
    width: 100%;
    display: block;
    border-color: #ced4da;
    border-radius: 5px;
}

.home-section .pip {
    display: inline-block;
    margin: 0 5px 10px 5px;
    width: 18%;
}
.home-section .card .form-group section label {
    display: block;
}
.home-section .card .form-group section .plugin-remove_button {
    width: 100%!important;
}
.home-section .card .form-group section ul {
    padding-left: 50px;
    margin-bottom: 70px;
}
.home-section .card .form-group section ul li {
    color: #da7e3c;
    list-style: disc;
    font-weight: 500;
}
.comment-reply  .card.card-primary{
	overflow: hidden;
}
.comment-reply .card-body {
    background-color: #fbfbfb;
}
.comment-reply .card-body p{
    background-color: #ccc;
    padding: 10px;
    width: auto;
    display: inline-block;
    min-width: 400px;
    border-radius: 12px  12px  12px   0;
}
.comment-reply .card-body ul{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}
.comment-reply .card-body ul li p{
    background-color: #ccc;
    padding: 10px;
    width: auto;
    display: inline-block;
    min-width: 400px;
    border-radius: 12px  12px 0 12px;
    margin-top: 13px;
}
.header-nav {
    position: relative;
    z-index: 1;
}
.header-nav ul li{
	position: relative;
}
a.nav-link.notification-icon {
    font-size: 40px;
    padding: 0 10px;
    position: relative;
}
a.nav-link.notification-icon i{
	font-size:20px;
}
a.nav-link.notification-icon i::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}
.dropdown.notification-dropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: calc(50% + 50px);
    transform: translateX(-50%);
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition:  0.3s ease-in-out;
    max-height: calc(100vh - 100px); 
    width: 370px;
    overflow-y: auto;
}
.notification-wrap:hover div.notification-dropdown{
	opacity: 1;
	pointer-events: auto;
}
.dropdown.notification-dropdown ul {
    background-color: #fff;
    padding: 15px;
    width: 100%;
}
.dropdown.notification-dropdown ul li{
	margin: 0
}
.dropdown.notification-dropdown ul li+li{
	margin-top: 10px;
}
.dropdown.notification-dropdown figure {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background-color: #ccc;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin-right: 10px;
}
.dropdown.notification-dropdown .right-text {
    flex-grow: 1;
}
.dropdown.notification-dropdown p {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.dropdown.notification-dropdown p+p{
	font-size: 11px;
	letter-spacing: anywhere;
}
.dropdown.notification-dropdown p span {
    display: block;
    color: #9d9d9d;
    font-size: 12px;
    padding-left: 10px;
    min-width: 100px;
    text-align: right;
}
.dropdown.notification-dropdown p.user-name{
	transition: 0.3s ease-in-out;
	text-transform: initial;
	word-break: break-all;
}
.dropdown.notification-dropdown a:hover p.user-name{
	color: #da7e3c;
}
.cs-not-found{
	color: #000 !important
}
.notification-icon span.comment-count {
    position: absolute;
    color: #333 !important;
    font-size: 10px;
    line-height: 10px;
    background: #fff;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 1px 4px 0;
    border-radius: 50%;
    top: -7px;
    left: 16px;
}
.comment-reply .card-body ul.card-body-reply {
    max-width: 400px;
    margin-left: auto;
}
.comment-reply .card-body .card-body-commment{
	max-width: 400px;
}
.comment-reply .card-body .card-body-commment span, .comment-reply .card-body ul li span {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 2px;
    color: #000;
}
.content-wrapper.bespoke-orderr .card-header.comment-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-wrapper.bespoke-orderr .card-header.comment-heading img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 8px;
    object-position: top;
}
.back-btn {
	color: #11101d;
	transition: .3s;
}

.back-btn i {
    margin-right: 5px;
}

.back-btn:hover {
    color: #da7e3c;
    transition: .3s;
}