.free-account .form-group {
	position: relative
}
.free-account .form-group .input-group-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.free-account .error.invalid-feedback {
	position: absolute;
	top: 100%
}
.free-account .form-control.is-invalid,
.free-account .was-validated .form-control:invalid {
	background-image: none;
	box-shadow: none;
}
.tabbing-sec #pills-tab li a {
	padding: 12px 6px;
	text-align: center !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-div.text-center.search-bar {
	margin-top: 0;
    margin-bottom: 30px;
}
.btn-wrap.back-home a {
	font-size: 15px;
	color: #DA7E3C;
	font-weight: 500;
	position: relative;
}
.btn-wrap.back-home a:before {
	position: absolute;
	content: "";
	background: #DA7E3C;
	width: 100%;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
.navbar li.nav-item button:hover {
	color: #da7e3c;
}
input.login-btn {
	margin-top: 26px;
	display: inline-block;
	margin-bottom: 32px;
	padding: 13.5px 30px;
	min-width: 200px;
	text-align: center;
	height: 53px;
	border-radius: 5px;
}
header .menu li:last-child {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .menu li:last-child span {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da7e3c;
    color: #fff;
    font-size: 12px;
}
header .menu li:last-child a.cart {
    width: calc(100% - 20px);
    margin-left: 5px;
}
/*29sept*/
label.error {
	color: red;
	font-size: 14px !important;
	position: absolute;
	left: 0;
	top: 100%;;
}
.form-group{
	margin-bottom: 20px;
}
.user-details #pills-tabContent input {
	margin-bottom: 0 !important
}
.user-details #pills-tabContent .form-control {
	height: 40px !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #8a8a8a !important;
	border-radius: 0 !important;
	padding-right: 60px!important;
	font-size: 18px;
}
.user-details input.login-btn {
	border: 1px solid #000 !important;
}
.custom-open-delete {
	text-align: left;
	/* padding-top: 50px */
}
.disabled {
	pointer-events: none;
	opacity: 1;
}
.cstm-favorites {
    margin-bottom: 20px;
}
.cstm-favorites .our-plan-card img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top; 
}
.cstm-favorites .our-plan-card .content h5 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #101010;
	padding: 10px 0 0;
}
.cstm-favorites .our-plan-card {
	position: relative;
	margin-bottom: 5px;
	border-radius: 12px;
	overflow: hidden;
}
.cstm-favorites .active-dashboard .our-plan-card .content p {
	font-size: 15px;
}
.nav-link {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.nav-link .cus-circle {
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.more-menu {
	position: absolute;
	width: 275px;
	right: -100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	text-align: center;
	background: #fff;
	top: 100%;
	height: calc(100vh - 148px);
	border-left: 1px solid #ccc;
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 40%);
	transition: all .3s ease-in-out;
}
.more-menu.show-menu {
	right: 0;
	transition: all .3s ease-in-out;
	height: unset;
}
.preloader img {
	width: 100%;
	height: auto;
	max-width: 90px;
}
.more-menu ul li {
	padding: 10px 0;
}
.content-wrapper {
	margin-left: 0 !important
}
table#design-list-table img {
	width: 100%;
    max-width: 100px;
    height: 70px;
    object-fit: contain;
}
body,
html {
	overflow-x: hidden;
}
.sub_plan_create li {
	display: flex;
	align-items: center;
}
.sub_plan_create li label {
	margin-bottom: 0 !important;
}
.sub_plan_create input[type=radio] {
	width: 15px;
	height: 15px;
	margin-left: 10px
}
ul.sub_plan_create {
	margin-bottom: 15px;
}
.pricing-tabbing-sec #pills-tab li a {
	display: flex;
	justify-content: center;
}
.login-page .form-control:focus {
	border: 1px solid #80bdff;
}
a.nav-link.active {
	color: #000 !important;
}
form#design-edit-form img#main_select_image {
	width: 100%;
	max-width: 200px;
}
img#cate_select_image {
	display: none;
}
/*01-10-2021 */
.tabbing-sec #pills-tab {
	position: relative;
}
.box.right-sec form input:focus {
	border: none;
	border-bottom: 1px solid #8A8A8A;
}
.user-details .users-tab #pills-tab li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*01-10-2021 End */

/*5oct2021*/
a.btn.admin-create-btn {
	background: #DA7E3C;
	border: 1px solid #DA7E3C;
	box-shadow: none;
}
a.btn.admin-create-btn:hover {
	background: #3871a1;
	border: 1px solid #3871a1
}
#design-list-table thead {
	background: #3871A1;
	color: #fff;
	font-size: 18px;
}
#design-list-table tbody tr:nth-of-type(odd) {
	background-color: rgba(56, 113, 161, 0.1);
}
#design-list-table .admin-edit {
	background-color: #3871a1 !important;
}
.designCategory #design-list-table .admin-edit:hover {
	background-color: #da7e3c !important;
}
#design-list-table .bg-danger {
	background-color: #da7e3c !important;
}
#design-list-table .bg-danger:hover {
	background-color: #3871a1 !important;
}
#design-list-table a.btn.btn-success.btn-sm.admin-hide-btn {
	color: #3871a1;
    border: 2px solid #3871a1;
    background: transparent;
    font-size: 15px;
    max-width: 85px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
#design-list-table tbody {
	font-size: 15px;
}
#design-list-table .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3871a1;
	border-color: #3871a1;
}
section.content {
	padding: 40px 0 !important;
}
.content-wrapper .card-header {
	background-color: #3871a1 !important;
}
.card-title {
	margin-bottom: 0 !important;
	color: #fff;
}
form#category-form input.btn.btn-primary {
	background: #3871a1;
	border: 1px solid #3871a1;
	padding: 8px 20px;
	margin-top: 10px;
	box-shadow: none;
}
form#category-form input.btn.btn-primary:hover {
	background: #DA7E3C;
	border: 1px solid #DA7E3C;
}
.card-header.admin-card-heder {
	background: #fff !important;
	border: 0;
}
#design-list-table_paginate .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3871a1;
	border-color: #3871a1;
}
.forgrt-pass .form-control:focus {
    border: none;
    border-bottom: 1px solid #8A8A8A;
}
.forgrt-pass .login-btn {
    width: 100%;
}
.forgot-password-form p .sign-in {
    display: block;
    width: 100%;
    text-align: center;
    color: #101010;
    margin: 20px auto;
	font-size: 18px;
	font-weight: 400;
    text-decoration: underline!important;
	transition: all .3s ease-in-out;
}
.forgot-password-form p .sign-in:hover {
	color: #DA7E3C;
}
/*Like Button start*/

#like-btn {
    font-size: 30px;
}
.design-name-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.design-name-sec figure {
    height: 150px;
    width: 180px;
    /*margin-right: 30px;*/
      /*  height: 115px;
    width: 125px;*/
    margin-right: 15px;
}
.cart-sec .product-cart-new table td:first-child {
    width: 40%;
}
.design-name-sec figure img {
    border-radius: 6px;
}
.design-name-sec .product-cart-detail h4 {
    font-size: 18px;
    font-weight: 700;
}
.design-name-sec .product-cart-detail p, .design-name-sec .product-cart-detail span {
	font-size: 14px;
    color: #9a9a9a;
    margin: 6px 0 3px;
}
.cart-mob-view {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-mob-view span {
    height: 16px;
    width: 16px;
    background: #da7e3c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    display: none;
}
header .menu li:last-child a.cart {
    display: block;
}
.image_download .content {
	position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    top: 0;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_download .content a {
	font-size: 28px;
    color: #000;
}
.active-dashboard.my-plan-history .our-plan-card .plan-download p {
    transition: all .3s ease-in-out;
}
.active-dashboard.my-plan-history .our-plan-card:hover .plan-download p {
    color: #fff;
}
.active-dashboard.my-plan-history .our-plan-card span{
	margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	padding: 0;
	min-height: 145px;
}
.active-dashboard.my-plan-history .our-plan-card h5 {
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.active-dashboard.my-plan-history .our-plan-card{
	padding: 30px 20px;
    margin-bottom: 20px;
}
.dress-one .white_img {
    display: none;
}
.main .dress-one .black {
    display: none!important;
}
.main .dress-one .white_img {
    display: block!important;
}
span.ast {
    color: red;
    padding-left: 4px;
}
.infomation p a:hover {
    color: #da7e3c;
}
#pills-udeigns .row {
    justify-content: unset;
}
.srch_icn {
    height: 100%;
    width: 70px;
	background: #101010;
	border: none;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.srch_icn img {
    height: 20px;
    object-fit: contain;
}
.main-header .main-div {
    position: relative;
}
#design-tabbing {
    padding-bottom: 50px;
}
#faq .card .card-header a span {
    padding-right: 20px;
    display: block;
}
/*Footer Login Modal */
#login-modal .modal-header {
    background: #101010;
    justify-content: center!important;
}
#login-modal .modal-header .modal-title {
    color: #fff;
    text-align: center;
    width: 100%;
}
#login-modal .modal-header .close {
    color: #fff;
    opacity: 1;
}
#login-modal .login-page {
    margin: 25px 0 0 0;
}
#login-modal .login-page .back-home {
    margin-top: 20px!important;
}
/*Footer Login Modal */

/* UPLOAD CSS  */

.upload-main {
	position: relative;
}
.field label {
	font-size: 20px;
	color: #101010;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.upload-main input {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
}
.field label .multiple {
	display: block;
	font-weight: 700;
	padding-left: 5px;
}
.imageThumb {
	height: 135px;
	border: 1px solid #101010;
	padding: 1px;
	cursor: pointer;
	object-fit: contain;
	border-radius: 6px;
}
.pip {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 15%;
	position: relative;
}
.remove {
	background: #101010;
	border: 2px solid #101010;
	color: white;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 500;
}
.remove:hover {
	background: white;
	color: #101010;
}
/* UPLOAD CSS END */

.tooltip.show {
    opacity: .9;
    z-index: 9999;
}
  .mywishlist-icons {
	position: absolute;
	top: 22px;
	right: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	transition: all .5s ease-in-out;
}
.design-detail-single .detail-single-outer .left-sec span.wishlist-icon {
	position: unset; 
	top: unset; 
	right: unset;
}
.mywishlist-icons:hover .shared-icons {
	display: flex;
}
.shared-icons {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	transition: all .5s ease-in-out;
}
.shared-icons li a {
	height: 25px;
	width: 25px;
	background: #101010;
	border-radius: 50%;
	display: flex;
	margin: 0 2px;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}
.shared-icons i {
	font-size: 12px;
	color: #fff;
	transition: all .3s ease-in-out;
}
.shared-icons li a:hover {
	background: #fff;
}
.shared-icons li a:hover i {
	color: #101010;
}
.result_hover {
	display: flex!important;
}
#design-form .form-control:focus {
	border: 1px solid #ced4da!important;
}
.slider-nav .slick-next{
	right: 10px;
}
.slider-nav .slick-prev{
	left: 10px;
	z-index: 999;
}
.slider-nav .slick-next:before, .slider-nav .slick-prev:before{
	color: #000;
}
/***Contact US**/
#frontcontact-us-form label.error{
	padding: 0px;
	padding-left: 4px;
	color: red;
	top: 100%;
	left: 0;
	position: absolute;
}
.form-group {
	position: relative;
}
.our-plan-card{
	margin: 15px 0px;
}
.lorem-ipsum-content h4 {
	font-size: 18px;
	color: #3871A1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.lorem-ipsum-content p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*min-height: 40px;*/
	line-height: 1.2;
}
.navbar-nav .dropdown-toggle {
	padding: 0px;
	font-size: 16px;
	cursor: pointer;
}
.navbar-nav .nav-link{
	padding: 0;
}
.navbar-nav{
	align-items: center;
}
span#like-count {
	margin-right: 2px;
}

.lightbox{
	display: flex;
	flex-direction: column;
}
.lightbox .lb-outerContainer{
	order: 2;
}
.modal{
	z-index: 999999;
}
.user-details #pills-tabContent select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	line-height: 32px;
	color: #8a8a8a;
}
header .logout {
	font-size: 16px;
	font-weight: 400;
}
.form-control.is-invalid, .form-control:invalid, .form-control.is-invalid:focus {
	background-image: none!important;
	box-shadow: none!important;
	border: 1px solid #ced4da!important;
}
.cart-sec .design-name-sec figure img {
    object-fit: contain;
}
.data-notfound {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #3871a1;
    font-size: 25px;
}
.billing-and-payement label.error {
    position: unset;
}
.select2-selection__rendered div, .select2-results__option div {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.select2-selection__rendered div img, .select2-results__option div img {
	height: 20px;
	width: 20px!important;
	object-fit: contain;
	margin-right: 10px;
}
.search-with-select .select2-container span.select2-selection.select2-selection--single {
	border: none;
	outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3871a1!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] div p {
    /* -webkit-filter: invert(100%);
	filter: invert(100%); */
	color: #fff!important;
	text-align: left!important;
}
.active-dashboard .our-plan-card .plan-download span {
    min-height: unset;
}
.edit-member-image {
    height: 100px;
    width: 100px;
    margin: 5px;
}
.edit-member-image img {
    border-radius: 50%;
}
.user-details .users-tab .form-group .error.invalid-feedback {
    transform: unset;
}
.online-couses-sec h5 {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.order-cancelled {
	    margin-bottom: 50px;
	    margin-top: 25px;
	}
	.cancel-order_sec {
	    width: 80%;
	    padding: 30px;
	    border: 1px solid #7f7f7f;
	    margin: 0 auto;
	    border-radius: 6px;
	}
	.cancel-order_sec div {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.cancel-order_sec div h4, .cancel-order_sec div figure {
		width: 50%;
	}
	.cancel-order_sec div h4 {
	    font-size: 40px;
	    font-weight: 600;
        text-align: center;
        color: #da7e3c;
	}
	.cancel-order_sec div figure {
	    height: 200px;
	    margin: 0 auto;
	}
	.cancel-order_sec div figure img {
	    object-fit: contain;
	}
	.cancel-order_sec p {
	    display: block;
	    text-align: center;
	    padding-top: 30px;
	    font-size: 20px;
	    color: #101010;
	    font-weight: 500;
	}
	.cancel-order_sec p a {
	    font-size: 18px;
	    color: #3871a1;
	    font-weight: 600;
	}
	#invoice-sec-main .invoice-detail {
	    padding: 0;
	}
	.billing_address-cart-totals {
	    width: 100%;
	    margin-bottom: 50px;
	}
	.billing-and-cart-details {
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    width: 100%;
	}
	.billing-and-cart-details .my_billing-address, .billing-and-cart-details .my_cart-totals {
	    width: 50%;
	}
	.billing-and-cart-details h2 {
	    font-family: Verdana, 'Times New Roman', Arial;
	    vertical-align: top;
	    font-size: 20px;
	    text-transform: uppercase;
	    padding: 10px 0px;
	    text-align: left;
	    color: #36496c;
	    font-weight: 600;
	}
	.billing-and-cart-details div p {
	    font-family: Verdana, 'Times New Roman', Arial;
	    vertical-align: top;
	    font-size: 14px;
	    padding-top: 4px;
	    padding-bottom: 4px;
	    color: #606060;
	}
	.billing-and-cart-details div p span {
	    font-size: 14px;
	    color: #606060;
	    display: inline-block;
	}
	.billing-and-cart-details .my-billing_address p {
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
	.my_billing-address p span {
	    width: 35%;
	}
	.my_billing-address p strong {
	    width: 65%;
	    font-weight: 500;
	    color: #101010;
	}
	.my_cart-totals div p {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
		color: #fff;
	}
	.my_cart-totals .top-border {
	    border-top: 1px solid #d1d1d1;
	}
	.thanks-msg {
	    background: #164f08;
	    padding: 20px 10px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
		margin-left: auto;
		margin-top: 20px;
	}
	.thanks-msg p {
	    font-size: 16px;
	    color: #fff;
	    padding-top: 0;
	    padding-left: 10px;
	    margin-bottom: 0!important;
	}
	#design-list-table #order-list td {
	    text-align: center;
		vertical-align: middle;
	}
	#invoice-sec-main .invoice-sec {
		border: none;
	}
	#invoice-sec-main .invoice-sec .invoice-detail {
		background: #fff;
	}
	.billing-tab h1 {
		padding-bottom: 20px;
		font-size: 38px;
		font-weight: 700;
	}
	.cart-sec .product-cart-new h3 {
		text-align: center;
		font-size: 28px;
	}
	select#id_select2_example {
		background: #fff;
	}
	.transaction_with_date {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 22px 0;
	}
	.transaction_with_date>div {
		width: 50%;
	}
	.transaction_with_date p {
		font-family: Verdana, 'Times New Roman', Arial;
		font-size: 18px;
		text-align: left;
		padding: 4px 12px 4px;
		padding-bottom: 4px;
		color: #101010!important;
		background: #f9f9f9;
	}
	.transaction_with_date span {
		font-family: Verdana, 'Times New Roman', Arial;
		font-size: 14px;
		text-align: left;
		color: #666666;
		display: block;
		background: #f6f6f6;
		padding: 10px 12px;
	}	
	#category-form .form-group .error {
	    color: red;
	}
	#files-error {
	    margin-bottom: 25px;
	    display: block!important;
	}
	.upload-formDup .form-group {
	    display: flex;
	}
	.upload-formDup .form-group p {
	    margin-top: -3px;
	    padding-left: 25px;
	}
	.more-menu ul {
		height: 700px;
		overflow-y: scroll;
	}
.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.profile-pic input {
  display: none;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.profile-pic .-label {
  cursor: pointer;
  height: 120px;
  width: 120px;
  margin-bottom: 0;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
/*23Nov 2021*/
.sidebar-mini.layout-fixed{
	overflow: hidden;
}
.edit-icn.imagechange_modalz {
    background: #101010;
    border: 2px solid #101010;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}
.edit-icn.imagechange_modalz i {
    font-size: 12px;
}
body.sidebar-mini.modal-open {
    overflow: hidden;
    height: 100vh!important;
}
a.example-image-link + a.example-image-link {
	display: none;
}
.dasboard-header .top-bar .navbar-logo {
    width: 150px;
}
.head-logo a {
    width: 200px;
}
.dasboard-header .top-bar .navbar-logo img, .head-logo a img {
    object-fit: contain;
}
/* 11jan */
input.form-control.disablebanner{
	width: 30px;
}

.designCategory #design-list-table a.btn.btn-success.btn-sm.admin-hide-btn {
    color: #11101d;
    border: 2px solid #11101d;

 }
 .designCategory #design-list-table .admin-edit {
    background-color: #11101d !important;
}
.designCategory tr th {
    background: #11101d;
}
.designCategory #design-list-table .bg-danger:hover {
    background-color: #11101d !important;
}
.content-wrapper.designCategory {
    padding-bottom: 1em;
    background: transparent;
}