@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline:none !important;
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a, a:focus, a:hover, button {
    text-decoration: none !important;
    outline: 0 !important;
}

.projects {
    position:relative;
}

.projects.brochure {
    background-image: url(/images/brochure-page.png);
    background-position: center;
    background-size: cover;
    padding: 15px 0;
}

.projects.brochure:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #7979791a;
    z-index: 1;
}

.pro_overview {
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pro_overview .row {
    margin-right: -7px;
    margin-left: -7px;
}

.projects.brochure .proj-bro {
    box-shadow: 0 .4rem 1rem .4rem #2425259e;
    background: #fff;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.pro_overview .no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .pro_overview [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
    position: relative;
  }

.mycontact .card, .myprojdetail .card {
    background-color: #fff;
    border: none;
}

.available tr:nth-child(2n), .pro_head {
    background: #fff;
}

.rounded-0 {
    border-radius: 0 !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;
}

.available tr:nth-child(2n), .pro_head {
    background: #fff;
}

.card-body.sumry {
    padding: 1rem 1rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.pro_head .titles {
    font-size: 22px;
    border-bottom: 0;
    font-weight: 700;
    margin: 0 0 3px;
}

.pro_overview a {
    color: #040404;
    font-weight: 600;
}

.pro_head .price-head {
    border: 1px solid #dcdcdc;
    padding: 0 10px 7px;
    float: right;
    border-radius: 3px;
  }

  .brochure label {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 700;
  }

.pro_head .price-head h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.card-body.sumry i, .pro_overview .mybrochure .brochbtn i {
    margin-right: .5rem;
  }

  .card-body.sumry i, .pro_overview a:hover {
    color: #9d7957;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .clearfix::after,
  .clearfix::before {
    display: block;
    clear: both;
    content: "";
  
  }

  .brochure-table table {
    margin-top: 1.1rem;
  }

  .brochure-table tr:nth-child(2n+1) {
    background-color: #062f3b;
    border-bottom: 1px solid #062f3b;
  }

  .brochure-table tr {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .brochure-table tr > th {
    padding: 8px 5px;
    width: 40%;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    float: left;
    border-top: 0;
    color: #cbd0d8;
    font-weight: 200;
  }

  .card-body.sumry i, .pro_overview .mybrochure .brochbtn i {
    margin-right: .5rem;
  }
  
  .card-body.sumry i, .pro_overview a:hover {
    color: #9d7957;
  }

  .brochure-table tr > td {
    padding: 8px 5px 8px 0;
    width: 60%;
    color: #000;
    font-weight: 500;
    text-align: right;
    height: 40px;
    font-size: 15px;
    float: left;
    border-top: 0;
  }

  .brochure-table tr > td a {
    color: #cbd0d8;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
  }
  
    .brochure-table tr > td a:hover {
    color: #ff8562;
  }

  .brochure-table tr > td {
    color: #cbd0d8;
    font-weight: 300;
    text-align: right;
    font-size: 15px;
  }

  .pro_overview h3 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #062f3b8a;
    margin-bottom: 15px;
    line-height: 29px;
  }

  .pro_overview h3 span {
    border-bottom: 2px solid #9d7957;
    color: #cbd0d8;
    font-weight: 200;
  }

  .mr-1, .mx-1 {
    margin-right: .25rem !important;
  }

  form-group {
    margin-bottom: 1rem;
  }

  .pro_overview .mybrochure .brochbtn {
    padding: .5rem 1rem;
    line-height: 1.8rem;
    background-color: #f8e3b5;
    color: #000;
    display: inline-block;
    border-radius: 3px;
    margin-right: .5rem;
    box-shadow: 0 .2rem .2rem rgb(0 0 0 / .2);
    font-weight:300;
    margin-bottom: 8px;
  }

.pro_overview .mybrochure .brochbtn.active {
  background-color: #9d7957;
  color: #fff;
  font-weight: 300;
}

.form-group {
    margin-bottom: 1rem;
  }

  .broc-floor-filter {
    margin-bottom: 10px;
    padding: 7px 12px;
  }

  .broc-floor-filter .input-warp25 {
    width: 30%;
    float: left;
    margin-right: .8rem;
    margin-bottom: .8rem;
    flex-wrap: nowrap;
  }

  .broc-floor-filter .input-warp25, .floor-filter .input-warp25 {
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .broc-floor-filter .filter-label label, .floor-filter .filter-label label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    text-align: left;
    line-height: 1.7rem;
    white-space: nowrap;
    padding: 0 1.5rem;
    font-size: .75rem;
    transition: .2s;
    color: #847f7f;
  }

  .brochure label {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 200;
    color: #cbd0d8;
  }

  label {
    display: inline-block;
    margin-bottom: .5rem;
  }

  #QuickBrochure_fpfilterId .broc-floor-filter select {
    height: 45px;
    border: 1px solid #e6e4e4;
    color: #4a4949;
    padding: 1.2rem .4rem .1rem;
    line-height: .5rem;
    width: 100%;
    border-radius: .3rem;
    font-size: 1rem;
  }

  .broc-floor-filter select:focus {
  background-color: #fff;
  border-color: #000;
}

.brochure input, .brochure select {
    /*border-radius: 0;*/
    padding: 7px 12px;
    height: 45px;
    /*border: 1px solid #356473;*/
    /*background: #233f52;*/
    border-radius: 3px;
  }

  .mycontact .btn-dark {
    background-color: #000;
    border-color: #000;
  }


.btn {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none !important;
  outline: 0 !important;
  transition: .5s ease-in;
}

.mycontact .btn-dark:hover {
    background-color: #9d7957;
    border-color: #9d7957;
  }

  .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
} 

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

@media (max-width: 1400px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 992px) {
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
}