/*@import 'biddeal/style_variable.scss';*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/**header section**/
img {
  max-width: 100%;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.center,
.text-center p {
  text-align: center !important;
}

p {
  text-align: justify;
}

body {
  background: #fff;
  font-family: "Lato", sans-serif !important;
}
body.loginSec {
  background: url(../images/bg-login.jpg) !important;
}

/* Error Message */
label.error {
  position: absolute;
  top: 10px;
  right: -12px;
  font-size: 11px;
  background-color: #cc0000;
  color: #FFFFFF;
  padding: 3px;
  margin-left: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.assetkeypoints {
  width: 16.66666667%;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/* Login and Forgot pass start */
.login-box {
  background: #F7F7F7;
  margin: 0px auto;
  margin-top: 5%;
  margin-bottom: 10px;
  max-width: 420px;
  position: relative;
  outline: 5px solid rgba(103, 103, 103, 0.39);
}
.login-box h2 {
  margin: 0;
  padding: 11px 5px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eceaea;
  display: block;
}
.login-box .login-bottom {
  background: #F7F7F7;
  padding: 10px;
  border-top: 1px solid #ffffff;
  box-shadow: 0 -1px 0 #eceaea;
}

.form-group.loginicon-in-field {
  position: relative;
}
.form-group.loginicon-in-field i.fa {
  position: absolute;
  left: 9px;
  top: 9px;
  font-size: 16px;
  color: #ccc;
}
.form-group.loginicon-in-field .form-control {
  padding-left: 30px;
}

.login-box .login_content {
  background: #fff;
  padding: 2em;
}
.login-box .btn {
  padding: 5px 27px;
  font-size: 16px;
}

/* action by jQuery */
.showForgotpass {
  display: none;
}

#header {
  background: #495251;
}
#header .headerOuter {
	
  margin-top: 0px;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#header .logo {
  width: 20%;
}

header .site-logo {
  background: url("../default/images/disposalhub.svg") no-repeat 50%;
  height: 75px;
  background-size: 203px;
  background-position: left;
}

#header {
  background: #495251;
  padding: 15px 0;
  z-index: 123;
  box-shadow: 0 2px 9px #f3f3f3;
  left: 0;
  right: 0;
  top: -500px;
  transition: 0.3s;
}
#header .logo img {
  max-width: 100% !important;
  height: 40px;
}
#header .hdrRight {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
#header .reqbtn > a {
  background: #0065a5;
}
#header .container {
  width: 100%;
}
#header .userNav {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 80%;
}
#header .userNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .userNav ul li {
  display: inline-block;
}
#header .userNav ul li a {
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background-color: #af251b;
  color: #fcfcfc;
  border-radius: 25px;
  margin-left: 15px;
}
#header .userNav .account {
  display: inline-block;
}
#header .userNav .account a {
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background-color: #af251b;
  color: #fcfcfc;
  border-radius: 25px;
  margin-left: 15px;
}

.headerOuter {
  margin-top: 0;
  position: relative;
}

#header.fixed {
  position: fixed;
  top: 0;
}

.hdrRight {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

#header .nav > li > a {
  color: #fff;
}
#header .nav > li:hover > a {
  color: #00afe8;
  background: transparent;
}

@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
/* model popup LOGIN */
#myModalLogin .modal-dialog {
  max-width: 480px;
  top: 15%;
}
#myModalLogin .modal-body {
  padding: 2em;
}
#myModalLogin .modal-header {
  padding: 0;
  position: relative;
  box-shadow: 0 1px 5px #b7b5b5;
}
#myModalLogin .modal-header .close {
  position: absolute;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 15px;
  right: -15px;
  top: -15px;
  background: #ff1100;
  border-radius: 50%;
  box-shadow: 0 0 8px #fff;
  font-size: 23px;
  font-weight: normal;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}
#myModalLogin .nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: flex;
  -moz-display: flex;
}
#myModalLogin .nav-tabs li {
  width: 50%;
  text-align: center;
  margin: 0;
}
#myModalLogin .nav-tabs li a {
  font-size: 19px;
  border: none !important;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  background: #af251b;
  color: #fff;
  margin: 0;
  border-radius: 0;
}
#myModalLogin .nav-tabs li.active > a {
  background: #fff;
  color: #000;
}

.model-user-form .form-group.icon-in-field i.fa {
  color: #af251b;
  top: 11px;
  font-size: 20px;
  left: 10px;
  position: absolute;
  width: 25px;
  text-align: center;
  line-height: 24px;
}

.form-group.icon-in-field {
  position: relative;
  background-image: none;
}
.form-group.icon-in-field .form-control {
  padding-left: 40px;
}

.model-user-form .form-group {
  margin-bottom: 10px;
  height: auto;
}
.model-user-form .form-control {
  height: 45px;
}
.model-user-form .btn {
  background: #af251b;
  border: none;
  padding: 7px 25px;
  outline: none !important;
}
.model-user-form .btn:hover, .model-user-form .btn:focus {
  background: #af251b;
}

.homeBanner {
  margin: 0 auto;
  position: relative;
  background-image: url("images/disposal_hub_banner.jpg");
  height: 450px;
  background-repeat: no-repeat;
}
.homeBanner .item > img {
  width: 100%;
}

#footer {
  padding: 2em 0 1em;
  background: #627481;
  color: #d3e4ed;
  font-size: 13px;
  margin-top: 1.5em;
}
#footer a {
  color: #fff;
}
#footer .h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#footer a:hover {
  color: #FCA933;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .ftrnav li {
  margin-bottom: 5px;
}
#footer .ftrnav li a {
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 3px 0 3px 20px;
  display: block;
}
#footer .ftrnav li a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 11px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#footer .footer-follow {
  padding-bottom: 20px;
}
#footer .info li {
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding: 3px 0 3px 40px;
}
#footer .info li i.fa {
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
#footer .social {
  margin-bottom: 1em;
}
#footer .social i.fa {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background: #fff;
  color: #4d4948;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #4d4948;
}
#footer .social a:hover i.fa {
  background: #af251b;
  color: #fff;
}
#footer .social a:hover i.fa-facebook {
  background: #3a559f;
}
#footer .social a:hover i.fa-twitter {
  background: #50abf1;
}
#footer .social a:hover i.fa-linkedin {
  background: #0084b1;
}
#footer .social a:hover i.fa-youtube {
  background: #dc472e;
}
#footer .social a:hover i.fa-google-plus {
  background: #dd4b39;
}
#footer .social a:hover i.fa-pinterest-p {
  background: #ce3335;
}

/* #footer .ftrnav{ } */
/* ========================MAIN PAGE CONTENT */
/* thumb navigation on top page content */
.user-thumb-nav {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.user-thumb-nav .box {
  text-align: center;
  margin-bottom: 15px;
}
.user-thumb-nav .box a {
  padding: 5px;
  background: rgba(224, 220, 170, 0.1882352941);
  height: 110px;
  display: block;
  line-height: normal;
  text-decoration: none;
  color: #3b3c3c;
  transition: 0.5s;
  box-shadow: 0 0px 10px #424242;
}
.user-thumb-nav .box i.fa {
  font-size: 26px;
  height: 42px;
  margin-top: 15px;
}
.user-thumb-nav .box a.active {
  color: #af251b;
  box-shadow: 0 0px 0px #424242;
  background: #e6e2e2;
}
.user-thumb-nav .box a strong {
  display: block;
  font-weight: 600;
}

.pageContent {
  min-height: auto;
  background: #fff;
  box-shadow: 0px 0 10px #cccccc;
  padding: 2em 15px;
  overflow-x: hidden;
}

.subPageContent {
  min-height: 300px;
  background: #fff;
  box-shadow: 2px 0 10px #7e8e98, -2px 0 10px #7e8e98;
  padding: 2em 15px;
  overflow-x: hidden;
}

.heading {
  margin-top: 0;
  border-bottom: 1px solid #bbbbbb;
  box-shadow: 0 1px 0 #f1f1f1;
  padding-bottom: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}

.title-bg {
  width: 100%;
  margin-bottom: 1em;
  background: #ecebeb;
  padding: 7px;
  font-size: 17px;
}

.filter-row .form-control {
  max-width: 175px;
}

.accordian .accordian-title {
  display: inline-block;
  width: 100%;
  margin: 1px 0 0;
  background: #e4e4e4;
  padding: 7px 10px;
  font-size: 19px;
  cursor: pointer;
}
.accordian .accordian-title.active {
  background-color: #8e8d8d;
  color: #fff;
}
.accordian .accordian-title .actionbtn {
  float: right;
}
.accordian .accordian-title .actionbtn a.btn {
  padding: 4px 15px;
}
.accordian .detail {
  padding: 15px;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
}
.accordian.accordian-arrow .accordian-title {
  position: relative;
}
.accordian.accordian-arrow .accordian-title:before {
  position: absolute;
  content: "";
  top: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  right: 3px;
  transition: 0.5s;
}
.accordian.accordian-arrow .accordian-title:after {
  position: absolute;
  content: "";
  border-left: 6px solid #a2a2a2;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 12px;
  top: 16px;
  transition: 0.5s;
}
.accordian.accordian-arrow .accordian-title.active:after {
  transform: rotate(90deg);
  border-left-color: #fff;
}
.accordian.accordian-arrow .accordian-title.active:before {
  border-color: #fff;
}

.labelclass {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 200%;
  color: #555;
  background-color: #fff;
  background-image: none;
  margin-left: 40px;
}

.viewlabel {
  overflow-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  width: 100%;
  background-color: #eee;
}

.btnbutton {
  background: #04456b;
  color: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none;
  width: auto !important;
  padding: 6px 35px !important;
  cursor: pointer;
}
.btnbutton:hover {
  background: #FCA933;
  text-decoration: none;
}

.tableheader {
  color: #fff;
  background: #5C5C5C;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.toggleswitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 22px;
}
.toggleswitch input {
  display: none;
}

/* Hide default HTML checkbox */
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/*
 -------------------------------------------------
datagrid table
 -------------------------------------------------
 */
.grid_border {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.link {
  text-decoration: none;
  color: #00B4DF;
  transition: all ease-in 100ms;
}
.link:hover {
  text-decoration: none;
  color: #737373;
}

.datagrid {
  width: 98%;
  margin: 0 auto;
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
}
.datagrid h4 {
  font-size: 16px;
  color: #13548a;
  padding: 10px 0 10px 1%;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  width: 98%;
  float: left;
}
.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  vertical-align: middle;
  border: solid 1px #ccc;
}
.datagrid table td {
  padding: 5px 10px;
}
.datagrid table th {
  padding: 10px 10px;
}
.datagrid table thead th {
  background-color: #7bb8dc;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
.datagrid table thead th:first-child {
  border: none;
}
.datagrid table tbody td {
  color: #737373;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.datagrid table tbody .alt td {
  background: #F0F0F0;
  color: #737373;
}
.datagrid table tbody td:first-child {
  border-left: none;
}
.datagrid table tbody tr:last-child td {
  border-bottom: none;
}
.datagrid table tfoot td {
  margin: 0;
  padding: 0;
}
.datagrid table tfoot td div {
  border-top: 1px solid #CECECE;
  background: #F0f0f0;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
  position: fixed !important;
}

.datagrid_1 {
  width: 98%;
  margin: 0 auto;
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
}
.datagrid_1 h4 {
  font-size: 16px;
  color: #13548a;
  padding: 10px 0 10px 1%;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  width: 98%;
  float: left;
}
.datagrid_1 table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  vertical-align: middle;
  border: solid 1px #ccc;
}
.datagrid_1 table td {
  padding: 5px 10px;
}
.datagrid_1 table th {
  padding: 10px 10px;
  background-color: #af251b;
}
.datagrid_1 table thead th {
  font-weight: revert;
  vertical-align: middle;
  text-align: center;
}
.datagrid_1 table tbody td {
  color: #000;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: bolder;
  vertical-align: middle;
}
.datagrid_1 table tbody .alt td {
  background: #F0F0F0;
  color: #737373;
}
.datagrid_1 table tfoot td {
  margin: 0;
  padding: 0;
}
.datagrid_1 table tfoot td div {
  border-top: 1px solid #CECECE;
  background: #F0f0f0;
}

/*
 -------------------------------------------------
tabbed panel
 -------------------------------------------------
 */
.tabbed_panel {
  width: 98%;
  float: left;
  background: #fff;
}
.tabbed_panel ul {
  float: left;
  margin: 0;
}
.tabbed_panel ul li {
  border-bottom: 0;
  margin-right: 0;
}
.tabbed_panel ul li:hover {
  background: none;
}
.tabbed_panel li {
  display: inline-block;
  padding: 10px;
  border-right: solid 1px #E0DBDB;
  font-size: 12px;
  color: #AFAFAF;
}
.tabbed_panel .current {
  border-bottom: solid 2px;
  color: #af251b;
}
.tabbed_panel li:hover {
  color: #059DC1;
}

.wrapper {
  width: 85%;
  margin: 0 auto;
}

.wrapper1 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 15px 0;
  position: relative;
  min-height: 500px;
}

.wrap-text {
  white-space: pre-wrap !important;
}

/*
/********************************************
*                                           *
*                                           *
*             MEDIA QUERY                   * 
*                                           *
*                                           *
*********************************************/
@media only screen and (max-width: 1200px) {
  #header .container {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .homeBanner .item > img {
    min-height: 280px;
  }
  .advanceSearch {
    bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  #header .pull-left,
  #header .pull-right {
    width: 100%;
  }
  .homeBanner .item > img {
    min-height: 200px;
  }
  .advanceSearch {
    position: static;
    margin: 1em 0 0;
  }
  .advanceSearch .flexForm {
    width: 100%;
    display: inline-block;
  }
  .advanceSearch .form-group {
    width: 50%;
    float: left;
  }
  .advanceSearch .btn {
    width: 50%;
    text-align: center;
    float: left;
  }
  .advanceSearch .nav-tabs li a {
    padding: 10px 1em;
  }
  #header {
    padding-top: 0;
  }
  #header .container {
    padding: 0;
  }
  #header .userNav {
    position: static;
    width: 100%;
    text-align: center;
    background: #ab1821;
    color: #fff;
    padding: 8px 0;
    margin: 0 0 15px;
  }
  #header .userNav a,
  #header .userNav ul li a {
    color: #fff;
  }
  #header .userNav .account a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 640px) {
  .recent-property-list .moz-col-2 {
    column-count: 1;
  }
}
.recent-property-list {
  font-size: 16px;
  font-family: Calibri;
  color: #0b0b0b;
}
.recent-property-list .proBox {
  border: 1px solid #999591;
  background: rgba(243, 243, 243, 0.63);
  margin: 15px 0;
  padding: 5px;
  box-shadow: 0 0 10px #9a9a9a;
}
.recent-property-list .sample-thumb {
  border: 1px solid #d6d6d6;
  padding: 5px;
}
.recent-property-list .sample-thumb img {
  width: 100%;
  height: 200px;
}
.recent-property-list .property-list-description {
  padding: 10px;
  border: 1px solid #d6d6d5;
}
.recent-property-list .property-list-description ul {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
  line-height: 1.4;
}
.recent-property-list .property-list-description li {
  display: flex;
}
.recent-property-list .property-list-description .pro-name {
  width: 50%;
}
.recent-property-list .property-list-description .pro-sep {
  width: 10%;
  text-align: center;
}
.recent-property-list .property-list-description .pro-value {
  display: inline-block;
  color: #b43d36;
}
.recent-property-list .btn {
  font: normal 14px Calibri;
  color: #000;
  background: #f1f2f2;
  border: 1px solid #bcbec0;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 10px;
  margin: 10px 0 0;
}
.recent-property-list .btn:hover {
  background: #b43d36;
  color: #fff;
  border-color: #b43d36;
}
.recent-property-list .moz-col-2 {
  column-count: 2;
}

#copyright {
  background: #4d4948;
  padding: 5px 0;
  color: #fff;
}

.homeBanner .slidertxt {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0%, -50%);
}

.advanceSearch .nav-tabs {
  margin: 0px;
  padding: 0;
  border: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
}
.advanceSearch .nav-tabs li {
  text-align: center;
  margin: 0 2px 0 0;
}
.advanceSearch .nav-tabs li a {
  font-size: 14px;
  border: none !important;
  padding: 8px 22px;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  margin: 0;
  border-radius: 6px;
  font-weight: 600;
}
.advanceSearch .nav-tabs li.active > a {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.tabSearch {
  max-width: 700px;
  margin: 3.5em auto 0;
}
.tabSearch ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabSearch ul.tabs li {
  display: inline-block;
}
.tabSearch ul.tabs li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.43);
  text-decoration: none;
  position: relative;
  padding: 5px 20px;
  display: inline-block;
}
.tabSearch ul.tabs li.selected a:after {
  position: absolute;
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 42%;
  bottom: -2px;
  z-index: 123;
}
.tabSearch .tabcontents .tabDetail {
  display: none;
  position: relative;
}
.tabSearch .tabcontents .tabDetail .searchForm {
  position: relative;
}
.tabSearch .tabcontents .tabDetail .searchForm .form-control {
  height: auto;
  padding: 12px 160px 10px 15px;
  border-radius: 0;
}
.tabSearch .tabcontents .tabDetail .searchForm .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 10px 23px;
  text-transform: uppercase;
  font-size: 16px;
}

.clockDisplay{
	color:#fff;
}
/* Advance Search on home page */
.advanceSearch {
  display: inline-block;
  position: relative;
  padding: 15px;
  background:rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 992px;
  text-align: left;
}
.advanceSearch .form-group {
  position: relative;
}
.advanceSearch .form-group.search-row1 {
  display: flex;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.advanceSearch .form-control {
  border: none;
  height: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #fff;
  box-shadow: none;
}
.advanceSearch .searchType {
  width: 110px;
  box-shadow: none;
  font-size: 14px;
  color: #000;
}
.advanceSearch .search-row1 .btn-submit {
  position: absolute;
  right: 110px;
  top: 4px;
  padding: 4px 10px;
  font-size: 15px;
  color: #08749a;
  background: #fff;
  border: 1px solid #ccc;
  text-transform: capitalize;
  font-weight: 600;
  outline: none;
}
.advanceSearch .search-row1 .btn-submit2 {
  position: absolute;
  right: 3px;
  top: 4px;
  padding: 4px 10px;
  font-size: 15px;
  background: #d7f5ff;
  color: #08749a;
  text-transform: capitalize;
  font-weight: 600;
  outline: none;
}
.advanceSearch .search-row2 {
  margin-left: -10px;
  margin-right: -10px;
}
.advanceSearch .search-row2 .field-col-4 {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.advanceSearch .search-row2 .field-col-6 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.advanceSearch select.form-control {
  background: url(../images/iconDropdown.png) no-repeat 99%;
  -webkit-appearance: none;
}
.advanceSearch .search-row2 .form-control {
  box-shadow: none;
  height: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 0;
}
.advanceSearch .icon-dash i.fa {
  height: 40px;
  line-height: 40px;
  background: #c0c7c9;
  color: #fff;
  padding: 0 2px;
}
.advanceSearch .textlabel {
  line-height: 40px;
  width: 160px;
  font-size: 14px;
  padding: 0 0 0 8px;
}
.advanceSearch .boxinner {
  display: flex;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.advanceSearch .areaSelectedText {
  border-radius: 5px;
  font-size: 14px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: url(../images/iconDropdown.png) no-repeat 98% #fff;
  cursor: pointer;
}
.advanceSearch .chooseArea {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  margin-top: 5px;
  z-index: 999;
  display: none;
}

.chooseArea .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  /* border-bottom: 1px solid #ccc; */
}
.chooseArea .tabs li {
  display: inline-block;
}
.chooseArea .tabs li a {
  font-weight: 600;
  display: inline-block;
  padding: 0px 4px;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.chooseArea .tabs li.selected a {
  border-bottom-color: #da2328;
  color: #da2328;
}

.advanceSearch .chooseSubCategory {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  margin-top: 5px;
  z-index: 999;
  display: none;
}

.property-grid-view .col-item {
  padding-left: 6px;
  padding-right: 6px;
}
.property-grid-view .proDescTable {
  margin-bottom: 0;
  font-size: 110%;
}
.property-grid-view .proDescTable td {
  border: none;
  padding: 2px;
}
.property-grid-view .box {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin-top: 2em;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
  font-size: 12px;
  border-radius: 6px;
  /* overflow: hidden; */
}
.property-grid-view .box:hover {
  box-shadow: 3px 3px 10px #f9d1cf;
}
.property-grid-view .box .item img {
  width: 100%;
}
.property-grid-view .box .sample-thumb {
  position: relative;
  margin-bottom: 0px;
}
.property-grid-view .box .sample-thumb img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.property-grid-view .property-description {
  padding: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.property-grid-view .box .sample-thumb .owl-theme .owl-controls {
  opacity: 0;
  transition: 0.5s;
}
.property-grid-view .box .pro-status {
  float: right;
  background-color: #af251b;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 6px;
  margin-right: 0;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.property-grid-view .box .sample-thumb:hover .owl-theme .owl-controls {
  opacity: 1;
}
.property-grid-view .box .sample-thumb .location {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 0px 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.property-grid-view .box .sample-thumb .timerlocation {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  padding: 0px 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.property-grid-view .box .sample-thumb .sellerlocation {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 0px 4px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}
.property-grid-view .box .sample-thumb .price {
  position: relative;
}
.property-grid-view .box h3 {
  font-size: 14px;
  font-weight: 600;
  color: #ab1c11;
  margin: 0 0 5px 0;
}
.property-grid-view .box h3 a {
  color: #ab1c11;
}
.property-grid-view .box p {
  line-height: normal;
}
.property-grid-view .box:hover {
  box-shadow: 3px 3px 10px #f9d1cf;
}
.property-grid-view .box .price span {
  position: relative;
  padding: 0 5px;
  color: #9e9e9e;
  font-weight: 600;
}
.property-grid-view .box .price .real-price {
  color: #00ab54;
}
.property-grid-view .box .price .regular-price:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ff0000;
  position: absolute;
  top: 50%;
  transform: rotate(-15deg);
}
.property-grid-view .box .btn {
  font: normal 14px Calibri;
  color: #000;
  background: #f1f2f2;
  border: 1px solid #bcbec0;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 10px;
  margin: 10px 0 0;
  position: absolute;
  bottom: 10px;
}
.property-grid-view .box .btnindex {
  font: normal 12px Calibri;
  color: #fff;
  background: #af261c;
  border: 1px solid #bcbec0;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 5px;
  position: relative;
  bottom: 1px;
  cursor: pointer;
}
.property-grid-view .box .btn-danger {
  background: #b43d36;
  color: #fff;
  border-color: #b43d36;
  right: 20px;
}
.property-grid-view .box .btn:hover {
  background: #b43d36;
  color: #fff;
  border-color: #b43d36;
}
.property-grid-view .proDescTable {
  margin-bottom: 0;
}
.property-grid-view .property-description .pro-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.property-grid-view .proDescTable td {
  border: none;
  padding: 2px;
}
.property-grid-view .box .add-to-wishlist {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  z-index: 1;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
.property-grid-view .box .add-to-wishlist i {
  line-height: 35px;
  color: #fff;
}
.property-grid-view .box:hover .add-to-wishlist {
  text-shadow: none;
}
.property-grid-view .box:hover .add-to-wishlist i {
  color: #ff0000;
}
.property-grid-view .box:hover .add-to-wishlist i:before {
  content: "\f004";
}
.property-grid-view .box .timerlocation {
  color: #ff0000;
}
.property-grid-view .box .action-bottom {
  padding: 0px 10px 10px;
}
.property-grid-view .box .action-bottom a {
  border: none;
  background: none;
  color: #af251b;
  font-size: 100%;
  font-weight: 600;
}

/* Dashborad Nav list Type: Icon PNG- based  */
.dashboard-nav-list {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.dashboard-nav-list .box {
  margin-bottom: 15px;
  text-align: center;
}
.dashboard-nav-list .box a {
  padding: 5px;
  background: #fafafa;
  font-size: 13px;
  height: 100px;
  position: relative;
  display: block;
  line-height: normal;
  text-decoration: none;
  color: #4d4948;
  transition: 0.5s;
  box-shadow: 0 0px 10px #424242;
  border: 1px solid #b7b4af;
  padding-top: 65px;
}
.dashboard-nav-list .box a:before {
  position: absolute;
  content: "";
  background: url(../images/icon-dashboard.png) no-repeat;
  left: 0;
  right: 0;
  width: 100px !important;
  height: 60px;
  margin: auto;
  top: 5px;
}
.dashboard-nav-list .box a.active {
  color: #af251b;
  box-shadow: 0 0px 0px #424242;
  background: #e6e2e2;
}
.dashboard-nav-list .box a.active:before {
  background-position-y: -60px;
}
.dashboard-nav-list .box a.vicon-nav-1:before {
  background-position-x: 0px;
}
.dashboard-nav-list .box a.vicon-nav-2:before {
  background-position-x: -100px;
}
.dashboard-nav-list .box a.vicon-nav-3:before {
  background-position-x: -200px;
}
.dashboard-nav-list .box a.vicon-nav-4:before {
  background-position-x: -300px;
}
.dashboard-nav-list .box a.vicon-nav-5:before {
  background-position-x: -400px;
}
.dashboard-nav-list .box a.vicon-nav-6:before {
  background-position-x: -500px;
}
.dashboard-nav-list .box a.vicon-nav-7:before {
  background-position-x: -600px;
}
.dashboard-nav-list .box a.vicon-nav-8:before {
  background-position-x: -700px;
}
.dashboard-nav-list .box a.vicon-nav-9:before {
  background-position-x: -800px;
}
.dashboard-nav-list .box a.vicon-nav-10:before {
  background-position-x: -900px;
}
.dashboard-nav-list .box a.vicon-nav-11:before {
  background-position-x: -1000px;
}
.dashboard-nav-list .box a.vicon-nav-12:before {
  background-position-x: -1100px;
}
.dashboard-nav-list .box a.vicon-nav-13:before {
  background-position-x: -1200px;
}

iframe {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

.search-filter h4,
.search-filter h2 {
  font-weight: 600;
  color: #000;
}
.search-filter h4 {
  margin-bottom: 5px;
  color: #aa1208;
  font-size: 15px;
}
.search-filter .box {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  border-bottom: 1px solid #e4e4e4;
}
.search-filter .showrangeprice {
  width: 110px;
  border: none;
  color: #00ab54;
  font-weight: bold;
  min-width: initial;
  -webkit-appearance: none;
  font-size: 15px;
}
.search-filter .clearall {
  float: right;
}
.search-filter .form-control {
  height: 40px;
}
.search-filter .clearall .btn {
  padding: 5px 10px;
  font-size: 13px;
}
.search-filter .borderLayout {
  margin: 0;
  padding: 3px 0;
  border: 1px solid #d8d8d8;
  margin-bottom: 5px;
  max-height: 125px;
  overflow: auto;
}

#slide-enquiry-form {
  position: fixed;
  left: -300px;
  width: 300px;
  top: 15%;
  z-index: 999;
  min-height: 250px;
  background: #fff;
  transition: 0.5s;
}
#slide-enquiry-form.open {
  left: 0;
}
#slide-enquiry-form #anchorEnquiry {
  position: absolute;
  right: -40px;
  top: 0;
  width: 43px;
  background: url("../default/images/btn-enquiry.png") no-repeat;
  height: 280px;
  font-size: 0px;
}
#slide-enquiry-form #anchorEnquiry:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  position: absolute;
  left: 10px;
  top: 37px;
  font-size: 20px;
  text-shadow: 1px 1px 3px #000;
  color: #fff;
}
#slide-enquiry-form #anchorEnquiry.visit:after {
  transform: rotate(180deg);
}
#slide-enquiry-form .formInner {
  padding: 15px;
  font-size: 12px;
  border: 4px solid #af251b;
}
#slide-enquiry-form .formInner p {
  text-align: left;
}
#slide-enquiry-form .formInner label {
  padding-top: 5px;
  margin-bottom: 0;
}
#slide-enquiry-form .formInner .form-group {
  margin-bottom: 6px;
}
#slide-enquiry-form .formInner .form-control {
  height: 27px;
  box-shadow: none;
  padding: 2px 5px;
  font-size: 13px;
}
#slide-enquiry-form .formInner .option-type span {
  margin-right: 10px;
}
#slide-enquiry-form .formInner .option-type input[type=radio] {
  margin: 7px 3px 0 0;
  height: 15px;
  width: 15px;
}
#slide-enquiry-form .formInner .enqtnc {
  padding-left: 35px;
  position: relative;
}
#slide-enquiry-form .formInner .enqtnc input[type=checkbox] {
  margin: 7px 3px 0 0;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 15px;
  top: 0;
}
#slide-enquiry-form .formInner textarea.form-control {
  height: 70px;
}
#slide-enquiry-form .formInner .btn {
  border-radius: 0;
  padding: 3px 15px;
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
  left: 8px;
  top: -10px;
  font-size: 11px;
  color: #4d4948;
  opacity: 1;
  background: #fff;
}

label ~ .floating-label,
select ~ .floating-label {
  left: 8px;
  top: -10px;
  font-size: 11px;
  color: #4d4948;
  opacity: 1;
  background: #fff;
}

input ~ .floating-label,
input > radio ~ .floating-label {
  left: 8px;
  top: -10px;
  font-size: 11px;
  color: #4d4948;
  opacity: 1;
  background: #fff;
}

pre ~ .floating-label,
textarea ~ .floating-label {
  left: 8px;
  top: -10px;
  font-size: 11px;
  color: #4d4948;
  opacity: 1;
  background: #fff;
}

.floating-label {
  position: absolute;
  padding: 0 4px;
  pointer-events: none;
  left: 10px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
}

.has-floating-label {
  position: relative;
}

.floating-label input[type=text] + label {
  float: left;
}

.targetLabel {
  width: 25%;
  background-color: #af261c;
  color: #fcfcfc;
  font-size: 22px;
  font-family: Calibri;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 0 10px #3e0a0a;
  box-sizing: border-box;
}

select {
  background: url(../images/iconDropdown.png) no-repeat 98%;
  -webkit-appearance: none;
}
select.form-control {
  background: url(../images/iconDropdown.png) no-repeat 98%;
  -webkit-appearance: none;
}

.treeClickClass {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #af261c;
  cursor: pointer;
}

.highlight {
  font-weight: 700;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items2 {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.btn-anothercustom {
  color: #fff;
  background-color: #af263f;
  border-color: #af263f;
}
.btn-anothercustom.focus, .btn-anothercustom:focus, .btn-anothercustom:hover {
  color: #fff;
  background-color: #af261c;
  border-color: #af261c;
}

.btn-anothercustom1 {
  color: #fff;
  background-color: #21c1d2;
  border-color: #21c1d2;
}
.btn-anothercustom1.focus, .btn-anothercustom1:focus, .btn-anothercustom1:hover {
  color: #fff;
  background-color: #21c1d2;
  border-color: #21c1d2;
}

.btn-anothercustom2 {
  color: #fff;
  background-color: #269a18;
  border-color: #269a18;
}
.btn-anothercustom2.focus, .btn-anothercustom2:focus, .btn-anothercustom2:hover {
  color: #fff;
  background-color: #269a18;
  border-color: #269a18;
}

.dot {
  height: 35px;
  width: 50px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
}

.image-upload > input {
  display: none;
}
.image-upload img {
  width: 80px;
  cursor: pointer;
}

.maxlength-feedback {
  margin-left: 0.5em;
  font-size: 75%;
  font-size: 10px;
}

.maxlength-full {
  background-color: #fee;
}

.maxlength-overflow {
  background-color: #fcc;
}

.maxlength-disabled {
  opacity: 0.5;
}

:root {
  --sidebar-width: 4.5em;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Calibri";
}

* {
  outline: none;
  box-sizing: border-box;
}

.main {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
  padding: 2em 1.5em;
}
.main h2 {
  font-size: 2em;
  margin-top: 0px;
}
.main p {
  color: #444;
  font-size: 1.25em;
  line-height: 2;
  text-align: justify;
}

.tab {
  overflow: hidden;
  background-color: #f7fbff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
  transition: 0.3s;
  color: #627481;
  font-size: 14px;
  font-weight: 600;
}
.tab button:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.tab button.active {
  background-color: #af251b;
  color: #fff;
  border-radius: 5px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media (min-width: 572px) {
  .main {
    margin-left: var(--sidebar-width);
  }
}
@media (min-width: 992px) {
  .main {
    padding: 2.5em;
  }
}

/* After Login Dashboard pages */
.main-dashboard {
  margin-left: 80px;
}
.main-dashboard .action-back-arrow .fa {
  font-size: 22px;
  width: 45px;
  text-align: center;
  line-height: 34px;
  background: #e0f7ff;
  border-radius: 7px;
}

.digit_otp_input {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
  font-size: 24px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: black;
  margin: 0 2px;
}

.plus-minus-btn {
  height: 40px;
}

.bold-underline-text {
  text-decoration: underline;
  font-weight: bold;
}

.drop-user-menu-btn {
  background-color: #FFFFFF;
  border: none;
  color: #af251b;
}

.drop-user-menu-ul {
  background-color: #af251b;
  color: white;
  padding: 0;
  margin: 0;
}

.drop-user-menu-li {
  border-bottom: 2px solid white;
  width: 100%;
  padding: 2px;
  padding-left: 5px;
  cursor: pointer;
}

.drop-user-menu-li-last {
  border-bottom: none;
  width: 100%;
  padding: 2px;
  padding-left: 5px;
  cursor: pointer;
}

.drop-user-menu-li-a {
  text-transform: capitalize !important;
  padding: 0 !important;
  font-size: inherit !important;
}

/**bootstrap override based on branding*/
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #d7de38;
  color: #000;
}

/*# sourceMappingURL=style.css.map */
