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

fieldset,
form {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border-style: none
}

::-moz-selection {
	background: #5eb4e7;
	color: #fff
}

::selection {
	background: #5eb4e7;
	color: #fff
}

::-moz-selection {
	background: #5eb4e7;
	color: #fff
}

.clear:after,
.clear:before {
	content: " ";
	display: table
}

.clear:after {
	clear: both
}

.section {
	padding: 5em 0
}

.mb-6 {
	margin-bottom: 5em
}

.columns {
	-webkit-column-count: 3;
	column-count: 3
}

.btn-success {
	background-color: #49ba64;
	border-color: #49ba64;
	color: #fff!important
}

.btn-default {
	border: 1px solid #ccc
}

.confirm-btn-wrap {
	margin-left: 320px
}

.columns2 {
	-webkit-column-count: 2;
	column-count: 2
}

.darkColor {
	color: #44413d
}

.mlist_wrap .navbar-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mlist_wrap .nav-item {
	margin: 0.25em
}

.mlist_wrap .nav-item:first-child {
	margin-left: 0
}

.mlist_wrap .nav-item>a {
	border-radius: 24px;
	padding: 5px 12px!important;
	font-size: .875rem;
	color: #017FEF;
	border: 1px solid
}

.mlist_wrap .dropdown-menu {
	min-width: 22.5rem
}

.mlist_wrap .dropdown-menu a {
	color: #76716d;
	font-size: 0.875rem
}

.mlist_wrap .dropdown-menu p {
	margin: 0
}

.mlist_wrap .alwaysbg>a {
	background: #017FEF;
	color: #fff;
	font-weight: bold
}

.mlist_wrap .active a {
	font-weight: bold
}

.mlist_highlight {
	color: #017FEF;
	font-size: 1.125rem;
	line-height: 24px
}

.mlist_title_search_wrap h2 {
	font-weight: bold
}

.mlist_drop_heading {
	padding: 0.5rem 1.5rem;
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #44413d;
	line-height: 32px
}

.primetext {
	color: #76716d
}

.show_more_link {
	margin-top: 0.75em;
	display: inline-block
}

.list_categories {
	margin-top: 1em
}

.list_categories li {
	margin: 0 0 1.5em
}

.list_categories li span {
	font-size: 0.875rem
}

.mlist_holder {
	margin: 1.5em 0
}

.mlist {
	margin: 1em 0
}

.mlist_cont {
	border: 3px solid #ffd972;
	background-color: #fffae5;
	overflow: hidden;
	border-radius: 8px 10px 8px 8px;
	-webkit-transition: -webkit-box-shadow .2s ease-out;
	transition: -webkit-box-shadow .2s ease-out;
	-o-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
	height: 100%
}

.mlist_cont:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1)
}

.mlist_cont>a {
	height: 100%;
	display: block
}

.mlist_hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.mlist_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .75rem;
	color: #76716d;
	word-break: break-word
}

.mlist_text p {
	margin-bottom: 4px
}

.mlist_text strong {
	color: #44413d
}

.mlist_img {
	background: #ebebeb
}

.mlist_img img {
	width: 100%;
	max-width: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	height: 270px
}

.mlist_text_holder {
	margin-bottom: 1em;
	padding: 12px
}

.mlist_small_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mlist_small_txt p {
	margin: 0 0 7px
}

.mlist_small_txt p:last-child {
	margin-left: 0.75em
}

.mlist_title {
	font-size: .875rem;
	color: #44413d;
	font-weight: bold;
	margin: 0 0 4px;
	line-height: 16px
}

.mlist_footer_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	font-size: .75rem;
	color: #76716d;
	word-break: break-all
}

.mlist_footer_txt p {
	margin: 0
}

.mlist_footer_txt strong {
	color: #44413d
}

.mlist_buy,
.mlist_reserve {
	width: 48%;
	display: inline-block;
	vertical-align: top
}

.mlist_buy strong,
.mlist_reserve strong {
	font-size: 1rem
}

.mlist_buy {
	text-align: right;
	margin-left: auto
}

.mlist_pagination {
	margin-bottom: 1em
}

.mlist_pagination .pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mlsearch_wrap form {
	position: relative
}

.mlsearch_wrap .form-control {
	font-size: 16px;
	height: calc(1.5em + 2rem + 2px);
	padding-right: 9rem
}

.mlsearch_wrap .btn {
	height: calc(1.5em + 2rem + 2px);
	min-width: 8rem;
	position: absolute;
	right: 0;
	top: 0
}

.mbreadcrumb {
	margin: 0.5em 0
}

.mbreadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px
}

.mbreadcrumb ul li {
	margin-right: 0.5em
}

.mdslider_wrapper .flexslider {
	margin-bottom: 2em
}

.mdslider_wrapper #slider {
	border: 1px solid #ccc;
	border-radius: 0
}

.mdslider_wrapper #slider .slides img {
	height: 35rem;
	min-height: 35rem;
	-o-object-fit: contain;
	object-fit: contain
}

.mdslider_wrapper #carousel .slides img {
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain
}

.flex-direction-nav a:before {
	font-size: 30px
}

.mlist_detail_cont .mdetail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 1em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mlist_detail_cont .mheading {
	display: block;
	width: 220px;
	color: #44413d;
	font-size: 1.2rem
}

.mlist_detail_cont .mdetail_hold {
	padding-left: 1.5em;
	width: 80%
}

.mlist_detail_cont .mdetail_hold strong {
	color: #65605d
}

.mlist_detail_cont .mdholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mlist_detail_cont .chat_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.mlist_detail_cont .chat_text_wrap.alternate {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.mlist_detail_cont .chat_text_wrap.alternate .cuser_text_wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.mlist_detail_cont .chat_text_wrap.alternate .chat_text:after {
	right: -6px;
	left: auto;
	border-left: 8px solid #f6f5f4;
	border-right: none
}

.mlist_detail_cont .chat_two_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px
}

.mlist_detail_cont .chat_user_image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 16px;
	overflow: hidden
}

.mlist_detail_cont .cu_img {
	border-radius: 50%;
	background: #e9f3bf;
	color: #88ae41;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px
}

.mlist_detail_cont .cuser_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	word-wrap: break-word
}

.mlist_detail_cont .chat_text {
	padding: 8px 16px;
	background-color: #f6f5f4;
	border-radius: 6px;
	position: relative
}

.mlist_detail_cont .chat_text:after {
	width: 0;
	height: 0;
	border: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #f6f5f4;
	border-left: none;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 50%;
	left: -6px;
	right: auto;
	display: block;
	margin-top: -8px;
	content: ''
}

.cuser_name {
	font-size: 12px
}

.cuser_name .fa {
	margin-right: 0
}

.question_ask {
	background: #f6f5f4;
	padding: 20px
}

.question_ask textarea {
	width: 100%;
	border: 3px solid #ccc
}

.mtitle {
	font-size: 1.85rem;
	font-weight: bolder;
	margin-bottom: 15px;
	color: #44413d
}

.buy_now_wrap {
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 15px
}

.buy_now_title p {
	margin: 0
}

.buy_now_title h2 {
	font-weight: bolder;
	margin-bottom: 1rem;
	color: #44413d
}

.buy_now_title h2 small {
	font-size: 15px;
	font-weight: bold;
	color: #44413d
}

.count_numb_hold .fa {
	margin: 0;
	font-size: 13px
}

.count_numb_hold .minus,
.count_numb_hold .plus {
	width: 65px;
	background: #eee;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shipping_holder {
	margin: 0.5em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shipping_holder .sicon {
	width: 30px;
	margin-right: 5px
}

#buyNow .modal-body {
	padding: 3em
}

.modal-body p {
	margin-bottom: 5px
}

.modal-body .mheading,
.modal-body label {
	font-size: 1.2rem;
	color: #44413d
}

.modal-body .mheading {
	font-weight: normal;
	margin: 0 0 3px
}

.modal-body .cnwrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.modal-body input[type=checkbox],
.modal-body input[type=radio] {
	margin-top: 8px
}

.modal-body .mlist_wrap .form-check-label {
	font-size: 1.05rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold
}

.modal-body .form-check {
	margin: 1em
}

.modal-body .payment_tab {
	margin-top: 1em;
	border: 1px solid #dee2e6;
	border-radius: 4px
}

.modal-body .payment_tab .nav-link {
	border-radius: 0;
	border-left: 1px solid #dee2e6;
	color: #76716d
}

.modal-body .payment_tab .nav-item.show .nav-link,
.modal-body .payment_tab .nav-link.active {
	border: 1px solid #ccc;
	color: #44413d;
	font-weight: bold
}

.box_margin {
	margin-bottom: 2em
}

.mtab_cont_wrapper {
	padding: 1.5em 0
}

.modal_detail_wrap {
	background: #f6f5f4;
	padding: 0 15px;
	margin-bottom: 1.5em
}

.modal_detail_wrap p {
	font-size: 15px;
	margin-bottom: 10px
}

.modal_detail_wrap .mtitle p {
	font-size: 1.3rem;
	line-height: 1.2
}

.modal_detail_wrap .mdetail_img {
	width: 300px
}

.modal_detail_wrap .modal_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	width: 75%
}

.modal_detail_wrap .mbuy_now {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.modal_detail_wrap .mbuy_now p {
	margin: 0
}

.modal_detail_wrap .mbuy_now .mprice {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #44413d
}

.purchase_summary .mheading {
	font-weight: bold;
	color: #44413d
}

.purchase_summary ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc
}

.purchase_summary .btn-wrap .btn {
	padding: 1em 1.5em
}

.purchase_summary .btn-wrap .btn-white {
	color: #5eb4e7
}

.result_page p {
	word-wrap: break-word
}

.result_page .purchase_summary {
	background: #f6f5f4;
	padding: 1.5em
}

.result_summary_holder .mheading {
	font-size: 1.05rem
}

.form-check {
	padding-left: 0
}

.form-check .form-check-label {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 48px;
	margin-bottom: 0;
	cursor: pointer
}

.form-check .form-check-label:before {
	top: 15px;
	width: 24px;
	height: 24px;
	border: 1px solid #d7d5d2
}

.form-check .form-check-label:after,
.form-check .form-check-label:before {
	position: absolute;
	left: 12px;
	background: #fff;
	border-radius: 50%;
	content: ''
}

.form-check .form-check-label:after {
	top: 21px;
	left: 18px;
	width: 12px;
	height: 12px;
	background-color: #65605d;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6);
	transition: transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6), -webkit-transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6)
}

.form-check input[type=radio] {
	position: absolute;
	overflow: hidden;
	width: 0
}

.form-check input[type=radio]:checked+label {
	color: #44413d;
	font-weight: bold
}

.form-check input[type=radio]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.form-check input[type=checkbox] {
	position: absolute;
	overflow: hidden;
	width: 0
}

.form-check input[type=checkbox]:checked+label {
	color: #44413d;
	font-weight: bold
}

.form-check input[type=checkbox]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg)
}

.ccheckbox_wrapper .form-check .form-check-label:before {
	border-radius: 3px
}

.ccheckbox_wrapper .form-check .form-check-label:after {
	width: 7px;
	height: 13px;
	border-width: 0 4px 4px 0;
	border-style: solid;
	border-color: #65605d;
	background: 0 0;
	border-radius: 0 2px 2px;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	transform: rotate(43deg);
	top: 18px;
	left: 21px;
	content: '';
	opacity: 0;
	-webkit-transform: scale(0.5) rotate(43deg);
	-ms-transform: scale(0.5) rotate(43deg);
	transform: scale(0.5) rotate(43deg);
	-webkit-transition: -webkit-transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6);
	transition: transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6), -webkit-transform 0.12s cubic-bezier(0.47, 0.93, 0.42, 1.6)
}

.view_wrap p {
	margin-right: 1em
}

.mleft_side {
	padding-top: 1em;
	padding-right: 1em
}

.left_links_wrap {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 1em
}

.l_heading {
	font-size: 1.1rem;
	margin-bottom: 3px
}

.modal_detail_wrap.tab_cont_wrap .mdetail_img {
	width: 130px
}

.modal_detail_wrap.tab_cont_wrap .modal_holder {
	width: 60%
}

.modal_detail_wrap.tab_cont_wrap .mtitle p {
	font-size: 1.1rem
}

.wizard>.content {
	background: transparent
}

.wizard>.content>.body {
	padding: 0
}

.wizard>.steps>ul>li {
	width: 20%
}

.wizard>.content>.body {
	position: relative !important
}

.fholder select {
	width: 290px;
	border-radius: 4px
}

.fhold {
	background: #f8f8f8;
	padding: 1em;
	border: 1px solid #eee
}

.form_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative
}

.form_row:last-child {
	border-bottom: none
}

.form_row p {
	margin: 0
}

.form_row .form_label {
	width: 160px;
	line-height: 1.35
}

.form_row .form_input_cont {
	width: 73%
}

.form_row .three_inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form_row .three_inputs input {
	width: 25%;
	margin-right: 0.5em
}

.form_row .three_inputs input:last-child {
	width: 45%;
	margin-right: 0
}

.form_row .three_selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form_row .three_selects select {
	width: 30%
}

.form_row .form-check {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.form_row .inline-input {
	display: inline-block!important;
	vertical-align: top;
	margin-left: 1em
}

.image_uploader {
	height: 200px;
	width: 200px;
	position: relative;
	border: 1px solid #5eb4e7;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.image_uploader input {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: 2;
	cursor: pointer
}

.ffeature p {
	margin: 0.3em 0
}

.masterCard label {
	width: 100%
}

.masterCard .card_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.card_group_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.card_group_holder .item_text {
	margin-left: 1em;
	display: inline-block;
	vertical-align: top
}

.card_group_holder .item_text span {
	display: block;
	opacity: 0.5;
	line-height: 1.2
}

.list_navigation .nav-link {
	font-weight: bold;
	font-size: 1.5rem;
	color: #65605d
}

.list_navigation .dropdown-menu {
	min-width: 22rem;
	padding: 1em
}

.list_navigation .dropdown-menu h4 {
	margin-bottom: 10px
}

.list_navigation .dropdown-menu .dropdown-item {
	padding-left: 0;
	padding-right: 0;
	color: #5eb4e7;
	line-height: 1.2
}

.list_navigation .dropdown-menu .dropdown-item+p {
	line-height: 1.2
}

.sell-process-details-flyout {
	padding: 13px 10px 14px 20px;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 5px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 5px 3px;
	font-size: 12px;
	border-radius: 4px;
	z-index: 1;
	width: 259px
}

.services-flyout {
	top: -20px;
	right: -310px
}

.services-flyout p {
	margin-bottom: 10px
}

.flyout-icon {
	font-size: 1.5rem
}

.flyout-header {
	font-size: 1rem;
	margin: 0 0 10px
}

.services-flyout.sell-process-details-flyout:after {
	bottom: 50%
}

.sell-process-details-flyout:after {
	content: "";
	position: absolute;
	left: 15px;
	right: auto;
	border: 10px solid;
	border-color: transparent #fff #fff transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 6px 4px 8px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 6px 4px 8px 0;
	-webkit-transform: rotate(134deg);
	-ms-transform: rotate(134deg);
	transform: rotate(134deg)
}

.l_heading {
	background: #257fef;
	color: #fff;
	padding: 1em;
}

.left_links_wrap {
	padding: 0;
	overflow: hidden;
}

.left_links_wrap ul {
	padding: 1em;
}