/*MENU CSS START HERE*/

.secondary-nav {
	background:#2cbed2;
	bottom: 0;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
	height: 100vh;
	left: auto;
	margin: 0;
	opacity: 0;
	overflow: auto;
	padding: 20px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translate(350px, 0px);
	-webkit-transform: translate(350px, 0px);
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	visibility: hidden;
	width: 400px;
	z-index: 113;
}
.secondary-nav .main-nav {
  background-color:transparent;
  height: auto;
  opacity: 1;
  padding: 20px 0;
  position: relative;
  text-align: left;
  visibility: visible;
	top:0;
}
.secondary-nav .main-nav > ul {
  display: block;
	width: auto;
	height: auto;
	position: relative;
}
.secondary-nav .main-nav > ul > li > a {
	padding: 10px 0;
	color:#fff;
}
.secondary-nav .main-nav > ul > li > a.menu-button {
    padding: 8px 20px;
	color:#2cbed2;
	background-color:#fff;
	border-color:#fff;
}
.submenu-links li {
  border-bottom: 1px solid rgba(1, 184, 217, 0.2);
  color: rgb(44, 190, 210);
  padding: 8px 10px;
}
.submenu-links li:last-child{border:none}
.secondary-nav .main-nav > ul > li {
	color: #ffffff;
	display: block;
	margin: 0;
	position:relative;
	border-top:1px solid rgba(255, 255, 255, 0.1);
}
.secondary-nav .main-nav > ul > li:last-child {
  padding: 15px 0 0;
}
.main-nav > ul > li > a {
	padding: 10px 15px;
}
.logo-device {
	padding: 10px 0 0;
}
.toggled-left .secondary-nav {
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	visibility: visible;
}
.toggle-nav {
	height: 34px;
	position: relative;
	width: 34px;
}
.nav-togal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 112;
	float: right;
}
.nav-togal span {
	background-color: #ff3957;
	display: block;
	height: 4px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 20px;
}
.nav-togal span::after,
.nav-togal span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ff3957;
	content: ""
}
.nav-togal span::before {
	top: -8px
}
.nav-togal span::after {
	bottom: -8px
}
.mobile-overlay {
	background: rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 8;
	height: 100vh;
}
.toggled-left .mobile-overlay {
	opacity: 1;
	visibility: visible;
}
.toggled-left {
	overflow: hidden;
}
.closebtn {
  height: 44px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 44px;
	cursor: pointer;
}
.closebtn span {
  display: block;
  height: 30px;
  margin: 8px auto 0;
  position: relative;
  width: 30px;
}
.closebtn span::before, .closebtn span::after{
  background-color: #fff;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  top:13px;
}
.closebtn span::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.closebtn span::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dropdown_link::before {
  border:6px solid transparent;
  border-top-color:#fff;
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
}
.subnavigation {
  background-color: #ffffff;
  display: none;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
}
.is-current .subnavigation {
  display: block;
}
.submenu-links a:hover {
  color: #222222;
}
/*MENU CSS END HERE*/











.rfq-wrapper {
	/*	max-width: 1440px;*/
	background: #fff;
	margin: 1%;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
/*
.page-fixed .rfq-wrapper {
	margin: 2%;
}*/

.header {
	background: #fff;
	display: table;
	padding: 15px 2%;
	width: 100%;
	position: relative;
}

#logo {
	margin: 0;
	position: relative;
}
#logo svg {
  display: block;
}
.backto {
	margin-top: 10px;
	margin-right: 28px;
	color: #3ecadd;
	float: right;
	position: relative;
}

.backto::after {
	background: url("../img2/back-to-home-icn.png") no-repeat scroll 0 0;
	content: "";
	height: 15px;
	position: absolute;
	right: -27px;
	top: 4px;
	width: 17px;
}

.backto a {
	color: inherit;
}

.banner {
	height: 210px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#2c3035;
	background-image:url("../../img2/rfq-bg.jpg");
}

.banner-txt {
	padding: 30px 0px;
	position: relative;
	text-align: center;
}

.banner-txt:after,
.banner-txt:before {
	content: normal;
	background: rgba(255, 255, 255, 0.25);
	height: 100%;
	width: 1px;
	position: absolute;
	right: 30%;
	bottom: 0;
}

.banner-txt:before {
	right: auto;
	left: 0;
}

.banner-txt h2 {
	color: #fee038;
	font-size: 48px;
}

.banner-txt p {
	line-height: 1.6;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.banner-txt p strong {
	font-weight: 600;
}

.content-rfq .left-content li {
	display: block;
	margin: 50px auto;
	text-align: center;
}

.main-conatiner .grid:last-child {
	padding: 0 0 0 10px;
	width: 340px;
}

.main-conatiner {
	background-color: #ffffff;	
	display: table;
	padding: 30px;
	width: 100%;
}

.main-conatiner .grid {
	display: table-cell;
	vertical-align: top;
}

.form-wrapper {
	background: #fafafa;
	padding: 30px 30px;
	position: relative;
	box-shadow:4px 0 40px rgba(100, 99, 98, 0.25);
    margin:-70px 0 0 0;
    border-radius:10px;
}
.files-wrapper{
    background-color: #fff;
}
/*.white-wrap {
	background: #fff;
	padding: 30px 30px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}*/
.enquiry-content .form-wrapper {
	margin: -30px 0 0 0;
}
.main-content {
	margin: 0px auto 0;
	max-width: 980px;
}

.form-wrapper p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.form-wrapper p a {
	color: #ff4c65;
	text-decoration: underline;
}

.form fieldset {
	border:solid 2px #8F8F8F;
	padding: 3px 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 25px;
    background-color:#fff;
}

.form .mandate {
	position: absolute;
	right: 20px;
	transform: translateY(-50%);
	top: 50%;
	background: #f2f2f2;
	border-radius: 2px;
	padding: 4px 6px;
	line-height: 1;
	color: #999999;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.form fieldset.error {
	border-color: #ff4c65;
}

.form fieldset.error {
	-webkit-animation: moltinShake .4s ease-in-out .1s normal forwards 1 running;
	animation: moltinShake .4s ease-in-out .1s normal forwards 1 running
}

@-webkit-keyframes moltinShake {
	12.5% {
		-webkit-transform: translateX(-6px) rotateY(-5deg);
		transform: translateX(-6px) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(5px) rotateY(4deg);
		transform: translateX(5px) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-3px) rotateY(-2deg);
		transform: translateX(-3px) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(2px) rotateY(1deg);
		transform: translateX(2px) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes moltinShake {
	12.5% {
		-webkit-transform: translateX(-6px) rotateY(-5deg);
		transform: translateX(-6px) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(5px) rotateY(4deg);
		transform: translateX(5px) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-3px) rotateY(-2deg);
		transform: translateX(-3px) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(2px) rotateY(1deg);
		transform: translateX(2px) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.form fieldset.error .mandate {
	background: #ff4c65;
	color: #fff;
}

.form fieldset label {
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 1;
	color: #909090;
	font-size: 14px;
	pointer-events: none;
	transform: translate3d(0px, 14px, 0px) scale(1);
	-webkit-transform: translate3d(0px, 14px, 0px) scale(1);
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-webkit-transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 15px;
	padding: 0 5px;
	background-color: #fff;
}

.form fieldset.field-focused label,
.form fieldset.default-open label,
.form fieldset.has-value label {
	transform: translate3d(0px, 0px, 0px) scale(0.75);
	-webkit-transform: translate3d(0px, 0px, 0px) scale(0.75);
	top: -6px;
}

.form fieldset.field-focused {
	border-color: #3ecadd;
}

.form input[type="text"],
.form select,
.form textarea {
	border: none;
	background: none;
	color: #909090;
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	display: block;
	height: 34px;
	padding: 5px 0;
	width: 100%;
}

.browsefile {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	height: auto;
	padding: 12px;
	width: 100%;
}

.morefiles {
	position: relative;
	margin: 10px 0;
}

.remove-txt {
	background-color: #222222;
	border-radius: 4px;
	font-size: 0;
	height: 30px;
	position: absolute;
	right: -10px;
	top: 10px;
	width: 30px;
}

.remove-txt:hover {
	background-color: #000;
}

.remove-txt:after {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
}

.morefiles > div {
	margin-bottom: 10px;
	position: relative
}

.morefiles input[type="file"] {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	height: auto;
	padding: 12px;
	width: 100%;
}

.add-more {
	background-color: #666666;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	padding: 7px 15px;
}

.remove-txt::after {
	color: #ffffff;
	content: "+";
	font-size: 30px;
	left: 8px;
	position: absolute;
	top: -7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.add-more:hover {
	background-color: #000;
}

.mendtry {
	float: right;
	font-size: 14px;
	padding: 0 0 5px 5px;
	color: #888;
}

.form fieldset fieldset {
	margin: 0
}

.form select {
	background-color: #ffffff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAI0lEQVQImWOYMmXKf2IwAwMDAwNRimCAKEW4FGNVhK4YXRwAe5JR6xMYuYgAAAAASUVORK5CYII=");
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	border-radius: 4px;
	font-size: 15px;
	padding-right: 30px;
	line-height: 20px;
}

.form textarea {
	height: 80px;
}

.form input[type="submit"],
a.btn {
	border-radius: 4px;
	padding: 16px 30px;
	margin: 0;
	cursor: pointer;
	border: none;
	background: #ff4c65;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	display: block;
	min-width: 300px;
	/*margin: 0 auto;*/
	font-weight: 600;
	margin-top:10px;
}

.form input[type="submit"]:hover,
a.btn:hover {
	background: #3ecadd;
}

a.btn {
	display: table;
	margin: 0 auto;
}

.form .file-button {
	border: none;
	background: #f1f3f5;
	position: relative;
	padding: 35px;
	text-align: center;
	color: #333333;
	font-weight: 600;
	width: 160px;
	height: 90px;
	border-radius: 3px;
}

.form .file-button:hover {
	background: #3ecadd;
	cursor: pointer;
	color: #fff;
}

.form .file-button input[type="file"] {
	opacity: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
}

.form h3 {
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin: 10px 0;
}
.top-head {
  background-color: #888888;
  border-radius: 3px;
  color: #ffffff;
  font-family: open sans;
  font-size: 14px;
  height: 48px;
  margin-bottom: 25px;
  padding: 14px 20px;
}
.files-wrapper ul,
.form .file-button {
	display: inline-block;
	vertical-align: top;
}

.files-wrapper li {
	display: inline-block;
	border-radius: 3px;
	border: solid 1px #bbbbbb;
	padding: 15px;
	vertical-align: top;
	margin-right: 21px;
	position: relative;
}

.removeUploaded {
	background: #ffffff;
	border: 1px solid;
	border-radius: 50%;
	font-size: 11px;
	height: 20px;
	padding: 0;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -7px;
	vertical-align: top;
	width: 20px;
}

.budget-slider {
	margin: 25px 0;
}

.recommended {
	cursor: pointer;
	border-radius: 3px;
	margin: 30px 0;
	position: relative;
	padding: 10px 20px;
	color: #fff;
	height: 44px;
	border:solid 2px #888;
	background-color:#888;
}

.triger {
	font-size: 14px;
}

.expend {
	float: right;
	font-size: 14px;
	padding: 0 20px 0 0;
	position: relative;
}

.open .expend {
	font-size: 0;
}

.expend::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 8px;
	border: 8px solid transparent;
	border-top-color: #fff;
	border-width: 6px 5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.open .expend::after {
	top: 0;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.triger .arrows {
	margin-left: 10px;
	margin-top: 9px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	height: 7px;
	transform: rotate(45deg);
	vertical-align: top;
	width: 7px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.triger.open .arrows {
	margin-top: 8px;
	transform: rotate(135deg);
}

.recommended .mandate {
	background: #fff;
}

.recommended-data {
	display: none;
}

.recommended-data.open {
	display: block;
}

.double-cell li {
	float: left;
	display: block;
	vertical-align: top;
	width: 48%;
}

.double-cell li:nth-child(2n) {
	clear: right;
	float: right;
}

.interested-listing {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.interested-listing li {
	float: left;
	clear: left;
	display: block;
	vertical-align: top;
	width: 48%;
	text-align: left;
	padding: 0;
	color: #1e1e1e;
	font-size: 14px;
	cursor: pointer;
	margin: 4px 0;
	position: relative;
}

.checkbox-lbl {
	cursor: pointer;
}

.interested-listing li:nth-child(even) {
	float: right;
	clear: right;
}

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

input,
select,
textarea {
	outline: none;
	font-family: inherit;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

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

input[type="text"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: transparent !important;
}

select::-ms-expand {
	display: none;
}


/**/

.enquiry-content {
	max-width: 50%;
	margin: 0 auto;
}


/*.enquuiry-content .form-wrapper {
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-top: none;
}*/

.enquiry-content .form-wrapper:before {
	content: normal;
}

.enquiry-content .banner-txt:after {
	right: 50%;
}

.company-addresses {
	background: #3ecadd;
	display: table;
	width: 100%;
	table-layout: fixed;
	color: #fff;
	margin-top: 100px;
}

.company-addresses a {
	color: inherit;
}

.company-addresses .address,
.company-addresses .map {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

.company-addresses .address {
	padding: 45px 55px;
}

.company-addresses .map {
	background: #15a1b4;
	width: 50%;
}

.company-addresses .map img {
	max-width: 100%;
}

.company-addresses h3 {
	color: inherit;
	font-size: 32px;
	font-weight: 600;
}

.company-addresses p {
	color: inherit;
	font-size: 19px;
	line-height: 2;
}

.company-addresses li {
	color: inherit;
	line-height: 1;
	font-size: 19px;
	margin: 15px 0;
}

.company-addresses li .phone,
.company-addresses li .email {
	background: url(../img2/phone-icn.png) no-repeat center center;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 10px;
}

.company-addresses li .email {
	background: url(../img2/attherate.png) no-repeat center center;
}

.btm-cta {
	text-align: center;
	margin: 50px auto;
	max-width: 570px;
}

.btm-cta h3 {
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.btm-cta p {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.social-links {
	text-align: center;
	padding: 70px 0;
}

.social-links ul {
	margin: 0px auto;
	display: block;
}

.social-links ul li {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	background: #3ecadd;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
}

.social-links ul li a {
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
}

.social-links ul li .svg {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	width: 24px;
	height: 24px;
}

.social-links ul li .svg img {
	max-width: 100%;
}

.social-links ul li:hover {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
}

.captchStart {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 220px;
}

.captchStart .captch,
.captchStart .refesh {
	display: inline-block;
	vertical-align: top;
}

.captchStart .refesh {
	padding-top: 5px;
}

.lgcase {
	display: none;
}

.form fieldset.noneBorder {
	border: none;
	padding: 0;
    background-color:transparent;
}


/*range-bar*/

.range-bar {
	background-color: #fff;
	margin: 55px auto 0;
	position: relative;
	width: 100%;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
}

.icon-Range-Arrow-right {
	background-image: url(../img2/retina/right.svg);
	background-repeat: no-repeat;
}

.icon-Range-Arrow-left {
	background-image: url(../img2/retina/left.svg);
	background-repeat: no-repeat;
}

.range-bar .arrow,
.range-bar .level {
	display: block;
}

.range-bar .arrow {
	position: absolute;
	top: -4px;
	width: 41px;
	height: 37px;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.range-bar .arrow.left {
	left: -45px;
}

.range-bar .arrow.right {
	right: -45px;
}

.range-bar .arrow:hover,
.range-bar .arrow:active {
	cursor: pointer;
	opacity: 0.7;
}

.range-bar .level {
	position: relative;
	width: 16.6667%;
	height: 28px;
	float: left;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.range-bar .level:hover,
.range-bar .level:active {
	background-color: #bbbbbb;
}

.range-bar .level.selected {
	background-color: #d0d0d0;
}

.range-bar .price {
	position: absolute;
	top: -40px;
	left: -33px;
	font-size: 0.9em;
	color: #999;
}

.range-bar .price.first {
	left: 0px;
}

.range-bar .price.last {
	left: auto;
	right: 0;
}



.range-bar .selected .margins {
	display: block;
}

.range-bar .selected:before,
.range-bar .selected:after {
	position: absolute;
	display: block;
	top: -12px;
	height: 52px;
	width: 8px;
	background: url(../img2/retina/drag.svg);
	content: "";
}

.range-bar .selected:before {
	left: -4px;
}

.range-bar .selected:after {
	right: -4px;
}

.formobile-budget {
	display: none;
}

.money-range a.checkbox {
	color: #b8b8b8;
	display: block;
	padding: 3px 0;
	margin-bottom: 10px;
	padding-left: 30px;
	cursor: pointer;
}

.icon-Checkbox-checked {
	background: url(../img2/retina/checked.svg) no-repeat 0 0;
}

.icon-Checkbox-unchecked {
	background: url(../img2/retina/uncheck.svg) no-repeat 0 0;
}

.about-profile {
	/*border-left: 1px solid #c7c7c7;*/
	padding: 0px 0 15px 20px;
	text-align: center;
}

.about-profile li {
	display: inline-block;
	margin:15px 20px;
	vertical-align: top;
	position:relative;
}
.about-profile li:hover img{
	opacity:0;
}
.about-profile li:hover .hover-img img{
	opacity:1;
}
.hover-img img{
  left: 0;
  position: absolute;
  top: 0;
  opacity:0;
}
.about-profile li:first-child {
	margin-top: 10px;
}

.bottom-page p {
	font-size: 15px;
}
.ftr-text a{
	color:#23abc9;
}

.bottom-page{
	display:table;
	width:100%;
}
.bottom-page .grid{
	display:table-cell;
	vertical-align: middle;
}
.bottom-page .grid:last-child{
	text-align: right;
}
.about-profile > h2 {
  color: #0c3b78;
  font-size: 24px;
  padding: 0 0 10px 23px;
  text-align: left;
}
.got-wrapper {
  /*border-left: 1px solid #c7c7c7;*/
  padding: 0 0 35px 40px;
}
.get-info {
  border-top: 1px solid #dddddd;
  max-width: 260px;
  padding: 20px 0 0;
}
.get-info > h2 {
  color: #222222;
  font-size: 15px;
}
.tick-mark-list > li::before {
  border: 2px solid #333;
  border-top:none;
  border-right:none;
	content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 14px;
}
.tick-mark-list > li {
  color: #333333;
  margin: 7px 0;
  padding: 0 0 0 28px;
  position: relative;
	font-size: 14px;
}
.text-link {
	text-decoration: underline;
	font-size: 15px;
	color:#222;
}

.bottom-page {
	padding: 10px 15px 50px;
	max-width: 1100px;
	margin: 0 auto;
}

.free-support {
  background-image: url("../img2/award-bg.png");
  height: 101px;
  padding: 25px 10px 10px;
  width: 251px;
}
.free-support > h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
	text-transform: uppercase;
}
.form-wrapper p.note-p {
  font-size: 14px;
  font-weight: normal;
  padding: 7px 0 0;
  text-align: left;
}
.ftr-text {
	font-size: 15px;
	padding: 10px 0 0 0;
}



/*REPONSIVE CSS HERE*/


/*tablet media*/

@media only screen and (max-width:1100px) {
	img {
		max-width: 100%;
	}
	.banner {
		background-size: cover;
	}
	.rfq-wrapper {
		margin: 0 auto;
	}
	.page-fixed .rfq-wrapper {
		margin: 0 auto;
	}
	.enquiry-content {
		max-width: 90%;
	}
	.form-wrapper {
		/*padding: 50px;*/
	}
	.form input[type="submit"],
	a.btn {
		min-width: inherit;
		font-size:18px;
	}
	.company-addresses .address,
	.company-addresses .map {
		width: 30%;
		padding: 10px;
	}
	.company-addresses .map {
		width: 70%;
	}
	.company-addresses h3 {
		font-size: 18px;
	}
	.company-addresses p,
	.company-addresses li {
		font-size: 14px;
	}
	.company-addresses {
		margin-top: 30px;
	}
	.btm-cta {
		padding: 25px 0;
		margin: 0 auto;
	}
	.btm-cta h3 {
		font-size: 22px;
	}
	.btm-cta p {
		font-size: 14px;
	}
	.social-links {
		padding: 10px 0;
	}
}

@media only screen and (max-width:1000px) {
	.range-bar .price {
		font-size: 0.7em;
	}
	.double-cell li {
		width: 100%;
	}
}

@media only screen and (max-width:1024px) {
    .expend{font-size:0;}
}
/*mobile media*/
@media only screen and (max-width: 990px) {
	.bottom-page .grid{display: block;text-align: center;}
	.bottom-page .grid:last-child{text-align: center;}
    .interested-listing li{float:none;width: auto}
    .interested-listing li:nth-child(2n){float:none;}
}
@media only screen and (max-width: 767px) {
    .form-wrapper,.enquiry-content .form-wrapper{margin:0 auto;}
	.about-profile > h2 {
  padding: 0 0 10px;
  text-align: center;
}
	.get-info {
  margin: 0 auto;
		
}
	.got-wrapper {
  padding: 0 0 35px;
}
	.main-conatiner {
  display: block;
}
	.bottom-page p{
		padding:5px 0;
	}
	.secondary-nav{width:100%;max-width:400px;}	
	.logo-device {padding: 0;}
	.closebtn {top: 20px;}
	img {
		max-width: 100%;
	}
	.rfq-wrapper {
		margin: 0 auto;
	}
	.page-fixed .rfq-wrapper {
		margin: 0 auto;
	}
	.backto {
		display: none;
	}
	.banner {
		height: auto;
		background-size: cover;
	}
	/*.main-content {
		margin: -260px auto 0;
	}*/
	.content-rfq {
		display: block;
		width: auto;
	}
	.content-rfq .left-content {
		display: none;
	}
	.content-rfq .right-content {
		margin-top: 0;
		width: auto;
	}
	.content-rfq .left-content,
	.content-rfq .right-content {
		float: none;
	}
	.banner-txt {
		padding: 15px;
	}
	.banner-txt h2 {
		font-size: 28px;
	}
	.banner-txt p {
		font-size: 14px;
	}
	.banner-txt:after,
	.banner-txt:before {
		content: normal;
	}
	.form-wrapper {
		padding: 10px;
	}
	.files-wrapper {
		text-align: center;
	}
	.files-wrapper ul {
		text-align: left;
	}
	.files-wrapper li {
		width: 24%;
		margin: 10px 1%;
		padding: 10px;
	}
	.double-cell li,
	.double-cell li:nth-child(2n),
	.interested-listing li,
	.interested-listing li:nth-child(2n) {
		float: none;
		display: block;
		width: auto;
	}
	.files-wrapper ul,
	.form .file-button {
		display: block;
	}
	.form input[type="submit"],
	a.btn {
		min-width: inherit;
		margin:0 auto;
	}
	.form-wrapper p.note-p {
  text-align: center;
}
	.enquiry-content {
		max-width: none;
		
	}
	.company-addresses {
		display: block;
		width: auto;
	}
	.company-addresses .address,
	.company-addresses .map {
		display: block;
		vertical-align: top;
		width: auto;
		padding: 10px;
	}
	.btm-cta {
		margin: 0;
		padding: 20px 0;
	}
	.btm-cta h3 {
		font-size: 22px;
	}
	.btm-cta p {
		font-size: 14px;
	}
	.social-links ul li {
		margin: 5px;
	}
	.social-links {
		padding: 10px;
	}
	.social-links ul li a {
		width: 45px;
		height: 45px;
	}
	.formobile-budget {
		display: block;
	}
	.fordesktop-budget {
		display: none;
	}
	.captchStart {
		position: static;
		transform: none;
		width: auto;
		margin-top: 15px;
		border-top: solid 1px #bbbbbb;
		padding-top: 10px;
	}
	.main-conatiner .grid {
		display: block;
	}
	.main-conatiner .grid:last-child {
		padding: 0;
		width: auto;
	}
	.about-profile {
		border-left: none;
		padding: 15px 0 35px;
	}
	.main-conatiner {
		padding: 0;
	}
	.white-wrap {
		padding: 0;
	}
	.bottom-text {
  text-align: center;
}
}


/* placeholders ---------------------- */
.form-wrapper ::-webkit-input-placeholder{color: #999999;opacity:1;}
.form-wrapper :-moz-placeholder {color: #999999;opacity:1;}
.form-wrapper ::-moz-placeholder {color:#999999;opacity:1;}
.form-wrapper :-ms-input-placeholder {color:#999999;opacity:1;}