.me-common-top .inner-top-banner {
	background-size: cover;
	min-height: 130px;
	position: relative
}

.center-pre {
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
	width: 100%
}

h2 {
	font-size: 1.1em !important;
	font-weight: 400 !important
}

.btn-green:hover {
	text-decoration: none !important
}

.page-title-wrapper {
	padding: 50px 0
}

.me-common-top .inner-top-banner h1 {
	text-align: center
}

#material-download,
.partnerFilter .multi-select-button {
	display: none
}

body .btn.btn-green {
	background: #069b4f;
	color: #fff;
	padding: 10px 20px
}

.main_container {
	background: #f6f6f6
}

.modal {
	height: auto !important;
	overflow: visible !important
}

.tabs {
	position: relative;
	padding: 30px;
	min-height: 200px;
	border-radius: 5px;
	padding-top: 0
}

.tabs input[name="tab-control"] {
	display: none
}

.tabs .content section h2,
.tabs ul li label {
	font-size: 18px !important
}

.tabs ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 90%;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid #ddd
}

.tabs ul li {
	box-sizing: border-box;
	flex: 1;
	width: 25%;
	padding: 0 10px;
	text-align: center
}

.tabs ul li label {
	transition: all .3s ease-in-out;
	color: #333;
	padding: 5px auto;
	display: block;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	padding-bottom: 20px;
	position: relative
}

.tabs ul li label:hover {
	border-bottom: 1px solid #0879b8;
	color: #0879b8
}

.tabs ul li label br {
	display: none
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
	outline: 0;
	color: #0879b8;
	border-radius: 0
}

.tabs ul li label:active::after {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0879b8
}

.tabs .slider {
	position: relative;
	width: 25%;
	transition: all .33s cubic-bezier(0.38, 0.8, 0.32, 1.07)
}

.tabs .slider .indicator {
	position: relative;
	width: 50px;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #428bff;
	border-radius: 1px
}

.tabs .content {
	margin-top: 30px
}

.tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4
}

.tabs .content section h2 {
	color: #0879b8
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.tab-heading>ul>li>label::after {
	margin: 0 auto
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.tab-heading>ul>li:nth-child(1)>label {
	cursor: default;
	color: #0879b8;
	border-bottom: 1px solid #0879b8
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.tab-heading>ul>li:nth-child(1)>label::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0879b8;
	right: 0;
	margin: 0 auto
}

#technical-Partner,
#allPartners,
#Dealer,
#sale-Agent {
	display: flex;
	flex-flow: row wrap
}

.modal.content-modal {
	max-width: 1000px !important;
	border-radius: 1px !important;
	background: transparent;
	box-shadow: none;
	padding: 0;
	top: 130px;
	padding-bottom: 80px
}

.sales-label {
	background: #06abfd;
	color: #fff;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 2;
	margin: 3px;
	display: inline-block
}

.technical-label {
	background: #f1663c;
	color: #fff;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 2;
	margin: 3px;
	display: inline-block
}

.sales-info p,
.technical-info p {
	margin-top: 0;
	font-size: 13px
}

.sales-title {
	color: #06abfd;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 0
}

.technical-title {
	color: #f1663c;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 0
}

.product-labels .prd-labels {
	background: #e9f4f9;
	color: #357fa9;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 2;
	margin: 6px 3px;
	display: inline-block;
	font-weight: 600
}

.content-modal-button,
.content-modal-button:hover {
	background: #3378b3;
	color: #fff;
	min-width: 180px;
	display: inline-block;
	text-align: center;
	padding: 6px;
	font-size: 13px;
	text-decoration: none
}

.partnerFilter {
	text-align: center;
	margin-top: 10px
}

.filterLable {
	color: #000;
	font-weight: 600;
	z-index: 1;
	position: relative
}

.partnerFilter .multi-select-container {
	display: inline;
	margin: 5px 8px;
	vertical-align: middle
}

.partnerFilter .multi-select-button {
	padding: 10px 15px;
	border-radius: 4px;
	color: #666;
	text-align: left;
	font-size: 13px;
	border: 1px solid #d0d0d0;
	height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer
}

.partnerFilter .multi-select-menu,
.partnerFilter .multi-select-menuitem input {
	position: static
}

.partnerFilter .multi-select-menu {
	margin-top: -65px;
	padding-bottom: 30px;
	background: #cceefd;
	border: 0;
	min-height: 230px;
	box-shadow: none;
	max-height: 500px !important
}

.partnerFilter .multi-select-menuitems {
	padding-top: 30px;
	overflow: auto;
	display: inline-block;
	text-align: center;
	box-sizing: border-box
}

.partnerFilter .multi-select-menuitem {
	width: 25%;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	padding: 10px 60px;
	float: left;
	box-sizing: border-box
}

.resetFilter {
	color: #0778b8;
	z-index: 1;
	position: relative;
	opacity: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #0778b8;
	visibility: hidden
}

.resetFilter.on {
	opacity: 1;
	visibility: visible;
	display: block;
	max-width: 112px;
	margin-left: auto;
	margin-right: 10px;
	right: 5px;
	bottom: 55px
}

.resetFilter:hover {
	text-decoration: none;
	cursor: pointer
}

.pace_content p {
	padding-right: 20px
}

.main_container>.top-sec {
	padding-top: 15px !important
}

.tab-heading.sticky-head {
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
	background: #f6f6f6;
	left: 0;
	border-bottom: 1px solid #ddd
}

.tab-heading.sticky-head ul {
	border-bottom: 0 !important
}

.tab-heading.sticky-head ul li {
	padding: 0
}

.tab-heading.sticky-head ul li br {
	display: none
}

.tab-heading.sticky-head ul li label {
	padding: 15px 0;
	margin-bottom: -1px;
	border-radius: 0
}

#Dealer .top_box {
	position: relative
}

#Dealer .dlr16 .full-width>.technical_partner_tab {
	display: none
}

span.multi-select-button {
	min-height: 32px;
	padding: 8px !important
}

@media(max-width:600px) {
	.tabs input[name="tab-control"]:nth-of-type(1):checked~.tab-heading>ul>li:nth-child(1)>label {
		background: transparent;
		border-radius: 0
	}
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
	display: block
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.tab-heading>ul>li:nth-child(2)>label {
	cursor: default;
	color: #0879b8;
	border-bottom: 1px solid #0879b8
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.tab-heading>ul>li:nth-child(2)>label::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0879b8;
	right: 0;
	margin: 0 auto
}

@media(max-width:600px) {
	.tabs input[name="tab-control"]:nth-of-type(2):checked~.tab-heading>ul>li:nth-child(2)>label {
		background: transparent;
		border-radius: 0
	}
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
	display: block
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.tab-heading>ul>li:nth-child(3)>label {
	cursor: default;
	color: #0879b8;
	border-bottom: 1px solid #0879b8
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.tab-heading>ul>li:nth-child(3)>label::after {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0879b8
}

@media(max-width:600px) {
	.tabs input[name="tab-control"]:nth-of-type(3):checked~.tab-heading>ul>li:nth-child(3)>label {
		background: transparent;
		border-radius: 0
	}
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
	display: block
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.tab-heading>ul>li:nth-child(4)>label {
	cursor: default;
	color: #0879b8;
	border-bottom: 1px solid #0879b8
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.tab-heading>ul>li:nth-child(4)>label::after {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0879b8
}

@media(max-width:600px) {
	.tabs input[name="tab-control"]:nth-of-type(4):checked~.tab-heading>ul>li:nth-child(4)>label {
		background: transparent;
		border-radius: 0
	}
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
	display: block
}

@media(max-width:1000px) {
	.tabs ul li label {
		white-space: initial
	}
	.tabs ul li label br {
		display: initial
	}
	.tabs ul li label svg {
		height: 1.5em
	}
}

@media(max-width:600px) {
	.tabs ul li label {
		padding: 5px;
		border-radius: 5px
	}
	.tabs .slider {
		display: none
	}
	.tabs .content {
		margin-top: 20px
	}
	.tabs .content section h2 {
		display: block
	}
}

.solution-cards {
	background: #fff;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 2px 10px #d8d8d8;
	width: 45%;
	float: left;
	padding: 10px;
	margin: 20px 20px 20px 0;
	height: 130px
}

.solution-card-img {
	float: left;
	width: 145px;
	margin-right: 20px;
	border: #d1d1d1
}

.pace_content h2 {
	font-size: 18px !important;
	font-weight: 600 !important
}

.pace_content h2 a:hover {
	text-decoration: none
}

.case-solution {
	background: #fff;
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	float: left;
	margin: 10px 20px 10px 0;
	border-bottom: 0;
	min-height: 230px;
	position: relative;
	flex: 48%;
	max-width: 48%;
	box-sizing: border-box;
	flex-flow: row wrap;
	align-content: space-between
}

.contact_link {
	width: 100%;
	flex: 100%
}

.tab-solution {
	display: none
}

.case-solution:hover {
	box-shadow: 0 10px 14px #dcdcdc
}

.case-solution:hover .contact_link a.form-button {
	background: #0879b8;
	color: #fff!important;
}

.case-solution:hover .contact_link a.more-button {
	color: #000;
	background: #e3e8ed
}

.contact_link a {
	text-align: center;
	padding: 12px 0;
	background: #fff;
	color: #0879b8;
	transition: all .3s linear;
	display: block
}

.contact_link a.form-button {
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed
}

#Dealer .contact_link a.form-button {
	border-right: 0
}

.contact_link a.more-button {
	color: #848484;
	background: #fff;
	border-top: 1px solid #ededed
}

.contact_link a.more-button:hover {
	color: #000;
	background: #e3e8ed
}

.contact_link a:hover {
	text-decoration: none
}

.contact_link a.form-button:hover {
	background: #0879b8;
	color: #fff
}

.contact_link .per70-btn {
	padding: 0;
	width: 100%;
	float: left
}

.contact_link .per30-btn {
	padding: 0;
	width: 30%;
	float: left;

}

.case-solution {
	cursor: pointer
}

.case-solution:hover .contact_link a {
	display: block;
	transition: all .3s linear;
}




.partnerlogo {
	width: 157px;
	height: 52px;
	display: inline-block;
	min-width: 90px;
	margin-top: 50px;
}

.partnerlogo:hover {
	text-decoration: none
}

.logo2 {
	background-position: -248px -72px;
	width: 90px;
	height: 30px
}

.logo3 {
	background-position: -363px -69px;
	width: 119px;
	height: 40px
}

.logo4 {
	background-position: -546px -70px;
	width: 80px;
	height: 46px
}

.logo5 {
	background-position: -672px -74px;
	width: 94px;
	height: 41px
}

.logo6 {
	background-position: -794px -66px;
	width: 87px;
	height: 47px
}

.logo7 {
	background-position: -910px -72px;
	width: 113px;
	height: 38px
}

.logo8 {
	background-position: -1068px -71px;
	width: 125px;
	height: 42px
}

.logo9 {
	background-position: -37px -189px;
	width: 135px;
	height: 45px
}

.logo10 {
	background-position: -190px -191px;
	width: 101px;
	height: 36px
}

.logo11 {
	background-position: -305px -186px;
	width: 154px;
	height: 52px
}

.logo12 {
	background-position: -472px -187px;
	width: 144px;
	height: 48px
}

.logo13 {
	background-position: -626px -189px;
	width: 135px;
	height: 45px
}

.logo14 {
	background-position: -781px -186px;
	width: 141px;
	height: 47px
}

.logo15 {
	background-position: -940px -204px;
	width: 142px;
	height: 22px
}

.logo17 {
	background-position: -1102px -186px;
	width: 138px;
	height: 46px
}

.logo18 {
	background-position: -35px -282px;
	width: 139px;
	height: 46px
}

.logo19 {
	background-position: -188px -280px;
	width: 147px;
	height: 51px
}

.logo20 {
	background-position: -352px -280px;
	width: 153px;
	height: 51px
}

.logo21 {
	background-position: -352px -385px;
	width: 146px;
	height: 49px
}

.logo22 {
	background-position: -683px -278px;
	width: 127px;
	height: 46px
}

.logo23 {
	background-position: -915px -284px;
	width: 219px;
	height: 28px
}

.top_box {
	min-height: 180px;
	flex: 100%
}

.tablink {
	background-color: #555;
	color: white;
	float: left;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 17px;
	width: 24%;
	margin: 5px
}

.tablink:hover {
	background-color: #777
}

.tabcontent {
	display: none;
	padding: 30px 0;
	height: 100%
}

.pace_content {
	position: relative
}

.info_icon {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	cursor: pointer;
	color: #333
}

.info_icon:hover {
	color: #09c;
	text-decoration: none
}

.tab-menu .active {
	background-color: #09c
}

.logo1_gsx {
	background-position: -220px -389px;
	width: 98px;
	height: 45px
}

.logo20_dx {
	background-position: -36px -392px;
	width: 136px;
	height: 45px
}

.overlaybg {
	display: none
}

.overlaybg.open {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center
}

.overlaybg.open #formModal {
	display: inline-block !important;
	max-width: 650px;
	top: 125px;
	margin: 20px 10px;
	padding-bottom: 40px;
	background: transparent;
	box-shadow: none !important
}

#formModal {
	padding: 0;
	border-radius: 1px;
	position: relative
}

#SalesAgentForm {
	-webkit-box-shadow: 0 0 10px #000;
	*/-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000
}

#SalesAgentForm .tsBasic td {
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #e3e2db;
	font-size: 12px
}

#SalesAgentForm .tsBasic th {
	padding: 8px 20px;
	border: 1px solid #e3e2db
}

.formlabel {
	min-width: 200px
}

#SalesAgentForm .tsBasic .formlabel {
	background: #eeeeea;
	font-size: 13px;
	vertical-align: top
}

#SalesAgentForm .tsBasic {
	width: 100% !important
}

#SalesAgentForm .textbox {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #838383;
	padding: 8px;
	font-size: 11.5px;
	border-radius: 1px
}

#sales_agent {
	color: #bb1b21;
	font-weight: bold
}

#message {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #838383;
	padding: 8px;
	font-size: 11.5px;
	border-radius: 1px;
	resize: none;
	height: 90px
}

.checkbox_container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 2;
	margin-bottom: 0
}

.checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid #909090
}

.checkbox_container:hover input~.checkmark {
	background-color: #fff
}

.checkbox_container input:checked~.checkmark {
	background-color: #fff
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.checkbox_container input:checked~.checkmark:after {
	display: block
}

.checkbox_container .checkmark:after {
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #069b4f;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

body .btn {
	display: inline-block;
	padding: 8px 20px;
	margin: 20px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	border-radius: 1px
}

body .btn.btn-primary {
	color: #fff !important;
	text-shadow: 0 !important;
	background-color: #e43a3a !important;
	border-radius: 1px !important;
	font-size: 16px !important;
	width: 170px;
	border: 0
}

.modalClose {
	position: absolute;
	top: 3px;
	right: 3px;
	border: 0;
	font-size: 22px;
	background: transparent;
	color: #b2b2b2;
	cursor: pointer
}

.mspace {
	height: 30px
}

#SalesAgentForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-image: url(/sites/default/files/common_page/images/down-arrow-black.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 98% 12px;
	background-size: 13px;
	border: 1px solid #838383;
	padding: 8px;
	font-size: 11.5px;
	border-radius: 1px;
	position: relative
}

# Dealer .case-solution {
	position: relative
}

.absolute-link {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 4;
	top: 0;
	left: 0
}

.absolute-link:hover {
	text-decoration: none
}

#stackeholder {
	font-weight: bold
}

.buttonPart td {
	padding: 20px 10px !important;
	text-align: center
}

.enduser_email,
.enduser_company {
	display: none
}

#SalesAgentForm .textbox:focus,
#SalesAgentForm select,
#SalesAgentForm button,
#SalesAgentForm textarea {
	outline: 0
}

body .btn.btn-grey {
	color: #fff;
	background-color: #4d617c;
	width: 140px;
	font-size: 14px;
	border: 0;
	box-sizing: border-box
}

body .btn.btn-greyoutline {
	border: 1px solid #4d617c;
	color: #4d617c;
	background-color: #fff;
	width: 155px;
	font-size: 14px;
	box-sizing: border-box
}

#SalesAgentForm .textboxMini {
	padding: 8px;
	font-size: 11.5px;
	border-radius: 1px;
	box-sizing: border-box;
	border: 1px solid #838383
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%
}

.multi-select-button {
	display: inline-block;
	font-size: .875em;
	padding: .2em .6em;
	max-width: 16em;
	max-width: 415px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: -0.5em;
	background-color: #fff;
	border: 1px solid #838383;
	cursor: default;
	width: 96%
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: .8em;
	z-index: 1;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none
}

.multi-select-menuitem {
	display: block;
	font-size: .875em;
	padding: .4em 1em .1em 30px;
	white-space: nowrap
}

.multi-select-menuitem input {
	position: absolute;
	margin-top: 6px;
	margin-left: -20px;
	vertical-align: bottom
}

span.multi-select-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-image: url(/sites/default/files/common_page/images/down-arrow-black.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 98% 12px;
	background-size: 13px;
	padding: 3px;
	border-radius: 1px;
	position: relative;
	padding-left: 8px;
	font-size: 11.5px
}

.multi-select-container--open .multi-select-menu,
.partnerFilter .multi-select-container .multi-select-menu {
	display: block;
	width: 100% !important;
	margin-top: 1px
}

td .termContent {
	line-height: 1;
	font-size: 12px !important;
	padding-left: 25px;
	display: inline-block;
	line-height: 2
}

.content-modal {
	padding-bottom: 80px;
	padding-top: 0;
	box-shadow: none;
	background: transparent
}

.content-modal-body {
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0 0 10px #000
}

.modal .form-area {
	margin-bottom: 80px !important
}

.partnerFilter span.multi-select-button {
	background: #fff url(/sites/default/files/common_page/images/blue-down-arrow.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 98% 14px;
	padding-right: 30px;
	display: none
}

.filterMessage {
	display: none;
	color: #747474;
	font-size: 18px;
	text-align: center
}

.filterMessage.on {
	display: block
}

@media screen and (min-width:1025px) {
	.me-common-top .inner-top-banner {
		background: url("/sites/default/files/common_page/images/pace-index-banner.jpg") no-repeat !important
	}
}

@media screen and (max-width:1025px) {
	.me-common-top .inner-top-banner {
		background: url("/sites/default/files/common_page/images/pace-index-banner-mobile.jpg") no-repeat !important
	}
	.partnerFilter .multi-select-menu {
		margin-top: 10px
	}
	.partnerFilter .multi-select-menuitem {
		width: 33%
	}
	#header-mainsec .headerinner {
		padding-top: 10px !important
	}
	#commonHeader {
		height: 73px !important;
		min-height: 73px
	}
	.content-modal {
		top: 80px
	}
	.breadcrumb-strip {
		display: none
	}
	header {
		min-height: 73px
	}
	#estimate,
	#estimate tr,
	#estimate tbody {
		display: block;
		width: 100%
	}
	#estimate td,
	#estimate th {
		display: block;
		width: 100%;
		padding: 6px 12px;
		box-sizing: border-box
	}
	.case-solution {
		min-height: auto !important
	}
}

@media screen and (max-width:1100px) {
	.case-solution {
		width: 100%;
		margin: 10px 10px 10px 0;
		max-width: 100%;
		flex: 100%
	}
	.pace_content p,
	.tabs .content section .pace_content h2 {
		padding: 0 10px
	}
	.top_box {
		min-height: 220px
	}
}

@media screen and (max-width:992px) {
	.case-solution,
	.tabs ul {
		width: 100%
	}
	.partnerFilter .multi-select-menuitem {
		width: 35%;
		font-size: 13px;
		padding: 10px 40px
	}
	.partnerFilter .multi-select-menu {
		max-height: 1200px !important
	}
	.top_box {
		min-height: auto
	}
	.tabs ul li label {
		font-size: 16px !important
	}
	.partnerFilter .multi-select-container {
		display: block
	}
	.tablink {
		width: 32%
	}
	.overlaybg.open {
		padding: 5px
	}
	.case-solution {
		padding: 0;
		box-sizing: border-box
	}
	.tabs {
		padding: 30px 10px
	}
	.formlabel {
		min-width: 140px
	}
	#SalesAgentForm .tsBasic td,
	#SalesAgentForm .tsBasic th {
		padding: 8px 10px
	}
	.btn-large {
		margin: 6px 5px;
		width: 180px !important;
		box-sizing: border-box
	}
}

@media screen and (max-width:800px) {
	.tabs ul {
		display: flex
	}
	body .btn {
		margin: 10px 5px
	}
	.tabs ul li {
		width: 25%
	}
	.tablink {
		width: 48%
	}
}

@media screen and (max-width:600px) {
	.tablink {
		width: 100%
	}
	.partnerFilter .multi-select-button {
		width: 90%
	}
	.contact_link .per30-btn,
	.contact_link .per70-btn {
		width: 50% !important
	}
}

@media screen and (max-width:500px) {
	.pace_content {
		text-align: center
	}
	.partnerFilter .multi-select-menuitem {
		width: 100%;
		font-size: 13px;
		padding: 10px 40px
	}
	.tab-heading.sticky-head ul li label {
		font-size: 13px !important
	}
}