.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.footer, .header, .marketing {
  padding-right: 1rem;
  padding-left: 1rem;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

.container-narrow > hr {
  margin: 2rem 0;
}

.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}

.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

.marketing {
  margin: 3rem 0;
}

.marketing p + h4 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 48em) {
  .footer, .header, .marketing {
    padding-right: 0;
    padding-left: 0;
  }
  
  .header {
    margin-bottom: 2rem;
  }
  
  .jumbotron {
    border-bottom: 0;
  }
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D6g000002gErP&v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D6g000002gErP#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?orgId=00D6g000002gErP&v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?orgId=00D6g000002gErP&v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?orgId=00D6g000002gErP&v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?orgId=00D6g000002gErP&v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-blue {
  color: #335e73;
}

.text-gray02 {
  color: #73716d;
}

.text-gray03 {
  color: #bab8b3;
}

.text-black {
  color: #000;
}

.text-black01 {
  color: #1f1e1c;
}

.text-black02 {
  color: #262626;
}

.text-black03 {
  color: #a8a8aa;
}

.text-black05 {
  color: #33322f;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #d05e4c;
}

.text-red {
  color: #cc5f47;
}

.offwhite-background {
  background: #fbfaf8;
}

.blue-background {
  background: #335e73;
}

.offwhite-blue-background {
  background: #f0f8fa;
}

.green-background {
  background: #369975;
}

.green-light-background {
  background: #f0faf6;
}

.green-border {
  border: 1px solid #cfe5dd;
}

.text-green {
  color: #369975;
}

.text-gray010 {
  color: #8a8884;
}

@font-face {
  font-family: Avenir LT Std;
  src: url(../fonts/AvenirLTStd-Book.eot?orgId=00D6g000002gErP);
  src: url(../fonts/AvenirLTStd-Book.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/AvenirLTStd-Book.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/AvenirLTStd-Book.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/AvenirLTStd-Book.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/AvenirLTStd-Book.svg?orgId=00D6g000002gErP#AvenirLTStd-Book) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Std;
  src: url(../fonts/AvenirLTStd-Black.eot?orgId=00D6g000002gErP);
  src: url(../fonts/AvenirLTStd-Black.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/AvenirLTStd-Black.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/AvenirLTStd-Black.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/AvenirLTStd-Black.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/AvenirLTStd-Black.svg?orgId=00D6g000002gErP#AvenirLTStd-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Std;
  src: url(../fonts/AvenirLTStd-Roman.eot?orgId=00D6g000002gErP);
  src: url(../fonts/AvenirLTStd-Roman.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/AvenirLTStd-Roman.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/AvenirLTStd-Roman.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/AvenirLTStd-Roman.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/AvenirLTStd-Roman.svg?orgId=00D6g000002gErP#AvenirLTStd-Roman) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey Med;
  src: url(../fonts/Audrey-Medium.eot?orgId=00D6g000002gErP);
  src: url(../fonts/Audrey-Medium.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/Audrey-Medium.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/Audrey-Medium.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/Audrey-Medium.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/Audrey-Medium.svg?orgId=00D6g000002gErP#Audrey-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url(../fonts/Audrey-Bold.eot?orgId=00D6g000002gErP);
  src: url(../fonts/Audrey-Bold.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/Audrey-Bold.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/Audrey-Bold.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/Audrey-Bold.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/Audrey-Bold.svg?orgId=00D6g000002gErP#Audrey-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url(../fonts/Audrey-Normal.eot?orgId=00D6g000002gErP);
  src: url(../fonts/Audrey-Normal.eot?orgId=00D6g000002gErP#iefix) format("embedded-opentype"), url(../fonts/Audrey-Normal.woff2?orgId=00D6g000002gErP) format("woff2"), url(../fonts/Audrey-Normal.woff?orgId=00D6g000002gErP) format("woff"), url(../fonts/Audrey-Normal.ttf?orgId=00D6g000002gErP) format("truetype"), url(../fonts/Audrey-Normal.svg?orgId=00D6g000002gErP#Audrey-Normal) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

b {
  font-weight: 700;
}

body, p {
  font-size: 16px;
  font-weight: 400;
  font-family: Avenir LT Std;
  line-height: 1.4;
  color: #1f1e1c;
}

p.sm-text02 {
  font-size: 10px;
}

p.sm-text {
  font-size: 12px;
}

p.md-text {
  font-size: 14px;
}

a {
  font-size: 16px;
  font-weight: 400;
  font-family: Avenir LT Std;
}

a, h1, h2 {
  line-height: 1.4;
}

h1, h2 {
  font-family: Audrey;
  text-transform: uppercase;
}

h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-family: Avenir LT Std;
  line-height: 1.4;
  letter-spacing: 2px;
}

h1 {
  font-size: 36px;
  font-weight: 400;
}

h1.extra-large {
  font-size: 63px;
}

h1.extra-large02 {
  font-size: 50px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
}

h3, h3 a {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

h3.font-regular {
  font-weight: 400;
}

h4, h4 a {
  font-size: 16px;
  font-weight: 800;
}

h4.font-regular {
  font-weight: 400;
}

h5, h5 a {
  font-size: 14px;
  font-weight: 800;
}

h5.font-regular {
  font-weight: 400;
}

h6 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h6.font-regular {
  font-weight: 400;
}

h6 a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn {
  font-weight: 500;
}

.btn, .footer-content .nav-link {
  font-size: 14px;
  font-family: Avenir LT Std;
}

.footer-content .nav-link {
  font-weight: 400;
  line-height: 1.4;
}

.form-control {
  line-height: 1.4;
}

.checkout-forms .dropdown-toggle, .checkout-forms .form-control {
  font-size: .9rem;
  font-weight: 400;
  font-family: Avenir LT Std;
  line-height: 1.4;
  letter-spacing: 2px;
}

.checkout-forms .dropdown-item {
  font-size: .8rem;
  font-weight: 400;
  font-family: Avenir LT Std;
  line-height: 1.4;
  letter-spacing: 2px;
}

.header .top-navigation .dropdown-toggle {
  font-size: 12px;
  font-weight: 900;
  font-family: Avenir LT Std;
}

.header .top-navigation .nav-link {
  font-size: 12px;
  font-weight: 800;
  font-family: Avenir LT Std;
  letter-spacing: 2px;
}

.header .top-navigation .dropdown-menu a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: Avenir LT Std;
}

.header .navbar-nav .nav-link {
  font-size: 12px;
  font-family: Avenir LT Std;
  text-transform: uppercase;
}

.header .navbar-nav .nav-link, .nav-breadcramb .nav-link {
  font-weight: 800;
  letter-spacing: 2px;
}

aside .nav-link {
  font-size: 16px;
  font-weight: 400;
}

.badge, aside .nav-link.active {
  font-weight: 800;
}

.badge, .btn.sm-btn {
  font-size: 12px;
}

.btn-01 {
  font-weight: 800;
  font-size: 14px;
}

.btn-01.sm-btn {
  font-size: 12px;
}

.footer .footer-navs-wrapper h4 {
  font-size: 14px;
}

.footer .footer-navs-wrapper .nav .nav-link {
  font-size: 14px;
  font-weight: 400;
}

.footer .right-bottom-footer .copyrights-wrapper p {
  font-size: 10px;
  font-weight: 400;
}

.text-bold {
  font-weight: 800;
}

.accordion-financial-cards .text-sm {
  font-size: 14px;
}

.card-03 p a {
  font-size: 16px;
}

.card-note-btn {
  font-size: 14px;
}

.nav-stage-status .nav-item {
  font-size: 12px;
}

.text-ss {
  font-size: 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-md-weight {
  font-weight: 500;
}

.filter-nav-links .btn-filter-nav-link {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  body, p {
    font-size: 16px;
  }
  
  p.sm-text {
    font-size: 12px;
  }
  
  p.md-text {
    font-size: 10px;
  }
  
  .card-01 .card-body p, a {
    font-size: 14px;
  }
  
  h1 {
    font-size: 24px;
  }
  
  h1.extra-large {
    font-size: 36px;
  }
  
  h1.extra-large02 {
    font-size: 25px;
  }
  
  h2 {
    font-size: 18px;
  }
  
  h3, h3 a {
    font-size: 16px;
    font-weight: 400;
  }
  
  h4, h4 a {
    font-size: 13px;
  }
  
  .btn, h6 {
    font-size: 12px;
  }
  
  .footer-content .nav-link, .form-control {
    font-size: 14px;
  }
  
  .header .top-navigation .dropdown-toggle, .header .top-navigation .nav-link {
    font-size: 12px;
  }
  
  .header .top-navigation .dropdown-menu a {
    font-size: 16px;
    line-height: 22px;
  }
  
  .badge, .btn-01, .header .navbar-nav .nav-link {
    font-size: 12px;
  }
  
  .footer .footer-navs-wrapper h4 {
    font-size: 14px;
  }
  
  .footer .footer-navs-wrapper .nav .nav-link {
    font-size: 13px;
  }
  
  .footer .right-bottom-footer .copyrights-wrapper p {
    font-size: 10px;
  }
  
  .actions-nav-list .nav-item p {
    font-size: 10px;
    text-align: center;
  }
  
  .card-03 h3 {
    font-size: 18px;
    font-weight: 800;
  }
  
  .card-03 p, .card-03 p a, .profile-settings-nav .nav-item .nav-link {
    font-size: 16px;
  }
  
  .nav-breadcramb .nav-link {
    font-size: 13px;
  }
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li.slick-active button {
  border: 2px solid #000;
  background: #000;
  width: 14px;
  height: 14px;
}

.slider.slick-vertical .slick-arrow {
  left: 50%;
  margin: 0 0 0 -13px;
  color: #000;
  font-size: 2rem;
  display: block;
  position: absolute;
  padding: 0;
  border: 0;
  z-index: 2;
  background: none;
}

.slider.slick-vertical .slick-arrow.slick-prev {
  top: -33px;
}

.slider.slick-vertical .slick-arrow.slick-next {
  bottom: -33px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  margin: -8px 0 0;
}

.slick-arrow.slick-prev {
  left: -30px;
}

.slick-arrow.slick-next {
  right: -30px;
}

.carousal-one-item .slick-arrow {
  width: 24px;
  height: 48px;
  position: absolute;
  top: 50%;
  border: 0;
  margin: -24px 0 0;
  z-index: 2;
  text-indent: -99999px;
  overflow: hidden;
  display: block;
}

.carousal-one-item .slick-arrow.slick-prev {
  left: 25px;
  background: url(../images/slick-arrow-prev.svg) no-repeat 50% / contain;
}

.carousal-one-item .slick-arrow.slick-next {
  right: 25px;
  background: url(../images/slick-arrow-next.svg) no-repeat 50% / contain;
}

.carousal-one-item-with-numbers .slick-arrow {
  position: absolute;
  top: calc(100% + 43px);
  z-index: 2;
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 1.2;
}

.carousal-one-item-with-numbers .slick-arrow.slick-prev {
  left: 70%;
}

.carousal-one-item-with-numbers .slick-arrow.slick-next {
  right: -10px;
}

.carousal-one-item-with-numbers .slick-dots {
  position: absolute;
  right: 15px;
  bottom: -65px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousal-one-item-with-numbers .slick-dots li {
  padding: 0 7.5px;
}

.carousal-one-item-with-numbers .slick-dots li:first-child .page-link, .carousal-one-item-with-numbers .slick-dots li:last-child .page-link {
  border-radius: 0;
}

.carousal-one-item-with-numbers .slick-dots .page-link {
  border-radius: 0;
  padding: 0 0 5px;
  color: #a8a8aa;
  font-size: 16px;
  font-weight: 800;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
}

.carousal-one-item-with-numbers .slick-dots .page-link:hover, .carousal-one-item-with-numbers .slick-dots .slick-active .page-link {
  color: #262626;
  border-color: #262626;
}

.carousal-four-item .card-05 {
  margin: 15px;
}

@media screen and (max-width: 992px) {
  .carousal-one-item-with-numbers .slick-arrow {
    width: 24px;
    height: 48px;
    position: absolute;
    top: 50%;
    border: 0;
    margin: -24px 0 0;
    z-index: 2;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
  }
  
  .carousal-one-item-with-numbers .slick-arrow.slick-prev {
    left: 25px;
    background: url(../images/slick-arrow-prev.svg) no-repeat 50% / contain;
  }
  
  .carousal-one-item-with-numbers .slick-arrow.slick-next {
    right: 25px;
    background: url(../images/slick-arrow-next.svg) no-repeat 50% / contain;
  }
}

.carousal-four-item, .carousal-three-item {
  direction: rtl;
}

.carousal-four-item .card-05, .carousal-four-item .carousal-one-item, .carousal-three-item .card-05, .carousal-three-item .carousal-one-item {
  direction: ltr;
}

.img-fluid {
  width: 100%;
}

.background-size {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-brand {
  background: url(../images/DREC-icon-logo.svg) no-repeat 50% / contain;
  color: #000;
  width: 51px;
  height: 60px;
  display: block;
  padding: 0;
  margin: 0;
}

.aside-nav-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.my-properties-icon {
  background: url(../images/my-properties-icon.svg) no-repeat 50% / contain;
}

.my-account-icon {
  background: url(../images/my-accout-icon.svg) no-repeat 50% / contain;
}

.my-requests-icon {
  background: url(../images/my-requests-icon.svg) no-repeat 50% / contain;
}

.my-notifications-icon {
  background: url(../images/notifications-icon.svg) no-repeat 50% / contain;
}

.my-promotions-icon {
  background: url(../images/promotions-icon.svg) no-repeat 50% / contain;
}

.browse-icon {
  background: url(../images/browse-icon.svg) no-repeat 50% / contain;
}

.active .my-properties-icon {
  background: url(../images/my-properties-icon-active.svg) no-repeat 50% / contain;
}

.active .my-account-icon {
  background: url(../images/my-account-icon-active.svg) no-repeat 50% / contain;
}

.active .my-requests-icon {
  background: url(../images/my-requests-icon-active.svg) no-repeat 50% / contain;
}

.active .my-notifications-icon {
  background: url(../images/notifications-icon-active.svg) no-repeat 50% / contain;
}

.active .my-promotions-icon {
  background: url(../images/promotions-icon-active.svg) no-repeat 50% / contain;
}

.active .browse-icon {
  background: url(../images/browse-icon.svg) no-repeat 50% / contain;
}

.actions-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.new-payment-icon {
  background: url(../images/new-payment-icon.svg) no-repeat 50% / contain;
}

.manage-visitors-icon {
  background: url(../images/manage-visitors-icon.svg) no-repeat 50% / contain;
}

.book-amenities-icon {
  background: url(../images/book-amenities-icon.svg) no-repeat 50% / contain;
}

.maintenance-icon {
  background: url(../images/maintenance-icon.svg) no-repeat 50% / contain;
}

.my-documents-icon {
  background: url(../images/my-documents-icon.svg) no-repeat 50% / contain;
}

.access-card-icon {
  background: url(../images/access-card-icon.svg) no-repeat 50% / contain;
}

.parking-permits-icon {
  background: url(../images/parking-permits-icon.svg) no-repeat 50% / contain;
}

.courier-servie-icon {
  background: url(../images/courier-services-icon.svg) no-repeat 50% / contain;
}

.extend-contract-icon {
  background: url(../images/extend-contract-icon.svg) no-repeat 50% / contain;
}

.renew-contract-icon {
  background: url(../images/renew-contract-icon.svg) no-repeat 50% / contain;
}

.change-payment-icon {
  background: url(../images/change-payment-icon.svg) no-repeat 50% / contain;
}

.pdc-deferment-icon {
  background: url(../images/pdc-deferment-icon.svg) no-repeat 50% / contain;
}

.request-noc-icon {
  background: url(../images/request-noc-icon.svg) no-repeat 50% / contain;
}

.acct-statement-icon {
  background: url(../images/acct-statement-icon.svg) no-repeat 50% / contain;
}

.move-in-icon {
  background: url(../images/move-in-icon.svg) no-repeat 50% / contain;
}

.move-out-icon {
  background: url(../images/move-out-icon.svg) no-repeat 50% / contain;
}

.more-icon {
  background: url(../images/more-icon.svg) no-repeat 50% / contain;
}

.plus-icon-footer {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/plus-icon-footer.svg) no-repeat 50% / contain;
}

.plus-add-new-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/plus-add-new-icon.svg) no-repeat 50% / contain;
}

.plus-add-new-prim-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/plus-add-new-prim-icon.svg) no-repeat 50% / contain;
}

.plus-add-new-prim-outline-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/plus-add-new-prim-hover-icon.svg) no-repeat 50% / contain;
}

.navbrand-footer-nav {
  display: block;
  margin: 0;
  width: 168px;
  height: 85px;
  background: url(../images/DREC-logo.svg) no-repeat 50% / contain;
}

.social-icon {
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
}

.facebook-icon {
  background: url(../images/facebook-icon.svg) no-repeat 50% / contain;
}

.instagram-icon {
  background: url(../images/instagram-icon.svg) no-repeat 50% / contain;
}

.twitter-icon {
  background: url(../images/twitter-icon.svg) no-repeat 50% / contain;
}

.linkedin-icon {
  background: url(../images/linkedin-icon.svg) no-repeat 50% / contain;
}

a:hover .facebook-icon, button:hover .facebook-icon {
  background: url(../images/facebook-hover-icon.svg) no-repeat 50% / contain;
}

a:hover .instagram-icon, button:hover .instagram-icon {
  background: url(../images/instagram-hover-icon.svg) no-repeat 50% / contain;
}

a:hover .twitter-icon, button:hover .twitter-icon {
  background: url(../images/twitter-hover-icon.svg) no-repeat 50% / contain;
}

a:hover .linkedin-icon, button:hover .linkedin-icon {
  background: url(../images/linkedin-hover-icon.svg) no-repeat 50% / contain;
}

a:hover .plus-add-new-prim-icon, button:hover .plus-add-new-prim-icon {
  background: url(../images/plus-add-new-prim-hover-icon.svg) no-repeat 50% / contain;
}

.whatsapp-icon {
  display: block;
  margin: 0 auto;
  width: 41px;
  height: 41px;
  background: url(../images/whatsApp-icon.svg) no-repeat 50% / contain;
}

.arrow-right {
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-right.svg) no-repeat 50% / contain;
}

.search-icon {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/search-icon.svg) no-repeat 50% / contain;
}

.camera-icon {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/camera-icon.svg) no-repeat 50% / contain;
}

.personal-img-icon {
  width: 64px;
  height: 64px;
  display: block;
  background: url(../images/personal-image.svg) no-repeat 50% / contain;
}

.profile-home-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.profile-my-document-icon {
  background: url(../images/profile-main-my-document-icon.svg) no-repeat 50% / contain;
}

.profile-my-vechicles-icon {
  background: url(../images/profile-main-my-vechicles-icon.svg) no-repeat 50% / contain;
}

.profile-payment-details-icon {
  background: url(../images/profile-payment-details-icon.svg) no-repeat 50% / contain;
}

.profile-manage-occupants-icon {
  background: url(../images/profile-manage-occupants-icon.svg) no-repeat 50% / contain;
}

.profile-manage-visitors-icon {
  background: url(../images/profile-main-manage-visitors-icon.svg) no-repeat 50% / contain;
}

.profile-notification-preferences-icon {
  background: url(../images/profile-main-notification-preferences-icon.svg) no-repeat 50% / contain;
}

.profile-reset-password-icon {
  background: url(../images/profile-main-reset-passwor-icon.svg) no-repeat 50% / contain;
}

.profile-sign-out-icon {
  background: url(../images/profile-main-sign-out-icon.svg) no-repeat 50% / contain;
}

.img-icon {
  width: 36px;
  height: 36px;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
}

.set-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.delete-icon {
  background: url(../images/delete-icon.svg) no-repeat 50% / contain;
}

.upload-icon {
  background: url(../images/upload-icon.svg) no-repeat 50% / contain;
}

.upload-full-background-icon {
  background: url(../images/upload-full-background-icon.svg) no-repeat 50% / contain;
}

.img-uploaded .upload-full-background-icon {
  background: url(../images/upload-full-gray02-background-icon.svg) no-repeat 50% / contain;
}

.download-icon {
  background: url(../images/download-icon.svg) no-repeat 50% / contain;
}

.edit-icon {
  background: url(../images/edit-icon.svg) no-repeat 50% / contain;
}

.dotted-vertical-icon {
  background: url(../images/dotted-vertical-icon.svg) no-repeat 50% / contain;
}

.download-statement-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/download-statement-icon.svg) no-repeat 50% / contain;
}

.action-arrow-right {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/action-arrow-right.svg) no-repeat 50% / contain;
}

.download-statement-primary-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/download-statement-primary-icon.svg) no-repeat 50% / contain;
}

.btn:hover .action-arrow-right, a:hover .action-arrow-right {
  background: url(../images/action-arrow-right-active.svg) no-repeat 50% / contain;
}

.btn:hover .download-statement-primary-icon, a:hover .download-statement-primary-icon {
  background: url(../images/download-statement-primary-blue-icon.svg) no-repeat 50% / contain;
}

.filter-my-account-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/filter-my-account-icon.svg) no-repeat 50% / contain;
}

.active .download-statement-icon, .btn:hover .download-statement-icon, a:hover .download-statement-icon {
  background: url(../images/download-statement-active-icon.svg) no-repeat 50% / contain;
}

.active .filter-my-account-icon, .btn:hover .filter-my-account-icon, a:hover .filter-my-account-icon {
  background: url(../images/filter-my-account-active-icon.svg) no-repeat 50% / contain;
}

.financial-card-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.chq-payment-card-icon {
  background: url(../images/chq-payment-card-icon.svg) no-repeat 50% / contain;
}

.rent-payment-card-icon {
  background: url(../images/rent-payment-card-icon.svg) no-repeat 50% / contain;
}

.acct-transfer-payment-card-icon {
  background: url(../images/acct-transfer-payment-card-icon.svg) no-repeat 50% / contain;
}

.cash-deposit-payment-card-icon {
  background: url(../images/cash-deposit-payment-card-icon.svg) no-repeat 50% / contain;
}

.payment-refund-payment-card-icon {
  background: url(../images/payment-refund-payment-card-icon.svg) no-repeat 50% / contain;
}

.warning-payment-card-icon {
  background: url(../images/warning-payment-card-icon.svg) no-repeat 50% / contain;
}

.courier-submited-card-icon {
  background: url(../images/courier-submited-card-icon.svg) no-repeat 50% / contain;
}

.property-book-request-icon {
  background: url(../images/property-book-request-icon.svg) no-repeat 50% / contain;
}

.payment-types-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.invoice-payment-type-icon {
  background: url(../images/invoice-payment-type-icon.svg) no-repeat 50% / contain;
}

.receipt-payment-type-icon {
  background: url(../images/receipt-payment-type-icon.svg) no-repeat 50% / contain;
}

.credit-memo-payment-type-icon {
  background: url(../images/credit-memo-payment-type-icon.svg) no-repeat 50% / contain;
}

.payment-payment-type-icon {
  background: url(../images/payment-payment-type-icon.svg) no-repeat 50% / contain;
}

.late-fees-payment-type-icon {
  background: url(../images/late-fees-payment-type-icon.svg) no-repeat 50% / contain;
}

.alert-block-icons {
  display: block;
  width: 24px;
  height: 24px;
}

.success-icon {
  background: url(../images/success-icon.svg) no-repeat 50% / contain;
}

.close-icon {
  background: url(../images/close-icon.svg) no-repeat 50% / contain;
}

.financial-notification-payment-icon {
  background: url(../images/financial-notification-payment-icon.svg) no-repeat 50% / contain;
}

.financial-notification-contract-icon {
  background: url(../images/financial-notification-contract-icon.svg) no-repeat 50% / contain;
}

.financial-notification-parking-icon {
  background: url(../images/financial-notification-parking-icon.svg) no-repeat 50% / contain;
}

.setting-notifications-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/setting-notifications-icon.svg) no-repeat 50% / contain;
}

.requesting-statement-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/requesting-statement-icon.svg) no-repeat 50% / contain;
}

.icon-input {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.icon-pin-map {
  background: url(../images/icon-pin-map.svg) no-repeat 50% / contain;
}

.checkmark-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.check-signed-documents-icon {
  background: url(../images/signed-documents-gray03-icon.svg) no-repeat 50% / contain;
}

.check-cheque-delivery-icon {
  background: url(../images/cheque-delivery-gray03-icon.svg) no-repeat 50% / contain;
}

.check-cash-payment-icon {
  background: url(../images/cash-payment-gray03-icon.svg) no-repeat 50% / contain;
}

.check-other-icon {
  background: url(../images/other-gray03-icon.svg) no-repeat 50% / contain;
}

.black01-style .check-signed-documents-icon {
  background: url(../images/signed-documents-black01-icon.svg) no-repeat 50% / contain;
}

.black01-style .check-cheque-delivery-icon {
  background: url(../images/cheque-delivery-black01-icon.svg) no-repeat 50% / contain;
}

.black01-style .check-cash-payment-icon {
  background: url(../images/cash-payment-black01-icon.svg) no-repeat 50% / contain;
}

.black01-style .check-other-icon {
  background: url(../images/other-black01-icon.svg) no-repeat 50% / contain;
}

.card-close-info-icon, .card-info-icon {
  display: block;
}

.card-info-icon {
  width: 24px;
  height: 24px;
}

.card-close-info-icon {
  width: 20px;
  height: 20px;
}

.card-contact-icon {
  background: url(../images/card-contact-icon.svg) no-repeat 50% / contain;
}

.card-close-icon {
  background: url(../images/card-close-info-icon.svg) no-repeat 50% / contain;
}

.explore-card-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

.explore-card-icon.lg-icon {
  width: 18px;
  height: 18px;
}

.tours-explore-icon {
  background: url(../images/tours-explore-icon.svg) no-repeat 50% / contain;
}

.bathrooms-explore-icon {
  background: url(../images/bathrooms-explore-icon.svg) no-repeat 50% / contain;
}

.property-size-explore-icon {
  background: url(../images/property-size-explore-icon.svg) no-repeat 50% / contain;
}

.bedrooms-explore-icon {
  background: url(../images/bedrooms-explore-icon.svg) no-repeat 50% / contain;
}

header.header-white .search-icon {
  background: url(../images/search-white-icon.svg) no-repeat 50% / contain;
}

header.header-white .navbar-brand {
  background: url(../images/DREC-white-icon-logo.svg) no-repeat 50% / contain;
}

.paging-arrows {
  width: 24px;
  height: 24px;
  display: block;
}

.paging-prev-arrow {
  background: url(../images/paging-prev-arrow.svg) no-repeat 50% / contain;
}

.paging-next-arrow {
  background: url(../images/paging-next-arrow.svg) no-repeat 50% / contain;
}

.amenities-facilites-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.h-maintenance-icon {
  background: url(../images/h-maintenance-icon.svg) no-repeat 50% / contain;
}

.access-beach-icon {
  background: url(../images/access-beach-icon.svg) no-repeat 50% / contain;
}

.central-ac-icon {
  background: url(../images/central-ac-icon.svg) no-repeat 50% / contain;
}

.equipped-gym-icon {
  background: url(../images/equipped-gym-icon.svg) no-repeat 50% / contain;
}

.swimming-pool-icon {
  background: url(../images/swimming-pool-icon.svg) no-repeat 50% / contain;
}

.wardrobes-icon {
  background: url(../images/wardrobes-icon.svg) no-repeat 50% / contain;
}

.garden-icon {
  background: url(../images/garden-icon.svg) no-repeat 50% / contain;
}

.social-share-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.social-share-fav-icon {
  background: url(../images/social-share-fav-icon.svg) no-repeat 50% / contain;
}

.social-share-share-icon {
  background: url(../images/social-share-share-icon.svg) no-repeat 50% / contain;
}

.amenities-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.amenities-dance-icon {
  background: url(../images/amenities-dance-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-gym-icon {
  background: url(../images/amenities-gym-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-women-gym-icon {
  background: url(../images/amenities-women-gym-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-conference-room-icon {
  background: url(../images/amenities-conference-room-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-pool-icon {
  background: url(../images/amenities-pool-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-jacuzzi-icon {
  background: url(../images/amenities-jacuzzi-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-event-room-icon {
  background: url(../images/amenities-event-room-gray02-icon.svg) no-repeat 50% / contain;
}

.amenities-tennis-court-icon {
  background: url(../images/amenities-tennis-court-gray02-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-dance-icon {
  background: url(../images/amenities-dance-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-gym-icon {
  background: url(../images/amenities-gym-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-women-gym-icon {
  background: url(../images/amenities-women-gym-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-conference-room-icon {
  background: url(../images/amenities-conference-room-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-pool-icon {
  background: url(../images/amenities-pool-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-jacuzzi-icon {
  background: url(../images/amenities-jacuzzi-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-event-room-icon {
  background: url(../images/amenities-event-room-icon.svg) no-repeat 50% / contain;
}

.black01-style .amenities-tennis-court-icon {
  background: url(../images/amenities-tennis-court-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-dance-icon {
  background: url(../images/amenities-dance-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-gym-icon {
  background: url(../images/amenities-gym-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-women-gym-icon {
  background: url(../images/amenities-women-gym-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-conference-room-icon {
  background: url(../images/amenities-conference-room-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-pool-icon {
  background: url(../images/amenities-pool-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-jacuzzi-icon {
  background: url(../images/amenities-jacuzzi-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-event-room-icon {
  background: url(../images/amenities-event-room-gray03-icon.svg) no-repeat 50% / contain;
}

.unavailable-item .amenities-tennis-court-icon {
  background: url(../images/amenities-tennis-court-gray03-icon.svg) no-repeat 50% / contain;
}

.qr-code-img {
  max-width: 120px;
}

.visitores-request-icon {
  background: url(../images/visitores-request-icon.svg) no-repeat 50% / contain;
}

.parking-permit-request-icon {
  background: url(../images/parking-permit-icon.svg) no-repeat 50% / contain;
}

.order-replacement-card-icon {
  background: url(../images/order-replacement-card-icon.svg) no-repeat 50% / contain;
}

.add-new-vehicle-request-icon {
  background: url(../images/add-new-vehicle-request-icon.svg) no-repeat 50% / contain;
}

.icon-share {
  display: block;
  width: 16px;
  height: 16px;
}

.share-white-icon {
  background: url(../images/share-white-icon.svg) no-repeat 50% / contain;
}

.btn:hover .share-white-icon {
  background: url(../images/share-blue-icon.svg) no-repeat 50% / contain;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

.form-control {
  color: #d6d4d0;
  background: #fff;
  padding: 18px 15px;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 5px;
}

textarea.form-control {
  resize: none;
  min-height: 147px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 1px solid red;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000;
}

.radio__label {
  line-height: 1;
  -webkit-transition: all .18s ease-in-out;
  transition: all .18s ease-in-out;
  opacity: 1;
  margin: 0 0 5px 10px;
}

.radio__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio__input input:focus + .radio__control {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(#000 50%,hsla(0,0%,100%,0) 51%);
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.radio__control {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

.error-msg {
  position: absolute;
  bottom: 5px;
  padding: 0 0 0 15px;
  color: red !important;
  font-size: .8rem;
  font-weight: 400;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-control {
  border-radius: 0;
  background: none;
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 16px;
  color: #1f1e1c;
  padding: 15px 0;
  text-transform: capitalize;
  height: auto;
  border: 0;
  border-bottom: 1px solid #1f1e1c;
}

.form-control.full-border {
  border: 1px solid #1f1e1c;
  padding: 10px 15px;
}

.form-control::-webkit-input-placeholder {
  color: #1f1e1c;
}

.form-control::-moz-placeholder {
  color: #1f1e1c;
}

.form-control:-ms-input-placeholder {
  color: #1f1e1c;
}

.form-control:-moz-placeholder {
  color: #1f1e1c;
}

.form-control:focus {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin: 0 0 15px;
}

.form-label {
  font-size: 12px;
  text-transform: capitalize;
  color: #1f1e1c;
  margin: 0;
  display: block;
}

.login-page .form-check {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.login-page .form-check .form-check-input {
  margin-top: -4px;
}

.login-page .form-check .form-check-label {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 16px;
  color: #73716d;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: #fbfaf8;
  margin-top: -3px;
  border: 1px solid #73716d;
}

.styled-checkbox:hover + label:before {
  background: #ebe8e4;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.12);
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}

.styled-checkbox:checked + label:before {
  background: #ebe8e4;
  color: #335e73;
}

.styled-checkbox:disabled + label {
  color: #335e73;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #335e73;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: #335e73;
  width: 2px;
  color: #335e73;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #335e73, 4px 0 0 #335e73, 4px -2px 0 #335e73, 4px -4px 0 #335e73, 4px -6px 0 #335e73, 4px -8px 0 #335e73;
  box-shadow: 2px 0 0 #335e73, 4px 0 0 #335e73, 4px -2px 0 #335e73, 4px -4px 0 #335e73, 4px -6px 0 #335e73, 4px -8px 0 #335e73;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select .dropdown-toggle {
  border-radius: 0;
  background: none;
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 16px;
  color: #1f1e1c !important;
  padding: 15px 0;
  text-transform: capitalize;
  height: auto;
  border: 0;
  border-bottom: 1px solid #1f1e1c;
}

.bootstrap-select .dropdown-menu {
  background: #fff;
  border: 0;
  border-top: 2px solid #1f1e1c;
  -webkit-box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu a {
  color: #262626;
  padding: 7.5px 15px;
  display: block;
  font-size: 14px;
}

.bootstrap-select .dropdown-menu a:hover {
  color: #335e73;
}

.bootstrap-select .dropdown-menu li.selected a {
  background: #335e73;
  color: #fff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.toggle-switcher .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switcher .slide-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switcher .slide-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switcher input:checked + .slide-toggle {
  background-color: #000;
}

.toggle-switcher input:checked + .slide-toggle:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-switcher .slide-toggle.round {
  border-radius: 34px;
}

.toggle-switcher .slide-toggle.round:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.16);
  box-shadow: 0 3px 8px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.16);
}

.toggle-switcher input:disabled ~ .slide-toggle {
  background: #f6f6f6;
  cursor: not-allowed;
}

.toggle-switcher input:disabled ~ .slide-toggle.round:before {
  background: #afafaf;
}

.datepicker {
  padding: 0;
}

.datepicker .form-control {
  padding-bottom: 10px;
}

.datepicker .input-group-addon {
  position: absolute;
  right: 0;
  top: 9px;
}

.datepicker .input-group-addon .fa-calendar-o {
  margin-right: 10px;
}

.form-style-01 .form-control {
  padding-top: 10px;
}

.form-style-01 .btn-group {
  margin: 15px 0 0;
}

.form-style-01 .btn-group .btn {
  margin-right: 15px;
}

.form-style-01 .btn-group .btn-primary {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form-style-01 .btn-group .btn-01 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-style-01 .btn-group > .btn-group:not(:last-child) > .btn, .form-style-01 .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form-style-01 .bootstrap-select .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0;
}

.form-style-01 .form-check {
  padding: 0;
}

.form-style-01 .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #73716d;
}

.form-style-01 .form-check .styled-checkbox + label:before {
  width: 40px;
  margin-top: 1px;
  border-width: 2px;
  border-color: #73716d;
}

.form-style-01 .disabled .form-label {
  color: #bab8b3;
}

.form-style-01 .disabled .bootstrap-select .dropdown-toggle {
  border-color: #bab8b3;
  color: #bab8b3 !important;
}

.form-style-01 .disabled .form-control:disabled, .form-style-01 .disabled .form-control[readonly] {
  border-color: #bab8b3;
  background: none;
  color: #bab8b3;
}

.form-style-01 .disabled .form-control::-webkit-input-placeholder {
  color: #bab8b3;
}

.form-style-01 .disabled .form-control:-ms-input-placeholder {
  color: #bab8b3;
}

.form-style-01 .disabled .form-control::-moz-placeholder {
  color: #bab8b3;
}

.form-style-01 .disabled .form-control::-ms-input-placeholder {
  color: #bab8b3;
}

.form-style-01 .disabled .form-control::placeholder {
  color: #bab8b3;
}

.filter-desktop-nav .form-style-01 .bootstrap-select .dropdown-toggle {
  color: #73716d !important;
  border-bottom: 1px solid #73716d !important;
}

.custom-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-input .upload input[type=file] {
  display: none;
}

.custom-input .upload-path {
  display: inline-block;
  padding: 0 15px;
  border: 0;
  width: calc(100% - 130px);
}

.custom-input .upload, .custom-input .upload-path {
  background: none;
  font-size: 12px;
  font-weight: 400;
  font-family: Avenir LT Std;
  color: #73716d;
}

.custom-input .upload {
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #73716d;
  border-radius: 3px;
  margin: 0;
}

.custom-input .upload, .custom-input .upload span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-input .upload span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-input .upload span i {
  margin: -3px 0 0 5px;
}

.custom-input .upload:active, .custom-input .upload:hover {
  background: none;
  color: #335e73;
  border-color: #335e73;
}

.custom-input .upload:invalid + span {
  color: red;
}

.custom-input .upload:valid + span {
  color: #fff;
}

.custom-input .upload .set-icon {
  width: 16px;
  height: 16px;
}

.custom-input.black01-style .upload-path {
  color: #1f1e1c;
}

.custom-input.black01-style .upload {
  color: #1f1e1c;
  border: 1px solid #1f1e1c;
}

.custom-input.upload-with-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-input.upload-with-img .upload-path {
  width: 100%;
}

.custom-input.upload-with-img .upload {
  font-weight: 700;
}

.img-holder .imagePreview {
  display: none;
  background-position: 50%;
  background-color: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border: 1px solid #ebe8e4;
}

.img-holder .imgUp {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-holder .image-preview-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-holder .image-preview-info {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-holder .image-preview-info input {
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1f1e1c;
}

.img-holder .image-preview-info input.upload-path {
  font-weight: 700;
}

.radio-wrapper-custom [type=radio]:checked, .radio-wrapper-custom [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-wrapper-custom [type=radio]:checked + label, .radio-wrapper-custom [type=radio]:not(:checked) + label {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #73716d;
}

.radio-wrapper-custom [type=radio]:checked + label {
  color: #1f1e1c;
}

.radio-wrapper-custom [type=radio]:checked + label:before, .radio-wrapper-custom [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #73716d;
  border-radius: 100%;
  background: #fff;
}

.radio-wrapper-custom [type=radio]:checked + label:after, .radio-wrapper-custom [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1f1e1c;
  border-color: #1f1e1c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.radio-wrapper-custom [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-wrapper-custom [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-form-check {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.custom-form-check input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-form-check label {
  position: relative;
  cursor: pointer;
  color: #73716d;
  font-size: 16px;
  font-family: Avenir LT Std;
  text-transform: uppercase;
}

.custom-form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #73716d;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custom-form-check input:checked + label {
  color: #1f1e1c;
}

.custom-form-check input:checked + label:before {
  border-color: #1f1e1c;
}

.custom-form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #1f1e1c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-form-gray03 .form-label {
  color: #bab8b3;
}

.style-form-gray03 .bootstrap-select .dropdown-toggle {
  color: #bab8b3;
  border-color: #bab8b3;
}

.form-style-01 .style-form-gray03 .form-label {
  color: #bab8b3;
}

.form-style-01 .style-form-gray03 .bootstrap-select .dropdown-toggle {
  color: #bab8b3 !important;
  border-color: #bab8b3;
}

.p-select-l-0 .bootstrap-select .dropdown-toggle {
  padding-left: 0;
}

.form-control:disabled, .form-control[readonly] {
  background: none;
  border-color: #bab8b3;
  color: #bab8b3;
}

.form-control:disabled::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder {
  color: #bab8b3;
}

.form-control:disabled::-moz-placeholder, .form-control[readonly]::-moz-placeholder {
  color: #bab8b3;
}

.form-control:disabled:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder {
  color: #bab8b3;
}

.form-control:disabled:-moz-placeholder, .form-control[readonly]:-moz-placeholder {
  color: #bab8b3;
}

.style-form-gray03 .datepicker .input-group-addon {
  right: 10px;
}

.style-form-gray03 .datepicker .input-group-addon .fa {
  color: #bab8b3;
}

.one-field-with-btn {
  position: relative;
}

.one-field-with-btn .form-control {
  background: #fafafa;
  border: 0;
  padding: 15px;
  color: #515155;
}

.one-field-with-btn .form-control.black03-input::-webkit-input-placeholder {
  color: #a8a8aa;
}

.one-field-with-btn .form-control.black03-input::-moz-placeholder {
  color: #a8a8aa;
}

.one-field-with-btn .form-control.black03-input:-ms-input-placeholder {
  color: #a8a8aa;
}

.one-field-with-btn .form-control.black03-input:-moz-placeholder {
  color: #a8a8aa;
}

.one-field-with-btn .btn-08 {
  position: absolute;
  right: 0;
  top: 0;
}

.radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:checked + label:before, .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:not(:checked) + label:before {
  left: inherit;
  right: 0;
  top: 12px;
}

.radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:checked + label:after, .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:not(:checked) + label:after {
  left: inherit;
  right: 4px;
  top: 16px;
}

.modal .modal-body .form-group.radio-amenities-wrapper-custom {
  margin: 0;
}

.form-style-01 .form-check.modal-form-check .styled-checkbox + label:before {
  margin-top: -2px;
  border-color: #000;
  background: #fff;
  width: 20px;
}

.form-style-01 .form-check.modal-form-check .styled-checkbox + label.width-55:before {
  width: 55px;
}

.form-style-01 .form-check.modal-form-check .styled-checkbox:checked + label:after {
  top: 6px;
  left: 4px;
  background: #000;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
}

.with-calender-icon .bootstrap-select > .dropdown-toggle:after {
  content: "\f133";
  font-family: FontAwesome;
  border: 0;
}

body {
  position: relative;
}

.navbar {
  padding: 0;
}

.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e3e3e3;
  padding: 22.5px 0;
}

aside .navbar .navbar-nav {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

aside .navbar .navbar-nav .navbar-toggler .active-item-text {
  margin: 0;
}

aside .navbar .navbar-nav .nav-item {
  display: block;
  width: 100%;
}

aside .navbar .navbar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22.5px 15px;
  color: #73716d;
}

aside .navbar .navbar-nav .nav-link:hover {
  color: #1f1e1c;
}

aside .navbar .navbar-nav .nav-link .aside-nav-icon {
  margin: -5px 15px 0 0;
}

aside .navbar .navbar-nav .nav-link .badge {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
}

aside .navbar .navbar-nav .nav-link .badge.badge-count {
  background: #bab8b3;
  width: 28px;
  height: 20px;
  color: #fff;
}

aside .navbar .navbar-nav .nav-link.active {
  color: #335e73;
}

aside .navbar .navbar-nav .browse-new-properties-wrapper .nav-link {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 22.5px 0;
}

.actions-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
}

.actions-nav-list .nav-item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 15px 0;
}

.actions-nav-list .nav-item:first-child, .actions-nav-list .nav-item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.actions-nav-list .nav-item:nth-child(6), .actions-nav-list .nav-item:nth-child(7), .actions-nav-list .nav-item:nth-child(8), .actions-nav-list .nav-item:nth-child(9), .actions-nav-list .nav-item:nth-child(10), .actions-nav-list .nav-item:nth-child(11), .actions-nav-list .nav-item:nth-child(12), .actions-nav-list .nav-item:nth-child(13), .actions-nav-list .nav-item:nth-child(14), .actions-nav-list .nav-item:nth-child(15), .actions-nav-list .nav-item:nth-child(16) {
  display: none;
}

.actions-nav-list .nav-item:last-child {
  display: block !important;
}

.actions-nav-list .nav-item p {
  margin: 10px 0 0;
  color: #000;
}

.actions-nav-list .nav-item .action-icon-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.actions-nav-list .nav-item .action-icon-link, .actions-nav-list .nav-item .action-icon-link .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actions-nav-list .nav-item .action-icon-link .icon-wrapper {
  border: 1px solid #d6d4d0;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.05);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  border-radius: 16px;
  padding: 20px 0;
  width: 100%;
}

.actions-nav-list .nav-item .action-icon-link:hover .icon-wrapper {
  background: rgba(0,0,0,.02);
}

.actions-nav-list .nav-item .action-icon-link:hover p {
  color: #335e73;
}

.actions-nav-list.full-list-show .nav-item:first-child, .actions-nav-list.full-list-show .nav-item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.actions-nav-list.full-list-show .nav-item:nth-child(6), .actions-nav-list.full-list-show .nav-item:nth-child(7), .actions-nav-list.full-list-show .nav-item:nth-child(8), .actions-nav-list.full-list-show .nav-item:nth-child(9), .actions-nav-list.full-list-show .nav-item:nth-child(10), .actions-nav-list.full-list-show .nav-item:nth-child(11), .actions-nav-list.full-list-show .nav-item:nth-child(12), .actions-nav-list.full-list-show .nav-item:nth-child(13), .actions-nav-list.full-list-show .nav-item:nth-child(14), .actions-nav-list.full-list-show .nav-item:nth-child(15), .actions-nav-list.full-list-show .nav-item:nth-child(16) {
  display: block;
}

.login-page {
  background: #fbfaf8;
}

.login-page .header {
  padding: 0 0 120px;
}

.login-page .header .top-navigation .dropdown-toggle {
  text-transform: uppercase;
}

.login-page .header .top-navigation .dropdown-toggle:hover {
  color: #335e73;
}

.login-page .header .top-navigation .dropdown-toggle:after {
  display: none;
}

.login-page .header .top-navigation .nav-link-search {
  padding: 15px 0;
  display: block;
}

.login-page .page-content {
  position: relative;
}

.login-page .page-content .container {
  position: relative;
  z-index: 10;
}

.login-page .page-content .login-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
}

.login-page .block-page-title h1 {
  margin: 0 0 15px;
}

.login-page .reset-password {
  display: block;
  margin: 30px 0 0;
  color: #73716d;
}

.login-page .reset-password a {
  color: #73716d;
  font-weight: 800;
}

.login-page .reset-password a:hover {
  color: #335e73;
}

.login-page .btn {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.login-page .block-page-title {
  margin: 0 0 30px;
}

.img-profile-wrapper {
  display: block;
  overflow: hidden;
  max-width: 96px;
  max-height: 96px;
  position: relative;
}

.img-profile-wrapper .img-profile-replacement {
  width: 100%;
  border-radius: 50px;
}

.img-profile-wrapper .icon-holder {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #335e73;
  border: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

.list-02 {
  margin: 30px 0 0;
}

.list-02 .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ebe8e4;
}

.list-02 .nav-item p {
  margin: 0;
}

.datepicker-dropdown {
  background: #fff;
  border: 0;
  border-top: 2px solid #1f1e1c;
  -webkit-box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  padding: 10px;
  margin: 0;
  width: 180px;
  border-radius: 0;
  font-size: 12px;
  width: auto;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background: #335e73;
}

.datepicker td, .datepicker th {
  padding: 10px;
}

.list-03 {
  margin: 30px 0 0;
}

.list-03 .img-icon {
  margin-right: 15px;
}

.list-03 .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-03 .nav-item p {
  margin: 0;
}

.list-03 .nav-item p.md-text {
  margin: 5px 0 0;
}

.list-03 .nav-item.mobile-view {
  display: none;
}

.list-03.list-03-style-02 .nav-item p.md-text {
  margin: 0 0 5px;
}

.list-03.list-03-style-02 .nav-item a:hover .text-gray02 {
  color: #335e73;
}

.list-03.list-03-seperator .nav-item:last-child {
  border-bottom: 2px solid #e2e2e2;
}

.list-03.list-03-seperator .nav-item:last-child .content-wrapper {
  border-bottom: 0;
}

.list-03 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 51px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 51px);
  flex: 0 0 calc(100% - 51px);
  padding: 15px 0;
  border-bottom: 1px solid #ebe8e4;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-03 .no-b-b .content-wrapper {
  border-bottom: 0;
}

.list-03 .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-03 .actions-wrapper .btn {
  margin: 0 7.5px;
}

.list-03 .actions-wrapper .btn:last-child {
  margin-right: 15px;
}

.list-03.without-img .content-wrapper {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border: 0;
}

.list-03.without-img .content-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51px;
  width: calc(100% - 51px);
  height: 1px;
  background: #ebe8e4;
}

.list-03.without-img.full-width .content-wrapper:after {
  left: 0;
  width: 100%;
}

.list-03.with-end-border {
  position: relative;
}

.list-03.with-end-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
}

.add-new-occupant {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 30px;
  position: relative;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
}

.add-new-occupant:before {
  top: -1px;
}

.add-new-occupant:after, .add-new-occupant:before {
  content: "";
  position: absolute;
  left: -30px;
  width: calc(100% + 30px);
  height: 2px;
  background: #e2e2e2;
}

.add-new-occupant:after {
  bottom: 0;
}

.add-new-occupant i {
  margin: -5px 15px 0 0;
}

.title-with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-with-btn .btn {
  margin: -6px 0 0;
  padding: 10px 25px 8px;
}

.title-with-btn .btn i {
  margin: 0 15px 0 0;
}

.head-title-with-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.head-title-with-btn, .head-title-with-btn .btns-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-title-with-btn .btns-title-wrapper .btn:nth-child(2) {
  margin-left: 5px;
}

.block-desc {
  display: block;
  margin: 15px 0 0;
}

.block-desc p {
  margin: 0 0 5px;
}

.text-underline {
  text-decoration: underline;
}

.mt-30 {
  margin-top: 30px;
}

.text-background {
  background: #f7f5f0;
  padding: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-30 {
  margin-top: 30px;
}

.verify-wrapper.m-b-45 {
  margin-bottom: 45px;
}

.list-04 {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}

.list-04 .list-item {
  margin: 0 0 5px 25px;
  list-style: disc;
  padding: 0;
}

.list-04 .list-item:first-child {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
}

.list-04 .list-item:last-child {
  margin-bottom: 0;
}

.span-seperator-30 {
  display: block;
  margin: 15px 0;
}

.checkmark-list .custom-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d6d4d0;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.05);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.checkmark-list .custom-form-check .checkmark-icon {
  margin-right: 15px;
}

.checkmark-list .custom-form-check label {
  margin: 5px 0 0;
  width: 100%;
}

.checkmark-list .custom-form-check label:before {
  right: 0;
  position: absolute;
}

.checkmark-list .custom-form-check input:checked + label:after {
  left: inherit;
  right: 10px;
  top: 3px;
}

.checkmark-list .custom-form-check.black01-style {
  border-color: #1f1e1c;
}

.checkmark-list.checkmark-list-one-label label {
  margin: 0;
}

.checkmark-list.checkmark-list-one-label .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:checked + label:before, .checkmark-list.checkmark-list-one-label .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:not(:checked) + label:before {
  top: 0;
}

.checkmark-list.checkmark-list-one-label .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:checked + label:after, .checkmark-list.checkmark-list-one-label .radio-amenities-wrapper-custom .radio-wrapper-custom [type=radio]:not(:checked) + label:after {
  top: 4px;
}

.explan-block-wrapper-show {
  display: none;
}

.nav-stage-status {
  width: 100%;
  margin: 10px 0;
}

.nav-stage-status .line-shape {
  height: 8px;
  width: 100%;
  background: #ebe8e4;
  display: block;
  margin: 0 0 5px;
}

.nav-stage-status .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bab8b3;
  padding: 0 2.5px;
}

.nav-stage-status .nav-item.nav-stage-inprocess {
  font-weight: 800;
  color: #000;
}

.nav-stage-status .nav-item.nav-stage-inprocess .line-shape {
  background: #d3e3eb;
}

.nav-stage-status .nav-item.nav-stage-done {
  font-weight: 400;
  color: #000;
}

.nav-stage-status .nav-item.nav-stage-done .line-shape {
  background: #335e73;
}

.icon-pin-map {
  position: absolute;
  top: 5px;
  right: 5px;
}

.background-min-height {
  min-height: 390px;
}

.cards-list {
  padding: 0 0 60px;
}

.paging {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging .page-item {
  padding: 0 15px;
}

.paging .page-item:first-child .page-link, .paging .page-item:last-child .page-link {
  border-radius: 0;
}

.paging .page-link {
  border-radius: 0;
  padding: 0 0 5px;
  color: #a8a8aa;
  font-size: 16px;
  font-weight: 800;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
}

.paging .page-link.active, .paging .page-link:hover {
  color: #262626;
  border-color: #262626;
}

.nav-propert-details .nav-item {
  padding: 0 10px;
}

.nav-propert-details .nav-item:first-child {
  padding-left: 0;
}

.nav-propert-details .nav-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-propert-details .nav-item-box i {
  margin: -3px 10px 0 0;
}

.nav-propert-details .nav-item-box p {
  color: #262626;
  margin: 0;
}

.nav-ui-breadcramb {
  margin: 0 0 15px;
}

.nav-ui-breadcramb span {
  display: block;
  color: #a8a8aa;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 20px;
  margin: 0;
  position: relative;
}

.nav-ui-breadcramb span:before {
  left: 10px;
  top: 9px;
  color: #000;
  position: absolute;
  content: "/";
  font-size: 12px;
}

.nav-ui-breadcramb a {
  display: block;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 0;
  margin: 0;
}

.nav-ui-breadcramb a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
}

.nav-ui-breadcramb a:after, .nav-ui-breadcramb a:hover:after {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.nav-ui-breadcramb a:hover:after {
  background: #335e73;
  bottom: 10px;
}

.modal .modal-subtitle {
  text-transform: uppercase;
  color: #73716d;
  letter-spacing: 0;
  font-size: 13px;
}

.nav-style-emergency {
  list-style: disc;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
}

.nav-style-emergency .nav-item {
  margin: 0 0 5px;
}

.nav-style-emergency .nav-item a {
  font-weight: 700;
  color: #000;
}

.nav-style-emergency .nav-item a:hover {
  color: #335e73;
}

.desc-text {
  font-size: 12px;
  color: #8a8884;
  margin: 10px 0;
}

.modal-body p a {
  color: #335e73;
}

.modal-body p a:hover {
  color: #000;
  text-decoration: underline;
}

.desc-long-text {
  max-width: 50%;
}

.center-btn-content span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offwhite-green-background {
  background: #f0faf6;
}

.offwhite-green-background .btn-06 {
  background: #cfe5dd;
  color: #33322f;
}

.list-seperator {
  padding-top: 10px;
  border-top: 1px solid #ebe8e4;
}

.border-top-block {
  border-top: 1px solid #ebe8e4;
  padding: 30px 0 15px;
}

.border-top-block .btn {
  margin: 0 15px;
}

.border-top-block .btn:first-child {
  margin-left: 0;
}

.border-top-block .btn:last-child {
  margin-right: 0;
}

.border-top-block .btn-group > .btn-group:not(:last-child) > .btn, .border-top-block .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.border-top-block .btn-group > .btn-group:not(:first-child) > .btn, .border-top-block .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.share-btn-wrapper {
  font-weight: 700;
  padding: 11px 15px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-btn-wrapper .icon-share {
  margin: -3px 0 0 5px;
}

.mb-40 {
  margin-bottom: 40px;
}

.list-03-inhance {
  margin-left: 15px;
}

.list-03-inhance.without-img .content-wrapper:after {
  width: 100%;
  left: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-15 {
  margin-top: 15px;
}

a {
  color: #000;
}

a, a:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

a:hover {
  cursor: pointer;
  color: #335e73;
}

.btn.focus, .btn:focus, a, a:focus, a:hover, button, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.btn {
  background: transparent;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 14px 24px;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn.btn-with-icon i {
  margin-left: 15px;
}

.btn.sm-btn {
  padding: 8px 15px;
}

.btn.btn-cancel-modal:hover {
  border: 1px solid #1f1e1c;
}

.modal .btn {
  padding: 14px 10px;
}

.modal .btn.btn-07 {
  padding: 10px;
}

.btn-01 {
  background: #ebe8e4;
  color: #73716d;
  border: 1px solid #ebe8e4;
}

.btn-01.active, .btn-01:hover {
  background: #d6d4d0;
  color: #1f1e1c;
  border: 1px solid #8a8884;
}

.btn-01.btn-01-outline {
  background: transparent;
  border-color: #73716d;
}

.btn-01.btn-01-outline.active, .btn-01.btn-01-outline:hover {
  background: #ebe8e4;
  color: #73716d;
  border: 1px solid #ebe8e4;
}

.btn-01.full-width-link {
  width: 100%;
}

.btn-04 {
  background: none;
  color: #cc5f47;
  border: 1px solid #cc5f47;
}

.btn-04.active, .btn-04:hover {
  background: #cc5f47;
  color: #fff;
  border: 1px solid #cc5f47;
}

.btn-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebe8e4;
  color: #bab8b3;
  border: 1px solid #ebe8e4;
  font-weight: 500;
}

.btn-05 i {
  margin-left: 5px;
}

.btn-05.active, .btn-05:hover {
  background: #ebe8e4;
  color: #bab8b3;
  border: 1px solid #8a8884;
}

.tenant-login-footer {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 0;
  margin: 45px 0 0;
}

.tenant-login-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 117px;
  background: #000;
}

.tenant-login-footer:after, .tenant-login-footer:hover:after {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.tenant-login-footer:hover:after {
  background: #335e73;
  bottom: 10px;
}

.btn-primary {
  color: #fff;
  background: #335e73;
  border: 1px solid #335e73;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:visited {
  color: #335e73;
  background: #fff;
  border: 1px solid #335e73;
}

.btn-primary.add-prim-btn:hover i, .btn-primary.add-prim-btn i {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.btn-primary.add-prim-btn:hover i {
  margin-right: 5px;
}

.btn-02 {
  padding: 0;
  background: #ebe8e4;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 19px;
  border: 2px solid transparent;
}

.btn-02, .btn-02 i {
  color: #73716d;
}

.btn-02:hover {
  background: none;
  border-color: #73716d;
}

.btn-03 {
  color: #fff;
  background: #314c59;
  border: 1px solid #314c59;
  padding: 7px 15px 5px;
  border-radius: 30px;
}

.btn-03.add-prim-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-03:hover {
  color: #314c59;
  background: #fff;
  border: 1px solid #314c59;
}

.btn-close {
  padding: 0;
  margin: 0;
}

.btn-06 {
  color: #33322f;
  background: #cfe1e5;
  border: 1px solid #cfe1e5;
  padding: 7px 15px 5px;
  border-radius: 30px;
}

.btn-06:hover {
  color: #314c59;
  background: #fff;
  border: 1px solid #314c59;
}

label.btn-07 {
  height: 38px;
}

.btn-07 {
  background: #fff;
  color: #1f1e1c;
  border: 1px solid #1f1e1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px;
}

.btn-07.active, .btn-07.img-uploaded, .btn-07:hover {
  background: #fff;
  color: #73716d;
  border: 1px solid #73716d;
}

.btn-07 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-07 span i {
  margin: -3px 0 0 5px;
}

.btn-07 .set-icon {
  width: 16px;
  height: 16px;
}

.btn-08 {
  padding: 13px 15px;
  font-weight: 800;
  color: #adaaa7;
  text-transform: capitalize;
}

.btn-09 {
  background: #cbbe9d;
  color: #fff;
  border: 1px solid #cbbe9d;
}

.btn-09.active, .btn-09:hover {
  background: #fbfaf8;
  color: #cbbe9d;
  border: 1px solid #cbbe9d;
}

.btn-010 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 0;
}

.btn-010:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 117px;
  background: #000;
}

.btn-010:after, .btn-010:hover:after {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.btn-010:hover:after {
  background: #335e73;
  bottom: 10px;
}

.btn-011 {
  background: #cc5f47;
  color: #fff;
  border: 1px solid #cc5f47;
}

.btn-011.active, .btn-011:hover {
  background: #fff;
  color: #cc5f47;
  border: 1px solid #cc5f47;
}

.header {
  margin: 0;
  padding: 0 0 70px;
}

.header .dropdown-toggle, .header .nav-link {
  color: #1f1e1c;
}

.header .dropdown-toggle:hover, .header .nav-link:hover {
  color: #335e73;
}

.header .navbar {
  padding: 0;
  margin: 0;
}

.header .navbar-brand-wrapper {
  padding: 30px 20px 30px 0;
  border-right: 1px solid #e3e3e3;
}

.header .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.header .top-navigation .nav-lang-wrapper {
  margin-right: auto;
  max-width: 25%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .top-navigation .nav-lang-wrapper .nav-item .nav-link {
  padding: 22px 7.5px;
  font-weight: 400;
}

.header .top-navigation .nav-lang-wrapper .nav-item .nav-link.active {
  font-weight: 800;
}

.header .top-navigation .dropdown-toggle {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  position: relative;
}

.header .top-navigation .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -14px 0 0;
  content: "";
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(../images/arrow-up.svg) no-repeat 50% / contain;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header .top-navigation .dropdown-toggle:focus, .header .top-navigation .dropdown-toggle:hover {
  color: #000;
}

.header .top-navigation .dropdown-toggle.not-logged {
  text-transform: uppercase;
}

.header .top-navigation .dropdown-toggle.not-logged:hover {
  color: #335e73;
}

.header .top-navigation .dropdown-toggle.not-logged:after {
  display: none;
}

.header .top-navigation .dropdown-menu {
  background: #fff;
  border: 0;
  border-top: 2px solid #1f1e1c;
  -webkit-box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
  padding: 0;
  margin: 0;
  width: 180px;
  border-radius: 0;
}

.header .top-navigation .dropdown-menu a {
  color: #262626;
  padding: 18px 15px;
  display: block;
}

.header .top-navigation .dropdown-menu a:hover {
  color: #335e73;
}

.header .top-navigation .nav-link-search {
  padding: 15px 0;
  display: block;
}

.header .top-navigation .show .dropdown-toggle:after {
  border: 0;
  content: "";
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header .top-navigation .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 50px;
}

.header .navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .navbar-nav .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border-left: 1px solid #e3e3e3;
}

.header .navbar-nav .nav-item:first-child {
  border: 0;
}

.header .navbar-nav .nav-link {
  display: block;
  text-align: center;
  padding: 23px 0;
  position: relative;
}

.header .navbar-nav .nav-link:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 1px;
  background: transparent;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header .navbar-nav .nav-link.active {
  color: #335e73;
}

.header .navbar-nav .nav-link.active:after {
  width: 100%;
  background: #335e73;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header.header-white .dropdown-toggle, .header.header-white .nav-link {
  color: #fff;
}

.header.header-white .dropdown-toggle:hover, .header.header-white .nav-link:hover {
  color: #335e73;
}

.header.header-white .navbar-nav .nav-link.active {
  color: #fff;
}

.header.header-white .navbar-nav .nav-link.active:after {
  width: 100%;
  background: #fff;
}

.header.header-white .navbar-nav .nav-link:hover {
  color: #fff;
}

.header.header-white .navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #fff;
}

.block {
  position: relative;
  display: block;
  padding: 90px 0;
}

.block-page-title {
  display: block;
  margin: 0 0 15px;
}

.block-page-title .nav-breadcramb {
  margin: 0 0 20px;
}

.block-page-title .nav-breadcramb .nav-item {
  position: relative;
  margin-right: 0;
  padding-left: 15px;
}

.block-page-title .nav-breadcramb .nav-item:before {
  content: "/";
  color: #73716d;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-page-title .nav-breadcramb .nav-item:first-child {
  padding-left: 25px;
}

.block-page-title .nav-breadcramb .nav-item:first-child:before {
  content: "<";
  color: #335e73;
  margin-right: 5px;
}

.block-page-title .nav-breadcramb .nav-item:first-child.no-icon {
  padding-left: 0;
}

.block-page-title .nav-breadcramb .nav-item:first-child.no-icon:before {
  display: none;
}

.block-page-title .nav-breadcramb h4 {
  text-transform: uppercase;
  margin: 0;
}

.block-page-title .nav-breadcramb .nav-link {
  color: #335e73;
  padding: 0;
  text-transform: uppercase;
}

.block-page-title .nav-breadcramb .nav-link:hover {
  color: #1f1e1c;
}

.block-page-title h1 {
  margin: 0;
}

.block-page-title p {
  margin: 0 0 10px;
  color: rgba(0,0,0,.54);
}

.block-actions-buttons {
  display: block;
  margin: 30px 0 45px;
}

.block-find-property h2 {
  margin: 0 0 20px;
}

.block-find-property .carousal-three-item {
  margin: 0 -15px 30px;
}

.profile-settings-nav {
  margin: 30px 0 0;
}

.profile-settings-nav .nav-item {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-settings-nav .nav-item .profile-home-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
}

.profile-settings-nav .nav-item .nav-link {
  color: #1f1e1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0 15px;
  max-width: calc(100% - 40px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  margin: 0 0 0 20px;
  border-bottom: 1px solid #ebe8e4;
}

.profile-settings-nav .nav-item .nav-link .arrow-right {
  margin-left: auto;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.profile-settings-nav .nav-item .nav-link:hover {
  color: #335e73;
}

.profile-settings-nav .nav-item .nav-link:hover .arrow-right {
  margin-right: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.profile-settings-nav .nav-item:last-child, .profile-settings-nav .nav-item:nth-last-child(2) {
  border-bottom: 2px solid #ebe8e4;
}

.profile-settings-nav .nav-item:last-child .nav-link, .profile-settings-nav .nav-item:nth-last-child(2) .nav-link {
  border: 0;
}

.profile-settings-nav .nav-item:last-child {
  padding-top: 30px;
}

.edit-profile-form, .list-wrapper-01 {
  margin: 30px 0 0;
  display: block;
  position: relative;
}

.edit-profile-form h6, .list-wrapper-01 h6 {
  color: #73716d;
  margin: 0 0 30px;
}

.edit-profile-form h6.text-black01, .list-wrapper-01 h6.text-black01 {
  color: #1f1e1c;
}

.edit-profile-form h6.text-black05, .list-wrapper-01 h6.text-black05 {
  color: #33322f;
}

.edit-profile-form h6.text-blue, .list-wrapper-01 h6.text-blue {
  color: #335e73;
}

.edit-profile-form.add-border-bottom, .list-wrapper-01.add-border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebe8e4;
}

.edit-profile-form .text-green, .list-wrapper-01 .text-green {
  color: #369975;
}

.list-wrapper-01 {
  margin: 60px 0 0;
}

.list-wrapper-01:first-child {
  margin: 30px 0 0;
}

.list-wrapper-01.mt-15 {
  margin: 15px 0 0;
}

.accordion-financial-cards .accordion-button {
  width: 100%;
  border: 0;
  background: #fcfcfa url(../images/arrow-list-collapse-icon.svg) no-repeat calc(100% - 25px) 35px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-financial-cards .accordion-button.collapsed {
  background: #fff url(../images/arrow-list-expand-icon.svg) no-repeat calc(100% - 25px) 35px;
}

.accordion-financial-cards.payment-method-modal .accordion-button {
  background: #fff url(../images/arrow-list-collapse-icon.svg) no-repeat calc(100% - 25px) 26px;
}

.accordion-financial-cards.payment-method-modal .accordion-button.collapsed {
  background: #fff url(../images/arrow-list-expand-icon.svg) no-repeat calc(100% - 25px) 26px;
}

.accordion-financial-cards .icon-wrapper-card {
  display: block;
  padding: 20px 25px;
}

.accordion-financial-cards .icon-wrapper-card.empty-card-icon {
  padding: 0;
}

.accordion-financial-cards .financial-card-head-wrapper {
  border-bottom: 1px solid #ebe8e4;
  padding: 20px 55px 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-financial-cards .financial-card-head-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.accordion-financial-cards .financial-card-head-wrapper p .chq-date, .accordion-financial-cards .financial-card-head-wrapper p .payment-price {
  margin-left: auto;
}

.accordion-financial-cards .financial-card-head-wrapper p .chq-date, .accordion-financial-cards .financial-card-head-wrapper p .chq-number {
  margin-bottom: 5px;
}

.accordion-financial-cards .financial-card-head-wrapper p.mobile-view {
  display: none;
}

.accordion-financial-cards .financial-card-head-wrapper p.desktop-view {
  display: block;
}

.accordion-financial-cards .financial-card-head-wrapper.style-02 {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-financial-cards .financial-card-head-wrapper.style-02 .right-content {
  margin-left: auto;
}

.accordion-financial-cards .financial-card-head-wrapper.style-02 h6 {
  margin: 0;
}

.accordion-financial-cards .financial-card-head-wrapper.style-03 {
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d6d4d0;
  margin: 0 0 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.05);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.accordion-financial-cards .financial-card-head-wrapper.style-03 label {
  margin-bottom: 0;
  text-transform: uppercase;
}

.accordion-financial-cards .no-item-border .financial-card-head-wrapper {
  border: 0;
}

.accordion-financial-cards .accordion-item:last-child {
  border-bottom: 1px solid #ebe8e4;
}

.accordion-financial-cards .accordion-item:last-child .collapsed .financial-card-head-wrapper {
  border-bottom: 0;
}

.accordion-financial-cards .financial-accordion-card-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fcfcfa;
  padding: 20px 25px 20px 70px;
}

.accordion-financial-cards .financial-accordion-card-content-block.style-equal-padding {
  padding: 20px 25px;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content p {
  margin: 0 0 5px;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content p.m-t-15 {
  margin: 15px 0 5px;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content p.status-info {
  margin: 25px 0 0;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content p.status-info.need-verify-status {
  margin: 0 0 25px;
}

.accordion-financial-cards .financial-accordion-card-content-block .left-content p.status-info.need-verify-status .text-black01 {
  font-weight: 800;
}

.accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns .btn {
  margin-top: 5px;
}

.accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns .btn:first-child {
  margin-top: 0;
}

.accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns .text-right {
  margin: 10px 0 0;
  text-align: right;
}

.filter-desktop-nav, .filter-desktop-nav .form-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-desktop-nav .form-style-01 {
  margin-left: auto;
}

.filter-desktop-nav .form-style-01 .nav-item:last-child {
  margin: 0 0 0 15px;
}

.filter-desktop-nav .btn-filter {
  background: none;
  border: 0;
  border-bottom: 1px solid #73716d;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #73716d;
  position: relative;
}

.filter-desktop-nav .btn-filter.active {
  color: #335e73;
  font-weight: 800;
  border-bottom: 1px solid #335e73;
}

.filter-desktop-nav .btn-filter.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #335e73;
}

.verify-wrapper {
  padding: 15px;
  margin: 45px 0 0 -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 45px);
}

.verify-wrapper.out-block {
  width: 100%;
  margin-left: 0;
}

.verify-wrapper p {
  margin: 0;
}

.verify-wrapper .btn {
  margin-left: auto;
}

.verify-wrapper.alert-block {
  margin: 15px 0 0;
  width: 100%;
}

.verify-wrapper.alert-block .success-icon {
  margin-right: 20px;
}

.verify-wrapper.verify-two-line-desc p {
  margin: 0 0 5px;
}

.verify-wrapper.verify-two-line-desc p:last-child {
  margin: 0;
}

.card-04 {
  border: 1px solid #d3e3eb;
}

.card-04 h4, .card-04 h6, .card-04 p {
  margin: 0 0 5px;
}

.card-04 p.text-desc {
  margin: 0 0 30px;
}

.card-04 p:last-child {
  margin: 0;
}

.card-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-05 p.text-desc {
  margin: 20px 0 25px;
}

.card-05 .custom-input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-05 .custom-input label {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #1f1e1c;
  color: #1f1e1c;
  margin: 25px 0 15px;
}

.card-05 .custom-input label .set-icon {
  width: 16px;
  height: 16px;
}

.card-05 .custom-input .upload-path {
  width: 100%;
  text-align: center;
}

.banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.banner h1 {
  color: #fff;
  margin: 0 0 50px;
}

.style-form-ui-block {
  padding-bottom: 0;
}

.style-form-ui-block h1, .style-form-ui-block h5, .style-form-ui-block p {
  text-align: center;
}

.style-form-ui-block h5 {
  text-transform: uppercase;
  margin: 0 0 20px;
}

.style-form-ui-block h1 {
  margin: 0 0 40px;
}

.style-form-ui-block .form-group {
  margin: 0 0 50px;
}

.style-form-ui-block p {
  margin: 0 auto;
  display: block;
}

.style-form-ui-block p:last-child {
  margin: 0 auto;
}

.style-form-ui-block p.agree-text {
  max-width: 350px;
  color: #515155;
}

.filter-nav {
  padding: 0;
}

.filter-nav-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-nav-links .nav-item {
  padding: 0 20px;
}

.filter-nav-links .btn-filter-nav-link {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0,0,0,.87);
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 20px 0;
}

.filter-nav-links .btn-filter-nav-link.active {
  border-color: rgba(0,0,0,.87);
}

.filter-form {
  padding: 30px 0;
}

.refine-search-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.refine-search-from .form-group {
  margin: 0;
  padding: 0 10px;
}

.refine-search-from .form-group:first-child {
  padding-left: 0;
}

.refine-search-from .form-group:last-child {
  padding-right: 0;
}

.refine-search-from .bootstrap-select {
  min-width: 130px;
}

.refine-search-from .bootstrap-select .dropdown-toggle {
  letter-spacing: 0;
  padding: 6px 0;
  color: #515155;
  border-color: #515155;
}

.refine-search-from .btn.btn-primary, .refine-search-from .btn.btn-show-more {
  font-size: 12px;
  font-weight: 800;
}

.refine-search-from .btn.btn-primary {
  padding: 8px 19px;
}

.refine-search-from .btn.btn-show-more {
  padding: 8px 0;
  color: #515155;
  border-radius: 0;
  border-bottom: 1px solid #515155;
}

.refine-search-from .form-control {
  padding: 8px 0;
  color: #515155;
  border-color: #515155;
}

.sorting-title {
  padding: 30px 0 15px;
}

.sorting-title h4 {
  letter-spacing: 0;
  color: #515155;
  text-transform: uppercase;
}

.sorting-title .result-count-text {
  color: #73716d;
  font-size: 12px;
}

.sorting-title .form-group {
  margin: 0;
}

.sorting-title .bootstrap-select {
  min-width: 168px;
}

.sorting-title .bootstrap-select .dropdown-toggle {
  padding: 8px 0;
}

.sorting-title .col-lg-6:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-property-details {
  padding-top: 0;
}

.block-property-details .property-details-info {
  display: block;
  position: relative;
}

.block-property-details h5 {
  margin: 0 0 15px;
  text-transform: uppercase;
}

.block-property-details h1 {
  margin: 0 0 5px;
}

.block-property-details h3 {
  margin: 0 0 15px;
}

.block-property-details .btn-010:after {
  max-width: 100%;
}

.block-property-details .nav-propert-details {
  margin: 0 0 15px;
}

.block-property-details .block-details-title-link {
  display: block;
  margin: 30px 0;
}

.block-property-details .block-details-title-link h4 {
  text-transform: inherit;
  letter-spacing: 0;
  margin: 0 0 2px;
}

.block-property-details .block-details-title-link h4 a {
  color: #335e73;
  text-transform: uppercase;
}

.block-property-details .block-details-title-link h4 a:hover {
  text-decoration: underline;
}

.block-property-details .block-details-title-link h4:last-child {
  margin: 0;
}

.nav-amenites-facilites {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.nav-amenites-facilites .nav-item {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
}

.nav-amenites-facilites .nav-item i {
  margin-right: 15px;
}

.property-details-info-right {
  position: relative;
}

.property-details-info-right .social-share-nav {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 25px;
}

.property-details-info-right .social-share-nav .nav-item {
  margin: 0 7.5px;
}

.property-details-info-right .social-share-nav .nav-item:first-child {
  margin-left: 0;
}

.property-details-info-right .social-share-nav .nav-item:last-child {
  margin-right: 0;
}

.property-details-info-right .social-share-nav .nav-link {
  background: rgba(38,38,38,.35);
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding: 6px;
}

.property-details-info-right .social-share-nav .nav-link:hover {
  background: #cbbe9d;
}

.property-details-info-right .btn-09 {
  margin: 30px 0 0;
}

.style-form-ui-block.block-inquire-now .btn-09 {
  display: block;
  margin: 0 auto;
}

.style-form-ui-block.block-inquire-now .form-group {
  margin: 0 0 30px;
}

.style-form-ui-block.block-inquire-now .form-group:last-child {
  margin: 0;
}

.block-property-details-community, .block-property-details-community h2 {
  text-align: center;
}

.block-property-details-community .btn-010:after {
  max-width: 100%;
}

.block-explore-find-property .carousal-four-item {
  max-height: 400px;
}

.block-explore-find-property .card-05 .card-footer .nav .nav-item {
  padding: 0 7px;
}

.block-explore-find-property .card-05 .card-footer .nav .nav-item-box i {
  margin-right: 5px;
}

.block-find-property .special-container {
  overflow: hidden;
}

.block-property-details-location {
  min-height: 500px;
}

.block-property-details-location .location-point {
  position: absolute;
  z-index: 2;
  top: 211px;
  left: calc(50% - 35px);
  border-radius: 8px;
  margin: 0 0 0 -8px;
  width: 16px;
  height: 16px;
  background: #294c5d;
}

.block-property-details-location .location-pop-details {
  background: #294c5d;
  color: #fff;
  padding: 15px;
  max-width: 200px;
  position: absolute;
  top: 65px;
  left: calc(50% - 20px);
  margin: 0 0 0 -100px;
}

.block-property-details-location .location-pop-details:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 11px);
  width: 11px;
  height: 8px;
  border-top: 8px solid #294c5d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.block-property-details-location .location-pop-details h6, .block-property-details-location .location-pop-details p {
  margin: 0 0 5px;
  color: #fff;
}

.block-property-details-location .location-pop-details p {
  font-size: 13px;
}

.block-property-details-location .location-pop-details a {
  margin: 20px 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
}

.block-property-details-location .location-pop-details a:hover {
  color: #cbbe9d;
}

.promotions-list-wrapper {
  margin: 30px 0 0;
}

.promotions-list-wrapper .arrow-right {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -10px 0 0;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.promotions-list-wrapper .list-03 {
  margin: 10px 0 0;
}

.promotions-list-wrapper .list-03 .nav-item {
  position: relative;
}

.promotions-list-wrapper .list-03 .content-wrapper {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.promotions-list-wrapper .list-03 a:hover p:first-child, .promotions-list-wrapper .list-03 a p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.promotions-list-wrapper .list-03 a:hover p:first-child {
  color: #335e73;
}

.promotions-list-wrapper .list-03 a:hover .arrow-right {
  right: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.promotions-list-wrapper h6 {
  margin: 0;
}

.form-group.radio-amenities-wrapper-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.form-group.radio-amenities-wrapper-custom label {
  font-weight: 700;
}

.form-group.radio-amenities-wrapper-custom .radio-wrapper-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 0 0 20px;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ebe8e4;
}

.form-group.radio-amenities-wrapper-custom .radio-wrapper-custom label {
  margin: 0 0 5px;
  color: #73716d;
  padding: 0;
}

.form-group.radio-amenities-wrapper-custom .radio-wrapper-custom p {
  color: #73716d;
  margin: 0;
}

.form-group.radio-amenities-wrapper-custom.black01-style .radio-wrapper-custom label, .form-group.radio-amenities-wrapper-custom.black01-style .radio-wrapper-custom p {
  color: #000;
}

.form-group.radio-amenities-wrapper-custom.unavailable-item label, .form-group.radio-amenities-wrapper-custom.unavailable-item p {
  color: #bab8b3;
}

.card-body {
  padding: 15px 0 0;
}

.card-body h3, .card-body h4 {
  margin: 0 0 10px;
  letter-spacing: 0;
}

.card-body h3 a, .card-body h4 a {
  margin: 0;
  letter-spacing: 0;
}

.card-body p {
  color: rgba(0,0,0,.54);
  margin: 0 0 15px;
}

.card-body .card-01-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebe8e4;
  padding: 15px 0 0;
  color: #73716d;
}

.card-body .card-01-btn i {
  margin: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.card-body .card-01-btn:hover {
  color: #1f1e1c;
}

.card-body .card-01-btn:hover i {
  margin-right: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.card-body .text-border-top {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ebe8e4;
}

.card-01 {
  overflow: hidden;
  height: calc(100% - 30px);
  border: 1px solid #d6d4d0;
  border-radius: 2px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.card-01.height-auto {
  height: inherit;
}

.card-01 .text-sm {
  font-size: 14px;
  margin: 25px 0 30px;
}

.card-01 .small-text-list .text-sm {
  margin: 0 0 5px;
}

.card-01 .card-body .text-black {
  color: #000;
}

.card-01 .card-img-wrapper {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.card-01 .card-img-wrapper .card-img-top, .card-01 .card-img-wrapper:hover .card-img-top {
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}

.card-01 .card-img-wrapper:hover .card-img-top {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.card-01.border-blue {
  border-color: #d3e3eb;
}

.card-01.border-blue .text-blue {
  color: #335e73;
  margin: 0 0 15px;
}

.card-01.warning-block {
  background: #ffeeeb;
}

.card-01.warning-block .text-red {
  color: #cc5f47;
  margin: 0 0 15px;
}

.card-01.border-red {
  border-color: #cc5f47;
}

.card-01.outline-gray-no-background {
  border: 1px solid #d6d4d0;
}

.card-01.small-notification-block p {
  margin-top: 0;
  margin-bottom: 15px;
}

.card-01.small-notification-block p:last-child {
  margin-bottom: 0;
}

.card-01.card-01-text-listing .text-sm {
  margin: 0;
}

.card-02 {
  padding: 0 15px;
}

.card-03 {
  background: #fbfaf8;
  padding: 24px 24px 24px 48px;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
}

.card-03, .card-03 .card-03-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-03 .card-03-details {
  padding: 0 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-03 .card-03-details h3 {
  margin: 0 0 15px;
}

.card-03 .card-03-details p {
  margin: 0 0 5px;
}

.card-03 .card-03-footer {
  margin-left: auto;
}

.card-03.card-ready {
  background: #f0faf6;
  border: 1px solid #cfe5dd;
}

.card-03.card-expire {
  background: #ffeeeb;
  border: 1px solid #f5ddd7;
}

.card-03.card-info-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.card-03.card-info-with-icon p {
  margin: 5px 0 0 15px;
}

.card-03.card-info-with-icon .close {
  margin-left: auto;
}

.card-04 {
  overflow: hidden;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.card-04 .card-body {
  padding: 0;
}

.card-04 .card-body h3 {
  margin: 15px 0 25px;
}

.card-04 .card-body p {
  margin-bottom: 5px;
}

.card-04 .text-sm {
  font-size: 14px;
}

.card-04 .card-img-wrapper {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.card-04 .card-img-wrapper .card-img-top, .card-04 .card-img-wrapper:hover .card-img-top {
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}

.card-04 .card-img-wrapper:hover .card-img-top {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.card-04.border-blue {
  border-color: #d3e3eb;
}

.card-04.border-blue .text-blue {
  color: #335e73;
  margin: 0 0 15px;
}

.card-04.warning-block {
  background: #ffeeeb;
}

.card-04.warning-block .text-red {
  color: #cc5f47;
  margin: 0 0 15px;
}

.card-04.border-red {
  border-color: #cc5f47;
}

.card-04.black01-style {
  border-color: #1f1e1c;
}

.card-04.gray-style {
  border-color: #d6d4d0;
}

.card-04.no-radius {
  border-radius: 0;
}

.card-04.m-t-0 {
  margin-top: 0;
}

.card-04.m-b-30 {
  margin-bottom: 30px;
}

.card-note-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebe8e4;
  padding: 15px 0 0;
  color: #73716d;
}

.card-note-btn i {
  margin: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.card-note-btn:hover {
  color: #1f1e1c;
}

.card-note-btn:hover i {
  margin-right: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.card-05 {
  margin: 15px 0;
  position: relative;
}

.card-05 .badge {
  margin: 0;
  border: 0;
  position: absolute;
  font-weight: 400;
  right: 25px;
  top: 25px;
  letter-spacing: 2px;
  z-index: 2;
  background: rgba(38,38,38,.25);
  border-radius: 0;
  padding: 7px 6px;
}

.card-05 .badge.badge-available {
  color: #fff;
}

.card-05 h3 {
  text-transform: capitalize;
  margin: 10px 0;
}

.card-05 h3 a {
  text-transform: capitalize;
  color: #262626;
}

.card-05 h3 a:hover {
  color: #335e73;
}

.card-05 p {
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 5px;
  color: #262626;
}

.card-05 p:last-child {
  margin: 0;
}

.card-05 .card-footer {
  border: 0;
  padding: 10px 0;
  background: none;
}

.card-05 .card-footer .nav .nav-item {
  padding: 0 10px;
}

.card-05 .card-footer .nav .nav-item:first-child {
  padding-left: 0;
}

.card-05 .card-footer .nav .nav-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-05 .card-footer .nav .nav-item-box i {
  margin: -3px 10px 0 0;
}

.card-05 .card-footer .nav .nav-item-box p {
  color: #262626;
  margin: 0;
}

.card-06 {
  margin: 15px 0;
}

.card-06, .card-06 .card-06-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-06 .card-06-content {
  margin: 25px 0;
}

.card-06 .card-06-content p {
  margin: 0;
}

.card-06 .card-06-content p .instructors-title-style, .card-06 .card-06-content p a {
  color: #335e73;
  text-decoration: underline;
}

.card-06 .card-06-content p .instructors-title-style:hover, .card-06 .card-06-content p a:hover {
  color: #000;
  text-decoration: underline;
}

.card-06 .card-06-content p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1e1c;
  line-height: 1.4;
}

.card-06 .card-06-content p.text-bold {
  font-weight: 800;
}

.card-06 .card-06-content .nav-item {
  font-size: 16px;
  font-weight: 400;
  color: #73716d;
  line-height: 1.4;
}

.card-06 .card-06-content .bullet-style {
  list-style: disc;
  padding-left: 25px;
}

.card-06 .card-06-content .bullet-style .nav-item {
  color: #1f1e1c;
}

.card-06 .card-06-btn-wrapper {
  margin: 25px 0 0;
  display: block;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 75px 0 0;
  padding: 120px 0;
  border-top: 1px solid #a8a8aa;
  position: relative;
  background: #fff;
}

.footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -.5px;
  background: #a8a8aa;
  height: 100%;
  width: 1px;
}

.footer .footer-navs-wrapper h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
}

.footer .footer-navs-wrapper .nav .nav-item {
  display: block;
  margin: 15px 0;
}

.footer .footer-navs-wrapper .nav .nav-link {
  padding: 0;
  color: #000;
}

.footer .footer-navs-wrapper .nav .nav-link:hover {
  color: #335e73;
  text-decoration: underline;
}

.footer .logo-footer-wrapper {
  margin: 75px 0 0;
}

.footer .right-bottom-footer {
  margin: 75px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .right-bottom-footer .copyrights-wrapper p {
  margin: 0 0 5px;
  color: #000;
}

.footer .right-bottom-footer .copyrights-wrapper p span {
  color: #c8c7c5;
}

.footer .right-bottom-footer .social-media-list {
  margin: 0 0 40px;
}

.footer .right-bottom-footer .social-media-list .nav-item {
  margin: 0 10px;
}

.footer .right-bottom-footer .social-media-list .nav-item:first-child {
  margin-left: 0;
}

.footer .right-bottom-footer .social-media-list .nav-item:last-child {
  margin-right: 0;
}

.footer .right-bottom-footer .social-media-list .nav-link {
  padding: 0;
}

.footer .right-bottom-footer .whatsapp-icon-wrapper {
  right: 0;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.12);
  box-shadow: 0 0 8px rgba(0,0,0,.12);
}

.footer .right-bottom-footer .whatsapp-icon-wrapper:hover {
  background: rgba(0,0,0,.02);
}

.modal-backdrop {
  background: #b3b3b3;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal .modal-header {
  padding: 30px 30px 15px;
  border: 0;
  border-radius: 0;
}

.modal .modal-body {
  padding: 0 30px;
}

.modal .modal-body .form-group {
  margin: 0 0 20px;
}

.modal .modal-body .form-group.custom-form-check {
  margin: 0 0 10px;
}

.modal .modal-footer {
  border: 0;
  padding: 15px 30px 30px;
  border-radius: 0;
}

.modal .modal-footer .modal-counter {
  padding: 0;
  margin-right: auto;
}

.modal .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.modal .text-sm {
  font-size: 12px;
}

.modal .text-md {
  font-size: 14px;
}

.modal .card-03.note-modal-card {
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .card-03.note-modal-card p:last-child {
  margin: 0;
}

.modal.filter-modal .modal-title {
  color: #73716d;
  text-transform: uppercase;
}

.modal.filter-modal .modal-header {
  padding: 15px;
}

.modal.filter-modal .modal-header .btn-close {
  padding: 0;
  background: none;
  border: 0;
}

.modal.filter-modal .modal-body {
  padding: 0;
}

.modal.filter-modal .modal-body h6 {
  margin: 30px 15px 15px;
  font-weight: 400;
}

.modal.filter-modal .modal-body .filter-desktop-nav, .modal.filter-modal .modal-body .filter-desktop-nav .nav {
  width: 100%;
}

.modal.filter-modal .modal-body .filter-desktop-nav .nav .nav-item {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.modal.filter-modal .modal-body .filter-desktop-nav .nav .nav-item .btn-filter {
  width: 100%;
}

.modal.filter-modal .modal-body .filter-desktop-nav .nav .nav-item .btn-filter.active {
  color: #000;
}

.modal.filter-modal .modal-body .filter-desktop-nav .nav .nav-item .btn-filter.active:after {
  height: 5px;
  background: #000;
}

.modal.filter-modal .modal-body .filter-radio-custom .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 15px;
}

.modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 0;
}

.modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item .radio-wrapper-custom label {
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item .radio-wrapper-custom [type=radio]:checked + label:before, .modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item .radio-wrapper-custom [type=radio]:not(:checked) + label:before {
  left: inherit;
  right: 15px;
  top: -2px;
}

.modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item .radio-wrapper-custom [type=radio]:checked + label:after, .modal.filter-modal .modal-body .filter-radio-custom .nav .nav-item .radio-wrapper-custom [type=radio]:not(:checked) + label:after {
  right: 19px;
  left: inherit;
  top: 2px;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 15px;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile .nav-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile .nav-item .form-check label {
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 0;
  margin: 2px 0 0 13px;
  color: #000;
  position: relative;
  width: 100%;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile .nav-item .form-check .styled-checkbox + label:before {
  right: 15px;
  left: inherit;
  position: absolute;
  border-color: #000;
  margin-right: 0;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile .nav-item .form-check .styled-checkbox:checked + label:after {
  right: 27px;
  top: 18px;
  left: inherit;
  position: absolute;
  background: #000;
  color: #000;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile.login-page {
  background: none;
}

.modal.filter-modal .modal-body .nav-filter-type-mobile.login-page .form-check {
  margin: 0;
}

.modal.filter-modal .modal-footer {
  padding: 15px;
}

.modal.filter-modal .modal-footer .btn {
  width: 100%;
}

.modal .card-01 {
  border-color: #e5dbc1;
}

.modal .card-01 .card-body {
  padding-top: 0;
}

.modal .card-01 .card-body > .text-sm {
  margin: 25px 0 0;
}

.modal .card-01.outline-gray-no-background {
  border: 1px solid #d6d4d0;
}

.modal.modal-with-nav-head .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .card-01.card-01-text-listing .card-body .text-sm {
  margin: 0 0 5px;
}

.modal .card-01.card-01-text-listing .card-body .text-sm:last-child {
  margin: 0 0 15px;
}

.modal .card-01.card-01-text-listing .card-body .list-seperator {
  margin-top: 10px;
}

@media screen and (min-width: 993px) {
  .completed-requests-style .text-black, .completed-requests-style .text-black01, .completed-requests-style .text-black05, .list-wrapper-01 .completed-requests-style h6.text-black01 {
    color: #73716d;
  }
  
  .add-new-occupant {
    width: 100%;
    margin-left: 0;
  }
  
  .add-new-occupant:after, .add-new-occupant:before {
    width: 100%;
    left: 0;
  }
  
  .add-new-occupant i {
    position: absolute;
    right: 21px;
    margin: 0;
    top: 19px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 30px);
  }
  
  .mobile-view {
    display: block;
  }
  
  .desktop-view {
    display: none;
  }
  
  .navbar-brand {
    width: 36px;
    height: 44px;
  }
  
  .top-navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0 20px;
    margin: 0 0 60px;
    border-bottom: 2px solid #d6d4d0;
  }
  
  .top-navigation .nav, .top-navigation .nav .nav-item {
    width: 100%;
  }
  
  .top-navigation .nav .nav-item .dropdown-toggle, .top-navigation .nav .nav-item .nav-link {
    width: 100%;
    display: block;
    text-align: center;
  }
  
  .top-navigation .nav .nav-item .dropdown-toggle:after {
    right: 30px;
  }
  
  header {
    z-index: 4;
  }
  
  header .container-fluid {
    padding: 0;
  }
  
  header.header {
    padding: 30px 0;
    margin: 0;
  }
  
  header.header .navbar-brand-wrapper {
    border: 0;
    padding: 0;
  }
  
  header.header .nav-lang-wrapper {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0 15px;
  }
  
  header.header .nav-lang-wrapper .nav-item {
    width: auto;
  }
  
  header.header .nav-lang-wrapper.desktop-view {
    display: none;
  }
  
  header.header.header-white .navbar-toggler span {
    background: #fff;
  }
  
  header.header.header-white .navbar-nav .nav-link {
    color: #000;
  }
  
  header.header.header-white .navbar-nav .nav-link.active {
    color: #335e73;
  }
  
  header.header.header-white .navbar-nav .nav-link.active:after {
    display: none;
  }
  
  header.header.header-white .top-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  header.header.header-white .top-navigation .nav .nav-item .dropdown-toggle, header.header.header-white .top-navigation .nav .nav-item .nav-link {
    color: #000;
  }
  
  header .navbar-collapse {
    max-width: 65%;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
    box-shadow: 0 4px 16px 2px rgba(0,0,0,.08);
    z-index: 10;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
  }
  
  header .navbar-collapse .navbar-nav {
    margin: 0 35px;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  header .navbar-collapse .navbar-nav .nav-item {
    padding: 21px 0;
  }
  
  header .navbar-collapse .navbar-nav .nav-item:first-child {
    padding-top: 0;
  }
  
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    padding-bottom: 0;
  }
  
  header .navbar-collapse .navbar-nav .nav-item:after {
    content: "";
  }
  
  header .navbar-collapse .navbar-nav .nav-item .nav-link:after, header .navbar-collapse .navbar-nav .nav-item .nav-link:before {
    height: 18px;
  }
  
  header .navbar .collapse .navbar-nav {
    width: 100%;
    margin: 0;
  }
  
  .navbar-toggler {
    width: 40px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 11;
    top: 50%;
    margin: -20px 0 0;
    right: 0;
    z-index: 1;
    border: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .navbar-toggler, .navbar-toggler span {
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .navbar-toggler span {
    display: block;
    height: 1px;
    width: 24px;
    background: #000;
    border-radius: 0;
    opacity: 1;
    left: 8px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .navbar-toggler span:first-child {
    top: 10px;
  }
  
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 17px;
  }
  
  .navbar-toggler span:nth-child(4) {
    top: 24px;
  }
  
  .navbar-toggler.open span:first-child {
    top: 17px;
    width: 0;
    left: 50%;
  }
  
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .navbar-toggler.open span:nth-child(4) {
    top: 17px;
    width: 0;
    left: 50%;
  }
  
  header .navbar-collapse {
    height: 100 !important;
    width: 0 !important;
  }
  
  header .navbar-collapse, header .navbar-collapse.show {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  
  header .navbar-collapse.show {
    width: 100% !important;
  }
  
  header .navbar-collapse .navbar-nav, header .navbar-collapse .top-navigation {
    opacity: 0;
  }
  
  header .navbar-collapse .navbar-nav, header .navbar-collapse .navbar-nav.show, header .navbar-collapse .top-navigation, header .navbar-collapse .top-navigation.show {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
  }
  
  header .navbar-collapse .navbar-nav.show, header .navbar-collapse .top-navigation.show {
    opacity: 1;
  }
  
  .header .navbar-nav .nav-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .header .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  
  aside .navbar-toggler {
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  aside .navbar-toggler, aside .navbar-toggler p {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #515155;
    letter-spacing: 2px;
  }
  
  aside .navbar-toggler .fa {
    position: relative;
    top: -1px;
    left: 0;
  }
  
  aside .navbar-toggler .fa:before {
    content: "\f0de";
  }
  
  aside .navbar-toggler.collapsed .fa {
    top: -5px;
  }
  
  aside .navbar-toggler.collapsed .fa:before {
    content: "\f0dd";
  }
  
  aside .navbar .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  
  aside.internal-page {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 -30px 30px;
    padding: 22.5px 30px;
  }
  
  aside.internal-page .navbar-toggler .fa {
    top: -5px;
  }
  
  aside.internal-page .navbar-toggler .fa:before {
    content: "\f0dd";
  }
  
  aside.internal-page .navbar-toggler.collapsed .fa {
    top: -1px;
  }
  
  aside.internal-page .navbar-toggler.collapsed .fa:before {
    content: "\f0de";
  }
  
  .block-page-title {
    margin: 0 0 20px;
  }
  
  .block-properties-cards .row {
    margin: 0 -30px;
  }
  
  .block-properties-cards .col-lg-6 {
    padding: 0;
  }
  
  .block-properties-cards .col-lg-12 {
    display: none;
  }
  
  .block-properties-cards .card-01 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  
  .block-properties-cards .card-01, .block-properties-cards .card-01 .card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .block-properties-cards .card-01 .card-body {
    padding: 0 0 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  
  .block-properties-cards .card-01 .card-body h3, .block-properties-cards .card-01 .card-body p {
    max-width: calc(100% - 35px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 35px);
    flex: 0 0 calc(100% - 35px);
  }
  
  .block-properties-cards .card-01 .card-body h3 {
    margin: 0 0 2px;
  }
  
  .block-properties-cards .card-01 .card-body p {
    margin: 0;
  }
  
  .block-properties-cards .card-01 .card-body .card-01-btn {
    overflow: hidden;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    max-width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0 0;
  }
  
  .block-properties-cards .card-img-wrapper {
    width: 36px;
    height: 36px;
  }
  
  .block-find-property .btn-01 {
    display: block;
  }
  
  .navbrand-footer-nav {
    width: 158px;
    height: 215px;
    background: url(../images/drec-footer-mobile-logo.svg) no-repeat 50% / contain;
  }
  
  .footer {
    background: #fbfaf8;
    padding: 50px 0;
    width: 100%;
    border-top: 0;
  }
  
  .footer .row {
    margin: 0;
  }
  
  .footer .container {
    max-width: 100%;
    padding: 0;
  }
  
  .footer:after {
    display: none;
  }
  
  .footer .col-lg-2 {
    padding: 0;
    border-bottom: 1px solid #7d7d7f;
  }
  
  .footer .col-lg-2:first-child {
    border-top: 1px solid #7d7d7f;
  }
  
  .footer .logo-footer-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .footer .footer-navs-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
  
  .footer .footer-navs-wrapper h4 {
    color: #515155;
    margin: 0;
    padding: 20px 15px;
    position: relative;
  }
  
  .footer .footer-navs-wrapper h4:after {
    content: "";
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    position: absolute;
    margin: -9px 0 0;
    right: 15px;
    background: url(../images/plus-icon-footer.svg) no-repeat 50% / contain;
  }
  
  .footer .footer-navs-wrapper .nav {
    padding: 0 15px;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  
  .footer .footer-navs-wrapper .nav .nav-link {
    color: #515155;
  }
  
  .footer .footer-navs-wrapper .open .nav {
    height: auto;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  
  .footer .footer-navs-wrapper .open h4 {
    background: #fff;
  }
  
  .footer .footer-navs-wrapper .open h4:after {
    background: url(../images/minus-icon-footer.svg) no-repeat 50% / contain;
  }
  
  .footer .right-bottom-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    padding: 0;
  }
  
  .footer .right-bottom-footer .social-media-list {
    margin: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .footer .right-bottom-footer .copyrights-wrapper p {
    text-align: center;
  }
  
  .footer .right-bottom-footer .copyrights-wrapper p span {
    color: #335e73;
    font-weight: 800;
  }
  
  .footer .tenant-login-footer {
    margin: 0;
    color: #515155;
    font-size: 14px;
    padding: 20px 15px;
  }
  
  .footer .tenant-login-footer:after {
    max-width: 100%;
    background: #7d7d7f;
  }
  
  .footer .whatsapp-icon-wrapper, .login-background {
    display: none;
  }
  
  .login-page .header {
    padding: 30px 0;
  }
  
  .login-page .block-page-title {
    margin: 30px 0;
  }
  
  .card-03 {
    padding: 20px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .card-03 .img-wrapper {
    max-width: 56px;
    max-height: 56px;
    margin: 0 auto 30px;
  }
  
  .card-03 .card-03-details {
    padding: 0;
  }
  
  .card-03 .card-03-footer {
    margin: 15px 0 0;
    display: block;
  }
  
  .card-03 .card-03-footer .btn {
    width: 100%;
  }
  
  .edit-profile-form .img-profile-wrapper {
    margin: 30px auto;
  }
  
  .edit-profile-form .bootstrap-select, .edit-profile-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  
  .form-style-01 .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .form-style-01 .btn-group .btn {
    width: 100%;
    margin: 5px 0;
  }
  
  .list-02 {
    margin-right: -30px;
  }
  
  .list-02 .nav-item {
    margin-left: 0;
    padding-right: 30px;
  }
  
  .block-page-title .nav-breadcramb .nav-item {
    padding-left: 10px;
  }
  
  .block-page-title .nav-breadcramb .nav-item:before {
    padding-left: 0;
    font-size: 12px;
  }
  
  .block-page-title .nav-breadcramb .nav-item:first-child {
    padding-left: 15px;
  }
  
  .block-page-title .nav-breadcramb .nav-item .nav-link, .block-page-title .nav-breadcramb .nav-item h4 {
    font-size: 12px;
  }
  
  .list-03 {
    margin: 30px -30px 0 0;
  }
  
  .list-03 .nav-item.mobile-view, .title-with-btn .add-prim-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .title-with-btn .add-prim-btn {
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -12px 0 0;
  }
  
  .title-with-btn .add-prim-btn i {
    margin: 0;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p.mobile-view.m-t-5 {
    margin-top: 5px;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p.desktop-view {
    display: none;
  }
  
  .filter-nav {
    border-bottom: 1px solid #c4c4c4;
  }
  
  .filter-nav .col-lg-10, .filter-nav .container {
    width: 100%;
    padding: 0;
  }
  
  .filter-nav .filter-nav-links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .filter-nav .btn-filter-nav-link {
    white-space: nowrap;
  }
  
  .style-form-ui-block.subscribe-block {
    background: #fbfaf8;
    padding-bottom: 90px;
    position: relative;
  }
  
  .style-form-ui-block.subscribe-block .one-field-with-btn .form-control {
    background: #fff;
  }
  
  .style-form-ui-block.subscribe-block .btn-08 {
    color: #207487;
  }
  
  .style-form-ui-block.subscribe-block .btn-08:hover {
    color: #000;
  }
  
  .style-form-ui-block.subscribe-block:after {
    background: #fbfaf8;
    position: absolute;
    content: "";
    width: 100%;
    height: 75px;
    bottom: -75px;
  }
  
  .filter-form-nav {
    position: relative;
  }
  
  .filter-form-nav .refine-search-from {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .filter-form-nav .refine-search-from .btn {
    width: 100%;
  }
  
  .filter-form-nav .refine-search-from .btn-primary {
    margin-top: 5px;
  }
  
  .filter-form-nav .navbar-collapse {
    position: absolute;
    top: 58px;
    z-index: 3;
    left: 0;
    width: 100%;
    min-width: 350px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    padding: 15px;
  }
  
  .filter-form-nav .form-group {
    width: 100%;
    padding: 0;
  }
  
  .filter-form-nav .navbar-toggler {
    position: relative;
    top: 0;
    left: 0;
    margin: 2px 0 0;
    border-radius: 0;
    background: none;
    font-family: Avenir LT Std;
    font-weight: 400;
    font-size: 16px;
    color: #1f1e1c !important;
    padding: 15px 0;
    text-transform: capitalize;
    height: auto;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #1f1e1c;
  }
  
  .filter-form-nav .navbar-toggler:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
  }
  
  .filter-form-nav .navbar-toggler p {
    margin: 0;
  }
  
  .subscribe-block .agree-text, .subscribe-block h1, .subscribe-block h5 {
    text-align: left;
  }
  
  .subscribe-block h5 {
    color: #7d7d7f;
  }
  
  .block-property-details {
    padding-bottom: 50px;
  }
  
  .block-property-details .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .block-property-details .container .row {
    margin: 0;
  }
  
  .block-property-details .container .row .col-lg-12 {
    display: none;
  }
  
  .block-property-details .container .row .col-lg-6 {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .block-property-details .container .row .col-lg-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 35px 30px 0;
  }
  
  .block-property-details .btn-09 {
    width: 100%;
  }
  
  .block-explore-find-property {
    padding-top: 0;
    padding-bottom: 50px;
  }
  
  .block-property-details-community {
    padding-top: 35px;
  }
  
  .block-inquire-now {
    padding-top: 50px;
  }
  
  .block-inquire-now .btn-09 {
    width: 100%;
  }
  
  .nav-amenites-facilites {
    margin-top: 15px;
  }
  
  .nav-amenites-facilites .nav-item, .nav-propert-details .nav-item:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .nav-propert-details .nav-item:last-child {
    margin: 5px 0 0;
    padding: 0;
  }
  
  .block-property-details-location .location-pop-details {
    left: calc(50% - 32px);
  }
  
  .block-details-more-less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 130px;
    overflow: hidden;
    margin: 0 0 15px;
    position: relative;
  }
  
  .block-details-more-less:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fbfaf8));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fbfaf8);
  }
  
  .show-more-less {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px;
  }
  
  .promotions-page-content .col-lg-8 .row {
    margin: 0 -30px;
  }
  
  .promotions-page-content .col-lg-8 .row .col-lg-12 {
    padding: 0;
  }
  
  .promotions-page-content .promotions-list-wrapper h6 {
    margin: 0 30px;
  }
  
  .promotions-page-content .promotions-list-wrapper .list-03 .nav-item {
    padding: 0 0 0 30px;
  }
  
  .promotions-details-page-content .card-06 .img-full-mobile {
    margin: 0 -30px;
    width: calc(100% + 60px);
    max-width: none;
  }
  
  .promotions-details-page-content .card-06 .card-06-content {
    margin-bottom: 0;
  }
  
  .promotions-details-page-content .card-06 .btn-primary, .promotions-details-page-content .card-06 .card-06-btn-wrapper {
    width: 100%;
  }
  
  .qr-code-img {
    max-width: 100%;
  }
  
  .title-with-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .title-with-btn .btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .accordion-financial-cards .accordion-button {
    background: #fcfcfa url(../images/arrow-list-collapse-icon.svg) no-repeat calc(100% - 25px) 25px;
  }
  
  .accordion-financial-cards .accordion-button.collapsed {
    background: #fff url(../images/arrow-list-expand-icon.svg) no-repeat calc(100% - 25px) 25px;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper.style-02 h6.card-status {
    display: none;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p .chq-date, .accordion-financial-cards .financial-card-head-wrapper p .chq-number {
    display: none;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p .payment-price {
    margin-left: 0;
    margin-top: 5px;
  }
  
  .accordion-financial-cards .financial-card-head-wrapper p .title-card.special-mobile {
    font-weight: 400;
    font-size: 14px;
    color: #73716d;
  }
  
  .accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns {
    margin: 15px 0 0;
    width: 100%;
  }
  
  .accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns .btn {
    width: 100%;
  }
  
  .accordion-financial-cards .financial-accordion-card-content-block .btn-wrapper-btns .btn.sm-btn {
    padding: 8px;
    letter-spacing: 1px;
  }
  
  .accordion-financial-cards .financial-accordion-card-content-block .left-content {
    max-width: 100%;
  }
  
  .modal.download-statement-account-modal {
    width: calc(100% - 30px);
  }
  
  .modal.download-statement-account-modal .modal-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .modal .modal-footer .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .head-title-with-btn.special-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .head-title-with-btn.special-mobile .btns-title-wrapper {
    margin: 15px 0 0;
    width: 100%;
  }
  
  .head-title-with-btn.special-mobile .btns-title-wrapper .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  
  .head-title-with-btn.special-mobile .btns-title-wrapper .btn.mobile-view {
    max-width: 50px;
    margin-left: 5px;
  }
  
  #parent-filter-content .btn-primary.mt-30 {
    width: 100%;
  }
  
  .block-page-title .nav-breadcramb .nav-item .nav-link, .block-page-title .nav-breadcramb .nav-item h4 {
    letter-spacing: 1px;
  }
  
  .list-03.list-03-style-02 .nav-item p.md-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 675px) {
  .carousal-four-item .slick-arrow {
    width: 12px;
    height: 24px;
    margin: -12px 0 0;
  }
  
  .carousal-four-item .slick-arrow.slick-next {
    right: 10px;
  }
  
  .carousal-four-item .slick-arrow.slick-prev {
    left: 10px;
  }
  
  .carousal-four-item .card-05 .badge {
    top: 15px;
    right: 15px;
  }
  
  .carousal-four-item .card-05 .card-footer .nav .nav-item:last-child {
    display: none;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 552px;
  }
}

@media screen and (max-width: 480px) {
  .filter-form-nav .navbar-collapse {
    min-width: 320px;
  }
}