html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  color: #4d4c5e;
  background-color: #ebeff0;
}

#footer {
  bottom: 0px;
  height: 50px;
  width: 100%;
  /*position: absolute;*/
  left: 0;
}

input {
  border: 1px solid #ccc;
}

textarea {
  border: 1px solid #ccc;
}

#sell {

  position: relative;
  height: 100%;
  display: table;
  width: 100%;
}

.sell-container {
  background: -moz-linear-gradient(90deg, #7cbfe2 0%, #47dad2 45%, #21c4b5 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21c4b5), color-stop(55%, #47dad2), color-stop(100%, #7cbfe2));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #7cbfe2 0%, #47dad2 45%, #21c4b5 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #7cbfe2 0%, #47dad2 45%, #21c4b5 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #7cbfe2 0%, #47dad2 45%, #21c4b5 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #7cbfe2 0%, #47dad2 45%, #21c4b5 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21c4b5', endColorstr='#7cbfe2', GradientType=0);
  /* ie6-9 */
}

.footer-town img {
  width: 100%;
}

#top-tab {
  font-size: 13px;
  border-bottom: 3px solid #ddd;
}

#top-tab li {
  margin-bottom: -2px;
}

#top-tab a {
  color: #7DC0C8;
}

#top-tab .active a {
  background-color: #ddd;
  border: none;
  color: #4d4c5e;
}

.big-container {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 50px;
}

.home-headerpart {
  background-color: #fff;
  z-index: 999;
  width: 100%;
}

.headerpart {
  background-color: none;
}

.home-headerpart-buy {
  background-color: #fff;
  z-index: 999;
  width: 100%;
}

.headerpart-buy {
  background-color: none;
}

input.input-box.measure_bx {
  float: left;
}

.content {
  height: 100%;
  width: 100%;
}

.other_content {
  display: block !important;
}

#contents {
  vertical-align: middle;
}

.container {
  border: none !important;
}

.big-container-2nd {
  background-color: #ebeff0;
}

.tab_menu {
  background-color: white;
}

#top-comment {
  margin-top: 30px;
  font-size: 13px;
}

.top-call {
  font-size: 12px;
  margin-top: 11px;
  margin-right: 30px;
}

.top-phone {
  font-size: 30px;
  font-weight: 600;
  color: #1ebcae;
}

.navbar {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.navbar-2nd {
  padding: 0;
  min-height: 0;
  border: none;
}

.navbar-2nd li {
  padding: 0 40px 0 40px;
}

.navbar-2nd li:hover {
  background-color: #f7f7f7;
}

.navbar-2nd a {
  color: #4d4c5e;
  font-size: 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #f7f7f7;
  border: none;
}

.navbar-nav>li>a {
  padding-bottom: 5px;
}

.button-sell {
  border-bottom: solid 5px #00968E;
}

.button-buy {
  border-bottom: solid 5px #7DC0C8;
}

.button-buy a {
  color: #7DC0C8;
}

/* #contents {
  //padding-bottom: 60px;
} */

.inline-box {
  margin-top: 50px;
}

.top-message {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.image-middle {
  margin: 0 auto;
}

.image-middle img {
  margin-top: 20px;
}

.top-description {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 2;
  padding: 50px 20px;
}

.white-box {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 50px;
}

.white-box .white-inner {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.white-box2 {
  /*margin-top: 15px;*/
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.title-middle {
  font-size: 23px;
  text-align: center;
  padding-top: 20px;
}

.sub-title {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}

.top-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  border-bottom: solid 2px #7DC0C8;
  color: #999999;
  padding: 0.1em 2em;
}

.top-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #999999;
}

.top-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  border-bottom: solid 2px #7DC0C8;
  margin-bottom: 40px;
  color: #999999;
  padding: 0.1em 2em;
}

#bottom-select {
  position: relative;
}

#bottom-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #999999;
}

.mid-size-bt {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.main-button {
  background-color: #1ebcae;
  padding: 10px 18px;
  border-radius: 7px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  border: none;
  margin-bottom: 40px;
  width: 100%;
}

.main-button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: white;
  background-color: #47d8d2;
}

.bt-img {
  position: absolute;
  bottom: 0px;
}

.footer-part {
  color: #7DC0C8;
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-none {
  background-color: transparent;
}

.footer-nav a {
  color: #7DC0C8;
  font-size: 12px;
}

.footer-at {
  padding-top: 15px;
}

.header-2nd {
  background: transparent;
}

.border-bottom {
  border-bottom: solid 2px #7DC0C8;
}

.title-left {
  /*width: 15%;*/
  width: 25%;
  font-size: 15px;
}

.title-right {
  font-size: 16px;
}

.table-box {
  margin-top: 60px;
  position: relative;
}

.top-table {
  margin-top: 30px;
}

.top-table>tbody>tr>td {
  border-top: 0;
  border-bottom: 1px solid #7DC0C8;
  padding: 30px 0 0 0;
}

.sec-table {
  background-color: #fff;
}

.sec-table>tbody>tr>td {
  padding: 20px 10px;
}

.form-left {
  width: 25%;
  background-color: #eaedf0;
}

.input-box {
  padding: 7px;
  border-radius: 7px;
  outline: 0;
}

.input-des {
  padding-left: 10px;
}

.input-box-name {
  width: 40%;
  padding: 7px;
  border-radius: 7px;
}

.privacy-box {
  text-align: center;
  margin-bottom: 15px;
}

.privacy-box a {
  font-size: 15px;
  color: #7DC0C8;
}

.footer-2nd {
  background-color: transparent;
}

.goback-box {
  clear: both;
}

.goback,
.gobackbuy {
  background-color: #7DC0C8;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 7px;
  border: none;
  float: right;
  margin-top: -10px;
}

.goback:hover {
  opacity: 0.8;
}

.gobackbuy {
  background-color: #F26B6F;
}

.change-b {
  background-color: #1ebcae;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 7px;
  border: none;
  float: right;
}

.change-b:hover {
  opacity: 0.8;
}

.inside-box {
  padding: 00px 20px 50px 20px;
}

.inside-box02 {
  padding: 70px 20px 0px 20px;
}

.inside-box03 {
  padding: 30px 20px 80px 20px;
}

.inside-box04 {
  padding: 30px 20px 30px 20px;
  overflow: hidden;
}

.height-top {
  height: 300px;
}

.border-b {
  border-bottom: solid 1px #1ebcae;
  padding: 10px 0 0 0;
  overflow: hidden;
  margin-top: 15px;
}

.border-b img {
  margin-bottom: 5px;
}

.left-price {
  font-size: 13px;
  width: 60%;
}

.left-price02 {
  font-size: 15px;
  padding-left: 10px;
  padding-top: 15px;
}

.right-price {
  float: right;
  font-size: 23px;
  margin-top: -35px;
}

.right-price02 {
  float: right;
  font-size: 50px;
  margin-top: 0px;
  /*  margin-top: -10px;*/
  font-weight: 500;
}

.right-price03 {
  float: right;
  font-size: 23px;
}

.yellow-house {
  margin-bottom: -20px;
  margin-left: 15px;
}

.row-box {
  overflow: hidden;
  clear: both;
}

.white-graph {
  background-color: #fff;
  margin-bottom: 20px;
}

.graph-inbox {
  width: 90%;
  margin: 0 auto;
}

.graph-layout {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}

.graph-text {
  text-align: center;
  padding: 30px;
  font-size: 18px;
}

.row-top {
  margin-top: 30px;
}

.yellow-text {
  float: right;
  font-size: 14px;
  color: #fcd021;
}

.yellow-text .yellow-price {
  font-size: 23px;
}

.scrollbar {
  margin-left: 0px;
  float: left;
  height: 300px;
  width: 30px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_dragger_bar {
  width: 15px;
  margin: 0 1px;
}

.force-overflow {
  min-height: 3000px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1ebcae;
}

.box-title {
  font-size: 18px;
  font-weight: 500;
}

.box-p {
  font-size: 13px;
  padding-bottom: 20px;
  line-height: 1.8;
}

.box-p a {
  color: #7DC0C8;
}

.graph-box {
  text-align: center;
  padding-top: 30px;
}

.outline-zero {
  padding: 0;
}

.face-box {
  overflow: hidden;
  padding-top: 40px;
}

.face-img {
  float: left;
}

.face-msg {
  float: left;
  font-size: 10px;
  text-align: center;
}

.face-msg .face-msg-b {
  font-size: 18px;
}

.face-msg .face-y {
  color: #fcd021;
}

.margin-box {
  margin-top: 30px;
}

.price-text {
  float: left;
  margin-right: 10px;
  padding-top: 60px;
}

.condition-text {
  float: left;
  margin-left: 20px;
  padding-top: 60px;
}

#progressbar {
  width: 150px;
  height: 150px;
  float: left;
}

#condition {
  width: 100px;
  height: 150px;
  float: left;
}

.condition-state {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 10px;
}

.add-box {
  background-color: #7DC0C8;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
}

.add-box:hover {
  opacity: 0.8;
}

.added-box {
  background-color: #fcd021;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
}

.added-box:hover {
  opacity: 0.8;
}

.added-back {
  background-color: #fffae8;
}

.value-table {
  font-size: 13px;
  text-align: right;
}

.value-table td {
  padding: 10px 0 10px 0 !important;
  font-size: 12px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

#arrow-img {
  width: 80%;
  padding-top: 110px;
}

.right-p {
  font-size: 13px;
  text-align: right;
  padding-top: 10px;
}

#right-number-m {
  font-size: 25px;
  text-align: right;
  font-weight: 500;
}

.checkbox-w {
  margin: 10px 0 20px 30px !important;
}

.question-box {
  width: 100%;
  padding: 7px;
  border-radius: 7px;
  outline: 0;
  height: 100px;
  overflow: scroll;
}

.long-box {
  width: 40%;
}

.call-box {
  width: 250px;
  position: absolute;
  top: -10px;
  right: 0;
  text-align: center;
}

.thanks-box {
  font-size: 13px;
  padding-bottom: 20px;
  line-height: 1.8;
  text-align: center;
}

#sell-icon {
  position: relative;
}

#sell-image {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 61px;
}

.sell-table .sell-right {
  position: relative;
  font-size: 12px;
}

.sell-table a {
  color: #7DC0C8;
}

.sell-table .sell-image-sm {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 50px;
}

#phone-number {
  font-weight: 600;
  color: #1ebcae;
  font-size: 20px;
  padding-right: 10px;
}

.white-sell {
  height: 213px;
}

#contact-top {
  //float: right;
}

.select-box {
  width: 30%;
}


/*----------------Bhumika 6-11-2017 ----------------------*/
.has-error .error,
.error {
  color: red;
}

.top-select {
  margin-bottom: 60px;
}

.top-input input {
  margin-bottom: 0;
}


#disChart,
#ageChart,
#areaChart,
#disbuyChart,
#agebuyChart,
#areabuyChart {
  width: 360px !important;
  height: 301px !important;
  background-color: #fff;
  padding: 10px;
}

#btnAddWall,
#btnAddWood,
#btnAddKitchen,
#btnAddBath,
#btnAddBed,
#btnAddOffer {
  background-color: #7DC0C8;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
}

.table.value-table.add-table tr td:nth-child(1) {
  width: 62px;
}

/* ------------------- Bhumika on 28-11-2017 result page --------------------------*/
#reform_prop1,
#reform_prop2,
#reform_prop3,
#reform_prop4,
#reform_prop5,
#reform_prop6 {
  width: 50px;
}

.sqprice,
.totprice {
  width: 62px;
  text-align: right;
  border: none;
  background: none;
}

.property {
  text-align: right;
  border: none;
  background: none;
  width: 112px;
}

.sqft,
.timescls {
  background: none;
}

.refm_cls tr td label {
  background: none;
}

.timescls {
  width: 25px;
  text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.repricecls {
  display: block;
  width: 100%;
}

.border-b2 {
  border-bottom: solid 1px #1ebcae;
  padding: 10px 0 0 0;
  overflow: hidden;
  width: 100%;
  text-align: right;
  border-top: none;
  border-left: none;
  border-right: none;
}

// slider

#slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background: url('contrasticon.png');
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 23px;
  height: 24px;
  border: 0;
  background: url('contrasticon.png');
  cursor: pointer;
}

input[type=range][orient=vertical] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
  -moz-appearance: slider-vertical;
  /* mozilla */
  width: 8px;
  padding: 0 5px;
}

.range-slider,
.range-slider-buy {

  .input-range,
  .input-range-buy {
    -webkit-appearance: none;
    height: 200px;
    border-radius: 5px;
    background: #ccc;
    outline: none;
    writing-mode: bt-lr;
    /* IE */
    -webkit-appearance: slider-vertical;
    /* WebKit */

  }
}

input::-moz-focus-inner {
  border: 0;
}

.dist_price {
  border-left: 2px solid #9BCFD5;
  border-right: 2px solid #9BCFD5;
}

.buyer_cls,
.seller_cls {
  width: 37.5%;
  float: left;
}

.disprice_cls {
  width: 25%;
  float: left;
  border-left: 2px solid #9BCFD5;
  border-right: 2px solid #9BCFD5;
}

.all_price ul,
.sell_price ul,
.buy_price ul {
  list-style: none;
  padding-left: 0;
}

.price_range {
  padding-top: 10px;
  padding-bottom: 10px;
}

.firstbox {
  height: 20px;
  background: #B8DCE1;
  margin-top: 20px;
  float: right;
  clear: both;
}

.secondbox {
  height: 20px;
  background: #B8DCE1;
  margin-top: 20px;

}

li.price_li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#disablebox {
  display: block;
  visibility: hidden;
  margin-top: 20px;
}

#noId {
  margin-left: 15px;
}


/*============================================ buy section css 19-12-2017 ===============================================*/

#buy {

  position: relative;
  height: 100%;
  display: table;
  width: 100%;
}

.buy-container {
  background: #f6917b;
  background: -moz-linear-gradient(top, #f6917b 0%, #fbb27b 50%, #fbb03b 100%);
  background: -webkit-linear-gradient(top, #f6917b 0%, #fbb27b 50%, #fbb03b 100%);
  background: linear-gradient(to bottom, #f6917b 0%, #fbb27b 50%, #fbb03b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6917b', endColorstr='#fbb03b', GradientType=0);
}

.label-text {
  font-weight: 400;
  font-size: 13px;
}

.input-box-add {
  width: 100%;
  padding: 7px;
  border-radius: 7px;
}

.top-select1:before {
  content: "";
  position: absolute;
  /*top: 50px;*/
  top: 35px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #999999;
}

.top-select1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  border-bottom: solid 2px #F26B6F;
  color: #999999;
  padding: 0.1em 2em;
}

.input-box-right {
  padding: 7px;
  border-radius: 7px;
  outline: 0;
  margin-top: 25px;
}

.buybtn {
  background-color: #F26B6F;
}

#bottom-select1 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bt-img img {
  width: 100%;
}

#err_id center {
  font-weight: normal !important;
  font-size: 29px;
  color: darkgrey;
}

.top-phone-buy {
  font-size: 30px;
  font-weight: 600;
  color: #F26B6F;
}

.buttonbuy {
  border-bottom: solid 5px #F26B6F;
}

.buttonbuy a {
  color: #4d4c5e;
}

.buttonsell {
  border-bottom: solid 5px #F8AA9E;
}

.buttonsell a {
  color: #F8AA9E;
}

.footernav a {
  color: #F8AA9E;
}

.footerat li {
  margin-top: 15px;
  color: #F8AA9E;
}

.border-buy {
  border-bottom: solid 1px #F26B6F;
  padding: 10px 0 0 0;
  overflow: hidden;
}

.border-buy2 {
  border-bottom: solid 1px #F26B6F;
  padding: 10px 0 0 0;
  overflow: hidden;
  width: 100%;
  text-align: right;
  border-top: none;
  border-left: none;
  border-right: none;
}

.pink-text {
  float: right;
  font-size: 14px;
  color: #F26B6F;
}

.pink-text .pink-price {
  font-size: 23px;
}

.change-buy,
.buyconfirmbutton {
  background-color: #F26B6F;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 7px;
  border: none;
  float: right;
}

.main-buybutton {
  background-color: #F26B6F;
  padding: 15px;
  border-radius: 7px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  border: none;
  margin-bottom: 40px;
  width: 100%;
}

.main-buybutton {
  overflow: visible;
}

.buyconfirmbutton {
  width: 90%;
  padding: 15px;
  font-size: 25px;
}

.change-buy:hover,
.main-buybutton:hover,
.buyconfirmbutton:hover {
  opacity: 0.8;
}

/*----------- Range slider --------------- */

.slider-outbox input {
  border: none;
  width: 35px;
  font-size: 20px;
  text-align: right;
}

.slider-outbox {
  margin-bottom: 20px;
}

.slider-box {
  position: relative;
  width: 230px;
}

.ui-slider-horizontal {
  height: 5px;
  margin-top: 15px;
  background: none;
}

.slider-box .slider-text {
  position: absolute;
  top: -10px;
  right: -200px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #F26B6F;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: none;
  top: -7px;
}

.ui-widget-header {
  background: #F8AA9E;
}

#avgwalktime,
#avgage,
#avgarea {
  font-size: 15px;
  width: 95px;
}

#err_center {
  margin: 0 auto;
  width: 50%;
  float: none;
  display: block;
}

ul.weather_cls {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  float: none;
}

.weather_cls li {
  float: left;
  width: 25%;
  list-style: none;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.w_heading {
  border: 1px solid #F8AA9E;
  height: auto;
}

.w_heading h5 {
  text-align: center;
  background-color: #FBD1CA;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  height: 38px;
}

#today_body img {
  width: 65px;
  margin: 0 auto;
  float: none;
  display: block;
}

.today_info {
  margin-top: 5px;
  margin-bottom: 15px;
}

.today_info p {
  text-align: center;
  margin-bottom: 0;
}

#fh5co-explore {
  min-height: 655px;
}

.err-red {
  line-height: 150px;
  text-align: center;
  color: lightgray;
}

.err-btn {
  width: 10%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 7px 3px;
  color: lightgray;
  font-weight: bold;
  border: 2px solid;
  background-color: darkgray;
}

/*------------------------------- Bhumika on 24-jan-2018 -----------------------------------*/
.bg-home-img {
  background: url("../image/top-town.png") repeat-x left bottom;
  /*    background-size: contain;*/
  height: 170px;
  width: 100%;

}

#footer .navbar {
  padding-bottom: 0px;
}

#people_sym {
  position: absolute;
}

/*------------------------------- Bhumika on 30-jan-2018 -----------------------------------*/
.form-right.measure_right {
  margin-top: 5px;
}

/*.headerpart .navbar {
    border-bottom: 1px solid #ddd;
}*/
.sec-table .form-right {
  font-size: 16px;
}

.contact_frm,
.contact_frm .form-right {
  font-size: 14px;
}

/*.checkbox-w.first_chkbx {    margin-left: 0 !important;}* Done by Bhumika previous*/
.contct_innerfrm {
  margin-bottom: 0px;
}

.white-box.leftside-info.height-top {
  margin-bottom: 0px;
}

.white-box.margin-box.graph_box {
  margin-bottom: 0;
}

.white-box2.thanks_box {
  margin-top: 0px;
}

#stnmbuy {
  margin-bottom: 20px;
}

.title-middle-buy {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

.top-margin {
  margin-top: 10px;
}

.white-box.margin-box.buy-contact {
  margin-bottom: 0px;
}

.buy_contct_frm .form-right {
  font-size: 14px;
}

.top_menu {
  background: white;
}

.contct_buy {
  margin-bottom: 0px;
}

.buy_contnt {
  padding-bottom: 0px !important;
}

.buy-p a {
  color: #F8AA9E;
}

/*------------------------------- Bhumika on 31-jan-2018 -----------------------------------*/

.buy_prptytype:before {
  top: 10px;
}

.bg-home-img-buy {
  background: url("../image/top-town.png") repeat-x left bottom;
  height: 170px;
  width: 100%;
}

.main-price-buy {
  margin-bottom: 0px;
}

.border-buy img {
  margin-bottom: 5px;
}

.other_container {
  background: none;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.top-call {
  font-size: 12px;
  margin-top: 0px !important;
  margin-right: 0px !important;
}

/*------------------------------- Bhumika on 6-Feb-2018 -----------------------------------*/

/*ul.login_ul {
    width: 140px;
    overflow: hidden;
    margin: 0;
    display: block;
    float: left;
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
}*/

.login_ul li {
  float: left;
  margin-right: 10px;
  padding: 8px;
}

.reg_frm,
.logn_frm,
.reset_frm,
.email_frm {
  margin-top: 3%;
  width: 39%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
  padding-top: 40px;
}

.reg_head,
.logn_head,
.reset_head,
.email_head {
  background-color: white !important;
  border-color: white !important;
  margin: 0 auto;
  display: block;
  width: 270px;
  font-weight: 400;
  /*font-size: x-large;*/
  font-size: 21px;
  color: #1ebcae !important;
}

.reg_head {
  width: 120px;
}

.reset_head,
.email_head {
  width: 210px;
}

.regform,
.lognform {
  color: #71767a;
}

.logn_frm .panel-default,
.reg_frm .panel-default,
.reset_frm .panel-default,
.email_frm .panel-default {
  padding: 40px;
}

.reg_mainbtn,
.logn_mainbtn,
.reset_mainbtn,
.email_mainbtn {
  /* background-color: #1ebcae; */
  padding: 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 300;
  border: none;
  /* margin-bottom: 40px; */
  width: 100%;
}

.logn_mainbtn {
  margin-bottom: 0px;
}

.reg_mainbtn:hover,
.logn_mainbtn:hover,
.reset_mainbtn:hover,
.email_mainbtn:active,
.email_mainbtn:focus,
.email_mainbtn:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #3f96f8;
  border-color: #1ebcae;
}

.logn_link {

  float: right;
  display: block;
  padding: 0;
  padding-top: 0px;
  /*    padding-top: 5px;*/
}

.btn-fb {
  background-color: #4267B2;
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 2px;
  width: 100%;
}

.btn-fb:hover {
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}

.fa-facebook-square:before {
  font-size: 22px;
}

.mail_login,
.pwd_login,
.name_reg,
.mail_reg,
.pwd_reg,
.conf_pwd_reg,
.mail_email,
.email_reset,
.pwd_reset,
.conf_pwd_reset {
  font-weight: normal;
}

.login_ul a {
  color: #1ebcae;
}

#logn_li,
#reg_li,
#afterlogin_li,
#afterlogin_li1 {
  float: right;
  width: auto;
  text-align: right;
}

.main_navBar {
  width: 80%;
}

#top-call-box {
  margin-right: 0px;
}

#logn_li a,
#reg_li a,
#afterlogin_li a {
  font-weight: bold;
  padding: 14px;
  text-align: center;
}

#afterlogin_li1 a {
  font-weight: bold;
  text-align: center;
}

.dropdown-menu {
  min-width: 140px;
  z-index: 9999;
}

.dropdown-menu li a {
  padding: 5px;
}

.dropdown-menu li a {
  padding: 5px !important;
}

.green_cls a,
.green_cls {
  color: #1ebcae;
}

.orange_cls a,
.orange_cls {
  color: #F26B6F;
}

.green_person,
.green_person:hover {
  color: #1ebcae !important;
}

.orange_person,
.orange_person:hover {
  color: #F26B6F !important;
}

.fortune_bg {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-fortune {
  font-size: 24px;
  border-bottom: 1px solid #808080;
}

input[type=checkbox]:checked+label,
body input[type=radio]:checked+label {
  color: #1ebcae;
}

.fortune-button {
  background-color: #1ebcae;
  padding: 8px;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  border: none;
  margin-bottom: 40px;
  width: 20%;
}

/*--------------------------------- 15-2-2018 ---------------------------------------------------*/
body #fortune-lenormand .box-decoration:before,
body #fortune-lenormand .box-decoration:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

body #fortune-lenormand #btn-lenormand-card {
  position: relative;
}

body #fortune-lenormand #btn-lenormand-card #card-image {
  position: absolute;
  top: 6px;
  left: 12px;
  display: none;
}

body #fortune-lenormand #card-result {
  display: none;
}

#card-image-default {
  height: 274px;
}

.fortune_res {
  padding-bottom: 20px;
}

/*--------------------------------- 19-2-2018 ---------------------------------------------------*/
#address {
  width: 100%;
  max-width: 100%;
}

#neareststation_id,
#property-type {
  margin-top: 20px;
}

#neareststation_id>span,
#place_id>span,
#property-type>span {
  color: red;
}

label#neareststation_id {
  margin-top: 10px;
}

#nearest-station {
  width: 100%;
  height: 2em;
}

/*--------------------------------- 20-2-2018 ---------------------------------------------------*/
.alert {
  margin-bottom: 0px;
}

.modal-header {
  color: white;
  background-color: #2e6da4;
}

.modal-footer {
  border-top: none;
  padding: 10px;
}

/*--------------------------------- 22-2-2018 dashboard ---------------------------------------------------*/
.dashboard {
  background-color: #FAFAFA;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  /* background-color: #3c8dbc; */
}

#left-sidebar {
  background-color: #4d4c5e;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 3px 1px -2px rgba(0, 0, 0, 0.2), 2px 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
}

#kohudo-logo {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  /* margin-top: -10px; */
  margin-top: 10px;
}

.user-img-left {
  width: 65px;
  /* margin-top: 30px; */
}

.user-box {
  margin-top: 5px;
}

.user-name {
  font-size: 17px;
  color: #fff;
}

#left-list a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.user-box a {
  cursor: pointer;
}

.setting-p {
  width: 27px;
  float: right;
}

#zwc-white-box {
  background-color: #fff;
  margin: 10px;
  border-radius: 10px;
}

.coin-total {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

#zwc-img {
  width: 35px;
  margin-top: -7px;
  margin-right: 10px;
}

.coin-zwc {
  font-size: 20px;
}

.wallet-box-left {
  padding-bottom: 15px;
}

#left-list a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.wallet-box {
  background-color: #5671fe;
  padding: 7px;
  border-radius: 5px;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

#left-list ul {
  list-style: none;
}

.left-list {
  margin-top: 20px;
  padding-left: 0;
}

#left-list a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.left-list a {
  padding: 10px;
}

#left-list ul li {
  padding: 10px 0 10px 0;
}

#left-list li a:hover {
  opacity: 0.8;
  background-color: #727272;
}

.left-icons {
  width: 27px;
  margin-right: 15px;
}

#top-nav-outline {
  padding: 0;
  min-height: 100vh;
}

#top-nav {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 3px 1px -2px rgba(0, 0, 0, 0.2), 2px 1px 5px 0 rgba(0, 0, 0, 0.12);
  /*    overflow: hidden;*/
  padding: 10px;
  height: 63px;
}

#use-name-nav {
  font-size: 20px;
  margin: 0 10px 0 25px;
  margin-top: 5px;
}

.float-right {
  float: right;
}

#user-img-nav {
  width: 25px;
}

#setting-nav {
  width: 20px;
  margin-top: -3px;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

#serach-bt {
  background-color: #f36c9c;
  /*padding: 7px 20px 7px 20px;*/
}

#search-img {
  width: 20px;
}

.panels-zwc {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 3px 1px -2px rgba(0, 0, 0, 0.2), 2px 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 260px;
}

.icon-box-coin {
  width: 60px;
  margin: 0 auto;
  padding-top: 20%;
}

.icon-img {
  width: 100%;
}

.coin-total {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.coin-zwc {
  font-size: 20px;
}

.panel-box a {
  color: #4d4c5e;
  text-decoration: none;
}

.wallet-box-add-coin {
  background-color: #5671fe;
  padding: 7px;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.panels {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 3px 1px -2px rgba(0, 0, 0, 0.2), 2px 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 150px; //260
}

.icon-box {
  width: 60px;
  margin: 0 auto;
  padding-top: 32%; //20%
}

.panel-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.panel-description {
  font-size: 15px;
  text-align: center;
  color: #4d4c5e;
}

.panel-description-dice {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

#app-autocalc {
  background-image: url(../image/dashboard/bk-autocalc.png);
  background-size: cover;
  background-position: top center;
}

.app-autocalc-hide-show{
  opacity: 0.2;
  pointer-events: none;
}
.icon-box-apps {
  width: 60px;
  margin: 0 auto;
  padding-top: 10%;
}

.title-apps {
  text-align: center !important;
  margin-top: 20px !important;
}

.text-white {
  color: #fff;
}

.price-box {
  background-color: #fff;
  padding: 7px;
  border-radius: 5px;
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}

.das-price-text {
  text-align: center;
  font-size: 18px;
}

.price-num {
  font-size: 25px;
  font-weight: bold;
}

#app-namazu {
  background-image: url(../image/dashboard/bk-namazu.png);
  background-size: cover;
  background-position: top center;
}

#app-ohudokun {
  background-image: url(../image/dashboard/bk-ohudo.png);
  background-size: cover;
  background-position: center center;
  /* opacity: 0.2; */
  /* pointer-events: none; */
}

.newrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.panel-box {
  padding-left: 15px;
  padding-right: 15px;
}

.dash-ul-logout {
  list-style: none;
  display: block;
  float: right;
  padding-left: 0;
  margin-bottom: 0;
}

.form-control.mr-sm-2 {
  width: 300px;
  margin-right: 8px;
  height: 37px;
}

ul.dropdown-menu.submenu_li.dash-submenu {
  position: absolute;
  left: -105px;
}

.usermain-container {
  padding: 15px;
}

.info-section {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 40px 0 20px;
  padding: 60px 20px 30px;
  display: inline-block;
  width: 100%;
}

.page-title {
  position: absolute;
  min-width: 348px;
  /* background: #2c333e; */
  background: #4d4c5e;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  min-height: 52px;
  padding: 9px 20px;
  border-radius: 5px;
  top: -23px;
  display: table;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.page-title span {
  display: table-cell;
  vertical-align: middle;
}

.page-title a {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  text-align: right;
}

.dataTables_wrapper .dataTable tr th {
  text-transform: uppercase;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
tfoot {
  /*display: none ;*/
}

.table-striped {
  width: 100%;
}

.dataTables_wrapper .dataTable tr td,
.dataTables_wrapper .dataTable tr th {
  padding: 8px 12px;
  border: none;
  font-weight: 400;
  font-size: 12px;
}

.dataTable thead {
  /* background: #2c333e; */
  background: #4d4c5e;
  color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table-striped tbody tr:hover {
  background-color: #E6E3E3;
}

.data-edit-delete {
  display: flex;
  font-size: 14px;
}

.data-edit-delete button,
.data-edit-delete button:hover,
.data-edit-delete button:focus {
  background: none;
  border: none;
  padding: 0 5px;
}

.data-delete,
.data-delete:hover,
.data-delete:focus {
  color: red;
}

/*.dataTables_paginate .paginate_button, .paginate_button.next, .paginate_button.previous {
    width: 30px;
    height: 30px;
    background: #a8a8a8;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-align: center;
    margin: 0 4px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dataTables_paginate .paginate_button:hover {
    background: #1a4e79;
}
.paginate_button.next, .paginate_button.previous  {
    border: none;
    background: #1a4e79;
}
.paginate_button.next { 
    margin-left: 15px;
    margin-left: 8px !important;
}
.paginate_button.previous {
    margin-right: 15px;
    margin-right: 8px !important;
}*/
.table_wrap .dataTables_wrapper .dataTables_paginate {
  text-align: left;
}

.search-results .panel-group {
  margin: 0;
}

.inputMaterial {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
  outline: none;
  padding: 7px 0;
  border-radius: 0;
}

.inputMaterial {
  border-radius: 0 !important;
  padding: 7px 0 !important;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

input,
textarea,
select,
button,
meter,
progress {
  -webkit-writing-mode: horizontal-tb;
}

.user_frm {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.panel-heading {
  background-color: #4d4c5e;
}

.panel-title {
  text-align: left;
  margin-top: 0;
  color: white;
  font-size: 17px;
}

.addr_sec {
  margin-top: 10px;
}

.lblbold {
  font-weight: bold;
}

#rbdutype {
  font-weight: normal;
}

.reg_mainbtn {
  width: 90px;
  float: right;
  margin-left: 5px;
  /* background-color: #4d4c5e; */
}

.reg_mainbtn:hover,
.reg_mainbtn:active,
.btn-primary.reg_mainbtn:active:hover,
.btn-primary.reg_mainbtn:focus {
  background-color: #4d4c5e;
  border-color: #4d4c5e;
}

.control-label {
  color: #4d4c5e !important;
}

.icon_css {
  margin-right: 5px;
  margin-left: 3px;
}

.dash-submenu li a {
  text-align: left !important;
}

/*-------------------------------------------notification css -------------------------------------------------*/
.notifications {
  position: fixed;
  z-index: 9999;
}

/* Positioning */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications>div {
  position: relative;
  margin: 5px 0px;
}

span.help-block {
  font-size: 12px;
}

.formError .formErrorContent {
  background: transparent !important;
  color: red !important;
  border: none !important;
  box-shadow: none !important;
  padding: 11px 0 !important;
  //padding: 0px 10px 4px 10px !important; 2-3-2018

}

.formError .formErrorArrowBottom,
.formErrorArrow {
  display: none;
}

i.fa.fa-envelope,
.fa-file-text-o,
.fa-trash,
.fa-trash-o,
.fa-fa-qrCode,
.fa-share-alt,
.fa-eye,
.fa-fa-qrCode {
  margin-left: 15px;
}

.errorMsg {
  color: red;
  font-size: 11px;
}

.used-data .fa-times {
  color: red;
}

.used-data .fa-check {
  color: green;
}

.notifyCls {
  width: 100px;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.bootstrap-filestyle.input-group {
  width: 35%;
}

.upload_btn {
  margin-top: 10px;
}

.input-group-btn {
  border: 1px solid #ccc;
}

input#imgsubmitBtn {
  margin-top: 10px;
}

img#dis_img {
  width: 200px;
  border: 1px solid #e8e8e8;
  height: 150px;
  margin: 0 20px 10px;
  /*    min-width: 200px !important;*/
}

#err_ul {
  list-style: none;
}

.dup_record {
  word-wrap: break-word;
  word-break: break-word;
}

/* Loader CSS START */
#loadingDiv {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10020;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7
}

.ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  z-index: 10020 !important
}

/* Loader CSS END */
.display_result {
  width: 100%;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

#easyPaginate {
  width: 100%;
}

#easyPaginate img {
  display: block;
  margin-bottom: 10px;
  float: left
}

.easyPaginateNav a {
  padding: 5px;
}

.easyPaginateNav .page {
  padding: 7px;
  background-color: #4d4c5e;
  color: white;
  margin: 5px;
  box-shadow: 1px 2px 3px black;
  font-weight: bold;
  font-size: 15px;
}

.easyPaginateNav a.current {
  font-weight: bold;
  text-decoration: underline;
}

.easyPaginateNav {
  display: block;
  overflow-x: scroll !important;
  float: none;
  margin: 0 auto;
  overflow-y: hidden;
}

.fa-step-backward:before,
.fa-fast-backward:before,
.fa-step-forward:before,
.fa-fast-forward:before {
  color: #4d4c5e;
}

#frmuploadimgForm label.error,
#frmuploadCSVForm label.error {
  color: red;
}

.appurl_link {
  display: block;
  text-align: center;
  margin-top: 20px;
}

#autocalc_url,
#namazu_url,
#ohudokun_url {
  width: 75%
}

.data-redirect i.fa.fa-external-link {
  cursor: pointer;
}

/*---------- 4-05-2018 --------------*/
.balanceBack_btn a {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);

  text-align: right;
  float: right;
  overflow: hidden;
  display: block;
  padding: 4px 12px;
  border-radius: 3px;
  color: black;
}

.balanceBack_btn a {
  text-decoration: none;
}

tr.total_tr {
  background-color: lightgray;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

#cancel_btn {
  color: white;
}

#cancel_btn:hover {
  text-decoration: none;
}

.panel-description.panel_desc {
  height: 40px;
}

.autocalc_sec,
.namazu_sec,
.ohudokun_sec {
  margin-bottom: 20px;
}

.alert-hide,
.notifyjs-bootstrap-success,
.notifyjs-bootstrap-error {
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  left: 0;
  margin: 0;
  padding: 25px !important;
  opacity: 0.9;
}

.alert-hide ul {
  list-style: none;
}

.alert.alert-success.alert-hide.list-user {
  display: none;
}

.area_div {
  width: 38% !important;
  display: block;
}

.area_err {
  display: block;
  float: left !important;
}

.tooltipster-light {
  border-radius: 5px;
  background-color: #ffffff;
  color: #fff;
  border: 1px solid black;
}

.tooltipster-content {
  font-family: Verdana, sans-serif;
  color: black;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 10px;
  top: 50px;
}

.token_err {
  text-align: center;
  background-color: #FADCDC;
  padding: 13px;
}

#img_pag {
  display: block;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 8px;
}

.holder {
  margin: 0 auto;
  display: block;
  width: 42%;
}

.holder a {
  border: 1px solid #e8e8e8;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #e6e6e6;
  font-size: 14px;
  cursor: pointer;
  margin: 0 5px;
  color: #333;
}

.holder a:hover {
  background-color: #222;
  color: #fff;
  text-decoration: none !important;
}

.holder a:focus {
  text-decoration: none !important;
}

.holder a.jp-previous {
  margin-right: 15px;
}

.holder a.jp-next {
  margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
  color: #FF4242;
  font-weight: bold;

}

.holder a.jp-disabled,
a.jp-disabled:hover {
  color: #A3A3A3;
  background-color: #e6e6e6 !important;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background: none;
}

.holder span {
  margin: 0 5px;
}

.holder a.jp-current,
a.jp-current:hover {
  background-color: #e8e8e8 !important;
}

select::-ms-expand {
  display: none;
}

.left-error-bar {
  clear: both;
}

/************** *******************/
#small_menu {
  display: none;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

#myTopnav {
  padding-left: 0;
}

.topnav a {
  width: 100%;
  text-align: left;
}

.topnav {
  overflow: hidden;
}

.dataTables_paginate {
  padding-bottom: 20px;
}

.small_icon {
  display: none;
}

#propertyFrm .input-group-addon,
#trafficFrm .input-group-addon,
#surroundingFrm .input-group-addon {
  padding: 5px 12px;
}

.home-image {
  width: 100%;
  margin: 0 auto;
  background: #36c5b7;
  padding-top: 15px;
}

.home-image img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.home-image2 {
  width: 100%;
  margin: 0 auto;
  background: #4bd6d3;
}

.home-image2 img {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 35px;
}

.main_panel {
  border: none;
}

.home_body {
  width: 100%;
  margin: 0 auto;
  background: #5ecbda;
  padding-top: 20px;
}

#home_info {
  font-size: 25px;
  margin: 0 auto;
  width: 75%;
  padding-top: 50px;
}

#reg_btn {
  width: 160px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px;
}

.expr_div {
  padding: 10px 0;
}

#lblTime, #lblaTime {
  border: none;
  width: 21px;
  overflow: hidden;
}

#lblTimeDuration, #lblaTimeDuration {
  border: none;
  width: 90px;
  overflow: hidden;
}

.meikreg_frm {
  margin-top: 3%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
  padding-top: 40px;
}

.form-group.form-reg {
  padding: 0px 22px;
}

.meikreg_btn {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.navbar-default .brand {
  line-height: 18px;
}

.wallet_address{
  width: 100%;
  display: inline-block;
  word-break: break-word;
}

.wdtext{
  font-size: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

a.paginate_button.current {
  border-radius: 30px;
}

/* .newrow .panels.panels-zwc{
  background-color: #1996f8 !important;
} */

.newrow .panels{
  border-radius: 15px;
}
.newrow .panels .icon-box-coin{
  padding-top:0 !important;
}
.newrow .panels .icon-box-coin img{
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  margin-top: 60px;
  width: 70px;
  height: 70px;
  box-shadow: 4px 4px 6px #504e4e;
}
.newrow .panels .coin-total{
  color: #524c5d;
  padding-top: 10px;

}
.newrow .panels .wallet-box{
  background-color: #2e333e;
  margin-top:15px;
}

.newrow .panels .wallet-box.wallet-addcoin{
  background-color: #2c73b6;
}

.newrow .panels .icon-box{
  padding-top: 0px !important;
}
.newrow .panels .icon-box img{
  margin-top: 60px;
  width: 70px;
  height: 70px;
  box-shadow: rgb(80, 78, 78) 4px 4px 6px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 5px;
}
.newrow .panel-title{
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  /* color: #1996f8; */
  color: #524c5d;
}
.newrow .panel-description.panel_desc{
  color:#4d4c5e;
}
/* .newrow .panels{
  background-color: #3cd4c9;
} */

.btn-toggle-fullwidth i{
  color: #fff
}

.login_name span, .login_name i{
  color: #fff;
}
.navbar.navbar-default .navbar-nav > .open > a, .navbar.navbar-default .navbar-nav > .open > a:hover, .navbar.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.menuli li {
  width: 100%;
}

body #wrapper .main {
  padding-top: 80px;
}

body #wrapper .main {
  background-color: #ecf0f5;
}

#myTopnav a.active {
  background-color: #2d333e;
}

.big-container1 > .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}

.mt-05{margin-top: 5px}
.mt-10{margin-top: 10px}
.mt-15{margin-top: 15px}
.mt-20{margin-top: 20px}

.mb-05{margin-bottom: 5px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mb-20{margin-bottom: 20px}

.site-title-logo:hover{text-decoration: none;}

.diceloader{
  position: absolute;
  width: 90%;
  z-index: 1;
  text-align: center;
}
.diceloader img{
  width: 150px;
}

.loaderDice{
  display: none
}

.hashBSVaddress{
  display: inline-block;
  width: 420px;
  word-break: break-all;
}

.translate{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ddd;
  border-radius: 50%;
  line-height: 35PX;
  font-size: 15px;
  text-align: center;
  color: #4d4c5e;
}

.legal_token{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #10205f;
  border-radius: 50%;
  line-height: 35PX;
  font-size: 15px;
  text-align: center;
  color: #ddd;
  font-weight: bold;
}

.Ftranslate{
  color: #4d4c5e;
}

.dataTables_wrapper table tr th {
  text-align: center;
}

.img-loader, .img-loader-autocalc{
  position: absolute;
  top: 50px;
  opacity: 0.5;
  text-align: center;
  width: 100%;
}

#frmAddMoreCoinForm .reg_mainbtn{ margin-bottom: 10px; }

.inline_items {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  position: relative;
}

.search_heading_title {
  position: absolute;
  top: -14px;
  font-size: 19px;
  font-weight: bold;
  color: #565a5c;
  text-transform: uppercase;
  background: #f7f7f7;
  padding: 0px 15px;
  left: 15px;
}

#no-openBox-zpo,
#no-openBox-z,
#no-openBox-m,
#no-openBox-ad,
#no-openBox-nr{
  background-size: cover;
  background-position: top center;
  opacity: 0.2;
  pointer-events: none;
}

.IconDisplayHistory{
  height: 30px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  background-position: center;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #dacccc;
}

.ml-02{margin-left: 02px;}
.ml-0{margin-left: 0px;}

.inline-block{
  display: inline-block;
}

.not_change{
  background-color: #ebebe4;
}

.m-5{
  margin: 5px;
}
.inline_items.zweinote-property img{
    margin:10px;
}
span.sample-badge::before {
    content: '';
    position: absolute;
    border-bottom: 13px solid #39a1dc;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    top: 29px;
    left: 0px;
    transform: rotate(-180deg);
}
span.sample-badge{
    position: absolute;
    left: -9px;
    background: #39a1dc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 7px 24px;
    line-height: normal;
    /* transform: rotate(-45deg); */
    top: 17px;
}

span.sample-badge1 {
    position: absolute;
    left: 3px;
    background: #39a1dc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 7px 24px;
    line-height: normal;
    /* transform: rotate(-45deg); */
    top: -80px;
}
span.sample-badge1::before {
    content: '';
    position: absolute;
    border-bottom: 13px solid #39a1dc;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    top: 29px;
    left: 0px;
    transform: rotate(-180deg);
}
.image-container{
  position: relative;
}
/*.image-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}*/

img.property-img {
  width: 100%;
  border: 1px solid #ddd;
}
/* .opacity{
  opacity: 0.2;
} */
.main-property-div{
    width: 180px;
    display: inline-block;
}
img.img-thumbnail:hover {
    transform: scale(1.1);
}

/* =========================================== PRODUCT================================================*/
.main-product-div {
    margin-bottom: 30px;
}
.product-buy {
    text-align: right;
}
.product-details {
    width: 100%;
    display: inline-block;
    padding: 10px 15px 5px;
    background: #FFF;
    box-shadow: 1px 1px 1px rgba(85, 85, 85, 0.2);
    zoom: 1;
    vertical-align: top;
    outline: 0;
    font-size: 100%;
    text-decoration: none;
}
.listing-wrapper {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    border: none;
    text-decoration: none;
}
h2.product-title {
    width: 100%;
    display: inline-block;
    max-width: 250px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.product-title {
    margin: 0 20px 0 0;
    vertical-align: top;
    margin-right: 0;
}
.product-title a{
  font-size: 19px;
    font-weight: 400;
    color: #111;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 3px;
    line-height: 21px;
    padding-bottom: 3px;
}
p.product-price {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding-bottom: 8px;
    line-height: 18px;
    vertical-align: top;
    position: relative;
}
.product-buy a {
    max-width: 120px;
    width: 100%;
}
.property-thumb {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
a.delete-image {
    position: absolute;
    z-index: 9;
    right: 2px;
    top: 10px;
}
.delete-image .fa {
    color: #000;
    padding: 5px;
    margin-left: 0;
}
.create-store {
    padding: 0 15px;
}
.create-store a:hover {
    opacity: 0.5;
}
ul.store-detail li {
    list-style: none;
}
ul.store-detail {
    padding: 0;
    margin-top: 10px;
}
table.table-cart {
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
}
table.table-cart tr {
    border-bottom: 1px solid #ddd;
}
td.product-thumbnail {
    padding: 1.4rem;
}
td.product-name a:hover {
    opacity: 0.5;
}
td.product-name a {
    color: #4d4c5e;
}
.remove-product .fa {
    color: #888;
    font-size: 22px;
}
.remove-product .fa:hover {
    color: #ff0000;
}
tr.tr-updatecart.text-right td {
    padding: 10px 0;
}
table.table-checkout {
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
}
.table-checkout thead tr th {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.table-checkout tbody tr td {
    padding: 10px 0;
}
.table-checkout tfoot tr th {
    border-top: 1px solid #ddd;
    padding: 5px 0;
    font-size: 16px;
}
span.bold {
    font-weight: 900;
}
.main-checkout{
   padding: 5% 20%;
}
.inner-checkout{
    background: #FFFFFF
    ;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* table.table-checkout td:nth-child(2), table th:nth-child(2){
    text-align: right;
} */
p.out-of-stock {
    color: #ff0000;
    font-size: 18px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border:1px solid #eee;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}
.create-store {
    position: absolute;
    right: 20px;
    top: 10px;
}
  /***************************** Project *****************************/
.card {
    border-radius: 9px;
    border: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
}
.card-of-user {
    min-height: 303px;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-user-freelancer {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
img.avatar-widget-user {
    height: 120px !important;
}
img.avatar-widget-user {
    height: 120px !important;
}
.avatar-widget-user {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.title-h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.title-h4  a {
    text-shadow: none;
    color: #4d4c5e;
}
.pr_hr {
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: green;
    margin-bottom: 15px;
    line-height: 1.5;
}
.btn-xl{
    padding: 7px 20px;
    border-radius: 5px;
    width: auto;
}
h1.project-title {
    margin: 0;
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
}
.submit-review {
    margin-bottom: 20px;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600
}
.review-section {
    margin: 20px 0;
}
i.rating{
  color: #f2b600
}
h2.reviews-title {
    font-size: 25px;
    font-weight: bold;
}
div#comments {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 40px;
}
ol.commentlist li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
span.review_user {
    font-weight: bold;
}
.star-rating .formError{
    top: 30px !important;
    left: 15px !important;
}
/* messages css */


.sent a:link, .sent a:visited
{
  color:white !important;
}


.replies a:link, .replies a:visited
{
  color:#000 !important;
}


.message-input-file
{
  width:100%;
  float:left;
  margin:auto;
  display: inline-block;
  height:31px;
  padding:5px;
}


#frame {
  width: 100%;
  min-width: 360px;

  height: 92vh;
  min-height: 300px;
  max-height: 720px;

}
p.user-not-found {
    opacity: 0.8;
    text-align: center;
    padding: 10px 0;
}

#frame #sidepanel {
  float: left;
 /* min-width: 280px;
  max-width: 340px;*/
  height: 100%;
  color: #222;
  border-right:1px solid #eee;
  overflow: hidden;
  position: relative;
}

#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}

#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #004e8d;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f1f1f1;
  font-weight: 300;
  display:inline-block;
  width:100%;
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input.bar {
  font-family:  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: 80%; float:left;
  border: none;
  color: #333;
}
#frame #sidepanel #search input.btn {
  font-family:  "Source Sans Pro", sans-serif;
  padding: 2px; float:left;
  width: 20%;
  height: 40px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background:   #1f9bdf
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #ccc;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #ccc;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #ccc;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #ccc;
}
#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 5px 0 5px 0;
  font-size: 0.9em;
  cursor: pointer;
}
#contacts ul li{
  list-style-type: none;
}
#contacts ul{
  padding:0;
  margin:0
}
.message-input
{
  border-top:1px solid #eee
}

#frame #sidepanel #contacts ul li.contact:hover {
  background: #f1f1f1;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #d2e6b8;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #004e8d !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #004e8d;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}

#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
#frame .content {
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#frame .content .contact-profile {
  /*width: 100%;*/
  height: 60px;
  line-height: 60px;
  background:  #e3ebef;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 133px);
  max-height: calc(100% - 133px);
  overflow-y: scroll;
  overflow-x: hidden;
  width:100%;
}
#messages-box{
  width: 100%;
  padding-left:0;
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background:  #004e8d;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {

  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
  font-size:14px
}
li.replies.left img {
    float: left !important;
    margin: 6px 8px 0 0 !important;
}
li.replies.left p {
    float: left !important;
    background: #e3ebef !important;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 50px;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #004e8d;
  font-size:14px
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
    border: none;
    width: 50px;
    padding: 0 0;
    cursor: pointer;
    background: #004e8d;
    color: #f5f5f5;
    height: 50px;
    text-align: center;
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}
li.contact {
    border-bottom: 1px solid #dddddd54;
}
li.replies p span {
    font-size: 10px;
    float: right;
    margin-top: 2px;
    font-weight: 600;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 9px;
    margin-right: 5px;
}
.nav-tabs>li>a {
    color: #4d4c5e;
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset;
    border: unset;
}
a.nav-link.active {
    background: #337ab7 !important;
    color: #fff;
}
.nav-tabs>li>a {
     margin-right: 0; 
}
h4.modal-title {
    display: inline-block;
}

/* Base for label styling */
/*Checkboxes styles*/
.custom-checkbox {
    text-align: left;
    padding: 10px 0;
}
.custom-control-input { display: none; }
.custom-control-input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.custom-control-input + label:last-child {
    margin-bottom: 0;
    color: #4d4c5e;
}

.custom-control-input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.custom-control-input:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.advertisement-list {
    width: 90%;
    margin: 0 auto;
}
.advertisement-block {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.adv-title:hover {
    color: #19b9e7;
}
.adv-title{
    color: #4d4c5e;
}
.title h1 {
    font-size: 30px;
}
.advertisement-detail {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #dddd;
    padding: 20px;
    border-radius: 6px;
}
.advertisement-detail .content{
  text-align: justify;
}
.btn-file {
    position: relative;
    overflow: hidden;
    margin-top: 13px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* Multiple select*/
#frmAddAdvertisement .multiselect-container {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
#frmAddAdvertisement button.multiselect,#frmAddAdvertisement .btn-group{
  width: 100%;
}
.advertisement-block div {
    padding: 0 10px;
} 
.advertisement-list p {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

div#plUpload_error {
  color: red;
  margin: 0 auto;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: 0 !important;  
}

img.marketplaceImg{
  height: 150px !important;
}

.buydisplaydata span.text-muted{
  word-break: break-word;
}
select.inputMaterial {
  height: 45px;
  box-shadow: none;
}
select.inputMaterial:focus{
  box-shadow: none;
}

.homedashboard .panel-title{
  padding: 50px;
}
/* ========================== checkbox toogle ======================================== */
.cust-swith.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

.cust-swith.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.cust-swith .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cust-swith .toggle:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cust-swith input + .toggle {
  background-color: #F44336;
}

.cust-swith input:checked + .toggle {
  background-color: #5cb85c;
}

.cust-swith input:focus + .toggle {
  box-shadow: 0 0 1px #2196F3;
}

.cust-swith input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.cust-swith .toggle.round {
  border-radius: 34px;
}

.cust-swith .toggle.round:before {
  border-radius: 50%;
}

/* =========================================== MEDIA QUERIES ================================================*/

@media screen and (max-width:1601px) {

  /*.bg-home-img,.bg-home-img-buy{bottom: 48px;} */
  /*    #footer{position: absolute;}*/
  .footer-logo {
    margin-left: -14px;
  }

  .footer-at {
    padding-top: 14px !important;
    padding-right: 18px !important;
  }

  .bootstrap-filestyle.input-group {
    width: 20%;
  }

  /***************************** Dashboard *****************************/

  .user-box {
    float: right;
    margin-top: 65px;
  }

  #zwc-img {
    display: block;
    margin: -8px auto;
  }


  .error-group {
    margin-top: 10px;
  }

  .left-error-bar {
    width: 30%;
    font-size: 16px;
  }

  .right-error-bar {
    font-size: 16px;
  }

  input#othersbBox {
    width: 100%;
    margin-left: -74px;
  }

  table.add-table {
    width: 500px;
  }

  table.add-table .second-td-sec-table {
    width: 3%;
  }

  table.add-table .third-td-sec-table {
    width: 17%;
  }

  table.add-table .fourth-td-sec-table {
    width: 17%;
  }

  table.add-table .fifth-td-sec-table {
    width: 16%;
  }

  table.add-table .sixth-td-sec-table {
    width: 20%;
  }

  .reform-section-table {
    overflow-x: scroll;
    overflow: overlay;
  }

  .right-p {
    padding-top: 20px;
  }

  .checkbox-w {
    margin: 10px 0 20px 10px !important;
  }

  .long-box {
    width: 100%;
  }
}

@media screen and (max-width:1300px) {

  /**************************** Dashboard *****************************/
  .coin-total .balance-zwc {
    font-size: 28px;
  }

  .coin-zwc {
    font-size: 17px;
  }

}

@media screen and (max-width:1200px) {
  body {
    height: auto;
  }

  #disChart,
  #ageChart,
  #areaChart,
  #disbuyChart,
  #agebuyChart,
  #areabuyChart {
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
  }

  .left-price {
    width: 50%;
  }

  .col-sm-3.outline-zero {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .face-box {
    padding-top: 15px;
  }

  .top-input {
    margin-bottom: 60px;
  }

  .buyconfirmbutton {
    font-size: 19px;
  }

  #logn_li {
    margin-top: -30px !important;
  }

  /*.main_navBar {float: right;margin-top: -20px;}*/
  #input-scroll-buy {
    height: 166px !important;
  }

  .height-top {
    height: 310px;
  }

  .footer-logo {
    margin-left: -14px;
  }

  .footer-at {
    padding-top: 14px !important;
    padding-right: 18px !important;
  }

  .bootstrap-filestyle.input-group {
    width: 20%;
  }

  .holder {
    width: 74%;
  }

  .left-error-bar {
    width: 37%;
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  #logn_li {
    margin-top: -30px !important;
  }

  #input-scroll-buy {
    height: 166px !important;
  }

  .footer-logo {
    margin-left: -14px;
  }

  .footer-at {
    padding-top: 14px !important;
    padding-right: 18px !important;
  }

  .holder {
    width: 80%;
  }

  .logn_head {
    font-size: 21px;
    width: auto;
  }

  /********** BUY form All steps ***********/
  input#othersbBox {
    margin-left: -80px;
    width: 100%;
  }

  /**** SELL form All steps ****/
  .error-group {
    margin-top: 10px;
    display: block;
    width: 66%;
  }

  .left-error-bar {
    float: left;
    display: inline;
    font-size: 16px;
    /*width: 256px;*/
  }

  .right-error-bar {
    float: right;
    text-align: right !important;
    display: inline;
    font-size: 16px;
    /*margin-left: 130px; */
  }

  /***************************** Dashboard *****************************/
  #image110,
  #image1120,
  #image2130 {
    height: 500px;
    overflow-y: scroll;
  }

  /*.user-box {float: right;margin-top: 65px;}*/
  /*#zwc-img{    display: block;margin: -8px auto;}*/
  #kohudo-logo {
    font-size: 20px !important;
  }

  .price-box {
    width: 90%;
  }

  .das-price-text {
    font-size: 15px;
  }

  .price-num {
    font-size: 22px;
  }

  .buy-form-field input {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  #top-comment {
    display: none;
  }

  #sell-image {
    position: relative;
    top: 0;
    left: 0;
  }

  .box-top-mg {
    margin-top: 30px;
  }

  .inside-box02 {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
  }

  .height-top {
    height: auto;
  }

  #arrow-img {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #arrow-img {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .face-box {
    float: left;
    padding: 20px;
  }

  .call-box {
    position: relative;
    margin: 0 auto;
  }

  .top-call {
    margin-top: 0;
    margin-right: 0;
  }

  .checkbox-w {
    .topnav {
      overflow: hidden;
    }

    margin: 10px 0 20px 15px !important;
  }

  .buyconfirmbutton {
    font-size: 19px;
    margin: 0 auto;
    padding: 12px;
    white-space: initial;
  }

  .gobackbuy {
    margin-top: 20px;
  }

  #today_body img {
    width: 85px;
  }

  .today_info p {
    font-size: 16px;
  }

  /*    responsive css   */
  .navbar-2nd li {
    padding: 0 35px 0 40px;
  }

  .btn-fb {
    font-size: 15px;
  }

  .logn_frm {
    width: 52%;
  }

  .navbar-right {
    margin-right: 1px;
  }

  .navbar-brand {
    padding: 9px 5px;
  }

  /*#logn_li a{margin: -48px;margin-right: -280px; margin-top: -14px;}
#footer-logo-img{margin-top: 3px;width: 120px;}
#footer-logo-sell-img{margin-top: 3px;width: 120px;}
#logn_li{margin-top: 1px;}*/
  .main-button {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }

  /*#input-scroll-buy{height: 420px;}*/
  #input-scroll-buy {
    height: 166px !important;
  }

  /*#sell-goback-btn{margin-top: 10px;}*/
  .footer-logo {
    width: 105px;
    margin-top: 8px;
    margin-left: 0px;
  }

  #footer-logo-thanks {
    padding-left: 10px;
  }

  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 125px;
  }

  /*Responsiveness for admin panel*/
  .form-control.mr-sm-2 {
    width: 73% !important;
  }

  .newrow {
    display: initial;
  }

  .label-address {
    width: 100%;
  }

  #img_pag {
    overflow-x: auto;
  }

  .holder {
    width: 97%;
  }

  img#dis_img {
    width: 168px;
    height: 140px;
  }

  .bootstrap-filestyle.input-group {
    display: table;
    width: 40%;
  }

  .left-icons {
    width: 24px;
    margin-right: 6px;
  }

  /*#left-list ul li {padding: 6px 0 10px 0;font-size: 13px;}*/
  .das-price-text button {
    width: 100%;
    font-size: 11px;
  }

  .coin-total {
    font-size: 32px;
  }

  .das-price-text {
    font-size: 11px;
  }

  .price-num {
    font-size: 15px;
  }

  #left-list a {
    font-size: 14px;
  }

  .left-icons {
    width: 16px;
  }

  #left-sidebar {
    padding: 10px;
  }

  #left-list ul li {
    padding: 3px 0 7px 0;
  }

  .price-box {
    width: 87%;
  }

  input#othersbBox {
    margin-left: -72px;
    width: 200px;
  }

  table.add-table {
    width: 650px;
  }

  /*.error-group{margin-top: 0px;width: 0px !important;}*/
  .logn_head {
    font-size: 20px;
    width: auto;
  }

  /**** SELL form All steps ****/
  .error-group {
    margin-top: 10px;
    width: 87%;
  }

  .left-error-bar {
    float: left;
    display: inline;
    font-size: 16px;
    /*width: 256px;*/
  }

  .right-error-bar {
    float: right;
    text-align: right !important;
    display: inline;
    font-size: 16px;
  }

  .measure_bx {
    margin-right: 7px;
    width: 208px;
  }

  .select-box {
    width: 40%;
  }

  /*.big-container{padding-bottom: 746px;}*/

  /********************** Dashboard ************************/
  #kohudo-logo {
    font-size: 16px;
  }

  .user-img-left {
    width: 40px;
  }

  .user-box {
    float: right;
    margin-top: 48px;
  }

  .user-name {
    font-size: 15px;
  }

  .user-name span {
    font-size: 16px !important;
  }

  #zwc-img {
    display: block;
    margin: -8px auto;
  }

  .coin-total .balance-zwc {
    font-size: 20px;
  }

  .coin-zwc {
    font-size: 11px;
  }

  #txtticketPrice {
    width: 27%
  }

  #txtticketCoins {
    width: 28%
  }
}

@media only screen and (max-width: 768px) and (min-width: 700px) {
  .traffic-tab {
    padding-top: 10px;
    margin-left: 68px;
  }

  #trafficFrm .form-inline .input-group {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .panel-body .inline_items {
    padding: 15px;
  }
  .search_heading_title {
    position: relative;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #3379b7;
    text-transform: capitalize;
    background: transparent;
    padding: 0;
    line-height: normal;
    left: 0;
    margin-bottom: 15px;
  }
  .main-checkout {
    padding: 30px;
  }
  .tr-updatecart td input,
  .tr-updatecart td a {
    margin: 5px 2px;
  }
  #frmProdcutCheckout .btn {
    margin: 5px 2px;
  }
  .inline_items.zweinote-property {
    text-align: center;
  }
  table.table-cart {
    min-width: 800px;
  }
  .create-store {
    position: relative;
    right: 0;
    top: -18px;
  }
  #top-call-box {
    display: none;
  }
  .pl-xs-10 {
    padding-left: 10px;
    ;
  }
  /* .nav>li {
    float: left;
  } */
  #contact-top {
    display: none;
  }
  .navbar-2nd li {
    padding: 0;
    width: 50%;
    text-align: center;
    padding: 0 35px 0 40px;
  }
  .navbar-2nd .navbar-nav {
    margin: 0px -15px;
  }
  .navbar-brand {
    padding-left: 0;
  }
  .select-box {
    width: 100%;
  }
  .input-box-name {
    width: 100%;
  }
  .mid-size-bt {
    width: 80%;
  }
  .footer-at li,
  .footerat li {
    float: none;
    text-align: center;
  }
  #header-call {
    display: none;
  }
  #face-box-sm {
    margin-left: 0px;
  }
  .outline-zero {
    margin-left: 0;
    overflow: hidden;
  }
  .footer-at,
  .footerat {
    padding-top: 9px;
    float: none;
    padding-right: 25px;
  }
  .home-footer {
    background-color: white;
  }
  .footer-at li {
    float: none;
    text-align: center;
  }
  /*  responsive css   */
  .main_navBar {
    width: 70%;
    float: left;
  }
  /* .navbar-header {
    width: 50%;
    float: left;
  } */
  .logn_frm {
    width: 54%;
  }
  .navbar-right {
    margin-right: -3px;
  }
  .footer-logo {
    width: 105px;
    margin-top: 8px;
    margin-left: 0px;
  }
  /*  #footer-logo-sell-img{width: 105px;margin-top: 8px;}
  #footer-logo-buy-img{width: 105px;margin-top: 8px;}*/
  /* .navbar-header {
    width: 28%;
  } */
  #logn_li a {
    margin: 0px;
    margin-top: 30px;
    margin-right: -30px;
  }
  /*#logn_li{margin-top: 5px;}*/
  /*  responsive css   */
  /*.main-button {width: 60%;}*/
  #input-scroll-buy {
    height: 400px !important;
  }
  .main-button {
    width: 60%;
    font-size: 20px;
    margin: auto;
  }
  /*#sell-goback-btn{margin-top: 10px;}*/
  /*#assess-content-sell{    width: 67%;font-size: 18px;}*/
  #confirm-btn {
    width: 82% !important;
    font-size: 30px !important;
  }
  .top-call {
    padding-top: 22px;
  }
  #logn_li a {
    margin: 41px -26px 0px 0px !important;
  }
  .logn_head {
    font-size: 19px;
    width: auto;
  }
  /*#confirm-btn{width: 60%;margin-bottom: 16px;}*/
  .main-button {
    width: 66%;
    font-size: 25px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
  }
  .goback {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 15px;
  }
  #footer-logo-thanks {
    padding-left: 15px;
  }
  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 125px;
  }
  table.table.table-bordered tbody tr {
    background: none !important;
  }
  .detail-contact-info table.table.table-bordered tbody tr {
    background: #ebf0f0 !important;
  }
  .detail-realestate-info table.table.table-bordered tbody tr {
    background: none !important;
  }
  .other-txt input {
    width: 100%;
    margin-left: 15px;
  }
  .renovate-place-opt {
    float: left;
    /*width: 132px;*/
    height: 41px;
    display: block;
    font-size: 12px;
  }
  .renovate-place-opt.col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  input#othersbBox {
    margin-left: -44px;
    width: 183px;
    height: 32px;
  }
  table.add-table {
    width: 580px;
  }
  /*Responsiveness for admin panel*/
  #propertyFrm .form-group {
    margin-bottom: 0px;
  }
  .form-control.mr-sm-2 {
    width: 73% !important;
  }
  .newrow {
    display: initial;
  }
  .upload-csv-file {
    border: white;
  }
  .transfer-form-upload {
    border: white;
  }
  #img_pag {
    overflow-x: auto;
  }
  img#dis_img {
    width: 168px;
    height: 140px;
  }
  .error-group {
    margin-top: 10px;
    width: 100%;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav,
  .responsive1 {
    display: block;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #small_menu {
    display: block;
    width: 30% !important;
  }
  #left-list ul {
    padding-left: 0px;
  }
  #left-list a {
    width: 100%;
    text-align: left;
  }
  #left-list ul {
    padding-left: 0;
  }
  .small_icon {
    width: 50px !important;
  }
  /*#myTopnav a:last-child {font-size: 22px;}*/
  .drp_dwn {
    display: block;
    height: 50px;
  }
  ul#myTopnav {
    height: 0;
    transition: 0.5s all;
  }
  .drp_dwn a {
    float: right;
    padding-top: 10px;
  }
  .small_icon {
    width: 50px !important;
    font-size: 25px !important;
    padding-bottom: 0px !important;
    display: block;
  }
  .topnav.responsive {
    height: 500px !important;
    overflow: scroll;
  }
  .meikreg_frm {
    width: 60%;
  }
  body .navbar-nav>li>a {
    padding: 28px 20px;
  }
  body #wrapper #sidebar-nav {
    padding-top: 80px;
  }
  div.dataTables_wrapper div.dataTables_length {
    margin-top: 10px;
  }
  #left-sidebar,
  #top-nav-outline {
    width: 100%;
  }
  .chat-container .card {
    flex-wrap: wrap;
  }
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #004e8d;
  }
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
  #frame #sidepanel #search {
    display: none;
  }
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
  .chat-container.inline_items {
    padding: 0;
    border: none;
  }
  #frame {
    min-width: unset;
    min-height: 30px;
    height: auto;
    max-height: 100%;
  }
  #frame .content {
    min-width: auto !important;
    width: 100% !important;
    border-top: 5px solid #1f4e8d;
  }
  #frame .content .messages {
    max-height: 250px;
    overflow: auto;
    margin-bottom: 28px;
    min-height: 250px;
  }
  #messages-box {
    width: 100%;
    float: left;
  }
  #frame .content .messages ul li {
    display: inline-block;
  }
  #frame #sidepanel {
    width: 100% !important;
  }
  #frame #sidepanel #contacts ul li.contact {
    padding: 5px 5px;
  }
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
    min-height: 250px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
  #frame #sidepanel #search {
    display: none;
  }
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
  .chat-container.inline_items {
    padding: 0;
    border: none;
  }
  #frame {
    min-width: unset;
    min-height: 30px;
    height: auto;
    max-height: 100%;
  }
  #frame .content {
    min-width: auto !important;
    width: 100% !important;
    border-top: 5px solid #1f4e8d;
  }
  #frame .content .messages {
    max-height: 250px;
    overflow: auto;
    margin-bottom: 28px;
    min-height: 250px;
  }
  #messages-box {
    width: 100%;
    float: left;
  }
  #frame .content .messages ul li {
    display: inline-block;
  }
  #frame #sidepanel {
    width: 100% !important;
  }
  #frame #sidepanel #contacts ul li.contact {
    padding: 5px 5px;
  }
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
    min-height: 250px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    max-height: 250px;
    overflow: scroll;
  }
  .advertisement-list {
     width: 90%;
  }
  .advertisement-detail{
     width: 100%;
  }
  .title h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 630px) {
  .footer-at,
  .footerat {
    padding-right: 0;
    width: 100%;
    float: left;
  }
  #footer .navbar {
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;
  }
  .change-buy {
    white-space: initial;
  }
  .slider-box .slider-text {
    right: -164px;
  }
  .today_info p {
    font-size: 14px;
  }
  .navbar-2nd li {
    padding: 0px 30px 0 40px;
  }
  .logn_frm {
    width: 65%;
  }
  .panel-default {
    padding: 25px !important;
  }
  #input-scroll-buy {
    height: 300px !important;
  }
  #footer-logo-img {
    width: 90px;
    margin-top: 10px;
  }
  .main-button {
    width: 74%;
    font-size: 20px;
    margin-left: 54px;
  }
  #goback-create-sell {
    margin-top: 0px !important;
  }
  #sell-goback-btn {
    margin-top: 10px;
  }
  #confirm-btn {
    width: 100% !important;
    font-size: 25px !important;
  }
  .top-call {
    padding-top: 22px;
  }
  /*Result of Sell*/
  table.add-table {
    width: 500px;
  }
  .title-right {
    font-size: 16px;
  }
  .table-box {
    margin-top: 40px;
  }
  .right-price {
    font-size: 18px;
  }
  .yellow-house {
    width: 50px !important;
  }
  .inside-box02 .border-b .right-price02 {
    font-size: 17px;
  }
  .inside-box02 .right-price03 {
    font-size: 14px;
  }
  .right-price02 {
    font-size: 18px;
  }
  .yellow-text {
    font-size: 17px !important;
  }
  .yellow-price {
    font-size: 19px !important;
  }
  .inside-box03 {
    padding: 30px 20px 40px 20px;
  }
  .left-price02 {
    padding-left: 0px;
  }
  .border-buy div {
    padding-top: 15px;
  }
  .prog-circle {
    font-size: 111px !important;
  }
  .prog-circle .percenttext {
    font-size: 45px !important;
  }
  .renovate-place-opt.col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  #logn_li a {
    margin: 41px -20px 0px 0px !important;
  }
  .main-button {
    width: 60%;
    font-size: 20px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
  }
  .goback {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 15px;
  }
  .footer-logo {
    width: 105px;
    margin-top: 8px;
    margin-left: 0px;
  }
  #footer-logo-thanks {
    padding-left: 15px;
  }
  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 110px;
  }
  #propertyFrm .input-group-addon,
  #trafficFrm .input-group-addon,
  #surroundingFrm .input-group-addon {
    padding: 5px 12px;
  }
  /*Responsiveness for admin panel*/
  .form-control.mr-sm-2 {
    width: 73% !important;
  }
  .newrow {
    display: initial;
  }
  .price-sign-equal {
    display: block;
  }
  .bootstrap-filestyle.input-group {
    display: table;
    width: 50%;
  }
  .logn_frm,
  .reset_frm {
    width: 65%;
  }
  .measure_bx {
    margin-right: 28px !important;
  }
  .main-tab {
    margin-top: -12px;
  }
  .property-image-wrap.input-group-addon {
    padding: 0px 8px;
    font-size: 12px;
  }
  .align-image {
    margin-bottom: 2px !important;
    margin-top: 1px !important;
  }
  .property-image-wrap img {
    height: 66px;
    width: 96px;
  }
  .group-price-coin {
    display: block !important;
  }
  /**** SELL form All steps ****/
  .error-group {
    width: 100%;
  }
  .left-error-bar {
    float: left;
    display: inline;
    font-size: 16px;
  }
  .right-error-bar {
    float: right;
    text-align: right !important;
    display: inline;
    font-size: 16px;
  }
  .measure_bx {
    margin-right: 7px;
    width: 156px;
  }
}

@media screen and (max-width: 480px) {
  .reform_section .inside-box04 {
    overflow-x: scroll;
  }
  #right-number-m {
    font-size: 20px;
  }
  .right-price02 {
    margin-top: 0px;
  }
  .change-b {
    font-size: 12px;
    width: 71%;
    display: block;
    word-wrap: break-word;
    word-break: unset;
    margin: 0 auto;
    overflow: hidden;
    float: none;
    white-space: inherit;
  }
  li.price_li,
  .secondbox,
  .firstbox {
    font-size: 11px;
  }
  #disablebox,
  .secondbox,
  .firstbox {
    height: 15px;
  }
  .main-button {
    white-space: inherit;
  }
  #today_body img {
    width: 80%;
  }
  .today_info p,
  .w_heading h5 {
    font-size: 11px;
  }
  .main-buybutton {
    white-space: initial;
  }
  .buyconfirmbutton {
    font-size: 16px;
  }
  .slider-outbox {
    margin-bottom: 20px;
    padding-top: 10px;
    overflow: hidden;
  }
  .slider-box .slider-text {
    position: unset;
    top: 0;
    right: 0;
    float: left;
    margin-top: 10px;
  }
  .outline-zero {
    width: 100%;
  }
  table.table.table-bordered.sec-table {
    overflow-x: scroll;
  }
  #today_body img {
    width: 50%;
  }
  .disprice_cls h4,
  .buyer_cls h4,
  .seller_cls h4 {
    font-size: 15px;
  }
  /* responsive css*/
  .logn_frm {
    width: 85%;
  }
  .panel-default {
    padding: 20px !important;
  }
  #logn_li a {
    margin: 30px -20px 0px 0px !important;
  }
  #footer-logo-img {
    width: 77px;
    margin-top: 11px;
  }
  .footer-logo {
    width: 85px;
    margin-top: 10px;
    margin-left: 0px;
  }
  /*    #footer-logo-sell-img{width: 85px;margin-top: 10px;}
    #footer-logo-buy-img{width: 85px;margin-top: 10px;}*/
  #logo-beta-img {
    width: 180px;
  }
  /*#sell-submit-btn{width: 60%;font-size: 15px;margin: auto;}*/
  .privacy-box a {
    font-size: 12px;
  }
  .sec-table>tbody>tr>td {
    padding: 20px 10px;
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 22px;
  }
  .sec-table>tbody>tr>td.form-right {
    font-size: 12px;
  }
  .top-table>tbody>tr>td {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
  .input-box {
    padding: 7px;
  }
  .input-box-name {
    padding: 2px;
    height: 38px;
  }
  table.table.table-bordered.sec-table tbody tr {
    height: 80px;
  }
  #regform table.table.table-bordered.sec-table tbody tr {
    height: 80px;
    background: #ebf0f0 !important;
  }
  #detailFrm table.table.table-bordered.sec-table tbody tr {
    height: 80px;
    background: #ebf0f0 !important;
  }
  .question-box {
    margin-bottom: -8px;
  }
  /*  .goback{font-size: 12px;}
    .top-table {margin-top: 10px;}
    .title-right {font-size: 15px;}*/
  .goback {
    font-size: 12px;
    padding: 5px 15px;
    margin-top: -8px;
  }
  .main-button {
    width: 70%;
    font-size: 15px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
  }
  .main-buybutton {
    width: 100%;
    font-size: 20px;
  }
  #input-scroll-buy {
    height: 200px !important;
  }
  /*#sell-goback-btn{margin-top: 10px;}*/
  #assess-content-sell {
    width: 100% !important;
    font-size: 16px !important;
  }
  #confirm-btn {
    width: 100% !important;
    font-size: 22px !important;
  }
  .top-call {
    padding-top: 22px;
  }
  .title-right {
    font-size: 14px;
  }
  .table-box {
    margin-top: 30px;
  }
  .right-price {
    font-size: 16px;
  }
  .yellow-house {
    width: 41px !important;
  }
  .inside-box02 .border-b .right-price02 {
    font-size: 17px;
  }
  .inside-box02 .right-price03 {
    font-size: 14px;
  }
  .right-price02 {
    font-size: 17px;
  }
  .yellow-text {
    font-size: 17px !important;
  }
  .yellow-price {
    font-size: 19px !important;
  }
  .inside-box03 {
    padding: 30px 20px 40px 20px;
  }
  .prog-circle {
    font-size: 111px !important;
  }
  .prog-circle .percenttext {
    font-size: 45px !important;
  }
  .renovate-place-opt {
    width: 151px;
    height: 39px;
    font-size: 12px;
  }
  .buy_contct_frm .input-box-name,
  .contct_innerfrm .input-box-name,
  .buy_contct_frm .input-box,
  .contct_innerfrm .input-box,
  .buy_contct_frm .question-box,
  .contct_innerfrm .question-box {
    border-radius: 0px;
  }
  //removes round circle from input box
  input#othersbBox {
    width: 80%;
    height: 35px;
  }
  .condition-text {
    float: none;
  }
  #condition {
    margin-left: 42px;
  }
  .left-price02 {
    padding-top: 0px;
  }
  .ui-slider-horizontal {
    margin-left: 8px;
  }
  .inside-box04 .box-04-price-cond {
    width: 100%;
  }
  .price-text {
    width: 67%;
  }
  /*#confirm-btn{width: 91%;margin-bottom: 16px;}*/
  .goback {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 15px;
  }
  #footer-logo-thanks {
    padding-left: 13px;
  }
  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 95px;
  }
  /*Responsiveness for admin panel*/
  .form-control.mr-sm-2 {
    width: 70% !important;
    height: 32px !important;
  }
  .newrow {
    display: initial;
  }
  .icon-box-coin {
    padding-top: 100px;
  }
  .icon-img {
    width: 87%;
  }
  .coin-total {
    font-size: 30px;
  }
  .wallet-box {
    font-size: 18px;
    padding: 1px;
  }
  .info-section .page-title {
    min-width: 86%;
  }
  #txtticketPrice {
    width: 70%;
  }
  #txtticketCoins {
    width: 70%;
  }
  .bootstrap-filestyle.input-group {
    display: table;
    width: 90%;
  }
  .logn_head {
    font-size: large;
    width: auto;
  }
  .email_frm,
  .reset_frm {
    width: 84%;
  }
  #top-nav {
    height: 75px;
  }
  .panel-body {
    padding: 0px;
  }
  #img_pag {
    overflow-x: auto;
  }
  /********************    Image Tab insert data    *********************/
  .input-group-addon {
    padding: 7px 3px;
    font-size: 11px;
  }
  .image-select {
    width: 191px;
  }
  .image-file input {
    width: 100% !important;
  }
  .file-view {
    width: 135px !important;
  }
  #file_10 {
    width: 129px !important;
  }
  .image-tab-note {
    font-size: 11px;
    margin-top: 3px !important;
  }
  .note-2 {
    padding-left: 30px !important;
  }
  /* .nav>li {
    min-height: 42px;
  } */
  .nav>li>a {
    padding: 9px 14px;
  }
  .img-tab {
    font-size: 13px;
  }
  .img-tab>li>a {
    padding: 13px 7px !important;
  }
  .surrounding-input-group {
    width: 100% !important;
  }
  .surrounding-input-group-sub {
    width: 50% !important;
    float: left !important;
    height: 30px !important;
  }
  #surrounding .input-group {
    display: flow-root;
  }
  /**** SELL form All steps ****/
  .error-group {
    margin-top: 0px;
    width: 97%;
  }
  .left-error-bar {
    float: left;
    display: inline;
    font-size: 12px;
  }
  .right-error-bar {
    float: right;
    text-align: right !important;
    display: inline;
    font-size: 12px;
  }
  .measure_bx {
    margin-right: 7px;
    width: 156px;
  }
  .txt-val {
    margin-left: 10px;
  }
  .txt-label {
    margin-left: 5px;
  }
  table.table.sec-table tbody tr {
    height: 60px;
    background: #ebf0f0;
  }
  table.table.sec-table tbody tr td:last-child {
    background: #fff;
  }
  .table-bordered {
    border: none !important;
  }
  .goback-box {
    height: 25px;
  }
  .title-left {
    width: 40%;
  }
  /*.big-container{ padding-bottom: 469px;}*/
  /********************** Dashboard ************************/
  #kohudo-logo {
    font-size: 26px;
  }
  /*.user-img-left {width: 40px;}*/
  /*.user-box{float: right;margin-top: 48px;}*/
  .user-name {
    font-size: 18px;
  }
  .user-name span {
    font-size: 22px !important;
  }
  .user-img-left {
    width: 55px;
  }
  /*#myTopnav a:last-child{font-size: 22px;}*/
  /*#zwc-img{    display: block;margin: -8px auto;}*/
  /*.coin-total .balance-zwc{font-size: 20px;}*/
  /*.coin-zwc {font-size: 11px;}*/
  .group-price-coin {
    display: block !important;
  }
  #txtticketPrice {
    width: 38%;
  }
  #txtticketCoins {
    width: 38%;
  }
  .coin-btn {
    margin-top: 21px;
  }
  .formError {
    margin-top: -9px !important;
  }
  #surrounding.input-group-addon,
  #surrounding.input-group-btn,
  #surrounding.input-group .form-control {
    display: block;
    margin-bottom: 10px;
    clear: both;
  }
  #surrounding.input-group {
    position: relative;
    display: block;
    border-collapse: separate;
  }
  .inputMaterial {
    padding: 2px 0 !important;
  }
  .btn-save-cancel {
    margin-right: 10px !important;
  }
  .checkbox-w {
    margin: 10px 0 20px 15px !important;
  }
  .meikreg_frm {
    width: 80%;
  }
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
  .white-box .row .col-xs-6 {
    width: auto;
  }
  .renovate-place-opt.col-lg-3 {
    padding-right: 0px;
  }
  .renovate-place-opt.col-lg-3 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 360px) {
  li.price_li,
  .secondbox,
  .firstbox {
    font-size: 9px;
  }
  #disablebox,
  .secondbox,
  .firstbox {
    height: 12.7px;
  }
  .mid-size-bt {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
  .buyconfirmbutton {
    width: 100%;
  }
  .main-button.buybtn {
    width: 100%;
  }
  .right-price02 {
    font-size: 44px;
  }
  .today_info p,
  .w_heading h5 {
    font-size: 9px;
  }
  .today_info p {
    padding: 2px;
  }
  .w_heading h5 {
    padding: 5px;
    height: 25px;
  }
  /* responsive css*/
  .logn_frm {
    width: 80%;
  }
  .btn-fb {
    padding: 4px 1px;
    font-size: 14px;
  }
  /*#logo-beta-img{width: 170px;}*/
  #footer-logo-img {
    width: 77px;
    margin-top: 11px;
  }
  .sec-table>tbody>tr>td {
    padding: 20px 10px;
    width: 100%;
    display: table;
    font-size: 12px;
    line-height: 28px;
  }
  /*    .top-table {margin-top: 8px;}
    .title-right {font-size: 13px;}*/
  /*#input-scroll-buy{height: 143px;}*/
  .main-button {
    width: 58%;
    font-size: 13px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
  }
  .main-buybutton {
    width: 100%;
    font-size: 16px;
  }
  #input-scroll-buy {
    height: 150px !important;
  }
  /*.main-button{ width: 58%;font-size: 16px; margin: auto;}*/
  #logn_li {
    margin-right: -30px;
  }
  #logn_li a {
    margin: 27px 8px 0px 0px !important;
  }
  /*#sell-submit-btn{width: 70%;font-size: 14px;margin: auto;}*/
  /*#sell-goback-btn{margin-top: 10px;}*/
  #assess-content-sell {
    width: 100% !important;
    font-size: 16px !important;
  }
  #confirm-btn {
    width: 100% !important;
    font-size: 19px !important;
  }
  .top-call {
    padding-top: 22px;
  }
  .title-right {
    font-size: 14px;
  }
  .table-box {
    margin-top: 30px;
  }
  .right-price {
    font-size: 16px;
  }
  .yellow-house {
    width: 41px !important;
  }
  .inside-box02 .border-b .right-price02 {
    font-size: 17px;
  }
  .inside-box02 .right-price03 {
    font-size: 14px;
  }
  .right-price02 {
    font-size: 17px;
  }
  .yellow-text {
    font-size: 17px !important;
  }
  .yellow-price {
    font-size: 19px !important;
  }
  .inside-box03 {
    padding: 30px 20px 40px 20px;
  }
  .prog-circle {
    font-size: 111px !important;
  }
  .prog-circle .percenttext {
    font-size: 45px !important;
  }
  #progressbar {
    height: 100px;
  }
  .condition-text {
    margin-left: 56px;
  }
  .goback {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 15px;
  }
  #footer-logo-thanks {
    padding-left: 13px;
  }
  .footer-logo {
    width: 77px;
    margin-top: 11px;
    margin-left: 0px;
  }
  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 95px;
  }
  /*Responsiveness for admin panel*/
  .form-control.mr-sm-2 {
    width: 70% !important;
    height: 32px !important;
  }
  #serach-bt {
    height: 33px;
  }
  .newrow {
    display: initial;
  }
  .icon-box-coin {
    padding-top: 78px;
  }
  .icon-img {
    width: 85%;
  }
  .coin-total {
    font-size: 30px;
  }
  .wallet-box {
    font-size: 18px;
    padding: 1px;
  }
  .info-section .page-title {
    min-width: 86%;
  }
  .bootstrap-filestyle.input-group {
    display: table;
    width: 100%;
  }
  #img_pag {
    overflow-x: auto;
  }
  .measure_bx {
    margin-right: 7px;
    width: 156px;
  }
}

@media screen and (max-width: 320px) {
  .right-price {
    font-size: 17px;
  }
  .right-price02 {
    font-size: 25px;
    margin-top: 3px;
  }
  .right-price03 {
    font-size: 17px;
  }
  .change-b {
    white-space: inherit;
  }
  #disablebox,
  .secondbox,
  .firstbox {
    height: 12px;
  }
  .pink-text .pink-price {
    font-size: 18px;
  }
  /* responsive css*/
  .logn_frm {
    width: 88%;
  }
  /*  responsive css new   */
  .btn-fb {
    font-size: 14px;
  }
  .logn_mainbtn {
    font-size: 14px;
  }
  #logn_li {
    margin-right: -30px;
  }
  .email_frm,
  .reset_frm {
    width: auto;
  }
  #logn_li a {
    margin: 36px 15px 0px 0px;
  }
  .navbar-brand {
    font-size: 11px;
  }
  #footer-logo-img {
    width: 77px;
    margin-top: 11px;
  }
  .footer-logo {
    width: 77px;
    margin-top: 11px;
    margin-left: 0px;
  }
  #footer-logo-thanks-buy {
    padding-left: 14px !important;
    width: 87px;
  }
  #logo-beta-img {
    width: 130px;
  }
  /*#sell-submit-btn{width: 70%;font-size: 14px;margin: auto;}*/
  /*.privacy-box a{font-size: 11px;}*/
  .sec-table>tbody>tr>td {
    padding: 20px 10px;
    width: 100%;
    display: table;
    line-height: 28px;
  }
  .top-table>tbody>tr>td {
    padding: 25px 0 0 0;
    font-size: 13px;
  }
  .input-box {
    padding: 8px;
    height: 30px;
  }
  .input-box-name {
    padding: 1px;
    height: 30px;
  }
  .main-button {
    width: 67%;
    font-size: 13px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
  }
  /*  Main btn of form */
  .main-buybutton {
    width: 100%;
    font-size: 16px;
  }
  #input-scroll-buy {
    height: 120px !important;
  }
  /*#sell-goback-btn{margin-top: 10px;}*/
  #assess-content-sell {
    width: 100% !important;
    font-size: 16px !important;
  }
  #confirm-btn {
    width: 100% !important;
    font-size: 16px !important;
  }
  .top-call {
    padding-top: 22px;
  }
  .title-right {
    font-size: 13px;
  }
  .table-box {
    margin-top: 25px;
  }
  .right-price {
    font-size: 14px;
  }
  .yellow-house {
    width: 41px !important;
  }
  .inside-box02 .border-b .right-price02 {
    font-size: 16px;
  }
  .inside-box02 .right-price03 {
    font-size: 13px;
  }
  .right-price02 {
    font-size: 15px;
  }
  .yellow-text {
    font-size: 15px !important;
  }
  .yellow-price {
    font-size: 16px !important;
  }
  .inside-box03 {
    padding: 30px 20px 40px 20px;
  }
  .ui-slider-horizontal {
    margin-left: 8px;
  }
  .prog-circle {
    margin-top: 20px !important;
  }
  .renovate-place-opt {
    height: 32px;
    float: left;
    width: 124px;
    font-size: 10px;
  }
  .renovate-place-opt.other-txt input {
    margin-left: 14px;
    width: 82%;
  }
  .checkbox-w {
    margin: 10px 0 20px 8px !important;
  }
  .buy_contct_frm .input-box-name,
  .buy_contct_frm .input-box,
  .buy_contct_frm .question-box {
    border-radius: 0px;
  }
  /* //removes round circle from input box */
  table.table.table-bordered tbody tr {
    background: none !important;
  }
  .question-box {
    margin-bottom: -10px;
  }
  input#othersbBox {
    width: 150px;
    height: 28px;
    margin-left: -40px;
  }
  /*.inside-box04 {padding: 30px 0px 5px 20px;}*/
  .prog-circle {
    font-size: 100px !important;
  }
  .prog-circle .percenttext {
    font-size: 40px !important;
  }
  #progressbar {
    height: 80px;
  }
  .condition-text {
    margin-left: 46px;
    float: none;
  }
  .left-price02 {
    padding-top: 0px;
  }
  .inside-box04 .box-04-price-cond {
    width: 100%;
  }
  .price-text {
    width: 67%;
  }
  #condition {
    margin-left: 0px;
  }
  .goback {
    font-size: 12px;
    padding: 7px 10px;
    margin-top: 0px;
  }
  #footer-logo-thanks {
    padding-left: 13px;
  }
  /*Responsiveness for admin panel*/
  .form-control.mr-sm-2 {
    width: 68% !important;
    height: 27px;
  }
  #serach-bt {
    height: 33px;
  }
  .newrow {
    display: initial;
  }
  .icon-box-coin {
    padding-top: 78px;
  }
  .icon-img {
    width: 77%;
  }
  .coin-total {
    font-size: 25px;
  }
  .wallet-box {
    font-size: 17px;
    padding: 1px;
  }
  .info-section .page-title {
    min-width: 86%;
  }
  .bootstrap-filestyle.input-group {
    display: table;
    width: 100%;
  }
  .display-img-label {
    font-size: 14px;
  }
  .logn_head {
    font-size: 16px;
    width: auto;
  }
  /*.panel-default{padding: 20px !important;height: 180px;}*/
  .panel-default {
    padding: 20px !important;
  }
  /*.big-container.sell-container{height: -webkit-fill-available;}*/
  #btn-submit-sell {
    height: 70px;
  }
  .green_person {
    padding: 6px 0px 0px 0px !important;
  }
  #use-name-nav {
    font-size: 14px;
  }
  #use-name-nav span {
    font-size: 19px !important;
  }
  #top-nav {
    height: 65px;
  }
  .usermain-container {
    padding: 10px;
  }
  .panel-body {
    padding: 0px;
  }
  .file-upload {
    width: 100% !important;
  }
  #img_pag {
    width: 303px;
    overflow-x: auto;
  }
  .measure_bx {
    margin-right: 7px;
    width: 156px;
  }
  /*.right-error-bar{display: inline-block; margin-left: 42px;}*/
  .user-img-left {
    /* margin-top: 13px; */
    width: 50px;
  }
  .goback-box {
    height: 40px;
  }
  #input-scroll {
    height: 130px;
  }
  /********************    Image Tab insert data    *********************/
  .input-group-addon {
    padding: 7px 3px;
    font-size: 11px;
  }
  .image-select {
    width: 100%;
  }
  .file-view {
    width: 135px !important;
  }
  #file_10 {
    width: 129px !important;
  }
  .image-tab-note {
    font-size: 10px;
    margin-top: 3px !important;
  }
  .note-2 {
    padding-left: 30px !important;
  }
  /* .nav>li {
    min-height: 42px;
  } */
  .nav>li>a {
    padding: 9px 14px;
  }
  .img-tab {
    font-size: 13px;
  }
  .img-tab>li>a {
    padding: 9px 4px !important;
  }
  #image110 {
    margin-left: -16px;
  }
  #image1120,
  #image2130 {
    margin-left: -16px;
  }
  .surrounding-input-group {
    width: 100% !important;
  }
  .surrounding-input-group-sub {
    width: 50% !important;
    float: left !important;
    height: 30px !important;
  }
  /**** SELL form All steps ****/
  .error-group {
    margin-top: 0px !important;
  }
  .left-error-bar {
    float: left;
    display: inline
  }
  .right-error-bar {
    float: right;
    text-align: right !important;
    display: inline;
  }
  .txt-val {
    margin-left: 10px;
  }
  .txt-label {
    margin-left: 5px;
  }
  /*.form-left{margin-left: 5px;}*/
  table.table.table-bordered.sec-table tbody tr {
    height: 80px;
    background: #ebf0f0;
  }
  #regform table.table.table-bordered.sec-table tbody tr {
    height: 80px;
    background: #ebf0f0 !important;
  }
  #detailFrm table.table.table-bordered.sec-table tbody tr {
    height: 80px;
    background: #ebf0f0 !important;
  }
  table.table.table-bordered.sec-table tbody tr td:last-child {
    background: #fff;
  }
  #goback-create-sell {
    margin-top: 0px !important;
  }
  .title-left {
    width: 50%;
  }
  /******************** BUY FORM  *********************/
  /********************************* Dashboard *******************************/
  #left-list a {
    font-size: 14px;
  }
  /*#myTopnav a:last-child{font-size: 20px;}*/
  .group-price-coin {
    /*display: block !important;*/
    width: 287px;
  }
  #txtticketPrice {
    width: 38%;
  }
  #txtticketCoins {
    width: 38%;
  }
  /*.big-container {padding-bottom: 383px;}*/
}

# sourceMappingURL=style.css.map
