body{
	/*overflow: hidden;*/
	font-family: /*'GothamLight',*/ "Helvetica Neue", Helvetica,Arial, sans-serif !important;
	color: #fff !important;
	background-color:#12c9d3 !important;

}
.fp-section.fp-table, .fp-slide.fp-table{
	background: #12c9d3 !important;
}

.benefits{
	display:none !important;
}
.vc{
background: #12c9d3;
    color: #4E7ECD;
	}
.vc a{
	color: #fff !important;
}
#section0{
	/*background: url(../img/background.jpg);*/
    background-position: center;

	}

.loc-mrg{
	margin-top: 165px;
}

.loc-mrg-2{
	margin-top: 100px;
}

.home-p{
	overflow: hidden;
	background-color:#fff !important;
}

/*.property-wrap,
.location-wrap {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	flex-direction: column;
	position: absolute;
	
}*/

.location-wrap{
background-color: #12c9d3;
		
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	flex-direction: column;
	position: absolute;
	
}
/*
.property-wrap{
	background-color: #5A89D7;
		height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	flex-direction: column;
	position: absolute;
}
*/

.property-wrap{
	background-color: #ffffff;
		height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5D89D7;
	width: 100%;
	flex-direction: column;
	position: absolute;
}

.property-wrap h1{
	color: #5D89D7 !important;
}

.slide-in {
	animation: slide-in 0.5s ease forwards;
}

@keyframes slide-in {
	from{
		transform: translateX(100%);
		visibility: visible;
	}
	to{ 
	transform: translateX(0%);
	
	}
}


#leftHalf {
   background: url(../img/store-gif.gif);
	background-size: cover;
   width: 100%;
   position: absolute;
   /*left: -800px;*/
   height: 100%;
	background-color:  #4A8B2C;
	opacity: 1;
	top: 100%;
	
	
}
#rightHalf {
   background: url(../img/suites-gif.gif);
	background-size: cover;
   width: 100%;
   position: absolute;
   /*right: -50%;*/
   height: 100%;
	background-color:  #5887DA;	
opacity: 1;
	top: 100%;
}

#midHalf {
	background: url(../img/life-gif.gif);
	background-size: cover;
   width: 100%;
   position: absolute;
   /*right: -50%;*/
   height: 100%;
	background-color:  #12c9d3;	
opacity: 1;
	top: 100%;
}

.col-suite{
/*position: absolute;
    left: 30%;
    top: 40%;
	z-index: -1;*/
	background-color: #5D89D7;
	
}

.col-store{
/*position: absolute;
    right: 30%;
    top: 40%;
	z-index: -1;*/
	background-color: #489337;
	
}
.col-life{
	background-color: #12c9d3}

.suite-logo,
.store-logo,
.life-logo{
	    height: 170px;
    padding: 8%;
    text-align: center;
	cursor: pointer;
}

.suite-logo img,
.store-logo img,
.life-logo img{
    width: 46%;
}

.cont-wrap h1{
		    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-family: 'Gilroy-Bold ☞';
	font-weight:normal;font-size:42px
}

.cont-wrap p{
	text-align: left;
	font-size: 14px;
	margin-left: 40px;
	
}
.cont-wrap h1 span{
color: #C7D4EF;
}

.para-img {
  background: url("../img/backet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 400px;
    background-size: contain;
  
}

.para-bdr {
  background: url("../img/para-bdr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 400px;
    background-size: contain;
  
}

.para-wrap{
	position: absolute;
    bottom: 60px;
    z-index: 9999999;
    width: 100%;
    left: 40%;
}
.img-wrap {
	position: absolute;
    bottom: 70px;
    z-index: 9999999;
    width: 100%;
    left: 40%;
	    
}

.img-wrap-bdr {
  background: url("../img/flex-grid.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 400px;
    background-size: contain;
  
}

.img-wrap-img {
  background: url("../img/flex-grid-img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 400px;
    background-size: contain;

}

.img-wrap img{
	width: 100%;
}
.hdr-logo{ position: absolute;
  /*  z-index: 9;
	top: 5%;*/
	
	z-index: 99;
    top: 10px;
	}
.hdr-logo img{
	    /*width: 64%;*/ width: 56%;
}

header{
	opacity: 1;
}

nav{
position: absolute;
    z-index: 9;
    background-color: #fff;
    /*height: 100vh;*/ width: 100%;
    /*right: 0;*/ top: 0;
    /*padding: 170px 30px;*/
	/*padding: 20px !important;*/
	padding: 25px !important;
	opacity: 0;
	 transform: translate(0px, -140px);
	    border-bottom: .0625rem solid rgba(37,39,41,.05);
	  
	}


nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	
}
nav li{
	padding: 2px 0;
	font-weight: bold;
	    text-transform: uppercase;
    font-size: 14px;
	font-family: 'Hind Vadodara', sans-serif;

}
nav li a{
	color: #5D89D7;
	
}
nav li a:hover{
	color: #333;
	text-decoration: none;
}

.loc-wrap img{
	width: 100%;
}

.jhb,
.cpt,
.pta,
.dur {
	margin-bottom: 23px;
	text-transform:uppercase;
}

.jhb,
.cpt {
	text-align: right;
}
.pta,
.dur {
	text-align: left;
	}




/*.loc-wrap{
position: absolute;
    top: -130px;
    z-index: 9999999;
    width: 100%;
    left: 15%;
	
	}*/

.pta span{
position: absolute;
    bottom: 44px;
    right: auto;
    left: 100px;
}

.jhb span,
.cpt span{
	
	    position: absolute;
    bottom: 44px;
    
}
.cpt span{
	left: 32%;
}
.jhb span{
	left: 38%;
}
	
.dur span,
.pta span{
position: absolute;
    bottom: 44px;
    right: auto;
    
}

.dur span{
	left: 100px;
}

.pta span{
	left: 90px;
}

.meta-container{
    position: absolute;
    right: 0;
    top: 0;
    
	}
.meta-container img{
height: 100vh !important;
	}


.rslides_nav {
background-color: #337ab7 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}


.Icon {
    width: 50px;
    height: 50px;
    position: absolute;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
    /* top: 4%; */
    /* left: 3%; */
	    top: 12%;
    left: 1%;
}

.Icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  height: 8px;
  width: 100%;
  background: #5D89D7;
  border-radius: 4px;
  transform: rotate(0deg);
  transition: .2s ease-in-out;
}

.Icon span:nth-child(1),
.Icon span:nth-child(3) {
  width: 50%;
  transform: rotate(45deg);
}

.Icon span:nth-child(1) {
  left: 3px;
  top: 15px;
}

.Icon span:nth-child(2) {
  transform: rotate(-45deg);
}

.Icon span:nth-child(3) {
  left: 20px;
  top: 31px;
}

.Icon.open span:nth-child(1),
.Icon.open span:nth-child(3) {
    left: -1px;
}

.Icon.open span:nth-child(1) {
  top: 15px;
  transform: rotate(135deg);
}

.Icon.open span:nth-child(2) {
  transform: rotate(0deg);
}

.Icon.open span:nth-child(3) {
  top: 31px;
  transform: rotate(45deg);
}

.pro-bdr{
/*border: 12px solid #fff;
    padding: 36px 16px;
    height: 240px;*/
    color: #fff;
	    /*margin-bottom: 30px;*/
}

.proj a:hover{
	text-decoration:none !important;
	color:#C7D4EF;
}
.proj p{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
	
}
.map-container{
    position: fixed;
    z-index: 1;
    top: 90px;
    width: 50%;
    right: 0;
    height: 100vh;
    overflow: hidden;
	}

.proj a{
	color:#fff;
}
.loc-mrg h1{
    text-transform: uppercase;
    margin-top: 0;
		font-family: 'Gilroy-Bold ☞';
	font-weight:normal;font-size:42px;
	margin-bottom:20px;
	color:#fff;
}

.loc-mrg-2 h1{
    text-transform: uppercase;
    margin-top: 0;
		font-family: 'Gilroy-Bold ☞';
	font-weight:normal;font-size:42px;
	margin-bottom:20px;
	color:#fff;

	text-align:right;
}

.loc-mrg-2 h2{
    text-transform: uppercase;
font-family: 'Gilroy-Bold ☞';
	font-weight:normal;font-size:18px;
	margin-bottom:20px;
	text-align:right;
}

.proj span{
    color: #C7D4EF;
    font-size: 16px;
}

.z-link{
background: none !important;
    border: none !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
	box-shadow: none !important;
	padding: 0 !important;
	font-style: oblique;
}
.z-link span{
padding: 0px 16px;
}

.z-active{
box-shadow: none !important;
    color: #fff !important;
	}

.navbar{
	    position: absolute !important;
	margin-bottom:0 !important;
	    overflow: auto;
}

.navbar-nav>li {
   /* float: none !important;*/ float: left !important;
}
.navbar-nav {
    float: right !important;
}

.navbar-inverse {
    background-color: #fff !important;
    border-color: transparent !important;
    border-radius: inherit !important;
	padding: 170px 0px;
	
}

.navbar-nav>li>a{
	line-height: 5px !important;
}
.navbar-nav>li>a:hover{
	color:#333 !important;
}

.navbar-nav>li>a:focus {
    color: #9d9d9d !important;
}

.z-tabs.white > ul, .z-tabs.white > ul > li > a, .z-tabs.white > .z-container{
	margin-bottom:20px !important;
}

/*Form style*/

.wpcf7 {margin-top:20px}.wpcf7 input:focus{outline-width:0;
border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.wpcf7 textarea:focus{
	outline-width:0;
bottom:6px;
	border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	color:#333;
}

.wpcf7 select:focus{outline-width:0;
bottom:6px;border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	color:#333;
}

.wpcf7 input,textarea,select{background-color:transparent;border:1px solid #999;padding:6px 0;width:96%;margin-bottom:6px;border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	    font-size: 16px;
	-webkit-border-radius: 0px;
	color:#333;
}


.wpcf7 select{-webkit-appearance: none;
    -webkit-border-radius: 0px;
	    font-size: 16px;}

.wpcf7 textarea{height:70px;width:99%;
font-size: 16px;    margin-top: 10px;
	background-color:transparent;padding:6px 0;border-bottom: 1px solid #fff;
	
	    border-top: 0;
    border-left: 0;
    border-right: 0;
  }

.wpcf7 input[type=submit]{width:22%;background-color:transparent;color:#fff;border:4px solid #fff; font-weight: 400;margin: 5px 0;}


::-webkit-input-placeholder { /* WebKit browsers */
color: #C7D4EF !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #C7D4EF !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #C7D4EF !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #C7D4EF !important;
opacity: 1;
}

/*Form style end*/

/*Modal Form style*/
.modal-content{
	    border-radius: 0 !important;
}
.modal-header .close{
	margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #5D89D7;
	opacity: 1;
}

.modal p{
	    margin: 0px 0 14px 0;
    color: #333;
}
.modal .wpcf7 {margin-top:0px}.wpcf7 input:focus{outline-width:0;
border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.modal .tlt{
    margin: 15px 15px 0;
    color: #333;
    font-size: 16px;
}
.modal .wpcf7 textarea:focus{outline-width:0;
bottom:6px;
	border: 0;
	color:#333;
}

.modal .wpcf7 select:focus{outline-width:0;
bottom:6px;border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.modal .wpcf7 input,textarea,select{
	    width: 96%;
    border: 0;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    -webkit-border-radius: 0px;
    background-color: #efefef;
}




.modal .wpcf7 select{-webkit-appearance: none;
    -webkit-border-radius: 0px;
	    font-size: 16px;}

.modal .wpcf7 textarea{height:70px;width:98%;
font-size: 16px;    margin-top: 0; padding:10px;
	border: 0;
	color:#333;
	background-color: #efefef;
  }

.modal .wpcf7 input[type=submit]{
	width:20% !important;
	background-color:#5D89D7 !important;
	font-size: 14px !important;
	color:#fff;border:4px solid #5D89D7; font-weight: 400;margin: 5px 0;}


::-webkit-input-placeholder { /* WebKit browsers */
color: #ccc !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ccc !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ccc !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ccc !important;
opacity: 1;
}

/*Form style end*/


.cont-wrap a{
    color: #fff !important;
	
	}

.cont-box{
    margin-left: 120px;
	text-align:left;
	}

.cont-box p{
	margin-left:0;
	
}

.cont-wrap .fa{
	color: #fff;
	font-size: 16px;
	
}
.cont-wrap ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.cont-wrap li{
    margin-top: 20px;
}
.cont-hdr{
font-weight:bold;
	    text-transform: uppercase;
}

.dot {
    height: 50px;
    width: 50px;
        border: 4px solid #fff;
    
    display: inline-block;
    padding: 13px;
	float: left;
	margin-right: 20px;
	
}

.dwnld-bx{
	    margin-left: 40px;
}
.dwnld{
    border: 6px solid #fff;
    padding: 6px;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    position: absolute;
	}
.dwnld-bx .btn-primary{
    background: #5D89D7;
    border: 4px solid #fff;
    border-radius: 0;
    width: 145px;
    text-transform: uppercase;
	
	font-size:12px;
	height:52px;
    
	}

.dwnld-bx .btn-primary:focus {
    background-color: #286090;
    border-color: #fff;
}

.modal-content{
	background: #fff !important;
}
.modal-title{

    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
	
	    margin: 0;
    line-height: 0 !important;
    padding: 20px 0;
    color: #333;
}

.navbar-inverse .navbar-nav>.active>a{
	    background: #12c9d3 !important;
	color:#fff !important;
}

.modal .wpcf7 input[type="submit"] {
    background-color: #383838;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    font-size: 18px;
    width: 99%;
    line-height: 18px;
	border:0;
}

div.wpcf7-mail-sent-ok {
    padding: 10px 20px !important;
    border: 1px solid #58ce71;
    border-radius: 6px;
    background: #f2fef5;
    color: #3c763d;
    width: 100%;
}
.icon-button {
    padding: 10px 20px;
    background-color: #c1272d;
    border: solid 1px #c1272d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    /* margin-top: 20px; */
    display: block;
    text-align: center;
    text-decoration: none;
}

div.wpcf7-response-output {
    margin: 0em 0.5em 1em 0em !important;
   
}

div.wpcf7-validation-errors {
   
    color: #333 !important;
}

.su-spoiler-style-default > .su-spoiler-content {
      padding: 1em 0 1em 38px !important;
    position: absolute;
    z-index: 9;
    background: #fff;
	width: 400px;
	color:#5D89D7;
}
.su-spoiler-style-default > .su-spoiler-title {
    left: 40px;
}

.pro-wp h1{
	font-size:38px !important;
}

.cmg{
    padding: 200px 0;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
	    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}


.btm-tabs{
    bottom: 0;
    left: 0;
    position: fixed;
	width: 100%;
	}


p:empty {
display: none;
}
.cont-wrap h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 40px;
    line-height: 20px;
	}

.about-vid{
	text-align: center;
}
.about-vid img{
	    width: 52%;
}
.about-vid video{
	    width: 52%;
}
.offering-gif{ 
position: absolute;
    right: 137px;
    top: -176px;
	}

.offering-gif img{
	width:126%;
}
.about-gif{
    position: absolute;
    left: 151px;
    top: -9px;
    text-align: center;
}

.about-gif img{
	    width: 69%;
}

.logo-anime{
	    text-align: center;
    margin-top: 110px;
}

.logo-anime img{
width: 20%;
	}

	.mobi-log{
		display:none;
	}
	.desk-log{
		display:block;
	}

.spsType-2{font-size: 9px;
    line-height: 10px;
    color: #fff;
    padding: 7px 9px 6px;
    border-radius: 0px;
    position: absolute;
    right: 33px;
    top: 20px;
    border: 2px #fff solid;}


.cmg span{
	opacity: 0.7;
	font-size:32px;
}

.loc-listing h2{
    font-size: 28px;
    margin: 31px 0 12px;
	color:#c0ceed;
	text-transform: uppercase;
	    font-family: 'Gilroy-Bold ☞';
    font-weight: normal;
	}
.prt {
    margin-top: 40px;
    position: absolute;
    
    text-align: left;
    bottom: -100px;
}

.prt img{
    width: 80%;
	}
.prt li{
    float: left;
    text-align: left;
    width: 20%;
}
.COVID{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
    border: 1px solid #ccc;
}
.COVID img{
    width: 244px;
	}

.fullpage-wrapper .COVID{
position: absolute;
    bottom: 0;
    z-index: 999999;
    top: auto;
    right: 0;
    border: 0;
}


.app-form .wpcf7 input, textarea, select{
        
    border: 2px solid #f7f9fd;
    outline: none;
    resize: none;
    width: 100%;
    padding: 1.4em 1.4em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
	    margin: 0.2em 0 1.7333em;
	background-color:#e1e3e7;
	
}

.app-form {
	background-color:#f7f9fd;
	color: #333;
	margin-top: 40px;
}
.app-form label{
color: #333;
    font-weight: normal;
	    width: 100%;
}
.app-form p{
	color:#333;
}



.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

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


.radio-image{
	padding:5px;
}

.radio-image img {
    width: 22%;
  }

.radio-image label {
    width: 15%;
    float: left;
    padding-top: 5px;
    margin-left: 20px;
  }

.radio-image span.wpcf7-list-item{
	float:left;
}




.app-form .wpcf7-checkbox .wpcf7-list-item, .radio .wpcf7-list-item {
      display: block;

    }

.app-form input[type=radio]{
	 width: 2%;
	margin: 4px;
}

.section-a .app-form input[type=checkbox]{
		margin: 4px;
		 width: 2%;
}

.app-form .table-striped>tbody>tr:nth-of-type(odd){
	    background-color: #fff;
}



.p-l{
	padding-left: 0 !important;
}
.p-r{
	padding-right: 0 !important;
}

.prop-wrap{
padding: 20px;
    background: #fff;
    color: #333;
}


.page-intro{
	    padding: 40px 55px 50px 70px !important;
}

.page-intro p{
	color:#333;
}
.page-intro h1{
	text-transform: uppercase;
	font-weight:bold;
}

.page-intro h3{
	    color: #333;
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 18px;
}

.carousel-img img{
	    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.bg-col{
	    background-color: #12c9d3;
	color:#fff;
	margin-top: 72px;
	margin-bottom: 20px;
}
.repeater{
overflow: hidden;
	}
.image-map-wrap{
    border: 1px solid #ccc;
	}
.pd-t-b-120{
	padding:120px 0;
}
.text-pd{
padding: 40px 55px 50px 70px !important;
	}
.text-pd-def{
	padding: 0px 55px 50px 70px !important;
}
.hdr-cl h2{
    color: #12c9d3;
		    font-size: 34px;
		font-weight: bold;
	margin:0;

}
.hdr-cl span{
	 color: #12c9d3;
			    font-size: 34px;
		font-weight: bold;
}
.hdr-cl h4{
	    color: #12c9d3;
}


.bread-cr ul li{
display: inline-block;
    background: #12c9d3;
    padding: 26px;
    width: 33%;
}

.bread-cr ul{
    margin: 0;
    list-style: none;
    padding: 0;
    background: #f7f9fd;
    /* padding: 26px; */
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.bread-cr .active {
	background:#f7f9fd !important;
}

.wpcf7-form-control-signature-body{
	    background: #fff;
}
.wpcf7-form-control-clear-wrap input{
width: 78px !important;
    padding: 1em 1em !important;
	}

.bg-col-2{
	background:#f4f6fc;
	margin:20px 0;
}
.amn ul{
	padding-left:14px !important;
}
.amn h4{
	color:#12c9d3 !important;
	margin-bottom:20px;
}

.pricing-wrap label{
text-align: center;
    border: .1rem solid #e0e0e0;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
	
	}

.no-bg label{
	background-color:transparent;
}
.fee-wrap{
background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: .1rem solid #e0e0e0;
    text-align: center;
    font-weight: bold;
}
.term-co{
    margin: 100px 0 0;
	}
.term-co ul{
    padding: 0;
}
.term-co li{
    list-style-type: none;
}
.chc{
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    top: 44px;
    font-size: 18px;
    left: 8px;
	color: #707372;
}
.pricing-wrap input[type=checkbox], input[type=radio]{
    margin: 0.2em 0 4em !important;
}

.app-form .wpcf7 input.wpcf7-form-control.wpcf7-submit{
	width: auto;
	background-color: #5d89d7;
	    border: 0 none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 5px;
    padding: 13px 5px;
    min-width: 100px;
    position: relative;
}
#lastbck-btn.cf7mls_back{
    background-color: #5d89d7;
    width: auto;
    float: left;
    border: 0 none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 5px;
    padding: 13px 5px;
    min-width: 100px;
    position: relative;
	}

.flex-direction-nav a{
	    opacity: 1 !important;
}

.flex-direction-nav .flex-next{
text-indent: inherit !important;
    right: -6px !important;
}

.flex-direction-nav .flex-prev {
    left: 15px !important;
}

.lyte-wrapper{
	margin:0 !important;
	width:100% !important;
}

.flex-direction-nav a:before{
	    font-size: 26px !important;
    color: #fff !important;
}

#contact{
	background: #12c9d3;
	padding: 55px;
}
#contact h2{
color: #fff;
	font-weight: bold;
	}
#contact a{
color: #333;
}

#contact ::-webkit-input-placeholder { /* WebKit browsers */
color: #333333 !important;
opacity: 1;
}
#contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333333 !important;
opacity: 1;
}
#contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333333 !important;
opacity: 1;
}
#contact :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #333333 !important;
opacity: 1;
}

.shrt-line{
border: 2px solid #fff;
    width: 100px;
    margin-bottom: 25px;
	}


#benefits .btn-link{
	border-bottom: 1px solid #fff !important;
	width:90% !important;
	text-align:left;
	    color: #fff;
    padding: 0 0 10px 0;
}

#benefits .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
	text-decoration:none !important;
	border-radius:0 !important;
}

#benefits .btn-link:focus{text-decoration: none !important;
    border-radius: 40px !important;
    background: #ffcc00;
    border: 0;
}

#benefits .card-body{
	border-bottom:1px solid #fff;
    padding: 10px 10px;
    color: #333;
	width:90%;
}


.loc-mrg-2 .Icon span {
    background: #fff;
}

.loc-mrg-2 .Icon{
	height: auto;
	position:inherit;
}
.contact-block{
text-align: right;
    padding: 20px;
    margin-bottom: 40px;
	    border: 1px solid #e1e3e7;
	
	}

.contact-block h2{
text-align:right;
}
.contact-logo {
	float: left;
}
.page-intro .btn-primary{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
	}



.page-intro .btn-primary:hover, .btn-primary:visited, .btn-primary:focus{
	color: #337ab7;
    background-color: #fff !important;
	border-color: #fff !important;
	border-radius: 0 !important;
}

.wpcf7-form-control-signature-body canvas {
    border: 1px solid #ccc;
}

.pg-thnk-hdr{
	height:100px;
}

.log-fixed{
	position:fixed;
}

.floor-btn a{
	display: none;
color: #fff !important;
    background-color: #12c9d3 !important;
    border-color: #2e6da4 !important;
    padding: 10px;
    right: 30px;
    position: absolute;
    z-index: 1;
    top: 14px;
	}

.floor-btn a:hover{
	text-decoration: none;
}

.trms{
	margin-top:60px;
	color: #12c9d3;
	    font-size: 18px;
}

.tnt-app{
	background: #f7f9fd;
    padding: 20px;
    font-size: 16px;
    color: #333;
	display:none;
}
.intro-btn{
margin-top: 20px;
}

.intro-btn a{
    border: 3px solid #fff;
    border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	color:#fff;
	background: transparent !important;
}

.intro-btn a:focus{
color: #337ab7 !important;
}

.intro-btn a:hover{
	color: #fff !important;
	background: transparent !important;
}

.lght-btn{
	background: #C7D4EF !important;
}
.lght-btn a{
		color: #5D89D7 !important;
}
#section1 .about-gif{
	    top: -65px;
}


