html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	/* font-family: 'Lato'; */
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f9f9f9;
	overflow-x: hidden;
	min-width: 240px !important;
	width: auto !important;
}

p {
	font-size: 18px;
	margin: 0px 0 28px;
}

p strong {
	font-size: 20px;
}


.wrapper {
    border: 1px solid #d8d8d8;
    position: absolute;
    z-index: 9999999999;
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.outer_div {
    width: 403px;
    background-color: white;
    height: 116px;
    overflow: hidden;   
}
.inner_div {
     overflow-y: scroll;
     overflow-x: hidden;
     max-height: 100%;
     width: 100%;
}
.element {
     width: 100%;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #646464;   
}
.element-hover {
   background-color: #f5f5f5 !important;   
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 80px;
  margin: 5px auto 0 auto;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
#loader-container{
	display: none;       
    position: absolute;  
    top: 0;                  
    right: 0;                
    bottom: 0;
	left: 0;
	z-index: 9999;
	height: 100%;
}
.overlay {
    background: #e9e9e9; 
    display: none;       
    position: absolute;  
    top: 0;                  
    right: 0;                
    bottom: 0;
    left: 0;
	opacity: 0.5;
	height: 300%;
	z-index: 9999;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

.no-margin {
	margin: 0px !important;
}

.navbar-default {
	background-color: #F4F8FB;
	border: none;
	margin: 0px;
}

.navbar-default .navbar-nav > li {
	margin-right: -5px !important;
}

.navbar-default .navbar-nav > li > a {
	color: #D4D8DD;
	font-weight: lighter;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 25px 10px;
}

.navbar-default .navbar-brand {
	height: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.navbar-default .navbar-brand img {
	width: auto;
	height: 100%;
}

.free-sample-rpt-msg
{
	margin: auto;
}

.navbar-toggle {
	margin-top: 21px;
	margin-right: 0 !important;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.f-s-24 {
	font-size: 24px !important;
}

.f-s-25 {
	font-size: 25px !important;
}

.f-s-17 {
	font-size: 17px !important;
}

.f-s-35 {
	font-size: 35px !important;
}

.bg-d-blue {
	background-color: 112331 !important;
}

.bg-primary {
	background-color: #173750;
}

.this-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.this-flex .cont {
	flex-grow: 1;
}

.this-flex .cont img {
	width: 130px;
}

.main-banner h1 {
	font-family: 'Futura Light';
	font-size: 50px;
	padding-left: 20%;
	padding-right: 20%;
}

.main-banner {
	padding-top: 80px;
	padding-bottom: 30px;
	background-size: cover;
	position: relative;
}

.p-l-r-c {
	padding-left: 5%;
	padding-right: 5%;
}

.m-t-b-c {
	margin-top: 40px;
	margin-bottom: 60px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-20 {
	margin-top: 20px;
}

.opac-6 {
	opacity: 0.6;
}

.meter {
	padding: 30px;
}

.meter img {
	width: 80%;
}

.listItems {
	padding-left: 20px;
	text-align: left;
	font-size: 17px;
}

.mainHeading {
	border-bottom: 2px solid #518FC2;
	padding-bottom: 10px;
	font-size: 50px;
	page-break-inside: avoid;
}

.dynTable td {
	color: #82C2FF;
	-webkit-text-fill-color: #82C2FF;
	font-size: 15px;
	border: 1.5px solid #e0e0e0;
	padding: 0 20px;
	page-break-inside: avoid;
}

.contents {
	color: #2F3856;
	font-size: 10px;
	font-weight: 900;
}

.checkedd {
	list-style-image: url('/images/temporarilyAddedImages/checked.png');
}

.tbl {
	border-collapse: collapse;
	page-break-inside: avoid;
	margin: 20px;
}

.tbl table, td, th {
	border: 1px solid black;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	page-break-inside: avoid;
}

.checkedd:before {

	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
	background-size: 15px;
	background-image: url('/images/temporarilyAddedImages/checked.png');
	background-image: url('/images/temporarilyAddedImages/checked.png') no-repeat center top !important;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: -20px;
}

.paraItems {
	text-align: justify;
	font-size: 20px !important;
	color: #000000 !important;
}

.w-100 {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.w-50 {
	width: 50% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.btn-x-red {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ff1a38;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-red:hover,
.btn-x-red:active {
	color: #fff;
	background-color: #ff1a38;
}

.btn-x-red-covered {
	background-color: #ff1a38 !important;
	color: #fff !important;
	font-weight: bold;
}

.btn-x-red-thin {
	border: 1px solid #ff1a38;
	color: #ff1a38;
	padding-left: 70px;
	padding-right: 70px;
}

.btn-x-white {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid white;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-white:hover,
.btn-x-white:active {
	color: #518FC2;
	background-color: white;
}

.btn-x-blue {
	background: none;
	color: #213540;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #213540;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-blue:hover,
.btn-x-blue:active {
	color: #fff;
	background-color: #213540;
}

.meter .btn-x-red {
	margin-top: 10px;
}

.secondary-banner {
	background-color: #F4F8FB;
	padding-top: 60px;
	padding-bottom: 60px;
}

.secondary-banner .quote {
	font-size: 34px !important;
	font-weight: bold;
	width: 775px;
	margin: 0 auto;
}

.secondary-banner p {
	color: #8e8e8e;
	font-size: 17px !important;
	margin-bottom: 20px;
}

.secondary-banner.blue-p p {
	color: #538DBB !important;
}

.secondary-banner.blue-p-2 p {
	color: #B6B7BB;
}

.secondary-banner h1 {
	font-size: 33px;
	color: #092B44;
	margin-bottom: 35px;
}

.saving {
	color: #55a924 !important;
}

.saving-center {
	margin-bottom: 46px !important;
}

.saving-monthly {
	margin-top: -10px !important;
	margin-bottom: 30px !important;
}

.weekly-price .subs {
	margin-bottom: 64px;
}

.secondary-banner h2 {
	font-size: 23px;
	color: #092B44;
	margin-bottom: 28px;
}

.title-score-color {
	color: #668cbd;
}

.h-100 {
	height: 100vh;
}

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

.m-r-15 {
	margin-right: 15px;
}

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

.m-h-10 {
	margin: 0px 10px;
}

.m-10 {
	margin: 10px;
}

.d-inline {
	display: inline;
}

.quote-box {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
	float: left;
}

.quote-mark-left {
	margin-left: 0%;
	height: auto;
	width: 50px;
}

.quote-mark-right {
	margin-right: 0%;
	height: auto;
	width: 50px;
}

.quote-box img {
	width: 100%;
}

.quote {
	font-size: 28px !important;
}

.quote-box p {
	font-size: 25px;
	margin-bottom: 5px;
}

.quote-box .pull-left {
	width: 60%;
}

.quote-box .pull-left:last-child {
	width: 40%;
}

.bg-white {
	background: #fff !important;
}

.bg-l-blue {
	background: #518FC2 !important;
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.bg-l-blue h1,
.bg-l-blue h2,
.bg-l-blue p {
	color: #fff;
}

.secondary-banner .container {
	width: 1030px;
}

.e-book-floating {
	margin-top: -74px;
	margin-bottom: -74px;
	z-index: 99999999;
	position: relative;
}

.key-benefits-cont {
	width: 62%;
	margin: 0 auto;
}

.bg-d-l-blue {
	background-color: #1F334C;
}

.bg-d-l-blue h1,
.bg-d-l-blue h2,
.bg-d-l-blue p {
	color: #fff;
}

.bg-d-l-blue p {
	opacity: 0.6;
	font-size: 19px;
}

.why-team {
	margin-bottom: 20px;
}

.why-team-name {
	color: #1F334C !important;
	text-align: left;
	margin-right: 20px;
}

.why-team-text {
	text-align: left;
	color: #1F334C !important;
	margin-bottom: 5px;
}

.why-team-text p {
	font-size: 16px;
	font-weight: 600;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 0px;
	color: #1F334C !important;
}

.how-it-works-text {
	text-align: left;
	color: #1F334C !important;
	margin-bottom: 5px;
}

.how-it-works p {
	font-size: 16px;
	font-weight: 600;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 25px;
	color: #1F334C !important;
}

.why-team-nextline {
	margin-left: 20px;
}

.blue-check-img {
	margin-right: 20px;
	margin-left: -20px;
}

.how-locationscore-works-icon {
	margin-left: -40px;
	margin-top: -40px;
	margin-right: 70px;
}

.how-locationscore-works-icon-text {
	margin-bottom: 0px !important;
}

.check {
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 13px;
}

.why-choose-us-check {
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 13px;
	position: relative;
}

.check-nextline {
	opacity: 1 !important;
	display: inline-block;
	margin-left: 35px;
	margin-bottom: 13px;
	margin-top: -10px;
}

.check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
}

.why-choose-us-check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
	position: absolute;
	top: 13px;
	left: -8px;
}

.index-red-check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
	position: absolute;
	top: 13px;
	left: -8px;
}

.whats-included-cont {
	padding: 0 40px;
}

section.whats-included-main-cont {
	float: left;
}

.bg-d-l-blue h2 {
	font-weight: bold;
	font-size: 26px;
}

.testimonials-slider img {
	border-radius: 100%;
	width: 128px;
	border: none;
}

.testimonials-slider .name {
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	color: #4F8EC1;
	font-size: 16px;
	margin-bottom: 0px;
}

.testimonials-slider .profession {
	margin-top: 0px;
	text-transform: capitalize;
	color: #4D545C;
	font-size: 18px;
}

.testimonials-slider .testi {
	margin-top: 0px;
	color: #4D545C;
	font-size: 23px;
}

.carousel {
	float: left;
	width: 100%;
}

.carousel-caption {
	position: relative;
	left: unset;
	right: unset;
	text-shadow: none;
	left: 0px !important;
	right: 0px !important;
	height: 356px;
}

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: #F32040;
	border: 1px solid #F32040;
}

.carousel-indicators {
	bottom: 0px;
}
/* .sign-in-btn-cont {
	margin-left: calc(50% - 270px / 2);
	float: left;
	margin-top: 30px;
	margin-bottom: 180px;
} */
.sign-in-btn-cont {
	margin-left: calc(50% - 270px / 2);
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sign-in-btn-cont button {
	font-size: 20px !important;
}

.bg-red {
	background-color: #F22039;
}

.bg-red h1,
.bg-red h2,
.bg-red p {
	color: #fff;
}

.bg-red h2 {
	font-weight: bold;
	font-size: 26px;
}

.pricing {
	padding: 30px;
	overflow: hidden;
	left: 0px !important;
}

.pricing.center {
	margin-top: -40px;
	padding-top: 60px;
	margin-bottom: -40px;
	padding-bottom: 60px;
	z-index: 99999;
	box-shadow: 0px 0px 12px #424242;
}

.price {
	font-size: 60px !important;
	color: #213540;
}

.subs {
	color: #213540 !important;
}

.pricing button {
	padding-left: 60px;
	padding-right: 60px;
	font-weight: bold;
}

.best-value {
	position: absolute;
	margin-top: -39px;
	transform: rotate(-40deg);
	margin-left: -70px;
	background-color: #668cbd;
	margin-bottom: 0px;
	padding: 10px 50px;
	font-size: 12px !important;
	color: white !important;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}

.red-border {
	border-color: #ff1a38 !important;
}

.login-border {
	border-width: 2px;
	border-color: #3D7B86;
	border-style: solid;
	padding: 10px;
	margin-left: -8px;
	border-radius: .5rem;
	color: #3D7B86;
}

.login-border:hover {
	color: white;
	background-color: #3D7B86;
}

.icon-padding-left {
	padding-left: 10px;
	margin-top: 5px;
}

span.sup {
	font-size: 35px;
	vertical-align: super;
}

.fa-chevron-right {
	font-size: 14px !important;
}

.pricing.center .price {
	font-size: 70px;
}

.change-subscription-bullet {
	margin-left: 20px;
	margin-top: 5px;
	padding-right: 20px;
}

.change-subscription-section-title {
	font-size: 20px;
	font-weight: 600;
	margin: 5px 0px;
}

.change-subscription-radio {
	margin-left: 8%;
	margin-top: 5px;
	padding-right: 20px;
}

.discount-type-radio {
	margin-left: 30px;
}

.change-subscription {
	margin-bottom: 5px;
}

.change-subscription p {
	font-size: 12pt !important;
	margin-bottom: 5px !important;
}

.change-subscription p strong {
	font-size: 12pt !important;
}

.current-advantage-title {
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.width-100 {
	width: 100%;
}

.margin-top-20 {
	margin-top: 20px;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer p {
	color: #B6B7BB;
}

.n-m-b {
	margin-bottom: 0px !important;
}

#cardForm > div {
	height: 50px;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	display: inline-block;
	box-shadow: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #dddddd;
	line-height: 20px;
	background: #fcfcfc;
	margin-bottom: 12px;
	background: linear-gradient(to right, white 50%, #fcfcfc 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 300ms ease-in-out;
}

.hosted-fields--label {
	font-family: courier, monospace;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

#cardForm div:last-child {
	border: none;
	display: block;
	text-align: center;
	background: none;
	padding: 0;
}

#submit {
	cursor: pointer;
	line-height: inherit;
	position: relative;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 12pt !important;
	font-weight: bold;
	background: #ff1a38;
	color: white;
}

.button--small {
	padding: 10px 20px;
	font-size: 0.875rem;
}

.button--green {
	outline: none;
	background-color: #64d18a;
	border-color: #64d18a;
	color: white;
	transition: all 200ms ease;
}

.button--green:hover {
	background-color: #8bdda8;
	color: white;
}

.braintree-hosted-fields-focused {
	border: 1px solid #64d18a;
	border-radius: 1px;
	background-position: left bottom;
}

.braintree-hosted-fields-invalid {
	border: 1px solid #ed574a;
}

.braintree-hosted-fields-valid {
}

#cardForm {
	max-width: 50.75em;
	margin: 0 auto;
	padding: 1.875em;
}

.lsButton-50 {
	width: 49% !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	background: #ff1a38;
	color: white;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding: 20px 0;
}

.lsButton-50:hover {
	background: #ff1a38;
	color: white;
}

.lsButton {
	width: 100% !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	background: #ff1a38;
	color: white;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 20px 0;
}

.lsButton:hover {
	background: #ff1a38;
	color: white;
}

.asterisk {
	color: #ff1a38;
}

.pricing {
	left: 0px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
}

.pricing.center {
	left: 0px;
	padding-bottom: 80px;
}

.getStartedBtn {
	border: 1px solid;
	text-decoration: none !important;
	padding: 20px 30px;
}

.pricing.center .subs {
	margin-bottom: 20px;
}

.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 0px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.whatsInc {
	color: white !important;
}

.paymentOptionContainer {
	margin-bottom: 30px;
	text-align: center;
}

.stripeLogo {
	width: 200px;
	margin-bottom: 20px;
}

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

.paymentOption h4 {
	margin-top: 20px;
}

.paymentOption form {
	margin-top: 20px;
}

.paymentDetails {
	float: left;
	width: 100%;
}

.paymentDetails .checkboxItem {
	float: left;
	width: 100%;
}

#reviewBtn {
	float: left;
	background: gold;
	color: black;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	border-radius: 5%;
	width: 100%;
	height: 50px;
	text-align: center;
	cursor: pointer;
}

.terms-agree-btn-cont {
	width: 100%;
	float: left;
	margin: 0 auto;
	margin-bottom: 20px;
}

#terms-agree-btn {
	background: gold;
	color: black;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	border-radius: 5%;
	width: 100%;
	/* height: 50px; */
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 0 auto !important;
}

#terms-disagree-btn {
	background: red;
	color: white;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	border-radius: 5%;
	width: 100%;
	/* height: 50px; */
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 0 auto !important;
}

.sectionBanner {
	float: left;
	width: 100%;
	background: #0d202e;
	color: white;
	min-height: 123px;
	vertical-align: middle;
	text-align: center;
	font-size: 36pt;
	padding-top: 30px;
	font-family: 'Poppins', sans-serif;
}

.userMenu {
	width: 100%;
	min-height: 50px;
	background: #5290c3;
	color: white;
}
.buttonLeft
{
	height: 64px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	float: left;
}
.buttonRight
{
	height: 64px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	float: right;
}
.propertyMenu
{
	border-radius: 5px;
	min-height: 60px;
	background: #25bdbe;
	color: white;
	margin-bottom: 5px;
}
.propertyMenu:hover
{
	transform: scale(1.05);
}

.propertyMenu img
{
	height: 30px;
	width: 40px;
	position: absolute;
}
#prop-arrow-left
{
	margin-top: 17px;
	margin-left: -95px;
}
#prop-arrow-right
{
	margin-top: 17px;
	margin-left: 55px;
}
.buttonRight.sticky {
	/* right: 235px; */
	/* left: calc(100% - 235px); */
	/* right: 35px; */
	position: fixed;
	top : calc(100% - 85px);
	z-index: 9998;
}
.buttonLeft.sticky {
	position: fixed;
	top : calc(100% - 85px);
	z-index: 9998;
}

.userMenu {
	width: 100%;
	min-height: 50px;
	background: #5290c3;
	color: white;
}

.userMenu.sticky {
	position: fixed;
	top: 0;
	z-index: 999999;
}

.userMenuItemsContainer {
	float: left;
	width: 667px;
	margin-left: calc(60% - (660px / 2));
}

.userMenuItems {
	float: left;
	cursor: pointer;
	font-weight: bold !important;
	font-size: 12pt !important;
	text-decoration: none;
	color: white !important;
}

.userMenuItems:hover {
	background: none !important;
	color: #333 !important;
}

.sectionBannerEmph {
	font-weight: bolder;
}

.info {
	float: left;
	font-size: 16pt;
	font-weight: 600;
	margin-bottom: 18px;
}

.infoContainer {
	float: left;
	width: 780px;
	margin-left: calc(50% - (780px / 2));
	padding-top: 50px;
	padding-bottom: 543px;
	position: relative;
}

.infoTitle {
	width: 100%;
	font-weight: 900;
	margin-bottom: 18px;
	margin-top: 52px;
}

.infoLabel {
	width: 433px;
}

.editInfo {
	width: 353px;
	color: #ff1a38;
	font-style: italic;
	cursor: pointer;
	text-decoration: none;
}

.noAccess {
	background: #0d202e;
	width: 100%;
	float: left;
	font-family: 'Lato', sans-serif;
}

.noAccessMsg {
	float: left;
	min-height: 350px;
	width: 1042px;
	margin-left: calc(50% - (1042px / 2));
	background: #273945;
	color: white;
	text-align: center;
	margin-bottom: 97px;
	position: relative;
}

.noAccessMsg h1 {
	font-size: 36pt;
	font-weight: black 900;
}

.noAccessMsg h2 {
	margin-bottom: 30px;
	margin-top: 50px;
}

.noAccessMsg h3 {
	font-size: 20pt;
	margin-bottom: 30px;
}

.subscribeBtn {
	background: #ff1a38;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
}

.redirection {
	float: left;
	color: white;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12pt;
}

.locationSelection {
	float: left;
	width: 100%;
	min-height: 62px;
}

.suburbSelection {
	float: left;
	width: 100%;
	min-height: 62px;
	padding-bottom: 70px;
}

.bottomNav {
	float: left;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	width: 100%;
	color: white;
}

.navbar-brand {
	margin-top: 17px;
	margin-bottom: 17px;
}

.locationSelectionItem {
	color: black;
	width: 210px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

.searchLocationBtn {
	font-family: 'Poppins', sans-serif;
	background: #ff1a38 !important;
	color: white;
	border: none;
	width: 145px;
	height: 62px;
	font-size: 12pt;
	font-weight: bold;
	margin-left: -3px;
	position: relative;
	z-index: 9;
}

.greeting {
	float: left;
	margin: 0;
}

.reportsSection {
	float: left;
	width: 100%;
	background: white;
}

.reports {
	float: left;
	width: 1342px;
	margin-left: calc(50% - (1342px / 2));
}

.reportsContainer {
	margin-top: 96px;
	float: left;
	width: 626px;
}

.reports div:first-child {
	margin-right: 86px;
}

.reportBtn {
	font-family: 'Poppins', sans-serif;
	color: #0d202e;
	padding-top: 40px;
	padding-left: 40px;
	float: left;
	text-decoration: none;
	border: 3px solid #0d202e;
	width: 625px;
	height: 165px;
	font-size: 36pt;
	line-height: 0.75;
	font-weight: bold;
}

.reportBtn:hover {
	text-decoration: none;
	color: #0d202e;
}

.reportBtn span {
	font-size: 18pt !important;
	font-weight: 400;
}

.reportThumbnail {
	float: left;
	color: #9a9a9a;
	font-size: 36pt;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 200px;
	margin-bottom: 200px;
}

.blogSection {
	float: left;
	background: #0d202e;
	width: 100%;
}

.blogsContainer {
	float: left;
	width: 1283px;
	margin-left: calc(50% - (1283px / 2));
	background: #0d202e;
	color: white;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.blog {
	float: left;
	width: 277px;
	word-wrap: break-word;
	margin-right: 50px;
	cursor: pointer;
}

.blogsContainer div:last-child {
	margin-right: 0px;
}

.blogTitle {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 20pt;
}

.open {
	display: block !important;
}

#suburbField {
	height: 62px;
	width: 420px;
	padding: 0px 20px;
	color: #0d202e;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
}

#suburblist {
	text-transform: uppercase;
}

#suggestion-box {
	width: calc(70% - 20px);
	background: white;
	color: #0d202e;
	position: absolute;
	left: calc(15% + 10px);
	margin-bottom: 0px !important;
}

#suggestion-box.suggestion-big {
	width: 415px;
	background: white;
	color: #0d202e;
	position: absolute;
	left: calc(50% - (560px / 2));
	z-index: 999;
}

#suggestion-box ul {
	list-style-type: none;
	padding: 0 0;
}

#suggestion-box li {
	padding: 10px 0px;
	font-weight: 400;
}

#suggestion-box li:hover {
	background: rgb(218, 213, 213);
}

#suburbField::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0d202e;
}

#suburbField::-moz-placeholder {
	/* Firefox 19+ */
	color: #0d202e;
}

#suburbField:-ms-input-placeholder {
	/* IE 10+ */
	color: #0d202e;
}

#suburbfiled:-moz-placeholder {
	/* Firefox 18- */
	color: #0d202e;
}

.propertyCheckbox {
	float: left;
	width: 305px;
	margin-left: calc(50% - (305px / 2));
}

.propertyCheckbox p {
	font-size: 12pt;
	float: left;
}

.checkboxItem {
	float: left;
	cursor: pointer;
}

.checkboxItem img {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.checkboxItemTerms {
	float: left;
	cursor: pointer;
	margin: 20px 0;
}

.checkboxItemTerms img {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.checkboxItemTerms a {
	font-size: 18px;
	font-weight: 800;
	color: #092B44;
}

.hamburgerMenu {
	float: right;
	border: 1px white solid;
	padding: 9px 10px;
	cursor: pointer;
	margin-top: 7px;
	margin-right: 0;
	display: none;
}

.hamburgerMenu:hover {
	background: #22659c
}

.hamburgerBar {
	background: #fff;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 4px;
	display: block;
}

.hamburgerMenu div:last-child {
	margin-bottom: 0px;
}

.this-flex .cont img {
	height: 25px;
	width: auto;
	opacity: 0.75;
}

.this-flex .cont p {
	padding-top: 30px;
	font-family: 'Poppins', sans-serif;
}

.blogListSection {
	background: #f4f7f9;
	float: left;
	width: 100%
}

.blogListSection .contentContainer {
	float: left;
	width: 1170px;
	margin-left: calc(50% - (1170px / 2));
	margin-top: 40px;
}

.blogListSection .contentContainer .blogList {
	width: 835px;
	background: white;
	float: left;
	margin-right: 15px;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 33px;
	margin-bottom: 45px;
	padding-bottom: 45px;
}

.blogListSection .contentContainer .rhsPanel {
	width: 320px;
	float: left;
}

.blogListEntry {
	float: left;
	margin-top: 19px;
	margin-bottom: 19px;
}

.blogList .blogThumbnail {
	float: left;
	margin-right: 29px;
	cursor: pointer;
}

.blogList .blogThumbnail img {
	float: left;
	width: 363px;
	height: 206px;
}

.blogInfo {
	float: left;
	width: 370px;
}

.blogInfo .blogListTitle {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #2a3d56;
	margin-bottom: 13px;
	line-height: 1.2;
	cursor: pointer;
}

.blogInfo .blogListTitle:hover {
	text-decoration: none;
	color: #508ec1 !important;
}

.blogInfo .blogListDetails {
	float: left;
}

.blogInfo .blogListDetails p {
	float: left;
	font-size: 10pt;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #87939f;
	margin-bottom: 10px;
}

.blogInfo .blogListDetails .detailsSeparator {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.blogInfo .blogListPreview {
	float: left;
	width: 100%;
	max-height: 136px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: -14px;
}

.blogInfo .blogListPreview p {
	font-size: 13pt;
	font-family: 'Poppins', sans-serif;
	color: #87939f;
	margin-bottom: 13px;
}

.blogInfo .blogRedirect {
	text-decoration: none;
	color: #ff1a38;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 11pt;
	float: left;
}

.blogListPaginationContainer {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

.blogListPages {
	float: left;
	color: #0c304a !important;
	margin-right: 10px;
}

.blogListPaginationContainer a:last-child {
	margin-left: 10px;
}

.blogListPages:hover {
	text-decoration: none;
	color: #508ec1 !important;
}

.entrySeparator {
	background: #e9f1f7;
	float: left;
	width: 100%;
	height: 1px;
}

.blog-speedometerContainer {
	float: left;
	width: 100%;
	padding: 45px 30px;
	background: #112331;
}

.speedometerContainer {
	float: left;
	padding: 45px 30px;
	background: #112331;
}

.blog-speedoImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px / 2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 54px;
}

.speedoImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px / 2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 54px;
}

.invis {
	/* background: none;
	height: 20%; */
}

.hand {
	/* background: white; */
	/* height: 80%; */
	background: url('/images/speedometer-hand-blue.png');
	width: 80px;
	height: 113px;
}

.blog-sa-score-cont {
	position: absolute;
	top: 44%;
	left: 44%;
	z-index: 9999;
	color: #21344a;
	/* font-family: Lato; */
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 900;
}

.sa-score-cont {
	position: absolute;
	top: 44%;
	left: 10px;
	right: 0;
	z-index: 9999;
	color: #21344a;
	/* font-family: Lato; */
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 900;
}

.pointerContainer {
	/* width: 2.5%;
	height: 40%;
	position: absolute;
	top: 34%;
	left: 50%;
	transform-origin: 50% 100%;
	z-index: 999; */
	width: 22.5%;
	height: 48%;
	position: absolute;
	top: 25%;
	left: 40%;
	transform-origin: 50% 70%;
	z-index: 999;
}

.meter .speedometerContainer {
	margin-top: 0px;
	margin-bottom: 0px;
}

.freeEbookContainer {
	float: left;
	width: 100%;
	background: #508ec1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 99999999;
}

.freeEbookContainer {
	float: left;
	width: 100%;
	background: #508ec1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.ebookImgContainer {
	float: left;
	height: 250px;
	width: 200px;
	background-image: url('/images/e-book.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: calc(50% - (200px / 2));
	margin-top: 15px;
}

.testiContainer {
	float: left;
	margin-top: 10px;
	background: white;
	width: 100%;
	padding: 25px 30px;
	min-height: 460px;
}

.testiContainer p {
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	color: #0c304a;
	margin-bottom: 5px;
}

.photo_testi {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: gray;
	margin-left: calc(50% - (100px / 2));
}

.photo_testi img {
	width: 100%;
	border-radius: 100%;
}

.name_testi {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #508ec1;
}

.testimonial {
	float: left;
	margin-top: 10px;
}

.testimonial p {
	color: #4b575e;
	font-size: 13pt;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.testiPaginationContainer {
	float: left;
	width: 113px;
	margin-left: calc(50% - (113px / 2));
	margin-top: 17px;
}

.testiPaginationContainer .paginationIcons {
	float: left;
	border: 1px solid #3c404c;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 8px 6px;
	cursor: pointer;
}

.testiPaginationContainer .paginationIcons:hover {
	border: 1px solid #ff1a38;
	background: #ff1a38;
}

.mostPopContainer {
	float: left;
	width: 100%;
	padding: 30px 18px;
	margin-top: 10px;
	background: #eaeff3;
}

.blogPost {
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
	width: 100%;
}

.mostPopContainer p {
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16pt;
	color: #0c304a;
	margin-bottom: 35px;
}

.mostPopContainer a {
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16pt;
	color: #0c304a;
	margin-bottom: 35px;
}

.blogIcon {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-right: 16px;
}

.blogIcon img {
	width: 44px;
	height: 36px;
	float: left;
	background: white;
	margin-top: 5px;
	margin-right: 16px;
}

.popBlogTitle a {
	color: #4b575e;
	font-size: 12pt;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.popBlogTitle p {
	color: #4b575e;
	font-size: 12pt;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.blogPostTitle {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #2a3d56;
	margin-bottom: 13px;
	line-height: 1.2;
	cursor: pointer;
}

.blogCoverPhoto {
	float: left;
	margin-bottom: 10px;
}

.blogCoverPhoto img {
	width: 100%;
	height: auto;
}

.blogList .blogListDetails {
	float: left;
	margin-top: 17px;
	width: 100%
}

.blogList .blogListDetails p {
	float: left;
	font-size: 10pt;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #87939f;
	margin-bottom: 10px;
}

.authorPhoto {
	float: left;
	margin-bottom: 15px;
	display: none;
}

.blogList .blogListDetails .detailsSeparator {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.blogContent {
	float: left;
	width: 100%;
}

.blogContent p {
	color: #87939f;
	font-size: 14pt;
	font-family: 'Poppins', sans-serif;
}

.blogPostPaginationContainer {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

.blogPostPaginationContainer a:hover {
	color: #ff1a38 !important;
}

.blogListPages.separator:hover {
	color: #0c304a !important;
}

.pageContainer {
	float: left;
	width: 952px;
	margin-left: calc(50% - (952px / 2));
	padding-top: 55px;
}

.pageTitle {
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 22pt;
	margin-bottom: 15px;
}

.pageContent {
	float: left;
	width: 100%;
}

.pageContent p {
	color: #87939f;
	font-family: 'Poppins', sans-serif;
	font-size: 13pt;
}

.lsAdvantage {
	position: relative;
	background-image: url('/images/lsAdvantage-bg.jpg');
	clear: both;
	width: 100%;
}

.lsAdvantageIndex {
	background-image: url('/images/lsAdvantage-bg.jpg');
	position: relative;
	background-size: cover;
}

.lsAdvantageText h1 {
	color: white;
}

.freeEbookBanner {
	padding-top: 30px;
}

.getStartedBtn:hover {
	background: #173750;
	color: white;
}

.no-vertical-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.arrowDown {
	position: absolute;
	top: 0;
	left: calc(50% - (84px / 2));
	width: 0px;
	height: 0px;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-top: 42px solid white;
}

.videoContainer {
	background: black;
	float: left;
	width: 805px;
	height: 456px;
	margin-left: calc(50% - (805px / 2));
	margin-bottom: 120px;
}

.playButton {
	background: #ff1a38;
	float: left;
	width: 148px;
	margin-left: calc(50% - (148px / 2));
	height: 97px;
	margin-top: 180px;
	cursor: pointer;
	opacity: 0.9;
}

.arrowRight {
	float: left;
	top: 0;
	margin-top: 20px;
	margin-left: calc(50% - (27px / 2));
	width: 0px;
	height: 0px;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 27px solid white;
}

.pageContainer h1 {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #0c304a;
}

.pageContainer.thankyou p {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #0c304a;
}

.playButton:hover {
	width: calc(148px * 1.2);
	height: calc(97px * 1.2);
	margin-top: 170px;
	margin-left: calc(50% - ((148px * 1.2) / 2));
}

.playButton:hover .arrowRight {
	border-top: calc(27px * 1.2) solid transparent;
	border-bottom: calc(27px * 1.2) solid transparent;
	border-left: calc(27px * 1.2) solid white;
	margin-top: 25px;
}

.home-video {
	width: 680px;
	height: 390px;
	margin-right: 2%;
	float: left;
	padding: 0;
}

.home-video .playButton {
	margin-top: 145px;
}

.home-video .playButton:hover {
	margin-top: 135px;
}

.meter {
	float: left;
	padding: 0px;
}

.meter .speedometerContainer {
	padding: 15px 30px;
	width: 100%;
}

.whiteText h2 {
	color: white !important;
}

.mediaContainer {
	padding-left: 0px;
	padding-right: 0px;
}

.mediaContainer .row {
	width: 1060px;
	margin-left: calc(50% - (1060px / 2));
}

.sectionBanner {
	width: 100%;
}

.resetPass {
	width: 450px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.resetPass .form-group {
	float: left;
	width: 100%;
	height: 50px;
}

.resetPass .form-group label {
	float: left;
	width: 50%;
	font-size: 14pt;
	margin-top: 15px;
}

.resetPass .form-group input {
	float: left;
	width: 50%;
	height: 50px;
}

#btnResetPass {
	width: 200px !important;
	margin-left: calc(50% - (200px / 2));
}

.dsrPassMessage {
	float: left;
	margin-top: 30px;
	font-size: 16pt;
	text-align: center;
	width: 600px;
	margin-left: calc(50% - (600px / 2));
}

.checkboxItem .unchecked {
	display: block;
}

.checkboxItem .checked {
	display: none;
}

.checkboxItem.active .unchecked {
	display: none;
}

.checkboxItem.active .checked {
	display: block;
}

.checkboxItemTerms .unchecked {
	display: block;
}

.checkboxItemTerms .checked {
	display: none;
}

.checkboxItemTerms.active .unchecked {
	display: none;
}

.checkboxItemTerms.active .checked {
	display: block;
}

.resultSection {
	float: left;
	width: 100%;
	display: block;
	background: #f4f7f9;
}

.statResult {
	float: left;
	width: 100%;
	background: white;
	margin-bottom: 75px;
}

.statResult h4 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 30pt;
	color: #0c304a;
	margin-bottom: 50px;
}

.statResult img {
	width: 740px;
	margin-left: calc(50% - (740px / 2));
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.resultSection .arrowDown {
	position: static;
	float: left;
	margin-left: calc(50% - (84px / 2));
	width: 0px;
	height: 0px;
	border-left: 42px solid #f4f7f9;
	border-right: 42px solid #f4f7f9;
	border-top: 42px solid #0d202e;
	margin-bottom: 45px;
}

.resultSection div:nth-child(even) {
	background: none;
}

.checked {
	width: 13px;
}

.easy-autocomplete {
	display: inline;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
	color: black;
}

.keyStatsContainer {
	float: left;
	width: 100%;
	background: #0d202e;
	padding-top: 70px;
}

.keyStatsContainer .speedometerContainer {
	float: left;
	width: 442px;
}

.keyStatsContainer .infoContainer {
	width: 600px;
	background: white;
	margin-left: 0px;
	padding-left: 38px;
	padding-top: 28px;
	color: #102230;
	padding-bottom: 50px;
	float: left;
	min-height: 415px;
}

.keyStatsContainer .infoContainer p {
	width: calc(100% - 38px);
	font-family: 'Poppins', sans-serif;
	font-size: 22pt;
	text-align: left;
	margin-bottom: 10px;
	float: left;
}

.keyStatsContainer .infoContainer p strong {
	width: calc(100% - 38px);
	font-family: 'Poppins', sans-serif;
	font-size: 22pt;
	text-align: left;
	float: left;
}

.scoreLabel {
	width: auto;
	float: left;
}

.qmImgContainer {
	padding-top: 3px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

.scoreContainer p {
	width: auto !important;
	font-size: 15pt !important;
}

.scoreContainer {
	margin-right: 23px;
	float: left;
}

.scoreContainer p strong {
	width: auto !important;
	font-size: 15pt !important;
	margin-right: 5px;
	float: left;
}

.keyStatsContainer .infoContainer .statsSummary {
	width: 470px !important;
	font-size: 13pt !important;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
	text-align: justify;
}

.speedometerContainer {
	padding-left: 50px;
	padding-top: 50px;
	float: left;
}

.blogpost .speedometerContainer {
	padding-left: 50px;
	padding-top: 50px;
	float: left;
	position: relative;
	z-index: 99999999;
}

.speedometerContainer p {
	float: left;
	font-size: 22pt;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}

.speedoScoreValue {
	float: right !important;
	margin-top: -50px;
	float: left;
}

.speedoScoreValue strong {
	float: right !important;
	font-size: 70pt !important;
}

.keyStatsContainer .speedometerContainer .speedoImgContainer {
	/* margin-left: 50px !important; */
	margin-top: -30px !important;
	margin-bottom: 10px !important;
	float: left;
}

.top250 {
	width: 992px;
	margin-left: calc(50% - (992px / 2));
	margin-bottom: 100px;
	border-radius: 1%;
}

.top250 th {
	font-size: 13pt;
	font-family: 'Poppins', sans-serif;
	background: #092B44;
	color: white;
	font-weight: 100;
	text-align: left;
	height: 50px;
	padding-left: 30px;
	min-width: 80px;
}

.top250 td {
	font-size: 13pt;
	font-family: 'Poppins', sans-serif;
	color: #092B44;
	font-weight: 100;
	text-align: left;
	height: 50px;
	padding-left: 30px;
}

.top250 td:nth-child(2) {
	color: #5390bf;
}

.top250 th:nth-child(4) {
	padding-left: 50px;
}

.top250 td:nth-child(4) {
	color: #5390bf;
	padding-left: 50px;
}

.top250 td:nth-child(5) {
	text-align: right;
	padding-right: 10px;
}

.top250 th:nth-child(5) {
	text-align: center;
}

.top250 th:nth-child(6) {
	text-align: center;
	padding-right: 25px;
}

.top250 td:nth-child(6) {
	text-align: right;
	padding-right: 30px;
	cursor: pointer;
}

.top250 tr:nth-child(even) {
	background: #e6ebf1;
}

.top250 tr:nth-child(odd) {
	background: #f8f8f8;
}

.top250Results h2 {
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	float: left;
	color: #0d202e;
	margin-bottom: 45px;
}

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/loader.gif') no-repeat center center;
	background-size: 150px 150px;
	z-index: 999;
}

#freeEbook-loading {
	position: absolute;
	width: 25px;
	height: 25px;
	background: url('/images/loader.gif') no-repeat center center;
	background-size: 25px 25px;
	z-index: 999;
	left: 87%;
	top: 68px;
}

.freeEbook {
	border: 1px solid white;
	color: white;
	background: transparent;
	text-align: center;
	padding: 20px 20px;
	font-size: 11pt;
	font-weight: 700;
	float: left;
	cursor: pointer;
}

.freeEbook:hover {
	color: #518FC2;
	background: white;
	text-decoration: none;
}

.background {
	width: 100%;
	height: 100%;
	background-image: url('../images/main-banner-bg.jpg');
	background-size: cover;
	position: absolute;
	opacity: 0.1;
	top: 0px;
	left: 0;
}

.faq-help-desc {
	text-align: center;
	margin: 100px 0 200px 0;
}

.free-ebook-pop-up-container {
	width: 100%;
	float: left;
	text-align: center;
}

.free-ebook-pop-up-image {
	width: 60%;
	margin-top: 55px;
}

.free-ebook-title-cont {
	width: 100%;
	float: left;
	text-align: center;
}

.free-ebook-title-cont h1 {
	font-size: 29px;
}

.free-ebook-desc h1 {
	font-size: 30px !important;
}

.free-ebook-desc h2 {
	font-size: 25 !important;
}

.free-ebook-info {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
	position: relative;
}

.free-ebook-info input {
	padding: 10px;
	width: 70%;
	margin-bottom: 15px;
	color: #000;
}

.free-ebook-btn-cont {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.free-ebook-pop-btn {
	border: 1px solid white;
	color: white;
	background: transparent;
	text-align: center;
	padding: 20px 88px;
	font-size: 11pt;
	font-weight: 700;
	cursor: pointer;
}

.free-ebook-pop-btn:hover {
	color: #518FC2;
	background: white;
	text-decoration: none;
}

.ebook_succes_container {
	width: 100%;
}

.ebook_success_video {
	background: rgba(174, 217, 230, 0.5);
	width: 680px;
	height: 390px;
	margin-right: 24px;
	float: left;
	margin-top: 60px;
}

.ebook_success_video .playButton {
	margin-top: 145px;
}

.ebook_success_video .playButton:hover {
	margin-top: 135px;
}

.free_suburb_container {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 30px 30px;
}

.free-sub-info input {
	padding: 10px;
	width: 70%;
	margin-bottom: 5px;
	color: #000;
}

.free-sub-info {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
}

.free_suburb_btn_cont {
	margin-bottom: 20px;
}

.free-sub-btn {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px 40px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ff1a38;
	font-size: 15px;
	width: 70%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.free-sub-btn:hover,
.free-sub-btn:active {
	color: #fff;
	background-color: #ff1a38;
}

.free-subImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px / 2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.center-btn-cont {
	width: 400px;
	margin: 0 auto;
}

.why_choose_us_title {
	color: #223f4d;
	margin-bottom: 20px;
}

.why-choose-us-desc-cont {
	padding: 0 !important;
}

.why_choose_us strong {
	font-weight: 600 !important;
}

.why_choose_us p {
	color: #6f6f6f;
}

.why-choose-us-slogan-cont {
	color: #5d7ac2 !important;
}

.why-choose-us-slogan-cont2 {
	color: #00ddff !important;
	margin-top: 50px;
	width: 100%;
	float: left;
}

.why-choose-us-img-width {
	width: 70%;
}

.why-choose-desc-cont p {
	font-size: 19px !important;
}

.how-it-works-slogan-cont {
	background-color: #1F334C;
}

.contact-help-desc {
	margin-bottom: 100px;
}

.how-it-works-span {
	color: #5d7ac2 !important;
}

.how-it-works-pricedesc-cont p span {
	font-size: 18px !important;
	font-weight: 800;
}

.how-it-works-slogan-cont p {
	color: #2f8cc2 !important;
	font-size: 25px !important;
}

#how-it-works-price-cont {
	margin-top: 50px;
}

.faq-title-cont {
	margin: 60px 0 30px 0;
}

.how-it-looks-content-cont {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.how-it-looks-cont {
	float: left;
	width: 100%;
}

.how-it-looks-cont:first-child p {
	color: #5d7ac2;
}

.how-it-looks-cont p {
	font-size: 19px;
}

.how-it-looks-img-cont {
	width: 45%;
	float: left;
}

.how-it-looks-img-cont:last-child {
	margin-left: 60px;
}

.how-it-looks-img-cont img {
	width: 100%;
}

.how-it-looks-desc-cont p {
	color: #131313;
	font-size: 22px !important;
}

.footer-social {
	text-align: right;
	float: right;
	margin-top: 15px;
}

.footer-social img {
	width: 10%;
}

#errorList p {
	color: #fff
}

#pop p {
	width: 200px;
	margin: 10px;
	font-size: 14px !important;
	text-align: left;
	line-height: 1.429 !important;
	font-weight: 400 !important;;
	color: #fff !important;;
}

#pop {
	/*height: 60px;
	width: 400px;
	background-color: #000000;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;*/
	/*border:1px solid #fff;*/
	background: #000000;
	/*width:400px;
	height:60px;*/
	display: none;
	position: absolute;
	z-index: 2;
	color: #fff;
	margin: 10px;
}

#subscriberData label {
	font-size: 18px;
	font-weight: 300 !important;
}

#payment-form label {
	font-size: 18px;
	font-weight: 300 !important;
}

.apply-coupon {
	margin-top: 10px;
}
#coupon {
	width: 100%;
}
#coupon-btn{
	width : calc(100% - 5px);
	margin-left : 5px;
	padding: 3px 4px;
	background-color: #3498f7 !important;
	border-color: #3498f7 !important;
	border-radius: 2px !important;
}
.coupon-container{
	width: 50%;
	float: left;
}
#coupon-btn:hover{
	background-color: transparent !important;
	color: #3498f7 !important;
}
.apply-coupon input {
	font-weight: 800;
	font-size: 18px;
}

.typical-pop-up {
	background: #5290c3;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.typical-pop-up p {
	font-size: 16px !important;
}

.reliability-pop-up {
	background: #5290c3;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.reliability-pop-up p {
	font-size: 16px !important;
}

.question-mark-arrow {
	position: absolute;
	top: -18px;
	left: 22%;
}

.question-mark-arrow2 {
	position: absolute;
	top: -18px;
	right: 29.7%;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	background: #ff1a38;
	float: left;
	width: 148px;
	margin-left: calc(50% - (148px / 2));
	height: 97px;
	margin-top: 180px;
	cursor: pointer;
	opacity: 0.9;
}

.what-is-it-for-list-cont {
	margin: 0 auto !important;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 100000000;
	/* Sit on top */
	padding-top: 40px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	margin-bottom: 40px;
}

/* Modal Content/Box */

.modal-content {
	position: relative;
	background: #518FC2;
	margin: auto;
	padding: 20px 40px;
	border: 1px solid #888;
	width: 50%;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
.form-freebie-title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-freebie-title-text{
	color: #fff;
}
.form-freebie-input{
	margin-bottom: 10px;
	border-radius: 4px;
	border: none;
	width: 100%;
	padding: 20px;
	height: 50px;
	color: #666867;
	font-size: 16px;
}
.form-freebie-footer{
	margin-top: 20px;
	color: #fff !important;
	font-size: 16px;
}
.form-freebie-footer .footer-item{
	margin-bottom: 10px;
}
#btn-submit-freebie{
	width: 100% !important;
	padding: 15px !important;
	height: 60px;
	display: none;
}
#recaptcha {display:none;}
.form-freebie-footer a{
	color: #fff !important;
}
.freebie-modal-content {
	height: 664px !important;
	overflow-y: auto;
	position: relative;
	background: rgb(24,50,77);
	margin: auto;
	padding: 20px 60px !important;
	width: 474px !important;
	color: #fff;
	/* text-align: center; */
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.terms-modal-content {
	height: 100%;
	overflow-y: auto;
	position: relative;
	background: #fff;
	margin: auto;
	padding: 20px 100px;
	border: 1px solid #888;
	width: 83.66666% !important;
	color: #fff;
	/* text-align: center; */
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.terms-and-condition-desc-cont
{
	width:100%;
	text-align:justify !important;
	padding: 0 30px !important;
	font-size: 16px !important;
}
.terms-modal-content p{
	font-size: 16px !important;
}
.tnc-numbering{
	margin-right: 10px;
}
.tnc-letter-num{
	color: #000 !important;
	display:block !important;
	float:left !important;
	width: 25px !important;
	margin-left: 25px;
}
.tnc-letter-num-p{
	float:left !important;
	width: calc(100% - 50px) !important;
}
.tnc-roman-num{
	color: #000 !important;
	display:block !important;
	float:left !important;
	width: 25px !important;
	margin-left: 50px;
}
.tnc-roman-num-p{
	float:left !important;
	width: calc(100% - 75px) !important;
}
.tnc-no-num-p{
	width:calc(100 - 25px) !important;
	margin-left: 25px !important;
}
.terms-and-condition-page{
	padding: 50px !important;
}
.free_suburb_modal-content {
	position: relative;
	background: #112331;
	margin: auto;
	padding: 20px 40px;
	border: 1px solid #888;
	width: 50%;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
.contact-us-container{
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
/* The Close Button */

.btn_close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.btn_close:hover,
.btn_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.terms-btn_close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.terms-btn_close:hover,
.terms-btn_close:focus {
	color: #D3D3D3;
	text-decoration: none;
	cursor: pointer;
}

.durationselectbox {
	padding: 9px 0px;
	width: 30.7%;
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	background: #337ab7;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	opacity: 0.7;
}

#back-to-top:hover {
	background: #000;
}

#adminMenu {
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
	background-color: #2a8cbc;
	padding: 8px;
	margin-bottom: 10px;
}

#adminMenu li {
	margin-right: 20px;
}

#adminMenu li a,
#adminMenu li a:visited,
#adminMenu li a:hover,
#adminMenu li a:link {
	color: white;
}

#cmsMenu {
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
	background-color: #2a8cbc;
	padding: 20px;
	flex-direction: column;
}

#cmsMenu li {
	margin-bottom: 20px;
}

#cmsMenu li:last-child {
	margin-bottom: 0px;
}

#cmsMenu li a,
#cmsMenu li a:visited,
#cmsMenu li a:hover,
#cmsMenu li a:link {
	color: white;
}

#cms-right-side {
	float: left;
	width: 15%;
	margin-bottom: 20px;
}

#cms-left-side {
	float: left;
	width: calc(85% - 20px);
	margin-bottom: 20px;
	margin-left: 20px;
}

#tblTemplatesContainer {
	width: 100%;
}

#tblTemplates {
	width: 100%;
}

#templatesActionContainer {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.templatesAction {
	flex-grow: 1;
	background-color: #2a8cbc;
	border: none;
	margin: 0px 10px;
	color: white;
	padding: 5px;
	transition: all 0.2s;
}

.templatesAction:hover {
	background-color: #246F92;
}

#tblTemplates tr {
	cursor: pointer;
}

#dynamicContent ::before {
	content: none;
}

#dynamicContent ::after {
	content: none;
}

#eac-container-suburblist {
	top: 33px !important;
}

/* Add Animation */

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@media only screen and (max-width: 1366px) {
	#advantage {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1342px) {
	.reports {
		width: 626px;
		margin-left: calc(50% - (626px / 2));
	}
}

@media only screen and (max-width: 1283px) {
	.blogsContainer {
		width: 277px;
		margin-left: calc(50% - (277px / 2));
	}
}

@media only screen and (max-width: 1170px) {
	.contentContainer {
		width: 835px !important;
		margin-left: calc(50% - (835px / 2)) !important;
	}

	.rhsPanel {
		margin-left: calc(50% - (320px / 2));
	}
}

@media only screen and (max-width: 1050px) {
	section {
		width: 100%;
	}

	.noAccessMsg {
		width: 100%;
		margin-left: 0;
	}

	.hamburgerBtn {
		float: right;
		width: 22px;
		height: 14px;
		padding: 10px 9px;
		display: block;
	}
}

@media only screen and (max-width: 835px) {
	.contentContainer {
		width: 410px !important;
		margin-left: calc(50% - (410px / 2)) !important;
	}

	.blogList {
		width: 100% !important;
	}

	.blogListEntry {
		width: 100% !important;
	}

	.blogInfo {
		margin-left: 0px;
	}

	.blogThumbnail {
		text-align: center;
		margin: 0;
	}
}

@media only screen and (max-width: 800px) {
	.infoContainer {
		float: none;
		margin: auto;
		width: 100%;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.infoLabel {
		width: calc(50% - 20px);
		margin-right: 0px;
	}

	.userInfo {
		width: calc(50% - 20px);
		word-wrap: break-word;
	}

	.row {
		padding-bottom: 30px;
	}

	.userMenuItemsContainer {
		float: none;
		margin: auto;
	}

	.locationSelectionItem {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.locationSelection {
		margin-left: calc(50% - (210px / 2));
		width: 210px;
	}
}

@media only screen and (max-width: 767px) {
	.hamburgerMenu {
		display: block;
	}

	.userMenuItemsContainer {
		display: none;
	}

	.navbar-nav > li > a {
		width: 100%;
		text-align: left !important;
	}

	.navbar-nav {
		padding: 10px 0 10px 20px;
		margin: 0;
	}

	.userMenuItemsContainer {
		background: #5290c3;
	}

	.userMenu {
		display: inline-block;
		margin-bottom: -10px;
		z-index: 9999;
		padding: 0 20px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	.userMenu {
		padding: 0 15px 0 0;
	}
}

@media only screen and (max-width: 626px) {
	.reportsSection {
		padding-left: 10px;
		padding-right: 10px;
	}

	.reports {
		width: 100%;
		margin-left: 0px;
	}

	.reportsContainer {
		width: 100%;
	}

	.reportBtn {
		width: 100%;
		font-size: 25pt;
		padding-left: 20px;
	}

	.noAccessMsg {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.suburbSelection {
		width: 100%;
	}

	.searchLocationBtn {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	#suburbField {
		width: 100%;
	}
}

@media only screen and (max-width: 410px) {
	.contentContainer {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.blogThumbnail {
		width: 100%;
	}

	.blogListTitle {
		font-size: 14pt !important;
	}

	.blogThumbnail img {
		width: 100%;
		height: auto;
	}

	.blogInfo {
		width: 100% !important;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 380px) {
	.reportBtn {
		font-size: 18pt;
		padding-left: 10px;
		text-align: center;
	}

	.reportBtn span {
		text-align: left !important;
	}

	.propertyCheckbox {
		margin-left: 10px;
		width: 100%;
	}
}

/*FAQ PAGE ACCORDION*/

/*----- Accordion -----*/

.accordion,
.accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion {
	overflow: hidden;
	text-decoration: none;
}

/*----- Section Titles -----*/

.accordion-section-title {
	width: 100%;
	padding: 15px;
	display: inline-block;
	background: #fff;
	transition: all linear 0.15s;
	/* Type */
	font-size: 20px;
	font-weight: 800;
	color: #3c596b;
	text-decoration: none;
	border: 1px solid #e0dada;
	margin-bottom: 10px;
}

.accordion-section-title:hover {
	background: #182b3d;
	color: #fff;
	/* Type */
	text-decoration: none;
}

.accordiong-content {
	padding: 20px;
}

.accordion-section:last-child .accordion-section-title {
	text-decoration: none;
}

/*----- Section Content -----*/

.accordion-section-content {
	padding: 15px;
	display: none;
}

.accordion-section-title:after {
	content: '\0002B';
	/* Unicode character for "plus" sign (+) */
	font-size: 15px;
	color: #0b3247;
	float: right;
	margin-left: 5px;
	padding: 0 5px;
	border: 1px solid #0b3247;
}

.accordion-section-title.active:after {
	content: "\02212";
	/* Unicode character for "minus" sign (-) */
}

.Absolute-Center {
	height: 50%; /* Set your own height: percents, ems, whatever! */
	width: 90%; /* Set your own width: percents, ems, whatever! */
	overflow: auto; /* Recommended in case content is larger than the container */
	margin: auto; /* Center the item vertically & horizontally */
	position: absolute; /* Break it out of the regular flow */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; /* Set the bounds in which to center it, relative to its parent/container */
	border: 1 px solid black;
}

/* //////////////////////////////////////// */
/* Make sure our center blocks stay in their container! */
.Center-Container {
	position: relative;
	width: 90%;
}

/* //////////////////////////////////////// */
/* Fixed floating element within viewport */
.Absolute-Center.is-Fixed {
	position: fixed;
	z-index: 999;
}

/* //////////////////////////////////////// */
/* Min/Max Width */
.Absolute-Center.is-Responsive {
	width: 60%;
	height: 60%;
	min-width: 200px;
	max-width: 400px;
	padding: 40px;
	border: 1px solid black;
}

.select-options select {
	width: 100%;
	border: 0;
	padding: 6px;
}

.btn-tc {
	font-size: 20px;
	padding: 15px 49px;
	display: table;
	background-color: #dddddd;
}

.btn-payment {
	font-size: 20px;
	padding: 15px 15px 15px 15px;
	display: table;
	background-color: #dddddd;
}

.margin-bottom {
	margin-bottom: 10px;
}

.form-footer-container {
	border-radius: 10px;
	background: #fff;
	outline: none;
	border-top-color: #518FC2 !important;
}

.paragraph {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.currencyInputFooter {
	color: #2F3856;
	font-size: 17px;
	font-weight: bold;
}

.sub {
	margin-left: 20px;
}

.subHeading {
	font-size: 25px !important;
	color: #5886a6 !important;
	font-weight: bolder;
	text-align: left;
}

.heading {
	font-size: 40px;
	color: #2F3856 !important;
	font-weight: bolder;
	text-align: left;
}

.drk {
	margin-left: 0;
	background: #e0e0e0;
}

.lgt {
	background: #f1f1f1;
}

.currencyInputHeader {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.form-input-editable {
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background: #fff;
	text-align: right;
}

.custom-input-field {
	width: 125px;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    background: #fff;
	text-align: right;
	margin-left: 10px;
}

.form-input-non-editable {
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background: #d3d3d3;
	text-align: right;
	/*width: 125px;
	border: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	text-align: right;
	background: #d3d3d3;
	color: #000;*/
}

.form-header-border {
	border: 0;
	border-top: 1px solid transparent;
}

.form-header-container {
	background-color: #518FC2 !important;
	border-radius: 10px;
	outline: none;
	border-color: #00394c
}

.form-header-label {
	color: #fff;
	font-weight: bold;
}

.form-footer-label {
	color: #2F3856;
	font-weight: bold;
}

.form-image {
	border: 2px solid #fff;
	height: 25px;
	width: 25px;
	border-radius: 12px;
	outline: none;
}

.image_change {
	background-color: #fff;
	outline: none;
}

.image-border-blue {
	border: 2px solid #518FC2;
}

.image-border-white {
	border: 2px solid #fff;
}

.identing {
	margin-left: 20px;
	border-width: 0px;
	outline: none;

}
#signin-container h2
{
	width: 300px;
	float:left;
}
#pageButton
{
	height: 28px;
	width: 28px;
	opacity: .6;
	cursor: pointer;
}
#altIcons
{
	height: 24px;
	width: 24px;
	opacity: .6;
	cursor: pointer;
}
#pageButton:hover,#altIcons:hover
{
	opacity: 1;
}
#help-icon
{
	height: 34px;
	width: 34px;
	transition: 1.5s;
}
#help-icon:hover
{
	transform: scale(1.10);
}
#signin-container span
{
	display: block;
	margin-top: 23px;
	width: calc(100% - 100px);
	float:left;
}
.icon-container
{
	padding: 0px 15px;
	display: block;
	margin-top: 20px;
	width: 30px;
	float:left;
}
.socialLogin {
	cursor: pointer;
	margin-bottom: 2rem;
	opacity: 1;
	transition: opacity .3s;
}

.socialLogin:hover {
	cursor: pointer;
	opacity: .8;
}

.signin-no-account {
	color: #232323;
    font-size: 2rem;
}

.signin-no-account a {
	color: #25bdbe;
	font-weight: bold;
}

#errorWarPara {
	color: #fff;
	font-weight: bold;
}

#remUnderline a:hover {
	text-decoration: none;
}

#market-list:hover {
	background-color: #e7e4ec;
}

#genSelectFilter .active {
	background-color: #e7e4ec;
}

#proceed-btn {
	width: 284px;
}

#ton_accs {
	visibility: hidden;
	display: none;
}

/* #generate_report {
	outline: none;
	border: none;
} */

/* #generateReport {
	border-radius: 8px;
	background-color: #518FC2;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 12px;
	outline: none;
	border: none;
} */

.property-buttons {
	border-radius: 8px;
	background-color: #518FC2;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 20px;
	outline: none;
	border: none;
}

.property-buttons:hover {
	background-color: #FF0016;
	color: #fff;
}
.property-buttons.disabled {
	background-color: rgb(153, 152, 152);
	color: #fff;
}
.property-buttons.disabled:hover {
	background-color: rgb(153, 152, 152);
	color: #fff;
}

#propertyName {
	border-radius: 8px;
	background-color: #518FC2;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 12px;
	outline: none;
	border: none;
}

/* #generateReport:hover {
	background-color: #FF0016;
	color: #fff;
} */

#downloadPdf {
	border-radius: 8px;
	background-color: #518FC2;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 12px;
	outline: none;
	border: none;
}

#downloadPdf:hover {
	background-color: #FF0016;
	color: #fff;
}

.indicia {
	page-break-after: always;
	background-color: #f1f1f1 !important;
	-webkit-print-color-adjust: exact;
}

thead {
	display: table-header-group
}

tfoot {
	display: table-row-group
}

tr {
	page-break-inside: avoid
}

#propertyTypeToggle {
    text-align: center;
    font-weight: bold;
    background: #518FC2;
    margin: 5px auto 5px auto;
    width: 200px;
    border-radius: 8px;
    color: #fff;
}

#propertyTypeToggle label {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    margin-right: 12px;
    cursor: pointer;
}

input[name='toogelval_Ptype'] {
    vertical-align: middle;
    display: inline;
    float: none;
    cursor: pointer;
}

.container-outer {
	border: 2px solid #f2f2f2;
	padding: 10px;
}

.container-inner {
	width: 100%;
}
.container-inner p {
	font-size: 14px;
    margin: 0 0 7px;
}
.borderless td, .borderless th {
    border: none;
}

.borderless tr td, #altTable tr td {
    font-weight: normal;
    text-align: right;
}
.tablesorter-header{
	cursor: pointer;
}
#altTable td {border: 1px #DDD solid; padding: 5px; cursor: pointer;}

#altTable thead, #altTable tfoot{
    display: table-header-group !important;
}
#altTable th{
	border-bottom: none !important;
}
.selected {
    background-color: #25BDBE;
    color: #FFF;
}
#compMarketTable th, #altTable th , #currMarketTable th {
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.tablescroll{
	overflow-y: scroll;
	max-height: 40vh;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#chartData
{
	display: none !important;
}
.btn-report-container
{
	display: block;
	float: right;
	width: calc(25% - 64px);
	padding: 0px !important;
}
.btn-property-container
{
	display: block;
	float: left;
	width: calc(25% - 64px);
	padding: 0px !important;
}
#currMarketTable
{

}
#government-duties-container
{
	float: right;
	width: 20%;
	display: inline-block; 
	margin-top: 56.4px;
	border: 1px solid #d9d9d9;
}
.comp-market-tbl-container,.curr-market-tbl-container
{
	width: 100%;
	float: left;
	overflow: auto;
	margin-bottom: 20px;
}
.market-container
{
	float: left;
	width: 79%;
	display: inline-block;
}
.market-rank-list
{
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}
#alternatives
{
	position: relative;
}
.info-icon-container{
	background-color: #e6e6e6;
	padding-top:0 !important;
	border: 1px solid #e6e6e6 !important;
}
#yourProperty
{
	position: relative;
}
/* .fixtableheader {
	position: fixed;
	top: 50px;
	z-index: 999999;
} */

/* .fixheader{
	position: fixed;
	top: 50px;
	z-index: 999999
} */

/* #altTable > thead > tr > th:nth-child(1){
	width:40px;
}  
#altTable > thead > tr > th:nth-child(2){
	width:120px;
}#altTable > thead > tr > th:nth-child(3){
	width:45px;
}#altTable > thead > tr > th:nth-child(4){
	width:51px;
}#altTable > thead > tr > th:nth-child(5){
	width:53px;
}#altTable > thead > tr > th:nth-child(6){
	width:55px;
}#altTable > thead > tr > th:nth-child(7){
	width:56px;
}#altTable > thead > tr > th:nth-child(8){
	width:50px;
}
#altTable > thead > tr > th:nth-child(9){
	width:54px;
}
#altTable > thead > tr > th:nth-child(10){
	width:44px;
}
#altTable > thead > tr > th:nth-child(11){
	width:45px;
}
#altTable > thead > tr > th:nth-child(12){
	width:55px;
}
#altTable > thead > tr > th:nth-child(13){
	width:46px;
}

/*  ............................................... */

/* #altTable > tbody > tr > td:nth-child(1){
	width:40px;
}  
#altTable > tbody > tr > td:nth-child(2){
	width:115px;
}#altTable > tbody > tr > td:nth-child(3){
	width:45px;
}#altTable > tbody > tr > td:nth-child(4){
	width:51px;
}#altTable > tbody > tr > td:nth-child(5){
	width:52px;
}#altTable > tbody > tr > td:nth-child(6){
	width:54px;
}#altTable > tbody > tr > td:nth-child(7){
	width:55px;
}#altTable > tbody > tr > td:nth-child(8){
	width:50px;
}
#altTable > tbody > tr > td:nth-child(9){
	width:53px;
}
#altTable > tbody > tr > td:nth-child(10){
	width:45px;
}
#altTable > tbody > tr > td:nth-child(11){
	width:45px;
}
#altTable > tbody > tr > td:nth-child(12){
	width:53px;
}
#altTable > tbody > tr > td:nth-child(13){
	width:45px;
}


#altTable > tbody > tr > td > div{
	width: inherit
}

#altTable > thead > tr > th > div
{
	width: inherit
} */ 


.footer-wrapper {
    text-align: center;
}

.footer-nav-wrap {
	padding: 5rem 0;
	text-align: center;
}

.nav-list-inline {
	list-style: none;
    padding: 0;
}

.nav-list-inline li {
	display: inline;
    font-size: 2rem;
    padding: 1rem;
}

.nav-list-inline li a {
	color: #53657d;
}
.nav-list-inline li span {
	color: #53657d;
	display: none;
}

.footer-nav-list-wrap {
    margin-top: 2rem;
}

.footer-bottom-link {
	width: 50%;
    margin: 5rem auto;
    border-top: 1px solid #d8d8d8;
    padding-top: 2rem;
}

.footer-bottom-link li {
	font-size: 1.5rem;
	color: #d8d8d8;
}

.footer-bottom-link li a{
	font-size: 1.5rem;
	color: #d8d8d8;
}

.footer-heading {
	background-color: #25bdbe;
	width: 100%;
}
.footer-heading-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}
#ebook-container{
	float: left;
	height: 160px;
}
.footer-heading-img {
    position: relative;
	bottom: 4rem;
	width: 22rem;
}

.footer-heading-text {
    font-size: 3rem;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 0;
    letter-spacing: 0.3rem;
}

@media only screen and (max-width : 768px) {
	.footer-heading-text + div {
		margin-bottom: 3rem;
    	margin-top: 3rem;
	}
}

@media only screen and (max-width : 480px) {
	.footer-heading-text {
		text-align: center;
	}
}

/**
Icon Style
**/
.svh-icon {
	height: 3rem;
    width: 3rem;
    display: inline-block;
}
.svh-icon.svh-icon-circle {
	background-color: #a4a4a4;
    border-radius: 50%;
    color: #fff;
}

/**
Button Style
**/


.svh-button {
    padding: 2rem 5rem;
    border-radius: .5rem;
    color: #25bdbe;
    font-weight: bold;
    letter-spacing: .2rem;
	font-size: 1.5rem;
	transition: background-color .9s, color .9s;
}

.svh-button.dark {
	background-color: #25BEBC;
	color: #fff;
	border: .2rem solid transparent;
}

.svh-button.dark:hover {
	background-color: transparent;
	border: .2rem solid #25BEBC;
	color: #25BEBC;
}

.svh-button.clear {
	background-color: #ffffff;
	border: .2rem solid #ffffff;
}

.svh-button.clear:hover {
	background-color: transparent;
	border: .2rem solid #ffffff;
	color: #fff;
}

.svh-button.light {
	background-color: transparent;
    border: .2rem solid #25bdbe;
}

.svh-button.light:hover {
	background-color: #25bdbe;
	color: #fff;
}

/**
  Input Style
**/

.svh-input {
	height: 6rem;
	font-size: 1.5rem;
    padding: 1.2rem 2rem;
	border: .2rem solid #FCFCFC;
	width: 100%;
}

.svh-input.dark {
	background-color: #F3F3F3;
}

.svh-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.svh-spinner > div {
  width: 13px;
  height: 13px;
  background-color: #25BEBC;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.svh-spinner .svh-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.svh-spinner .svh-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/**
 * Sweet Alert Modification
 * 
 **/

.swal-button {
	padding: 1.5rem 5rem;
    border-radius: .5rem;
    color: #25bdbe;
    font-weight: bold;
    letter-spacing: .2rem;
    font-size: 1.5rem;
	transition: background-color .9s, color .9s;
	background-color: #25BEBC;
    color: #fff;
    border: .2rem solid #ffffff
}

.swal-button:hover {
	background-color: transparent;
    border: .2rem solid #25BEBC;
    color: #25BEBC;
}

.swal-footer {
	text-align: center;
}

/**
 * Radio Input
 **/

 .svh-radio-input:hover > label {
	 cursor: pointer;
 }

.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
	height: 12px !important;
	width: 12px !important;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
	transform: scale(1);
	background-color: transparent;
	border: 3px solid #25bdbe;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #25bdbe;
	border: 0 !important;
}

.svh-admin > section.container {
	padding-top: 6rem;
}

#demand-n-supply-img{
	width: 500px;
}
#our-approach-img{
	width: 750px;
}

.nav.navbar-nav.navbar-right .active-nav {
	color: #25bdbe !important;
}

button.svh-social-btn {
	background: transparent;
	font-size: 1.8rem !important;
    padding: .8rem 1rem;
    border-radius: .3rem;
    display: flex;
    align-items: center;
	flex-direction: row;
	width: 260px;
	font-weight: bold !important;
}

.svh-social-btn > .fa {
	font-size: 3rem;
    margin-right: 1rem;
    position: relative;
}
.error-title-404{
	color: #888;
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	margin-top: 20vh;
}
.error-404{
	margin-bottom: 20vh;
	vertical-align: middle;
}
.error-message-404{
	color: #888;
	font-size: 1.4em;
	font-weight: 100;
	text-align: center;
}
.google-charts {
	width: 100%; 
	min-height: 400px;
	position: relative;
}
.rpt-charts-container{
	width: 100%;
	position: relative;
}
.svh-subheading-menu {
	background-color: #f3f3f3;
	padding: 2rem 2rem 0;
	text-align: center;
}

.svh-subheading-menu > ul {
	list-style: none;
}

.svh-subheading-menu > ul > li {
	display: inline-block;
	padding: 0 2rem;
}

.svh-subheading-menu > ul > li > a{
	color: #798695;
	font-size: 2rem;
	display: inline-block;
	padding: 2rem 0 4rem;
	text-decoration: none;
	border-bottom: .3rem solid transparent;
}

.svh-subheading-menu > ul > li > a:hover {
	font-weight: bold;
	color: #17314D;
	border-bottom: .3rem solid #25bdbe;
}

.svh-subheading-menu > ul > li > a.active {
	font-weight: bold;
	color: #17314D;
	border-bottom: .3rem solid #25bdbe;
}

.svh-tooltip:hover {
	cursor: pointer;
}

.svh-tooltip-png {
	height: 24px;
    width: 24px;
    opacity: .6;
	cursor: pointer;
	border: 2px solid #fff;
    border-radius: 12px;
    outline: none;
}
.svh-tooltip{
	margin-left: 10px;
}
.svh-tooltip-png:hover {
	opacity: 1;
}

.tippy-content {
	font-size: 2rem !important;
}

.tippy-tooltip {
	background-color: #fff;
	padding: 1rem !important;
	color: #000;
	border: 1px solid #d3d3d3;
	box-shadow: 1px 1px 4px rgba(211,211,211, .5);
}

.tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow {
	border-top-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow {
	border-bottom-color: #fff;
}


/* Utilities */
.no-padding {
	padding: 0 !important;
}

.legend-items,.legend-pair-items{
	float:left;
	text-align:center;
}
/*Temporary Disabled Linked-in*/
#linkedin.disabled{
	cursor: default !important;
	color: #B6B7BB !important;
	opacity: .8 !important;
}
#linkedin.disabled:hover {
	cursor: default !important;
}
.alert.alert-warning{
	float: left;
	margin-bottom: 0px !important;
	background-color: transparent;
	border: solid #feb124 3px;
}
.alert.alert-warning p{
	font-size: 14.5px;
}

.swiper-button-prev {
	background-image: url('/images/arrow-left-line.png') !important;
}

.swiper-button-next {
	background-image: url('/images/arrow-right-line.png') !important;
}

.property-input-required.req-show{
	visibility: visible;
}
.property-input-required.req-hide{
	visibility: hidden;
}
.nav-log-container{
	padding: 4rem 2rem;
	margin: 0rem 8rem;
}

.show-for-print{ 
	display : none !important;
}

@media print { 
	.hide-for-print{ 
		display : none !important;
	}
	.show-for-print{ 
		display : inline-block !important;
	}
	.recommendation-hold:before{
        color: red !important;
    }
    .recommendation-probably-hold:before{
        color: orange !important;
    }
    .recommendation-sell:before{
        color: green !important;
	}
	.rpt-tbl-head{
		background-color: #d3d3d3;
	}
	.footer-wrapper{
        position: relative;
        margin-bottom: 0 !important;
        page-break-before: auto !important;
	}
 }