body{
	font-family: 'Open Sans', sans-serif;
	background-color:var(--main-background-color);
}
img{
	max-width:100%;
	height:auto;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0 !important;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
	float: left;
}
.container{
	max-width: 880px; /* 724px;*/ /* 716px;	*/
	padding-left: 5px;
	padding-right: 5px;
}

.largeWidth {
    max-width: 992px;
}

.nav-link{
	font-size: 16px;
	color: #666666;
}
.nav-link:hover{
	color: var(--main-title-color);
}
.maintle{
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	background-color: var(--main-title-color);
	padding: 15px 0;
}
.mainTab{
	border: 0;
}
.mainTab li{
	text-align: center;
	padding: 0 10px;
}
.mainTab li a{
	display: block;
	background-color: var(--main-menu-color);
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 0px 0 15px 0;
	border: 0 !important;
}
.mainTab li a:hover{
	background-color: var(--main-title-color);
	color: #FFF;
}
.mainTab li a.active{
	background-color: var(--main-title-color) !important;
	color: #FFF !important;
}
.mainTab li span{
	background-color: #FFF;
	display: block;
	padding: 10px 0 15px 0;
	margin: 0 0 15px 0;
}
.boxTle{
	background-color: var(--main-menu-color);
	font-size: 24px;
	color: #FFF;
	padding: 10px 0 10px 20px;
}
.whtBg{
	background-color: #FFF;
}
.headerColor {
	background-color: var(--main-header-color);
}

.formMain{
	padding: 0;
}
.formMain label{
	font-size: 18px;
	color: var(--main-title-color);
}
.form-control{
	border-radius: 0;
	height: calc(2.9rem + 2px);
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text{
	border-radius: 0;
	background-color: #FFF;
	color: var(--main-menu-color);
	padding: 0 18px;
}

input:checked+label {
    color: #fff;
    background-color: var(--main-title-color) !important;
}
.radioColor {
    background-color: #fff !important;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    text-align: center;
    touch-action: manipulation;
	padding: 10px 0px;
	width: 147px;
	margin-right: 18px;
}
.redBrd{
	border-color: #dc3545;
}
.radioColorOk {
    border: 1px solid #cdcdcd;
}
input[type="radio"]{
	position: absolute;
	z-index: -1;
	top: 30px;
}

.detailTitle{
    position: absolute;
    font-size: 14px !important;
    color: #969696;
    background-color: #FFF;
    margin: -10px 0 0 10px;
    padding: 0 10px;
}
.btn-primary{
	text-align: center;
	width: 100%;
	border-radius: 0;
	background-color: var(--main-title-color);
	border-color: var(--main-title-color);
	font-size: 22px;
}
.btn-primary:hover{
	background-color: var(--main-menu-color);
	border-color: var(--main-menu-color);
}
.footerBg{
	background-color: var(--main-footer-color);
}

.footerBg h3{
	font-size: 23px;
	color: #FFF;
}
.footerBg li{
	color: #bbbbbb;
}
.footerBg li a{
	color: #bbbbbb;
}
.form-footer{
	background-color: var(--main-footer-color);
	border-color: #9a9a9a;
	color: var(--main-title-color);
}
.detailTitlef{
    position: absolute;
    font-size: 14px !important;
    color: #bbbbbb;
    background-color: var(--main-footer-color);
    margin: -10px 0 0 10px;
    padding: 0 10px;
}
.footerBg label.detailTitlef {
	color:#ffffff;
}
#selling, #sellBuy, #remortgaging, #buying{
	display: none;
}
.conTle{
	font-size: 22px;
	border-bottom: solid 1px #818382;
	text-transform: uppercase;
}
.hb-table{
/*	border-collapse: separate;*/
}
.hb-table td{
	border: 0;
	text-align: left;
	font-size: 14px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.hb-table td:last-child{
	border-right: solid 0px #FFF;
}
.hb-table tr:hover td{
	background-color: #ced8df;
}
.hb-table thead th{
	border: 0;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.hb-table thead th:last-child{
	border-right: solid 0px #FFF;
}
.hb-table thead th i{
	padding-top: 3px;
}
.hb-table a{
	color: #2a363f;
	font-size: 14px;
}
.hb-table thead tr{
	background-color: var(--main-menu-color);
	color: #FFFFFF;
}
.hb-table thead tr:hover td{
	background-color: var(--main-menu-color);
}
.hb-table thead tr a{
	color: #FFFFFF;
}

::-webkit-input-placeholder  {
	color: #F1EBEB; font-size: 0.9em;
	opacity: 0.7;
}
::-moz-placeholder  {
	color: #F1EBEB; font-size: 0.9em;
	opacity: 0.7;
}
:-ms-input-placeholder  {
	color: #F1EBEB; font-size: 0.9em;
	opacity: 0.7;
}
:-moz-placeholder  {
	color: #F1EBEB; font-size: 0.9em;
	opacity: 0.7;
}
::placeholder {
	color: #F1EBEB; font-size: 0.9em;
	opacity: 0.7;
	text-align: left;
}
.invalid {
	border: 1px solid #F00;
}
.icon-success{
	color: #389b35;
}
.icon-error{
	color: #d12828;
}
.loginMain{
	max-width: 417px;
	margin: 0 auto;
}
.timeMain{
	border: 1px solid #ced4da;
}
.timeTitle{
	left: 10px;
    position: absolute;
    font-size: 14px !important;
    color: #969696;
    background-color: #FFF;
    margin: -10px 0 0 10px;
    padding: 0 10px;
	z-index: 1;
}
.time{
	width: 100px;
	border: 0;
	color: #495057;
	font-size: 1rem;
	line-height: 45px;
	text-align: center;
}
.btn-outline-primary {
    color: var(--main-title-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--main-title-color);
}

.btn-outline-primary:hover {
    color: #FFF;
    background-color: var(--main-title-color);
    background-image: none;
    border-color: var(--main-title-color);
}

#topNav ul li a{
	background-color: #444;
	color: #d2d2d2;
	padding:10px;
	border-bottom: solid 1px #FFF;
	text-align: center;
}
#topNav ul li a:hover{
	background-color: var(--main-title-color);
	color: #FFF;
}



#c_list_postbox, #p_list_postbox, #s_list_postbox {
	display: none;
	font-size: 13px;
}


.postcard{
	border:solid 1px var(--main-title-color);
	padding:30px 0 30px 0;
	background-color:#FFF;
	margin-bottom:50px;
}
.post_left{
	padding:0 0 0 30px !important;
	font-size:14px;
	color:var(--main-menu-color);
	line-height:28px;
	border-right:solid 1px #dcdcdc;
}
.post_rgt{
	padding:0 10px 0 20px !important;
}
.post_add{
	font-size:14px;
	color:var(--main-menu-color);
	border-bottom:solid 1px #dcdcdc;
	padding:3px 0 5px 0;
}
.post_add a{
	font-size:14px;
	color:var(--main-menu-color);
}
.post_add a:hover{
	color:var(--main-menu-color);
}
.post_red{
	font-size:14px;
	color:var(--main-title-color) !important;
}
.post_red:hover{
	color:var(--main-title-color);
}
.post_logo{
	max-width: 200px;
}


/* Customize the label (the container) */
.chkContainer {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
/*  background-color: #eee;	*/
	border: 1px solid #ced4da;
	margin-bottom: 3px;
}

/* On mouse-over, add a grey background color */
.chkContainer:hover input ~ .checkmark {
  background-color: #f5f5f5;
}

/* When the checkbox is checked, add a blue background */
.chkContainer input:checked ~ .checkmark {
	border-color: #ced4da;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ced4da;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark_center {
    top: -10px;
    left: 10px;
}
.gray{
	color: #717171;
	padding-right: 15px;
}
.homeMain{
	max-width: 600px;
}
@media screen and (max-width: 767px) {
	.mainTab li a{
		font-size: 11px;
	}
	.nav-item{
		padding-left: 5px;
		padding-right: 5px;
	}
	.radioColor{
		width: 135px;
	}
	.smallTxt{
		font-size: 0.8rem;
	}
	.post_left{
		border-right:0;
		border-bottom:solid 1px #dcdcdc;
	}
	.post_rgt{
		padding:30px 10px 0 20px !important;
	}
}
@media screen and (max-width: 365px) {
	.radioColor{
		width: 109px;
	}
}
@media screen and (max-width: 767px) {
	.mainTab li a{
		min-height: 140px;
	}
}

.firmLogo {
	max-height: 100px;
	padding: 15px 0;
}
.addressBtn{
	font-size: 20px;
}
.bTop{
	border-top: solid 1px #9a9a9a;
}


.nav-tabs-case {
	border-bottom: 1px solid var(--main-tab-color);
}

.nav-tabs-case > li {
	border-right: 1px solid var(--main-linktxt-color);
}
.nav-tabs-case > li.active a{
	background-color: var(--main-title-color);
}
.nav-tabs-case > li > a {
    background-color: var(--main-tab-color);
	border:0;
	border-radius:0;
	color:var(--main-linktxt-color);
/*	padding:10px 20px 10px 20px;*/
	padding:10px 13px 10px 13px;
	font-size:14px;
	float: left;
}
.nav-tabs-case > li > a:hover {
    background-color: var(--main-title-color);
	color:var(--main-linktxt-color);
}
.nav-tabs-case > li > a > i{
	font-size: 21px;
	display: block;
}
.searches_sub_title_wht {
    position: absolute;
    font-size: 12px;
    color: var(--main-maintxt-color);
    background-color: #FFF;
    margin: -7px 0 0 10px;
    padding: 0 5px;
}
.enter-mail-id::placeholder{
	text-align: left;
}

.clsBeta {
	border: 2px solid #FF0000;
}