.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px 25px;
	border-radius: var(--card-radius);
	background: var(--light-white);
	border: 1px solid var(--border)
}

.page-item {
	margin: 0px 6px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: var(--icon-radius)
}

.page-item .active {
	color: var(--white);
	background: var(--primary)
}

.page-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: var(--icon-radius);
	font-weight: 500;
	border: none;
	padding: 0px;
	color: var(--body);
	background: var(--white)
}

.page-link:hover {
	color: var(--white);
	background: var(--primary)
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 991px) {
	.page-link {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

.account-card {
	margin-bottom: 20px;
	padding:12px;
	background: var(--white);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.account-title {
	padding: 0px 0px;
	margin-bottom: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--border)
}

.account-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.account-title h3 {
	font-size: 20px;
    margin-bottom: 10px;
}

.account-title button,
.account-title a {
	border: none;
	width: 55px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	text-transform: capitalize;
	color: var(--primary);
	background: var(--light-white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.account-title button:hover,
.account-title a:hover {
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.account-card-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--border)
}

.account-card-list li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none
}

.account-card-list li:hover h6 {
	color: var(--white);
	background: var(--primary)
}

.account-card-list li h5 {
	font-size: 16px;
	font-weight: 500
}

.account-card-list li h6 {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--light-white)
}

.account-card-link li {
	margin-bottom: 8px
}

.account-card-link li:last-child {
	margin-bottom: 0px
}

.account-card-link li a {
	color: var(--body)
}

.account-card-link li a:hover {
	color: var(--primary)
}

.account-card-link li a i {
	margin-right: 5px
}

.account-card-text {
	margin-left: 20px
}

.account-card-text li {
	list-style-type: disc;
	margin-bottom: 20px
}

.account-card-text li:last-child {
	margin-bottom: 0px
}

.account-card-form .form-group {
	margin-bottom: 20px
}

.account-card-form .form-group:last-child {
	margin-bottom: 0px
}

.account-card-form .form-group .btn {
	width: 100%;
	padding: 10px 30px
}

@media (max-width: 575px) {
	.account-card {
		padding: 0px 20px 20px
	}
}

.review-item {
	padding: 30px 45px;
	background: var(--light-white);
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	margin-bottom: 25px
}

.review-item:last-child {
	margin-bottom: 0px
}

.review {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border)
}

.review:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	margin-left: 50px
}

.review:first-child {
	margin-left: 0px
}

.review-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.review-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.review-avatar {
	margin-right: 15px
}

.review-avatar a {
	border-radius: 50%;
	border: 2px solid var(--primary)
}

.review-avatar a img {
	width: 60px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.review-meta h6 {
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: capitalize
}

.review-meta h6 a {
	color: var(--heading)
}

.review-meta h6 span {
	font-weight: 400;
	font-size: 14px
}

.review-meta ul li {
	display: inline-block;
	margin-right: 3px
}

.review-meta ul li i {
	font-size: 14px;
	color: #bbbbbb
}

.review-meta ul li .active {
	color: #ffcc23
}

.review-meta ul li h5 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize
}

.review-widget {
	position: relative
}

.review-widget:focus-within .review-widget-list {
	display: block
}

.review-dots-btn {
	border: none;
	outline: none;
	background: none
}

.review-dots-btn i {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.review-dots-btn i:hover {
	color: var(--white);
	background: var(--primary)
}

.review-widget-list {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 100px;
	padding: 10px 10px;
	background: var(--white);
	border-radius: var(--card-radius);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	display: none
}

.review-widget-list li a {
	font-size: 13px;
	color: var(--body);
	padding-left: 8px;
	display: block
}

.review-widget-list li a i {
	margin-right: 5px
}

.review-widget-list li a:hover {
	background: var(--light-white)
}

.review-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 30px
}

.review-form .form-control {
	height: 35px;
	border-bottom: none;
	border-radius: 3px;
	background: var(--white);
	border: 1px solid #dddddd
}

.review-form .form-control:focus {
	background: var(--white);
	border-color: var(--primary)
}

.review-form button {
	border: none;
	height: 35px;
	width: 115px;
	font-size: 14px;
	margin-left: 15px;
	border-radius: 3px;
	text-align: center;
	color: var(--white);
	background: var(--primary)
}

.review-form button i {
	margin-right: 5px
}

@media (max-width: 575px) {
	.review-item {
		padding: 20px 20px
	}
	.review:last-child {
		margin-left: 30px
	}
	.review:first-child {
		margin-left: 0px
	}
	.review-author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.review-avatar {
		margin: 0px 0px 15px
	}
	.review-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.review-form button {
		margin-left: 0px;
		margin-top: 15px
	}
}



@media (max-width: 767px) {

}


.dash-header-part {
	margin-top: -100px;
	position: relative;
	z-index: 1
}

.dash-header-card {
	padding: 20px 20px 0px 20px;
	background: var(--white);
	border-radius: var(--card-radius)
}

.dash-header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.dash-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.dash-avatar {
	margin-right: 20px
}

.dash-avatar a {
	border-radius: 50%;
	border: 3px solid var(--primary)
}

.dash-avatar a img {
	width: 60px;
	border-radius: 50%;
	border: 3px solid var(--white)
}

.dash-intro h4 a {
	color: var(--heading);
	text-transform: capitalize
}

.dash-intro h5 {
	font-size: 14px;
	line-height: 22px;
	color: var(--body);
	text-transform: capitalize;
	margin-bottom: 8px
}

.dash-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 3px
}

.dash-meta li:last-child {
	margin-bottom: 0px
}

.dash-meta li i {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	color: var(--primary)
}

.dash-meta li span {
font-size: 13px;
    line-height: 20px;
}

.dash-focus {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
	margin-right: 20px;
	border-radius: var(--card-radius);
	background: url(../../images/bg/04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1
}

.dash-focus::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	background: var(--primary);
	opacity: 0.8;
	z-index: -1
}

.dash-focus:last-child {
	margin-right: 0px
}

.dash-focus h2 {
	color: var(--white);
	font-family: sans-serif
}

.dash-focus p {
	color: var(--white);
	text-transform: capitalize
}

.dash-list::before {
	background: #df1313
}

.dash-book::before {
	background: #00af1e
}

.dash-rev::before {
	background: #d0a300
}

.dash-header-alert {
	margin: 0px;
	margin-top: 30px;
	padding: 15px 25px;
	border-radius: 3px;
	background: var(--white);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	border-left: 3px solid var(--primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dash-header-alert button {
	border: none;
	outline: none;
	background: none;
	margin-left: 100px
}

.dash-header-alert button i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	color: var(--primary);
	background: var(--light-white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dash-header-alert button i:hover {
	color: var(--white);
	background: var(--primary)
}

.dash-menu-list {
	margin-top: 30px
}

.dash-menu-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dash-menu-list ul li {
	width: 100%
}

.dash-menu-list ul li a {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px;
	color: var(--heading);
	background: var(--white);
	border-bottom: 2px solid var(--white)
}

.dash-menu-list ul li .active {
	color: var(--primary);
	text-shadow: var(--primary-tshadow);
	border-bottom: 2px solid var(--primary)
}

@media (max-width: 991px) {
	.dash-menu-list {
		overflow-x: scroll
	}
	.dash-menu-list ul {
		width: 900px
	}
}

@media (max-width: 575px) {
	.single-banner {
		padding: 60px 0px 160px
	}
	.dash-header-card {
		padding: 20px 20px 0px 20px
	}
	.dash-header-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.dash-avatar {
		margin-right: 0px;
		margin-bottom: 5px
	}
	.dash-intro h5 {
		margin-bottom: 12px
	}
	.dash-meta {
		margin-bottom: 25px
	}
	.dash-header-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.dash-focus {
		margin-bottom: 20px;
		margin-right: 0px
	}
	.dash-focus:last-child {
		margin-bottom: 0px
	}
	.dash-header-alert button {
		margin-left: 0px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.dash-header-right {
		margin-top: 30px
	}
	.dash-focus h2 {
		font-size: 32px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-banner {
		padding: 80px 0px 180px
	}
	.dash-header-right {
		margin-top: 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dash-avatar {
		margin-right: 25px
	}
	.dash-avatar a img {
		width: 120px
	}
}

body {
	background: #f2f2f4
}

.dashboard-part {
	padding: 50px 0px 70px
}

.dash-review-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.dash-review-widget h4 {
	font-weight: 500;
	margin-top: 5px
}

.dash-review-widget .custom-select {
	width: 160px;
	border: none;
	font-weight: 500;
	border-radius: 0px;
	border-bottom: 2px solid var(--primary)
}

.dash-review-widget .custom-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.review-list {
	margin-bottom: 30px
}

@media (max-width: 575px) {
	.dash-review-widget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.dash-review-widget h4 {
		margin-top: 0px;
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.dashboard-part {
		padding: 50px 0px 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.dashboard-part {
		padding: 50px 0px 50px
	}
}

.dash-header-part {
    margin-top: 0px;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}



 .profile-subtitle {
    font-size: 12px;
}

 .profile-title {
    padding-top: 0px;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block!important;
}

  .mb-16 {
   margin-bottom: 16px;
   }
   .m-card {
   background-color: #fff;
   border-radius: 2px;
   box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
   }  
   .pb-12 {
   padding-bottom: 12px;
   }
   .m-card-padd {
   padding: 20px 12px 5px 24px;
   }
   .m-card-img {
   width: 20px;
   height: 20px;
   }
   .m-card-body {
   width: calc(100% - 35px);
   padding-left: 20px;
   font-size: 16px;
   font-weight: 500;
   color: #878787;
   cursor: pointer;
   }
   .m-card-arrow {
   margin-top: 1px;
   float: right;
   font-size: 25px;
   }
   .m-hr {
   border-bottom: 1px solid #f0f0f0;
   }
   .m-card-padd {
   padding: 20px 12px 5px 24px;
   }
   .m-card-body2 {
   padding: 0 0 0px 20px;
   font-size: 16px;
   font-weight: 500;
   color: #878787;
   }
   .m-card-submenu {
   font-size: 14px;
   padding: 10px 5px 10px 65px;
   cursor: pointer;
   font-weight: 500;
   color: #212121;
   }
   .m-card-submenu.active {
   color: #2874f0;
   background-color: #f5faff;
   }
   .m-card-submenu:hover {
   color: #2874f0;
   background-color: #f5faff;
   }
   .m-card .icon{
   color: #1a1a18;
   font-size: 26px;
   }
   
   
.account-title .btn-edit{  
    background:#1a1a18;
    color: #fff;
    font-size: 13px;
    width: auto;
    line-height: 0px;
    padding: 4px 12px;
    height: 25px;
}   

.account-card-body {
    padding: 20px 20px;
}

.address {
    font-size: 14px;
    color: #000;
}
.address-padd {
    padding: 15px 5px;
}

.address-span2 {
    border: 1px solid #dadada;
    padding: 2px 7px;
    font-size: 10px;
}
.address-span {
    text-transform: uppercase;
    font-size: 11px;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
    margin-right: 15px;
}
.action_right {
    position: relative;
    top: 35px;
    z-index: 99;
}
.right {
    float: right;
}
.menu-icon {
    font-size: 24px;
    cursor: pointer;
}
.add-sub-menu {
    -webkit-box-shadow: 0 0 15px 0 rgb(32 32 32 / 15%);
    background: #fff;
    border-radius: .5rem;
    display: none;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 99;
}

.add-sub-menu li{
	    list-style: none;
		font-size: 15px;
		cursor: pointer;
		padding: 2px 30px;
		border-bottom: 1px solid #eee;
}

.is-active{
	display : block;
}
.address{
	font-size : 14px;
}
.w-70{
	width : 70% !important;
}
.m-b-5{
	margin-bottom : 5px !important;
}
.address-modal .ant-modal-footer{
	display : none;
}


.address:first-child {
    border-top: 1px solid #e0e0e0;
    margin-top: 0px;
    border-radius: 2px 0;
}
.address {
    border: 1px solid #e0e0e0;
    border-top: 0;
    position: relative;
}


.body-color{    color: var(--body);}


.plan-date {font-size: 12px;line-height: 20px;}
.btn-coupon .btn-coupon {
    padding: 9px 18px;
}

.m-orders .card-body:hover {
    z-index: 1;
    box-shadow: 0 1px 12px 2px #dbdbdb;
}


.m-orders .product-img {
    width: 100%;
    height: 100px;
}
.m-orders .product-details {
    border: none !important;
}

.m-card-padd.active  .m-card-body{ color:#1a1a18;}


.m-orders  .order-status{font-size: 13px;font-family: 'semibold';line-height: 0px; margin-bottom: 5px; }

.txt-green{ color:green;}

.product-info li p {
    font-size: 13px;
    margin-left: 0px;
    font-weight: 600;
}

.m-booking .product-img {
    height: 90px;
}
.m-plan .product-img {
    height: 115px;
}

.m-orders{ cursor:pointer;}


/*details*/
.ml-40 {
    margin-left: 40px;
}
.center {
    text-align: center !important;
    text-align: -webkit-center !important;
}
.no-padd {
    padding: 0 !important;
}

.ship-active {
    color: #26a541 !important;
    font-weight: 600 !important;
}

.ship-active span {
    background: #26a541 !important;
    color: white !important;
    border: 1px solid #26a541 !important;
}
.order-ship span {
    width: 50px;
    display: block;
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    padding: 12px 12px;
    z-index: 1;
    position: relative;
}

.order-ship .icon {
    font-size: 26px;
}

.order-ship .order-time {
    background: white !important;
    border: 0 !important;
    color: #868e96 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: fit-content;
}

.border-grey {
    border-color: #ddddddd1!important;
    background: #ddddddd1;
}
.order-line {
    border: 3px solid;
    margin-top: 23px;
    width: 170px;
    position: absolute;
    z-index: 0;
    left: -48px;
}
.order-ship{ font-size:13px;}



.order-details .account-card-body {
    font-size: 14px;
}

.pt-30 { padding-top:30px;}
.pb-30 { padding-bottom:30px;}
.text-green { color: #129c12;}
.text-red { color: #f9413d;}


/*details*/