/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
body {
    margin: 0px;
    padding: 0px;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	background-color:#fff;
	font-weight:400;
	font-size:14px;
	color:#808080;
}
a,a:hover{
	text-decoration:none;
}
.padding-zero {
	padding:0;
}

/* NAVBAR SIDE MENU CSS */
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #044B65;
    position: fixed;
    top: 0px;
    height: 100%;
	left:0;
    color: #e1ffff;
}
.nav-side-menu .brand {
    line-height: 70px;
}
.nav-side-menu .brand img {
	width:90%;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu .menu-content,
.nav-side-menu .menu-content li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
.nav-side-menu .menu-content :not(collapsed) .arrow:before,
.nav-side-menu .menu-content li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu .menu-content .active,
.nav-side-menu .menu-content li .active {
    border-left: 3px solid #00AEEF;
    background-color: rgb(0,174,239,0.5);
}
.nav-side-menu .menu-content .sub-menu li.active,
.nav-side-menu .menu-content li .sub-menu li.active {
    color: #00AEEF;
}
.nav-side-menu .menu-content .sub-menu li.active a,
.nav-side-menu .menu-content li .sub-menu li.active a {
    color: #00AEEF;
}
.nav-side-menu .menu-content .sub-menu li,
.nav-side-menu .menu-content li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu .menu-content .sub-menu li:hover,
.nav-side-menu .menu-content li .sub-menu li:hover {
    background-color: rgb(0,174,239,0.5);
}
.nav-side-menu .menu-content .sub-menu li:before,
.nav-side-menu .menu-content li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu .menu-content li {
    font-size: 14px;
    padding: 5px 10px;
	border-left: 3px solid #044b65;
	margin-bottom:5px;
}
.nav-side-menu .menu-content li a {
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu .menu-content li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu .menu-content li:hover {
    border-left: 3px solid #00AEEF;
    background-color: rgb(0,174,239,0.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.nav-side-menu .menu-content li a svg {
    margin-right: 10px;
    font-size: 17px !important;
}
.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.footer a,.mobile-footer a{
    color:#D3D3D3;
}
.footer ul,.mobile-footer ul {
	color:#D3D3D3;
    text-align: center;
}
.footer a:hover,.mobile-footer a:hover {
    color:#fff;
}
.mobile-footer {
	display:none;
	background-color:#044b65;
    padding: 14px 0 1px 0;
	font-size: 12px;
	font-weight: 200;
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding: 5px 0;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10 !important;
        padding: 3px;
        background-color:transparent;
		color:#fff;
        width: auto;
        text-align: right;
        font-size: 30px !important;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 15px;
        line-height: 50px !important;
    }
	.nav-side-menu .brand img {
    	width: auto;
	}
	.nav-side-menu .menu-content, .nav-side-menu .menu-content li {
		text-align: center;
	}
	.footer {
		display:none;
	}
	.mobile-footer {
    display: block;
	}
	.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #044b65;
    padding: 13px 0 0px 0;
}
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
/* NAVBAR SIDE CONTENT & HEADING CSS */
.nav-side-content {
    position: fixed;
    right: 0;
    margin: 0 auto;
	padding: 61px 95px 0 95px;
	height:100%;
	background-color:#fff;
	overflow-y: auto;
}
.mainheading {
	font-size: 32px;
	line-height: 37px;
	color: #231F20;
	font-weight: 600;
}
.main-hr {
    width: 40px;
    height: 2px;
    background:#00AEEF;
    margin: 20px 0 35px 0;
}
.box-shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
.nav-side-content {
    position: relative;
    padding: 20px 15px;
}
}
/** My Properties **/
.my-property-page .nav-tabs > li.active > a,.my-property-page .nav-tabs > li.active > a:focus,.my-property-page .nav-tabs > li.active > a:hover {
    color: #4379d3;
    background-color: transparent;
    border: none;
}
.my-property-page .nav-item.active {
    border-bottom: 3px solid #4379d3;
}
.my-property-page .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
    border: none; color: #4379d3;
}
.my-property-page .nav-tabs > li > a {
    border: none; padding: 0; font-weight: 500; color:#333;
}
.my-property-page .nav-item {
    margin-right: 17px; padding-bottom: 10px;
}
.my-properties-list .media-object {
    width: 92px;
    height: 84px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.my-properties-list .media-body{
    vertical-align: middle;
}
.my-properties-list .media-body p{
    font-size: 14px;
    color: #808080;
    margin-bottom: 0;
}
.my-properties-list {
    margin: 0 0 22px 0;
}
.my-properties-list .media-left{
    padding-right: 18px;
}
.my-properties-list .media-heading {
    margin-top: 20px;
}
.my-properties-list .list-inline li {
    color: #8a9097;
    font-size: 14px; 
    margin-left: 10px;
}
.my-properties-list .list-inline li i {
    color: #8a9097;
    font-size: 18px;
    margin-right: 4px;
}
.my-properties-list .list-inline li span {
    color:#333; font-weight: 500;
}
.my-properties-list .list-inline{
    padding-top: 32px;
}
.my-properties-list .dropdown-menu li {
    margin-left: 0;
}
.my-properties-list .dropdown-menu {
    min-width: 120px;
    left: -45px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}
.my-properties-list .list-inline .dropdown .dropdown-toggle:hover {
    color:#4379d3;
}
.my-properties-list .media a {
    color: #231F20;
    font-size: 16px;
}
.my-properties-list .media a:hover,.my-properties-list .dropdown-menu > li > a:hover {
    color: #027daa;
}
.my-properties-list .list-inline .dropdown .dropdown-toggle {
    color: #8a9097;
    padding-right: 49px;
}
.my-properties-list .list-inline .dropdown:last-child {
    float: right;font-size: 30px;
    font-weight: 700;
    margin-top: -17px;
}
.my-properties-list .dropdown-menu dropdown:last-child {
    float:left; font-size:14px;
}
.my-property-page .tab-content {
    margin-top: 10px;
}
.my-properties-list .dropdown-menu > li > a {
    line-height: 1.7;
    font-size: 14px;
    text-transform: none;
    outline: none;
    transition: all 0.4s ease 0s;
    display: block;
    clear: both;
    font-weight: 400;
    color: #333;
    padding: 3px 12px;
}
.my-property-page .sortby label {
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
}.my-property-page.clearfix {
    margin-bottom: 15px;
}
.my-property-page .bootstrap-select.btn-group .btn .filter-option {
    color: #333;
}
.my-properties-list .col-md-6 {
    padding-right: 0;
}
.my-properties-list .responsive-nav__arrow::before {
    border-bottom-color: #000 !important;
    top: 5px;
}
.my-properties-list .responsive-nav__arrow::before, .my-properties-list .responsive-nav__arrow::after {
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
        border-bottom-color: transparent;
    border-style: solid;
    border-width: 0 .5rem .5rem;
    left: 50%;
}
.my-properties-list .responsive-nav__arrow::after {
    top: 5px;
    border-bottom-color: #fff;
}
.my-properties-list .dropdown-toggle::after {
    display: none;
}
.my-properties-list .padding-left-zero {
    padding-left:0;
}
.container-width {
    max-width: 1200px;
}
.padding-30 {
    padding:30px;
}
.padding-tb30-lr20 {
    padding:30px 20px;
}
.padding-40 {
    padding:10px 0;
}
.padding-left-zero {
    padding: 0;
}
.mobile-the-hub .my-messages .padding-right-zero, .mobile-agent-dashboard .my-messages .padding-right-zero {
    padding: 0;
}
.investor-dash .padding-right-zero {
    padding-right: 0;
}
.margin-bottom-30 {
    margin-bottom:30px;
}
.main-heading {
    text-transform:capitalize;
    font-size: 24px;
}
.main-heading2 {
    text-align: center;
    font-size: 29px;text-transform:capitalize;
    margin-bottom: 30px;
}
.box-shadow {
     box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.05);
     border-radius:5px;
}
.bg-white {
    background-color:#ffffff;
}
/** Property Upload Step 1 START **/
.power-team {
    margin-top: 35px;
}
.power-team .box-shadow {
    text-align: center;
    padding:70px 0;
    margin-bottom:40px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.03);
}
.box-shadow h4 {
    font-size:16px;
    color: #231F20;
}
.power-team img {
    margin:0 auto;
    margin-bottom: 30px;
}
.property-upload .form-control {
    height: 45px !important;
    border-radius: 3px;
    font-size: 15px;
    border: 1px solid #e3e4e8;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
}
.property-upload .remove-form-control {
    border: none;
    padding-bottom: 12px;
}
.property-upload input[type="number"] {
    -moz-appearance: textfield !important;
}
.property-upload .select-trip label {
    position: relative;
    cursor: pointer;
    color: #5c6066;
    text-transform: capitalize;
    font-weight: 400;
}
.property-upload .select-trip input:checked + label::before {
    border: 1px solid #4378d3;
}
.property-upload .select-trip label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
}
.property-upload .select-trip input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #4378d3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(35deg);
}
.property-upload .select-trip input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
   margin: 20px 0 20px 0;
    border: none;
    z-index: 0;
    text-align: center;
}
#step5 .add-another {
    display:none;
}
.process-model li::after {
    background: #e0e0e0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: 82px;
    top: 20px;
    width: 85%;
    z-index: -1;
}
.process-model .disabled a {
    cursor: not-allowed;
}
.process-model li.active i , .process-model li.visited  span,.process-model li svg{
    display:none;
}
.process-model li.visited svg {
    display: block;
    line-height: 2.5;
    color: #fff;
    font-size: 18px;
    margin: 12px 12px;
}
.process-model li.visited::after {
    background: #00AEEF;
}
.process-model li:last-child::after {
    width: 0;
}
.btn.disabled, .btn:disabled {
    opacity: .35;
}
.process-model li {
    display: inline-block;
    width: 14%;
    text-align: center;
    float: none;
}
.process-model > li.active > a, .process-model > li.active > a:hover, .process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li  a {
    color: #333;
}
.process-model li  p {
    margin-top: 12px;
}
.process-model li .round-tab {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid transparent;
    line-height: 41px;
    font-size: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.05);font-weight: 500;
color: #333;
}.process-model li.active .round-tab {
    background: #fff;
    border-color: #00AEEF;
}
.process-model li.visited .round-tab {
    background: #00AEEF;
    border-color: #00AEEF;
}
.property-upload  .pull-right {
    float: right !important;
}
.property-upload h5 {
    text-align: center;
    color: #112233;
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0 35px 0;
}
.property-upload #checkboxes {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position:relative;
}
.property-upload #checkboxes input[type="checkbox"] {
    display: none;
}
.property-upload #checkboxes .whatever {
    cursor: pointer; width: 100%;

}
.property-upload #checkboxes .check_overlay {
    cursor: pointer;
    position: absolute;
    height: 86%;
    top: 0;
    left: 15px;
    overflow: hidden;
    right: 15px;
    display: none;
    border: 2px solid #ead12d;
    border-radius: 3px;
}
.property-upload .power-team .box-shadow {
    border: 2px solid #e2e2e2;
}
.property-upload .power-team svg {
    float: right;
    color: #00AEEF;
    font-size: 32px;
    padding: 15px;
}
.property-upload .power-team #checkboxes label {
    margin-bottom:0;
}
.property-upload .power-team .box-shadow {

    padding: 60px 0;
}
.property-upload .power-team img {
    height: 60px;
}
.btn.btn-default.cancel, .btn.btn-default.prev-step {
    box-shadow: 0 2px 4px rgba(17, 34, 51, 0.1);
    border-radius: 3px;
    border: 1px solid #112233;
    background-color: #112233;
    color:#fff;
    padding: 10px 30px;
    font-size: 15px;
}
.btn.btn-primary.next-step {
    box-shadow: 0 2px 4px rgba(233, 209, 46, 0.3);
    border-radius: 3px;
    border: 1px solid #00AEEF;
    background-color: #00AEEF;
    padding: 10px 30px;
    font-size: 15px;
    margin-right:0;
}
.pus-hidden-link {
display:none;
}
.propery-tab .list-inline > li {
    padding-right:0;
}
.step-bg {  
    
box-shadow: 0 2px 7px rgba(29, 38, 59, 0.07);
border-radius: 3px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
#step2,#step3,#step4,#step5,#step6,#step7 {
    width: 700px;
    margin: 0 auto;
}
.step5space .top-haeding2 {

    margin-bottom: 40px !important;
    display: block;

}
.property-upload .bootstrap-select > .btn {
    height: 45px;
}
.property-upload .bootstrap-select .btn:focus {
    outline: none !important;
}
.property-upload .bootstrap-select.form-control {
    border: none;
}
.step2.step-bg {
    padding: 50px 80px;
    margin-bottom:38px;
}
.top-haeding  {color: #112233;
font-size: 20px;
font-weight: 500;margin-bottom: 50px;
}
.width-auto {
width:40% !important;
}.step-bg [type="radio"]:checked,
.step-bg [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.step-bg [type="radio"]:checked + label,
.step-bg [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.step-bg [type="radio"]:checked + label:before,
.step-bg [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.step-bg [type="radio"]:checked + label:before {
    border: 1px solid #3a72d6;
}
.step-bg [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3a72d6;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.step-bg [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.step-bg [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.propery-tab #step1 .list-inline {
    margin:0 0 30px 0;
}
.propery-tab .list-inline {
    margin:30px 0;
}
.step-bg label {
    color: #112233;
    font-weight: 400;
    margin-bottom: 10px;
}
.step-bg .form-group {
    margin-bottom: 30px;
}
.step-bg .check-box:last-child label {
    margin-bottom: 0;
}.step-bg .form-group:last-child {
    margin-bottom: 20px;
}
.placeholder-right ::placeholder {
    text-align: right;
}
.step3a {
    padding: 50px 80px 30px 80px;
    border-bottom: 1px solid #e0e0e0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}.step3b.step-bg {
    padding: 40px 80px 50px 80px;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0;
}.black-atag {

    color: #112233;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}.top-haeding2 {
    color: #112233;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 20px 0;
}.add-another {
    color: #4578d2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;cursor: pointer;
}
.step-bg  .far.fa-trash-alt {

    line-height: 3;
    color: #889099;
cursor: pointer; margin-left: 5px;
}
.placeholder-right .input-group .form-control {
    padding-left: 12px !important;
}
.step-bg  .input-group {
    width: 40%;    
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
    border: 1px solid #e3e4e8;
    border-radius: 3px;
}
.step-bg  .input-group .input-group-addon {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow:none;color: #889099;
    font-size: 15px;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.step-bg  .input-group .form-control{
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.step3c.step-bg {
    padding: 20px 80px 50px 80px;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0;margin-bottom: 38px;
}
.add-trash-1 .width-auto {

    width: auto !important;

}
.label-capitalize{  

padding-top: 10px;
}
.label-capitalize label{    
    color: #112233;
font-size: 15px;
font-weight: 500;
line-height: 30px;
text-transform: uppercase;
}
#step4 .select-trip {margin-top: 8px;
}
#step4 .form-group .bootstrap-select.btn-group {
    width: 40%;
    display: block;
}
#step4 .bootstrap-select.btn-group .btn .filter-option {
    color: #112233;
    font-weight: 400;
    font-size: 15px;
}
.nodirectcomparable {
    margin: 35px 0 0 0;
}
#step4 .top-haeding2,#step5 .top-haeding2 {
margin-top: 5px;
}
.nodirectcomparable .form-group label {
    text-transform: none;
    margin: 0;
}.plus-button {
    border-radius: 3px;
    border: 2px solid #112233;
    background-color: #ffffff;
    padding: 12px 15px;
color: #112233;text-transform: capitalize;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
.plus-button img {
    margin-right:8px;
}
/*#step4 .step3b.step-bg {
margin-bottom:38px;
}*/
.dropdown-menu.upload-property-sm {
    min-width: 138px;
}   
.property-upload .form-control:focus {
    border: 1px solid #e3e4e8;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
}
.step-bg .input-group .form-control:focus {
    border: none;
    box-shadow: none;
}
#step2 .select-trip .form-group label ,#step4 .select-trip .form-group label {
    text-transform: none;
}
/** Property Upload Steps CSS **/
.navbar.navbar-default.header, .navbar.navbar-inverse.navbar-static-top.custom-navbar {
    background-color: #123 !important;
}
.orientation-day-booking h4 {
    color: #123;
}
.grey-out .bg-white.box-shadow{
    background-color: #e2e2e2;
    cursor:not-allowed;
}
.grey-out .bg-white.box-shadow img, .grey-out .bg-white.box-shadow h4{
    opacity:0.3;
}
.property-upload .grey-out .check_overlay {
    border: none !important;
    cursor:not-allowed !important
}
.property-upload .grey-out svg {
    display:none !important;
}
/** Blue color Button and Yellow Color border CSS**/
.bod-btn.blue-button a {
    background-color: #4578d2;
    border-color: #4578d2;
}
/*.imgUp .imagePreview.intro {
    border: 1px solid #00AEEF;
}*/

/** PROPERTY UPLOAD STEPS**/
.property-upload .power-team svg,.property-upload .power-team input[type="radio"]{
    display:none;
}
.property-upload #checkboxes .check_overlay svg {
    display: block;
    position: absolute;
    right: 15px;
    font-size: 60px;
}
.property-upload #checkboxes .check_overlay {
    display: block !important;
    position: unset;
    border: 0;
}
.property-upload #checkboxes .check_overlay .bg-white.box-shadow {
    border: 2px solid #00AEEF;
}
.property-upload .grey-out .check_overlay .bg-white.box-shadow{
    border: none !important;
    cursor:not-allowed !important
}
#checkboxes [type="radio"]:not(:checked) + label::after {
        background: transparent;

}
/* PROPERTY UPLOAD STEPS - NEW CHANGES */
#flip-step2 .step3b, #flip-step3,#flip-step5,#hmo-step2 .step3b, #hmo-step3,#hmo-step5,#general-step3 {
    margin-bottom: 38px;
}
#flip-step5 .step-bg ,#hmo-step5 .step-bg {
    padding: 20px 30px;
}
#flip-step5 .top-haeding, #hmo-step5 .top-haeding {
    text-align: center;
    margin: 20px;
}
#flip-step5 .panel-info .panel-heading, #hmo-step5 .panel-info .panel-heading{
    background: #2e5797;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    margin-bottom: 8px;
}
#flip-step5 .panel-group, #hmo-step5 .panel-group {
    margin: 40px 0 20px 0;
}
#flip-step5 .panel-title, #hmo-step5 .panel-title {
    font-size: 16px;
    font-weight: 400;
}
#flip-step5 .panel-info > .panel-heading + .panel-collapse > .panel-body,#flip-step5 .panel-info, #hmo-step5 .panel-info > .panel-heading + .panel-collapse > .panel-body,#hmo-step5 .panel-info {
    border:none;
    box-shadow:none;
}
#flip-step5 h6 ,#hmo-step5 h6 {
    background: #123;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 30px;
}
#flip-step5 h5 span,#hmo-step5 h5 span {
    font-weight:500;
}
.pointer-events #flip-step5 .form-control, .pointer-events #hmo-step5 .form-control, .pointer-events #flip-step5 .form-control, .pointer-events #hmo-step5 .form-control, .pointer-events #flip-step5 .imgUp label, .pointer-events #hmo-step5 .imgUp label {
    pointer-events: none;
}
.next.btn.btn-primary.next-step.edit-reviews {
    background-color: #2e5797;
    color: #fff;
    box-shadow: none;
    border: 1px solid #2e5797;
    margin-right: 5px;
}
.property-upload textarea.form-control {
    height: auto !important;
}
.property-upload #checkboxes .check_overlay {
    height: auto !important;
}
/* Property Upload Steps - Step 5 Responsive */
@media only screen and (max-width: 441px) {
#btl-step5 .step-bg, #lease-step5 .step-bg, #service-step5 .step-bg,#flip-step5 .step-bg, #hmo-step5 .step-bg {
    padding: 20px 0;
}
.step5 .step-bg .form-group {
    padding: 0 22px;
}
.step5 .panel-body {
    padding: 0;
}
#btl-step5 .panel-info .panel-heading, #lease-step5 .panel-info .panel-heading, #service-step5 .panel-info .panel-heading,#btl-step5 h6, #lease-step5 h6, #service-step5 h6,#flip-step5 h6, #hmo-step5 h6,#flip-step5 .panel-info .panel-heading, #hmo-step5 .panel-info .panel-heading{
    margin-right: 15px;
    margin-left: 15px;
}
}
/* Property Upload Step 3 - Image upload CSS */
.imgUp label {
    width:100%;
}
.imgUp .imagePreview {
    width: 100%;
    height: 158px;
    background-position: center center;
    background-image: url("../images/Upload.png");
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 8px;
}
.imgUp
{
  margin-bottom:10px;
}
.imgUp .del {
    position: absolute;
    top: -10px;
    right: 8px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    background-color: #112330;
    cursor: pointer;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 20px;
    font-size: 11px;
}
.imagePreview {
    border-radius: 4px;
}
/* Responsive CSS - Property Upload */
@media only screen and (max-width: 1200px) {
.my-properties-list .media-heading {
    margin-top: 10px;
}
}
@media only screen and (max-width: 1024px) {
.process-model li::after {
    width: 80%;
}  
#step1 h5 {
	margin-top: 0;
}
#step2, #step3, #step4, #step5, #step6, #step7 {
    width: auto;
}
.step3a {
    padding: 50px 50px 30px 50px;
}  
.step3b.step-bg {
    padding: 40px 50px 50px 50px;
}      
.property-upload #checkboxes {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
}
.property-upload.padding-40.pointer-events .container {
    max-width: 100%;
}
.pus-hidden-link {
    text-align: center;
    margin-bottom: 35px;
    display: block;
    font-size: 17px;
}
.process-model li p {
    margin-top: 12px;
    display: none;
}
}
@media only screen and (max-width: 620px) {
.process-model li::after {
    width: 85%;
    right: 60px;
}
.step-bg .input-group {
    width: 100%;
}
.my-properties-list .media-left {
    padding-right: 0;
    display: block;
}
.my-properties-list .media {
    display: block;
}    
.my-properties-list .media-body {
    padding: 20px 20px 0 20px;
}
.my-properties-list .dropdown-menu {
    left: -10px !important;
}    
.my-properties-list .media-object {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
    border-bottom-left-radius: 0;
    display:block;
}
}
@media only screen and (max-width: 500px) {
.process-model li .round-tab {
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 15px;
}	
.process-model li::after {
    right: 32px;
    top: 16px;
}
.property-upload .power-team .box-shadow {
    padding: 30px 0;
}
.process-model li.visited svg {
    margin: 7px;
}
}
@media only screen and (max-width: 360px) {
.step3a {
    padding: 50px 20px 30px 20px;
}  
.step3b.step-bg {
    padding: 40px 20px 50px 20px;
} 
.plus-button {
    padding: 10px 14px;
}    
.box-shadow h4 {
    font-size: 14px;
}
}
/** Property Description START **/
.pd-header ul {
    margin:0;display:inline-block;
}
.pd-header .ul-right {
    float:right;
}.pd-header span {
    color: #4a78c3; font-weight: 500;
}.pd-header .padding-20 {
    padding:20px 0;
}.pd-header i {
    color: #87919a;
    margin-right: 4px;font-size: 18px;
}.pd-header li {
    font-weight: 500;margin-right: 25px;font-size: 14px;
}
.pd-header li a{
color:#4578d2;
}
.pd-header li a:hover {
    color: #112233;
}
.propertydesc-first h5 {
    font-size: 16px;
    color: #1C2637;
    margin: 0 0 20px 0;
}
.propertydesc-first {
    padding: 32px 40px 30px 40px;
    margin-bottom: 20px;
    position: relative;
}
.propertydesc-first  .status-tag {
    position:absolute;  
}
.propertydesc-first .outer {
    margin-top: 20px;margin-bottom: 35px;
}
.propertydesc-first .media-body {
    vertical-align: middle;
}
.propertydesc-first .status-tag {
    position: absolute;
    background-color: #00AEEF;
    text-transform: capitalize;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 500;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 28px;
    top: 0;
    color: #fff;
}
.propertydesc-first .media-heading {
    margin: 6px 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.propertydesc-first .media-heading a, .propertydesc-second .media-body a {
    color: #00aeef;
}
.propertydesc-second .media-body {
    margin-left: 10px;
}
.propertydesc-first .owl-theme .owl-nav [class*="owl-"] {
    color: #333;
    font-size: 16px;
    padding: 9px 7px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.05);
    width: 47px;
    height: 47px;
    line-height: 2;
    transition: all 0.4s ease 0s;
}.propertydesc-first .owl-prev {
    position: absolute;
    left: 6px;
    top: 40%;
}.propertydesc-first .owl-next {
    position: absolute;
    right: 6px;
    top: 40%;
}.propertydesc-first .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #00AEEF !important;
    color: #FFF !important;
    text-decoration: none;
}
#thumbs .owl-item .item a:last-child {
    border: 2px solid #e0e0e0;
    padding: 31px 0;
    display: block;
    text-align: center;
    color: #2e3643;
    font-weight: 500;
    font-size: 14px;
}
#thumbs .owl-item .item a span {
    display: block;
}
.propertydesc-first h4, .propertydesc-second h4 {
    color: #14222f; 
    font-size: 20px;
    margin-bottom: 20px;
}.propertydesc-first p {
    line-height: 1.9;
    color: #8b8f95;
    font-size: 16px; 
    font-weight: 400;
}
.propertydesc-first .list-inline li{
    font-weight: 500;
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
}
.propertydesc-first .list-inline img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -8px;
}
.propertydesc-first .list-inline {
    margin-bottom: 20px;
    padding-top: 6px;
}
.propertydesc-page .box-shadow{
    border: 2px solid #e2e2e2;border-radius: 4px;
}
.btn.btn-yellow-fullwidth {
    background-color: #e9d22e;
    color: #333333;
    border: 1px solid #dbc728;
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 5px;
}.btn.btn-blue-fullwidth {
    background-color: #112232;
    color: #fff;
    border: 1px solid #112232;
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 5px;
}
.btn.btn-download-fullwidth {
    background-color: #f7f7f7;
    color: #112232;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 5px;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.03);
}.btn.btn-download-fullwidth img {
    margin-right: 10px;
}.propertydesc-second .box-shadow {
margin-bottom: 30px;
    padding: 25px 30px;

}.propertydesc-second  .media-body h4 {
    font-size: 17px;
 margin-bottom: 4px;
}
.propertydesc-second  .list-group-item {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    padding:13px 0; font-weight: 400;
} 
/*.propertydesc-second  .list-group {
    margin-top: 25px;
}*/
.propertydesc-second .badge {
    background-color: transparent;
    color: #15212f;
    font-size: 17px;
    font-weight: 500;
}
.propertydesc-second .list-group-item:first-child {
    border: none;
}
.vat {
    color: #8b8f95;
    font-weight: 400;
}
.propertydesc-second .list-group-item img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
}
.propertydesc-second .list-group-item:last-child {
    border-bottom: none;
}
.propertydesc-second .pd-renovation-work img {
    width:20px;
}
.propertydesc-page .modal-header .close {
    font-size: 28px;
    font-weight: 400;
    opacity: 1;
}
.propertydesc-page .modal-body {

    padding: 0;
    border: 4px solid #fff;
    border-radius: 5px;
 border-bottom: 0;
} .propertydesc-page .modal-dialog {

    width: 1000px;
    margin: 80px auto;

}
.propertydesc-page .modal-header {
    border-bottom: none;
    position: absolute;
    top: -21px;
    z-index: 999;
    right: -18px;
    background-color: #fff;
    padding: 6px 13px;
    border-radius: 50px;
}
.list-group-item > .badge {
    float: right;
}
.back {
    margin-bottom: 30px;
}
.back a {
    color: #8b8f95;
    font-size: 15px;
    font-weight: 400;
}
.back a:hover {
    color: #00AEEF;
}
.propertytop-img {
    width: 155px;
}
.properties-content {
    padding: 15px 15px 1px 15px;
}
.investment-type {
    padding: 12px 16px;
    background: #00AEEF;
    color: #FFFFFF;
    display: block;
}
@media only screen and (max-width: 991px) {
.propertydesc-page .col-md-8, .propertydesc-page .col-md-4 {
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 600px) {
.propertydesc-first {
    padding: 35px 20px 30px 20px;
}
.propertydesc-second .box-shadow {
    padding: 25px 20px;
}
.propertydesc-first .status-tag {
    right: 18px;
}
}
/*** Login Page ***/
.login-page {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    width: 300px;
}
.login-page .form-group {
    margin-bottom: 12px;
}
.login-page img {
    margin-bottom: 25px;
}
.login-page .form-control {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 0;
    padding: 10px;
}
.login-page label {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
}
.remember-me {
    font-weight: 400 !important;
}
.remember-me input[type="checkbox"] { 
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}
.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
}
.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}
.btn-block {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    background: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    margin-top: 10px;
    border: 2px solid transparent;
}
.btn-block:hover, .btn-block.btn-block1:hover {
    background: transparent;
    color:#00AEEF;
    border: 2px solid #00AEEF;
}
.btn-block1 {
    background: none;
    border: none;
    color: #00AEEF;
    border: 2px solid transparent;
}
.forgot-pwd a{
    font-weight: 600;
    font-size: 14px;
    color: #00AEEF !important;
    margin-left: 65px;
}
.forgot-pwd a:hover{
    text-decoration: none;
    color: #000 !important;
}
.footer-sec {
    position: fixed;
    bottom: 0;
}
.footer-sec li, .footer-sec li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #00AEEF;
}
.footer-sec li a:hover {
    color: #231F20;
    text-decoration: none;
}
.footer-terms, .privacy-policy {
    float: right;
}
/***  Login Page Responsive Css ***/
@media only screen and (max-width: 575px) {
.footer-sec li, .footer-sec li a {
    text-align: center;
}
.footer-terms, .privacy-policy {
    float: none;
}
}
@media only screen and (max-width: 767px) {
.login-page {
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    width: 300px;
}
.footer-sec {
    position: relative;
    margin-top: 40px;
}
}