@font-face {
    font-family: 'coralight';
    src: url('./fonts/cora_medium_0-webfont.woff2') format('woff2'),
         url('./fonts/cora_medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'coraregular';
    src: url('./fonts/cora_regular_0-webfont.woff2') format('woff2'),
         url('./fonts/cora_regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corabold';
    src: url('./fonts/cora_bold_0-webfont.woff2') format('woff2'),
         url('./fonts/cora_bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*=========
general css start
==========*/
*+html {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	outline:none;
}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
ul li, ol li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.flclear {
	float:none;
	clear:both;
}
.spacer2 {
	height:2px;
}
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
.spacer70 {
	height:70px;
}
input[type="text"]:focus, textarea:focus { }
/*=============
general css END
============*/
body {
	background:#ffffff;
	width:100%;
	margin:0 auto;
	padding:0px;
	font-family: 'coraregular', sans-serif;
	font-size:14px;
	color:#5d5c5c;
	text-decoration:none;
}
a{color:#5d5c5c; text-decoration:none;}
a:hover{ color:#8ec640; text-decoration:none; }
a:focus{ text-decoration:none; outline:none; outline-offset:0px;}
.imgwidth img{width:100%;}
.header
{
	background:#00203c;
	/*padding:10px 0px;*/
	padding:5px 0px;
}
.sliderbg
{
	background:url(../../images/vacantrental/main-banner.jpg) no-repeat top center;
	background-size:cover;
	/*padding:90px 0px 180px 0px;*/
	padding:80px 0 160px 0px;
	text-align:center;
	background-color: #00203c;
}
.font42
{
	font-size:42px;
}

.font37
{
	font-size:37px;
}
.font14
{
	font-size:14px;
}
.textwhite
{
	color:#fff;
}
.textgreen
{
	color:#8ec640;
}
.light
{
	font-family: 'coralight';
}
.semibold
{
	font-family: 'corabold';
}
.bold
{
	font-weight:700;
}
.footer
{
	background:#1e1e1e;
	padding:20px 0px;
	color:#a8a8a8;
	font-size:19px;
	font-family: 'coralight';
	text-align:center;	
}
.footer a
{
	color:#f8be0d;
}
.footer a:hover
{
	color:#fff;
}
.contentdiv
{
	padding:30px 0px;
}
.relative
{
	position:relative;
}
.marlr5
{
	margin:0px 5%;
}
.btngiveme
{
	background:#8ec640;
	border-bottom:solid 14px #7bb728;
	color:#fff;
	font-size:32px;
	padding:15px 0px 10px;
	text-align:center;
	margin-top:4.5%;
	transition: ease-in-out 0.3s;
}
.btngiveme:hover, .btngiveme:focus
{
	background:#121212;
	border-bottom:solid 14px #000;
	color:#fff;
}
.arrowdiv
{
	margin-top: -55px;
}
.img-responsive.center-block.left_arrow {
	margin-left: 100px;
	margin-top: 40px;
}
.img-responsive.center-block.right_arrow {
	margin-left: -55px;
	margin-top: 42px;
}
.font30mrid
{
	font-size:30px;
	font-family:Myriad Pro;
}
.font30
{
	font-size:30px;	
}
.sellerkit ul
{
	margin:5% 0% 3%;
}
.sellerkit ul li
{
	font-size:42px;
	text-align:center;	
	color:#252525;
	line-height:70px;
}
.sellerkit ul li img
{
	margin-right:20px;
}


.sellerkit span
{
	color:#972214;
}
.mayajaslin
{
	background:#f7f7f7;
	padding:15px 0px;
	margin-top:30px;
	margin-bottom:10px;
}
.quote
{
	position: absolute;
    right: -90px;
    top: -60px;
}
.linediv
{
	background: #bebebf;
    height: 1px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom:55px;
    z-index: 0;
    left: 5%;
}

.whitebg5
{
	padding: 20px 25px;
    background: #fff;
    position: relative;
    z-index: 1;
	
}
.limitopp
{
	background:#ededed;
	padding:14px 0px;
	font-size:28px;	
	position: relative;
    z-index: 1;
	color:#c0c0c0;
}

.clock {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: solid 5px #9b9b9b;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    float: left;
    margin-left: -140px;
}
.clock .hours {
  position: absolute;
  width: 50px;
  height: 5px;
  top: 22.5px;
  -webkit-animation: you-spin-me-round-round-baby-right-round 5s linear 0s infinite;
}
.clock .hours:before {
  content: "";
  height: 5px;
  width: 16px;
  position: absolute;
  right: 11px;
  background:#9b9b9b;
  border-radius: 5px;
}
.clock .minutes {
  position: absolute;
  width: 50px;
  height: 5px;
  top: 22.5px;
  -webkit-animation: you-spin-me-round-round-baby-right-round 0.41s linear 0s infinite;
}
.clock .minutes:before {
  content: "";
  height: 5px;
  width: 22px;
  position: absolute;
  right: 5px;
  background: #9b9b9b;
  border-radius: 5px;
}

@-webkit-keyframes you-spin-me-round-round-baby-right-round {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.marl
{
	margin-left:50px;
}

.font25mrid {
    font-size: 25px;
    font-family: Myriad Pro;
	color:#5d5c5c;
}
.font32mrid {
    font-size: 32px;   
	color:#5d5c5c;
	font-weight:400;
}
.whiterage
{
	background: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}
.linebg
{
	background: #6f6f70;
    height: 1px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    bottom: 33px;
    z-index: 0;
}
.contactform .form-group label {
    font-family: 'Lato', sans-serif;
    color: #2c3e50;
    text-transform: uppercase;
}
.contactform .form-control {
    height: 48px;
    border: solid 1px #d6dde2;
    box-shadow: none;
}
.contactform .checkbox-inline, .contactform .radio-inline
{
	font-size:23px;
	color:#868686;
	text-transform: capitalize!important;
}
.contactform .checkbox-inline+.checkbox-inline, .contactform .radio-inline+.radio-inline
{
	margin-left: 30px;
}
.contactform .checkbox input[type=checkbox], .contactform .checkbox-inline input[type=checkbox], .contactform .radio input[type=radio], .contactform .radio-inline input[type=radio]
{
	margin-left: -30px;
    margin-top: 8px;
    height: 20px;
    width: 20px;
}
.contactform .checkbox-inline, .contactform .radio-inline
{
	padding-left: 30px;
}

.btnblack
{
	background:#8ec640;	
	color:#fff;
	font-size:25px;
	padding:15px 15px;
	text-align:center;	
	transition: ease-in-out 0.3s;
	text-transform: uppercase;
	font-family: 'coraregular', sans-serif;
}
.btnblack:hover
{
	background:#333;
	color:#fff;	
}
.progressdiv
{
	padding:15px;
	border-radius:4px;
	background:url(../images/progres-bar-bg.jpg) repeat-x top left;
}
.progressdiv .progress
{
	height:29px;
	border:1px solid #c0bcb9;	
	margin-bottom:0px;
}
.progressdiv .progress-bar
{
	font-size:21px;
	line-height:29px;
	text-align:right;
}
.progressdiv .progress-bar-success {
    background-color: #a0c142;
}
.infotext
{
	font-size:24px;
	text-align:left;
	margin:15px 0px 10px;
}
.infotext24
{
	font-size:24px;
	font-weight:400;
}
.infotext24 span
{
	color:#f8be0d;
}
.howdid 
{
	text-align: center;
    margin-top: -56px;
    margin-bottom: 50px;
}
.howdid span
{
	background:#b23c2d;
	padding:15px 30px;
	border-radius:10px;	
	font-size:34px;
	color:#fff;
}
.top-secret-img
{
	/*margin-top:-160px;*/
	margin-top:-210px;
}
.myClickBtn{
	line-height:20px;
}
.txt-disc{
	text-align:center;
}
.padtop{
	padding-top:50px;
}
.contact{
	position:relative;
	float:right;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	font-variant: normal;
	text-transform: inherit;
}
.headerright ul
{
	float:right;
	margin-top: 23px;
}
.headerright ul li
{
	float:left;
	border-left:solid 1px #213d55;
	font-family: 'coraregular';
	margin-left: 20px;
    font-size: 18px;
}
.headerright ul li:first-child
{
	border-left:none;
	 margin-left: 0;
}
.headerright ul li a
{
	color:#fff;
}
.headerright ul li a img
{
	float: left;
    margin-right: 10px;
    margin-left: 20px;
}
.headerright ul li a img.imgmar
{
	margin-left: 0px;
}

@media (max-width:992px) {
	.quote{display:none;}
	.top-secret-img
	{
		margin-top:-170px;
	}
		
	.img-responsive.center-block.left_arrow {
		margin-left: 45px;
		margin-top: 50px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -42px;
		margin-top: 55px;
	}
}

@media (max-width:767px) {
	.logo
	{
		text-align: center;
	}
	.headerright ul {
		float: none;
		margin-top: 8px;
		text-align: center;
	}
	.headerright ul li {
		float: none;
		font-size: 16px;
		display: inline-block;
	}
	.top-secret-img
	{
		margin-top:-130px;
	}
	
	.img-responsive.center-block.left_arrow {
		margin-left: 85px;
		margin-top: 35px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -20px;
		margin-top: 45px;
	}
}


@media (max-width:640px) {
	.btngiveme
	{
		font-size:28px;
	}
	.top-secret-img
	{
		margin-top:-130px;
	}
	.arrowdiv
	{
		margin-top: -35px;
	}	
	.img-responsive.center-block.left_arrow {
		margin-left: 85px;
		margin-top: 35px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -20px;
		margin-top: 45px;
	}
}
@media (max-width:480px) {
	.btngiveme
	{
		font-size:20px;
	}
	.top-secret-img
	{
		margin-top:-130px;
	}
	.arrowdiv
	{
		margin-top: -20px;
	}
	.clock
	{
		display:none;
	}
	.marl
	{
		margin-left:0px;
	}
	.howdid span
	{
		font-size:24px;
	}	
	.img-responsive.center-block.left_arrow {
		margin-left: 85px;
		margin-top: 35px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -20px;
		margin-top: 45px;
	}
}

@media (max-width:424px) {
	.headerright ul li {
		float: none;
		font-size: 12px;
		display: inline-block;
	}
	.top-secret-img
	{
		margin-top:-130px;
	}
	.headerright ul li a img {
		float: left;
		margin-right: 10px;
		margin-left: 20px;
		height: 15px;
	}	
	.img-responsive.center-block.left_arrow {
		margin-left: 85px;
		margin-top: 35px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -20px;
		margin-top: 45px;
	}

}


@media (max-width:360px) {
	.btngiveme
	{
		font-size:16px;
	}	
	.top-secret-img
	{
		margin-top:-130px;
	}
	.img-responsive.center-block.left_arrow {
		margin-left: 20px;
		margin-top: 50px;
	}
	.img-responsive.center-block.right_arrow {
		margin-left: -21px;
		margin-top: 55px;
	}
}
@media (min-width:640px) {
	.sliderbg{
		padding: 80px 0 220px;
	}
}