.login-box,
.navbar-nav,
.radio-list,
.analytics-holder .info-list,
.checkbox-list,
.address-check-list,
.tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?f91ma7");
	src: url("../fonts/icomoon.eot?f91ma7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f91ma7") format("truetype"), url("../fonts/icomoon.woff?f91ma7") format("woff"), url("../fonts/icomoon.svg?f91ma7#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-small-calendar:before {
	content: "\e92a";
	color: #808080;
}

.icon-small-user:before {
	content: "\e92b";
	color: #808080;
}

.icon-trash:before {
	content: "\e92c";
	color: #99a0ba;
}

.icon-edit:before {
	content: "\e92d";
	color: #99a0ba;
}

.icon-flag1:before {
	content: "\e929";
}

.icon-minus:before {
	content: "\e91d";
}

.icon-plus:before {
	content: "\e91e";
}

.icon-upload-cloud:before {
	content: "\e92e";
}

.icon-flag:before {
	content: "\e928";
}

.icon-chevron-down:before {
	content: "\e91f";
}

.icon-address-card:before {
	content: "\e920";
}

.icon-map-pin:before {
	content: "\e921";
}

.icon-check-green:before {
	content: "\e922";
	color: #65cb65;
}

.icon-metro-cross:before {
	content: "\e923";
	color: #f01f1f;
}

.icon-calendar:before {
	content: "\e924";
}

.icon-metro-mail:before {
	content: "\e925";
	color: #525252;
}

.icon-mailbox:before {
	content: "\e91a";
}

.icon-csv:before {
	content: "\e900";
}

.icon-arrow-down1:before {
	content: "\e901";
}

.icon-account:before {
	content: "\e902";
}

.icon-account-cancel:before {
	content: "\e903";
}

.icon-download:before {
	content: "\e904";
}

.icon-credit-card:before {
	content: "\e905";
}

.icon-happy:before {
	content: "\e906";
}

.icon-home1:before {
	content: "\e907";
}

.icon-office:before {
	content: "\e908";
}

.icon-home:before {
	content: "\e909";
}

.icon-check:before {
	content: "\e90a";
}

.icon-flower:before {
	content: "\e90b";
}

.icon-insect:before {
	content: "\e90c";
}

.icon-phone:before {
	content: "\e90d";
}

.icon-search:before {
	content: "\e90e";
}

.icon-approved-mail:before {
	content: "\e90f";
}

.icon-close:before {
	content: "\e910";
}

.icon-arrow-down:before {
	content: "\e911";
}

.icon-arrow-left:before {
	content: "\e91b";
}

.icon-arrow-right:before {
	content: "\e91c";
}

.icon-lock:before {
	content: "\e912";
}

.icon-briefcase:before {
	content: "\e913";
}

.icon-email:before {
	content: "\e914";
}

.icon-money:before {
	content: "\e915";
}

.icon-user:before {
	content: "\e916";
}

.icon-analytics:before {
	content: "\e917";
}

.icon-archive:before {
	content: "\e918";
}

.icon-key:before {
	content: "\e919";
}

.icon-star-half:before {
	content: "\e926";
}

.icon-star:before {
	content: "\e927";
}

#header {
	width: 100%;
	padding: 10px 5px;
	border-bottom: 2px solid #eee;
}

#header.style {
	position: relative;
}

#header .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 50px;
}

#header .logo {
	position: absolute;
	top: 8px;
	left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 65px;
	z-index: 99;
}

#header .logo.style {
	margin: 0 0 0 40px;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.login-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 -10px;
}

.login-box li {
	padding: 0 10px;
	position: relative;
}

.login-box li:first-child:after {
	display: none;
}

.login-box li:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 2px;
	height: 20px;
	background: #eee;
}

.login-box a {
	display: inline-block;
	vertical-align: top;
	color: #5fc55f;
}

.login-box a.user {
	color: #ba893d;
}

.login-box a:hover {
	opacity: .75;
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
}

.navbar-toggler {
	margin: 5px 0 0;
	border: 2px solid #ba893d !important;
}

.navbar-nav {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding-top: 20px;
	position: relative;
}

.navbar-nav li {
	padding: 5px 0;
}

.navbar-nav li.active a {
	color: #5fc55f;
}

.navbar-nav li.active a:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.navbar-nav a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #99a0ba;
	padding: 0 10px 5px;
}

.navbar-nav a:after {
	visibility: hidden;
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	border-radius: 10px;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	background: #5fc55f;
}

.navbar-nav a:hover {
	color: #5fc55f;
}

.navbar-nav a:hover:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

body {
	min-width: 320px;
}

body.font-roboto {
	font-family: "Roboto", Arial, "Noto Sans", sans-serif;
}

body.bg-style {
	background: #f9f9f9;
}

table {
	width: 100%;
}

a {
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.btn {
	min-width: 180px;
	font-weight: 600;
	text-transform: capitalize;
}

.btn.btn-success,
.btn.btn-secondary {
	color: #fff;
}

.btn.btn-success {
	border: 2px solid #5faf5f;
}

.btn.btn-secondary {
	border: 2px solid rgba(0, 0, 0, .5);
}

.btn.btn-danger {
	border: 2px solid #d7321c;
}

.btn.btn-outline-dark {
	color: #454545;
	border-color: #454545;
}

.btn.btn-outline-dark:hover {
	color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0 0 10px;
	font-weight: 700;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 28px;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 24px;
}

h3,
.h3 {
	font-size: 16px;
	line-height: 20px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 20px;
}

h5,
.h5 {
	font-size: 14px;
	line-height: 18px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#main {
	overflow: hidden;
	padding: 20px 5px;
	min-height: 500px;
}

#main.middel-content {
	width: 100%;
	min-height: calc(100vh - 125px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

#main.middel-content:before {
	content: "";
	min-height: inherit;
}

#main .img-left,
#main .img-right {
	width: 180px;
	height: auto;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#main .img-right {
	width: 120px;
	left: auto;
	right: 10px;
	bottom: 10px;
}

.text-block {
	width: 100%;
	max-width: 700px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 5;
}

.text-block h1 {
	margin: 0 0 15px;
	text-transform: capitalize;
}

.text-block h2 {
	margin: 0 0 20px;
}

.text-block .btn-holder {
	padding: 10px 0 0;
}

.form-login {
	max-width: 380px;
	margin: 0 auto 10px;
}

.form-group {
	position: relative;
	margin: 0 0 15px;
}

.form-group.mar-style {
	margin: 0 0 34px;
}

.form-group.has-icon {
	position: relative;
}

.form-group.has-icon .form-control {
	padding-right: 33px;
}

.form-group.has-icon .ico {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 16px;
	line-height: 1;
	color: #ba893d;
}

.form-group.select-style {
	position: relative;
}

.form-group.select-style .jcf-select .jcf-select-text {
	margin: 0 35px 0 65px;
}

.form-group.select-style .jcf-select .jcf-select-opener:after {
	color: #797979;
}

.form-group.select-style .title-status {
	top: 13px;
	left: 14px;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	z-index: 5;
	font-weight: 500;
	position: absolute;
}

.form-group.select-absolute {
	position: relative;
}

.form-group.select-absolute .jcf-select {
	top: -45px;
	right: 0;
	width: 260px;
	width: 130px;
	height: 40px;
	border-radius: 8px;
	border-color: #707070;
	position: absolute;
}

.form-group.select-absolute .jcf-select .jcf-select-text {
	line-height: 38px;
}

.form-control.border-style {
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px solid #707070;
}

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

.radio-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.radio-holder .column {
	width: 50%;
	padding: 0 5px 10px;
}

.radio-holder input[type="radio"] {
	display: none;
}

.radio-holder input[type="radio"]:checked~.radio-box {
	color: #fff;
	border-color: #5fc55f;
	background: #5fc55f;
}

.radio-holder .radio-box {
	width: 100%;
	height: 140px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 3px solid #eef5f7;
	border-radius: 10px;
	text-align: center;
	color: #5fc55f;
	cursor: pointer;
}

.radio-holder .radio-box .ico {
	display: block;
	font-size: 35px;
	line-height: 1;
	margin: 0 0 15px;
}

.radio-holder .radio-box .label-text {
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: capitalize;
}

.section-head {
	width: 100%;
	margin-bottom: 20px;
}

.btn-back {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
	color: #ba893d;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
}

.btn-back:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
}

.btn-back.style {
	top: 30px;
	left: 20px;
	position: absolute;
	z-index: 99;
}

.form-search {
	max-width: 100%;
	position: relative;
	border-bottom: 2px solid #eef5f7;
}

.form-search input[type="search"] {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #99a0ba;
	padding: 5px 30px 5px 0;
	border: 0;
	outline: none;
	border: 0;
	box-shadow: none;
}

.form-search input[type="search"]::-webkit-input-placeholder {
	color: #99a0ba;
}

.form-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #99a0ba;
}

.form-search input[type="search"]:-moz-placeholder {
	color: #99a0ba;
}

.form-search input[type="search"]:-ms-input-placeholder {
	color: #99a0ba;
}

.form-search input[type="search"].placeholder {
	color: #99a0ba;
}

.form-search .btn-search {
	position: absolute;
	top: 3px;
	right: 0;
	width: 24px;
	font-size: 20px;
	line-height: 1;
	color: #99a0ba;
	border: 0;
	outline: none;
	box-shadow: none;
	padding: 0;
	background: none;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.form-search .btn-search:hover {
	color: #5fc55f;
}

.info-columns {
	margin-bottom: 20px;
}

.info-col {
	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;
	width: 100%;
	min-height: 160px;
	margin: 0 0 12px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid #eef5f7;
}

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

.info-col .head .ico {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	font-size: 28px;
	line-height: 1;
	color: #ba893d;
}

.info-col .title {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 0 10px 0 0;
}

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

.info-col .number {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	padding: 0 10px 0 0;
	color: #5fc55f;
}

.info-col .btn-view {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 700;
}

.btn-view,
.link {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffab15;
	text-decoration: underline;
}

.btn-view:hover,
.link:hover {
	text-decoration: none;
}

.claims-section {
	position: relative;
}

.claims-section .head {
	margin: 0 0 25px;
}

.claims-section .head h1 {
	color: #99a0ba;
}

.claim-col {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #767676;
	border-radius: 15px;
	margin-bottom: 20px;
	border: 2px solid #eef5f7;
}

.claim-col .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	padding: 10px;
	border-radius: 14px 14px 0 0;
	background: #eef5f7;
}

.claim-col .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.claim-col .tag-title {
	position: absolute;
	top: 50px;
	right: -35px;
	width: 90px;
	height: 23px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 4px 3px;
	border-radius: 0 0 18px 18px;
	text-align: center;
	background: #5fc55f;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.claim-col .tag-title.pending {
	background: #ffab15;
}

.claim-col .tag-title.rejected {
	background: #ef6b59;
}

.claim-col .tag-title.disabled {
	background: #adb5bd;
}

.claim-col .text-box {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 15px 25px 15px 15px;
}

.claim-col h2 {
	color: #333;
	margin: 0 0 5px;
}

.claim-col address {
	margin: 0 0 10px;
	padding: 0;
}

.claim-col address span {
	display: block;
	margin: 0 0 10px;
}

.claim-col address .title {
	display: block;
	color: #99a0ba;
}

.claim-col .btn {
	min-width: 130px;
	padding: 8px 10px;
	border-radius: 10px;
}

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

.radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -12px;
}

.radio-list li {
	padding: 0 12px 10px;
}

.radio-list .custom-radio {
	margin: 0;
}

.radio-list.style {
	display: block;
	margin: 15px 0 0;
}

.radio-list.style li {
	padding: 0;
	margin: 0 0 15px;
}

.radio-list.style li:before {
	display: none;
}

.custom-radio {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #99a0ba;
	cursor: pointer;
}

.custom-radio input[type="radio"] {
	display: none;
}

.custom-radio input[type="radio"]:checked~.label-text:before {
	border-color: #5fc55f;
}

.custom-radio input[type="radio"]:checked~.label-text:after {
	display: block;
}

.custom-radio .label-text {
	display: block;
	position: relative;
	padding: 1px 0 0 25px;
}

.custom-radio .label-text:before,
.custom-radio .label-text:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, .54);
}

.custom-radio .label-text:after {
	display: none;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border: 0;
	background: #5fc55f;
}

.btn-wrap {
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}

.btn-wrap .btn-search {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	color: #99a0ba;
	margin: 0 10px;
}

.btn-wrap .form-search {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.btn-wrap .btn-addnew {
	min-width: 100%;
}

.btn-addnew,
.btn-download {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 120px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	padding: 8px 13px 8px 55px;
	margin: 0 0 10px;
	text-align: right;
	border-radius: 5px;
	border: 2px solid #5faf5f;
	background: #5fc55f;
}

.btn-addnew:before,
.btn-download:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	border-right: 2px solid #5faf5f;
}

.btn-addnew:hover,
.btn-download:hover {
	color: #fff;
	background: rgba(95, 175, 95, .75);
}

.btn-download:before {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.table-holder {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

table {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #262626;
	table-layout: fixed;
	text-align: left;
	margin: 0 0 25px;
}

.icon-home i {
	font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
}

.responsive-table {
	text-align: left;
}

.responsive-table thead {
	text-transform: capitalize;
	border-bottom: 1px solid #99a0ba;
}

.responsive-table thead th {
	text-transform: uppercase;
	font-weight: 700;
	color: #99a0ba;
}

.responsive-table thead th:after {
	display: none;
}

.responsive-table thead th a {
	display: inline-block;
	vertical-align: top;
	color: #99a0ba;
	position: relative;
	text-decoration: none;
}

.responsive-table thead th a:after {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
	color: #444;
}

.responsive-table thead th a.link {
	padding: 0 15px 0 0;
}

.responsive-table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.responsive-table tr:nth-child(even) {
	background: rgba(153, 160, 186, .15);
}

.responsive-table th,
.responsive-table td {
	padding: 6px 10px;
	position: relative;
}

.responsive-table.new-table-style .img-holder {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

.responsive-table.new-table-style th,
.responsive-table.new-table-style td {
	text-align: center;
}

.responsive-table.new-table-style th a,
.responsive-table.new-table-style td a {
	color: #262626;
}

.responsive-table.new-table-style th .view,
.responsive-table.new-table-style td .view {
	text-decoration: underline;
}

.responsive-table.new-table-style th .view:hover,
.responsive-table.new-table-style td .view:hover {
	text-decoration: none;
}

.responsive-table.popup-table {
	font-size: 12px;
	line-height: 16px;
}

.responsive-table.popup-table.table-gradient {
	position: relative;
}

.responsive-table.popup-table.table-gradient:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	content: "";
}

.responsive-table.popup-table.table-gradient .btn {
	position: relative;
	z-index: 99;
}

.responsive-table.popup-table th,
.responsive-table.popup-table td {
	text-align: left;
	text-transform: capitalize;
}

.responsive-table.popup-table th a,
.responsive-table.popup-table td a {
	color: #262626;
}

.responsive-table.popup-table th .view,
.responsive-table.popup-table td .view {
	text-decoration: underline;
}

.responsive-table.popup-table th .view:hover,
.responsive-table.popup-table td .view:hover {
	text-decoration: none;
}

.responsive-table.popup-table thead {
	border-bottom: none;
}

.responsive-table.popup-table tbody {
	display: block;
	height: 230px;
	overflow-y: auto;
}

.responsive-table.popup-table tbody tr {
	background: #fff;
}

.responsive-table.popup-table tbody tr:nth-child(odd) {
	background: rgba(153, 160, 186, .15);
}

.responsive-table .title {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.responsive-table span.status {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50px;
}

.responsive-table span.status.Active {
	background: #5fc55f;
}

.responsive-table span.status.Paused {
	background: #ffab15;
}

.responsive-table span.paused {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background: #fc9107;
}

.responsive-table i.icon-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 1;
	border-radius: 50px;
	color: #fff;
	background: #5fc55f;
}

.responsive-table img {
	display: block;
	height: auto;
	max-width: 100%;
}

.responsive-table .icon-home {
	display: block;
	width: 33px;
	font-size: 33px;
	line-height: 1;
	color: #5fc55f;
	position: relative;
}

.responsive-table .icon-home i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	font-style: normal;
	font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
}

.responsive-table .icon-home.yellow {
	color: #ffab15;
}

.responsive-table .icon-home.red {
	color: #ef6b59;
}

.responsive-table .icon-home.gray {
	color: #c4c4c4;
}

.responsive-table .icon-home.gray i {
	color: #000;
}

.responsive-table address {
	padding: 0;
	margin: 0;
}

.responsive-table address span.text {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.analytics-section {
	position: relative;
	margin-bottom: 20px;
}

.analytics-section .header {
	margin: 0 0 15px;
}

.analytics-section .header .jcf-select {
	min-width: 100%;
}

.analytics-holder {
	color: #99a0ba;
}

.analytics-holder .column {
	width: 100%;
	margin: 0 0 20px;
	padding: 15px 12px;
	border: 2px solid #eef5f7;
	border-radius: 15px;
}

.analytics-holder .jcf-select {
	border-width: 0 0 2px;
	border-color: #eef5f7;
	border-radius: 0;
}

.analytics-holder .jcf-select .jcf-select-text {
	color: #99a0ba;
	margin-left: 0;
}

.analytics-holder .title {
	display: block;
	font-weight: 600;
	color: #99a0ba;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.analytics-holder .price,
.analytics-holder .subtitle {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #5fc55f;
	margin: 0 0 20px;
}

.analytics-holder .info-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	padding: 5px 0 15px;
	margin: 0 -5px;
}

.analytics-holder .info-list .text {
	padding: 0 5px;
}

.analytics-holder .graph-holder {
	width: 150px;
	margin: 0 auto;
	padding: 10px;
}

.analytics-holder .graph-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.property-info-block {
	padding-bottom: 30px;
}

.property-info-block .property-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.property-info-block .account-box {
	min-width: 100%;
}

.property-info-block .form-search {
	max-width: 100%;
}

.account-box {
	min-width: 280px;
	min-height: 120px;
	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;
	color: #fff;
	padding: 15px;
	margin: 0 0 20px;
	border-radius: 15px;
	border: 2px solid #eef5f7;
	background: #5fc55f;
}

.account-box .head {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px;
}

.account-box .title {
	display: block;
	font-weight: 600;
	padding: 0 10px 0 0;
}

.account-box .title a {
	color: #fff;
}

.account-box .ico {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	font-size: 24px;
	line-height: 1;
}

.account-box .footer {
	width: 100%;
}

.account-box .footer.style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account-box .view,
.account-box .number {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.account-box .view .number-sm,
.account-box .number .number-sm {
	font-size: 14px;
}

.account-box .view {
	color: #fff;
}

.property-col {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;
}

.property-col .img-box {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 200px;
	margin: 0 0 15px;
	border-radius: 15px;
	overflow: hidden;
}

.property-col .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.property-col .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.property-col h1 {
	margin-bottom: 10px;
}

.property-col address {
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
}

.property-col address span {
	display: block;
}

.property-col .link-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.property-col .link-holder .link {
	margin: 0 50px 0 0;
}

.property-col .status {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 22px;
}

.property-col .status:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #5fc55f;
}

.property-col .rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 0 0 20px;
	padding: 0 0 0 26px;
	color: #99a0ba;
	position: relative;
}

.property-col .rating:after {
	top: -4px;
	left: 0;
	width: 22px;
	height: 20px;
	content: "";
	position: absolute;
	background: url(../images/ico-star.svg) no-repeat;
	background-size: 22px 20px;
}

.account-block {
	position: relative;
	margin-bottom: 15px;
}

.account-col {
	width: 100%;
	min-height: 140px;
	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 12px;
	margin: 0 0 20px;
	border: 2px solid #eef5f7;
	border-radius: 15px;
}

.account-col .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 10px;
}

.account-col .title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #99a0ba;
	padding: 0 5px 0 0;
}

.account-col .ico {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 25px;
	line-height: 1;
	color: #ba893d;
}

.account-col .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.account-col .number {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #5fc55f;
	padding: 0 5px 0 0;
}

.account-col .link {
	color: #99a0ba;
}

.bugs-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -8px;
}

.bugs-type .bug-checkbox {
	width: 20%;
	padding: 0 8px 16px;
	margin: 0;

}

.bugs-type .bug-checkbox input[type="checkbox"] {
	display: none;
}

.bugs-type .bug-checkbox input[type="checkbox"]:checked~.label-text {
	color: #5fc55f;
	border-color: #5fc55f;
}

.bugs-type .bug-checkbox .label-text {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 150px;
	font-size: 80px;
	line-height: 1;
	border-radius: 12px;
	color: #99a0ba;
	border: 4px solid #99a0ba;
	cursor: pointer;
}

.bugs-type .bug-checkbox .bug-name {
	margin-top: 5px;
	display: block;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #7c7c7c;
	text-align: center;
	cursor: pointer;
}

.bugs-type.style-new {
	margin: 0 -25px;
}

.bugs-type.style-new .bug-checkbox {
	width: 50%;
	padding: 0 25px 20px;
}

.bugs-type.style-new .label-text {
	height: 171px;
}

.modal-dialog {
	max-width: 560px;
}

.modal-dialog .modal-content {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding: 30px 13px 20px;
	border-radius: 15px;
	border: 0;
}

.modal-dialog .modal-content.matching-claim .head {
	margin: 0 0 5px;
}

.modal-dialog .modal-content.matching-claim .head .form-search {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.modal-dialog .modal-content.matching-claim .head .subtitle {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffab15;
	margin: 0 0 5px;
}

.modal-dialog .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 1;
}

.modal-dialog .ico-flag {
	top: 13px;
	right: 42px;
	font-size: 30px;
	position: absolute;
	color: #99a0ba;
}

.modal-dialog .ico-flag.icon-flag1 {
	color: #ff4e00;
}

.modal-dialog .ico-flag.icon-flag1.style {
	color: #99a0bb;
}

.modal-dialog .modal-header {
	display: block;
	text-align: center;
	position: relative;
	padding: 0 0 10px;
	border: 0;
}

.modal-dialog .modal-title {
	display: block;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.modal-dialog .modal-title:only-child {
	margin: 0;
}

.modal-dialog .subtitle {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 10px;
}

.modal-dialog .subtitle.right {
	position: absolute;
	top: 0;
	right: 0;
}

.modal-dialog .modal-body {
	padding: 15px 0 5px;
}

.modal-dialog .modal-body.style {
	padding: 0;
}

.modal-dialog .modal-body.white-gradient {
	position: relative;
}

.modal-dialog .modal-body.white-gradient:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 160px;
	content: "";
}

.modal-dialog .modal-body.white-gradient .btn {
	position: relative;
	z-index: 99;
}

.modal-dialog label,
.modal-dialog .field-title,
.modal-dialog .subtitle {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffab15;
	margin: 0 0 12px;
}

.modal-dialog .new-label {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #585858;
	font-weight: 400;
	margin: 0 0 15px;
}

.modal-dialog .new-label.style {
	font-size: 18px;
	line-height: 22px;
}

.modal-dialog .img-holder {
	max-width: 150px;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
}

.modal-dialog .img-holder .icon-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	top: -20px;
	right: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #ffab15;
}

.modal-dialog .img-holder .ico {
	display: block;
	font-size: 100px;
	line-height: 1;
}

.modal-dialog .img-holder .icon-happy {
	display: block;
	font-size: 80px;
	line-height: 1;
	margin: 0 auto;
	color: #5fc55f;
}

.modal-dialog .text-holder {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #99a0ba;
	padding: 10px 0;
}

.modal-dialog .text-holder p {
	margin: 0 0 10px;
}

.modal-dialog .text-holder p:last-child {
	margin: 0;
}

.modal-dialog .form-search {
	margin-bottom: 15px;
}

.modal-dialog textarea.form-control {
	height: 150px;
	resize: none;
}

.modal-dialog .claims-holder {
	position: relative;
}

.modal-dialog .claims-holder .form-search {
	max-width: 100%;
}

.modal-dialog .claims-holder .claim-col {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0;
}

.modal-dialog .claims-holder .claim-col .img-box img {
	display: block;
	max-width: 60px;
	height: auto;
}

.modal-dialog .claims-holder .claim-col .text-box {
	padding: 13px 25px 15px 10px;
}

.modal-dialog .claims-holder .claim-col .tag-title {
	display: block;
	top: 38px;
	right: -33px;
	width: 85px;
	height: 21px;
	font-size: 10px;
	line-height: 13px;
}

.modal-dialog .claims-holder .claim-col h2 {
	font-size: 15px;
	line-height: 18px;
}

.modal-dialog .claims-holder .claim-col address {
	margin: 0 0 5px;
}

.modal-dialog .claims-holder .claim-col .btn {
	min-width: 120px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	padding: 6px 10px;
}

.modal-dialog .modal-footer {
	border: 0;
	padding: 5px;
}

.checkbox-list li {
	padding: 0 0 5px;
}

.custom-checkbox {
	display: inline-block !important;
	vertical-align: top;
	position: relative;
	margin: 0 0 10px !important;
}

.custom-checkbox input[type="checkbox"] {
	display: none;
}

.custom-checkbox input[type="checkbox"]:checked~.label-text:after {
	display: block;
}

.custom-checkbox .label-text {
	display: block;
	font-weight: 500;
	color: #99a0ba;
	position: relative;
	padding: 2px 0 0 28px;
	cursor: pointer;
}

.custom-checkbox .label-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 1px solid #99a0ba;
}

.custom-checkbox .label-text:after {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #5fc55f;
}

.address-check-list {
	padding: 10px;
	background: rgba(233, 242, 245, .22);
}

.address-check-list li {
	position: relative;
}

.address-check-list li input[type="checkbox"] {
	display: none;
}

.address-check-list li input[type="checkbox"]:checked~label {
	background: #5fc55f;
}

.address-check-list li input[type="checkbox"]:checked~label .icon-home {
	color: #c4c4c4;
}

.address-check-list li input[type="checkbox"]:checked~label .icon-home i {
	color: #000;
}

.address-check-list li input[type="radio"] {
	display: none;
}

.address-check-list li input[type="radio"]:checked~label {
	background: #5fc55f;
}

.address-check-list li input[type="radio"]:checked~label .icon-home {
	color: #c4c4c4;
}

.address-check-list li input[type="radio"]:checked~label .icon-home i {
	color: #000;
}

.address-check-list li:nth-child(odd) label {
	background: rgba(153, 160, 186, .1);
}

.address-check-list li:nth-child(odd) label .icon-home {
	color: #c4c4c4;
}

.address-check-list li:nth-child(odd) label .icon-home i {
	color: #000;
}

.address-check-list li.active {
	background: #5fc55f;
}

.address-check-list li.active .txt-coverage:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.address-check-list label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	margin: 0;
	padding: 17px 10px;
	color: rgba(0, 0, 0, .65);
	cursor: pointer;
}

.address-check-list label .icon-home {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 36px;
	line-height: 1;
	position: relative;
	color: #878787;
}

.address-check-list label .icon-home i {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

.address-check-list label address {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 0 15px;
	margin: 0;
}

.address-check-list .txt-coverage {
	right: 20px;
	bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #000;
	padding: 0 15px 0 0;
	position: absolute;
}

.address-check-list .txt-coverage:after {
	top: 1px;
	right: 0;
	font-size: 15px;
	color: #000;
	content: "\e91f";
	position: absolute;
	font-family: "icomoon" !important;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.address-check-list .coverage-slide {
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	position: absolute;
	background: #5fc55f;
}

.address-check-list .coverage-slide-info {
	overflow: hidden;
	padding: 10px;
}

.address-check-list .title-base {
	margin: 0 0 15px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #ededed;
}

.options-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.options-holder .option-col {
	width: 25%;
}

.options-holder a {
	margin: 0 0 15px;
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #ededed;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.options-holder a:hover {
	color: #000;
}

.options-holder a+a {
	margin: 0;
}

.options-holder.style {
	margin: 0 auto 40px;
}

.options-holder.style a {
	font-size: 15px;
	line-height: 20px;
	color: #454545;
}

.options-holder.style a:hover {
	color: #5fc55f;
}

.tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #ffab15;
	margin: 0 -15px 5px;
}

.tags-list li {
	padding: 10px 15px;
	position: relative;
}

.tags-list .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	line-height: 1;
	color: #99a0ba;
}

.upload-box {
	text-align: center;
	padding: 25px 0 20px;
}

.upload-box .logo-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 113px;
	height: 113px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
}

.upload-box .logo-box img {
	display: block;
	width: 100%;
	height: auto;
}

.upload-box .logo-box input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 9;
}

.upload-box .text-box {
	width: 280px;
	margin: 0 auto;
}

.upload-box .btn-outline-dark {
	border-radius: 10px;
}

.upload-box .text {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.contact_list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.contact_list li {
	margin: 0 0 10px;
}

.contact_list li:last-child {
	margin: 0;
}

.contact_list li a {
	position: relative;
	padding: 0 0 0 30px;
	color: #585858;
}

.contact_list .ico {
	top: 50%;
	left: 0;
	font-size: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.contact_list .icon-phone {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.contact_list.style {
	margin: 0;
}

.contact_list.style a {
	padding: 0 0 0 30px;
}

.contact_list.style .ico {
	font-size: 17px;
}

.contact_list.style .icon-calendar {
	font-size: 22px;
}

.service-provider-block {
	overflow: auto;
	height: 484px;
	overflow-x: hidden;
}

.service-provider-block .service-holder {
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 12px;
	border: 1px solid #707070;
}

.service-provider-block .services-box {
	margin: 0 0 20px;
	position: relative;
}

.service-provider-block .left-holder {
	margin: 0 0 25px;
	overflow: hidden;
}

.service-provider-block .image-holder {
	width: 124px;
	height: 124px;
	margin: 0 auto 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.service-provider-block .image-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.service-provider-block .text-holder {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-provider-block .title {
	margin: 0 0 10px;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #454545;
}

.service-provider-block .services-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-provider-block .services-list li {
	margin: 0 0 8px;
}

.service-provider-block .services-list li:last-child {
	margin: 0;
}

.service-provider-block .services-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-provider-block .services-list li .icon-hold {
	width: 30px;
	margin: 0 10px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-provider-block .services-list li .icon-address-card {
	font-size: 23px;
	color: #454545;
}

.service-provider-block .services-list li .icon-map-pin {
	color: #000;
}

.service-provider-block .services-list li .text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #454545;
}

.service-provider-block .star-rating-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.star-rating-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.star-rating-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -10px 15px;
}

.star-rating-list .box {
	width: 50%;
	padding: 0 10px;
}

.star-rating-list .text {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #767676;
}

.files_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.files_holder .box {
	width: 146px;
	min-height: 125px;
	border: 1px solid #707070;
	border-radius: 16px;
	margin: 0 20px 0 0;
}

.files_holder .file-label {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.files_holder .file-label img {
	display: inline-block;
	height: auto;
	max-width: 40%;
}

.files_holder input[type="file"] {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.files_holder .image-holder {
	overflow: hidden;
	background-color: #dfdfdf;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.files_holder .image-holder img {
	display: block;
	height: 90px;
	width: auto;
	border-radius: 16px 16px 0 0;
	margin: auto;
	padding: 15px;
}

.files_holder .text-holder {
	position: relative;
	padding: 18px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #585858;
	font-weight: 400;
}

.files_holder .text-holder p {
	margin: 0;
}

.files_holder .info-slide-holder {
	top: -12px;
	right: 10px;
	position: absolute;
}

.files_holder .info-slide-holder .opener {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #585858;
}

.files_holder .dropdown-slide {
	top: 100%;
	right: 0;
	z-index: 5;
	width: 210px;
	display: none;
	position: absolute;
	padding: 15px 20px 10px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.files_holder .dropdown-slide a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #767676;
	text-align: left;
	margin: 0 0 5px;
}

.files_holder .dropdown-slide a:hover {
	color: #5fc55f;
}

.tabs-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 25px;
}

.tabs-wrap .new-service-add {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #99a0ba;
	position: relative;
}

.tabs-wrap .new-service-add:after {
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	background: url(../images/plus-circle.svg) no-repeat;
}

.nav-pills {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-pills .nav-item {
	margin: 0 40px 0 0;
}

.nav-pills .nav-link {
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 22px;
	color: #99a0ba;
	position: relative;
	border-radius: 0;
}

.nav-pills .nav-link.active {
	color: #99a0ba;
	background: none;
}

.nav-pills .nav-link.active:after {
	opacity: 1;
	visibility: visible;
}

.nav-pills .nav-link:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	content: "";
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	background: #5fc55f;
	position: absolute;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.nav-pills .show>.nav-link {
	color: #99a0ba;
	background: none;
}

.nav-pills .show>.nav-link:after {
	opacity: 1;
	visibility: visible;
}

.table-frame {
	overflow: hidden;
}

.table-frame .amount-header {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.table-frame .title-amount {
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #262626;
}

.table-frame .table-wrap {
	position: relative;
}

.table-frame .table-wrap:after {
	left: 0;
	width: 100%;
	bottom: 0;
	height: 46px;
	content: "";
	display: none;
	position: absolute;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

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

.email-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #707070;
	position: relative;
	padding: 0 0 0 30px;
}

.email-link:after {
	top: 0;
	left: 0;
	font-size: 20px;
	color: #454545;
	content: "\e914";
	position: absolute;
	font-family: "icomoon" !important;
}

.email-link.connect:after {
	color: #5fc55f;
}

.email-link.red:after {
	color: #f00;
}

.email-link.style {
	display: block;
	margin: 0 0 25px;
}

.para_text {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #585858;
}

.top-breadcrums {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-breadcrums li {
	margin: 0 5px 0 0;
	color: #767676;
	position: relative;
}

.top-breadcrums li a {
	color: #767676;
}

.tabset a.active .label-text:before {
	border-color: #5fc55f;
}

.tabset a.active .label-text:after {
	display: block;
}

.service-options-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-options-list .service-box {
	margin: 0 20px;
	overflow: hidden;
	display: block;
}

.service-options-list .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 219px;
	height: 219px;
	margin: 0 0 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #707070;
	border-radius: 12px;
}

.service-options-list .text {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
}

.survey-list {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.survey-list>li {
	width: 100%;
	margin: 0 0 40px;
}

.survey-list .wrap {
	display: block;
	width: 100%;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.survey-list .icon-holder {
	width: 100%;
	height: 153px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 12px 12px 0 0;
	background: #f7f7f7;
}

.survey-list .icon-holder img {
	display: inline-block;
	height: auto;
	max-width: 40%;
}

.survey-list .text-holder {
	padding: 15px 10px;
	overflow: hidden;
}

.survey-list .list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.survey-list .list li {
	margin: 0 0 5px;
}

.survey-list .list li:last-child {
	margin: 0;
}

.survey-list .list a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.survey-list .list .ico {
	display: block;
	margin: 0 15px 0 0;
	color: #808080;
	font-size: 15px;
}

.survey-list .list .txt {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
	font-weight: 400;
}

.add-text-holder {
	margin: 0 0 50px;
}

.add-text-holder.style {
	margin: 0;
}

.add-text-holder .txt-add {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
	font-weight: 400;
	padding: 0 50px 0 0;
	position: relative;
}

.add-text-holder .txt-add:after {
	top: 0;
	right: 0;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(../images/plus-circle.svg) no-repeat;
}

.document-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.document-list li {
	width: 100%;
	margin: 0 0 20px;
}

.document-list .wrap {
	width: 100%;
	border-radius: 27px;
	border: 1px solid #707070;
	background: #fff;
}

.document-list .img-box {
	overflow: hidden;
}

.document-list .img-box img {
	display: block;
	height: auto;
	width: 100%;
}

.document-list .text-box {
	padding: 10px 15px;
	position: relative;
	text-align: center;
}

.document-list .title {
	margin: 0 0 25px;
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.document-list .info-slide-holder {
	top: -12px;
	right: 10px;
	position: absolute;
}

.document-list .info-slide-holder .opener {
	display: inline-block;
	font-size: 34px;
	line-height: 38px;
	font-weight: 700;
	color: #585858;
}

.document-list .dropdown-slide {
	top: 100%;
	right: 0;
	z-index: 5;
	width: 210px;
	display: none;
	position: absolute;
	padding: 15px 20px 10px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.document-list .dropdown-slide a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #767676;
	text-align: left;
	margin: 0 0 5px;
}

.document-list .dropdown-slide a:hover {
	color: #5fc55f;
}

.document-list.style li {
	width: 100%;
	margin: 0 0 20px;
}

.document-list.style .title {
	margin: 0;
}

.document-list.style .text-box {
	padding: 30px 15px;
}

.document-list.style .upload {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.document-list.style .upload img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.setting-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.setting-list li {
	width: 100%;
	margin: 0 0 15px;
}

.setting-list .wrap {
	width: 100%;
	height: 210px;
	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;
	border-radius: 24px;
	background: #fff;
	position: relative;
	padding: 20px;
	border: 2px solid #eef5f7;
}

.setting-list .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #99a0ba;
}

.setting-list .number {
	display: block;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	color: #5fc55f;
}

.setting-list .view-btn {
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #454545;
	position: absolute;
	text-decoration: underline;
}

.setting-list .view-btn:hover {
	text-decoration: none;
}

.contact-email-block {
	overflow: hidden;
	padding: 0 50px;
}

.contact-email-block .email-holder {
	margin: 0 0 50px;
	overflow: hidden;
}

.contact-email-block h2 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.contact-email-block .email-box {
	padding: 25px;
	position: relative;
	background: #fff;
	border-radius: 24px;
}

.contact-email-block .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icons-hold {
	top: 20px;
	right: 20px;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.icons-hold.style {
	top: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
}

.icons-hold.style .ico {
	font-size: 15px;
	position: static;
}

.icons-hold .ico {
	display: block;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #707070;
}

.opener_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.opener_holder .slide-box {
	position: relative;
}

.opener_holder .opener {
	display: block;
}

.opener_holder .opener img {
	display: block;
	height: auto;
	max-width: 100%;
}

.opener_holder .dropdown-slide {
	bottom: 100%;
	right: 0;
	z-index: 5;
	width: 184px;
	display: none;
	position: absolute;
	padding: 10px 10px 5px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.opener_holder .dropdown-slide a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #767676;
	text-align: left;
	margin: 0 0 5px;
}

.input_wrap .form-control.style {
	pointer-events: none;
	padding: 10px 70px 10px 13px;
}

.input_wrap:hover .icons-hold {
	opacity: 1;
	visibility: visible;
}

.input_wrap .icon-check {
	display: none;
	color: #5fc55f !important;
}

.input_wrap.edit-active .form-control {
	pointer-events: visible;
	border-color: #5fc55f;
}

.input_wrap.edit-active .icons-hold.style {
	opacity: 1;
	visibility: visible;
}

.input_wrap.edit-active .icon-edit {
	display: none;
}

.input_wrap.edit-active .icon-check {
	display: inline-block;
}

.completion_holder {
	top: 9px;
	left: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
}

.completion_holder .box {
	margin: 0 20px 0 0;
}

.completion_holder .title {
	margin: 0;
	display: block;
	font-size: 28px;
	line-height: 32px;
	font-weight: 800;
	color: #4a8518;
	text-align: center;
}

.completion_holder .title+.title {
	margin: 0;
}

.completion_holder .sub-title {
	display: block;
	font-size: 16px;
	list-style: 18px;
	font-weight: 400;
	color: #707070;
}

.text_miles {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
	position: relative;
}

.text_miles:after {
	top: -1px;
	left: -14px;
	content: "";
	font-size: 15px;
	content: "\e921";
	position: absolute;
	color: #d05021;
	font-family: "icomoon" !important;
}

.experience-holder {
	max-width: 1059px;
	margin: 100px auto;
	background: #fff;
	padding: 30px 80px;
	border-radius: 24px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.experience-holder .header-holder {
	margin: 0 0 50px;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.experience-holder .header-holder p {
	margin: 0;
}

.experience-holder h1 {
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 38px;
	font-weight: 400;
	color: #585858;
}

.experience-list {
	padding: 0;
	margin: 0;
	counter-reset: item;
	list-style: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.experience-list li {
	margin: 0 0 100px;
	padding: 0 0 0 60px;
	position: relative;
}

.experience-list li:before {
	top: -10px;
	left: 0;
	font-size: 40px;
	line-height: 40px;
	color: #585858;
	content: counters(item, ".", decimal) ".";
	counter-increment: item;
	position: absolute;
}

.fields_holder {
	background: #fff;
	border-radius: 24px;
	padding: 25px;
	margin: 0 0 50px;
}

.fields_holder .fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px 20px;
}

.fields_holder .fields-box {
	width: 50%;
	padding: 0 30px;
}

.fields_holder .holder {
	margin: 0 0 40px;
	padding: 0 0 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fields_holder .img-holder {
	width: 155px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 60px 0 0;
}

.fields_holder .img-holder img {
	display: block;
	height: auto;
	max-width: 100%;
}

.fields_holder .job-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.fields_holder .switch-box {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fields_holder .title-job {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.fields_holder .email-link {
	display: block;
}

.fields_holder .email-link:after {
	color: #ff3b3b;
}

.fields_holder .email-link.connect:after {
	color: #5fc55f;
}

.fields_holder .email-link.red:after {
	color: #f00;
}

.rating-block {
	overflow: hidden;
	margin: 0 0 50px;
}

.rating-block h2 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.rating-block .rating-holder {
	padding: 25px;
	background: #fff;
	border-radius: 24px;
}

.rating-block .rating-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
}

.rating-block .rating-box {
	width: 50%;
	padding: 0 30px;
}

.connect-mail-list {
	padding: 0;
	margin: 0 -15px 50px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.connect-mail-list li {
	width: 50%;
	padding: 0 15px;
}

.connect-mail-list li a {
	display: block;
	width: 100%;
	height: 241px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.connect-mail-list li .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	background: #cecece;
	border-radius: 12px 12px 0 0;
}

.connect-mail-list li .icon-holder img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.connect-mail-list li .text-hold {
	padding: 30px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.connect-mail-list li .text-hold p {
	margin: 0;
}

.text-pdf {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
}

.file_uploader {
	padding: 30px 0;
	overflow: hidden;
}

.file_uploader .file-label {
	width: 100%;
	height: 200px;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.file_uploader .file-label .ico {
	display: inline-block;
	font-size: 100px;
	color: #000;
}

.file_uploader .file-label .ico.green {
	color: #5fc55f;
}

.file_uploader input[type="file"] {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.rating {
	border: none;
}

.rating.style {
	float: left;
}

.rating>input {
	display: none;
}

.rating>label:before {
	font-size: 1.5em;
	font-family: "icomoon" !important;
	display: inline-block;
	content: "\e927";
	margin: 0 3px 0 0;
}

.rating>.half:before {
	content: "\e926";
	position: absolute;
}

.rating>label {
	color: #ddd;
	float: right;
	margin: 0;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: #ffd700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
	color: #ffed85;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 13px;
	right: 15px;
	margin: 0;
}

.switch.style {
	position: relative;
	top: 0;
	right: 0;
}

.switcher {
	padding-right: 100px;
	position: relative;
}

.switcher.style {
	padding-right: 0;
}

.switcher .form-control {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.switcher .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
}

.switcher .form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
}

.switcher .form-control:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
}

.switcher .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
}

.switcher .form-control.placeholder {
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
}

/* Hide default HTML checkbox */

.switcher input[type="radio"],
.switcher input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* The slider */

.switcher .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(80, 80, 80, .7);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50px;
}

.switcher .slider:before {
	position: absolute;
	content: "";
	height: 29px;
	width: 29px;
	left: 0;
	top: -5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
	border: 1px solid rgba(80, 80, 80, .7);
}

.switcher input:checked+.switch .slider {
	background-color: #5fc55f;
}

.switcher input:checked+.switch+.form-control {
	opacity: 1;
}

.switcher input:focus+.switch .slider {
	box-shadow: 0 0 1px #2196f3;
}

.switcher input:checked+.switch .slider:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
	border-color: #5fc55f;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

#modal-13 .modal-dialog {
	max-width: 960px;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

.modal {
	overflow: auto;
}

.responsive-table.new-table {
	overflow: hidden;
	margin: 0;
}

.responsive-table.new-table td,
.responsive-table.new-table th {
	text-align: left !important;
	width: auto !important;
}

.responsive-table.new-table .hover {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: 60%;
	left: 5px;
	z-index: 99;
	margin-bottom: 10px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	opacity: 0;
	color: #454545;
}

.responsive-table.new-table .tooltip-holder {
	position: relative;
	z-index: 9;
	color: #454545;
	padding: 10px 10px 5px 110px;
}

.responsive-table.new-table tr {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.responsive-table.new-table tr.active {
	border: solid #4f8a20;
	border-width: 1px 2px 0;
}

.responsive-table.new-table tr.active .icon-download {
	opacity: 1 !important;
}

.responsive-table.new-table tr:hover .icon-download {
	opacity: 1;
}

.responsive-table.new-table tr.odd {
	background: rgba(153, 160, 186, .15) none repeat scroll 0 0;
}

.responsive-table.new-table tr.gray-slide tr {
	background: rgba(153, 160, 186, .15) none repeat scroll 0 0;
}

.responsive-table.new-table tr tr {
	background: #fff;
}

.responsive-table.new-table tr table tr:first-child {
	padding: 0;
}

.responsive-table.new-table tr table td {
	border-top: 1px solid #ccc !important;
}

.responsive-table.new-table .status-holder {
	margin: 0;
	position: relative;
	display: inline-block;
	padding-right: 15px;
	width: auto;
}

.responsive-table.new-table .status-holder.pending:before {
	background: #ff9d4a;
}

.responsive-table.new-table .status-holder:before {
	position: absolute;
	top: 2px;
	right: 0;
	background: #13a800;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	content: "";
}

.responsive-table .id-row {
	width: 100px !important;
}

.responsive-table .btn-row {
	position: absolute;
	left: 0;
	top: 0;
	bottom: -500px;
	right: -9999px;
	min-height: 50px;
	z-index: 9;
}

.responsive-table .btn-row.collapsed+.icon-dowload {
	opacity: 0;
}

.responsive-table .btn-row .icon-dowload {
	opacity: 1;
}

.responsive-table .collapse {
	border: 1px solid #4f8a20;
	margin: 0 0 0 -100px;
}

.responsive-table .icon-download {
	font-size: 24px;
	line-height: 1.4;
	color: #99a0ba;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	opacity: 0;
	z-index: 99;
	margin-left: 0;
	position: relative;
}

.responsive-table .btn-view {
	color: #454545;
}

.responsive-table span.text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.responsive-table span.text:hover .hover {
	opacity: 1;
}

.account-col.new {
	background: #fff;
}

.account-col.new .date {
	font-size: 15px;
}

.account-col.new .date i {
	color: #4f8a20;
	padding-right: 4px;
}

.account-col.new .link {
	font-size: 15px;
	color: #454545;
}

.account-col .price {
	color: #4f8a20;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}

.id-number {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
	position: relative;
	max-width: 200px;
}

.new-info-block {
	text-align: right;
}

.new-info-block form input[type="search"] {
	padding: 4px 10px;
	height: 35px;
}

.new-info-block form .btn-search {
	top: 7px;
	right: 10px;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #e0e0e0;
	background: #fff;
	width: 100%;
	height: 45px;
	border-radius: 6px;
	color: rgba(0, 0, 0, .65);
}

.jcf-select.jcf-select-property .jcf-select-opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 18px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 45px;
	font-weight: 500;
	margin: 0 35px 0 13px;
	color: rgba(0, 0, 0, .65);
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
	color: #ba893d;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -5px 0 0;
	z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 13px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: rgba(153, 160, 186, .1);
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

#bug-modal {
	text-align: center;
	color: #404040;
}

#bug-modal .modal-header {
	display: block;
	border: none;
	padding: 0 15px;
}

#bug-modal .modal-dialog {
	max-width: 900px;
	padding: 10px;
}

#bug-modal .modal-dialog .modal-title {
	font-size: 20px;
	color: #404040;
}

#bug-modal .modal-dialog .modal-content {
	font-size: 16px;
	padding: 45px 0 0;
	border-radius: 8px;
}

#bug-modal .btn-success {
	background: #048004;
	border: none;
	border-radius: 50px;
	min-width: 250px;
	padding: 10px;
	margin-bottom: 20px;
}

#bug-modal .btn-success:hover {
	background: #06b106;
}

#bug-modal .modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -30px 0 0;
	padding: 0 3px 0 20px;
	border: none;
}

#bug-modal .modal-footer * {
	margin: 0;
}

#bug-modal .modal-footer img {
	display: block;
}

#bug-modal .btn-close {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 20px;
	height: 20px;
	opacity: 1;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

#bug-modal .btn-close:hover {
	opacity: .7;
}

#bug-modal .btn-close:before,
#bug-modal .btn-close:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 21px;
	width: 4px;
	border-radius: 2px;
	background-color: #333;
}

#bug-modal .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#bug-modal .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#bug-modal .img-left {
	width: 25%;
}

#bug-modal .img-left img {
	width: 100%;
	display: block;
	height: auto;
}

#bug-modal .img-right {
	width: 55%;
	margin-bottom: -7px;
	overflow: hidden;
	border-radius: 5px;
}

#bug-modal .img-right img {
	width: 100%;
	height: auto;
	display: block;
}

#bug-modal h4 {
	font-size: 16px;
}

@media (min-width: 576px) {
	.form-group.select-absolute .jcf-select {
		width: 260px;
	}

	.info-columns .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px;
	}

	.info-columns .info-col {
		width: calc(50% - 20px);
		margin: 0 10px 12px;
	}

	.analytics-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px;
	}

	.analytics-holder .column {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.upload-box {
		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;
	}

	.upload-box .logo-box {
		margin: 0;
	}

	.upload-box .text-box {
		width: 222px;
		padding: 0 0 0 22px;
		margin: 0;
	}

	.contact_list {
		font-size: 18px;
		line-height: 24px;
	}

	.contact_list li {
		margin: 0 0 15px;
	}

	.contact_list li a {
		padding: 0 0 0 40px;
	}

	.contact_list .ico {
		font-size: 26px;
	}

	.survey-list>li {
		width: 50%;
		padding: 0 10px;
	}

	.document-list {
		margin: 0 -15px;
	}

	.document-list li {
		padding: 0 15px;
		width: 50%;
	}

	.document-list.style li {
		padding: 0 15px;
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 10px;
	}

	#header .container-fluid {
		min-height: 60px;
	}

	#header .logo {
		width: 85px;
		top: 8px;
		left: 20px;
	}

	#header .logo.style {
		margin: 0 0 0 70px;
	}

	.login-box {
		font-size: 15px;
		line-height: 18px;
	}

	.navbar-toggler {
		margin: 10px 0 0;
	}

	h1,
	.h1 {
		font-size: 30px;
		line-height: 35px;
	}

	h2,
	.h2 {
		font-size: 26px;
		line-height: 30px;
	}

	h3,
	.h3 {
		font-size: 18px;
		line-height: 22px;
	}

	#main {
		padding: 25px 10px 20px;
	}

	#main .img-left,
	#main .img-right {
		left: 10px;
		bottom: 10px;
		width: 280px;
	}

	#main .img-right {
		width: 180px;
		right: 20px;
		bottom: 20px;
	}

	.text-block h1 {
		margin: 0 0 30px;
	}

	.text-block h2 {
		margin: 0 0 30px;
	}

	.text-block .btn-holder {
		padding: 15px 0 0;
	}

	.form-control {
		font-size: 16px;
	}

	.radio-holder .column {
		width: 200px;
		padding: 0 10px 10px;
	}

	.radio-holder .radio-box {
		height: 180px;
	}

	.radio-holder .radio-box .ico {
		font-size: 45px;
		margin: 0 0 20px;
	}

	.radio-holder .radio-box .label-text {
		font-size: 16px;
		line-height: 20px;
	}

	.btn-back.style {
		top: 35px;
		left: 40px;
	}

	.claim-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.claim-col .img-box {
		width: 110px;
		border-radius: 14px 0 0 14px;
	}

	.claim-col .tag-title {
		top: -2px;
		right: 10px;
		width: 100px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.claim-col .text-box {
		padding: 24px 15px 15px;
	}

	.radio-list li {
		padding: 0 12px;
	}

	.btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.btn-wrap .form-search {
		width: 160px;
	}

	.btn-wrap .form-pm-search {
		width: 200px;
	}

	.btn-wrap .btn-addnew {
		min-width: 120px;
	}

	.btn-addnew,
	.btn-download {
		margin: 0 10px;
	}

	table {
		font-size: 14px;
		line-height: 18px;
	}

	.analytics-holder .column {
		width: calc(33% - 20px);
	}

	.property-info-block {
		padding-top: 10px;
	}

	.property-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.property-col .img-box {
		width: 220px;
		margin: 0;
	}

	.property-col .text-box {
		padding: 5px 0 0 20px;
	}

	.property-col h1 {
		margin-bottom: 15px;
	}

	.account-col {
		min-height: 160px;
	}

	.bugs-type .bug-checkbox .bug-name {
		font-size: 21px;
		line-height: 24px;
	}

	.bugs-type.style-new .bug-checkbox {
		width: 33.333333333%;
	}

	.modal-dialog {
		max-width: 730px;
	}

	.modal-dialog .modal-content {
		padding: 30px 35px;
	}

	.modal-dialog .modal-content.matching-claim .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.modal-dialog .modal-content.matching-claim .head .form-search {
		padding: 0 0 0 10px;
	}

	.modal-dialog .modal-content.matching-claim .head .subtitle {
		margin: 0 0 10px;
	}

	.modal-dialog .close {
		top: 20px;
		right: 20px;
		font-size: 15px;
	}

	.modal-dialog .subtitle {
		font-size: 20px;
		line-height: 24px;
	}

	.modal-dialog .modal-body {
		padding: 25px 0 15px;
	}

	.modal-dialog .img-holder .icon-happy {
		font-size: 100px;
	}

	.modal-dialog .claims-holder .claim-col .img-box {
		width: 80px;
	}

	.modal-dialog .claims-holder .claim-col .img-box img {
		max-width: 100%;
		height: auto;
	}

	.modal-dialog .claims-holder .claim-col .text-box {
		padding: 20px 10px 10px;
	}

	.modal-dialog .claims-holder .claim-col .tag-title {
		top: -2px;
		right: 10px;
	}

	.checkbox-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 5px;
	}

	.checkbox-list li {
		padding: 0 10px;
	}

	.options-holder.style {
		max-width: 80%;
		width: 100%;
	}

	.setting-list {
		margin: 0 -15px;
	}

	.setting-list li {
		width: 33.333333333%;
		padding: 0 15px;
	}

	.responsive-table.new-table .tooltip-holder {
		padding: 10px 10px 5px 190px;
	}

	.responsive-table .collapse {
		margin: 0 0 0 -180px;
	}

	.jcf-select .jcf-select-text {
		font-size: 16px;
	}

	.jcf-list {
		font-size: 16px;
	}

	#bug-modal .modal-dialog .modal-title {
		font-size: 32px;
	}

	#bug-modal .modal-dialog .modal-content {
		font-size: 20px;
	}

	#bug-modal .modal-footer {
		padding: 0 3px 0 30px;
		margin: -80px 0 0;
	}

	#bug-modal .img-left {
		width: 140px;
	}

	#bug-modal .img-right {
		width: 40%;
		margin-bottom: -7px;
	}
}

@media (min-width: 992px) {
	#header {
		padding: 10px 15px;
	}

	#header .container-fluid {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .logo {
		position: static;
	}

	.navbar {
		padding: 0 0 0 10px;
	}

	.navbar-nav {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -15px;
		padding: 0;
	}

	.navbar-nav li {
		padding: 0 15px;
	}

	.navbar-nav a {
		padding: 0 10px;
	}

	.navbar-nav a:after {
		bottom: -30px;
	}

	.navbar-nav.style li {
		padding: 0 4px;
	}

	h1,
	.h1 {
		font-size: 35px;
		line-height: 40px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#main {
		padding: 25px 15px 20px;
	}

	#main .img-left,
	#main .img-right {
		left: 20px;
		width: 330px;
	}

	#main .img-right {
		width: 220px;
	}

	.section-head {
		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;
		margin-bottom: 30px;
	}

	.btn-back {
		margin: 0;
	}

	.form-search {
		max-width: 300px;
	}

	.info-columns .info-col {
		width: calc(33% - 20px);
	}

	.radio-list.new-list {
		width: 87%;
	}

	.responsive-table th,
	.responsive-table td {
		padding: 15px 10px;
	}

	.responsive-table th.status-col,
	.responsive-table td.status-col {
		width: 65px;
	}

	.responsive-table th:nth-child(2),
	.responsive-table td:nth-child(2) {
		width: 23%;
	}

	.responsive-table th:nth-child(3),
	.responsive-table th:nth-child(4),
	.responsive-table th:nth-child(5),
	.responsive-table th:nth-child(6),
	.responsive-table td:nth-child(3),
	.responsive-table td:nth-child(4),
	.responsive-table td:nth-child(5),
	.responsive-table td:nth-child(6) {
		width: 15%;
	}

	.responsive-table.property-table th:nth-child(2),
	.responsive-table.property-table th:nth-child(3),
	.responsive-table.property-table td:nth-child(2),
	.responsive-table.property-table td:nth-child(3) {
		width: 22%;
	}

	.responsive-table.pricing-table th,
	.responsive-table.pricing-table td {
		width: 18%;
	}

	.responsive-table.accounts-table th,
	.responsive-table.accounts-table td {
		width: 15%;
	}

	.responsive-table.accounts-table th.status-col,
	.responsive-table.accounts-table td.status-col {
		width: 65px;
	}

	.responsive-table.accounts-table th:nth-child(2),
	.responsive-table.accounts-table td:nth-child(2) {
		width: 18%;
	}

	.responsive-table.new-table-style th,
	.responsive-table.new-table-style td {
		width: 15%;
	}

	.responsive-table.new-table-style th.status-col,
	.responsive-table.new-table-style td.status-col {
		width: 70px;
	}

	.responsive-table.new-table-style th:nth-child(2),
	.responsive-table.new-table-style td:nth-child(2) {
		width: 17.7%;
	}

	.responsive-table.popup-table th,
	.responsive-table.popup-table td {
		width: 16.5%;
	}

	.responsive-table.popup-table th:nth-child(3),
	.responsive-table.popup-table td:nth-child(3) {
		width: 34%;
	}

	.responsive-table.popup-table th:nth-child(4),
	.responsive-table.popup-table th:last-child,
	.responsive-table.popup-table td:nth-child(4),
	.responsive-table.popup-table td:last-child {
		text-align: center;
	}

	.responsive-table span.status {
		margin: 0 auto;
	}

	.responsive-table .icon-home {
		margin: 0 auto;
	}

	.analytics-section .header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.analytics-section .header .jcf-select {
		min-width: 305px;
	}

	.property-info-block {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.property-col {
		margin: 0 0 15px;
	}

	.property-col.style {
		margin: 0 0 50px;
	}

	.property-col .img-box {
		width: 200px;
	}

	.account-col {
		padding: 15px;
		min-height: 180px;
	}

	.account-col .title {
		font-size: 18px;
		line-height: 22px;
	}

	.modal-dialog {
		max-width: 800px;
	}

	.modal-dialog.new-popup {
		max-width: 875px;
	}

	.service-provider-block .services-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.service-provider-block .left-holder {
		width: 50%;
		margin: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.service-provider-block .image-holder {
		margin: 0 15px 0 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.service-provider-block .text-holder {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.star-rating-list .text {
		font-size: 18px;
	}

	.tabs-wrap {
		margin: 0;
	}

	.survey-list {
		margin: 0 -10px;
	}

	.survey-list>li {
		width: 33.333333333%;
	}

	.rating>label:before {
		font-size: 2em;
		margin: 0 10px 0 0;
	}

	.responsive-table.new-table .tooltip-holder {
		max-width: 200px;
		padding: 23px 10px;
	}

	.responsive-table.new-table .tooltip-holder:hover .hover {
		opacity: 1;
	}

	.responsive-table.new-table tr {
		display: table-row;
		overflow: visible;
	}

	.responsive-table.new-table .status-holder {
		padding-right: 25px;
		width: 90px;
	}

	.responsive-table.new-table .status-holder:before {
		top: 2px;
		width: 15px;
		height: 15px;
	}

	.responsive-table .btn-row {
		bottom: 0;
	}

	.responsive-table .collapse {
		margin: 0;
	}

	.responsive-table .icon-download {
		margin-left: 15px;
	}

	#bug-modal h4 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 10px 20px;
	}

	.navbar-nav {
		margin: 0 -20px;
	}

	.navbar-nav li {
		padding: 0 20px;
	}

	.navbar-nav.style li {
		padding: 0 20px;
	}

	body {
		font-size: 16px;
		line-height: 20px;
	}

	h1,
	.h1 {
		font-size: 40px;
		line-height: 45px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 34px;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 28px;
	}

	h4,
	.h4 {
		font-size: 20px;
		line-height: 24px;
	}

	h5,
	.h5 {
		font-size: 18px;
		line-height: 22px;
	}

	#main {
		padding: 25px 20px 20px;
	}

	#main .img-left,
	#main .img-right {
		width: 400px;
	}

	#main .img-right {
		width: 280px;
	}

	.info-columns .info-col {
		width: calc(20% - 20px);
	}

	.claim-col h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.custom-radio {
		font-size: 14px;
	}

	.custom-radio .label-text {
		padding: 2px 0 0 28px;
	}

	.custom-radio .label-text:before,
	.custom-radio .label-text:after {
		width: 20px;
		height: 20px;
	}

	.custom-radio .label-text:after {
		width: 14px;
		height: 14px;
	}

	.btn-wrap {
		margin: 0 -10px 15px;
	}

	.table-holder .btn-wrap {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

	.responsive-table thead {
		padding-right: 316px;
	}

	.responsive-table th:nth-child(2),
	.responsive-table td:nth-child(2) {
		width: 21%;
	}

	.responsive-table th:nth-child(3),
	.responsive-table th:nth-child(4),
	.responsive-table th:nth-child(5),
	.responsive-table th:nth-child(6),
	.responsive-table td:nth-child(3),
	.responsive-table td:nth-child(4),
	.responsive-table td:nth-child(5),
	.responsive-table td:nth-child(6) {
		width: 13%;
	}

	.responsive-table.property-table th:nth-child(2),
	.responsive-table.property-table th:nth-child(3),
	.responsive-table.property-table td:nth-child(2),
	.responsive-table.property-table td:nth-child(3) {
		width: 19%;
	}

	.responsive-table.address-table th,
	.responsive-table.address-table td {
		width: 12%;
	}

	.responsive-table.address-table th.status-col,
	.responsive-table.address-table td.status-col {
		width: 65px;
	}

	.responsive-table.address-table th:nth-child(2),
	.responsive-table.address-table td:nth-child(2) {
		width: 15%;
	}

	.analytics-section .header .jcf-select {
		min-width: 380px;
	}

	.analytics-holder .column {
		width: calc(20% - 20px);
	}

	.analytics-holder .price,
	.analytics-holder .subtitle {
		font-size: 22px;
		line-height: 24px;
	}

	.analytics-holder .info-list li {
		padding: 10px 0 25px;
	}

	.account-box {
		min-height: 130px;
	}

	.property-col .text-box {
		padding: 10px 0 0 20px;
	}

	.account-col .number {
		font-size: 25px;
		line-height: 28px;
	}

	.modal-dialog .img-holder .icon-mailbox {
		font-size: 150px;
	}

	.survey-list {
		margin: 0 -10px;
	}

	.survey-list>li {
		padding: 0 10px;
	}

	.survey-list>li {
		width: 14.285714286%;
	}

	.document-list li {
		width: 25%;
	}

	.document-list.style li {
		width: 20%;
	}

	.setting-list li {
		width: 20%;
	}
}

@media (min-width: 1440px) {

	h1,
	.h1 {
		font-size: 48px;
		line-height: 53px;
	}

	#main .img-left,
	#main .img-right {
		width: 500px;
	}

	#main .img-right {
		width: 330px;
	}

	.text-block h1 {
		margin: 0 0 40px;
	}

	.claim-col .text-box {
		padding: 20px 15px 15px;
	}

	.responsive-table.address-table th,
	.responsive-table.address-table td {
		width: 12%;
	}

	.responsive-table.address-table th:nth-child(2),
	.responsive-table.address-table td:nth-child(2) {
		width: 19%;
	}

	.account-col .title {
		font-size: 20px;
		line-height: 24px;
	}

	.account-col .number {
		font-size: 28px;
		line-height: 31px;
	}
}

@media (min-width: 1650px) {
	.info-col {
		padding: 15px;
	}

	.info-col .title {
		font-size: 18px;
		line-height: 22px;
	}

	.info-col .number {
		font-size: 25px;
		line-height: 28px;
	}

	.claim-col .img-box {
		width: 150px;
	}

	.claim-col h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 1199.98px) {
	.form-group.mar-style {
		margin: 0 0 15px;
	}

	.fields_holder .fields-wrap {
		display: block;
		margin: 0 0 20px;
	}

	.fields_holder .fields-box {
		width: 100%;
		padding: 0;
	}

	.fields_holder .holder {
		padding: 0;
	}
}

@media (max-width: 991.98px) {

	.responsive-table thead,
	.responsive-table tbody {
		display: block;
	}

	.responsive-table thead {
		display: none;
	}

	.responsive-table tr {
		padding: 5px 0;
		display: block;
		overflow: visible;
	}

	.responsive-table th,
	.responsive-table td {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.responsive-table th:not([data-title]):before,
	.responsive-table th[data-title=""]:before,
	.responsive-table td:not([data-title]):before,
	.responsive-table td[data-title=""]:before {
		content: "";
	}

	.responsive-table th:before,
	.responsive-table td:before {
		width: 180px;
		content: attr(data-title) ": ";
		padding: 0 10px 0 0;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	.claim-col .bottom_holder .btn {
		min-width: 100px;
	}

	.responsive-table th:before,
	.responsive-table td:before {
		width: 100px;
	}

	.options-holder .option-col {
		width: 50%;
		margin: 0 0 10px;
	}

	.tabs-wrap {
		display: block;
	}

	.tabs-wrap .new-service-add {
		font-size: 16px;
	}

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

	.nav-pills .nav-item {
		margin: 0 0 25px;
	}

	.nav-pills .nav-link {
		font-size: 16px;
	}

	.top-breadcrums {
		font-size: 14px;
		line-height: 18px;
	}

	.service-options-list {
		display: block;
	}

	.service-options-list .service-box {
		margin: 0 0 20px;
	}

	.service-options-list .icon-holder {
		width: 100%;
	}

	.document-list.style .upload {
		height: 215px;
	}

	.contact-email-block {
		padding: 0;
	}

	.contact-email-block .email-holder {
		margin: 0 0 30px;
	}

	.contact-email-block .email-box {
		padding: 15px;
	}

	.completion_holder {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.completion_holder .box {
		margin: 0 15px 0 0;
	}

	.completion_holder .title {
		font-size: 20px;
		line-height: 24px;
	}

	.completion_holder .sub-title {
		font-size: 14px;
		line-height: 16px;
	}

	.experience-holder {
		margin: 50px auto;
		padding: 30px 15px;
	}

	.experience-holder h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.experience-list li {
		margin: 0 0 50px;
	}

	.fields_holder .holder {
		display: block;
	}

	.fields_holder .img-holder {
		margin: 0 auto 25px;
	}

	.rating-block {
		margin: 0 0 30px;
	}

	.rating-block .rating-holder {
		padding: 15px;
	}

	.rating-block .rating-wrap {
		display: block;
		margin: 0;
	}

	.rating-block .rating-box {
		width: 100%;
		padding: 0;
	}

	.connect-mail-list {
		display: block;
		margin: 0 0 50px;
	}

	.connect-mail-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 25px;
	}
}

@media (max-width: 767px) {
	.fancybox-slide::before {
		height: 5%;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.text-Active {
	background-color: #28a745;
	border-radius: 15px;
	color: #fff;
	padding: 3px 8px;
}

.text-Paused {
	background-color: #ffc107;
	border-radius: 15px;
	color: #000;
	padding: 3px 8px;
}

.text-On {
	background-color: #007bff;
	border-radius: 15px;
	color: #fff;
	padding: 3px 8px;
}

/* .text-danger {
	background-color: #dc3545;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
} */

.btn-outline-success {
	border: 2px solid #5faf5f;
}

.btn-outline-success:hover {
	color: #000;
	background: #fff;
	border: 2px solid #5faf5f;
	transform: scale(1.1);
}

#view_properties_header th {
	word-wrap: break-word;
	vertical-align: baseline;
	padding: .75rem .50rem;
}

.csv-col {
	padding: 15px;
}

.navbar-nav .dropdown-menu {
	padding: 0px;
}

.dropdown-menu li {
	padding: 0px;
}

.dropdown-menu li a {
	padding: 10px 20px;
}

.dropdown-menu li a::after {
	bottom: 0px;
}

.dropdown-menu li a:hover {
	background-color: none !important;
}

.info-col:hover,
.claim-col:hover,
.box-shadow-hover:hover {
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .08);
}

.btn-search.btn-refresh {
	right: 25px;
}

.btn-outline-success {
	background: #fff;
}

.bg-success {
	color: #fff;
}

#loader {
	width: 25%;
	background: #fc9107;
	border-radius: 12px;
	text-align: center;
	color: #FFF;
}

#loader-div {
	background: #cecece;
	border-radius: 12px;
}

#step2 .spinner-border {
	width: 2rem;
	height: 2rem;
}

.property-col .img-box .property-image {
	object-fit: cover;
	width: 200px !important;
	height: 150px !important;
	filter: grayscale(1) invert(1);
	-webkit-filter: grayscale(1) invert(1);
	opacity: .8;
}