@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'SegoeUI'; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'SegoeUI-Bold';  margin: 0px; padding: 0px; }
p {font-family: 'SegoeUI'; color: #363435;    font-size: 16px;    line-height: 22px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

table { border-spacing: 0; border-collapse: collapse; }


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;   margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

.row:before, .row:after {display: inline-block !important;}

.container {max-width: 1300px; width: 100%; margin:0 auto;}
.container:before, .container:after { display:table; content:"";}
.container:after { clear:both;}


a.menu-icon { display:none; height:auto; padding:7px 0 7px 0; width:40px; background:rgba(0,0,0,0.2);}
a.menu-icon span { display:block; margin:4px 10px; background:#fff; height:3px;}

b,strong {font-family: 'SegoeUI-Bold';}

.btn.btn-green {
	background: #6AB950;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 13px 20px;
	border-radius: 5px;
	box-shadow: none !important;
	border: 1px solid #6AB950 !important;
}
.btn.btn-white {
	background: #fff;
	color: #6AB950;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 17px 20px;
	border-radius: 5px;
	box-shadow: none !important;
	border: 1px solid #fff !important;
}


.btn.btn-green-border {
	background: #fff;
	color: #6AB950;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 13px 20px;
	border-radius: 5px;
	border: 2px solid #6AB950 !important;
	box-shadow: none !important;
}

.btn.btn-gray-border {
	border: 1px solid #707070;
	font-size: 14px;
	color: #69BA53;
	padding: 5px 10px;
	box-shadow: none !important;
	border-radius: 7px;
}

.btn.btn-gray {
	background: #707070;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 25px;
	box-shadow: none;
	border: none;
	border-radius: 7px;
}

.links {color: #6AB950 !important;	font-size: 16px;	font-family: 'SegoeUI-Bold';}

.section-title h1 {position: relative;	text-transform: capitalize;	text-align: center;	font-size: 30px;	color: #f15a29;	margin: 0px;	padding-bottom: 40px;}
.section-title h1::after {content: "";	display: block;	width: 100px;	height: 1px;	position: absolute;	bottom: 25px;	left: 50%;	transform: translate(-50%, 0);	background-color: #f15a29;}

.content-title h1 {position: relative;	text-transform: uppercase;	font-size: 25px;	color: #6AB950;	margin: 0px;	padding-bottom: 15px;}
.content-title p {font-size: 25px;	line-height: 30px;}
.content-title p b{display: block;}


.content-title.w h1,
.content-title.w p {color: #fff;}

.contents-title h1 {position: relative;	text-transform: capitalize;	font-size: 22px;	color: #000;	margin: 0px;	padding-bottom: 15px;}



.bg {background-size: cover; background-position: center center;  background-repeat: no-repeat;}

#header {}
#header .header-box {display: flex;	align-items: center;	justify-content: space-between;}
#header .logo-box {max-width: 220px; flex: 0 0 220px;	width: 100%;	display: inline-block; }
#header .logo-box img {width: 100% !important;	height: auto !important;}
#header .main-nav {text-align: right;}
#header .header-block {padding: 15px 0px;    z-index: 1111 !important;   width: 100% !important;}
#header .header-block.isStuck {position: fixed !important; background: #fff !important;	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);}

.bx-wrapper .bx-controls-direction a.disabled {display: block !important;}
.pseudoStickyBlock {display: none !important;}

#nav {}
#nav ul {}
#nav ul li {display: inline-block;	position: relative;	margin: 0px 10px;	padding: 10px;}
#nav ul li a {font-size: 16px;	color: #363435;	text-transform: capitalize; font-family: 'SegoeUI';}
#nav ul li.active a { font-family: 'SegoeUI-Bold';}
#nav ul li:first-child {margin-left: 0px; padding-left: 0px;}
#nav ul li:last-child {margin-right: 0px; padding-right: 0px;}
#nav ul li ul.sub_menu {position: absolute;	right: -10px;	padding: 0px;	border: 1px solid #c8c8c8;	background: #fff;	border-radius: 5px;	width: 225px;	max-height: calc(100vh - 200px);	overflow-y: auto;	top: 35px;	display: none;}
#nav ul li ul.sub_menu li {border-bottom: 1px solid #c8c8c8;	width: 100%;	margin: 0px;	padding: 10px;}
#nav ul li ul.sub_menu li:last-child {border-bottom: none;}
#nav ul li:hover ul.sub_menu {display: block;}
#nav ul li ul.sub_menu li.active {background: #6ab950;}
#nav ul li ul.sub_menu li.active a{ color: #fff;}


#slider {}
#slider ul li img {width: 100% !important; height: auto !important;}
#slider .slider-content-block {position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	background-color: rgba(0,0,0,0.5);}
#slider .slider-content-block .container {position: relative;	height: 100%;}
#slider .slider-content-block .slider-content-box {position: absolute;	top: 45%;	width: 100%;	text-align: center;	transform: translate(0%, -50%);	left: 0;}
#slider .slider-content-block .slider-content-box p{text-align: justify; color:#fff; left: 0; line-height: 25px; font-size: 20px; font-weight: 400; margin: 0px 0px 25px 10px;}
#slider .slider-content-block .slider-content-box .titles p{text-align: justify; color:#fff; left: 0; line-height: 25px; font-size: 20px; font-weight: 400; margin: 0px 0px 25px 10px;}
#slider .slider-content-block .slider-content-box h4{text-align: justify; color:#fff; margin: 10px;font-weight: bold;}
#slider .titles p {position: relative;	display: inline-block;	padding: 0px 45px;	color: #fff;	text-transform: uppercase;	margin: 0;	line-height: 16px;}
#slider .titles p::after {background: #6AB950;	position: absolute;	left: 0;	width: 30px;	content: "";	display: block;	height: 4px;	top: 50%;	transform: translate(0%, -50%);}
#slider .titles p::before {background: #6AB950;	position: absolute;	left: auto;	right: 0;	width: 30px;	content: "";	display: block;	height: 4px;	top: 50%;	transform: translate(0%, -50%);}
#slider h1 {font-size: 30px; color: #fff;	text-transform: uppercase;	margin: 32px 0 0 0;	line-height: 34px;}
#slider h4 {font-size: 28px; color: #fff;text-transform: uppercase;	line-height: 30px;	font-family: 'SegoeUI';}

#banner {}
#banner .banner-block {padding: 100px 0px 70px 0px;	width: 100%; background-position: center center;	background-size: cover;	background-repeat: no-repeat;}
#banner .banner-block h1 {color: #fff; text-transform: uppercase;}

#market-update { display: none; }
#market-update .market-update-block {background-color: #f8f8f8; padding: 20px 0px; overflow: hidden;}
#market-update .market_box {padding: 0px 10px;}
#market-update .market_box ul {display: flex;	align-items: center;	background: #fff;	border: 1px solid #BEBEBE;	border-radius: 10px;justify-content: space-between;	padding: 10px 0;}
#market-update .market_box ul li {padding: 0 10px;}
#market-update .market_box ul li h6 {color: #363435;	font-size: 16px;	margin-bottom: 7px;	line-height: 16px;}
#market-update .market_box ul li p {color: #363435;	font-size: 15px;	margin-bottom: 7px;	line-height: 15px;}
#market-update .market_box ul li p:last-child {margin-bottom: 2px;}
#market-update .market_box ul li .icons_box {width: 50px;	height: 50px;	background: #f8f8f8;	text-align: center;	border-radius: 5px;	color: #6AB950;	font-size: 26px;}
#market-update .market_box ul li .icons_box i {display: block;	line-height: 50px;}
#market-update .market_box ul li:last-child p {text-align: right;	color: #6AB950;}
#market-update .market_box ul.marketdown li .icons_box {color: #FF0000;}
#market-update .market_box ul.marketdown li .icons_box i {transform: rotate(180deg);}
#market-update .market_box ul.marketdown li:last-child p {color: #FF0000;}

#market-update .market_box ul.market_load li .icons_box {color: #000000;}
#market-update .market_box ul.market_load li:last-child p {color: #000000;}

#aboutus {}
#aboutus .aboutus-block {padding: 60px 0px;}
#aboutus .button_box {margin-top: 30px;}
#aboutus .about_img {position: relative;	width: 100%;	height: 100%;	overflow: hidden;	border-radius: 10px;	max-width: 450px;	float: right;}
#aboutus .about_img img {position: absolute;	top: 50%;	left: 50%;	width: 100%;	transform: translate(-50%, -50%);	height: auto;}

#news {}
#news .news-block {padding: 60px 0px; background-color: #f8f8f8;}
#news .news_box ul {background: #fff;	padding: 15px;	display: flex;	box-shadow: 0px 0px 4px #ddd;	border-radius: 5px;}
#news .news_box {padding: 15px 15px 5px 15px;}
#news .news_icon {flex: 0 0 140px;	height: 140px;	max-width: 140px;	width: 140px;	position: relative;	border-radius: 5px;	overflow: hidden;}
#news .news_icon img {position: absolute;	top: 50%;	left: 50%;	min-height: 140px;	min-width: 140px;	width: auto !important;	max-width: 200px;	transform: translate(-50%, -50%);}
#news .news_content {padding-left: 20px;}
#news .news_content h4 {font-size: 22px;	line-height: 25px;	margin-top: -5px;	margin-bottom: 8px;}
#news .news_content p {margin: 0px;	line-height: 22px;	padding-bottom: 8px;}

#download {}
#download .download-block {padding: 60px 0;	background: #6AB950;}
#download .download-content > p {color: #fff;	margin: 30px 0;}
#download .button_box ul {display: flex;	align-content: center;	margin: 0px -12px;}
#download .button_box ul li {padding: 0px 12px;}
#download .button_box ul li img {height: 60px;}
#download .download_img img {width: 170px; float: right;}
#download .button_box ul li a {display: block;}


#footer {background: #363435;}
#footer .footer-block {padding: 60px 0 50px 0;}
#footer .f-logo {width: 100%;	max-width: 240px;	margin-bottom: 25px;}
#footer .footer-content ul {display: flex;	align-items: center;	margin-bottom: 15px;}
#footer .footer-links {width: 100%;	max-width: 275px;	margin: 0 auto;}
#footer .footer-content ul li.icons {
	width: 100%;
	flex: 0 0 32px;
	max-width: 32px;
}
#footer .footer-content ul li.icons i, 
#footer .footer-content ul li.icons svg {
	font-size: 20px;
	color: #6ab950;
	display: block;
	text-align: left !important;
}

#footer .footer-content ul li p, 
#footer .footer-content ul li p a {font-size: 16px;	color: #fff;	margin: 0;}
#footer h4 {color: #fff;	font-weight: 500;	font-size: 22px;	margin-top: 44px;	margin-bottom: 15px;}
#footer .footer-links ul li {display: block;	margin-top: 10px;}
#footer .footer-links ul li a {color: #fff;	font-size: 16px; text-transform: uppercase;	display: inline-block;}
#footer .newslatter p {color: #fff;	font-size: 20px;	margin: 0px;	padding: 8px 0 15px 0;	line-height: 22px;}
#footer .foooter-copy {border-top: 1px solid #fff;}
#footer .foooter-copy p {margin: 0px;	padding: 20px 0;	text-align: center;	color: #fff;}
#footer .form-control {border: none !important;}


.form-group {display: block; margin-bottom: 20px;}
.form-group label {margin: 0px;	padding-bottom: 5px;	color: #000;	font-size: 16px;	font-family: 'SegoeUI';}
.form-control, .custom-select {padding: 12px 15px;	height: auto;	display: block;	border: 1px solid #c8c8c8 !important;	box-shadow: none !important;	font-size: 16px;	color: #000;	background-color: #fff !important;	font-weight: 400;	border-radius: 5px;	font-family: 'SegoeUI';}


#content {}
#content .content-block {padding: 60px 0px;}
#content .content_box ul {display: flex;	align-items: center; border: 1px solid #C8C8C8; margin-top: 15px; border-radius: 6px; overflow: hidden; }
#content .content_box ul li {padding: 15px;}
#content .content_box ul li p {margin: 0px;	font-family: 'SegoeUI-Bold';	line-height: 41px;}
#content .content_box ul li p span{font-family: 'SegoeUI';}
#content .content_box ul li.prise {flex: 0 0 24.33333%; 	max-width: 24.33333%;}
#content .content_box ul li.prise_b {flex: 0 0 38.22%; 	max-width: 38.22%;}
#content .content_box ul li:first-child {flex: 0 0 12%;	max-width: 12%;}
#content .content_box ul li.btns {flex: 0 0 15%;	max-width: 15%;	text-align: right;}
#content .content_box ul li.btns .btn.btn-green {text-transform: capitalize;}
#content .waiting_list table, 
#content .waiting_list table tr, 
#content .waiting_list table  td {border: none !important;	padding: 0px;}
#content .waiting_list table td h4 {font-size: 20px;	margin: 25px 0px 10px 0px;}
#content .waiting_list table tr.border {border-bottom: 1px solid #c8c8c8 !important;}
#content .waiting_list table td p {margin: 0px;	padding-bottom: 7px;}
#content .waiting_list table td h6{margin: 0px;	padding-bottom: 20px;}
#content .waiting_list{margin: -15px 0;}
#content .waiting_list .btn {text-transform: capitalize !important;}
#content ul.buutons {display: flex;	margin: 0px -15px;	margin-top: 28px;}
#content ul.buutons li {flex: 0 0 50%;	max-width: 50%;	padding: 0px 15px;}
#content ul.buutons li .btn {width: 100%;	padding: 16px 0px;}
#content .mypost_box {border: 1px solid #C8C8C8; margin: 20px 0 0 0;	border-radius: 10px; cursor: pointer}
#content .mypost_box ul {display: flex;	align-items: center; padding: 5px 0;	justify-content: space-between;}
#content .mypost_box ul li {padding: 10px 15px;}
#content .mypost_box ul li p {margin: 0;}
#content .buutons {display: flex;	align-content: center; margin: 0 -15px;}
#content .tabs_list {display: flex;	align-items: center;	justify-content: space-between;}
#content .add_button {padding-left: 15px;}
#content .mypost_box ul.details_list {border-bottom: 1px solid #c8c8c8;}
#content .mypost_box ul li ol {display: flex; align-items: center; margin: 0 -15px;}
#content .mypost_box h4 {font-size: 20px;	margin-bottom: 12px;}
#content .mypost_box h5 {font-size: 18px;}
#content .tabs_forms {margin-top: 30px;}
#content .tabs_forms h4 {font-size: 24px; margin-top: 9px;}
#content .profiles_box h4 {border-bottom: 1px solid #c8c8c8;	font-size: 20px;	padding-bottom: 10px;	margin: 20px 0;}
#content .contract_details {padding: 10px 20px;	background: #f8f8f8;	margin-top: 30px; border-radius: 10px;}
#content .contract_details ul{display: flex;	align-items: center;	justify-content: space-between;	margin: 0px -15px;}
#content .contract_details ul li{padding: 10px 15px;}
#content .contract_details ul.buutons_box {justify-content: flex-end !important;}
#content .contract_details ul.buutons_box .btn {min-width: 140px;}

.contract_details_list {margin-top: 30px; position: relative;}
.contract_details_list td, .contract_details_list th {padding: 10px;	text-align: left;	border: none;	border-bottom: 1px solid #c8c8c8; vertical-align: middle;}
.contract_details_list td p {margin: 0;}

/*.contract_details_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 11px;
	width: 2px;
	background: #6ab950;
	height: calc(100% - 30px);
}



.contract_details_list th .progresss {
	width: 25px;
	height: 25px;
	display: block;
	background: #6ab950;
	border-radius: 50%;
}
.contract_details_list th:first-child {padding-left: 0; border: none;}
.contract_details_list tr:last-child td, 
.contract_details_list tr:last-child th {border: none;}*/



/*.contract_details_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 11px;
	width: 2px;
	background: #6ab950;
	height: calc(100% - 30px);
}
*/


.contract_details_list th .progresss {
	width: 25px;
	height: 25px;
	display: block;
	background: #c8c8c8;
	border-radius: 50%;
}

/*.contract_details_list th:first-child {padding-left: 0; border: none;}*/
.contract_details_list th:first-child {
	padding-left: 0;
	border: none;
	position: relative;
}
.contract_details_list tr:last-child td, 
/*.contract_details_list tr:last-child th {border: none;}*/
.contract_details_list tr:last-child td, .contract_details_list tr:last-child th {
	border: none;
	position: relative;
}
.left-greenline {
	position: absolute;
	background-color: #c8c8c8;
	height: 100%;
	width: 1px;
	left: 13px;
	top: 0;
}


#pills-tab {margin: 0px -15px;}
#pills-tab li {padding: 0px 15px;}
#pills-tab li a {background: transparent !important;	color: #6ab950 !important;	border: 1px solid #6ab950 !important;	display: block !important; border-radius: 6px;	padding: 10px 40px !important;	font-size: 16px !important;}
#pills-tab li a.active {background: #6ab950 !important;	color: #fff !important;}




.pill-tabs-m , .pill-tabs-s {margin: 0px -15px;}
.pill-tabs-m li, .pill-tabs-s li {padding: 0px 15px;}
.pill-tabs-m li a, .pill-tabs-s li a {background: transparent !important;	color: #6ab950 !important;	border: 1px solid #6ab950 !important;	display: block !important; border-radius: 6px;	padding: 10px 40px !important;	font-size: 16px !important;}
.pill-tabs-m li a.active, .pill-tabs-s li a.active {background: #6ab950 !important;	color: #fff !important;}

.pill-tabs-s li a {
    padding: 5px 20px !important;
}

#Ginning-tab {margin: 0px -15px;}
#Ginning-tab li {padding: 0px 15px;}
#Ginning-tab li a {background: transparent !important;	color: #6ab950 !important;	border: 1px solid #6ab950 !important;	display: block !important; border-radius: 6px;	padding: 10px 40px !important;	font-size: 16px !important;}
#Ginning-tab li a.active {background: #6ab950 !important;	color: #fff !important;}

#overview {}
#overview .overview-block {background: #6AB950;	padding: 15px 0px;}
#overview .overview-block ul {display: flex;  align-items: center; justify-content: space-between; margin: 0px -15px;}
#overview .overview-block ul li{padding: 8px 15px;}
#overview .overview-block ul li p {color: #fff; margin: 0;}
#overview .overview-block ul li h4 {color: #fff; font-size: 20px;}

#breadcrumbs {}
#breadcrumbs .breadcrumbs-block {background: #6ab950;	padding: 20px 0;}
#breadcrumbs .breadcrumbs-block p {color: #fff; margin: 0;}
#breadcrumbs .breadcrumbs-block h1 {color: #fff; font-size: 24px; margin-bottom: 10px;}
#breadcrumbs ul {display: flex;	align-items: center;	justify-content: space-between; margin: 0px -15px;}
#breadcrumbs ul li {padding: 0px 15px;}

.quantity {display: flex;	align-items: center; padding-top: 12px;}
.quantity .qty_button {border: 2px solid #6ab950;	background: #fff !important;	color: #6ab950;	font-size: 13px;	width: 28px;	height: 28px;	border-radius: 50%;	line-height: 30px;	text-align: center;}
.quantity .qty_button i {display: block;	line-height: 26px;	text-align: center;}
.quantity .qty {appearance: textfield !important;	border: none;	flex: 0 0 90px;	max-width: 90px;	text-align: center;	padding: 0px 10px;}


#search_de {padding-bottom: 40px;}
#search_de ul {display: flex;	align-items: center;	justify-content: space-between;	margin: 0px -15px;}
#search_de ul li {padding: 10px 15px;}
#search_de ul li p {margin: 0;}
#search_de .search_de-block {background: #F8F8F8;	padding: 10px 0;}
#search_de .search_list_block {border-top: 1px solid #C8C8C8;	padding: 10px 0px;}
#search_de .search_de-forms {padding: 30px 0 10px 0;}
#search_de ul.buutons {display: flex;	margin: 0px -15px;	margin-top: 28px;}
#search_de ul.buutons li {flex: 0 0 50%;	max-width: 50%;	padding: 0px 15px;}
#search_de ul.buutons li .btn {width: 100%;	padding: 16px 0px;}


.filter_tbale th {background: #6ab950;	color: #fff !important;	font-size: 16px;	font-family: 'SegoeUI-Bold';}
.filter_tbale th, .filter_tbale td {padding: 10px;	text-align: right;	border: none !important;}
.filter_tbale th:first-child, .filter_tbale td:first-child {text-align: left;}
.filter_tbale td {background: #f8f8f8;}


#content .contract_details.notification ul > li:last-child {flex: 0 0 100px; max-width: 100px;}
#content .contract_details.notification ul > li:first-child {flex: 0 0 100%; max-width: calc(100% - 100px)}
#content .contract_details.notification ul ol {display: flex;	align-items: center;	justify-content: space-between;}
#content .contract_details.notification p {margin: 0px;}
#content .contract_details.notification {margin-top: 20px;}
#content .content-block.notification {padding: 40px 0 60px 0;}


#content .titles_boxs ul {display: flex;	align-items: center;	justify-content: space-between;	margin: 0px -15px; margin-bottom: 40px;}
#content .titles_boxs ul li {padding: 0px 15px;}
#content .titles_boxs ul h4 {font-size: 22px;}
#content .titles_boxs ul h1 {color: #6ab950;	font-size: 35px;}
#content .Wallet_box ul {display: flex;	align-items: center;	justify-content: space-between;	border: 1px solid #c8c8c8;	border-radius: 10px; margin-bottom: 15px;}
#content .Wallet_box ul li{padding: 15px;}
#content .Wallet_box ul li h6{margin-bottom: 5px;} 
#content .Wallet_box ul li p{margin-bottom: 0;} 
#content .day_count {background: #6ab950;	width: 80px;	height: 80px;	border-radius: 50%;	text-align: center;	padding: 19px 0;}
#content .day_count h4 {color: #fff;	font-size: 22px;	line-height: 22px;}
#content .day_count p {font-size: 12px;	color: #fff;	margin: 0px;}



#plans .plans-block ul {display: flex;	margin: 0 -15px;	flex-wrap: wrap;}
#plans .plans-block ul li {flex: 0 0 20%; max-width: 20%; padding: 15px;}
#plans .plans_box {border: 1px solid #c8c8c8;	border-radius: 10px;	height: 100%;	text-align: center;	overflow: hidden;}
#plans .plans-content {padding: 15px;}
#plans .plans-content h4 {font-size: 25px;}
#plans .plans-content p {margin-bottom: 5px;}
#plans .plans_btn a {display: block;	background: #6ab950;	color: #fff;	font-family: 'SegoeUI-Bold';	padding: 10px;	border-top: 1px solid #c8c8c8;}


#login {}
#login .login-block {padding: 60px 0px;}
#login .forms-box {max-width: 550px;	margin: 0 auto;}
#login  .links_box {text-align: right;	margin-top: 5px;}
#login  .links_block {margin-top: 15px;}
#login  .links_block p {margin-bottom: 5px;}
#login  .links_block a {font-size: 16px;	color: #000 !important;	font-family: 'SegoeUI-Bold';}



.chek_box {position: relative;	padding-left: 33px;	display: inline-block;}
.chek_box label {margin: 0 !important;padding: 0px !important;	color: #000;	line-height: 20px;}
.chek_box input {position: absolute;  cursor: pointer;	top: 0px;	left: 0; width: 100%;	height: 100%;	z-index: 22;	opacity: 0;}
.chek_box .checkmak {
	position: absolute;
	top: 3px;
	left: 0;
	border: 2px solid #000;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}
.chek_box .checkmak::after {
	content: "";
	display: none;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.chek_box input:checked ~ .checkmak::after {display: block;}


.rdoblock {display: flex;	align-items: center;	margin: 0 -15px;}
.rdoblock li {padding: 0 15px;}
.rdo_box {position: relative;	padding-left: 33px;	display: inline-block; cursor: pointer;}
.rdo_box label {margin: 0 !important;	padding: 0px !important;	color: #000;	line-height: 20px;}
.rdo_box input {position: absolute;	top: 0px;	left: 0;  cursor: pointer; width: 100%;	height: 100%;	z-index: 22;	opacity: 0;}
.rdo_box .checkmak {position: absolute;	top: 3px;	left: 0;	border: 2px solid #c8c8c8;	width: 20px;	height: 20px;	border-radius: 50%;}
.rdo_box .checkmak::after {display: none;	content: ""; background: #6ab950;	width: 14px;	height: 14px;	border-radius: 50%;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);}
.rdo_box input:checked ~ .checkmak::after {display: block;}

#register {}
#register .register-block {padding: 60px 0px;}
#register .forms_list_block {display: flex;	margin: 0px -15px;}
#register .left_box {flex: 0 0 300px;	max-width: 300px;	padding: 0px 15px;}
#register .right_box {flex: 0 0 100%;	max-width: calc(100% - 300px);	padding: 0 15px;}
#register #progressbar li {position: relative;	display: block !important;	width: 100%;	padding-bottom: 25px;}
#register #progressbar li p {margin: 0px;}
#register #progressbar li span {width: 15px;	height: 15px;	background: #6ab950;	display: block;	border-radius: 50%;	position: absolute;	top: 12px;	right: 6px;}
#register #progressbar li.active span {width: 25px;	height: 25px;	right: 0;}
#register .card_footer {display: flex;	justify-content: flex-end;}
#register .card_footer input{min-width: 140px;}
#register .card_footer input.previous {margin-right: 20px;}
#register #progressbar li.active::after {content: '';	display: block;	position: absolute;	width: 2px;	height: 100%;	background: #6ab950;	top: calc(-100% - -12px);	right: 11px;}
#register #progressbar li:first-child::after {display: none !important;}
#register #msform fieldset:not(:first-of-type) {display: none}

textarea.form-control {height: 148px;}

.file_upload {display: flex;	min-height: 50px;	align-items: center;	padding: 0px 15px;	border: 1px solid #c8c8c8;	border-radius: 5px;	position: relative;	justify-content: space-between;}
.file_upload .upload_img {position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	opacity: 0;	cursor: pointer;}
.file_upload .file_name {opacity: 0.5;	margin: 0px;	padding: 0px;	flex: 0 0 100%;	max-width: calc(100% - 30px);	overflow: hidden;}
.file_upload img {width: 24px;	flex: 0 0 24px;	max-width: 24px;}


.bx-wrapper .bx-controls-direction a {z-index: 11 !important;}

#plans {
	margin-top: -15px;
}

#breadcrumbs .link {
	color: #fff !important;
}




.selected_input ul {
	display: flex;
	align-items: flex-end;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.selected_input ul li {min-width: 25%; padding: 0 15px; margin-bottom: 10px;}

.inputs_list {
	padding: 13px 15px 13px 20px;
	height: auto;
	border: 1px solid #c8c8c8 !important;
	font-size: 16px;
	color: #000;
	background-color: #fff !important;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'SegoeUI';
	display: flex;
	align-items: center;
	position: relative;
}

.inputs_list p {
	margin: 0px;
	margin-right: 1rem;
}

.inputs_list .fa.fa-times {
	position: absolute;
	right: 15px;
	font-size: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 2;
	cursor: pointer;
}



#nav ul li a.btn.btn-green {
	color: #fff;
	border-radius: 30px;
}
#login .links_block p {
	margin-bottom: 10px;
}
.right_button {
	text-align: right;
	margin-top: 15px;
}

#login .links_block .text-green a {
	color: #6ab950 !important;
	border-bottom: 1px solid;
	font-weight: 400;
	font-size: 18px;
}



#company {}
#company .company-block {padding: 60px 0;}
#company .company-list ul {align-items: center;	display: flex;	margin: 0 -10px;}
#company .company-list ul li {padding: 0 10px;}
#company .company-list ul li h4 {color: #7E7E7E;	font-size: 16px;	margin-bottom: 5px;}
#company .company-list ul li p {margin: 0;	font-size: 15px;	line-height: 15px;}
#company .company-box {border: 1px solid #707070;	background: #DCDFE2;	padding: 10px 30px 30px 30px;	border-radius: 20px;	max-width: 430px;	margin: 0 auto;}
#company .company-logo {width: 50px;	height: 50px;	background: #fff;	border-radius: 50%;	text-align: center;	box-shadow: 0px 0px 4px #ccc;	line-height: 50px;	font-size: 20px;	font-weight: 600;	color: #7E7E7E;}
#company .company-list {border-bottom: dashed 2px #707070;	padding: 20px 0;}
#company .company-list:last-child {border-bottom: none;}
#company .btn_box {text-align: right;}
#company .company-forms {max-width: 550px;	margin: 0 auto;	display: block;}
#company .company-forms .button-box {display: block;	margin: 0 auto;	max-width: 250px;}
#company .company-forms .button-box .btn {display: block;	width: 100%;}

#loginas {}
#loginas .loginas-block {padding: 60px 0;}
#loginas .loginas-forms {max-width: 500px;	margin: 0 auto;	}
#loginas .button_box {display: block;	margin: 0 auto !important;	max-width: 200px;}
#loginas .button_box .btn {display: block;	width: 100%;}
#loginas .icons_box {max-width: 210px;	width: 100%;	margin: 0 auto;	margin-bottom: 30px;}
#loginas .icons_box img{width: 100%;}
#loginas .custom-select {border: 1px solid #69BA53 !important;}


#newreg {padding: 60px 0;}
#newreg .right_box {
	flex: 0 0 100%;
	max-width: 550px;
	padding: 0;
	margin: 0 auto;
}
#newreg .icons_img {
	max-width: 90px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#newreg .icons_img img{
	max-width: 100%;
}




#newreg .verification-code {
	display: flex;
	align-items: center;
	justify-content: center;
}
#newreg .verification-code input.otp {
	border: 1px solid #9F9F9F;
	box-sizing: border-box;
	border-radius: 4px;
	display: block;
	width: 50px;
	height: 50px;
	appearance: textfield !important;
	text-align: center !important;
	padding: 8px;
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	background: #fff;
	border-radius: 4px;
}

#newreg .card_footer {
	display: block;
	text-align: center;
}
#newreg  .notes_boxs {
	max-width: 240px;
	margin: 0 auto;
}
#newreg .card_footer .links p a {
	color: #6ab950 !important;
	border-bottom: 1px solid;
	font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
}

#newreg .card_body h4 {
	font-size: 20px;
	margin-bottom: 50px;
}
#newreg .card_body h4 a {
	color: #000;
}

#newreg .info_boxs p {
	color: #343434;
	font-size: 15px;
}
#newreg .info_boxs p span {
	display: inline-block;
	background: #D1D1D1;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px;
}
#newreg .card_footer .btn {
	width: 100%;
	max-width: 330px;
}

#newreg .Approval_boxs {
	text-align: center;
}
#newreg .Approval_boxs h6 {
	font-size: 20px;
	margin-top: 50px;
}


.homenew-forms {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.info_lists_box {
	position: relative;
	margin: 15px 0;
}
.info_lists_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.info_lists {
	background: #F0F5F9;
	padding: 15px;
	border-radius: 10px;
}
.info_lists h4 {
	font-size: 18px;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.info_lists p {
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 6px;
	color: #343434;
}
.info_lists p:last-child {
	margin-bottom: 0px;
}

#loginas .homenew-forms .custom-select {
	border: 1px solid #c8c8c8 !important;
}

.default-img{
	max-width: inherit !important;
}


#news_list_contents .feed-image {
	display: block;
	width: 100% !important;
	border: 1px solid #ccc !important;
	padding: 5px;
	overflow: hidden;
	aspect-ratio: 16/16;
}
#news_list_contents .feed-image img {
	border-radius: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block !important;
	margin: 0 auto !important;
}
.news-feed-text h4 {
	margin-bottom: 10px;
	font-size: 22px;
}
#news_list_contents .row.news-card {
	margin: 0px -15px !important;
	margin-bottom: 30px !important;
}
.news-feed-date {
	position: absolute;
	top: 4px;
	right: 4%;
}

/*.dashboard-1wd {
	flex: 0 0 300px;
	max-width: 300px;
}*/
/*.dashboard-2wd {
	max-width: calc(100% - 300px);
}*/
.dashboard-inner {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.dashboard-block {
	padding: 60px 0;
}
.dashboard-inner h4 {
	font-size: 20px;
}
.dashboard-form {
	/*max-width: 400px;*/
	width: 100%;
	margin: 0 auto;
}
.dashboard-product {
	margin-bottom: 20px;
}
.dashboard-product h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.dashboard-ul {
	display: flex;
	margin: 0 -10px;
	padding: 0;
	flex-wrap: wrap;
}
.dashboard-ul li {
	padding: 5px 10px;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.customcheckbox input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.checkmark {
	color: #343434;
	display: block;
	background-color: #F0F5F9;
	padding: 3px;
	font-size: 14px;
	text-align: center;
}
.customcheckbox {
	margin: 0;
	position: relative;
	display: block;
}
.customcheckbox input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.customcheckbox input[type=checkbox]:checked + span {
  background-color: #6ab950;
  color: #fff;
}
.dash-value-box {
	margin: 20px 0;
	padding-bottom: 50px;
}
.dash-view-box {
	display: flex;
	justify-content: space-between;
}

[slider] {
	position: relative;
	/* height: 14px; */
	/* border-radius: 10px; */
	/* text-align: left; */
	margin: 60px 0 0px 0;
}

/*[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}*/

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #D1D1D1;
  /*margin: 0 7px;*/
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #D1D1D1;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #69BA53;
}

[slider] > div > [thumb] {
	position: absolute;
	top: -3px;
	z-index: 2;
	height: 10px;
	width: 10px;
	text-align: left;
	margin-left: -5px;
	cursor: pointer;
	/*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);*/
	background-color: #6ab950;
	border-radius: 50%;
	outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 5px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
	/* opacity: 0; */
	position: absolute;
	margin-left: -12px;
	top: -47px;
	z-index: 3;
	background-color: #6ab950;
	color: #fff;
	width: 50px;
	/* height: 28px; */
	/* border-radius: 28px; */
	/* -webkit-border-radius: 28px; */
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

[slider] > div > [sign]::after {
	position: absolute;
	content: '';
	left: 0;
	border-radius: 16px;
	top: 21px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #6ab950;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

#notification {position: absolute;	background: #fff;	z-index: 111;	box-shadow: 0px 0px 12px #00000029;	padding: 10px;	width: 340px;	right: -140px;	margin-top: 0;	border-radius: 8px; text-align: left !important;	max-height: 80vh;	overflow-y: auto;	display: none;	top: 30px;}
.notification:hover #notification {display: block;}
#notification li {
	border-bottom: 1px solid #ccc;
	padding: 8px 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	margin: 0px !important;
}
#notification li:last-child {border-bottom: none !important; padding-bottom: 0 !important;}
#notification li p {font-size: 13px;	line-height: 18px;	margin: 0;	font-weight: 400;}
#notification li .times {font-size: 13px;	line-height: 17px;	margin: 0;	display: list-item;	list-style-type: disc;	margin-left: 12px;	font-weight: 400;	text-align: right;	flex: 0 0 35px;}
#notification h4 {font-size: 16px;	font-weight: 500;	text-transform: capitalize;	color: #000;}


#filter_buttons {
	display: block !important;
	background: #eee;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 16px;
}
#filter_buttons i {
	display: block;
	line-height: 37px;
}
.fa-filter::before {
	content: "\f0b0";
}
#dashfilter-open {
	position: fixed !important;
	z-index: 111111111111 !important;
	top: 0 !important;
	left: -500px !important;
	padding: 0px !important;
	height: 100vh !important;
	bottom: 0;
	overflow-y: auto !important;
	width: 350px !important;
	max-width: 350px !important;
	transition-duration: 700ms;;
}
#dashfilter-open.open {
	left: 0 !important;
	transition-duration: 700ms;
	background: #fff;
	padding: 20px !important;
}
#filteroverlay, #spinnerOverlay{
	position: fixed;
	width: 100% !important;
	height: 100vh !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1111111111 !important;
	background: rgba(0,0,0,0.5);
	display: none;
	cursor: pointer;
}
#filteroverlay.open {
	display: block;
}

#api_loader_image{
	display: none;
}

/* News list pagination */

.pagination .page-item.active .page-link{
	background-color: #6ab950;
	border: #6AB950;
}

.page-link {
	color: #6ab950;
}


.page-link:hover {
	color: #6ab950;
}


.dash-fltr-button {
	display: flex;
	justify-content: end;
	margin-bottom: 20px;
}
.close_icon {
	text-align: right;
	margin-bottom: 15px;
}
.close_icon i {
	color: #000;
	cursor: pointer;
	font-size: 20px;
}
.contract-filter .dashboard-product h4 {
	font-size: 16px;
}
.contract-filter .form-group label {
	font-weight: bold;
	margin-bottom: 16px;
}



.has-search .form-control {
	padding-left: 2.375rem;
	background: #F0F5F9 !important;
	border-color: #F0F5F9 !important;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 45px;
	line-height: 48px;
	text-align: center;
	/*pointer-events: none;*/
	color: #aaa;
	cursor: pointer;
}
.contract-search ul {
	display: flex;
}
.contract-search ul li span {
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}
.contract-search ul li {
	background: #f0f5f9;
	margin: 5px 10px;
	padding: 5px;
	font-size: 14px;
}
.serch-sller p {
	font-size: 17px;
	font-weight: bold;
}
.serch-sller {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.serch-sller p {
	font-size: 17px;
	font-weight: bold;
}
.serch-sller span {
	margin-top: 6px;
	cursor: pointer;
}



.check-contract .chek_box label {
	padding-left: 10px !important;
}
.check-contract .chek_box .checkmak {
	top: 10px;
	border: 2px solid #6ab950;
	/*background: #6ab950;*/
}
.check-contract .chek_box label p {
	margin: 0;
}
.check-contract .chek_box .checkmak::after {
	
	/*border: solid #fff;*/
	
}
.check-contract .chek_box {
	display: block;
	margin-bottom: 15px;
}
.contact-button {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 90%;
}
.contact-button button {
	width: 100px;
	padding: 10px !important;
	margin-right: 10px;
}
.contract_details p {
	margin: 0;
}
.contract_details p:first-child {
	font-weight: 600;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-file {
	border: 2px solid #6ab950;
	color: #fff;
	background-color: #6ab950;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
}
.btn-file::before {
	content: "\f019 ";
	font-family: "fontawesome";
	margin-right: 10px;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;`
  left: 0;
  top: 0;
  opacity: 0;
}


.search_de-forms .accordion > .card > .card-header {
	padding: 0;
	border: none;
	background: no-repeat;
}
.search_de-forms .accordion > .card {
	border: none;
}
.search_de-forms .accordion > .card > .card-header .btn.btn-link {
	width: 100%;
	text-align: left;
	border: none;
	color: #000;
	box-shadow: none;
	margin-bottom: 15px;
}
.search_de-forms .card-body {
	padding: 0;
}
.fa.fa-angle-down.down-arrow {
	position: absolute;
	right: 25px;
	font-size: 25px;
}
.card-header .btn.btn-link::after {
	content: "\f107";
	font-family: "fontawesome";
	position: absolute;
	right: 25px;
	font-size: 25px;
	transform: rotate(0deg);
	transition-duration: 700ms;
}
.card-header .btn.btn-link.collapsed::after {
	transform: rotate(-90deg);
	transition-duration: 700ms;
}
#add-company {
	cursor: pointer;
}
#company-add {
	position: fixed !important;
	z-index: 111111111111 !important;
	top: 0 !important;
	 left: -500px !important; 
	padding: 0px !important;
	height: 50vh !important;
	bottom: 0;
	overflow-y: auto !important;
	width: 350px !important;
	max-width: 350px !important;
	transition-duration: 700ms;
	background-color: #6ab950 !important;
}
#company-add.open {
	left: 0 !important;
	transition-duration: 700ms;
	background: #fff;
	padding: 20px !important;
}
.media-contract {
	/*padding: 20px;*/
}
.company-contract {
	display: flex;
	margin-bottom: 20px;
}
.con-name {
	flex: 0 0 60px;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 20px;
	border-radius: 50%;
	height: 50px;
	max-width: 60px;
	line-height: 45px;
	color: #6ab950;
	font-weight: bold;
	background-color: #fff;
	font-size: 22px;
}
.ref-limited {
	color: #fff;
}
.ref-limited p {
	color: #fff;
}
.contract-ul li .customcheckbox input[type=checkbox]:checked + span {
  background-color: #fff;
  color: #000 ;
  border: 1px solid #fff;
}
.contract-ul .checkmark {
	color: #343434;
	display: block;
	background-color: #6ab950;
	padding: 3px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: 1px solid;
	border-radius: 5px;
}
.dashboard-ul.contract-ul {
	margin-bottom: 20px;
}

.media-contract .btn.btn-green-border {
	background-color: #6AB950;
	color: #fff;
	border: 1px solid #fff !important;
	padding: 10px;
	font-weight: normal !important;
	font-size: 12px;
}
.waiting-correct {
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
}
.waiting-block {
	padding: 60px 0;
}

.waiting-box h6 {
	margin-top: 40px;
	font-size: 25px;
}
.modal-zindex {
	z-index: 9999;
}

.negptiate-mdlbody h6 {
	font-size: 20px;
	margin-bottom: 20px;
}
.buton-mdl .btn.btn-green-border {
	margin-left: 20px;
	border: none !important;
	padding: 5px;
}
.buton-mdl {
	display: flex;
	justify-content: end;
}
.otp-content.text-center p {
	color: #53616C;
	margin: 25px;
}
.otp-content.text-center p span {
	color: #000;
	font-weight: bold;
}
.otp-content .form-group {
	display: flex;
	justify-content: center;
}
.otp-content .form-group .form-control {
	width: 40px;
	margin: 0 10px;
}
.butonn-otp button {
	padding: 10px !important;
	width: 90px;
	margin: 10px;
}


/*Password visibility related CSS*/

input[type=password], #confirm_password, #password, #current_password {
	border: none !important;
	background-color: #fff !important;
}

.password_div {
	border: 1px solid #c8c8c8 !important;
	border-radius: 5px;

}

/* invalid form field css */

.invalid-field {
    border: 2px solid coral !important;
}



/*new added copy for code*/


.page {
	margin: 1em auto;
	max-width: 768px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.box {
	padding: 0.5em;
	width: 100%;
	margin:0.5em;
	text-align: center;
}

.box-2 {
	padding: 0.5em;
	width: calc(100%/2 - 1em);
	margin: 0 auto;
}
.fileUpload {
	background: #69b850;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	width: 120px;
	cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.options label, .options input {
	width: 4em;
	padding: 0.5em 1em;
	display: none;
}
#cropmodal .btn {
	background: #6ab84f;
	color: #fff;
	border: 1px solid #6ab84f;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
	width: 120px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
}

.hide {
	display: none;
}

.img-result img {
	max-width: 100%;
}


#cropmodal {
	z-index: 9999;
}

.contract-modal-upload {
	width: 100%;
	margin: 0 0 30px;
}
.debet-div-width {
	overflow: hidden;
	display: block;
}
#debitslider-modal {
	z-index: 9999;
}

#debitslider-modal .modal-dialog {
	max-width: 1200px;
}

#debitslider-modal .owl-item .item {
	margin: 15px;
}




.dash-view-box li {
	flex: 0 0 30%;
}
.dash-view-box li p {
	display: flex;
}
.dash-view-box li p input {
	border: none;
	width: 50%;
	text-align: center;
}

.dash-rang-slider .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 8px;
	display: block;
	border: 0;
	background-position: 0 0;
	background: #6ab950;
	height: 8px;
}
.dash-rang-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #6ab950;
	background: #fff;
	font-weight: normal;
	color: #555555;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: -6px;
	background: #6ab950;
}
.dash-rang-slider .ui-widget-content {
	color: #222222;
	background: #ccc;
	height: 7px;
	width: 92% !important;
	left: 4%;
}






  .uplod-file-design .box.fileUpload {
	margin: 0;
	background-color: #fff;
	border: 1px solid #69b850;
	border-radius: 5px;
	color: #69b850;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uplod-file-design .box.fileUpload .upload {
	height: 100%;
	width: 100%;
}


.files_groups li .file_upload_box {
	width: 100%;
	height: 180px;
	border-radius: 0px !important;
	margin: 10px auto 20px auto;
}
.files_groups li .file_upload_box .upload_btn {
	border-radius: 10px;
}
.files_groups li .file_upload_box .upload_content {
	border-radius: 10px;
}
.files_groups li .file_upload_box .selected_img {
	border-radius: 10px;
}
.files_groups li .file_upload_box.selected .upload_btn {
	border-radius: 50% !important;
	bottom: -7px;
	right: -7px;
}
ul.files_groups.group2 {
	flex-wrap: wrap;
}
ul.files_groups.group2 li .file_upload_box {
	height: 131px;
}
.file_upload_box.selected .upload_btn {
	border-radius: 50% !important;
	bottom: -7px;
	right: -7px;
}
.file_upload_box {
	width: 150px;
	height: 137px !important;
	border-radius: 0px !important;
	/*margin-top: 10px;*/
	display: block;
	position: relative;
}


.file_upload_box .upload_btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}

.file_upload_box .upload_btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.file_upload_box .upload_content {
	background: rgba(223, 231, 235, 0.3);
	border: 1px dashed rgba(16, 53, 102, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.file_upload_box .upload_content img {
	width: 20px;
}
.file_upload_box .upload_content p {
	font-size: 13px;
	line-height: 16px;
	color: #69b94e;
	margin: 0px;
	padding-top: 8px;
	letter-spacing: 0.02em;
	font-weight: bold;
}
.file_upload_box .selected_img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	z-index: 2;
	background: #ccc;
}
.file_upload_box .selected_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	max-width: 150px;
}
.file_upload_box.selected .upload_btn {
	height: 34px;
	width: 34px;
	background: #0070E0;
	border: 2px solid #FFFFFF;
	opacity: 1;
	bottom: 0px;
	top: auto;
	right: 0px;
	left: auto;
	text-align: center;
}
.file_upload_box.selected .upload_btn {
	border-radius: 50% !important;
	bottom: -7px;
	right: -7px;
}
.file_upload_box .edit_btn img {
	width: auto;
	height: 15px;
	margin-top: 4px;
}
.selected .edit_btn.delete {
	position: relative;
	z-index: 2;
}

#content .tabs_list.tb-lst2 {
	justify-content: end;
}
#content .add_button.btn-back-new {
	display: ;
	display: flex;
	justify-content: end;
	margin: 10px 0;
}


.debet-div-width {
	width: 900px;
}

.debet-div-width .item div {
	margin: 10px 20px 20px 0;
}

.td-wdth {
	width: calc(100% - 170px);
}


.new-contract-ul {
	display: flex;
}

.new-contract-ul li {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}
.new-contract-list {
	margin: 20px 0;
}
.new-contract-ul li p {
	margin: 0;
}
.first-li {
	flex: 0 0 4%;
}
.snd-li {
	flex: 0 0 10%;
}
.thnth-li {
	flex: 0 0 15%;
}
.ffth-li {
	flex: 0 0 15%;
}
.postth-li {
	flex: 0 0 20%;
}
.slaeth-li {
	flex: 0 0 36%;
}
.py5 {
	flex: 0 0 15%;
}
.pay6 {
	flex: 0 0 16%;
}
.pay7 {
	flex: 0 0 5%;
}
.first-li {
	position: relative;
	padding: 20px 0px !important;
	border: none !important;
}}
.new-contract-ul li p {
	margin: 0;
}
.first-li .progresss {
	width: 25px;
	height: 25px;
	display: block;
	background: #6ab950;
	border-radius: 50%;
}
.img-liwdth {
	flex: 0 0 90%;
}

.debet-div-width .left-navigation,
.debet-div-width .right-navigation {
	background: #6ab950;
	padding: 7px 15px;
	border-radius: 50%;
}
.debet-div-width .left-navigation,
.debet-div-width .right-navigation {

}
.debet-div-width .owl-theme .owl-nav {
	margin-top: 0;
}
.debet-div-width .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #6ab950;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
}
.debet-div-width .left-navigation i,
.debet-div-width .right-navigation i {
	font-size: 20px;
	color: #fff;
}

.active .left-greenline  {
	background-color: #6ab950 !important;
}
.active .progresss {
	background-color: #6ab950 !important;
}

.mypost_box .seller-dirh3 {
	padding: 10px 60px 10px 10px;
	margin-bottom: 0 !important;
}

.mypost_box.seller-directory-box p {
	padding: 10px 15px;
	margin-bottom: 0;
}
.mypost_box.seller-directory-box p .fa.fa-phone {
	transform: rotate(90deg);
	color: #6ab950;
	margin-right: 10px;
}
.mypost_box.seller-directory-box {
	position: relative;
}
.like-seller {
	position: absolute;
	top: 8px;
	right: 20px;
	padding: 4px 8px;
	background-color: #f65066;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.block-seller {
	position: absolute;
	top: 8px;
	right: 60px;
	padding: 4px 8px;
	background-color: #f65066;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.blocked-seller {
	position: absolute;
	top: 8px;
	right: 60px;
	padding: 4px 13px;
	background-color: #f65066;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.mypost_box.seller-directory-box ul {
	justify-content: start !important;
	margin-bottom: 10px;
}
#content .mypost_box.seller-directory-box ul li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-right: 1px solid #C8C8C8;
}
.mypost_box.seller-directory-box ul li:last-child {
	border: none !important;
}
.search-seller .has-search .form-control {
    padding-left: 2.375rem;
}

.search-seller .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 8px;
}
.search-seller .form-group.has-search .form-control {
	background: #fff !important;
	border: 1px solid #c8c8c8 !important;
}
.search-seller .form-group.has-search {
	position: relative;
}

.mymember-profile {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.name-mem {
	background: #6ab950;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	padding: 19px 0;
	color: #fff;
	font-size: 22px;
	flex: 0 0 80px;
}
.haed-member p {
	font-weight: bold;
	font-size: 22px;
}
.haed-member {
	margin-left: 20px;
	flex: 0 0 54%;
}
.btn-mbr {
	flex: 0 0 20%;
}

.btn-mbr .btn {
	background: #f0f5f9;
	width: 100px;
}
.mm-heading {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
	font-size: 25px;
}

.pending-link {
	text-align: right;
}
.pending-link a {
	border: 1px solid;
	padding: 3px 20px;
	border-radius: 10px;
}
.add-member {
	text-align: right;
	margin-top: 30px;
}
.add-member .btn.btn-green {
	padding: 10px 30px;
}
.my-fav-profile {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.fav-round {
	background-color: #F0F5F9;
	padding: 15px 20px;
	font-weight: bold;
}
.fav-names {
	padding-left: 20px;
}
.fav-names h5 {
	margin-bottom: 5px;
	font-size: 17px !important;
}
.fav-names p {
	padding: 0 !important;
}
.tab-pane.fade.show.active.favotited-mb {
	margin-bottom: 15px;
}
.mypost_box.broker-list-box h5 {
	font-size: 17px !important;
}
.mypost_box.broker-list-box {
	padding: 10px 15px;
	position: relative;
}
.broker-default .mypost_box.broker-list-box h5 {
	color: #6ab950;
}
.broker-default .mypost_box.broker-list-box {
	background: #F0F5F9;
	border: none !important;
}
.mypost_box.broker-list-box p {
	margin: 0;
}
.broker-verifed img {
	width: 22px;
	margin-right: 5px;
}
.broker-verifed {
	color: green;
	margin: 5px 0;
}
.delete-bnroker {
	position: absolute;
	top: 8px;
	right: 20px;
	padding: 4px 8px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #BA5369;
}
.delete-bnroker a {
	color: #BA5369;
}
.ad-broker-btn {
	margin-top: 40px;
}

.broker-list-box h5 {
	padding-right: 40px;
}
.brok-lbl {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.brok-lbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.brok-lbl .checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #6ab950;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.brok-lbl input:checked ~ .checkmark {
  background-color: #6ab950;
}

/* Create the checkmark/indicator (hidden when not checked) */
.brok-lbl .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.brok-lbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.brok-lbl .checkmark::after {
	left: 9px;
	top: 3px;
	width: 7px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.brok-lbl h6, .brok-lbl p {
	margin-left: 15px;
	margin-bottom: 5px;
}

#broker-serachid .search-seller .form-group.has-search .form-control {
	background: red;
}
#broker-serachid.search-seller .form-group.has-search .form-control {
	background: #F0F5F9 !important;
	border: 1px solid #F0F5F9 !important;
}
.broker-add-btn {
	margin-top: 30px;
}
#broker-serachid {
	margin-top: 30px;
}
#my-request .mypost_box ul.buutons_box {
	justify-content: end;
}

#my-request .date-reuesth6 {
	padding: 10px 15px 0;
	color: #343434;
	margin-bottom: 0;
}

#my-request .mypost_box ul li p span {
	margin-right: 10px;
}
#my-request .mypost_box ul li button:first-child {
	margin-right: 10px;
}
#my-report .mypost_box {
	padding: 10px 15px;
}
.report-contract {
	margin: 20px 0;
}
/*#report-tab .nav-link {
	padding: 6px 14px;
	border: 1px solid #6ab950 !important;
	color: #6ab950;
	margin-right: 20px;
	font-size: 15px;
}*/
#report-tab .nav-link {
	padding: 6px 14px;
	border: 1px solid #F0F5F9 !important;
	color: #000;
	margin-right: 20px;
	font-size: 15px;
	background: #F0F5F9;
}
#report-tab .nav-link.active {
	background: #6ab950;
	color: #fff;
}
.seller-request-ul {
	justify-content: end !important;
	padding-top: 0 !important;
}

#my-report .mypost_box .btn.btn-green {
	  background: #6AB950;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'SegoeUI-Bold';
  padding: 17px 10px;
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #6AB950 !important;
}

/* Added by ramesh */
/* Font Bold */
.fb {
	font-family: 'SegoeUI-Bold' !important;
}

.f-green {
	color:#6AB950 !important;
}


.vision {
	background: #6ab950;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.vision p {
	color: #fff !important;
	text-align: justify;
}

#page_banners.about-container {
    padding: 0;
}

.about-container {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
    background: #fafafa;
}

.about-banner {
    height: auto;
    width: 100%;
    background-size: cover;
    background-image: url(../images/about-banner.jpg);
    background-attachment: inherit;
    background-position: 0 center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

#page_banners .about-banner h3 {
    padding-top: 100px;
    font-size: 30px;
    margin: 0px;
}

.about-banner h3, .team-banner h3 {
    text-align: center;
    /* margin-top: 8%; */
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Quicksand', sans-serif;
}

#page_banners .about-banner::before {
    background: rgba(0,0,0,0.5);
}

.about-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: -1;
}
/* Ends by ramesh */


#footer .footer-content .col-md-12 ul {
	align-items: flex-start;
}

#footer .footer-content .col-md-12 ul li {
	margin: 0px !important;
	padding: 0px !important;
}

#footer .footer-content .col-md-12 ul li.icons {
	margin-top: 5px !important;
}
#footer .footer-content .col-md-12 {
	margin: 10px 0px !important;
}
#footer .footer-content .col-md-12 ul li a {
	color: #6ab950 !important;
	border-bottom: 1px solid;
	display: inline-block;
	margin-top: 5px !important;
	line-height: 20px !important;
}

#footer .foooter-copy .row.d-flex {
	margin: 0px !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

#footer .foooter-copy .row.d-flex .policy {
	display: flex;
	justify-content: flex-end;
	margin: 0px -10px;
}

#footer .foooter-copy .row.d-flex .policy a {
	color: #fff !important;
	font-size: 16px !important;
	text-transform: capitalize;
	margin: 5px 10px !important;
	line-height: 24px;
}

#company .company-block {
	min-height: 50vh;
}



#nav ul li.user_profile .sub_menu.user_profile_ul {
  width: 300px;
  #display:none;
}
#nav ul li.user_profile .sub_menu.user_profile_ul h4 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 8px;
	line-height: normal;
	text-transform: capitalize;
	padding-top: 6px;
	color: #000;
}
#nav ul li.user_profile .sub_menu.user_profile_ul li.user_role {
	display: flex;
	align-items: center;
	background-color: #6ab950 !important;
	padding: 10px;
	border-radius: 0;
	text-align: center;
	justify-content: space-between;
	text-transform: capitalize;
}
#nav ul li.user_profile .sub_menu.user_profile_ul li.user_role span {
	display: block;
	color: #fff !important;
}
#nav ul li.user_profile .sub_menu.user_profile_ul li.user_role p {
	margin: 0px;
	padding: 0px;
	color: #fff !important;
	padding-left: 10px;
}

#loginas .button_box .buutons {
	justify-content: center;
}

/* Added for negotiation list*/
#not_negotiable {
	float:right;
	color:#a90101 !important;
}

.btn.btn-greenn {
	background: #6AB950;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 12px 10px;
	border-radius: 5px;
	box-shadow: none !important;
	border: 1px solid #6AB950 !important;
}

.btn.btn-red {
	background: #cd0000c4;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 12px 10px;
	border-radius: 5px;
	box-shadow: none !important;
	border: 1px solid #a72626d6 !important;
}

.company-directory-btn {
	position: absolute;
	top: 8px;
	right: 20px;
	padding: 4px 8px;
	color: #fff;
}

.myclients-block {padding: 60px 0;}
.myclients_box {background-color: #fff;	background-clip: border-box;	border: 1px solid #ccc;	border-radius: 5px;	height: 100%;	overflow: hidden;}
.myclients_box {background-color: #fff;	background-clip: border-box;	border: 1px solid #ccc;	border-radius: 5px;	height: 100%;	overflow: hidden;}
.myclients_hed h4 {color: #fff;	font-size: 20px;}
.myclients_hed {padding: 12px;	border-bottom: 1px solid #ccc;	background: #6ab950;}
.myclients_body {display: flex;	align-items: center;	padding: 15px;}
.myclients_body .content h6 {color: #000;	font-size: 18px;	margin-bottom: 5px;}
.myclients_body .content p {margin: 0;}
.myclients_body .actions {padding-left: 20px;	display: block;	flex: 0 0 115px;	max-width: 115px;	text-align: center;}
.myclients_body .actions .btn.btn-gray {
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #dee2e6 !important;
	padding: 10px 15px !important;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
#myclients .add-member {text-align: center;	margin-top: 0px;}
.myclients-box .col-md-4 {margin-bottom: 30px;}


.chkblocks {
	padding: 12px 15px;
	height: auto;
	border: 1px solid #c8c8c8 !important;
	display: flex;
	border-radius: 5px;
	justify-content: space-between;
}
.chkblocks label {
	margin: 0px !important;
	padding-bottom: 0px !important;
}
.chkblocks .chks_list {
	display: flex;
	align-items: center;
}
.chkblocks .chks_list .chek_box {
	margin-left: 15px;
	padding-left: 30px !important;
}
.chkblocks .chek_box .checkmak {
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.chkblocks .chks_list .chek_box input:checked ~ .checkmak::after {
	display: block;
	border: none !important;
	background: #6ab950;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}


.selectblock {
	padding: 12px 15px;
	height: auto;
	border: 1px solid #c8c8c8 !important;
	display: flex;
	border-radius: 5px;
	align-items: center;
}
.selectblock .custom-select {
	margin: 0 15px;
	padding: 1px 10px;
	line-height: normal !important;
	flex: 0 0 80px;
	max-width: 80px;
	border-radius: 5px;
}
.selectblock label {
	margin: 0px !important;
	padding-bottom: 0px !important;
}

.selected_search_list {
	margin-top: 5px;
}
.selected_search_list ul {
	display: flex;
	margin: 0 -4px;
}
.selected_search_list ul li {
	padding: 4px;
}
.selected_search_list .chips_box {
	display: flex;
	align-items: center;
	background: #f0f5f9;
	padding: 5px 10px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.selected_search_list .chips_box p {
	margin: 0;
	font-size: 15px;
	padding-right: 8px;
}
.selected_search_list .chips_box a.removes, .selected_search_list .chips_box a.removes i {
	display: block;
	color: #000;
	font-size: 12px;
	opacity: 0.8;
}

.search_input {
	position: relative;
}
.search_input.io i.fa.fa-search {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0%, -50%);
	display: block;
	color: #000;
	opacity: 0.7;
}
.search_input.io .form-control.custom-search {
	padding-left: 40px !important;
}
.search_list_box {
	border: 1px solid #c8c8c8 !important;
	padding: 15px 15px 10px 15px;
	border-top: none !important;
}



.search_components .search_list_box {
	border: 1px solid transparent !important;
	padding: 0px;
	border-top: none !important;
	position: relative;
	height: 0;
	overflow: hidden;
}
.search_components.open .search_list_box {
	border: 1px solid #c8c8c8 !important;
	padding: 15px 15px 10px 15px;
	border-top: none !important;
	position: relative;
	height: auto;
	overflow: visible;
}

.detault_list_box {
	margin-bottom: 25px;
}

.top_acmenu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0px -15px;
	margin-bottom: 20px;
}

.top_acmenu ul li {
	padding: 0px 15px;
}

.top_acmenu ul li .dash-fltr-button {margin: 0}
.top_acmenu ul li.share_io a i {
	color: #000;
}

#pills-tab {
	margin: 0px -8px;
	margin-bottom: 15px;
}
#dashfilter-open #pills-tab li{
	padding: 0px 8px;
}
#dashfilter-open #pills-tab li a {
	color: #888888 !important;
	border: 1px solid #888 !important;
	padding: 5px 16px 8px 16px !important;
	font-size: 16px !important;
	line-height: 20px;
}

#dashfilter-open #pills-tab li a.active {
	background: #6ab950 !important;
	color: #fff !important;
	border-color: #6ab950 !important;
}

#shareModal {
	z-index: 111111;
}
#shareModal .modal-dialog {
	position: absolute !important;
	margin: 0 auto !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	max-width: 450px !important;
	width: calc(100% - 30px) !important;
}
#shareModal .Share_boxs h4 {
	text-align: center !important;
	font-size: 22px;
	display: block;
	margin-bottom: 30px;
}

#shareModal .Share_boxs ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin: 0px -10px;
}
#shareModal .Share_boxs ul li{
	padding: 0 10px;
}
#shareModal .Share_boxs ul li a, .Share_boxs ul li img {
	display: block;
	margin: 0 auto;
}
#shareModal .Share_boxs ul li img {
	max-width: 50px;
}
#shareModal .Share_boxs ul li p {
	margin: 6px 0 15px 0;
}
#shareModal .btn.btn-secondary {
	background: transparent !important;
	border: 1px solid #ccc;
	color: #000 !important;
	padding: 10px 20px;
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-top: 25px;
}
#shareModal .modal-content {
	border-radius: 15px;
}

/* New Added at 01-02-2023 */

.data_card_content {
	display: flex;
	align-items: center;
	border: 1px solid #C8C8C8;
	margin-top: 15px;
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
}
.content_cards {
	flex: 0 0 100%;
	max-width: calc(100% - 180px);
}
.cards_buttons {
	flex: 0 0 180px;
	padding-left: 20px;
	max-width: 180px;
}
.cards_buttons a.btn {
	display: block;
	margin: 5px 0;
	padding: 5px !important;
}
.content_cards ol {
	display: flex;
	align-items: center;
	margin: 0px -15px;
	flex-wrap: wrap;
}
.content_cards ol li {
	padding: 5px 15px;
}
.data_card_content ol li p {
	margin: 0px;
	font-family: 'SegoeUI-Bold';
	line-height: normal;
}
.data_card_content ol li p span {
	font-family: 'SegoeUI';
}



@media (max-width: 480px)
{
	.data_card_content {display: block;}
	.content_cards {flex: 0 0 100%;	max-width: 100%;}
	.cards_buttons {padding-left: 0;	max-width: 100%; display: flex;	margin: 0 -2px;	margin-top: 10px; flex-wrap: wrap;}
	.cards_buttons a.btn {display: block;	margin: 2px;	padding: 10px !important;	border: none !important;}
}


/* Contact up form css */

#contactus {}
#contactus .contactus-block {padding: 60px 0 0 0;}
#contactus .contactus-form {max-width: 800px; margin: 0 auto;}
#contactus .contact-info {padding: 30px 0 60px 0;}
#contactus .contact_info {padding: 30px 15px; background: #fff; box-shadow: 0 0 13px rgba(0,0,0,.15); border-radius: 10px;	height: 100%; text-align: center;}
#contactus .contactus_icon i {font-size: 42px;	line-height: 100%;	margin-bottom: 20px;	color: #888;}
#contactus .contactus_title h4 {font-size: 21px; margin-bottom: 20px; text-transform: uppercase;}
#contactus .contact_info p {margin-bottom: 0;}
#contactus .contact-info .col-md-4 {margin-top: 30px;}
#contactus .map iframe {width: 100% !important; height: 500px !important;}
#contactus textarea {height: 120px !important;	resize: none !important;}


/* added at 22-09-2023 */
/* new Design */

textarea.form-control.height {
    height: 50px;
    resize: none;
}

.forward ul {
    display: flex;
    justify-content: space-between;
}

.forward li span {
    margin-left: 7px;
    margin-right: 10px;
}

.forward input:checked ~ .checkmark {
	background-color: #47fa10 !important; 
  }

  .forward input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.forward .chek_box .checkmak {
    position: absolute;
    top: 3px;
    left: 0;
    border: 2px solid transparent;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #6ab950;
}

.forward .chek_box.check-tow .checkmak {
    position: absolute;
    top: 3px;
    left: 0;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: transparent;
}

.forward .chek_box .checkmak::after {
    content: "";
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.chek_box.check-tow input:checked ~ .checkmak::after {
    display: block;
}
.forward .chek_box.check-tow .checkmak::after {
    content: "";
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.forward {
    margin-top: 6px;
}

.forward-date ul {
    display: flex;
    justify-content: space-between;
}

.forward select {
    width: 80px;
    border-radius: 6px;
    padding: 1px 10px;
    font-size: 13px;
}

.post-btn {
    width: 100%;
    background: #6ab950;
    display: block;
    text-align: center;
}
.post-btn a {
    color: white;
    font-weight: 600;
    display: block;
    text-align: center;
	padding: 10px;
}

.post-btn {
    width: 100%;
    background: #6ab950;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.post-details ul
{
	display: flex;
	justify-content: center;
}

.tr-round {
    width: 60px;
    height: 60px;
    background: #6ab950;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.tr-round h5
{
	color: white;
}

.tr-ltd-block {
    margin-top: 30px;
}

.tr-ltd-left ul {
    display: flex;
    align-items: center;
}

.tr-name p {
    margin-bottom: 0;
}

.tr-name h4 {
    font-size: 21px;
}

.tr_ltd_boxx {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.tr-icons i {
    color: #6ab950;
    font-size: 25px;
    margin-left: 20px;
}
.select-seller-check  input:checked ~ .checkmark {
    background-color: #6ab950;
}

ul.verification-icon {
    display: flex;
    justify-content: start !important;
	
}



.veri-icon {
    flex: 0 0 80px;
    max-width: 80px;
}
.veri-content
{
	flex: 0 0 100%;
	max-width: calc(100% - 80px);
}

ul.verification-icon > li {
    padding: 0 15px !important;
}

ul.verification-icon > li  ul.broker {
    display: flex;
    justify-content: space-between !important;
	margin: 0 -10px !important;
}
ul.verification-icon > li ul li{
	padding: 0 10px;
}

ul.broker li p {
   
    font-weight: normal !important;
}
ul.broker li span {
    display: block;
    color: #6ab950;
    font-weight: 600;
}

.accept-flex {
    padding: 15px 0;
}
.accept-flex ul {
    display: flex;
    justify-content: space-between;
}

.accept-flex ul li {
    font-weight: bold;
    font-size: 22px;
}

.accept-content ul {
    display: flex;
    justify-content: space-between;
}

ul.accept-li span {
    display: block;
}
.accept-li p span
{
	font-weight: normal !important;
}

.accept-li p
{
	text-align: center;
	font-weight: bold;
}

.accept-content {
    width: 100%;
    margin-top: 30px;
}

.row.delivery-period-sec {

    margin: 50px 0;
}
.delivery-period h4 {
    font-size: 21px;
    margin-bottom: 11px;
}

.delivery-period h6 {
    margin-bottom: 10px;
}

.delivery-period p {
    color: #343434;
    opacity: 50%;
}

.accept-btn {
    max-width: 400px;
    margin: auto;
	
}

.accept-btn ul {
    display: flex;
    justify-content: space-between;
}

.accept-btn ul li a {
    padding: 15px 70px;
    border: 1px solid #6ab950;
    border-radius: 10px;
	color: #6ab950;
	font-weight: 600;
}

.accept-btn-box {
    margin-bottom: 60px;
}

.accept-btn li.accept-active a {
    background: #6ab950;
    color: white;
}

.notification-seller-head h3 {
    font-size: 22px;
}

.notification-content ul li span {
    display: block;
	font-weight: bold;
}

.notification-content {
    margin: 50px 0;
}
.notification-content ul li p {
    margin-right: 70px;
}

.notification-content ul {
    display: flex;
}

.notification-content ul li p {
    margin-right: 70px;
    color: #9b9b9b;
}

.notification-content ul li span {
   font-weight: bold !important;
   color: black;
}

.tr-icons img {
    max-width: 25px;
    margin: 0 7px;
}



/* This parent can be any width and height */
    #loading {
        text-align: center;
        background:#ccc;
        opacity: 0.85;
        margin-bottom:10px;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position:absolute;
        display:none;
        z-index: 999999;
    }
        
    /* The ghost, nudged to maintain perfect centering */
    #loading:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

    /* The element to be centered, can
        also be of any width and height */ 
    #loading > div {
        display: inline-block;
        vertical-align: middle;
        color: white;
    } 