﻿@import url("css.css");
@import url("css-1.css");
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: url(overlay-752df758c0fc34e6a6c0459a43d88fc37d622528b45468b6be5db2e95a0b86cd.png) repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

#colorbox {
	outline: 0
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -101px 0
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -130px 0
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -101px -29px
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -130px -29px
}

#cboxMiddleLeft {
	width: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) left top repeat-y
}

#cboxMiddleRight {
	width: 21px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) right top repeat-y
}

#cboxTopCenter {
	height: 21px;
	background: url(border-ad2bf3040b1fdcc57b24e2e7ead1c1e65607ecda5991df7ded746d17664fd65d.png) 0 0 repeat-x
}

#cboxBottomCenter {
	height: 21px;
	background: url(border-ad2bf3040b1fdcc57b24e2e7ead1c1e65607ecda5991df7ded746d17664fd65d.png) 0 -29px repeat-x
}

#cboxContent {
	background: #fff;
	overflow: hidden
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	margin-bottom: 28px
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494
}

#cboxLoadingGraphic {
	background: url(loading-646ef3b2d197aebb633ba93a32485e9b289956697f8e0658d4b642c1aae5997d.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: -75px -25px
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: -50px -25px
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(controls-32540d07148d051d94da8f37dd9e6ec931830ea92078eecd910e383a020394c6.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: -25px -25px
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.intl-tel-input {
	position: relative;
	display: inline-block
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input .hide {
	display: none
}

.intl-tel-input .v-hide {
	visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: white;
	border: 1px solid #CCC;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px
}

@media (max-width: 500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
	display: block;
	color: #000
}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
	vertical-align: middle
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
	margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container {
	right: auto;
	left: 0
}

.intl-tel-input.allow-dropdown .selected-flag {
	width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
	display: table
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
	padding-left: 76px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
	width: 70px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
	padding-left: 84px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 78px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
	padding-left: 92px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 86px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
	padding-left: 100px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
	width: 94px
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px
}

.intl-tel-input.iti-container:hover {
	cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px 10px;
	line-height: 1.5em
}

.iti-flag {
	width: 20px
}

.iti-flag.be {
	width: 18px
}

.iti-flag.ch {
	width: 15px
}

.iti-flag.mc {
	width: 19px
}

.iti-flag.ne {
	width: 18px
}

.iti-flag.np {
	width: 13px
}

.iti-flag.va {
	width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-size: 5630px 15px
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0px 0px
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0px
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0px
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0px
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0px
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0px
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0px
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0px
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0px
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0px
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0px
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0px
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0px
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0px
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0px
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0px
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0px
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0px
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0px
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0px
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0px
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0px
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0px
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0px
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0px
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0px
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0px
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0px
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0px
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0px
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0px
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0px
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0px
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0px
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0px
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0px
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0px
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0px
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0px
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0px
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0px
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0px
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0px
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0px
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0px
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0px
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0px
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0px
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0px
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0px
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0px
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0px
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0px
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0px
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0px
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0px
}

.iti-flag.cy {
	height: 13px;
	background-position: -1225px 0px
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0px
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0px
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0px
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0px
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0px
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0px
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0px
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0px
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0px
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0px
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0px
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0px
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0px
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0px
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0px
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0px
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0px
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0px
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0px
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0px
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0px
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0px
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0px
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0px
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0px
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0px
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0px
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0px
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0px
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0px
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0px
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0px
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0px
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0px
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0px
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0px
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0px
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0px
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0px
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0px
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0px
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0px
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0px
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0px
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0px
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0px
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0px
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0px
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0px
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0px
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0px
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0px
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0px
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0px
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0px
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0px
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0px
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0px
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0px
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0px
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0px
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0px
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0px
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0px
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0px
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0px
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0px
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0px
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0px
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0px
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0px
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0px
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0px
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0px
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0px
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0px
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0px
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0px
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0px
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0px
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0px
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0px
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0px
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0px
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0px
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0px
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0px
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0px
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0px
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0px
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0px
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0px
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0px
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0px
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0px
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0px
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0px
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0px
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0px
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0px
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0px
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0px
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0px
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0px
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0px
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0px
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0px
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0px
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0px
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0px
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0px
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0px
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0px
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0px
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0px
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0px
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0px
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0px
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0px
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0px
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0px
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0px
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0px
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0px
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0px
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0px
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0px
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0px
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0px
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0px
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0px
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0px
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0px
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0px
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0px
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0px
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0px
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0px
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0px
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0px
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0px
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0px
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0px
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0px
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0px
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0px
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0px
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0px
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0px
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0px
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0px
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0px
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0px
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0px
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0px
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0px
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0px
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0px
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0px
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0px
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0px
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0px
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0px
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0px
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0px
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0px
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0px
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0px
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0px
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0px
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0px
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0px
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0px
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0px
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0px
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0px
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0px
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0px
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0px
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0px
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0px
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0px
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0px
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0px
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0px
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0px
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0px
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0px
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0px
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0px
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0px
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0px
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0px
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0px
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0px
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0px
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0px
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0px
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0px
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0px
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("flags-ea345ff7863ddb3bf9e2d80c066db29f9e5ffbb5ed4321430b799bef1e2b18ba.png");
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-image: url("flags2x-831525c0ee71bf00b3c20d8391a7cca3a03a00931a2526ed39bcb1abd27e38c8.png")
	}
}

.iti-flag.np {
	background-color: transparent
}

body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
article,
p,
ul,
li {
	padding: 0;
	margin: 0;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	line-height: 0px;
	font-family: 'Open Sans', sans-serif
}

a,
img,
button,
input[type=submit] {
	text-decoration: none;
	outline: none;
	border: 0
}

a {
	display: inline-block
}

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

.container {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px
}

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

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

.clear,
section {
	clear: both;
	display: block
}

.col-1 {
	width: 8.333333333333333%
}

.col-2 {
	width: 16.66666666666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333333333333%
}

.col-5 {
	width: 41.66666666666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333333333%
}

.col-8 {
	width: 66.66666666666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333333333333%
}

.col-11 {
	width: 91.66666666666667%
}

.col-12 {
	width: 100%
}

.col-12-5 {
	width: 20%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
	float: left
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.visible-xs {
	display: none
}

.hidden-xs {
	display: block
}

.visible-mob {
	display: none
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left !important
}

.transform-X,
.slider-content,
.next-cont {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.transform-y,
.overview-content,
.right-spec p,
.download-content,
.number-cont {
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.transform-xy,
.floor-cover img {
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translateY(-50%, -50%)
}

.border-radius-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.border-radius-corner {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px
}

.transition,
.fixed {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.list-cont .expand {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.intl-tel-input {
	width: 100%
}

.img-responsive {
	max-width: 100%
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div,
a {
	line-height: 26px;
	letter-spacing: 0.5px
}

ul {
	padding-left: 0px
}

li {
	list-style: none
}

section {
	float: left;
	width: 100%;
	padding: 80px 0px
}

.clearfix {
	clear: both
}

body {
	font-family: 'Gothic A1', sans-serif
}

img {
	max-width: 100%
}

.bx-viewport {
	height: 100% !important
}

.clearfix {
	clear: both;
	display: block
}

#header {
	z-index: 99999;
	padding: 0px 0px;
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px grey
}

#header a {
	color: #222021;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 12px;
	cursor: pointer;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 700;
	padding-bottom: 5px
}

#header a:last-child {
	margin-right: 0px
}

#header a.active {
	font-family: 'Gothic A1', sans-serif;
	border-bottom: 2px solid #ed5370
}

.navigation-cont {
	padding: 7px 0px 0px 0px;
	color: #fff
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.header-cont-right {
	float: right
}

.main-nav {
	float: left;
	width: 100%;
	text-align: right
}

#header .header-left img {
	position: relative
}

.cover {
	z-index: 0;
	border-left: 0px;
	padding: 3px 0px 11px;
	margin-top: 0px;
	float: right
}

.last-logo {
	float: right;
	margin: 20px 0px 0px 20px
}

#header.fixed {
	background: #fff;
	border-bottom: 1px solid #ddd
}

#header .container {
	position: relative
}

.header-left {
	padding-top: 20px
}

a.ebro1 {
	background: #ed5370;
	font-size: 14px !important;
	line-height: 24px;
	padding: 7px 10px 5px 10px;
	color: #fff !important;
	margin-top: 10px
}

.headerFormContainer {
	display: none;
	position: absolute;
	right: 20px;
	border: 1px solid #ddd;
	top: 50px;
	padding: 25px 20px;
	width: 310px;
	background: #fff
}

.contactDiv {
	float: right;
	width: auto;
	position: relative;
	padding-top: 13px
}

.contactNo img,
.contactNo span,
.enquire-now,
.contactNo,
.call_me {
	float: left;
	line-height: 35px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 16px;
	color: #000
}

.contactNo {
	margin-right: 20px
}

.contactNo img {
	height: 13px;
	margin: 6px 10px 0px 0px
}

.mob-call-icon {
	display: none
}

.call_me .selldof .form-group,
.sell_do_virtual_numbers {
	margin-bottom: 0px !important
}

.sell_do_virtual_numbers {
	color: #fff
}

input.sell_do_form_control {
	border-radius: 0px;
	background: #fff;
	color: #000
}

.selected-flag {
	background: #fff
}

.sell_do_input_verify_c input.sell_do_form_control {
	margin-top: -4px
}

.sell_do_input_verify_c.form-group {
	margin-right: 133px
}

.sell_do_verify_btn_c {
	position: absolute;
	right: 129px;
	top: 19px
}

.headerFormContainer .sell_do_verify_btn_c {
	right: 56px
}

form.sell_do_verify_container.selldof label {
	position: absolute;
	top: -11px
}

input.sell_do_ctc_btn {
	background: #ddd;
	border-radius: 0px;
	margin: 0px;
	padding: 4px 10px;
	margin-top: -1px
}

.enquire-now,
.sell_do_ctc_btn {
	background: #ed5370;
	padding: 1px 20px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 0px;
	line-height: 35px;
	border-radius: 0px;
	color: #fff;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 600
}

.close-btn,
.close-btn1 {
	display: none
}

.selldof .title {
	line-height: 25px;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-size: 16px !important;
	color: #000
}

.headerFormContainer .selldof .title {
	display: none
}

.selldof label {
	display: none !important
}

.right-header input.sell_do_ctc_btn,
.sell_do_verify_btn,
a.sell_do_verify_resend_link {
	border-radius: 0px !important;
	height: 33px !important;
	border: 0px !important;
	background: #993231 !important;
	color: #fff !important
}

a.sell_do_verify_resend_link {
	display: inline-block;
	margin-top: 0px !important;
	vertical-align: top;
	padding: 10px 10px;
	line-height: 14px;
	text-transform: capitalize
}

.inline .selldof .form-control,
.inline .sell_do_form_control {
	height: 35px !important
}

.selldof .form-control,
.sell_do_form_control {
	border-radius: 0px !important
}

.sell_do_ctc_btn_c,
.sell_do_btn_verify_c {
	margin-left: 0px !important
}

.header-cont-right .selldof .btn,
.header-cont-right .sell_do_ctc_btn,
.header-cont-right .selldof .btn,
.header-cont-right .selldof .sell_do_verify_btn {
	color: #fff;
	background: #000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 20px 3px 25px
}

input.sell_do_ctc_btn {
	background: #50bd6a !important;
	color: #fff4f4 !important;
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	height: 35px;
	margin-top: 0px;
	border: 1px solid #d28e26;
	border-left: 0px;
	font-family: 'Open Sans', sans-serif
}

.selldof .help-block {
	position: absolute;
	top: 40px
}

.sell_do_form_container .selldof .help-block {
	top: 24px;
	position: absolute;
	width: 100%;
	left: 14px
}

.sell_do_input_verify_c.form-group {
	margin-top: -30px
}

a.sell_do_verify_resend_link,
input.sell_do_verify_btn {
	padding: 1px 8px !important;
	font-size: 10px !important;
	line-height: 21px;
	height: 24px !important;
	margin-top: -5px
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	color: #fff !important;
	background: #000 !important
}

.header-cont-right .thankyou {
	font-size: 12px;
	color: #000;
	margin-top: 9px
}

.header-cont-right .headerFormContainer .thankyou {
	font-size: 14px;
	color: #000;
	margin-top: 9px;
	text-align: center
}

.enquireform-innerwrapper h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #ed5370;
	font-size: 16px;
	line-height: 26px
}

.form-field-wrapper {
	position: relative
}

.form-field-wrapper input,
.form-field-wrapper select {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #444
}

label.error {
	position: absolute;
	left: 0px;
	font-size: 9px;
	color: red;
	top: 28px
}

div#form_success {
	text-align: center;
	font-size: 16px
}

input.submit {
	background: #ed5370;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #ed5370
}

.downloadflor {
	display: inline-block !important;
	text-transform: capitalize;
	font-weight: 500;
	padding: 15px 20px;
	text-align: center;
	cursor: pointer;
	background: #ed5370;
	color: #fff;
	clear: both;
	line-height: 9px !important;
	font-size: 15px
}

#form_success2 {
	text-align: center;
	display: none;
	padding: 115px 50px 50px
}

.intl-tel-input .flag-container {
	margin: 1px
}

.banner-cont {
	padding: 0px
}

/*.slide1 {
	background: url("desktop-banner-2-8c6d7ec3cdff7fdd93c476a5908b63cdb7fb98ef6107f8500a54aa4f9bde9473.jpg")
}

.slide2 {
	background: url("slider-2-new-f16da6ba3ab35a37ba4b6c623cce94e91dd3c3bc02b9431c2973b174109edc3f.jpg")
}

.slide3 {
	background: url("Slider03-027eef680fffa7d33a433a25ede28a579fc0f6a2d347d9b52e00890c65b3b917.jpg")
}

.slide4 {
	background: url("Slider04-29f0d75a8ec63165ff9badf14a1b439f09d23f446c4c5b68a66c26f22d5220ed.jpg")
}

.slide5 {
	background: url("Slider05-f50cdaaaac0796283947c4f8e73dd51b3d28551ae63d87894969499e4d5dbc21.jpg")
}

.slide6 {
	background: url("Slider06-773911fb6e166335c1a75036ad1837f7c06c9cdc36d0cd29f39a4a794d8c966a.jpg")
}

.slide7 {
	background: url("Slider07-e66d8534fbab1d3f8ab07e383f99f2ad5c21ce26081c0221b49cf596466cfa2c.jpg")
}*/

.slide8 {
	background: url("../images/commercial/Satava3.jpeg");
	background-position: center
}

.slide {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center
}

.patch-1,
.patch-2 {
	position: absolute;
	width: 100%
}

.patch-1 {
	top: 0px
}

.patch-2 {
	bottom: 0px
}

.same-but {
	background: #000;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	padding: 12px 30px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
	text-align: center
}

.slide-text {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px
}

.slide-text h3 {
	color: #50b747;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
	text-transform: uppercase
}

.slide-text h3 span {
	font-size: 16px
}

.slide-text h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.slide-text.slidetext5 {
	background-color: transparent
}

.banner-cont .bx-wrapper {
	height: 100% !important
}

.banner-caption {
	position: absolute;
	top: 24%;
	left: 30%;
	color: #fff;
	text-transform: uppercase
}

.tagline-1 {
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.tagline-2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	padding-bottom: 20px
}

.tagline-3 {
	font-size: 26px;
	line-height: 35px;
	border: 2px solid #fff;
	display: inline-block;
	text-align: center;
	text-transform: none;
	background-color: #1076E5;
	color: #fff;
	margin: 0px 5px 0 0
}

.tagline-3 span {
	background-color: #fff;
	color: #1076E5;
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	font-size: 24px
}

.all-incl {
	font-size: 14px !important;
	line-height: 22px;
	font-weight: normal !important
}

.down-arrow {
	display: block;
	width: 4%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	cursor: pointer;
	z-index: 99
}

.floating {
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	cursor: pointer
}

@keyframes floating {
	0% {
		transform: translateY(0%)
	}
	50% {
		transform: translateY(20%)
	}
	100% {
		transform: translateY(0%)
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%)
	}
	50% {
		-webkit-transform: translateY(20%)
	}
	100% {
		-webkit-transform: translateY(0%)
	}
}

.slide-text .same-but {
	margin-top: 20px
}

.slidetext1 {
	position: absolute;
	left: 18%;
	bottom: 200px;
	display: inline-block
}

.slidetext3 {
	position: absolute;
	left: 18%;
	bottom: 200px;
	display: inline-block
}

.slidetext4 {
	position: absolute;
	right: 18%;
	bottom: 200px;
	display: inline-block
}

.slidetext5 {
	position: absolute;
	bottom: 12%;
	display: inline-block
}

.slidetext5 {
	left: 2%;
	right: inherit !important;
	display: flex;
	flex-direction: column
}

.slide-text.slidetext5 img {
	max-width: 200px;
	height: auto
}

.banner-cont .bx-has-pager {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.banner-cont .bx-pager-item {
	display: block;
	margin-top: 5px
}

.banner-cont .bx-pager-item a {
	font-size: 0px;
	height: 13px;
	width: 13px;
	background: #fff;
	border-radius: 50%;
	margin: 0px 5px
}

.banner-cont .bx-pager-item a.active {
	background: #ed5370
}

.scroll-cont {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 700;
	text-align: center;
	bottom: 20px
}

.scroll-cont img {
	height: 20px
}

.btn {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
	color: #000;
	border: 1px solid #ccc;
	margin: 5px 0;
	text-align: left
}

.active-pro {
	background-color: #ed5370;
	color: #fff
}

.pro-content {
	text-align: left;
	padding-left: 50px
}

.pro-content p {
	padding: 5px 0
}

.pro-content ul {
	margin: 10px 0;
	padding-left: 20px
}

.pro-content ul li {
	color: #6b6b6b;
	font-size: 16px;
	line-height: 24px;
	list-style-type: disc
}

.downloadBro-ami {
	margin: 20px 0 0
}

.img1,
.img2 {
	vertical-align: top
}

.img2 {
	display: none
}

.active-pro .img1 {
	display: none
}

.active-pro .img2 {
	display: inline-block
}

.overview-cont,
.flat-cont {
	background: #f1f7f3;
	text-align: center
}

.flat-cont {
	padding: 80px 0 50px
}

.same-design h6 {
	font-size: 22px;
	font-family: 'Gothic A1', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	display: inline-block
}

.same-design h6::before,
.flooring-plan h2::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 45%;
	transform: translateY(-50%);
	height: 40px;
	width: 5px;
	background-color: #ed5370
}

.same-design h2,
.same-design h1 {
	font-size: 32px;
	font-family: 'Gothic A1', sans-serif;
	line-height: 38px;
	color: #000;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.same-design p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #6b6b6b
}

.same-design h4 {
	color: #545454;
	font-weight: 600;
	margin-bottom: 25px
}

.highlight-cont {
	padding: 0px
}

.highlight-cont h2,
.whyinvest-cont h2 {
	display: inline-block;
	position: relative
}

.highlight-cont h2::before,
.whyinvest-cont h6::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 45%;
	transform: translateY(-50%);
	height: 40px;
	width: 5px;
	background-color: #ed5370
}

.highlight-cont h2,
.amenities-cont h2,
.floor-plan h2,
.video-cont h2,
.whyinvest-cont h2,
.construction-box h2 {
	color: #000
}

.left-highlight img {
	width: 100%;
	display: block
}

.right-highlight {
	padding: 50px 0px 50px 70px
}

.right-amenities {
	padding: 20px 0 50px 70px
}

.right-highlight ul {
	margin-top: 20px;
	float: left;
	width: 100%
}

.right-highlight ul li {
	width: 50%;
	float: left
}

.right-highlight span {
	float: left;
	width: 18%;
	display: inline-block;
	height: 100px
}

.right-highlight h5 {
	float: left;
	width: 82%;
	font-size: 18px;
	line-height: 22px;
	padding-left: 10px;
	margin-top: 5px;
	color: #6b6b6b;
	font-weight: 600
}

.right-highlight .same-but {
	background: #ed5370
}

.right-highlight a {
	margin-right: 10px
}

.downloadBro {
	background-color: #fff !important;
	color: #ed5370;
	border: 1px solid #ed5370
}

.bg-green {
	background: #ed5370 !important;
	color: #fff
}

.bg-pink {
	background-color: #ed5370 !important;
	color: #fff
}

.amenities-cont,
.specification-cont {
	padding: 0px
}

.left-amenities img {
	width: 100%;
	display: block
}

.location-tab,
.location-tab1 {
	margin-top: 40px
}

.location-tab li,
.location-tab1 li {
	display: inline-block;
	position: relative
}

.location-tab li:after,
.location-tab1 li:after {
	content: "|";
	display: inline-block;
	margin: 0px 20px
}

.location-tab li:last-child:after,
.location-tab1 li:last-child:after {
	display: none
}

.location-tab li a,
.location-tab1 li a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 3px 5px 3px;
	border-bottom: 4px solid transparent
}

.location-tab li a.active-tab,
.location-tab1 li a.active-tab1 {
	color: #000;
	border-bottom: 4px solid #ed5370
}

.location-tab-container ul,
.location-tab-container1 ul {
	margin-top: 30px;
	margin-bottom: 40px
}

.location-tab-container ul li,
.location-tab-container1 ul li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #6b6b6b
}

.location-tab-container ul li:before,
.location-tab-container1 ul li:before,
.ame-list ul li:before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 3px;
	background: #6b6b6b;
	position: absolute;
	left: 0;
	top: 13px
}

.ame-list {
	padding: 10px 0
}

.ame-list ul li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #6b6b6b
}

.right-amenities h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px
}

#specification {
	background-color: #f1f7f3
}

.right-specification {
	padding: 70px 30px 0px 18%
}

.specification-cont .location-tab1 li:after,
.specification-cont .location-tab1 li a {
	color: #000
}

.specification-cont .location-tab-container1 ul li:before {
	background: #fff
}

.specification-cont .location-tab1 li a.active-tab1 {
	color: #000;
	border-bottom: 4px solid #ed5370;
	font-weight: 800
}

.specification-cont .location-tab-container1 ul li {
	color: #6b6b6b;
	position: relative;
	padding-left: 15px
}

.specification-cont .location-tab-container1 ul li:before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 3px;
	background: #6b6b6b;
	position: absolute;
	left: 0;
	top: 13px
}

.location-tab1 li:after {
	margin: 0px 16px
}

.floor-plan {
	background: #f1f7f3
}

.floor-plan,
.video-cont {
	text-align: center
}

.location-tab-container2 {
	display: none
}

.location-tab-container2.active {
	display: block
}

.location-tab2 li:last-child:after {
	display: none
}

.flat-cont iframe {
	margin-bottom: 40px;
	margin-top: 50px
}

.flooring-plan {
	float: left;
	width: 100%;
	border-bottom: 2px solid gray
}

.flooring-plan h2 {
	display: inline-block;
	float: left;
	font-size: 24px;
	position: relative
}

.flooring-plan .floor-hide {
	float: right;
	position: relative;
	bottom: -15px
}

.flooring-plan .location-tab2 li {
	display: inline-block;
	margin: 0 10px
}

.flooring-plan ul li span {
	color: #ed5370;
	font-weight: 700;
	font-size: 20px;
	margin-right: 15px
}

.flooring-plan ul li a,
.flooring-plan ul li select {
	border: 1px solid gray;
	border-radius: 8px;
	padding: 10px 20px;
	color: #444444;
	height: 48px;
	font-size: 16px;
	background-color: transparent
}

.flooring-plan ul li select:focus,
.flooring-plan ul li select:active,
.flooring-plan ul li select:hover {
	outline: none !important
}

.flooring-plan ul li a.active,
.flooring-plan ul li select.active {
	background-color: #ed5370;
	color: #fff;
	border: 1px solid #ed5370
}

.video-cont iframe {
	margin-top: 50px
}

.video-cont h4 {
	color: #000;
	margin-top: 30px
}

.video-cont .same-but {
	background: #ed5370
}

.distance-cont {
	float: left;
	width: 100%;
	background: #f1f7f3;
	padding: 30px 0px;
	margin-top: 50px
}

.distance-cont .dis-para {
	color: #6b6b6b;
	margin-bottom: 50px
}

.distance-cont h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 20px
}

.distance-content p {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	color: #6b6b6b;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px
}

.distance-content p strong {
	color: gray
}

.distance-content p:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	height: 3px;
	width: 3px;
	background: #6b6b6b
}

.distance-cont .bx-pager-item,
.icon-cont .bx-pager-item {
	display: inline-block;
	margin-top: 50px
}

.distance-cont .bx-pager-item a,
.icon-cont .bx-pager-item a {
	font-size: 0px;
	height: 13px;
	width: 13px;
	background: #8a8a8a;
	border-radius: 50%;
	margin: 0px 5px
}

.distance-cont .bx-pager-item a.active,
.icon-cont .bx-pager-item a.active {
	background: #000
}

.distance-content {
	position: relative
}

.distance-content:after {
	content: "";
	height: 400px;
	width: 1px;
	background: #b5b5b5;
	position: absolute;
	right: 15px;
	top: 0px
}

#location li:last-child .distance-content:after {
	display: none
}

.dis-cont1:after {
	right: 20px
}

#location {
	padding-bottom: 0
}

.video-cont .loc-para {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 50px
}

.icon-cont {
	float: left;
	width: 100%;
	margin-top: 50px
}

.icon-cont .bx-wrapper,
.distance-cont .bx-controls,
.icon-cont .bx-controls {
	position: relative
}

.distance-cont a.bx-prev,
.icon-cont a.bx-prev,
.whyinvest-cont a.bx-pre {
	background: url(../images/arrow-hover-left.png);
	left: -40px
}

.distance-cont a.bx-next,
.icon-cont a.bx-next,
.whyinvest-cont a.bx-next {
	background: url(../images/arrow-hover-right.png);
	right: -40px
}

.distance-cont a.bx-prev,
.icon-cont a.bx-prev,
.video-cont a.bx-next {
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid gray;
	background-position: center;
	background-size: 10px
}

.construction-cont {
	margin: 0px 10px
}

ul.construction-cont h5 {
	background: #358e46;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 2px 0px;
	margin-bottom: 10px
}

#cboxOverlay {
	z-index: 99999
}

#colorbox {
	z-index: 99999
}

.construction-cont {
	text-align: center
}

.fix-ht.floorplane-top {
	height: 196px;
	overflow: hidden;
	margin-bottom: 5px
}

#about h6::before {
	background-color: #fff
}

.about-cont {
	background: #ed5370;
	padding: 0px
}

.left-about {
	padding: 100px 20px 0px 18%
}

.left-about p {
	padding-bottom: 20px
}

.right-about img {
	display: block;
	width: 100%
}

.white-txt {
	color: #fff !important
}

.whyinvest-cont {
	text-align: center
}

.whyinvest-cont ul {
	margin-top: 50px
}

.whyinvest-cont ul li {
	width: 300px;
	display: inline-block;
	height: 250px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	vertical-align: middle;
	padding: 0 10px
}

.whyinvest-cont ul li span {
	display: inline-block;
	background: #ed5370;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px
}

.whyinvest-cont ul li img {
	margin-top: 25px
}

.whyinvest-cont ul .middile-cont li {
	float: none;
	display: inline-block
}

.whyinvest-cont a.bx-prev,
.whyinvest-cont a.bx-next {
	width: 28px;
	height: 28px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	border: 2px solid gray
}

.whyinvest-cont a.bx-next {
	background: url(arrow-hover-right-9b92387450c3d82028dcedfbad0d03f0d8d31bc521576c872eebacebb06e5e54.png);
	right: 0px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center
}

.whyinvest-cont a.bx-prev {
	background: url(arrow-hover-left-97cad0d3a5a24d2bd5620d44900b626443ebe43b5449b4b26190219ff44bab71.png);
	left: 0px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center
}

#disclaimer h2,
#privacy-policy h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px
}

#disclaimer p,
#show p,
#render p,
#privacy-policy p {
	color: #000;
	font-size: 14px
}

#privacy-policy ul {
	padding-left: 20px
}

#privacy-policy ul li {
	font-size: 14px;
	color: #252525;
	line-height: 18px;
	padding-left: 0px;
	margin-bottom: 10px;
	list-style-type: disc
}

#privacy-policy {
	padding: 150px 0 60px
}

#privacy-policy p {
	padding: 5px 0
}

footer {
	background-color: #282828;
	padding: 20px 0px 0px 0px;
	float: left;
	width: 100%
}

.fot-head {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px
}

.f12 {
	font-size: 11px;
	line-height: 14px;
	color: #fff
}

.last-foort {
	padding-left: 20px
}

.last-foort ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px
}

.rera {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0;
	margin-bottom: 10px
}

.light-grey {
	background-color: #a0a0a0;
	padding: 5px 0
}

footer a {
	display: inline-block;
	color: #fff;
	line-height: 14px
}

.right-copy {
	text-align: right
}

.relative {
	position: relative
}

.art-imp {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	bottom: 10px
}

#contact_us2 {
	margin: 15px 15px 15px
}

#contact_us2 h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #ed5370;
	font-size: 18px;
	line-height: 26px
}

#cboxClose {
	top: 0
}

#kenytChatBubble.style1 {
	z-index: 9999 !important
}

@media (min-width: 1367px) {
	.iti-flag.in {
		background-position: -2413px 0px !important
	}
}

@media (max-width: 1440px) {
	.tagline-1 {
		font-size: 60px;
		line-height: 60px
	}
	.tagline-2 {
		font-size: 32px;
		line-height: 40px
	}
	.banner-caption {
		top: 17%;
		left: 32%
	}
}

@media (max-width: 1366px) {
	.slide2 {
		background-repeat: no-repeat;
		width: 100%;
		background-size: 100% 130%;
		background-position: center center !important
	}
	.slidetext4,
	.slidetext5 {
		right: 9%
	}
	.slidetext1,
	.slidetext3 {
		left: 9%
	}
	.right-specification {
		padding: 22px 0px 0px 5%
	}
	.location-tab1 {
		margin-top: 16px
	}
	.location-tab-container1 ul {
		margin-bottom: 0px
	}
	.left-about {
		padding: 40px 20px 0px 9%
	}
	.banner-caption {
		top: 19%;
		left: 32%
	}
}

@media (max-width: 1280px) {
	.location-tab {
		margin-top: 7px;
		margin-bottom: 10px
	}
	.right-specification {
		padding: 22px 0px 0px 6%
	}
	.specification-cont h2 {
		margin-bottom: 5px
	}
	.location-tab-container1 ul {
		margin-top: 16px
	}
	.left-about {
		padding: 35px 20px 0px 6%
	}
	.banner-caption {
		top: 28%;
		left: 30%
	}
	.slide8 {
		background-position: center right
	}
}

@media (max-width: 1024px) {
	.banner-caption {
		top: 27%;
		left: 25%
	}
	.whyinvest-cont ul li {
		width: 200px
	}
}

@media (max-width: 1023px) {
	.tag-wrapper {
		left: 50%;
		right: initial;
		transform: translateX(-50%);
		bottom: 20%
	}
}

@media (min-width: 768px) {
	.location-tab-container ul {
		height: 300px;
		width: 70%;
		overflow-y: auto
	}
	.location-tab-container1 ul {
		height: 200px;
		width: 96%;
		overflow-y: auto
	}
	.accordion_container {
		display: none
	}
	.show-mobile {
		display: none
	}
}

@media (max-width: 768px) {
	.banner-cont .bx-has-pager {
		top: 30%
	}
	.custom-scroll {
		height: 350px;
		overflow-y: scroll
	}
	.custom-scroll::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #242424;
		border-radius: 10px
	}
	.custom-scroll::-webkit-scrollbar {
		width: 4px;
		background-color: #ed5370;
		border-radius: 10px
	}
	.custom-scroll::-webkit-scrollbar-thumb {
		background-color: #000;
		border-radius: 10px
	}
	.right-highlight span {
		width: 10%
	}
	.desk-call-icon {
		display: none
	}
	.mob-call-icon {
		display: inline-block
	}
	.whyinvest-cont ul li {
		width: 175px
	}
	.down-arrow {
		bottom: 10%
	}
	.patch-1,
	.patch-2 {
		display: none
	}
	/*.slide2 {
		background: url(Runwal-Forest-Mobile-new-66360219dfda88219f49ef60190324ce2b43529a6ac0f8990c6ffd5a3e9b9213.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
	.slide1 {
		background: url(ipad-banner-2-8dafc2c709334a0e9c1401e77b5dca9738b6156a906baef33c3d1689d5847512.jpg);
		background-size: cover;
		background-position: center
	}
	.slide7 {
		background: url(new-ipad-Banner-07-24089b0f45b49c6d4d84820cbd415da167b85767ac3aa5168336ff3883177dca.jpg);
		background-position: center
	}*/
	.slide8 {
		background: url(../images/commercial/Satava3.jpeg); /*3.5-bhk-panchashil-tower.jpg);*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
	.iti-flag.in {
		background-position: -2404px 0px !important
	}
	.banner-cont .scroll-cont {
		display: none
	}
	.call_me {
		display: none
	}
	.contactNo span,
	.contactNo img {
		float: none;
		color: #fff;
		font-size: 20px
	}
	#header.fixed .contactDiv {
		padding-top: 0px
	}
	.contactNo {
		border-right: 1px solid #fff
	}
	.same-design h6 {
		font-size: 16px;
		margin-bottom: 10px
	}
	.same-design h2,
	.same-design h1 {
		font-size: 18px;
		line-height: 26px
	}
	section {
		float: left;
		width: 100%;
		padding: 31px 0px
	}
	.contactDiv {
		margin-top: 0px;
		float: none;
		width: auto;
		position: fixed;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		border-top: 1px solid #ddd;
		padding-top: 0px;
		background: #ed5370
	}
	.contactNo,
	.enquire-now {
		margin: 0px;
		width: 50% !important;
		float: left !important;
		background: none;
		padding: 0px;
		text-align: center;
		font-size: 15px;
		line-height: 39px
	}
	.sell_do_virtual_number_mobile {
		color: #fff !important;
		font-size: 14px;
		text-decoration: none
	}
	.contactNo img {
		margin: 10px 0px 0px 0px
	}
	.headerFormContainer {
		display: none;
		position: fixed;
		right: 0;
		border: 1px solid #ddd;
		padding: 0px 10px;
		width: 100%;
		height: 100%;
		top: inherit;
		bottom: 0;
		z-index: 999;
		background: #fff;
		overflow-y: auto;
		padding-top: 80px
	}
	.form-container1 {
		position: fixed;
		left: inherit;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 0px;
		z-index: 999
	}
	.close-btn,
	.close-btn1 {
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		color: #000
	}
	.scheduleBtn.open-cont {
		left: inherit;
		right: -73px
	}
	.selldof .title {
		padding: 64px 15px 15px 15px !important
	}
	.main-nav,
	.copy-right-cont .col-7,
	.copy-right-cont .col-5 {
		width: 100%
	}
	.burger-menu {
		background: #000;
		padding: 8px;
		border-radius: 0px;
		margin-top: 0px;
		height: 76px;
		position: absolute;
		right: 0;
		width: 75px;
		text-align: center;
		padding-top: 23px
	}
	.burger-menu span {
		display: block;
		width: 30px;
		height: 3px;
		margin-bottom: 4px;
		background-color: #fff;
		margin: 4px auto
	}
	.burger-menu span:last-child {
		margin-bottom: 0px
	}
	.visible-xs {
		display: block
	}
	.menu-list {
		padding: 0px;
		position: absolute;
		left: 0px;
		top: 75px;
		width: 100%;
		text-align: left;
		background-color: #fff;
		display: none;
		padding-bottom: 20px;
		z-index: 999999;
		box-shadow: 1px 1px 1px #ddd;
		padding-top: 20px
	}
	.nav-links li a {
		font-size: 14px;
		display: block;
		padding: 5px 0px
	}
	.navigation-cont ul li {
		width: 100%;
		padding-left: 20px
	}
	header {
		padding: 10px 0px 2px 0px;
		height: 75px
	}
	.bottom-toll-free {
		display: block;
		color: #6c6c6c;
		font-size: 13px;
		display: block
	}
	#header a {
		padding-right: 7px;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		font-size: 15px;
		color: #000
	}
	.cover {
		border: 0px
	}
	#header.fixed {
		height: 80px
	}
	.last-logo {
		position: absolute;
		left: 0;
		top: 0;
		height: 63px
	}
	#header.fixed .cover {
		border-left: 0px
	}
	#header.fixed .header-left img,
	#header .header-left img {
		padding-top: 0px;
		width: 180px;
		position: absolute;
		left: 10px;
		top: 19px
	}
	.header-cont-right .headerFormContainer .thankyou {
		margin-top: 65px
	}
	.contactDiv a {
		padding-bottom: 0px !important
	}
	.enquire-now,
	.sell_do_ctc_btn,
	.contactNo a {
		color: #fff !important
	}
	footer {
		padding: 20px 0px 40px 0px
	}
	.overview-cont p br {
		display: none
	}
	.highlight-cont .col-6,
	.amenities-cont .col-6,
	.specification-cont .col-6,
	.about-cont .col-6 {
		width: 100%
	}
	.construction-box .col-3 {
		width: 50%
	}
	.right-highlight a {
		display: inline-block;
		font-size: 14px;
		padding: 10px;
		margin: 10px 4px 36px 4px
	}
	.video-cont a.bx-prev {
		left: 0
	}
	.video-cont a.bx-next {
		right: 0
	}
	.distance-slider {
		display: none
	}
	.distance-cont {
		float: left;
		width: 100%;
		background: #ed5370;
		padding: 30px 0px;
		margin-top: 50px
	}
	.accordion_container {
		display: block
	}
	.right-highlight ul li {
		width: 100%;
		float: left
	}
	.distance-cont h5 {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 7px;
		display: inline-block;
		color: #fff
	}
	.plusminus {
		font-size: 28px;
		right: 29px;
		position: absolute;
		float: right
	}
	.distance-content {
		position: relative
	}
	.distance-cont .dis-para {
		margin-bottom: 20px;
		text-align: left;
		padding: 0px;
		color: #fff;
		font-size: 16px
	}
	.accordion_container {
		width: 100%
	}
	.accordion_body {
		padding: 10px 0px;
		float: left;
		width: 100%;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px
	}
	.accordion_head {
		color: white;
		cursor: pointer;
		font-size: 14px;
		margin: 0 0 1px 0;
		padding: 7px 0px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
		text-align: left
	}
	.accordion_body p {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
		color: #fff
	}
	.accordion_body p strong {
		color: #fff
	}
	.distance-content p:before {
		background-color: #fff
	}
	#show-flat iframe {
		display: none
	}
	.virtual-tour-btn {
		display: inline-block;
		margin-top: 15px
	}
	.slidetext5 {
		top: 14%;
		bottom: inherit;
		left: 39%
	}
	.banner-caption {
		left: initial;
		right: 5%;
		top: 26%
	}
	.tagline-2 {
		font-size: 28px;
		line-height: 40px
	}
	.tagline-3 {
		margin: 10px 5px 0 0
	}
	.ipad-text-center {
		text-align: center
	}
	.iti-mobile .intl-tel-input.iti-container {
		z-index: 9999999999
	}
	.flat-cont {
		padding: 30px 0
	}
	.pro-content {
		padding-left: 30px
	}
}

@media (max-width: 767px) {
	#cboxClose {
		z-index: 9
	}
	.custom-scroll {
		overflow-y: auto;
		height: auto
	}
	#form_success2 {
		padding: 100px 10px 10px
	}
	.right-highlight span {
		width: 18%
	}
	.icon-cont .bx-viewport {
		height: 130px !important
	}
	.visible-mob {
		display: block
	}
	.banner-price-patch {
		position: absolute;
		width: 45%;
		border-top-width: -62px
	}
	/*.slide1 {
		background: url(mobile-banner-2-e801552dcc746288fd5967871b771ca8029ec0c5186b692ad492cf26457596a4.jpg);
		background-size: cover;
		background-position: center
	}
	.slide2 {
		background: url(Runwal-Forest-Mobile-new-66360219dfda88219f49ef60190324ce2b43529a6ac0f8990c6ffd5a3e9b9213.jpg);
		background-size: cover;
		background-position: center
	}
	.slide3 {
		background: url(Mobile-Banner--03-e270291dc74c7427ac3dde951b23452f397d90db81b11d8fb91fec6d8b4faed8.jpg);
		background-size: cover;
		background-position: center
	}
	.slide4 {
		background: url(/Mobile-Banner--04.jpg);
		background-size: cover;
		background-position: center
	}
	.slide5 {
		background: url(Mobile-Banner--05-3a2b20f2ac8f9fcdfa5873a02795e326c394b8aaf2b534baf11f3fb37065f752.jpg);
		background-size: cover;
		background-position: center
	}
	.slide6 {
		background: url(Mobile-Banner--06-6ea86e45fc50086c0861fc80dc23011af37c43006fef852c635c28bdd0f852aa.jpg);
		background-size: cover;
		background-position: center
	}
	.slide7 {
		background: url(Mobile-Banner--07-5d1cfed0bc3e7e3d6d73ac2d5eb38a3223a3c4ebb1ce270f1be2d4032d1e5bef.jpg);
		background-size: cover;
		background-position: center
	}*/
	.slide8 {
		background: url(../images/commercial/Satava3.jpeg);/*3.5-bhk-panchashil-tower.jpg);*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
	.slidetext1 {
		left: 50%;
		bottom: 25%;
		transform: translateX(-50%);
		width: 80%
	}
	.slidetext5 {
		text-align: center
	}
	.slide-text.slidetext5 img {
		max-width: 100px;
		margin: auto
	}
	.construction-box .col-3 {
		width: 50%
	}
	.fix-ht.floorplane-top {
		height: 126px
	}
	.same-design h2 br,
	.same-design p br,
	.same-design h1 br {
		display: none
	}
	.hide-xs {
		display: none
	}
	footer .col-4,
	footer .col-8 {
		width: 100%
	}
	.highlight-cont h2 {
		text-align: center
	}
	.right-copy {
		text-align: left
	}
	.location-slider p br {
		display: block
	}
	.right-highlight,
	.right-amenities {
		padding: 25px 15px 0px 15px
	}
	.same-but {
		padding: 9px 16px
	}
	.video-cont iframe {
		height: 200px
	}
	.flooring-plan h2 {
		text-align: center;
		float: unset;
		margin-top: 0px
	}
	.requestfloortplan {
		display: block;
		width: 213px;
		margin: 0 auto;
		background-color: #000 !important
	}
	.flooring-plan {
		border-bottom: 0px solid
	}
	.left-amenities {
		display: none
	}
	.right-amenities {
		padding: 25px 15px 40px 15px
	}
	.specification-cont {
		margin-bottom: 30px
	}
	.slide-text h3 br {
		display: none
	}
	.slide-text h3 span {
		font-size: 12px
	}
	.button-cont {
		float: left;
		width: 100%;
		text-align: center
	}
	.floor-plan-default h2 {
		color: #fff
	}
	.flooring-plan .floor-hide {
		width: 100%;
		bottom: 0px
	}
	.slide-text .same-but {
		margin-left: 0%;
		margin-top: 10px
	}
	.slide-text.slidetext5 {
		left: 25%;
		top: 10%
	}
	.slide-text.slidetext5 .same-but {
		margin-left: 0
	}
	.flooring-plan .location-tab2 li {
		display: inline-block;
		margin: 9px 0px
	}
	.flooring-plan ul li span {
		color: #ffffff;
		font-weight: 700;
		font-size: 15px;
		margin-right: 0
	}
	.flooring-plan ul li a,
	.flooring-plan ul li select {
		border: 1px solid black;
		border-radius: 8px;
		padding: 6px 8px;
		color: #000000;
		font-size: 12px;
		height: 35px;
		background-color: transparent;
		line-height: 20px
	}
	.amenities-cont h6,
	.amenities-cont ul.location-tab {
		text-align: center
	}
	.show-mobile {
		display: block;
		margin: 0 auto;
		padding-top: 10px
	}
	.location-tab-container {
		width: 100%;
		float: left
	}
	.distance-content:after {
		display: none
	}
	.downloadBro-ami,
	.construction-box h2 {
		text-align: center
	}
	.flat-cont iframe {
		height: 500px !important
	}
	.tagline-1 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	.tagline-2 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px
	}
	.tagline-3 {
		font-size: 12px;
		line-height: 30px
	}
	.tagline-3 span {
		font-size: 11px;
		line-height: 24px
	}
	.banner-caption {
		top: 27%;
		right: 1px;
		display: none
	}
	#contact_us2 h2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px
	}
	.whyinvest-cont ul,
	.whyinvest-cont ul li img {
		margin-top: 0
	}
	.whyinvest-cont ul li {
		width: 100%;
		height: auto;
		margin-bottom: 20px
	}
	.whyinvest-cont ul li img {
		width: 80px
	}
	.whyinvest-cont .bx-viewport {
		height: auto !important
	}
	.fot-head {
		margin-bottom: 10px
	}
	.last-foort {
		padding-left: 0px;
		padding-top: 10px
	}
	.location-tab li:after,
	.location-tab1 li:after,
	.location-tab2 li:after {
		margin: 0px
	}
	.location-tab li a,
	.location-tab1 li a {
		font-size: 15px
	}
	#pro-health-homes .col-4,
	#pro-health-homes .col-8 {
		width: 100%
	}
	.pro-content {
		padding: 0
	}
	#privacy-policy {
		padding: 100px 0 30px
	}
}

@media (max-width: 414px) {
	.banner-caption {
		top: 27%;
		right: 1px
	}
}

@media (max-width: 412px) {
	.banner-caption {
		top: 28%;
		right: 1px
	}
}

@media (max-width: 375px) {
	.distance-cont h5 {
		width: 80%
	}
	.construction-box .col-3 {
		width: 100%
	}
	.location-tab li:after,
	.location-tab1 li:after,
	.location-tab2 li:after {
		margin: 0px 0px
	}
	.location-tab li a,
	.location-tab1 li a,
	.location-tab2 li a {
		font-size: 13px
	}
	.location-tab-container ul li,
	.location-tab-container1 ul li,
	.location-tab-container2 ul li {
		font-size: 14px
	}
	.slide-text h3 {
		font-size: 18px;
		line-height: 22px
	}
	.slide-text h4 {
		font-size: 15px;
		line-height: 18px
	}
	.video-cont .loc-para {
		font-size: 24px;
		line-height: 30px;
		padding: 0px
	}
	.video-cont h4 {
		padding: 0px 10px
	}
	.right-highlight h5 {
		font-size: 14px
	}
	.fix-ht.floorplane-top {
		height: 196px
	}
	.flooring-plan ul li a,
	.flooring-plan ul li select {
		padding: 6px 5px
	}
	.flooring-plan ul li span {
		display: none
	}
	.banner-caption {
		right: 1px
	}
	.tagline-1 {
		padding-left: 10px
	}
}

@media (max-width: 360px) {
	.banner-caption {
		right: 1px
	}
}

@media (max-width: 320px) {
	.slidetext1 {
		width: 90%;
		bottom: 28%
	}
	.slide-text.slidetext5 {
		bottom: inherit
	}
	.slide-text h3 {
		font-size: 17px;
		line-height: 24px
	}
	.slide-text h4 {
		font-size: 14px;
		line-height: 17px
	}
	.scroll-cont {
		font-size: 0px
	}
	.location-tab li:after,
	.location-tab1 li:after,
	.location-tab2 li:after {
		margin: 0px
	}
	.location-tab li a,
	.location-tab1 li a,
	.location-tab2 li a {
		font-size: 12px
	}
	.location-tab-container ul li,
	.location-tab-container1 ul li,
	.location-tab-container2 ul li {
		font-size: 13px;
		line-height: 19px
	}
	.video-cont .loc-para {
		font-size: 20px;
		line-height: 26px;
		padding: 0px
	}
	.banner-caption {
		right: 1px
	}
	.tagline-1 {
		padding-bottom: 5px;
		margin-bottom: 5px;
		padding-left: 20px
	}
	.tagline-2 {
		padding-bottom: 0;
		font-size: 12px;
		line-height: 22px
	}
	.tagline-3 {
		font-size: 10px;
		line-height: 18px
	}
	.tagline-3 span {
		font-size: 10px;
		line-height: 18px
	}
}