.page_banner_sub_sec{
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:250px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}


.addl_container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.addl_container ul.list_style {
	margin-left:20px;
	list-style:none;
}
.addl_container ul.list_style li {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1.5;
	position:relative;
	padding:0;
}
.addl_container  ul.list_style li:not(:last-child){
	margin-bottom: 10px;
}
.addl_container ul.list_style li:before {
	content:"";
	position:absolute;
	top:10px;
	left:-18px;
	width:10px;
	height:10px;
	background-color:var(--main-color);
	border-radius:50%;
}
.page_header {
    padding-bottom: 9px;
    margin: 40px 0 ;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.page_breadcrumb h1{
	color: #fff;
	font-size: 35px;
	text-shadow: 2px 3px 12px #1616166e;
	margin: 0;
	text-align: left;
}
.faq_section{
	padding: 60px 0;
}
.add_section{
	padding: 70px 0;
}
 
.para a{
	color: var(--secondary-color);
	font-weight: 600;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #824f860d;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 20px 15px 20px 20px;
	text-decoration:none;
	position:relative;
	width:100%;
	color:#000;
	font-weight: 600;
	line-height: 150%;
	font-size: 18px
}

.panel-body {
    padding: 10px 15px 10px 20px;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	top: 29%;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: var(--main-color);
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	right: 20px;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "-";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "+";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-body{
	color: var(--darkgrey-clr);
	border: 0 !important;
}
.panel-body h4 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    /*font-family: 'butler';*/
    letter-spacing: 0.6px;
    margin: 25px 0 15px;
}
.panel-body ul li {
    list-style: none;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #555;
    position: relative;
}
.panel-body ul li:before{
    position: absolute;
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 8px;
    color: var(--light-gray);
    left: 15px;
    top: 7px; 
}
.panel-heading{
	position: relative;
}
.panel.panel-default {
    border: 0;
    /*border: 1px solid #722d7e17;*/
    border-radius: 0px;
    margin-bottom:15px;
    /*padding: 20px 15px 20px 40px;*/
    background: #fff;
}
.panel.panel-default:nth-child(1){
	border-top:0;
}
.panel-group .panel+.panel {
     margin-top: 0px; 
}
.panel-group {
    margin:0 0;
}
.sub_head{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--main-color);
	margin: 0;
	padding: 0 0 30px 0;
	/*font-family: 'butler';*/
	letter-spacing: 0.6px;
}
.para{
	font-size:18px;
	line-height:1.6;
	color:#333;
	margin:0 0 15px;
}
.add_div h3{
	color: var(--secondary-color);
	font-size: 22px;
	font-weight: 600;
	margin: 25px 0 15px;
	/*font-family: 'butler';*/
	letter-spacing: 0.6px;
}
.three_box_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.two_box_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.box_div {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #824f860d;
    text-align: center;
}
.bg_color{
    background: linear-gradient(to right,#f7f7f7 0,#f5f5f5 10%,#0e70b100 50%,#f5f5f5 90%,#f7f7f7 100%);
}
.box_div h2 {
    font-size: 24px;
    /*font-family: 'butler';*/
    letter-spacing: 0.6px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--main-color);
    border-radius: 5px;
}
.box_div .button {
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    margin: 10px auto 0;
}



/*---------------------------------------------*/
.contact_sec {
    padding: 30px;
    background-color: #f8f5f8;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.add_div h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    /*margin: 0px 0px 15px;*/
    color: var(--main-color);
}
.name_title_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form_group {
    margin-bottom: 20px;
}
.form_control, .form_group select {
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    margin: 0;
    outline: none;
    font-family: 'Montserrat';
}
.form_group label {
    font-weight: 600;
    color: var(--main-color);
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
}
.contact_grid_item h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
.check_group {
    margin: 20px 0;
    display: flex;
    align-items: baseline;
}
.check_group label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 10px;
    line-height: 1.6;
}
.contact_form .button { 
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0;
    background-color: var(--main-color);
    transition: var(--trans);
    font-size: 17px;
}
.contact_form .error {
    border-color: #ff0000;
}
.contact_form .text_error {
    color: #ff0000;
}
.small_width{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 20px;
	text-align:center;
}

.grid_left .login_sect p,
.grid_left .val_sec p {
	margin: 0 0 20px;
    font-size: 16px;
    line-height:1.5;
    color:#000;
}
.login_val h2.title {
    font-size: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}
.login_val h2.title a{
	color:var(--secondary-color);
}
.login_val h2.title a:hover{
	color:var(--main-color);
}
a.login_val_btn {
    background-color: var(--main-color);
    padding: 10px 30px;
    display: table;
    text-align: center;
    font-size: 16px;
    border: none;
    color:#fff;
    border-radius: 3px;
}
a.login_val_btn:hover {
	background-color: var(--secondary-color);
}
.login_val .grid_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px
}
.val_sec, .login_sect {
    padding: 40px;
    background-color: #fff;
    box-shadow: 8px 12px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.login_val {
    padding: 100px 0;
    background-color: #f9f9f9;
}
.div_flex {
    display: flex;
    grid-gap: 20px;
}
.div_img img {
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    height: 100%;
    object-fit: cover;
    min-height: 130px;
    border-radius: 5px;
}
.align_flex{
    display: flex;
    grid-gap: 20px;
	align-items:center;
}
.a_text{
    font-size: 16px;
    line-height: 1;
    color: var(--secondary-color);
}
.a_text:hover{
    color: var(--main-color);
    text-decoration:underline;
}
@media (max-width:1080px){
.login_val .grid_left {
    grid-template-columns: auto;
    gap: 50px 30px;
    max-width: 600px;
    margin: 0 auto;
}
}
@media (max-width:576px){
.login_val {
    padding: 70px 0;
}
h2.title {
    font-size: 24px;
}
.val_sec, .login_sect {
    padding: 30px 20px;
}
.div_flex {
    flex-direction:column;
}
.div_img img {
    max-height: 200px;
    max-width: 100%;
}
}
/*---------------------------------------------*/

/*---------------------forms-------------------*/

form .input_field.error{
	border-bottom:1px solid var(--main-color);
	background-color: #824f860d;
}
.deposit_document.error{
	border:1px dashed var(--main-color);
	background-color: #824f860d;
}
form .input_field{
    height: 50px;
    font-size: 18px;
    border: 0;
    background: #f9f9f9;
    color: #333;
    box-shadow: none;
    width:100%;
    padding: 10px;
    margin-bottom:0;
    border-radius: 2px;
    display:block;
    min-width:100%;
}
form textarea.input_field{
	height:auto;
}
form .input_field:focus-visible{
	outline:0;
	background-color:#f5f5f5;
}
form .input_outer:not(:last-child) {
    margin-bottom: 30px;
}
form label {
    font-size: 17px;
    width: 100%;
    font-weight:bold;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.submit_send {
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    background-color: var(--main-color);
    margin-top: 20px;
    display: table;
    border-radius:3px;
}
.submit_send:hover {
    background-color: var(--secondary-color);
    color: #fff;
}
.deposit_document .fa-cloud-upload{
	font-size:30px;
}
.deposit_document {
    height: 90px;
    color: #333;
    background-color: #fff;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dashed #999999;
    border-radius: 5px;
    width: 100%;
}
.overflow_hidden {
    margin-top: 10px;
}
.moxie-shim{
	pointer-events:none
}
#tenancy_application {
    overflow: hidden;
}
/*---------------------------------------------*/









@media (max-width: 1024px) {
    .three_box_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .three_box_grid .box_div:nth-child(3) {
        grid-column: span 2;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .box_div {
        padding: 30px;
    }
}
@media (max-width: 992px) {
	.name_title_div { 
	    grid-template-columns: 1fr;
	    gap: 0;
	}
	h2{
		font-size:25px;
	}
}
@media (max-width: 800px) {
    .three_box_grid .box_div {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .three_box_grid{
	    grid-template-columns: repeat(1, 1fr);
	}
	.three_box_grid .box_div:nth-child(3) {
	    grid-column: span 1;
	}
}
@media(max-width:575px){
	.sub_head{
		font-size:20px;
	}
	h2{
		font-size:22px;
	}
	.panel-default>.panel-heading a{
		width:95%;
		padding:20px 15px 20px 15px;
		font-size:16px;
	}
	.panel-body{
		padding: 5px 10px 20px 15px;
	}
	.panel-default>.panel-heading a:after{
		right:-10px;
	}
	.para{
		font-size:15px;
	}
	.panel-default>.panel-heading a:after { 
	    font-size: 26px; 
	}
    .box_div h2 {
        font-size: 22px;
    }
    .check_group label {
	    font-size: 14px; 
	}
	.form_control, .form_group select { 
	    padding: 12px 10px; 
	}
	form .input_field {
	    background: #ececec;
	}
}
@media(max-width:480px){
	.addl_container{ 
		padding: 0 15px;
	}
	.box_div {
	    padding: 30px 15px;
	}
	.contact_sec {
	    padding: 30px 20px; 
	}
	.login_val h2.title {
	    font-size: 20px;
	}
} 
@media(max-width:360px){ 
	.contact_sec {
	    padding: 30px 15px; 
	}
} 