@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}

.bg-color{
  background-color: #F5F5F5;
}
body{
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
}

.font-family-roboto{
  font-family: 'Roboto', sans-serif;
}
.font-weight-300{
  font-weight: 300;
}
.font-weight-400{
  font-weight: 400;
}
.font-weight-500{
  font-weight: 500;
}
.font-weight-700{
  font-weight: 700;
}

.object-fit-contain{
  object-fit: contain;
}

.transition-035{
  transition: all 0.35s ease;
}

.w-10{
  width: 10%;
}

.btn-style-theme-orange{
  border: 2px solid #FFAC00;
  font-weight: 700;
  color: #FFAC00;
  font-size: 14px;
  background-size: 200% 100%;
  background-position: right;
  background-image: linear-gradient(to right, #FFAC00 50%, white 50%);
}
.info-video-btn-holder.active .btn-style-theme-orange{
  color: white;
  background-position: left;
  font-weight: 700;
}
.info-video-btn-holder .position-absolute{
  top: 0;
  left: 0;
  width: 100%;
}
.info-video-btn-holder .position-absolute svg{
  opacity: 0.0;
}
.info-video-btn-holder .position-absolute:hover svg{
  opacity: 0.8;
}

.bg-color-eee{
  background-color: #EEE;
}
input.bg-color-eee::placeholder{
  color: #000 !important;
  opacity: 0.45;
}

.color-white{
  color: white !important;
}

.color-black{
  color: black !important;
}

/* select{
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
} */

.color-theme-orange{
  color: #FFAC00;
}

.color-theme-orange-hover{
    color: #FFEF44;
}

.color-inherit{
  color: inherit !important;
}

.hover-up-1:hover{
  margin-top: -3px;
}

.opacity-1{
  opacity: 0.8;
}
.opacity-2{
  opacity: 0.65;
}

.hover-opacity-1:hover{
  opacity: 0.8;
}

.hover-opacity-2:hover{
  opacity: 0.65;
}

.hover-opacity-3:hover{
  opacity: 0.5;
}

.text-transform-none{
  text-transform: none;
}

.white-space-normal{
  white-space: normal;
}

.set-bg:nth-child(2n+1){
  background-color: white;
}

.text-decoration-underline{
  text-decoration: underline;
}

.box-shadow-1{
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.23);
}

.box-shadow-2{
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.38);
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 700;
}

h2, h3, h4, h5{
	text-transform: uppercase;
}

p, body, ul, li, span, div{
	font-family: 'Roboto-Light', sans-serif;
}

h1 {
	font-size: 32px;
	line-height: 40px;
}

h1 br{
	display: none;
}

h2 {
	font-size: 25px;
	margin-top: 10px;
}

h3{
  font-size: 19px;
}

h4{
  font-size: 17px;
	line-height: 1.3;
}

h5 {
	margin-bottom: 0;
}

@media screen and (min-width: 769px){
  body{
    font-size: 16px;
  }

  h2{
    font-size: 28px;
  }

  h3{
    font-size: 21px;
  }

  h4{
    font-size: 19px;
  }
}

.to-hide{
  display: none;
}

.header-row {
    height: 47px;
}

.text-2-lines{
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 6px;
  margin-right: -2px;
}
/* .text-2-lines::after{
  content: "..";
  position: relative;
} */

.text-1-line{
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

header .menus {
    text-align: right;
    padding: 13px 0;
    margin: 0 auto;
}

header .menus ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    padding-right: 25px;
}

header .menus ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

header .menus ul li:last-child {
    border-right: initial;
}

header .menus ul li a {
	color: #fff;
	font-family: 'Roboto-Regular', sans-serif;
}

header .menus ul li a.selected {
	font-weight: 700;
}

.h5-span,
.h5-span span {
	font-family: 'Roboto-Regular', sans-serif;
	margin-bottom: 10px;
}

.underline {
	text-decoration: underline;
}

.title-container {
	padding-top: 30px;
	padding-bottom: 15px;
}

.w-24{
  width: 24%;
}

.navbar-brand {
    float: left;
    padding: 5px 15px 5px 25px;
    font-size: 14px;
    line-height: 40px;
    height: 47px;
}

span.logoHeader {
    padding: 18px 0 15px 30px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
	font-family: 'Roboto-Regular', sans-serif;
}

.navbar-brand > img {
    height: 35px;
    width: auto;
    margin: 0;
}

#owl-macbook .owl-item img {
    width: 638px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#owl-iphone .owl-item img {
    width: initial;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-width: 306px;
}

#owl-dashboard .owl-item img {
	width: initial;
	margin: 0 auto;
}

.desktop-on .iphone-block,
.single-block {
	padding: 30px 10px;
    max-width: 285px;
    margin: 0 auto;
}

.single-block {
	text-align: center;
}

.available-container {
	background: url(../images/gprop_landing/footer@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.available-container .available-block {
	max-width: 700px;
    margin: 0 auto 20px auto;
}

.available-container .available-desc {
    padding: 10px 10px 25px 10px;
}

.btn-black {
	background: #000;
    color: #fff;
    font-size: 16px;
}

.btn-black:hover {
	background: #242424;
	color: #fff;
}

.fixed-header-row {
	background-color: rgba(65, 65, 65, 0.7);
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 47px;
}

.fixed-header-row-height{
    height: 47px;
}

#mobile-dropdown {
    display: none;
    position: fixed;
    top: 47px;
    right: 0;
    z-index: 10;
    height: 100%;
    max-width: 100%;
}

#mobile-dropdown .mobile-div {
	max-width: 400px;
    height: 100%;
    background: #252525;
    margin: 0 0 0 auto;
}

#mobile-dropdown.open {
    display: block;
}

.menu {
    text-align: right;
    margin: 0 25px 0 25px;
}

.menu a{
  color: #fff;
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 17px;
	cursor: pointer;
  text-decoration: none;
}

.menu .inner {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  color: white;
  transition: all 0.3s ease;
}

.menu .inner:hover{
  color: #CFCFCF;
}

.iphone-container .iphone-left {
	text-align: right;
}

.iphone-container h4 {
    margin: 10 0 10px 0;
}

.iphone-container .iphone-block {
    padding: 15px 5px;
}

.iphone-container .iphone-block img {
    max-width: 100%;
    height: auto;
}

.iphone-container .block-div {
    padding: 15px 0;
    float: left;
}

.color-orange {
	color: #FFAC00;
}

.color-grey-1{
  color: #333333;
}

.faq-container .faq-block div,
.faq-container .faq-block {
	margin-bottom: 10px;
}

.contact-desc {
    padding: 20px;
}

textarea {
	resize: initial;
}

.banner-row {
	max-width: 1200px;
    margin: 0 auto !important;
    padding: 30px 0;
    color: #fff;
    display: block;
}

.banner-row .banner-header {
	display: block;
}

.banner-row .banner-header.desktop-off {
	display: none !important;
}

.banner-row .banner-header .banner-header-desc {
	max-width: 580px;
  padding: 30px 0;
  margin: 0 auto;
}

.banner-row .desc {
	color: #fff;
	padding: 15px 0 40px 0;
	/* font-size: 14px; */
}

.apps-div {
	margin-bottom: 30px;
}

.apps-div a {
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #fff;
	min-width: 133px;
}

.apps-div a.btn-brown {
	color: #fff;
	background: #FFAC00;
	border: initial;
}

.apps-div a:hover {
	background: #fff;
	color: #000;
}


/* .btn-style-theme-orange{
    border: 2px solid #FFAC00;
    font-weight: 700;
    color: #FFAC00;
    font-size: 14px;
    background-size: 200% 100%;
    background-position: right;
    background-image: linear-gradient(to right, #FFAC00 50%, white 50%);
  }
  .info-video-btn-holder.active .btn-style-theme-orange{
    color: white;
    background-position: left;
    font-weight: 700;
  } */



.top-request-demo-btn{
    /* color: #FFAC00; */
    border: 1.5px solid #FFAC00;
    border-radius: 25px;
    color: #FFF;
    background-color: #FFAC00;
    /* background-size: 204% 110%;
    background-position: 98% 0%;
    background-image: linear-gradient(to right, transparent 50%, #FFAC00 50%); */
}

.top-request-demo-btn:hover{
    color: #FFAC00;
    background-color: transparent;
    /* border-color: #FFF; */
    /* background-position: 196.5% 0%; */
}

/* .dl-apps{margin:0 0 30px} */
.dl-apps a{display:inline-block;margin-right:6px;border:solid 1px #FFF;border-radius:6px;}
/* .dl-apps a img{display:block;} */

#apple-img {
	background: url(../images/gprop_landing/apple@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 15px;
}

#apple-div:hover > #apple-img {
	background: url(../images/gprop_landing/hover/apple@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#play-img {
	background: url(../images/gprop_landing/play@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 14px;
}

#play-div:hover > #play-img {
	background: url(../images/gprop_landing/hover/play@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.banner-image-div {
	height: 305px;
    overflow: hidden;
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.banner-image-div img {
	position: absolute;
	top: 0;
	width: 105px;
	height: auto;
	max-width: 211px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.banner-image-div #image_1 {
	left: 0px;
	opacity: 0.8;
	z-index: 3;
	padding-top: 68px;
}

.banner-image-div #image_2 {
	left: 150px;
	opacity: 0.8;
	z-index: 2;
	padding-top: 34px;
}

.banner-image-div #image_3 {
	left: 300px;
	opacity: 0.8;
	z-index: 1;
}

.banner-image-div #image_1_div {
	z-index: 3;
}

.banner-image-div #image_2_div {
	z-index: 2;
}

.banner-image-div #image_3_div {
	z-index: 1;
}

.banner-image-div #image_1:hover,
.banner-image-div #image_2:hover,
.banner-image-div #image_3:hover {
	z-index: 4;
	opacity: 1;
	transform: translate(15px,0) rotateY(360deg);
    -webkit-transform: translate(15px,0) rotateY(360deg);
    -o-transform: translate(15px,0) rotateY(360deg);
    -moz-transform: translate(15px,0) rotateY(360deg);
}

.banner-image-div #image_1_div,
.banner-image-div #image_2_div,
.banner-image-div #image_3_div {
    width: 105px;
    height: 273px;
    display: inline-block;
    margin-left: 0;
}

.banner-image-div #image_2_div,
.banner-image-div #image_3_div {
    width: 150px;
}

#image_2_div:hover > #image_2 {
    z-index: 4;
	opacity: 1;
}

#image_3_div:hover > #image_3 {
    z-index: 4;
	opacity: 1;
}

.blocks-row {
	background: #FFAC00;
	padding: 30px 0;
	color: #fff;
}

.blocks-row img {
	max-width: 60px;
	height: auto;
	margin: 15px 0;
}

.bg-white {
	background: #fff;
}

.bg-orange {
	background: #FFAC00;
}

.line-after {
	position: relative;
	padding-bottom: 20px;
	display: inline-block; 
}

.line-after::after {
	content: "";
	background: url(../images/gprop_landing/orange_line.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 2px;
}

.line-after.black::after {
	background: url(../images/gprop_landing/black_line.png);
}

.video-container {
	height: auto;
}

.video-container video {
	width: 100%;
    max-width: 800px;
    padding: 0 30px;
}

.contact-us-container form input,
.contact-us-container form textarea,
.contact-us-container form select {
	background: #fde7c1;
}

.contact-us-container form input::-webkit-input-placeholder,
.contact-us-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #000;
}
.contact-us-container form input::-moz-placeholder,
.contact-us-container form textarea::-moz-placeholder { /* Firefox 19+ */
  	color: #000;
}
.contact-us-container form input:-ms-input-placeholder,
.contact-us-container form textarea:-ms-input-placeholder { /* IE 10+ */
  	color: #000;
}
.contact-us-container form input:-moz-placeholder,
.contact-us-container form textarea:-moz-placeholder { /* Firefox 18- */
  	color: #000;
}

.contact-us-container form button {
	background: #252525;
	padding: 10px 50px;
}

.supported_by {
	padding: 24px 10px;
	text-align: center;
}

.supported_by img {
	margin-right: 0;
	margin-bottom: 20px;
}

.supported_by br {
	display: block;
}

.iphone-image-div,
.block-image-div,
.icon-description-div{
	width: 62px;
	height: 62px;
	margin: 0 auto;
  transition: all 0.35s ease;
}

.block-image-div.block_1 {
	background: url(../images/gprop_landing/FAM@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_1:hover, .block-image-div.block_1.active {
	background: url(../images/gprop_landing/hover/FAM@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_2 {
	background: url(../images/gprop_landing/Property_Management_Panel@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_2:hover, .block-image-div.block_2.active {
	background: url(../images/gprop_landing/hover/Property_Management_Panel@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_3 {
	background: url(../images/gprop_landing/Virtual_meeting_room@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_3:hover, .block-image-div.block_3.active {
	background: url(../images/gprop_landing/hover/Virtual_meeting_room@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_4 {
	background: url(../images/gprop_landing/User_matrix@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_4:hover, .block-image-div.block_4.active {
	background: url(../images/gprop_landing/hover/User_matrix@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_5 {
	background: url(../images/gprop_landing/Feedback@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_5:hover, .block-image-div.block_5.active {
	background: url(../images/gprop_landing/hover/Feedback@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_6 {
	background: url(../images/gprop_landing/MIS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_6:hover, .block-image-div.block_6.active {
	background: url(../images/gprop_landing/hover/MIS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_7 {
	background: url(../images/gprop_landing/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_7:hover, .block-image-div.block_7.active {
	background: url(../images/gprop_landing/hover/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_8 {
	background: url(../images/gprop_landing/AMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_8:hover, .block-image-div.block_8.active {
	background: url(../images/gprop_landing/hover/AMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_9 {
	background: url(../images/gprop_landing/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_9:hover {
	background: url(../images/gprop_landing/hover/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_1 {
	background: url(../images/gprop_landing/Notice_board-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_1.active, .iphone-image-div.iphone_1:hover {
	background: url(../images/gprop_landing/hover/Notice_board-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_2 {
	background: url(../images/gprop_landing/Panic_Button-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_2.active, .iphone-image-div.iphone_2:hover {
	background: url(../images/gprop_landing/hover/Panic_Button-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_3 {
	background: url(../images/gprop_landing/Pay-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_3.active, .iphone-image-div.iphone_3:hover {
	background: url(../images/gprop_landing/hover/Pay-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_4 {
	background: url(../images/gprop_landing/Facilities_Booking-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_4.active, .iphone-image-div.iphone_4:hover {
	background: url(../images/gprop_landing/hover/Facilities_Booking-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_5 {
	background: url(../images/gprop_landing/Feedback-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_5.active, .iphone-image-div.iphone_5:hover {
	background: url(../images/gprop_landing/hover/Feedback-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_6 {
	background: url(../images/gprop_landing/Manage_home-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_6.active, .iphone-image-div.iphone_6:hover {
	background: url(../images/gprop_landing/hover/Manage_home-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_7 {
	background: url(../images/gprop_landing/Intracommunity-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_7.active, .iphone-image-div.iphone_7:hover {
	background: url(../images/gprop_landing/hover/Intracommunity-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_8 {
	background: url(../images/gprop_landing/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_8.active, .iphone-image-div.iphone_8:hover {
	background: url(../images/gprop_landing/hover/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_9 {
	background: url(../images/gprop_landing/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_9:hover {
	background: url(../images/gprop_landing/hover/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-service-application{
  background: url(../images/gprop_landing/service_application_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-service-application.active, .bg-img-service-application:hover{
  background: url(../images/gprop_landing/service_application_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-access-card-application{
  background: url(../images/gprop_landing/access_card.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-access-card-application.active, .bg-img-access-card-application:hover{
  background: url(../images/gprop_landing/access_card_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-visitor-listing{
  background: url(../images/gprop_landing/visitor_listing.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-visitor-listing.active, .bg-img-visitor-listing:hover{
  background: url(../images/gprop_landing/visitor_listing_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-visitor-checkin-out{
  background: url(../images/gprop_landing/visitor_checkin_out.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-visitor-checkin-out.active, .bg-img-visitor-checkin-out:hover{
  background: url(../images/gprop_landing/visitor_checkin_out_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-guard-checkin{
  background: url(../images/gprop_landing/guard_checkin.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-guard-checkin.active, .bg-img-guard-checkin:hover{
  background: url(../images/gprop_landing/guard_checkin_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-guard-patrol{
  background: url(../images/gprop_landing/guard_patrol.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-guard-patrol.active, .bg-img-guard-patrol:hover{
  background: url(../images/gprop_landing/guard_patrol_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-maintenance-report{
  background: url(../images/gprop_landing/guard_reporting.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-maintenance-report.active, .bg-img-maintenance-report:hover{
  background: url(../images/gprop_landing/guard_reporting_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-tenant-management{
  background: url(../images/gprop_landing/tenant_managament_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-tenant-management:hover, .bg-img-tenant-management.active{
  background: url(../images/gprop_landing/tenant_managament_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-defect-management{
  background: url(../images/gprop_landing/defect_management_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-defect-management.active, .bg-img-defect-management:hover{
  background: url(../images/gprop_landing/defect_management_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-support-ticket{
  background: url(../images/gprop_landing/support_ticket.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-support-ticket.active, .bg-img-support-ticket:hover{
  background: url(../images/gprop_landing/support_ticket_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-forum{
  background: url(../images/gprop_landing/forum.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-forum.active, .bg-img-forum:hover{
  background: url(../images/gprop_landing/forum_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-acc-pay-approval{
  background: url(../images/gprop_landing/acc_pay_approval.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-acc-pay-approval.active, .bg-img-acc-pay-approval:hover{
  background: url(../images/gprop_landing/acc_pay_approval_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}



.cursor-pointer:hover{
  cursor: pointer;
}
.cursor-pointer-disabled:hover{
  cursor: not-allowed;
}

.less-class,
.more-class,
.more_class,
.less_class{
	font-family: "Roboto", sans-serif !important;
  font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
}

#mobile-dropdown-trigger {
	cursor: pointer;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0% !important;
    z-index: -9;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-theme .owl-nav .owl-prev {
    left: -35px;
}

.owl-theme .owl-nav .owl-next {
    right: -35px;
}

.title-hint {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.sg-class {
	width: 180px;
	height: auto;
	max-width: 100%;
}

.display-inline-block {
	display: inline-block;
}

.video-container iframe {
	position: relative;
	width: 363px;
	height: 250px;
	max-width: 100%;
  min-height: 100%;
}

.social-icons{
  color: white !important;
}

.social-icons:hover{
  background-color: #1c75bc;
  border-radius: 50%;
  opacity: 0.88;
}

.mobile-m-t-30,
.m-t-30 {
	margin-top: 30px !important;
}

footer {
	background: #252525;
    color: #fff;
    padding: 13px 25px;
}


.desktop-off,
.tablet-off {
	display: none !important;
}

.desktop-on,
.tablet-on {
	display: block;
}

/* .container {
	padding-top: 30px;
	padding-bottom: 15px;
} */

.iphone-container {
	padding-bottom: 42px;
}

.fullwidth-container {
	width: 100%;
}

.fullwidth-container .row {
	margin-left: 0;
	margin-right: 0;
}

.contact-us-container,
.faq-container {
	max-width: 740px;
	padding: 0 20px 40px 20px;
}

.video-container,
.contact-us-container {
	padding: 0 20px 40px 20px;
}

.contact-us-container.unset-all{
  max-width: none;
}

.banner-container {
	background: url(../images/gprop_landing/banner@1x.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.no-padding {
	padding: 0 !important;
}

.p-r-25 {
	padding-right: 25px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-lr-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.p-b-0 {
	padding-bottom: 0;
}

.m-l-20 {
	margin-left: 20px;
}

.max-h-75vh{
  max-height: 75vh;
}

.left-0{
    left: 0;
}

.left-100{
    left: 100;
}

.right-100{
    right: 100;
}

.top-0{
    top: 0;
}

.top-demo-button{
    max-width: 65%;
    left: 0;
    /* top: 50%;
    transform: translate(0, -50%); */
    top: 0;
    position: absolute;
    border: 2px solid #FFAC00;
    font-size: 80%;
    background-color: #FFAC00CC;
    color: white;
}

.top-demo-button:hover{
    border-color: #FFEF44;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.top-demo-button:hover .hover-bounce{
    animation: bounce .35s ease infinite alternate;
    color: #FFEF44;
}

.top-demo-button:hover .color-white{
    font-weight: 700;
}

.z-index-1{
  z-index: 5;
}

.z-index-2{
  z-index: 10;
}

@keyframes bounce {
    100% {
        text-shadow: 0 0.8px 0 #CCC;
    }
}







@media screen and (min-width:1200px){
  .max-h-xl-90vh{
    max-height: 90vh;
  }
}

.max-width-500 {
	max-width: 500px;
}

#owl-banner img {
	max-height: 500px;
  height: auto;
  max-width: 577px;
  width: 100%;
  padding: 10px 10px;
  margin: 8% auto 0 auto;
}

@media screen and (min-width: 1200px) {
  
  #owl-banner img{
    margin: 0;
  }
}

.privacy-block{margin-bottom:20px;text-align:justify;}

.apk-link {
    width: 142px;
    height: 49px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

@media (min-width: 200px){
	.banner-image-div #image_1 {
		left: calc(46% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(61% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(76% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(46% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 38px;
	}
}

@media (min-width: 400px){
	.banner-image-div #image_1 {
		left: calc(44% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(59% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(74% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(44% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 50px;
	}
}

@media (min-width: 480px){
	.banner-image-div #image_1 {
		left: calc(42% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(57% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(72% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(42% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 63px;
	}

	/* .owl-theme .owl-nav .owl-prev {
	    left: 40px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: 40px;
	} */

	.video-container iframe {
		width: 436px;
		height: 250px;
	}
}

@media screen and (max-width:575px) {
  .text-mobile-smaller{
    font-size: 13px;
  }

  .banner-row .desc {
    color: #fff;
    padding: 25px 0;
    /* font-size: 14px; */
  }
}

@media (min-width: 576px) {
	.banner-image-div img {
		width: auto;
		height: auto;
	}

	.banner-image-div #image_1_div,
	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 212px;
	    height: 546px;
	    display: inline-block;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 150px;
	}

	.banner-image-div #image_1 {
		left: 30px;
	}

	.banner-image-div #image_2 {
		left: 180px;
	}

	.banner-image-div #image_3 {
		left: 330px;
	}

	.banner-image-div {
		height: 546px;
	}

	.banner-image-div #image_1_div,
	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
		margin-left: 0;
	}

	/* .owl-theme .owl-nav .owl-prev {
	    left: 80px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: 80px;
	} */

	h1 {
		font-size: 40px;
		line-height: 48px;
	}

	h5 {
		margin-bottom: 5px;
	}

	.supported_by img:not(.last) {
		margin-right: 50px;
	}
  
	.supported_by br {
		display: none;
	}

	.video-container iframe {
		width: 526px;
		height: 304px;
	}

	header .menus {
	    padding: 18px 0;
	}

	.fixed-header-row {
	    height: 57px;
	}

    .fixed-header-row-height{
        height: 57px;
    }

	.navbar-brand {
	    height: 47px;
	}

	.navbar-brand > img {
	    height: 45px;
	}
}

@media (min-width: 769px) {
	.tablet-off {
		display: block !important;
	}

	.tablet-on {
		display: none;
	}

	.mobile-m-t-30 {
		margin-top: auto !important;
	}

	.owl-theme .owl-nav .owl-prev {
	    left: -35px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: -35px;
	}

	.video-container iframe {
		width: 735px;
		height: 421px;
	}
}

@media (min-width: 1200px) {
	.desktop-off {
		display: block !important;
	}

	.desktop-on {
		display: none;
	}

	.iphone-container h4 {
	    margin: 0 0 5px 0;
	}

  .banner-col {
		padding-left: 30px;
	}

	.banner-row {
		display: flex;
	}

	.banner-row .banner-header.desktop-off {
		display: inline-flex !important;
		align-items: center;
	}

	.banner-row .banner-header.desktop-on {
		display: none;
	}

	.banner-row .banner-header .banner-header-desc {
    margin: 0;
    padding: 65px 0;
	}

	.banner-image-div #image_1 {
		left: 0px;
	}

	.banner-image-div #image_2 {
		left: 150px;
	}

	.banner-image-div #image_3 {
		left: 300px;
	}

	.video-container iframe {
		width: 940px;
		height: 538px;
	}

  .max-h-xl-75vh{
    max-height: 75vh;
  }
}

@media (min-width: 1250px) {
	.banner-col {
		padding-left: 75px;
	}
}

@media screen and (max-width:1199px){
  #apps_features_video, #guard_app_features_video, #task_management_apps_features_video{
    height: 72vh;
  }
}

@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) {
	.banner-container {
		background: url(../images/gprop_landing/banner@2x.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0;
	}

	.block-image-div.block_1 {
		background: url(../images/gprop_landing/FAM@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_1:hover, .block-image-div.block_1.active {
		background: url(../images/gprop_landing/hover/FAM@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_2 {
		background: url(../images/gprop_landing/Property_Management_Panel@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_2:hover, .block-image-div.block_2.active {
		background: url(../images/gprop_landing/hover/Property_Management_Panel@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_3 {
		background: url(../images/gprop_landing/Virtual_meeting_room@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_3:hover, .block-image-div.block_3.active {
		background: url(../images/gprop_landing/hover/Virtual_meeting_room@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_4 {
		background: url(../images/gprop_landing/User_matrix@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_4:hover, .block-image-div.block_4.active {
		background: url(../images/gprop_landing/hover/User_matrix@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_5 {
		background: url(../images/gprop_landing/Feedback@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_5:hover, .block-image-div.block_5.active {
		background: url(../images/gprop_landing/hover/Feedback@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_6 {
		background: url(../images/gprop_landing/MIS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_6:hover, .block-image-div.block_6.active {
		background: url(../images/gprop_landing/hover/MIS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_7 {
		background: url(../images/gprop_landing/VMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_7:hover, .block-image-div.block_7.active {
		background: url(../images/gprop_landing/hover/VMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_8 {
		background: url(../images/gprop_landing/AMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_8:hover, .block-image-div.block_8.active {
		background: url(../images/gprop_landing/hover/AMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_9 {
		background: url(../images/gprop_landing/other@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_9:hover {
		background: url(../images/gprop_landing/hover/other@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#apple-img {
		background: url(../images/gprop_landing/apple@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 15px;
	}

	#apple-div:hover > #apple-img {
		background: url(../images/gprop_landing/hover/apple@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#play-img {
		background: url(../images/gprop_landing/play@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 10px;
		height: 14px;
	}

	#play-div:hover > #play-img {
		background: url(../images/gprop_landing/hover/play@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.border-white-1{
  border: 1px solid white;
}

.bg-why-gprop{
  /* background-image: linear-gradient(35deg, #e9e9e9, #fafafa); */
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.23);
}

.bg-why-gprop:hover{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.23);
}


.middle-element{
  position: relative;
}


.form-placeholder-font-size{
  font-size: 14px;
}

.footer-font-size{
  font-size: 13px;
}

@media screen and (max-width:992px){   
  .middle-element::before{
    content: "";
    height: 1.5px;
    width: 80%;
    background-color: #ccc;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
  }
  .middle-element::after{
    content: "";
    height: 1.5px;
    width: 80%;
    background-color: #ccc;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

@media screen and (max-width:1200px){
  .video-main-video{
    min-width: 100%;
  }  
}
@media screen and (min-width:769px) {
  .footer-font-size{
    font-size: 14px;
  }
}

@media screen and (min-width:993px){
    .menu a{
        font-size: 20px;
    }

    .middle-element::before{
        content: " ";
        height: 80%;
        width: 1.5px;
        background-color: #ccc;
        transform: translate(0, -50%);
        position: absolute;
        left: 0;
        top: 50%;
    }
    .middle-element::after{
        content: " ";
        height: 80%;
        width: 1.5px;
        background-color: #ccc;
        transform: translate(0, -50%);
        position: absolute;
        right: 0;
        top: 50%;
    }

    .btn-style-theme-orange{
        font-size: 16px;
    }

    .w-lg-20{
        width: 20% !important;
    }

    .top-demo-button {
        max-width: 72%;
        font-size: 100%;
    }
}