/* Scss Document */
/* Variables start */
/* Color Variables */
.whiteBg {
  background: #fff; }

/* Variables End */
/* mixin start */
.radius5, .createAccount, .refrelSection, .propertyListing .propertyImage {
  border-radius: 5px; }

.radius10, .searchList ul li .rightActions .rankCount {
  border-radius: 100%; }

.graybdr, .refrelSection, .addressResult, .propertyListing {
  border: 1px solid #ebebeb; }

.graybdrT, .hr, .propertyDescpertion {
  border-top: 1px solid #ebebeb; }

.graybdrR, .propertyDescpertion .popertyTags:after {
  border-right: 1px solid #ebebeb; }

.graybdrL {
  border-left: 1px solid #ebebeb; }

.graybdrB {
  border-bottom: 1px solid #ebebeb; }

/* mixin End */
/* Basic Css start */
@font-face {
  font-family: 'gotham_bookregular';
  src: url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_mediumregular';
  src: url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_htf_bookregular';
  src: url("../fonts/gothamhtf-book-webfont.woff2") format("woff2"), url("../fonts/gothamhtf-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_htfmedium';
  src: url("../fonts/gothamhtf-medium-webfont.woff2") format("woff2"), url("../fonts/gothamhtf-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0px;
  padding: 0px;
  font-family: 'gotham_bookregular';
  color: #010101; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'gotham_bookregular'; }

.relative {
  position: relative; }

/* Margin Top  css */
.marginT10 {
  margin-top: 10px !important; }

.marginT20 {
  margin-top: 20px !important; }

.marginT30 {
  margin-top: 30px !important; }

.marginT40 {
  margin-top: 40px !important; }

.marginT50 {
  margin-top: 50px !important; }

.marginT60 {
  margin-top: 60px !important; }

.marginT70 {
  margin-top: 70px !important; }

.marginT80 {
  margin-top: 80px !important; }

.marginT90 {
  margin-top: 90px !important; }

.marginT100 {
  margin-top: 100px !important; }

/* Margin left  css */
.marginBt10 {
  margin-bottom: 10px !important; }

.marginBt20 {
  margin-bottom: 20px !important; }

.marginBt30 {
  margin-bottom: 30px !important; }

.marginBt40 {
  margin-bottom: 40px !important; }

.marginBt50 {
  margin-bottom: 50px !important; }

.marginBt60 {
  margin-bottom: 60px !important; }

.marginBt70 {
  margin-bottom: 70px !important; }

.marginBt80 {
  margin-bottom: 80px !important; }

.marginBt90 {
  margin-bottom: 90px !important; }

.marginBt100 {
  margin-bottom: 100px !important; }

/* Margin left  css */
.marginL10 {
  margin-left: 10px !important; }

.marginL20 {
  margin-left: 20px !important; }

.marginL30 {
  margin-left: 30px !important; }

.marginL40 {
  margin-left: 40px !important; }

.marginL50 {
  margin-left: 50px !important; }

.marginL60 {
  margin-left: 60px !important; }

.marginL70 {
  margin-left: 70px !important; }

.marginL80 {
  margin-left: 80px !important; }

.marginL90 {
  margin-left: 90px !important; }

.marginL100 {
  margin-left: 100px !important; }

/* Margin Right  css */
.marginR10 {
  margin-right: 10px !important; }

.marginR20 {
  margin-right: 20px !important; }

.marginR30 {
  margin-right: 30px !important; }

.marginR40 {
  margin-right: 40px !important; }

.marginR50 {
  margin-right: 50px !important; }

.marginR60 {
  margin-right: 60px !important; }

.marginR70 {
  margin-right: 70px !important; }

.marginR80 {
  margin-right: 80px !important; }

.marginR90 {
  margin-right: 90px !important; }

.marginR100 {
  margin-right: 100px !important; }

.marginR6 {
  margin-right: 6px !important; }

a:hover, a:focus {
  outline: none;
  text-decoration: none; }

.transition {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white; }

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

/******** red ******/
.hvr-radial-red {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e10e0e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-red:hover, .hvr-radial-red:focus, .hvr-radial-red:active {
  color: white; }

.hvr-radial-red:hover:before, .hvr-radial-red:focus:before, .hvr-radial-red:active:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

/******** skyBlue ******/
.hvr-radial-sky {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-sky:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #06f0ef;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-sky:hover, .hvr-radial-sky:focus, .hvr-radial-sky:active {
  color: white; }

.hvr-radial-sky:hover:before, .hvr-radial-sky:focus:before, .hvr-radial-sky:active:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

.headingDefult {
  font-size: 36px;
  color: #ececed;
  font-family: 'ralewayregular';
  text-align: center; }

select::-ms-expand {
  display: none; }

/* Basic Css End */
#video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  width: auto;
  top: 0px;
  z-index: -100;
  min-height: 800px; }

.logo {
  min-width: 180px; }

.exploreBlock {
  position: absolute;
  bottom: 10px;
  padding-bottom: 70px;
  left: 0;
  right: 0;
  text-align: center; }

.exploreBtn {
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  min-width: 82px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  margin-top: 17px;
  font-size: 24px;
  z-index: 1; }
  .exploreBtn:hover {
    color: #fff; }

.exploreBtn.hvr-radial-out:before {
  background: #06f0ef; }

.headerConter {
  padding-top: 150px;
  color: #fff; }
  .headerConter h2 {
    font-size: 64px; }
  .headerConter h4 {
    font-size: 34px; }

.loginBtn {
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  min-width: 82px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px;
  margin-top: 17px; }
  .loginBtn:hover {
    color: #fff; }

.headerBlock {
  height: 800px;
  position: relative; }
  .headerBlock:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01e3ec+0,03c2d1+23,096988+75,0b496e+100&0.75+0,0.75+100 */
    background: -moz-linear-gradient(left, rgba(1, 227, 236, 0.75) 0%, rgba(3, 194, 209, 0.75) 23%, rgba(9, 105, 136, 0.75) 75%, rgba(11, 73, 110, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1, 227, 236, 0.75) 0%, rgba(3, 194, 209, 0.75) 23%, rgba(9, 105, 136, 0.75) 75%, rgba(11, 73, 110, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(1, 227, 236, 0.75) 0%, rgba(3, 194, 209, 0.75) 23%, rgba(9, 105, 136, 0.75) 75%, rgba(11, 73, 110, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf01e3ec', endColorstr='#bf0b496e',GradientType=1 );
    /* IE6-9 */
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0; }
  .headerBlock nav {
    background: none;
    border: none; }
    .headerBlock nav li {
      margin-right: 50px; }
      .headerBlock nav li a {
        color: #fff;
        font-size: 16px;
        position: relative;
        padding: 25px 0 10px 0; }
        .headerBlock nav li a:hover, .headerBlock nav li a:focus, .headerBlock nav li a:active {
          background: none; }
          .headerBlock nav li a:hover:after, .headerBlock nav li a:focus:after, .headerBlock nav li a:active:after {
            width: 100%; }
        .headerBlock nav li a:after {
          width: 0px;
          background: #fff;
          height: 2px;
          display: block;
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0px;
          right: 0px;
          transition: all 0.5s ease 0s;
          margin: 0 auto;
          -moz-transition: all 0.5s ease 0s;
          -webkit-transition: all 0.5s ease 0s; }

.headerBlock nav li.active a:after {
  width: 100%;
  background: #fff;
  height: 2px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease 0s;
  margin: 0 auto;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }

header.sticky {
  position: fixed;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  z-index: 999; }

.container.zindex2 {
  z-index: 4; }

.innerHeading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: -50px;
  top: 50%;
  max-width: 1170px;
  z-index: 2; }
  .innerHeading h2 {
    color: #fff;
    font-size: 64px; }

/*********  First Slider Block ***********/
.threedSlider {
  height: 300px; }

.signSlider {
  background: url(../img/slider-bg.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 745px;
  position: relative;
  background-attachment: fixed; }
  .signSlider .exploreBlock {
    padding-bottom: 50px; }
  .signSlider:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00f3f9+0,0b4268+73&0.75+0,0.75+100 */
    background: -moz-linear-gradient(-111deg, rgba(0, 243, 249, 0.75) 0%, rgba(11, 66, 104, 0.75) 73%, rgba(11, 66, 104, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-111deg, rgba(0, 243, 249, 0.75) 0%, rgba(11, 66, 104, 0.75) 73%, rgba(11, 66, 104, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 243, 249, 0.75) 0%, rgba(11, 66, 104, 0.75) 73%, rgba(11, 66, 104, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00f3f9', endColorstr='#bf0b4268',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }

.dynamicBg {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

.usersInfo {
  background: #e0e0e0;
  width: 334px;
  height: 459px;
  -moz-transform: scale(0.9);
  transition: all 300ms ease;
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  color: #e67e22;
  opacity: 1;
  transform: scale(0.9);
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .usersInfo .coverImage {
    height: 120px;
    border-radius: 10px 10px 0px 0; }
  .usersInfo .aboutUser {
    padding: 10px; }
    .usersInfo .aboutUser .userName {
      font-size: 20px;
      color: #000;
      text-align: center;
      margin-bottom: 10px;
      font-family: 'gotham_mediumregular'; }
    .usersInfo .aboutUser .ratingBlock .starRating {
      display: block;
      float: left;
      width: 50%;
      text-align: right; }
      .usersInfo .aboutUser .ratingBlock .starRating a {
        font-size: 20px; }
      .usersInfo .aboutUser .ratingBlock .starRating .posstive {
        color: #ffa800; }
      .usersInfo .aboutUser .ratingBlock .starRating .nagtive {
        color: #a2a2a2; }
    .usersInfo .aboutUser .ratingBlock .reviewsText {
      float: left;
      width: 50%;
      color: #a2a2a2;
      font-size: 15px;
      padding-top: 5px;
      padding-left: 20px; }
  .usersInfo .userImage {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    clear: both;
    margin-top: -50px;
    border: 4px solid #fff;
    box-shadow: 1px 2px 8px #a3a3a3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .usersInfo .descBlock {
    display: block;
    margin-top: 15px; }
    .usersInfo .descBlock .colLeft {
      width: 50%;
      float: left;
      padding-right: 30px;
      border-right: 1px solid #cbcbcb;
      text-align: right; }
    .usersInfo .descBlock .colRight {
      width: 50%;
      float: left;
      padding-left: 30px;
      text-align: left; }
    .chat_margin{
      margin-top: 10px;
    }
    .usersInfo .descBlock .clientDetails {
      display: block; }
      .usersInfo .descBlock .clientDetails h4 {
        color: #a2a2a2;
        font-size: 15px;
        margin-top: 0px; }
      .usersInfo .descBlock .clientDetails h5 {
        color: #343434;
        font-size: 19px;
        font-family: 'gotham_mediumregular'; }

.bootmBtns {
  text-align: center;
  display: block;
  padding-top: 20px; }
  .bootmBtns .buyerBtn {
    border: 1px solid #1cb5ea;
    border-radius: 3px;
    color: #1cb5ea;
    display: inline-block;
    padding: 7px 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 25px; }
    .bootmBtns .buyerBtn:hover {
      color: #fff; }
  .bootmBtns .leftBtn {
    text-transform: uppercase;
    border: 1px solid #f20011;
    border-radius: 3px;
    color: #f20011;
    display: inline-block;
    padding: 7px 12px;
    font-size: 15px; }
    .bootmBtns .leftBtn:hover {
      color: #fff; }

.tempBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  border: 1px solid #f20011;
  border-radius: 3px;
  color: #f20011;
  display: inline-block;
  padding: 6px 12px;
  font-size: 15px;
  font-family: 'gotham_mediumregular'; }

.tempBtn.cold {
  border: 1px solid #1cb5ea;
  color: #1cb5ea; }

/************ process Section ***********/
.processBlock {
  display: block;
  border-top: 3px solid #06f0ef; }

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  list-style: none;
  text-align: center; }
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 394px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }
    .grid figure:after {
      background: url(../img/Untitled-1.png) no-repeat 0 0;
      background-size: cover;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .grid .col-sm-6 {
    padding: 0px; }

figure.effect-sadie figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hover-overlay.png) no-repeat 0 0;
  background-size: cover;
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie h2 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 50px;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  font-size: 30px;
  line-height: normal; }

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -120px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -120px, 0); }
  figure.effect-sadie:hover h2:after {
    width: 200px;
    height: 4px;
    display: block;
    margin: 0 auto;
    content: '';
    position: absolute;
    bottom: -5px;
    z-index: 1;
    left: 0;
    right: 0;
    background: #06f0ef; }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.backgroundBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(500px) translateZ(0);
  transform: perspective(500px) translateZ(0);
  transition: all 450ms linear; }

.grid figure:hover .backgroundBlock {
  -webkit-transform: perspective(500px) translateZ(25px);
  transform: perspective(500px) translateZ(25px); }

/********* technology Block *********/
.technologyBlock {
  background: url(../img/technology-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 95px 0;
  position: relative;
  background-attachment: fixed; }
  .technologyBlock:after {
    background: url(../img/large-overlay.png) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .technologyBlock h2 {
    font-size: 72px;
    letter-spacing: -2.5px;
    margin-bottom: 60px; }

.zindex1 {
  z-index: 1;
  position: relative;
  color: #fff; }

.deivceSider {
  width: 255px;
  margin: 0 auto;
  background: url(../img/device-slider.png) no-repeat;
  padding-top: 62px;
  padding-left: 17px;
  padding-right: 17px;
  height: 568px; }

.technologyDesc {
  padding-top: 35px; }
  .technologyDesc .descTitle {
    font-size: 25px;
    color: #fff; }
  .technologyDesc p {
    font-size: 22px; }

.downloadApp {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 17px 25px;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px; }
  .downloadApp:hover {
    color: #fff; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0px; }

/************** archive  Section css ***************/
.archiveBlock {
  background: url(../img/archive-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 110px 0;
  position: relative;
  background-attachment: fixed; }
  .archiveBlock:after {
    background: url(../img/large-overlay.png) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .archiveBlock .archiveUs {
    color: #fff;
    list-style: none;
    padding: 0px; }
    .archiveBlock .archiveUs li {
      display: inline-block;
      vertical-align: middle;
      clear: both;
      position: relative;
      font-size: 20px;
      margin-bottom: 90px;
      padding-left: 155px;
      font-family: 'Gotham'; }
      .archiveBlock .archiveUs li .iconsImage {
        position: absolute;
        left: 0;
        top: 0px; }
      .archiveBlock .archiveUs li:last-child {
        margin-bottom: 0px; }

.technologyBlock.lagreSlider .descTitle {
  font-size: 25px;
  line-height: normal; }
.technologyBlock.lagreSlider p {
  font-size: 22px;
  font-family: 'Gotham';
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 0px; }
.technologyBlock.lagreSlider .downloadApp {
  margin-top: 15px; }

.macSider {
  background: url(../img/macbook-bg.png) no-repeat 0 0;
  width: 750px;
  padding: 25px 96px 25px 90px;
  margin-top: 50px; }

.processBlock.compnay .grid figure {
  min-height: 450px; }

/****** counter Section css *******/
.counterSection {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00f3f9+0,0b4268+73 */
  background: #00f3f9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00f3f9 0%, #0b4268 73%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00f3f9 0%, #0b4268 73%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00f3f9 0%, #0b4268 73%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f9', endColorstr='#0b4268',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 35px 0px;
  color: #fff; }
  .counterSection p {
    font-size: 26px;
    margin-top: 0px; }
  .counterSection label {
    font-size: 38px;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px; }
    .counterSection label span {
      font-weight: normal; }

/****** Footer css *******/
footer {
  background: #f0efef;
  padding: 40px 0 0 0; }

.footerLinks h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'gotham_mediumregular'; }

.footerMenu {
  list-style: none;
  padding: 0px; }
  .footerMenu li {
    color: #010101;
    font-size: 18px;
    margin-top: 10px; }
    .footerMenu li a {
      color: #010101; }
      .footerMenu li a:hover {
        padding-left: 5px;
        color: #06f0ef; }

.socialIcons {
  margin-top: 20px; }
  .socialIcons ul {
    list-style: none;
    padding: 0px; }
    .socialIcons ul li {
      display: inline; }
      .socialIcons ul li a {
        display: inline-block;
        color: #010101;
        font-size: 24px;
        margin-right: 15px; }
        .socialIcons ul li a:hover {
          color: #06f0ef; }

.footerMiddle {
  margin-top: 40px; }
  .footerMiddle .contactsBox {
    border-radius: 5px;
    width: 254px;
    height: 254px;
    margin: 0 auto;
    background: #3e464b;
    color: #fff;
    padding: 20px 12px; }
    .footerMiddle .contactsBox h4 {
      font-size: 26px;
      margin-bottom: 40px; }
    .footerMiddle .contactsBox .iconCricle {
      width: 88px;
      height: 88px;
      border-radius: 100%;
      line-height: 88px;
      text-align: center;
      font-size: 48px;
      border: 1px solid #fff;
      display: block;
      margin: 0 auto;
      color: #fff; }

.footerBotttom {
  background: #000;
  margin-top: 40px;
  padding: 40px 0 30px; }
  .footerBotttom .subscribeLine {
    font-size: 24px;
    text-align: center;
    color: #06f0ef;
    margin-bottom: 35px; }
  .footerBotttom .signUpBtn {
    border: 1px solid #06f0ef;
    color: #06f0ef;
    font-size: 22px;
    padding: 9px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative; }
    .footerBotttom .signUpBtn:after {
      width: 61px;
      height: 2px;
      position: absolute;
      background: #06f0ef;
      top: 50%;
      margin-top: -1px;
      left: -48px;
      content: ''; }
    .footerBotttom .signUpBtn:before {
      width: 61px;
      height: 2px;
      position: absolute;
      background: #06f0ef;
      top: 50%;
      margin-top: -1px;
      right: -48px;
      content: ''; }
    .footerBotttom .signUpBtn:hover {
      background: #06f0ef;
      color: #fff; }
  .footerBotttom .copyRight {
    color: #06f0ef;
    font-size: 16px;
    padding-top: 60px;
    text-align: center; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  background: #36a9bc; }

/**********  Dream home section start  ***********/
.dreamHome {
  display: block;
  padding: 35px 0; }
  .dreamHome .loginBtn.signUp {
    border-color: #093e60;
    color: #093e60;
    min-width: 102px;
    margin-bottom: 40px; }
    .dreamHome .loginBtn.signUp:before {
      background: #093e60; }
    .dreamHome .loginBtn.signUp:hover {
      color: #fff; }

.dreamImage img {
  border-radius: 10px; }

.dreamDesc h3 {
  font-size: 50px;
  color: #212121;
  margin: 0px; }
.dreamDesc p {
  color: #878787;
  font-size: 22px;
  margin-top: 50px; }

.divder {
  width: 350px;
  margin: 0 auto;
  background: #cccccc;
  height: 1px;
  position: relative;
  margin-bottom: 50px; }
  .divder:after {
    content: '';
    width: 158px;
    margin: 0 auto;
    background: #cccccc;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px; }
  .divder:before {
    content: '';
    width: 158px;
    margin: 0 auto;
    background: #cccccc;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px; }

/**********  Dream home section End  ***********/
/**********  Our Network Start  ***********/
.ournetWork h2 {
  font-size: 74px; }

.staticHeading {
  text-align: center; }
  .staticHeading h2 {
    display: inline-block;
    position: relative; }
    .staticHeading h2 span {
      position: absolute;
      top: -20px;
      right: 40px;
      color: #737572;
      font-size: 34px; }

/**********  Our Network End  ***********/
.networkType {
  text-align: center;
  margin-top: 40px; }
  .networkType h4 {
    font-size: 26px;
    margin-top: 20px; }
  .networkType p {
    color: #878787;
    font-size: 18px;
    line-height: 30px; }

.cricleBlock {
  width: 219px;
  height: 218px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px; }
  .cricleBlock p {
    font-size: 38px;
    color: #000;
    margin-top: 15px; }

.cricleBlock.first {
  background: url(../img/cricle-one.png); }

.cricleBlock.two {
  background: url(../img/cricle-two.png); }

.cricleBlock.three {
  background: url(../img/cricle-three.png); }

.cricleBlock.four {
  background: url(../img/cricle-four.png); }

.slick-current.slick-active .usersInfo {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  color: #e67e22;
  opacity: 1;
  transform: scale(1);
  background: #f5f5f5; }

.slick-arrow {
  width: 33px;
  height: 68px;
  background: url(../img/slider-arrow.png) no-repeat;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-indent: -9999px;
  margin-top: -34px;
  border: none;
  box-shadow: none; }

.slick-slider {
  margin-top: 80px; }

.slick-prev {
  left: 32.8%;
  background-position: 0px 0px; }

.slick-prev:hover, .slick-prev:active {
  background-position: 0px -85px; }

.slick-next {
  right: 32.2%;
  background-position: -366px 0px; }

/************ Login Page **********/
.login .modal-dialog {
  width: 410px; }
  .login .modal-dialog .form-control::-webkit-input-placeholder {
    color: #8adaff;
    opacity: 1; }
  .login .modal-dialog .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8adaff;
    opacity: 1; }
  .login .modal-dialog .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8adaff;
    opacity: 1; }
  .login .modal-dialog .form-control:-ms-input-placeholder {
    color: #8adaff;
    opacity: 1; }
  .login .modal-dialog .modal-content {
    border-radius: 8px;
    background-image: -moz-linear-gradient(111deg, #0b4268 27%, #00f3f9 100%);
    background-image: -webkit-linear-gradient(111deg, #0b4268 27%, #00f3f9 100%);
    background-image: -ms-linear-gradient(111deg, #0b4268 27%, #00f3f9 100%);
    min-height: 610px; }
  .login .modal-dialog .modal-body {
    padding: 0 30px; }
  .login .modal-dialog .modal-title {
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px; }
  .login .modal-dialog .close {
    font-size: 38px;
    color: #abedff;
    opacity: 1;
    box-shadow: none;
    border: none;
    text-shadow: none;
    font-weight: normal; }

.login .modal-footer {
  border-top: 0;
  margin-top: 0px;
  padding: 10px 20px 20px; }

.login .modal-header {
  border: 0 none;
  padding: 30px 30px 20px;
  /*     padding: 11px 15px; */ }

.login .modal-body {
  /*     background-color: #eeeeee; */ }

.login .division {
  float: none;
  margin: 0 auto 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 60px; }

.login .division .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 15px;
  width: 30%; }

.login .division .line.l {
  left: 0; }

.login .division .line.r {
  right: 0; }

.login .division span {
  color: #fff;
  font-size: 18px; }

.login .box .social {
  float: none;
  margin: 0 auto 30px;
  text-align: center; }

.login .social .circle {
  background-color: #EEEEEE;
  color: #FFFFFF;
  border-radius: 2px;
  display: inline-block;
  margin-right: 4px;
  padding: 12px;
  width: 110px;
  height: 50px; }
  .login .social .circle:last-child {
    margin-right: 0px; }

.login .social .circle .zmdi {
  font-size: 30px; }

.login .social .facebook {
  background-color: #385698;
  color: #FFFFFF; }

.login .social .linekedin {
  background-color: #0079b7; }

.login .social .twitter {
  background-color: #4caaf0; }

.login .facebook:hover {
  background-color: #6E83CD; }

.login .linekedin:hover {
  background-color: #009ff0; }

.login .twitter:hover {
  background-color: #94d1ff; }

.login .forgot {
  color: #fff;
  padding-top: 25px;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  .login .forgot a {
    color: #06f0ef; }

.login .btn-login, .registerBox .btn-register {
  background-color: #06f0ef;
  border-color: #06f0ef;
  border-width: 0;
  color: #0b4268;
  display: block;
  margin: 0 auto;
  padding: 10px 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-family: 'gotham_mediumregular'; }

.login .btn-login:hover, .registerBox .btn-register:hover {
  background-color: #00A4E4;
  color: #FFFFFF; }

.login .form-control {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.23);
  box-shadow: none;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 54px; }

.login .form-control:hover {
  background-color: rgba(0, 0, 0, 0.16); }

.login .form-control:focus {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
  background-color: rgba(255, 255, 255, 0.22);
  color: #FFFFFF; }

.login .box .form input[type="text"], .login .box .form input[type="password"] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 20px;
  height: 54px;
  margin-bottom: 5px;
  padding: 13px 12px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.13);
  margin-bottom: 20px; }

.forgot.login-footer {
  padding-top: 0px;
  padding-bottom: 25px;
  font-family: 'gotham_mediumregular';
  font-size: 20px; }

.navbar-right {
  margin-right: 0px; }

/************  Register Page css *************/
.loginLeft {
  color: #fff;
  padding-top: 40%;
  padding-right: 40px; }
  .loginLeft h4 {
    font-size: 28px;
    line-height: 36px; }

.typeuser .checkbox.checkbox-inline {
  margin-right: 15px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/dorpdown-arrow.png) no-repeat 96% 50%; }

.createAccount {
  background: #fff;
  padding: 30px;
  padding-top: 4px; }
  .createAccount h2 {
    font-size: 32px;
    color: #000;
    text-align: center; }
  .createAccount h6 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px; }
  .createAccount h3 {
    color: #3a3a3a;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px; }
  .createAccount .input-group {
    width: 100%;
    margin-bottom: 15px; }
  .createAccount .form-control {
    height: 54px;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
    color: #afb6bd;
    padding: 6px 20px; }
    .createAccount .form-control:focus, .createAccount .form-control:active {
      color: #0b4268;
      border-color: #06f0ef; }
  .createAccount .signup_Btn {
    background-color: #fff;
    border-color: #06f0ef;
    color: #79d6e5;
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-family: 'gotham_mediumregular'; }
    .createAccount .signup_Btn:hover {
      background-color: #79d6e5;
      border: 1px solid;
      border-color: #79d6e5;
      color: #fff; }
  .createAccount label {
    color: #afb6bd;
    font-size: 16px; }
  .createAccount .input-group .form-control:first-child {
    border-radius: 3px; }

.typeuser h5 {
  font-size: 18px;
  color: #818c97;
  margin-bottom: 24px; }

.typeuser .radio-inline {
  margin-right: 60px; }

.treamConcation {
  color: #7d7d7d;
  font-size: 16px; }
  .treamConcation a {
    color: #79d6e5; }

.signupContainer {
  padding-top: 100px; }

.signupContainer.tp20 {
  padding-top: 20px; }

.signupHeader {
  position: fixed; }

.signupBg {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%; }

.input-phone .dropdown-toggle {
  height: 100%;
  min-height: 54px;
  padding: 6px 12px 6px 0; }
  .input-phone .dropdown-toggle .input-group-btn {
    vertical-align: top; }

.input-phone .input-group-btn {
  vertical-align: top; }

/***************  agent Profile page css   ***************/
.bakendLogo {
  background: #36a9bc;
  min-width: 270px;
  padding: 10px;
  height: auto;
  border-bottom: 1px solid #d7d7d7;
  text-align: center; }
  .bakendLogo img {
    margin: 0 auto; }

.navbar-nav.side-nav li.active a {
  background: none; }

.wraperAccount .top-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative; }

.wraperAccount .top-nav {
  padding-right: 0px; }

.notiText {
  background: #79d6e5;
  color: #fff;
  font-size: 10px;
  min-width: 22px;
  text-align: center;
  padding: 0 2px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'gotham_mediumregular';
  line-height: 14px; }

.wraperAccount .top-nav > li > a.createRefrel {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59bed0+0,004c80+100 */
  background: #59bed0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #59bed0 0%, #004c80 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #59bed0 0%, #004c80 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #59bed0 0%, #004c80 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bed0', endColorstr='#004c80',GradientType=1 );
  /* IE6-9 */
  color: white !important;
  line-height: 22px;
  min-width: 200px;
  text-align: center; }

.wraperAccount .top-nav > li > a.createRefrel.cancel {
  background: #e2e5e7;
  color: #fff; }
  .wraperAccount .top-nav > li > a.createRefrel.cancel:hover {
    background: #bdbdbd; }

.wraperAccount .top-nav > li > a.createRefrel:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#065485+0,59bed0+100 */
  background: #065485;
  /* Old browsers */
  background: -moz-linear-gradient(left, #065485 0%, #59bed0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #065485 0%, #59bed0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #065485 0%, #59bed0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065485', endColorstr='#59bed0',GradientType=1 );
  /* IE6-9 */ }

.wraperAccount .top-nav > li > a.createRefrel {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'gothambold'; }

.wraperAccount .top-nav > li.notiIcons > a {
  font-size: 22px;
  color: #ced2d5; }

.wraperAccount .top-nav > li > a:hover, .wraperAccount .top-nav > li > a:focus {
  background: none; }

.pageHeading {
  float: left;
  padding-left: 30px;
  padding-top: 15px; }
  .pageHeading h4 {
    font-size: 16px;
    color: #818c97;
    padding-left: 30px;
    position: relative; }
    .pageHeading h4:after {
      content: '';
      width: 2px;
      height: 30px;
      display: block;
      background: #01e0ea;
      top: -5px;
      left: 0px;
      position: absolute; }

.userDetails {
  padding: 42px 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  text-align: center;
  clear: both; }
  .userDetails .profilePic {
    display: block;
    width: 79px;
    height: 79px;
    border-radius: 100%;
    margin: 0 auto;
    clear: both; }
  .userDetails .user_name {
    color: #fff;
    font-size: 18px;
    padding-top: 10px; }
  .userDetails .user_location {
    color: #fff;
    font-size: 14px;
    padding-top: 3px; }

.userRating {
  display: block; }
  .userRating a {
    display: inline-block; }
  .userRating .posstive {
    color: #fdd78d;
    font-size: 18px; }
  .userRating .nagtive {
    color: #75b1c1;
    font-size: 18px; }

.input-phone .f16 .flag {
  display: none; }

.input-phone .btn .caret {
  display: none; }

.input-phone .input-group-btn:first-child > .btn {
  margin-right: -2px; }

.popover.right > .arrow {
  left: 10px; }

.input-phone .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0 5px 5px 0px; }

.navbar-inverse .navbar-nav > .active > a {
  background: none; }

.navbar-inverse .navbar-nav a:hover, .navbar-inverse .navbar-nav a:focus {
  background: none !important; }

.coverBlock {
  height: 230px;
  margin-top: 20px;
  border-radius: 8px;
  position: relative; }
  .coverBlock .editCover {
    background: #fdfdfd;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    float: right;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 21px;
    color: #ced2d5;
    border: 1px solid #fdfdfd; }
    .coverBlock .editCover:hover {
      border: 1px solid #79d6e5;
      background: #79d6e5;
      color: #fff; }

.pictureDetails {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .pictureDetails .profilePhoto {
    height: 112px;
    width: 112px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    margin-top: -55px;
    box-shadow: 2px 4px 10px 0px #dcdddf;
    position: relative; }
  .pictureDetails .fullName {
    font-size: 18px;
    color: #848b93;
    text-align: center;
    padding-top: 15px; }
  .pictureDetails .starRating a {
    font-size: 16px; }
  .pictureDetails .starRating .posstive {
    color: #fdd78d; }
  .pictureDetails .starRating .nagtive {
    color: #dbdfe3; }

.whiteBox {
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 40px; }

.commissionBlock {
  margin-bottom: 30px; }
  .commissionBlock h6 {
    margin: 0px;
    font-size: 14px;
    color: #b5bcc2;
    margin-bottom: 10px; }
  .commissionBlock p {
    color: #6d7a87;
    font-size: 14px; }
    .commissionBlock p a {
      color: #6d7a87; }

.editProfile {
  color: #79d6e5;
  font-size: 14px;
  border-top: 1px solid #eeeeee;
  margin: 0 -15px;
  padding: 0 15px;
  padding-top: 20px; }
  .editProfile a {
    color: #79d6e5;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 3px; }
    .editProfile a:hover {
      border: 1px solid #79d6e5; }

.smallMap {
  margin: 0 -15px;
  margin-bottom: 30px; }

.wraperAccount {
  padding-left: 270px; }

.mainTabsnew {
  list-style: none;
  padding: 17px; }
  .mainTabsnew li {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #79d6e5;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "gotham_htfmedium";
    font-size: 14px;
    line-height: normal;
    margin-right: 0;
    padding: 13px 25px;
    text-transform: uppercase; }
    .mainTabsnew li a {
      color: #bec4c9; }

/****** user review Section *******/
.userReview .reviewsText {
  color: #7f8995;
  font-size: 16px; }
.userReview .starRating a {
  font-size: 14px; }
.userReview .starRating .posstive {
  color: #fdd78d; }
.userReview .starRating .nagtive {
  color: #dbdfe3; }
.userReview .ratingCount {
  color: #7f8995;
  font-size: 22px;
  text-align: right; }

.reviewsListing {
  list-style: none;
  padding: 0px;
  margin-top: 45px; }
  .reviewsListing li {
    list-style: none;
    position: relative;
    padding-left: 56px;
    margin-bottom: 40px; }
    .reviewsListing li h5 {
      color: #7a7e7f;
      font-size: 13px;
      margin: 0px; }
    .reviewsListing li p {
      color: #7f8995;
      font-size: 11px;
      padding-right: 20px; }
  .reviewsListing .reviewUser {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%; }

.bakendLogo.mobile {
  display: none; }

.hiddenDesktop, .mobileeonly, .wraperAccount .top-nav {
  display: none; }

.wraperAccount .top-nav.desktop {
  display: block; }

.navbar-inverse {
  background: #fff; }

/************* Create Refrel Steps Css *************/
.refrelSection {
  background: #fff; }

.stepsCount {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #cdcdcd;
  border-radius: 100%;
  line-height: 24px;
  font-size: 14px;
  font-family: 'gothambold';
  color: #fff;
  text-align: center; }

.stepsName {
  color: #a9b1b8;
  font-size: 14px; }

.refrelSteps .setup-panel li.active a {
  background: none; }
  .refrelSteps .setup-panel li.active a .stepsCount {
    background: #79d6e5; }
  .refrelSteps .setup-panel li.active a .stepsName {
    color: #79d6e5; }

.refrelSteps .thumbnail {
  border: none;
  border-bottom: 1px dashed #efefef; }

.refrelSteps .nav-justified > li {
  display: inline;
  width: 20%;
  float: left; }
  .refrelSteps .nav-justified > li a {
    text-align: left; }

.lokingBtns {
  margin-top: 10px;
  padding: 0 15px; }
  .lokingBtns a {
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 15px 25px;
    color: #bec4c9;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'gotham_mediumregular'; }
    .lokingBtns a:first-child {
      border-radius: 3px 0px 0px 3px; }
    .lokingBtns a:last-child {
      border-radius: 0px 3px 3px 0px;
      border-left: none; }
  .lokingBtns .active {
    border-color: #cdcdcd;
    color: #79d6e5; }

.marginBt15 {
  margin-bottom: -15px; }

.clientFrom {
  margin: 50px 0;
  padding: 0 15px; }
  .clientFrom .input-group {
    position: relative;
    outline: none;
    width: 100%;
    margin-bottom: 40px; }
  .clientFrom .input-group.blue label {
    color: #79d6e5; }
  .clientFrom label {
    color: #afb6bd;
    font-size: 14px;
    font-weight: normal; }
  .clientFrom input {
    width: 100%;
    z-index: 2;
    position: relative;
    color: #6f7b88; }
    .clientFrom input:focus {
      outline: none; }
  .clientFrom textarea {
    width: 100%;
    resize: none; }
  .clientFrom .saveContinue {
    background: #fff;
    border: 1px solid #79d6e5;
    color: #79d6e5;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 13px 50px; }
    .clientFrom .saveContinue:hover {
      background: #79d6e5;
      color: #fff;
      border: 1px solid #79d6e5; }
  .clientFrom select {
    border: none;
    border-bottom: 1px solid #edeff0;
    box-shadow: none;
    padding: 0px;
    color: #afb6bd;
    height: 54px;
    margin-top: -20px;
    background-position: 96% 75%;
    padding-top: 20px; }
    .clientFrom select:focus {
      box-shadow: none; }

.temperatureType h5 {
  font-size: 16px;
  color: #3b3b3b;
  margin-bottom: 0px; }
.temperatureType .bootmBtns {
  text-align: left; }

.tempBtns {
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 3px;
  margin-right: 15px; }

.tempBtns.blue {
  color: #4ba3ff;
  border: 1px solid #4ba3ff; }
  .tempBtns.blue:hover {
    color: #fff; }

.tempBtns.blue.active {
  color: #fff;
  background: #4ba3ff; }

.tempBtns.orange {
  color: #ffb317;
  border: 1px solid #ffb317; }
  .tempBtns.orange:before {
    background: #ffb317; }
  .tempBtns.orange:hover, .tempBtns.orange:focus {
    color: #fff; }

.tempBtns.orange.active {
  color: #fff;
  background: #ffb317; }

.tempBtns.red {
  color: #ff5d5d;
  border: 1px solid #ff5d5d; }
  .tempBtns.red:before {
    background: #ff5d5d; }
  .tempBtns.red:hover, .tempBtns.red:focus {
    color: #fff; }

.tempBtns.red.active {
  color: #fff;
  background: #ff5d5d; }

.form-titles {
  font-size: 18px;
  color: #818c97;
  padding: 5px 15px; }

.hr {
  margin: 20px -15px;
  margin-top: 40px; }

.goBtn {
  border: 1px solid #79d6e5;
  padding: 15px 5px;
  color: #fff;
  display: inline-block;
  background: #79d6e5;
  margin-top: -25px;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'gotham_mediumregular';
  position: absolute;
  right: 20px;
  top: 0px;
  min-width: 69px;
}

.goBtn--relative {
    top: unset;
    right: unset;
    margin-top: unset;
    position: relative;
}

.goBtn.hvr-radial-out:before {
  background: #5dc0d0; }

.inputDesc {
  font-size: 14px;
  color: #a1a1a1;
  margin-top: -30px; }

.salesLink {
  margin-right: 100px; }

.propertyLink {
  margin-right: 100px;
  margin-top: 40px; }
  .propertyLink .infoIcon {
    top: 40px; }

.goBtn.T50 {
  top: 40px; }

.padding0 {
  padding-left: 0 !important; }

.infoIcon {
  color: #cdcdcd;
  font-size: 16px;
  position: absolute;
  right: 115px;
  top: 0;
  z-index: 11; }

.count-input {
  position: relative;
  width: 100%;
  max-width: 165px;
  margin: 10px 0; }

.count-input input {
  width: 100%;
  height: 36.92307692px;
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  text-align: center;
  color: #afb6bd;
  font-size: 14px; }

.count-input input:focus {
  outline: none; }

.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  top: 50%;
  right: 4px;
  margin-top: -15px;
  text-decoration: none;
  z-index: 5;
  font-size: 30px; }

.count-input .incr-btn:first-child {
  right: auto;
  left: 4px;
  top: 46%; }

.count-input.count-input-sm {
  max-width: 125px; }

.count-input.count-input-sm input {
  height: 36px; }

.count-input.count-input-lg {
  max-width: 200px; }

.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px; }

.count-input.space-bottom {
  max-width: 100%;
  margin-top: -20px; }
  .count-input.space-bottom .quantity {
    border: 1px solid #edeff0;
    border-radius: 3px;
    height: 54px; }
  .count-input.space-bottom .incr-btn {
    color: #79d6e5;
    background: #fff; }

.clientFrom .additional label {
  font-size: 16px;
  color: #afb6bd; }

.clientFrom .additional .checkbox-inline {
  margin-right: 60px;
  margin-bottom: 20px; }

.effect-16,
.effect-17,
.effect-18 {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #edeff0;
  background-color: transparent; }

.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #79d6e5;
  transition: 0.4s; }

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s; }

.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2px;
  color: #afb6bd;
  transition: 0.3s;
  z-index: 1;
  letter-spacing: 0.5px; }

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
  top: -16px;
  font-size: 12px;
  color: #b0b7bd;
  transition: 0.3s; }

.propertyText textarea {
  border: 1px solid #d6d6d6;
  height: 92px;
  resize: none;
  width: 100%;
  font-size: 14px;
  color: #afb6bd;
  padding: 20px;
  border-radius: 3px; }

.propertyVideo {
  display: block;
  clear: both; }

.typeuser h5 span {
  color: #7d7d7d;
  font-size: 16px; }

.propertyImages ul {
  list-style: none;
  padding: 0px; }
  .propertyImages ul li {
    display: inline-block;
    vertical-align: middle;
    width: 91px;
    height: 91px;
    margin-right: 10px;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-family: 'gothambold';
    margin-bottom: 10px;
    position: relative; }
    .propertyImages ul li a {
      color: #bcbcbc; }
    .propertyImages ul li .zmdi-camera {
      display: block;
      font-size: 30px;
      padding-top: 25px; }
    .propertyImages ul li .fileUpload {
      background: transparent none repeat scroll 0 0;
      border-radius: 0;
      height: 100%;
      left: 0;
      margin: 0;
      top: 0;
      width: 100%;
      font-size: 12px;
      color: #bcbcbc;
      text-transform: uppercase;
      font-family: 'gothambold'; }
      .propertyImages ul li .fileUpload input.upload {
        width: 100%;
        height: 100%; }
      .propertyImages ul li .fileUpload:hover {
        background: #79d6e5; }
    .propertyImages ul li .deleteimg {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #bcbcbc;
      border-radius: 100%;
      font-size: 14px;
      height: 20px;
      line-height: 18px;
      position: absolute;
      right: -5px;
      text-align: center;
      top: -5px;
      width: 20px; }
      .propertyImages ul li .deleteimg:hover {
        background: #79d6e5;
        color: #fff; }

.propertyPopup {
  padding-top: 80px; }
  .propertyPopup .modal-dialog {
    width: 870px; }
  .propertyPopup button.close {
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin-top: -70px;
    opacity: 1;
    position: absolute;
    right: -5px; }
  .propertyPopup .propertyTitle .detailsText {
    display: inline-block;
    max-width: 70%; }
    .propertyPopup .propertyTitle .detailsText h4 {
      color: #818c97;
      font-size: 20px;
      margin: 0px; }
    .propertyPopup .propertyTitle .detailsText p {
      color: #6f7b88;
      font-size: 12px;
      margin-top: 10px; }
  .propertyPopup .propertyTitle .forSale {
    background: #fff;
    border: 1px solid #79d6e5;
    color: #79d6e5;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 6px 13px;
    display: inline-block;
    vertical-align: top; }
    .propertyPopup .propertyTitle .forSale:hover {
      background: #79d6e5;
      color: #fff; }
  .propertyPopup .costBlock {
    text-align: right; }
    .propertyPopup .costBlock .priceText {
      color: #818c97;
      font-size: 18px;
      text-align: right; }
    .propertyPopup .costBlock p {
      color: #77828f;
      font-size: 12px; }
  .propertyPopup .modal-header {
    border-bottom: none;
    padding: 30px;
    padding-bottom: 0px; }

.largeMap .searchList .col-sm-5, .largeMap .searchList .col-sm-7 {
  padding-right: 0; }
.largeMap .searchList .col-sm-7 {
  padding-left: 0; }
.largeMap .btnSmall {
  margin-right: 10px;
  font-size: 13px;
  padding: 5px 10px; }
.largeMap .searchList ul li .searchuProfile {
  left: 0; }
.largeMap .searchList ul li {
  padding-left: 60px; }
.largeMap .searchList {
  min-width: 400px; }

.agentPopup .slick-track {
  margin: 0 auto; }

#map .searchList ul li .searchUserName {
  color: #77838e;
  font-family: "gotham_bookregular";
  font-size: 20px; }

#map .searchList ul li .searchUserName.assginAgent {
  font-size: 14px;
  font-family: "gotham_mediumregular";
  color: #77838e; }

.referralsReceived .count {
  padding-bottom: 5px; }

.searchList ul li .searchUserRating.userLocations {
  max-width: 50%;
  margin-top: 20px; }
  .searchList ul li .searchUserRating.userLocations .addressBlock {
    color: #77838e; }

.searchList ul li .rightActions .userRating {
  display: inline-block; }

.searchList ul li .ratingUser.width50 {
  display: block;
  margin-top: 20px; }

.agentNetwork .largeMap .searchList ul li {
  padding-right: 0; }

.propertyPopup .flex-control-thumbs li {
  width: 79px;
  margin-right: 8px; }

.propertyDescpertion {
  padding-top: 30px;
  margin-top: 20px; }
  .propertyDescpertion .popertyTags {
    margin-bottom: 25px; }
    .propertyDescpertion .popertyTags h4 {
      color: #abb3ba;
      font-size: 12px;
      font-family: 'gotham_mediumregular';
      margin: 0px; }
    .propertyDescpertion .popertyTags p {
      color: #abb3ba;
      font-size: 14px;
      margin: 0px;
      color: #7d7d7d; }
    .propertyDescpertion .popertyTags ul {
      list-style: none;
      padding: 0px; }
      .propertyDescpertion .popertyTags ul li {
        display: inline; }
        .propertyDescpertion .popertyTags ul li a {
          color: #79d6e5;
          font-size: 12px;
          margin-right: 30px;
          display: inline-block;
          margin-right: 25px; }
    .propertyDescpertion .popertyTags:after {
      position: absolute;
      right: 0;
      top: 0px;
      height: 100%;
      content: '';
      width: 2px; }

.clientDescpertion .clientTitle {
  font-size: 12px;
  color: #abb3ba; }
.clientDescpertion .patrickBowers {
  font-size: 14px;
  color: #6f7b88; }
  .clientDescpertion .patrickBowers .hotBtn {
    border: 1px solid #ff5d5d;
    color: #ff5d5d;
    padding: 6px 13px;
    font-size: 14px;
    font-family: 'gotham_mediumregular';
    text-transform: uppercase;
    margin-left: 25px;
    border-radius: 3px; }
.clientDescpertion address {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  margin-bottom: -2px;
  font-family: 'gotham_mediumregular'; }
  .clientDescpertion address a {
    font-size: 14px;
    color: #7d7d7d; }
    .clientDescpertion address a:hover {
      color: #79d6e5; }

.searchSection {
  display: block; }
  .searchSection .content {
    height: 580px;
    padding: 10px; }
  .searchSection .input-group {
    padding: 10px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededec;
    padding-bottom: 0px;
    margin-bottom: 10px; }
  .searchSection .searchInput {
    height: 54px;
    border: none;
    width: 100%;
    box-shadow: none;
    color: #848484;
    font-size: 16px;
    padding-left: 30px;
    width: 100%; }
  .searchSection .searchBtn {
    border: none;
    font-size: 22px;
    color: #848484;
    background: none;
    position: absolute;
    left: 10px;
    top: 22px;
    z-index: 11; }
    .searchSection .searchBtn:hover {
      color: #79d6e5; }

.searchList ul {
  padding: 0px;
  list-style: none; }
  .searchList ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 20px 15px;
    padding-left: 70px;
    padding-right: 90px;
    border-bottom: 1px solid #ededec; }
    .searchList ul li:last-child {
      border-bottom: none; }
    .searchList ul li .searchuProfile {
      width: 43px;
      height: 43px;
      position: absolute;
      left: 14px;
      top: 20px;
      border-radius: 100%; }
    .searchList ul li .searchUserName {
      color: #77838e;
      font-size: 14px;
      font-family: 'gotham_mediumregular'; }
    .searchList ul li .searchUserTime {
      color: #7f8995;
      font-size: 14px; }
    .searchList ul li .searchUserRating {
      display: block;
      margin-top: 10px; }
      .searchList ul li .searchUserRating .ratingUser {
        display: inline-block;
        color: #535556;
        font-size: 12px;
        font-family: 'gotham_mediumregular';
        margin-right: 15px; }
        .searchList ul li .searchUserRating .ratingUser .userRating {
          display: inline-block; }
          .searchList ul li .searchUserRating .ratingUser .userRating .zmdi {
            font-size: 14px; }
      .searchList ul li .searchUserRating .reviewCount {
        display: inline-block;
        color: #7f8995;
        font-size: 12px; }
      .searchList ul li .searchUserRating .distCount {
          display: inline-block;
          color: #7f8995;
          font-size: 11px;
          margin-left: 15px;
      }
    .searchList ul li .rightActions {
      position: absolute;
      top: 15px;
      right: 20px; }
      .searchList ul li .rightActions .rankCount {
        border: 1px solid #cecece;
        color: #7f8995;
        font-size: 13px;
        display: block;
        color: #7f8995;
        font-size: 13px;
        text-align: center;
        line-height: 34px;
        width: 34px;
        height: 34px;
        float: right;
        clear: both; }

.marginR0 {
  margin-right: 0 !important; }

.largeMap {
  position: relative;
  padding-top: 30px; }

.searchedUser {
  position: absolute;
  width: 375px;
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dededc;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

.moveMap {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #dededc;
  padding: 13px 20px;
  background: #fff; }

.btnSmall {
  background: #fff;
  border: 1px solid #79d6e5;
  color: #79d6e5;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 13px;
  display: inline-block;
  vertical-align: top;
  font-family: 'gotham_mediumregular'; }
  .btnSmall:hover {
    background: #79d6e5;
    color: #fff; }

.btnSmall.active {
  background: #79d6e5;
  color: #fff;
  font-size: 14px;
  padding: 7px 13px; }
  .btnSmall.active:hover {
    background: #58adbb;
    color: #fff; }

.viewonMap {
  float: right;
  padding: 3px 35px 6px;
  font-family: 'gotham_bookregular';
  font-size: 15px; }
  .viewonMap .zmdi {
    font-size: 23px;
    position: relative;
    top: 2px; }

.propertyImage .viewLocation .zmdi {
  font-size: 15px;
  position: relative;
  top: 0px; }

.paddingR0 {
  padding-right: 0px !important; }

.padding15 {
  padding: 0 15px; }

.marginT0 {
  margin-top: 0px !important; }

.clientFrom .saveContinue.padding30 {
  padding: 13px 30px; }

.searchSection .clientFrom {
  padding-right: 0 !important; }

.searchedUser .searchList ul li {
  border-bottom: 1px dashed #efefef;
  width: inherit;
  margin: 0 15px; }
.searchedUser .searchList ul li .searchUserRating {
  margin-top: 20px; }
  .searchedUser .searchList ul li .searchUserRating .addressBlock {
    width: 49%;
    font-size: 12px;
    color: #7f8995; }
  .searchedUser .searchList ul li .searchUserRating .width50 {
    width: 49%;
    text-align: right; }
.searchedUser .ratingUser {
  margin-top: 20px;
  color: #6d6d6d;
  font-size: 14px; }
.searchedUser .userRating {
  display: inline-block;
  margin-top: 30px;
  font-family: 'gotham_mediumregular'; }
  .searchedUser .userRating .zmdi {
    font-size: 14px; }
.searchedUser .reviewCount {
  font-size: 12px; }

.referralsReceived {
  display: block;
  color: #7f8995;
  font-size: 11px; }
  .referralsReceived .count {
    font-size: 16px;
    color: #4d5156;
    font-family: 'gotham_mediumregular'; }

.referralsBottom {
  padding: 20px; }

.side-nav .content {
  height: 100%; }

.wraperAccount .top-nav > li > a.createRefrel.uploadProperty {
  color: #79d6e5 !important;
  background: #fff;
  border-left: 1px solid #e0e0e0; }

.temperatureType h5 a {
  color: #cdcdcd;
  margin-left: 8px; }

.form-titles.colorGray {
  color: #818c97; }

.selectLabel {
  color: #77838f !important;
  font-size: 14px;
  padding-top: 10px; }

.propertySelect {
  max-width: 255px; }

.clientFrom select.marginT24 {
  margin-top: -24px; }

.side-nav .navbar-nav li.active a {
  position: relative; }

.side-nav .navbar-nav li.active a:after {
  width: 2px;
  content: '';
  height: 19px;
  background: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: 7px; }

.mangeSteps .resp-tabs-list {
  border-bottom: none;
  padding: 17px; }
  .mangeSteps .resp-tabs-list li a {
    border: 0px solid #e6e6e6;
    color: #bec4c9;
    display: block;
    float: left;
    line-height: normal;
    margin-right: 0px;
    border-radius: 0px;
    border-right: none;
    font-family: 'gotham_htf_bookregular';
    font-size: 14px;
    padding: 0;
    text-transform: uppercase; }
    .mangeSteps .resp-tabs-list li a:hover {
      background: #fff;
      color: #79d6e5; }
  .mangeSteps .resp-tabs-list li:last-child a {
    border-right: 1px solid #e6e6e6;
    border-radius: 0 3px 3px 0; }
  .mangeSteps .resp-tabs-list li:first-child a {
    border-radius: 3px 0px 0px 3px; }

.mangeSteps .nav-tabs li.active a {
  border-bottom: 1px solid #e6e6e6;
  color: #79d6e5;
  border-color: #cdcdcd; }

.mangeSteps .nav-tabs li.active a:hover {
  border-right: none; }

.mangeSteps .headerMange {
  border-bottom: 1px dashed #efefef; }

.calenderSearch {
  display: block;
  max-width: 380px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  float: right;
  margin: 15px;
  width: 100%; }
.calenderSearch.marginR0{margin-right: 0;}

  .calenderSearch .calinput {
    float: left;
    width: 50%;
    position: relative; }
    .calenderSearch .calinput .form-control {
      width: 100%;
      height: 44px;
      border: none;
      color: #6f7b88;
      font-size: 12px;
      padding-left: 70px;
      padding-bottom: 0px;
      box-shadow: none; }
      .calenderSearch .calinput .form-control:focus, .calenderSearch .calinput .form-control:active {
        box-shadow: none; }
    .calenderSearch .calinput .calenderIcon {
      position: absolute;
      top: 12px;
      right: 20px;
      color: #79d6e5;
      font-size: 18px; }
    .calenderSearch .calinput:first-child {
      border-right: 1px solid #e6e6e6; }
    .calenderSearch .calinput label {
      position: absolute;
      font-size: 12px;
      color: #a8b0b7;
      font-weight: normal;
      top: 15px;
      min-width: 70px;
      text-align: center; }

.mangeSteps .resp-tabs-list.ver_1 {
  padding: 15px;
  margin-top: 0 !important; }

.mangeSteps .resp-vtabs {
  width: inherit !important; }
.mangeSteps .resp-vtabs.hot_war_cold { width: 100% !important; } 

.highcharts-container { max-width: 100%;}

.agentPopup.viewofffer .searchList {
  margin-top: -20px; }

.currencyDrop {
  float: right;
  padding: 15px;
  max-width: 140px;
  width: 100%; }
  .currencyDrop select.form-control {
    width: 100%;
    height: 44px;
    color: #bec4c9;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 10px; }

.mangeTable {
  margin: 0 -15px; }
  .mangeTable .mCSB_container {
    width: 100%; }
  .mangeTable .content {
    height: 100%;
    max-height: 700px; }
  .mangeTable .client-name {
    font-size: 14px;
    color: #6f7b88;
    font-family: 'gotham_htf_bookregular'; }
  .mangeTable .table > thead th {
    color: #adb4bb;
    font-size: 12px;
    font-family: 'gotham_htf_bookregular';
    font-weight: normal;
    border-bottom: 1px dashed #efefef;
    padding: 25px; }
  .mangeTable .table td {
    color: #adb4bb;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px dashed #efefef;
    padding: 25px; }
    .mangeTable .table td .time {
      display: block;
      text-align: right; }
    .mangeTable .table td .btnSmall {
      font-size: 12px;
      padding: 5px 10px;
      min-width: 70px;
      text-align: center; }
    .mangeTable .table td .btnSmall.active {
      background: #79d6e5;
      color: #fff; }
    .mangeTable .table td .phone-no {
      color: #79d6e5;
      font-family: "gotham_mediumregular";
      padding-top: 18px;
      display: block; }
    .mangeTable .table td .image-video {
      font-size: 12px;
      color: #84d9e7;
      font-family: "gotham_mediumregular";
      display: block;
      min-width: 150px;
      padding-top: 8px; }
      .mangeTable .table td .image-video .zmdi {
        font-size: 15px; }
    .mangeTable .table td .tempBtns {
      min-width: inherit;
      padding: 5px 10px;
      font-size: 12px;
      flex: right;
      margin-right: 0px;
      min-width: 70px;
      text-align: center; }
  .mangeTable .table tr td:first-child {
    color: #6f7b88;
    border-right: 1px dashed #efefef;
    position: relative;
    text-align: right; }
    .mangeTable .table tr td:first-child:after {
      background: #79d6e5;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      position: absolute;
      right: -4px;
      top: 30px;
      display: block;
      content: ''; }

.carouselSwitch {
  float: right;
  padding: 15px;
  padding-left: 5px; }
  .carouselSwitch a {
    background: #79d6e5;
    width: 49px;
    height: 44px;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 44px; }

.complete-cricle {
  background: url(../img/half-complete.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle; }

.awating-accpet {
  color: #f0ca69;
  font-family: 'gotham_htfmedium';
  display: block;
  padding-top: 15px; }

.awating-accpet.contacting {
  color: #88b73c; }

.awating-accpet.market {
  color: #f48c2b; }

.overviewGraph {
  padding: 30px; }
  .overviewGraph .grayText {
    color: #adb4bb;
    font-size: 14px; }
    .overviewGraph .grayText a {
      color: #adb4bb; }
  .overviewGraph .checkbox label {
    color: #adb4bb;
    font-size: 14px; }
  .overviewGraph .greenCricle {
    color: #40d4b7;
    margin-right: 8px; }
  .overviewGraph .blueCricle {
    color: #71b6ff;
    margin-right: 8px; }

.locatedUser {
  background: #fff;
  border: 1px solid #dededc;
  border-radius: 5px;
  bottom: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0 5%;
  position: absolute;
  right: 0;
  width: 90%; }
  .locatedUser .searchList ul li .searchUserName {
    color: #77838e;
    font-size: 20px;
    font-family: 'gotham_bookregular'; }
  .locatedUser .searchList ul li .searchUserRating {
    margin-top: 0px; }

/*********** Agent popup  ************/
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background: #79d6e5; }

.bootstrap-datetimepicker-widget .glyphicon {
  color: #79d6e5; }

.bootstrap-datetimepicker-widget .glyphicon-chevron-left, .bootstrap-datetimepicker-widget .glyphicon-chevron-right {
  font-size: 14px; }

.bootstrap-datetimepicker-widget .btn-primary {
  background: #79d6e5;
  border-color: #79d6e5; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background-color: transparent; }

.agentPopup {
  padding-top: 80px; }
  .agentPopup .modal-dialog {
    width: 485px; }
  .agentPopup .modal-content {
    border-radius: 10px; }
  .agentPopup button.close {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    height: 37px;
    margin-top: -70px;
    opacity: 1;
    position: absolute;
    right: -5px;
    text-align: center;
    width: 37px; }
  .agentPopup .modal-header {
    border-bottom: none;
    padding-bottom: 0px; }
    .agentPopup .modal-header h3 {
      font-size: 18px;
      font-family: 'gotham_htfmedium';
      font-weight: normal;
      color: #818c97; }
  .agentPopup .agentsList {
    padding: 0px; }
    .agentPopup .agentsList .btnSmall {
      margin-right: 10px; }
    .agentPopup .agentsList .searchList ul li {
      padding-right: 55px; }
      
.clientFrom .modal-body .agentsList.clearErrorSpacing span.help-block{
  bottom: unset;
  left: unset;
}
.referralsSystem.resp-tabs-list li {
  border: none !important;
  color: #adb4bb !important;
  font-size: 14px !important;
  text-transform: inherit !important;
  font-family: "gotham_htf_bookregular" !important;
  padding: 13px 5px;
  padding-bottom: 17px;
  margin-right: 40px; }

.resp-tabs-container.systemReport .resp-tab-content {
  border-top: none !important; }

.referralsSystem.resp-tabs-list li.resp-tab-active {
  border-bottom: 2px solid #79d6e5 !important; }

.mangeSteps .resp-tabs-list.ver_1.referralsSystem {
  padding-bottom: 0px !important;
  padding-left: 30px;
  border-bottom: 1px solid #e4e4e4 !important; }

.refrelGrouped {
  padding: 30px; }
  .refrelGrouped h4 {
    color: #adb4bb;
    font-size: 14px;
    font-family: 'gotham_mediumregular';
    margin: 0px;
    margin-bottom: 30px; }

.searchProperty .searchSection .input-group {
  margin-bottom: 0px;
  border-bottom: none;
  padding-top: 0px; }
  .searchProperty .searchSection .input-group input {
    font-size: 14px;
    color: #a9b1b8; }
  .searchProperty .searchSection .input-group .searchBtn {
    top: 10px;
    font-size: 24px; }

.priceDrop .btn {
  background: #fff;
  color: #818c97;
  font-family: 'gotham_mediumregular';
  font-size: 12px;
  text-transform: uppercase;
  margin: 14px 0 0; }
  .priceDrop .btn .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    margin-top: -5px;
    color: #bec4c9;
    margin-left: 5px; }
  .priceDrop .btn:hover, .priceDrop .btn:focus {
    box-shadow: none; }
.priceDrop .dropdown-menu {
  margin-top: 13px;
  border-radius: 0;
  border-top: none;
  padding: 0px;
  min-width: 126px;
  width: 100%; }

.addressResult {
  padding: 20px 100px 20px 12px;
  font-size: 16px;
  color: #818c97;
  background: #fff;
  margin-top: 25px;
  position: relative;
  margin-bottom: 9px; }
  .addressResult .toogleBtn {
    width: 85px;
    border: 1px solid #e6e6e6;
    padding: 12px;
    text-align: center;
    color: #bec4c9;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    right: 11px; }
    .addressResult .toogleBtn .zmdi {
      font-size: 17px;
      margin-right: 5px; }
    .addressResult .toogleBtn:hover {
      background: #79d6e5;
      color: #fff;
      border-color: #79d6e5; }

.bdrRadius0 {
  border-radius: 0px; }

.bdrR {
  border-right: 1px solid #ebedef;
  min-height: 58px; }

.to {
  padding-top: 20px;
  text-align: center;
  color: #d1d5d9;
  font-size: 12px; }

.marginB0 {
  margin-bottom: 0px !important; }

.propertyListing {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 30px; }
  .propertyListing .propertyImage {
    width: 100%;
    height: 230px;
    position: relative; }
    .propertyListing .propertyImage .propertyRate {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px;
      font-size: 16px;
      right: 0px;
      top: 10px;
      color: #fff;
      position: absolute;
      font-family: 'gotham_mediumregular'; }
  .propertyListing .propertyName {
    color: #77838e;
    position: relative;
    font-size: 15px;
    padding-top: 5px;
    padding-right: 70px; }
    .propertyListing .propertyName a {
      color: #77838e; }
    .propertyListing .propertyName .propertySaller {
      border-radius: 100%;
      clear: both;
      display: block;
      height: 57px;
      width: 57px;
      position: absolute;
      right: 10px;
      border: 1px solid #f0f0f0;
      top: -22px; }
  .propertyListing .reviewCount {
    color: #7f8995;
    display: inline-block;
    font-size: 13px; }
    .propertyListing .reviewCount span {
      padding-left: 20px; }
  .propertyListing .ratingUser {
    color: #535556;
    display: inline-block;
    font-family: "gotham_mediumregular";
    font-size: 12px;
    margin-right: 15px; }
    .propertyListing .ratingUser .userRating {
      display: inline-block; }
    .propertyListing .ratingUser .posstive {
      color: #fdd78d;
      font-size: 15px; }
      .propertyListing .ratingUser .posstive .zmdi {
        margin-right: 5px; }
  .propertyListing .searchUserRating {
    margin-top: 10px; }
  .propertyListing .propertyDescribe {
    color: #6f7b88;
    font-size: 14px;
    padding: 20px 0;
    min-height: 80px; }
  .propertyListing .propertyBtns {
    border-top: 2px solid #ededec;
    margin-top: 15px;
    padding-top: 15px; }

.propertyDetails {
  padding: 15px; }
  .propertyDetails #carousel .slides > li .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -12px; }
    .propertyDetails #carousel .slides > li .playBtn img {
      opacity: 1; }
  .propertyDetails slides > li {
    position: relative; }
  .propertyDetails .slides > li {
    position: relative; }
  .propertyDetails #carousel .slides > li.flex-active-slide img {
    opacity: 1; }
  .propertyDetails #carousel .slides > li img {
    opacity: 0.7; }
  .propertyDetails .searchList ul li {
    padding-right: 0px; }
  .propertyDetails .width100 {
    width: 100%;
    text-align: center; }
  .propertyDetails .viewonMap {
    font-size: 14px; }
    .propertyDetails .viewonMap .zmdi {
      font-size: 22px;
      margin-right: 5px; }
  .propertyDetails .propertyRate {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "gotham_mediumregular";
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 10px; }
  .propertyDetails .sallerDetails h4 {
    color: #6f7b88;
    font-size: 16px;
    font-family: 'gotham_mediumregular';
    margin: 0px;
    font-weight: normal; }
  .propertyDetails .sallerDetails h6 {
    color: #6f7b88;
    font-size: 12px; }
  .propertyDetails .sallerDetails .accommodationBlock {
    text-align: left; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsCol {
      padding-right: 30px; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsIcons {
      display: block;
      background: url(../img/accommodation-icons-large.png) no-repeat 0 0;
      width: 50px;
      height: 28px;
      margin: 0 auto;
      margin-bottom: 7px; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsIcons.villa {
      background-position: 10px 4px; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsIcons.room {
      background-position: -114px 0; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsIcons.bedrooms {
      background-position: -234px 0; }
    .propertyDetails .sallerDetails .accommodationBlock .assetsIcons.bathroom {
      background-position: -330px 0; }
  .propertyDetails .otherAmenities h5 {
    color: #6f7b88;
    font-size: 14px;
    border-bottom: 1px solid #dfe1e3;
    font-weight: normal;
    padding-bottom: 10px; }
  .propertyDetails .otherAmenities .tags {
    font-size: 12px;
    color: #6f7b88;
    font-family: 'gotham_mediumregular';
    padding: 6px 13px;
    border: 1px solid #dfe1e3;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 7px; }
  .propertyDetails .otherAmenities p {
    color: #abb3ba;
    font-size: 14px;
    max-width: 80%; }

.accommodationBlock {
  display: block;
  text-align: center; }
  .accommodationBlock .assetsCol {
    width: auto;
    text-align: center;
    padding-right: 10%;
    display: inline-block;
    color: #77838e;
    font-size: 12px; }
    .accommodationBlock .assetsCol:last-child {
      padding-right: 0px; }
    .accommodationBlock .assetsCol .assetsIcons {
      display: block;
      background: url(../img/accommodation-icons.png) no-repeat 0 0;
      width: 38px;
      height: 21px;
      margin: 0 auto;
      margin-bottom: 7px; }
    .accommodationBlock .assetsCol .assetsIcons.villa {
      background-position: 10px 0; }
    .accommodationBlock .assetsCol .assetsIcons.room {
      background-position: -104px 0; }
    .accommodationBlock .assetsCol .assetsIcons.bedrooms {
      background-position: -208px 0; }
    .accommodationBlock .assetsCol .assetsIcons.bathroom {
      background-position: -294px 0; }

#completionPopup .clientFrom .saveContinue.active, #finalizationPopup .clientFrom .saveContinue.active, #registerOfferModal .clientFrom .saveContinue.active {
  background: #79d6e5;
  color: #fff;
  min-width: 240px;
  text-align: center; }
  #completionPopup .clientFrom .saveContinue.active:hover, #finalizationPopup .clientFrom .saveContinue.active:hover , #registerOfferModal .clientFrom .saveContinue.active:hover{
    background: #69bcca; }

.agentNetwork .searchList ul li {
  padding-right: 50px; }
.agentNetwork .msgIcon {
  font-size: 21px;
  color: #79d6e5; }

.searchList ul li {
  padding-right: 50px; }
.msgIcon {
  font-size: 21px;
  color: #79d6e5; }

.msgBox {
  position: absolute;
  background: #fff;
  min-width: 450px;
  background: #fff;
  z-index: 11;
  top: 50px;
  margin-left: 50px;
  padding: 25px 20px 20px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dededc;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
  .msgBox textarea {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 80px;
    color: #77838e;
    font-size: 14px;
    font-family: 'gotham_mediumregular';
    resize: none; }
  .msgBox:after {
    display: inline-block;
    width: 9px;
    height: 18px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    content: '';
    position: absolute;
    left: -9px;
    top: 20px; }
  .msgBox:before {
    display: inline-block;
    width: 12px;
    height: 20px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #dededc transparent transparent;
    content: '';
    position: absolute;
    left: -12px;
    top: 19px; }

.min80 {
  min-width: 80px;
  text-align: center; }

.viewofffer .searchList ul li .searchUserRating {
  margin-top: 0px; }
.viewofffer .priceProperty {
  font-size: 24px;
  color: #7f8995; }

.ratingPop .coverBlock {
  border-radius: 0px;
  height: 189px; }
.ratingPop .pictureDetails .fullName {
  font-size: 19px;
  color: #6f7b88; }
.ratingPop .pictureDetails .starRating a {
  font-size: 20px; }
.ratingPop .pictureDetails .profilePhoto {
  width: 98px;
  height: 98px; }
.ratingPop .pictureDetails .reviewsText {
  font-size: 15px; }
.ratingPop .viewSection {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 15px 30px; }
  .ratingPop .viewSection p {
    color: #6f7b88;
    font-family: 'gotham_mediumregular';
    margin-bottom: 10px;
    font-size: 14px; }
    .ratingPop .viewSection p span {
      font-family: 'gotham_bookregular'; }
    .ratingPop .viewSection p:last-child {
      margin-bottom: 0px; }
  .ratingPop .viewSection .goBtn {
    margin-top: 0px;
    font-size: 12px;
    font-family: 'gothambold';
    padding: 15px 30px;
    position: inherit; }
.ratingPop .modal-header h3 span.blue {
  color: #79d6e5; }
.ratingPop .coverBlock {
  margin-top: 0px; }

.reviewDetails {
  padding: 20px 30px; }
  .reviewDetails ul {
    list-style: none;
    padding: 0; }
    .reviewDetails ul li {
      padding-right: 140px;
      position: relative;
      margin-bottom: 20px; }
      .reviewDetails ul li h4 {
        color: #6f7b88;
        font-size: 14px;
        margin: 0 0 10px; }
      .reviewDetails ul li p {
        color: #afb6bd;
        font-size: 12px; }
      .reviewDetails ul li .starRating {
        position: absolute;
        right: 0px;
        top: 0px; }
        .reviewDetails ul li .starRating a {
          font-size: 20px; }
        .reviewDetails ul li .starRating .posstive {
          color: #fdd78d; }
        .reviewDetails ul li .starRating .nagtive {
          color: #dbdfe3; }
      .reviewDetails ul li textarea {
        border: 1px solid #cacaca;
        height: 52px;
        width: 100%;
        border-radius: 5px;
        resize: none;
        color: #afb6bd;
        font-size: 12px;
        padding: 10px; }
  .reviewDetails .saveContinue.active {
    background: #79d6e5;
    color: #fff;
    min-width: 240px;
    text-align: center;
    border: 1px solid #79d6e5;
    border-radius: 3px;
    font-size: 14px;
    padding: 13px 50px;
    text-transform: uppercase; }
    .reviewDetails .saveContinue.active:hover {
      background: #69bcca; }

.leagueHeader {
  padding-top: 15px; }
  .leagueHeader .lokingBtns {
    padding: 0px; }
  .leagueHeader .lokingBtns a {
    background: #fff;
    font-size: 12px;
    font-family: 'gotham_mediumregular';
    padding: 13px 25px; }
    .leagueHeader .lokingBtns a:first-child {
      border-right: none; }
  .leagueHeader .calenderSearch {
    margin: 10px 0 0 0px; }

.referralAgent h4 {
  color: #848484;
  font-size: 16px;
  border-bottom: 1px solid #ededec;
  padding: 10px 15px; }

.selfRanking {
  border-top: 1px solid #ededec; }
  .selfRanking a {
    display: block;
    padding: 15px 15px;
    color: #77838e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .selfRanking .count {
    border: 1px solid #c2cdd3;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    color: #a2a9b0;
    font-size: 12px;
    margin-right: 10px; }

.padding0 {
  padding: 0px !important; }

.paddingL0 {
  padding-left: 0px !important; }

.refrelsRaking {
  list-style: none;
  padding: 0px; }
  .refrelsRaking li {
    color: #77838e;
    font-size: 14px;
    margin-bottom: 3px; }
    .refrelsRaking li a {
      display: block;
      padding: 8px 15px;
      color: #77838e;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .refrelsRaking li .count {
      border: 1px solid #c2cdd3;
      width: 28px;
      height: 28px;
      display: inline-block;
      border-radius: 100%;
      text-align: center;
      line-height: 28px;
      color: #a2a9b0;
      font-size: 12px;
      margin-right: 10px; }
    .refrelsRaking li:hover {
      background: #f1fbfc; }
  .refrelsRaking .active {
    background: #f1fbfc; }
  .refrelsRaking .rankOne a {
    color: #fbae2f; }
  .refrelsRaking .rankOne .count {
    color: #fbae2f;
    border: 1px solid #fbae2f; }
  .refrelsRaking .rankTwo a {
    color: #c1ccd2; }
  .refrelsRaking .rankTwo .count {
    color: #c1ccd2;
    border: 1px solid #c1ccd2; }
  .refrelsRaking .rankThree a {
    color: #e6af83; }
  .refrelsRaking .rankThree .count {
    color: #e6af83;
    border: 1px solid #e6af83; }

.paddingR0 {
  padding-right: 0px; }

.referralsMetrics .btnSmall.active {
  font-size: 12px; }
.referralsMetrics .metricsText {
  color: #adb4bb;
  font-size: 14px;
  padding: 30px 15px 0; }

.exportBtns {
  background: #79d6e5;
  color: #fff;
  text-align: center;
  border: 1px solid #79d6e5;
  border-radius: 3px;
  font-size: 12px;
  padding: 12px 20px;
  text-transform: uppercase; }
  .exportBtns:hover {
    background: #69bcca;
    color: #fff; }

/*********** Track sale Time line  popup  ************/
.tracksalePop {
  padding-top: 80px; }
  .tracksalePop .modal-dialog {
    width: 630px; }
  .tracksalePop .modal-body {
    padding: 30px; }
  .tracksalePop .modal-header {
    border-bottom: none;
    padding-bottom: 0px; }
    .tracksalePop .modal-header h3 {
      font-size: 18px;
      font-family: 'gotham_htfmedium';
      font-weight: normal;
      color: #818c97;
      text-align: center; }
    .tracksalePop .modal-header h5 {
      font-size: 16px;
      font-family: 'gotham_htf_bookregular';
      font-weight: normal;
      color: #818c97;
      text-align: center; }
  .tracksalePop button.close {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    height: 37px;
    margin-top: -70px;
    opacity: 1;
    position: absolute;
    right: -5px;
    text-align: center;
    width: 37px; }
  .tracksalePop .content {
    height: 500px; }
  .tracksalePop .searchuProfile {
    border-radius: 100%;
    height: 43px;
    left: 14px;
    position: absolute;
    top: 15px;
    width: 43px; }
  .tracksalePop .searchUserName {
    color: #6f7b88;
    font-family: "gotham_htfmedium";
    font-size: 14px; }
  .tracksalePop .searchUserTime {
    color: #6f7b88;
    font-size: 12px;
    font-family: 'gotham_htf_bookregular';
    max-width: 85%;
  }

.paddingBt30 {
  padding-bottom: 25px !important; }

/********  conatct css  *******/
.contactPage .contactinfo {
  padding: 15px;
  padding-top: 50px; }
  .contactPage .contactinfo h4 {
    font-size: 25px;
    color: #333333;
    padding: 0px;
    margin: 0px 0 0px 0;
    text-transform: uppercase; }
  .contactPage .contactinfo p {
    font-size: 16px;
    color: #303436;
    line-height: 24px;
    padding-right: 15px;
    color: #000;
    margin-top: 5px; }
.contactPage .submit {
  padding: 10px 15px; }

.contactDetail {
  margin-top: 34px; }

.contactDetail ul {
  padding: 0px;
  margin: 0px; }

.contactDetail ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative; }

.addressInfo {
  padding-left: 60px; }

.addressInfo .addressTitle {
  font-size: 14px;
  color: #989897;
  text-transform: uppercase; }

.addressInfo p {
  font-size: 18px;
  color: #303436;
  line-height: 26px;
  padding-bottom: 9px; }

.contactIcon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #79d6e5;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  position: absolute;
  top: 3px;
  color: #fff; }

.contactIcon:hover {
  transform: rotate(360deg);
  color: #fff; }

.formdiv {
  max-width: 774px;
  margin: 0 auto;
  padding-top: 41px; }

.textareField {
  background-color: #fff;
  border: none;
  resize: none;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  padding: 14px;
  border: 1px solid #ccc; }
  .textareField:focus, .textareField:active {
    border-color: #06f0ef;
    color: #0b4268; }

.textareField::placeholder {
  color: #afb6bd;
  opacity: 1; }

.textareField::-moz-placeholder {
  color: #afb6bd;
  opacity: 1; }

.textareField::-webkit-placeholder {
  color: #afb6bd;
  opacity: 1; }

.textareField::-ms-placeholder {
  color: #afb6bd;
  opacity: 1; }

.textareField:focus {
  color: #050505; }

.formdiv.loginForm .form-group {
  margin-bottom: 0;
  margin-top: 23px; }

.enquryForm {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 60px; }
  .enquryForm .form-control {
    box-shadow: none;
    color: #afb6bd;
    font-size: 15px;
    height: 54px;
    padding: 6px 20px;
    width: 100%; }
    .enquryForm .form-control:focus, .enquryForm .form-control:active {
      border-color: #06f0ef;
      color: #0b4268; }
  .enquryForm .form-control::placeholder {
    color: #afb6bd;
    opacity: 1; }
  .enquryForm .form-control::-moz-placeholder {
    color: #afb6bd;
    opacity: 1; }
  .enquryForm .form-control::-webkit-placeholder {
    color: #afb6bd;
    opacity: 1; }
  .enquryForm .form-control::-ms-placeholder {
    color: #afb6bd;
    opacity: 1; }

.enquryForm h4 {
  font-size: 38px;
  color: #221604;
  padding: 0px;
  margin: 0px;
  text-transform: none; }

.fillNote {
  color: #989897;
  font-size: 15px;
  display: block;
  padding-top: 15px;
  text-transform: uppercase; }

.formdiv .submit {
  margin-top: 23px;
  background: #fff;
  border: 1px solid #79d6e5;
  border-radius: 3px;
  color: #79d6e5;
  font-size: 14px;
  padding: 13px 50px;
  text-transform: uppercase; }
  .formdiv .submit:hover {
    background: #79d6e5;
    color: #fff; }

.staticRow {
  margin-top: 50px;
  margin-bottom: 50px; }

.staticTwo .dreamDesc h3 {
  margin-top: 20px;
  font-size: 35px; }
.staticTwo .dreamDesc p {
  font-size: 18px; }
.staticTwo .dreamImage img {
  border-radius: 0px;
  margin: 0 auto; }

.coverBlock .fileUpload {
  bottom: auto;
  top: 10px;
  right: 10px;
  background: #fdfdfd;
  border: 1px solid #fdfdfd;
  border-radius: 5px;
  color: #ced2d5;
  font-size: 21px; }

.coverBlock .fileUpload.btn-primary {
  color: #ced2d5;
  font-size: 21px;
  padding: 2px 0px;
  margin: 0px; }
  .coverBlock .fileUpload.btn-primary:hover {
    background: #79d6e5; }

.mailID {
  color: #303436; }

.mailID:hover, .mailID:focus {
  color: #79d6e5;
  text-decoration: none; }

.contactInfoDiv .col-sm-6 {
  padding: 0px; }

.profilePage {
  padding-top: 30px; }

.fileUpload {
  position: absolute;
  overflow: hidden;
  margin: 10px;
  background: #79d6e5;
  border-color: e6e6e6;
  float: right;
  right: -15px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #333;
  height: 32px; }

.fileUpload.btn-primary {
  color: #fff;
  font-family: 'gentonalight';
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 10px;
  border: none; }

.fileUpload.btn-primary:hover {
  background: #0b4268;
  color: #fff; }

/*******  Timel line css    ******/
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
  min-height: 450px; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background: #79d6e5;
  left: 50%;
  top: 0px;
  bottom: 20px;
  margin-left: -4px; }

.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 20px;
  clear: both; }

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry:after {
  clear: both; }

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry:after {
  clear: both; }

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0; }

.timeline-centered .timeline-entry.left-aligned {
  float: left; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -75px;
  text-align: left; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
  margin-right: 16px; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 45px;
  padding-left: 20px;
  text-align: right; 
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -5px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:before {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -7px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -10px; }

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 12px;
  color: #818c97;
  font-family: 'gotham_htf_bookregular'; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin-top: 10px;
  line-height: 12px;
  font-size: 15px;
  float: left; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #b8f4b3;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #89d7ff;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  border: 1px solid #c0ecf3;
  padding: 15px;
  margin-left: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 70px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -5px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 5px 0;
  border-color: transparent #b8e9f1 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -7px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #6f7b88;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "\f279";
  font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  font-size: 11px;
  color: #79d6e5; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  content: "\f26a";
  color: #79d6e5; }

.checkbox input[type="checkbox"]:checked + label {
  color: #79d6e5; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #79d6e5;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: 4px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #79d6e5;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer; }

.radio input[type="radio"]:focus + label::before {
  outline: none;
  border-color: #79d6e5; }

.radio input[type="radio"]:checked + label {
  color: #79d6e5; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  color: #79d6e5;
  background: #79d6e5;
  outline: none; }

.radio input[type="radio"]:disabled {
  cursor: not-allowed; }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #79d6e5; }

.radio-info input[type="radio"]:checked + label {
  color: #79d6e5; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #79d6e5; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
  content: "\f26a"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.effect-7,
.effect-8,
.effect-9 {
  border: 1px solid #d6d6d6;
  padding: 7px 14px 9px;
  transition: 0.4s; }

.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #79d6e5;
  transition: 0.2s;
  transition-delay: 0.2s; }

.effect-9 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s; }

.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #79d6e5;
  transition: 0.2s; }

.effect-9 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s; }

.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s; }

.effect-9:focus ~ .focus-border:after {
  transition-delay: 0.2s; }

.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s; }

.effect-9:focus ~ .focus-border i:after {
  transition-delay: 0.4s; }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */ }

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.searchProperty {
  position: relative; }

.filtersDiv {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 15px 25px 45px 25px; }

.filtersDiv.clientFrom .input-group {
  margin-bottom: 30px; }

.btnBig {
  background: #fff;
  border: 1px solid #79d6e5;
  color: #79d6e5;
  font-size: 16px;
  border-radius: 3px;
  padding: 15px 13px;
  display: inline-block;
  vertical-align: top;
  font-family: 'gotham_mediumregular'; }
  .btnBig:hover {
    background: #79d6e5;
    color: #fff; }

.btnMedium {
  background: #fff;
  border: 1px solid #79d6e5;
  color: #79d6e5;
  font-size: 16px;
  border-radius: 3px;
  padding: 10px 50px;
  display: inline-block;
  vertical-align: top;
  font-family: 'gotham_mediumregular'; }
  .btnMedium:hover {
    background: #79d6e5;
    color: #fff; }

.btnfixed {
  position: absolute;
  right: 0;
  top: 0; }

.input-effect.property-field {
  top: 22px;
  position: relative; }

.overLaymid {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 150px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99; }

.carousel3d .modal-dialog.modal-lg {
  width: 100%;
  max-width: 1200px; }
.carousel3d .modal-content {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none; }
.carousel3d .slick-prev {
  left: 33%;
  outline: none; }
.carousel3d .slick-next {
  right: 32%;
  outline: none; }
.carousel3d .usersInfo {
  height: 425px;
  box-shadow: 0 5px 10px #555;
  margin-bottom: 15px; }

.bottomDiv {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .bottomDiv .round {
    border-radius: 100%;
    width: 76px;
    height: 76px;
    text-align: center;
    background-color: #fff;
    margin: 0px 40px;
    display: inline-block;
    font-size: 45px;
    padding: 7px; }
  .bottomDiv .acceptSign {
    color: #40d4b7; }
    .bottomDiv .acceptSign:hover {
      background-color: #40d4b7;
      color: #fff; }
  .bottomDiv .rejectSign {
    color: #ff5d5d; }
    .bottomDiv .rejectSign:hover {
      background-color: #ff5d5d;
      color: #fff; }

.MarT20 {
  margin-top: 20px; }

.MarB30 {
  margin-bottom: 30px; }

.MarT30 {
  margin-top: 30px; }

.padR125 {
  padding-right: 125px; }

.MarB40 {
  margin-bottom: 40px; }

#notifications-1.mCustomScrollbar {
  max-height: 440px; }

.dropdown.notiIcons.open .dropdown-menu {
  overflow: inherit;
  padding: 0; }
  .dropdown.notiIcons.open .dropdown-menu:after {
    width: 20px;
    height: 8px;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -8px;
    right: 27px;
    content: ''; }
  .dropdown.notiIcons.open .dropdown-menu:before {
    width: 22px;
    height: 9px;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #c7c7c7 transparent;
    position: absolute;
    top: -10px;
    right: 26px;
    content: ''; }

.shopping-cart {
  width: 330px; }
  .shopping-cart .arrow_box:after, .shopping-cart .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .shopping-cart .content {
    max-height: 300px; }

.seeAll {
  background: #f6f7f8;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
  font-size: 12px;
  font-weight: 700;
  text-align: center; }

.top-nav > li.notiIcons .seeAll a {
  color: #79d6e5 !important;
  font-size: 12px;
  padding: 10px;
  display: block; }

.shopping-cart h3 {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ededec;
  color: #77838e;
  font-family: "gotham_mediumregular";
  margin: 0; }

.top-nav > li.notiIcons {
  position: relative; }

.notifi-text {
  font-size: 12px;
  padding: 0; }
  .notifi-text a {
    font-size: 12px !important;
    color: #000; }

.notifi-time {
  font-size: 12px;
  margin-top: 3px;
  text-align: left; }

.userNotc {
  color: #77838e;
  font-size: 12px; }

.userNotc span {
  color: #000; }

.notficThread {
  position: relative;
  padding: 15px 10px 10px;
  padding-left: 50px;
  min-height: 40px;
  border-bottom: 1px solid #ededec; }

.notficThread .userPic {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  border-radius: 100%; }

.property_type li span img {
  display: inline-block; }

.search_property_block .property_Address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.wraperAccount .top-nav > li > a:hover,
.wraperAccount .top-nav > li > a:focus,
.wraperAccount .top-nav > .open > a,
.wraperAccount .top-nav > .open > a:hover,
.wraperAccount .top-nav > .open > a:focus {
  background: none; }

.accetence a {
  font-size: 12px !important; }

.accetence ul.actionBtns {
  margin-top: 0; }

.notification.accept {
  color: green; }

.accetence ul li a.notification.reject {
  color: red; }

#cancled a {
  color: #999; }

#PropertySection .btnSmall {
  padding: 5px 10px; }

.wraperAccount .top-nav > li > a:hover,
.wraperAccount .top-nav > li > a:focus,
.wraperAccount .top-nav > .open > a,
.wraperAccount .top-nav > .open > a:hover,
.wraperAccount .top-nav > .open > a:focus {
  background: none; }

.accetence a {
  font-size: 12px !important; }

.accetence ul.actionBtns {
  margin-top: 0; }

.notification.accept {
  color: green; }

.accetence ul li a.notification.reject {
  color: red; }

#cancled a {
  color: #999; }

#PropertySection .btnSmall {
  padding: 5px 10px; }

.goBtn.T50 {
  right: 0; }

.salesLink, .propertyLink {
  margin-right: 120px; }

.clientFrom select {
  margin-top: -25px; }

.clientFrom span.help-block {
  position: absolute;
  bottom: 5px;
  left: 15px;
  white-space: nowrap; }

.count-input.space-bottom {
  margin-top: 0; }

#administrative_area_level_1.help-block,
#propertyTypes-error.help-block,
#administrative_area_level_1-error.help-block {
  bottom: -30px;
  left: 0; }

#bedrooms-error.help-block,
#bathrooms-error.help-block,
#receptions-error.help-block,
#floors-error.help-block {
  bottom: -30px;
  left: 0px; }

.clientFrom .additional + span.help-block,
#propertyImage-error.help-block {
  bottom: -15px;
  left: 15px; }

#fresh_property-error.help-block,
#propertyDescription-error.help-block {
  bottom: -30px;
  left: 15px; }

#temperature-error.help-block {
  bottom: -35px; }

.refrelSection .form-control.phoneNumber {
  border: none;
  padding-top: 0px;
  border-bottom: 1px solid #edeff0;
  padding-bottom: 1px;
  box-shadow: none;
  height: 30px;
  padding-left: 0;
  outline: none; }

.refrelSection .form-control.phoneNumber:focus,
.btn-default.active.focus {
  box-shadow: none;
  background-color: transparent;
  border: none; }

.refrelSection .input-phone .dropdown-toggle {
  min-height: 34px !important;
  padding: 6px 0 6px 0; }

.refrelSection #btn-country.btn-default {
  border: none;
  padding-top: 0; }

.refrelSection .input-phone .input-group,
.refrelSection .input-group .input-group {
  margin-bottom: 0px; }

.propertyListing {
  min-height: 520px; }

#phoneNumber-error.help-block {
  bottom: -45px;
  left: 1px;
  white-space: normal; }

/*
.createAccount.profilePage .input-phone .input-group-btn,
.createAccount.profilePage .form-control.phoneNumber
.createAccount.profilePage .form-control,
.createAccount.profilePage .form-control.phoneNumber{ 
	border:1px solid #ccc;
	padding: 12px 6px 6px;
}
.createAccount.profilePage .form-control.phoneNumber{ 
	padding: 26px 12px;
}
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: transparent;
}
.createAccount.profilePage #btn-country.btn-default{ width: 60px;}
*/
.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.p5 {
  padding-left: 5px;
  padding-right: 5px; }

.btnbg {
  background: #58adbb;
  color: #fff; }

.resp-tabs-list.center-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center; }

.manage-property-tabs {
  background-color: #f7f8fa; }
  .manage-property-tabs .addressResult {
    padding: 8px; }
  .manage-property-tabs .resp-tabs-container {
    background-color: transparent; }
    .manage-property-tabs .resp-tabs-container .resp-tab-content {
      background: none;
      padding: 0; }
  .manage-property-tabs .dateWise {
    margin: 20px 0 10px;
    background-color: transparent;
    padding: 0 15px;
    position: relative; }
    .manage-property-tabs .dateWise span {
      background-color: #f7f8fa;
      color: #818c97;
      font-size: 16px;
      margin-top: 0;
      display: inline-block;
      width: 100%; }
      .manage-property-tabs .dateWise span:after {
        content: '';
        background-color: rgba(219, 220, 221, 0.5);
        height: 1px;
        right: 15px;
        left: 120px;
        bottom: 5px;
        position: absolute; }
  .manage-property-tabs .btnSmall {
    padding: 5px; }

.manage-property-tabs .propertyListing {
  min-height: 500px; }
  .manage-property-tabs .propertyListing .propertyImage .viewLocation {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: rgba(121, 214, 229, 0.74);
    padding: 6px 12px 4px;
    color: #fff;
    height: 30px;
    font-size: 12px;
    font-family: 'gotham_mediumregular'; }
    .manage-property-tabs .propertyListing .propertyImage .viewLocation i {
      margin-right: 10px; }
  .manage-property-tabs .propertyListing .propertyImage .bottomDiv {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: left;
    padding-left: 15px; }
    .manage-property-tabs .propertyListing .propertyImage .bottomDiv .like {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      margin-right: 15px; }
    .manage-property-tabs .propertyListing .propertyImage .bottomDiv i {
      padding-right: 10px; }

.hiddenMobile {
  display: block; }

.offers.agentPopup .modal-header h3 {
  margin-bottom: 0;
  padding-left: 15px; }
.offers.agentPopup .modal-body {
  padding: 0 15px; }
.offers.agentPopup .searchList ul li .searchUserRating {
  margin-top: 0; }
.offers.agentPopup .offersprice {
  color: #7f8995;
  font-size: 24px; }
.offers.agentPopup .modal-dialog.formap {
  max-width: 900px;
  width: 96%; }
.offers.agentPopup .agentsList .searchList ul li {
  padding-right: 10px; }
.offers.agentPopup .btnSmall.active {
  padding: 5px 10px; }

.mb10 {
  margin-bottom: 10px; }

.marL25 {
  margin-left: 25px; }

.viewMapDiv {
  width: 100%;
  height: 450px;
  margin-top: 20px; }

.agentPopup.refferals .agentsList .searchList ul li {
  padding: 35px 15px;
  display: inline-block;
  border-bottom: 1px solid #ededec; }
  .agentPopup.refferals .agentsList .searchList ul li:first-child {
    padding-top: 20px; }
  .agentPopup.refferals .agentsList .searchList ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
.agentPopup.refferals .modal-body {
  padding: 0 15px; }
.agentPopup.refferals .refferalsleftdiv {
  width: 50%; }
.agentPopup.refferals .modal-header h3 {
  margin-bottom: 0;
  padding-left: 15px; }
.agentPopup.refferals .radio-info input[type="radio"]:checked + label {
  color: #77838e; }
.agentPopup.refferals .btnDiv {
  padding: 15px;
  margin-bottom: 25px; }

/** Notification css **/
.notification_div {
  padding: 0px; }

.referral_List {
  padding: 0px;
  margin: 0; }
  .referral_List li {
    list-style: none;
    border-bottom: 1px dotted #e9e9e9;
    padding: 30px 30px; }

.notifi_referral {
  padding-top: 0px; }
  .notifi_referral .sent_refferal {
    font-size: 14px;
    color: #adb4bb;
    font-family: 'gotham_htf_bookregular'; }
    .notifi_referral .sent_refferal span {
      font-family: 'gotham_mediumregular';
      color: #6f7b88; }
  .notifi_referral .referral_date {
    font-size: 12px;
    color: #adb4bb;
    text-align: right; }

.receivedName {
  font-size: 14px;
  font-family: 'gotham_mediumregular';
  color: #6f7b88; }
  .receivedName span {
    display: block;
    font-size: 12px;
    font-family: 'gotham_htf_bookregular';
    color: #adb4bb; }

.accetence {
  text-align: right; }
  .accetence ul {
    padding: 0px;
    margin: 10px 0 0 0px; }
    .accetence ul li {
      list-style: none;
      font-size: 14px;
      text-transform: uppercase;
      font-family: 'gotham_mediumregular';
      letter-spacing: 0.5px;
      display: inline-block;
      margin-left: 8px;
      border-bottom: none;
      padding: 0px; }
      .accetence ul li a {
        color: #adb4bb; }
        .accetence ul li a.active {
          color: #79d6e5; }

.sentRef_msg {
  position: relative; }
  .sentRef_msg .msg_sender {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: -3px; }
  .sentRef_msg .senderName {
    font-size: 14px;
    color: #adb4bb;
    font-family: 'gotham_htf_bookregular';
    padding-left: 54px;
    padding-top: 0px;
    line-height: normal; }

.gothamMedium {
  font-family: 'gotham_mediumregular'; }

.greenFont {
  color: #72ce19 !important; }

.redFont {
  color: #e52323 !important; }

.grayMedium {
  color: #6f7b88; }

/** Financial Page **/
.mangeSteps.financialPage .resp-tabs-list {
  padding: 17px 0; }

.mangeSteps.financialPage .resp-tabs-container {
  background: none; }

.mangeSteps.financialPage .resp-tab-content {
  padding: 15px 0; }

.revenuBlock {
  background: #fff;
  border-radius: 8px;
  padding: 20px 0;
  margin-bottom: 20px; }
  .revenuBlock .block_title {
    font-size: 14px;
    color: #adb4bb;
    border-bottom: 1px dotted #e9e9e9;
    padding: 0px 30px 20px;
    font-family: 'gotham_htf_bookregular'; }

.revenue_earned {
  padding-left: 15px;
  padding-top: 20px; }
  .revenue_earned .amount {
    font-size: 28px;
    font-family: 'gotham_htf_bookregular';
    color: #6f7b88; }
  .revenue_earned .overLabel {
    font-size: 14px;
    color: #adb4bb;
    margin-top: 10px; }
  .revenue_earned .revenue_value {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    min-width: 60px;
    min-height: 30px;
    line-height: 30px;
    border-radius: 5px;
    position: relative; }
    .revenue_earned .revenue_value.upValue {
      color: #40d4b7; }
      .revenue_earned .revenue_value.upValue.green_light_bg {
        background: #e8f9f6; }
  .revenue_earned .caret {
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: currentcolor;
    border-top-style: dashed;
    border-top-width: 5px;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
    position: relative;
    top: -3px; }

.upcaret {
  transform: rotate(-180deg); }

.downValue {
  color: #ff5d5d; }

.red_Light_Bg {
  background: #fee8e8; }

.generateRight {
  float: right;
  padding-right: 15px; }

.alert-info.pending-referrals {
  background: #dbeff3;
  border-color: #79d6e5;
  color: #64c4d4;
  font-size: 12px;
  font-family: 'gotham_htfmedium'; }
  .alert-info.pending-referrals .close {
    opacity: 1; }

.revenuBlock {
  border: 1px solid #ebebeb; }

.metricsSec {
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 15px; }
  .metricsSec .revenue_earned .revenue_value {
    padding: 0 5px; }
  .metricsSec .revenue_earned {
    padding-top: 5px; }
  .metricsSec .gothamNormal {
    font-size: 16px; }
  .metricsSec .gothamMedium {
    color: #adb4bb;
    font-family: 'gotham_htfmedium'; }

.metricsSec.last {
  border-bottom: none; }

.dashbordRound .calenderSearch {
  border: none; }
.dashbordRound .bdrL {
  border-left: 1px solid #e6e6e6; }
.dashbordRound .calenderSearch .calinput .form-control {
  height: 22px; }
.dashbordRound .calenderSearch .calinput label {
  top: 5px; }
.dashbordRound .calenderSearch .calinput .calenderIcon {
  top: 2px; }
.dashbordRound .lokingBtns.msgBtns {
  font-size: 0px;
  margin-top: 20px; }
  .dashbordRound .lokingBtns.msgBtns a {
    display: inline-block;
    float: none;
    font-size: 12px;
    min-width: 130px;
    text-align: center;
    padding: 12px 25px; }

.divderDash {
  border-bottom: 1px dotted #e9e9e9;
  padding-top: 10px;
  margin: 0 -16px; }

.graphBlock.bdrR {
  border-right: 1px solid #e6e6e6; }

.graphLeads ul {
  padding: 0;
  margin: 0;
  font-size: 0px; }
  .graphLeads ul li {
    display: inline-block;
    width: 33.333%;
    color: #adb4bb;
    font-size: 14px; }

.paddingT0 {
  padding-top: 0px; }

.marginTn10 {
  margin-top: -10px !important; }

.red {
  color: #ff5c5d; }

.orange {
  color: #f6b229; }

.blue {
  color: #4aa3ff; }

.revenuBlock .referral_List > li {
  border-bottom: 1px dotted #e9e9e9;
  padding: 25px; }

.revenuBlock .referral_List > li:last-child {
  border-bottom: none; }

.mangeRefrence {
  float: right;
  color: #79d6e5;
  font-size: 14px;
  font-family: 'gotham_htfmedium'; }

.leadsStaus ul {
  list-style: none;
  padding: 0; }
  .leadsStaus ul li {
    display: block;
    min-height: 120px;
    position: relative;
    padding: 30px 0;
    padding-left: 150px;
    padding-right: 42%; }
    .leadsStaus ul li .precentText {
      color: #6f7b88;
      font-size: 34px;
      display: block;
      font-family: 'gotham_htfmedium'; }
    .leadsStaus ul li p {
      font-size: 16px;
      color: #6f7b88;
      line-height: 18px; }
.leadsStaus .progress-circle {
  position: absolute;
  left: 22px;
  top: 40px; }

.showRefels {
  padding-top: 25px;
  float: right; }
  .showRefels label {
    font-weight: normal;
    color: #adb4bb; }
  .showRefels select {
    display: inline-block;
    width: auto;
    border: none;
    color: #79d6e5;
    background-image: url(../img/arrow-blue.png);
    box-shadow: none; }
    .showRefels select:focus {
      box-shadow: none; }

.monthlyForecast .amount {
  font-size: 20px; }

.financialRight {
  border: 1px solid #ebebeb; }
  .financialRight .smallMap {
    margin: 0 0 30px; }
  .financialRight .commissionBlock {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 -15px;
    padding: 10px 25px 15px; }
    .financialRight .commissionBlock:last-child {
      border-bottom: none; }
  .financialRight .commissionBlock h3 {
    color: #6f7b88;
    font-size: 18px;
    font-family: 'gotham_htfmedium';
    margin: 0; }
  .financialRight address {
    color: #b5bcc2;
    margin-bottom: 0;
    font-size: 12px; }

.saleStages .revenue_earned .revenue_value {
  vertical-align: top;
  margin-top: 5px; }

.financialDash .grayText.larage {
  color: #818c97;
  font-size: 16px;
  padding-top: 10px;
  display: block; }
.financialDash .lokingBtns.msgBtns {
  margin-top: 0px; }

.pricingValue span {
  color: #6f7b88;
  font-family: 'gotham_htfmedium';
  float: right;
  text-align: right;
  padding-left: 10px; }

.financialPage .revenue_earned.paddingIn {
  padding-top: 38px;
  padding-bottom: 38px; }

.financialPage .financialRight .commissionBlock {
  padding: 5px 25px 10px; }

/* property search Slider */
.usersInfo.search_property_block {
  padding: 18px;
  height: 485px;
  position: relative; }
  .usersInfo.search_property_block .propertyImg {
    height: 229px;
    border-radius: 5px; }
.usersInfo .div_top {
  padding-top: 10px; }
  .usersInfo .div_top .view_map {
    background: rgba(121, 214, 229, 0.8);
    color: #fff;
    font-family: 'gotham_htfmedium';
    font-size: 15px;
    text-align: center;
    float: left;
    padding: 5px 12px; }
  .usersInfo .div_top .property_Price {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'gotham_htfmedium';
    font-size: 15px;
    text-align: center;
    float: right;
    padding: 5px 12px; }
.usersInfo .detail_info {
  position: relative; }
  .usersInfo .detail_info .userImage {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0px;
    margin-top: 0px;
    clear: both;
    top: -21px;
    border: 1px solid #fff;
    box-shadow: 1px 2px 8px #a3a3a3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 12px; }
  .usersInfo .detail_info .name_review {
    padding-top: 7px; }
    .usersInfo .detail_info .name_review .userName {
      color: #77838e;
      font-family: 'gotham_htfmedium';
      font-size: 13px;
      padding-bottom: 6px; }
    .usersInfo .detail_info .name_review .review {
      font-size: 11px;
      color: #535556;
      font-family: 'gotham_htfmedium'; }
      .usersInfo .detail_info .name_review .review span {
        color: #7f8995;
        padding-left: 15px;
        font-family: 'gotham_bookregular'; }
    .usersInfo .detail_info .name_review .posstive {
      color: #fdd78d;
      font-size: 15px;
      padding-right: 10px; }

.property_Address {
  font-size: 13px;
  font-family: 'gotham_bookregular';
  padding-top: 24px;
  color: #6f7b88; }

.property_type {
  text-align: center;
  padding: 0;
  margin: 20px 0 0 0px; }
  .property_type li {
    list-style: none;
    display: inline-block;
    font-family: 'gotham_bookregular';
    color: #77838e;
    font-size: 10px;
    margin: 0 10px; }
    .property_type li span {
      display: block;
      padding-bottom: 6px; }

.propertyBtns.slide_btn {
  border-top: 2px solid #fff;
  padding: 16px 0 0;
  margin-top: 14px; }
  .propertyBtns.slide_btn .btnSmall {
    background: none;
    color: #79d6e5; }
    .propertyBtns.slide_btn .btnSmall:hover {
      color: #fff;
      background: #79d6e5; }
    .propertyBtns.slide_btn .btnSmall.btn_bg {
      color: #fff;
      background: #79d6e5; }
  .propertyBtns.slide_btn .p5 {
    padding-left: 0px;
    padding-right: 10px; }

.close_btn {
  background: #79d6e5;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  top: -9px;
  color: #fff;
  font-size: 21px;
  border: none;
  line-height: 28px; }

.property_slide .slick-list {
  padding-top: 29px !important; }

.slick-active .close_btn {
  width: 37px;
  height: 37px;
  line-height: 25px;
  font-size: 27px; }
.slick-active .propertyBtns.slide_btn {
  border-top: 2px solid #ededec; }

@media only screen and (min-width: 1200px) and (max-width: 1530px) {
  .macSider {
    width: 100%;
    background-size: 100% auto;
    padding: 3% 13% 3% 12%; }

  figure.effect-sadie p {
    padding: 1em; }

  .wraperAccount .container {
    max-width: 100%; } }
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .priceDrop .btn {
    padding: 6px 0px;
    font-size: 11px; }

  .priceDrop.filter .dropdown-menu, .priceDrop.max .dropdown-menu {
    left: auto;
    right: -20px; }

  .searchProperty .searchSection .input-group {
    padding-left: 0;
    padding-right: 0; }

  .searchProperty .searchSection .input-group .searchBtn {
    left: 0px; }

  .searchProperty .searchSection {
    margin: 0 -10px; }

  .searchProperty .searchSection .input-group input {
    padding-right: 0px; }

  .viewonMap .zmdi {
    font-size: 18px;
    position: relative;
    top: 2px; }

  .btnSmall.active {
    font-size: 11px; }

  .viewonMap {
    font-size: 11px;
    padding: 3px 10px 6px; }

  .propertyListing .accommodationBlock .assetsCol {
    padding-right: 8%;
    font-size: 9px; }

  .viewonMap {
    font-size: 11px;
    padding: 3px 10px 6px; }

  .leadsStaus ul li {
    padding-right: 40%; }

  .resp-tabs-list li {
    padding: 13px 20px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .resp-tabs-list li {
    padding: 13px 13px !important;
    font-size: 11px; }

  .leadsStaus ul li {
    padding-right: 15%; }

  .headerBlock nav li {
    margin-right: 40px; }

  .logo {
    min-width: 100px; }

  .macSider {
    width: 100%;
    background-size: 100% auto;
    padding: 3% 13% 3% 12%; }

  .technologyBlock.lagreSlider .descTitle {
    font-size: 28px;
    line-height: 30px; }

  .technologyBlock.lagreSlider p {
    font-size: 18px; }

  .footerMiddle .contactsBox {
    max-width: 100%; }

  .usersInfo {
    width: 100%;
    height: 100%; }

  figure.effect-sadie p {
    padding: 1em; }

  .wraperAccount .container {
    max-width: 100%; }

  .searchedUser {
    max-width: 96%; }

  .tempBtns {
    min-width: 100px;
    margin-right: 5px; }

  .refrelSteps .nav-justified > li {
    width: 25%; }

  .wraperAccount .top-nav > li > a.createRefrel {
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px; }

  .resp-tabs-list li {
    padding: 13px 15px; }

  .calenderSearch .calinput .form-control {
    padding-left: 50px; }

  .calenderSearch .calinput label {
    min-width: 50px; }

  .priceDrop .btn {
    padding: 6px 0px;
    font-size: 11px; }

  .priceDrop.filter .dropdown-menu, .priceDrop.max .dropdown-menu {
    left: auto;
    right: -20px; }

  .searchProperty .searchSection .input-group {
    padding-left: 0;
    padding-right: 0; }

  .searchProperty .searchSection .input-group .searchBtn {
    left: 0px; }

  .searchProperty .searchSection {
    margin: 0 -10px; }

  .searchProperty .searchSection .input-group input {
    padding-right: 0px; }

  .viewonMap .zmdi {
    font-size: 18px;
    position: relative;
    top: 2px; }

  .btnSmall.active {
    font-size: 11px; }

  .viewonMap {
    font-size: 11px;
    padding: 3px 10px 6px; }

  .propertyListing .accommodationBlock .assetsCol {
    padding-right: 7%;
    font-size: 9px; }

  .viewonMap {
    font-size: 11px;
    padding: 3px 10px 6px; }

  .monthlyForecast .amount {
    font-size: 15px; }

  .revenue_earned .amount {
    font-size: 20px; }

  .property_Address {
    padding-top: 3px; }

  .property_type {
    margin-top: 8px; }

  .propertyBtns.slide_btn .btnSmall {
    font-size: 11px;
    padding: 5px 4px; }

  .propertyBtns.slide_btn {
    padding: 8px 0 0;
    margin-top: 8px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .searchProperty .searchSection .input-group {
    padding-left: 0;
    padding-right: 0; }

  .searchProperty .searchSection .input-group .searchBtn {
    left: 0px; }

  .searchProperty .searchSection {
    /*margin: 0 -10px;*/ }
	.to{padding-left: 0;}

  .searchProperty .searchSection .input-group input {
    padding-right: 0px; }

  .count-input .incr-btn {
    font-size: 18px; }

  .propertyImages ul li {
    margin-bottom: 10px; }

  .propertyPopup .modal-dialog {
    max-width: 96%;
    margin: 0 auto; }

  .treamConcation {
    font-size: 12px; }

  .createAccount label {
    font-size: 15px; }

  .typeuser .checkbox.checkbox-inline {
    margin-left: 0px; }

  .loginLeft h4 {
    font-size: 18px; }

  .createAccount h2 {
    font-size: 22px; }

  .createAccount h3 {
    font-size: 22px; }

  .createAccount h6 {
    font-size: 18px; }

  .headerBlock nav li {
    margin-right: 15px; }

  .logo {
    min-width: 80px; }

  .macSider {
    width: 100%;
    background-size: 100% auto;
    padding: 3% 13% 3% 12%; }

  .technologyDesc {
    padding-left: 20px; }

  .technologyDesc .descTitle {
    font-size: 35px; }

  figure.effect-sadie p {
    padding: 10px;
    font-size: 20px; }

  figure.effect-sadie h2 {
    font-size: 40px; }

  .technologyBlock h2 {
    font-size: 40px; }

  .footerMiddle .contactsBox {
    margin-bottom: 20px; }

  .socialIcons ul li a {
    font-size: 18px;
    margin-right: 8px; }

  .footerBotttom .subscribeLine {
    font-size: 18px; }

  .footerBotttom .copyRight {
    font-size: 15px;
    padding-top: 30px; }

  .usersInfo {
    width: 100%;
    height: 100%; }

  .dreamDesc h3 {
    font-size: 40px; }

  .dreamDesc p {
    font-size: 16px;
    margin-top: 10px; }

  .networkType p {
    min-height: 120px; }

  .calenderSearch .calinput .form-control {
    padding-left: 55px; }

  /* adjust body when menu is open */
  body.slide-active {
    overflow-x: hidden; }

  /*first child of #page-content so it doesn't shift around*/
  .no-margin-top {
    margin-top: 0px !important; }

  /*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
  #page-content {
    position: relative;
    padding-top: 70px;
    left: 0; }

  #page-content.slide-active {
    padding-top: 0; }

  /* put toggle bars on the left :: not using button */
  #slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent; }

  /* icon bar prettyup - optional */
  #slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0; }

  #slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #36a9bc; }
	.homeHeader .navbar-header{ position: fixed; }
	.homeHeader .navbar-nav{padding-left: 40px;}
	
  .navbar-header {
    position: relative; }

  /* un fix the navbar when active so that all the menu items are accessible */
  .navbar.navbar-fixed-top.slide-active {
    position: relative; }

  #slide-nav .container {
    margin: 0;
    padding: 0 !important; }

  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 0px 0 15px; }

  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000; }

  #slide-nav #slidemenu {
    background: #f7f7f7;
    left: -100%;
    width: 80%;
    min-width: 0;
    position: fixed;
    padding-left: 0;
    z-index: 999;
    top: 0px;
    margin: 0;
    max-width: 270px;
    height: 100%;
    overflow-y: auto; }

  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0; }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 80%;
    white-space: normal; }

  #slide-nav {
    border-top: 0; }

  #slide-nav.navbar-inverse #slidemenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36a9bc+8,006a91+32,052357+65,052357+86 */
    background: #36a9bc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9bc', endColorstr='#052357',GradientType=0 );
    /* IE6-9 */ }

  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #slide-nav #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    left: -80%;
    background: #eee; }

  #slide-nav.navbar-inverse #navbar-height-col {
    background: #333;
    z-index: 1;
    border: 0; }

  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/ }

  #slide-nav .navbar-form .form-control {
    text-align: center; }

  #slide-nav .navbar-form .btn {
    width: 100%; }

  .wraperAccount {
    margin-top: 0px; }

  /*#slide-nav.navbar-inverse #slidemenu.collapse.in{ left:0px;}*/
  .bakendLogo.desktop {
    display: none; }

  .bakendLogo.mobile {
    display: block; }

  .bakendLogo {
    min-width: inherit;
    width: 100%; }

  .wraperAccount .top-nav.desktop {
    display: none; }

  .mobileeonly {
    display: block; }

  .tempBtns {
    min-width: 100px;
    margin-right: 5px; }

  .refrelSteps .nav-justified > li {
    width: 33%; }

  .goBtn.T50 {
    top: 0px; }

  .zmdi-account-add.mobileeonly {
    display: none;
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

  .wraperAccount .top-nav.mobile {
    display: block;
    float: right; }

  .hiddenDesktop, .pageHeading.desktop {
    display: block; }

  .pageHeading.desktop {
    display: none; }

  .pageHeading {
    padding-left: 0px; }

  .slide-active .wraperAccount {
    overflow-x: hidden;
    position: fixed; }

  .navbar-inverse {
    background: #fff; }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }

  .navbar-inverse .navbar-nav > li > a .fa, .navbar-inverse .navbar-nav > li > a .zmdi {
    min-width: 35px;
    text-align: left;
    font-size: 18px; }

  .wraperAccount {
    padding-left: 0px; }

  .navbar-toggle {
    display: block; }

  .navbar-inverse .navbar-toggle .icon-bar {
    background: #36a9bc; }

  .navbar-header {
    float: none; }

  .btnSmall.active {
    padding: 6px 10px;
    font-size: 12px; }

  .btnSmall.active.marginR20 {
    margin-right: 0px !important; }

  .viewonMap {
    padding: 3px 5px 6px;
    font-size: 12px; }
    .viewonMap .zmdi {
      font-size: 18px; }

  .dropdown.priceDrop {
    margin: 0 -15px; }
    .dropdown.priceDrop .btn {
      padding: 6px 3px; }

  .dropdown.priceDrop.type {
    margin: 0px; }

  .propertyListing .accommodationBlock .assetsCol {
    font-size: 9px;
    padding-right: 8%; }

  .overLaymid {
    top: 202px; }

  .propertyListing .propertyImage .bottomDiv .like {
    display: block; }

  .hiddenMobile {
    display: none; }

  .graphBlock img {
    max-width: 100%; }

  .leadsStaus ul li {
    padding-right: 5%; }

  .mangeSteps.financialPage .resp-tab-content {
    border-bottom: 1px solid #c1c1c1; }

  .mangeSteps .mangeTable {
    margin: 0; }

  .property_Address {
    padding-top: 3px; }

  .property_type {
    margin-top: 8px; }

  .propertyBtns.slide_btn .btnSmall {
    font-size: 11px;
    padding: 5px 4px; }

  .propertyBtns.slide_btn {
    padding: 8px 0 0;
    margin-top: 8px; }

  #video-bg {
    display: none; }

  .headerBlock {
    background: url(../img/mobile-header.jpg) no-repeat 0 0;
    background-size: cover; }

	.revenue_earned .amount{ font-size: 18px; }


}
@media only screen and (min-width: 320px) and (max-width: 1350px) {
	
	.revenue_earned .overLabel{ position: relative; }
	.generateRight{padding-right: 0;}
	.revenue_earned .overLabel .revenue_value.upValue, .revenue_earned .revenue_value.upValue{ right: 30px; position: absolute;  top: -3px; }
	.revenue_earned .overLabel .revenue_value.downValue, .revenue_earned .revenue_value.downValue{ right: 0px; position: absolute; top: -3px; }
	.revenue_earned .amount{position: relative;}
	
	.calenderSearch .calinput label{text-align: left; padding-left: 15px; }
	.msgBox{     position: fixed;
    max-width: 90%;
    min-width: inherit;
    left: 5%;
    right: 5%;
		top: 30% !important;
    margin: 0 auto;     box-shadow: 1px 11px 51px rgba(0,0,0,0.50); padding-top: 50px; }	
	.msgBox .closeIcon{position: absolute; right: 10px; top: 10px; width: 30px; font-size: 20px; }
	.msgBox:after, .msgBox:before{display: none ;}
	
	
  .mainTabsnew li {
    padding: 13px 6px; }
	
	.accetence ul{margin-left:50px ;}
	.offersection{text-align: center;} 
	.offersection .marginR20{margin-right: 5px !important;}
	.mainTabsnew li{ border-right:none;}
	.mainTabsnew li:last-child{border-right: 1px solid #e6e6e6;}
	.noResult{padding: 10px;}

  .resp-vtabs.ver_1 .resp-tabs-container {
    padding: 0px; padding-bottom: 10px; }
	.currencyDrop.full select.form-control{box-shadow:none; border:1px solid #e6e6e6; }
	.mCSB_container {
    overflow-x: auto; }
	
	#ChildVerticalTab_1 .resp-tab-content.ver_1{padding-top: 15px;}	
	.resp-vtabs .resp-tab-content {border-color: #e6e6e6 !important;}

  .propertyPopup .propertyTitle .forSale {
    margin-left: 15px; }

  .salesLink .infoIcon {
    right: 5px; }

  .salesLink .goBtn {
    min-width: 50px;
    padding: 8px 5px;
    position: initial; }

  .generateRight {
    float: none;
    text-align: center; }

  .revenue_earned {
    text-align: center; }

  .mangeSteps.financialPage .resp-tab-content {
    border-bottom: 1px solid #e6e6e6; }

  .mangeSteps .mangeTable {
    margin: 0; }

  .navbar-inverse .navbar-toggle .icon-bar {
    background: #36a9bc; }

  .navbar-toggle .icon-bar {
    background: #36a9bc; }

  .macSider {
    width: 100%;
    background-size: 100% auto;
    padding: 3% 13% 3% 12%; }

  .headerConter h2, .headerConter h4 {
    font-size: 24px; }

  .headerBlock {
    height: auto;
    min-height: 300px; }

  .headerConter {
    padding-top: 50px;
    padding-bottom: 180px; }

  figure.effect-sadie p {
    padding: 10px;
    font-size: 20px; }

  .technologyBlock h2 {
    font-size: 30px; }

  .technologyDesc .descTitle {
    font-size: 16px; }

  .technologyDesc p {
    font-size: 16px; }

  .downloadApp {
    font-size: 14px; }

  .technologyBlock, .archiveBlock {
    padding: 50px 0; }

  .archiveBlock .archiveUs li .iconsImage {
    margin-bottom: 20px; }
    .archiveBlock .archiveUs li .iconsImage img {
      max-height: 70px; }

  .technologyBlock.lagreSlider p {
    font-size: 16px; }

  .counterSection p {
    margin-bottom: 50px; }

  .footerMenu li {
    font-size: 14px; }

  .footerMenu {
    margin-bottom: 30px; }

  .footerLinks h4 {
    font-size: 15px; }

  .footerBotttom .subscribeLine {
    font-size: 15px; }

  .footerBotttom .copyRight {
    font-size: 12px;
    padding-top: 30px; }

  .archiveBlock .archiveUs li .iconsImage {
    position: relative; }

  .archiveBlock .archiveUs li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px; }

  .technologyBlock.lagreSlider .descTitle {
    font-size: 25px;
    line-height: 30px; }

  figure.effect-sadie h2 {
    font-size: 30px; }

  .grid figure, .processBlock.compnay .grid figure {
    min-height: 200px; }

  .footerMiddle .contactsBox {
    margin-bottom: 20px; }

  .exploreBtn {
    font-size: 20px;
    padding: 10px; }

  .navbar-brand {
    padding-left: 0px; }

  .sticky .navbar-brand {
    padding-left: 15px; }

  .button_container {
    position: absolute;
    top: 24px;
    right: 5px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }

  .button_container:hover {
    opacity: .7; }

  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF; }

  .button_container.active .middle {
    opacity: 0;
    background: #FFF; }

  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF; }

  .button_container span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer; }

  .button_container span:nth-of-type(2) {
    top: 11px; }

  .button_container span:nth-of-type(3) {
    top: 22px; }

  .divder {
    width: 280px; }

  .ournetWork h2 {
    font-size: 40px; }
    .ournetWork h2 span {
      font-size: 28px; }

  .overlay {
    position: fixed;
    background: #0e3956;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden; }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }

  .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s; }

  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }

  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s; }

  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s; }

  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center; }

  .overlay ul li {
    display: block;
    opacity: 0; 
    margin: 0;
  }

  .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden; }

  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%; }

  .overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s; }

  .button_container.active .collapse {
    display: block; }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%; }
    100% {
      opacity: 1;
      left: 0; } }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%; }
    100% {
      opacity: 1;
      left: 0; } }
  .sticky .button_container {
    right: 20px; }

  .usersInfo {
    width: 100%;
    height: 100%; }

  .usersInfo .aboutUser .ratingBlock .starRating a {
    font-size: 14px; }

  .usersInfo .aboutUser .ratingBlock .reviewsText {
    font-size: 11px; }

  .usersInfo .descBlock .colLeft {
    padding-right: 10px; }

  .usersInfo .descBlock .colRight {
    padding-left: 10px; }

  .usersInfo .descBlock .clientDetails h5 {
    font-size: 12px; }

  .bootmBtns .buyerBtn, .bootmBtns .leftBtn {
    padding: 7px 15px;
    font-size: 15px;
    margin-right: 15px; }

  .usersInfo .descBlock .clientDetails h4 {
    font-size: 14px; }

  .login .modal-dialog {
    width: 92%;
    max-width: 410px;
    margin: 0 auto; }

  .login .social .circle {
    width: 70px; }

  .dreamDesc h3 {
    font-size: 30px;
    margin-top: 30px; }

  .dreamDesc p {
    font-size: 16px;
    margin-top: 20px; }

  .wraperAccount {
    padding-left: 0px;
    margin-top: 200px; }

  .navbar-inverse .navbar-collapse {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36a9bc+8,006a91+32,052357+65,052357+86 */
    background: #36a9bc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9bc', endColorstr='#052357',GradientType=0 );
    /* IE6-9 */ }
    .navbar-inverse .navbar-collapse .navbar-toggle {
      margin-right: 5px; }

  /* adjust body when menu is open */
  body.slide-active {
    overflow-x: hidden; }

  /*first child of #page-content so it doesn't shift around*/
  .no-margin-top {
    margin-top: 0px !important; }

  /*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
  #page-content {
    position: relative;
    padding-top: 70px;
    left: 0; }

  #page-content.slide-active {
    padding-top: 0; }

  /* put toggle bars on the left :: not using button */
  #slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent; }

  /* icon bar prettyup - optional */
  #slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0; }

  #slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #36a9bc; }

  .navbar-header {
    position: fixed; width: 100%; }

  /* un fix the navbar when active so that all the menu items are accessible */
  .navbar.navbar-fixed-top.slide-active {
   /* position: relative;*/ }

  #slide-nav .container {
    margin: 0;
    padding: 0 !important; }

  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px; }

  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000; }

  #slide-nav #slidemenu {
    background: #f7f7f7;
    left: -100%;
    width: 80%;
    min-width: 0;
    position: fixed;
    padding-left: 0;
    z-index: 999;
    top: 0px;
    margin: 0;
    height: 100%;
    overflow-y: auto; }

  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0; }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 80%;
    white-space: normal; }

  #slide-nav {
    border-top: 0; }

  #slide-nav.navbar-inverse #slidemenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36a9bc+8,006a91+32,052357+65,052357+86 */
    background: #36a9bc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36a9bc 8%, #006a91 32%, #052357 65%, #052357 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9bc', endColorstr='#052357',GradientType=0 );
    /* IE6-9 */ }

  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #slide-nav #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    left: -80%;
    background: #eee; }

  #slide-nav.navbar-inverse #navbar-height-col {
    background: #333;
    z-index: 1;
    border: 0; }

  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/ }

  #slide-nav .navbar-form .form-control {
    text-align: center; }

  #slide-nav .navbar-form .btn {
    width: 100%; }

  .wraperAccount {
    margin-top: 0px;
    margin-bottom: 110px; }

  /*#slide-nav.navbar-inverse #slidemenu.collapse.in{ left:0px;}*/
  .bakendLogo.desktop {
    display: none; }

  .bakendLogo.mobile {
    display: block; }

  .bakendLogo {
    min-width: inherit;
    width: 100%; }

  .wraperAccount .top-nav.desktop {
    display: none; }

  .mobileeonly {
    display: block; }

  .wraperAccount .top-nav > li > a.createRefrel {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    line-height: 30px;
    margin-top: 10px;
    min-width: inherit;
    transition: bottom 0.5s ease 0s;
    -moz-transition: bottom 0.5s ease 0s;
    -webkit-transition: bottom 0.5s ease 0s; }

  .zmdi-account-add.mobileeonly {
    display: none;
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

  .wraperAccount .top-nav.mobile {
    display: block;
    float: right; }

  .hiddenDesktop, .pageHeading.desktop {
    display: block; }

  .pageHeading.desktop {
    display: none; }

  .pageHeading {
    padding-left: 0px; }

  .slide-active .wraperAccount {
    overflow-x: hidden;
    position: fixed; }

  .navbar-inverse {
    background: #fff; }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }

  .navbar-inverse .navbar-nav > li > a .fa, .navbar-inverse .navbar-nav > li > a .zmdi {
    min-width: 35px;
    text-align: left;
    font-size: 18px; }
	
	.slide-active .wraperAccount:after{
		position: fixed;
		content: '';
		background-color:rgba(0,0,0,0.3);
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
    top: 0;
	}
	

  .headerBlock.signupBg {
    min-height: 100%;
    padding-bottom: 40px;
    background-image: none !important; }
    .headerBlock.signupBg:after {
      background: none; }

  .signupHeader {
    background: #165570;
    width: 100%;
    left: 0; }

  .createAccount .form-control {
    box-shadow: none; }

  .loginLeft {
    padding-top: 0px;
    padding-right: 0px;
    color: #000; }
    .loginLeft h4 {
      font-size: 18px;
      line-height: 20px; }

  .downloadApp {
    border: 1px solid #79d6e5;
    color: #79d6e5; }

  .createAccount {
    padding: 10px; }
    .createAccount h2 {
      font-size: 16px; }
    .createAccount h6 {
      font-size: 12px; }
    .createAccount h3 {
      font-size: 16px; }

  .typeuser .checkbox.checkbox-inline {
    margin-left: 0px; }

  .typeuser .radio-inline {
    margin-right: 20px; }

  .treamConcation {
    font-size: 12px;
    padding-top: 10px; }

  .lokingBtns {
    padding: 0 5px; }

  .lokingBtns a {
    padding: 15px 7px;
    font-size: 9px;
    width: 32%;
    text-align: center; }

  .clientFrom input {
    height: 40px; }

  .clientFrom .salesLink input {
    height: 30px; }

  .tempBtns {
    width: 30%;
    min-width: inherit;
    margin-right: 5px; }

  .refrelSteps .nav-justified > li {
    width: 32%; }

  .clientFrom .input-group.blue label {
    font-size: 11px; }

  .salesLink {
    margin-right: 0px; }

  .goBtn {
    font-size: 11px;
    padding: 8px 10px;
    top: 20px;
    right: 0px;
    position: relative; }

  .propertyLink {
    margin-right: 0px; }

  .propertyLink .infoIcon {
    right: 15px;
    top: 5px; }

  .typeuser.additional {
    margin-top: 30px; }

  .goBtn.T50 {
    top: 30px; }

  .form-titles {
    font-size: 15px; }

  .inputDesc {
    font-size: 11px; }

  .propertyImages ul li {
    width: 98px;
    height: 78px;
    margin-right: 4px;
    margin-bottom: 5px; }

  .clientFrom .saveContinue {
    font-size: 13px;
    padding: 13px 10px; }

  .infoIcon {
    right: 85px; }

  .propertyPopup .modal-dialog {
    width: 94%;
    margin: 0 auto; }

  .propertyPopup .propertyTitle .detailsText h4 {
    font-size: 16px; }

  .propertyPopup .propertyTitle .detailsText {
    max-width: 100%; }

  .propertyPopup .costBlock .priceText {
    font-size: 14px; }

  .count-input.space-bottom {
    margin-top: 0px;
    margin-bottom: 30px; }

  .propertyPopup {
    padding-bottom: 20px; }

  .searchedUser {
    width: 96%; }

  .propertySelect {
    max-width: 100%; }

  .clientFrom .additional .checkbox-inline {
    margin-right: 10px; }

  .wraperAccount .top-nav > li > a.createRefrel.uploadProperty {
    bottom: 50px;
    border-top: 1px solid #e0e0e0;
    border-left: none; }

  .agentPopup .modal-dialog {
    width: 96%;
    margin: 0 auto;
    max-width: 485px; }

  .agentPopup .agentsList .btnSmall {
    margin-right: 0;
    padding: 5px 6px;
    font-size: 10px; }

  .calenderSearch {
    max-width:100%;
    margin: 0px; }
	
	.calenderSearch.refrel_report {
		margin: 15px; width: auto;
		
	}
	
	

  .calenderSearch .calinput {
    width: 100%; }

  .calenderSearch .calinput:first-child {
    border-right: none;
    border-bottom: 1px solid #e6e6e6; }

  .resp-tabs-container {
    padding: 15px; }
	
	.editProfile a{border: 1px solid #efefef;}
	
	
	.resp-tabs-container.pAll10{padding: 0px;}
	.currencyDrop.full{width: 100%; max-width: 100%; padding-left: 0; }
	.mainTabsnew.fixedtab{width: 100%;}
	.mainTabsnew.fixedtab li{width:33.333%;     text-align: center; }
	
  .tracksalePop .modal-dialog {
    width: 96%;
    margin: 0 auto;
    max-width: 630px; }

  .tracksalePop .modal-body {
    padding: 10px; }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    padding: 10px;
    text-align: center; }

  .tracksalePop .searchuProfile {
    position: relative;
    top: 0px;
    margin: 0 auto;
    left: auto;
    display: block; }

  .tracksalePop .searchUserName {
    font-size: 13px; }

  .priceDrop.filter .dropdown-menu, .priceDrop.max .dropdown-menu {
    left: auto;
    right: -20px; }

  .priceDrop .btn {
    padding: 6px 0; }

  .bdrR {
    border-right: none; }

  .addressResult {
    font-size: 12px;
    min-height: 66px; }
	
	.mainTabsnew {
  
    margin-bottom: 10px;
    float: left;
    clear: both;
    margin-top: 10px;
	padding: 0;	
}
	.currencyDrop{padding-right: 0px;}

  .propertyListing .accommodationBlock .assetsCol {
    padding-right: 4%; }

  .propertyBtns .btnSmall.active {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center; }

  .viewonMap {
    float: none;
    width: 100%;
    text-align: center; }

  .dropdown.priceDrop {
    padding-left: 10px; }

  .dropdown.priceDrop.max {
    padding-left: 0px; }

  .agentNetwork .col-sm-6.paddingR0 {
    padding-right: 15px !important; }

  .padding10 {
    padding: 10px; }

  .agentPopup .agentsList .searchList ul li {
    padding-right: 10px; }

  .ratingPop .viewSection .goBtn {
    top: 0px; }

  .ratingPop .viewSection p {
    font-size: 13px; }

  .reviewDetails {
    padding: 20px 10px; }

  .reviewDetails ul li {
    padding-right: 10px; }

  .reviewDetails .saveContinue.active {
    width: 100%; }

  .ratingPop .viewSection {
    padding: 15px 10px; }

  .leagueHeader {
    margin-right: 0px; }
    .leagueHeader .lokingBtns a {
      width: 33.333%;
      padding: 13px 5px; }

  .largeMap iframe {
    max-width: 100%; }

  .agentNetwork .col-sm-6.padding0 {
    padding: 0 15px !important; }

  .exportBtns {
    width: 100%; }

  .overLaymid {
    top: 0; }

  .clientFrom span.help-block {
    bottom: -40px; }

  .propertyLink .infoIcon {
    top: 15px; }

  .clientFrom .additional + span.help-block, #propertyImage-error.help-block {
    bottom: -30px; }

  .hiddenMobile {
    display: block; }

  .propertyListing .propertyImage .bottomDiv .like {
    display: block; }

  .agentPopup.refferals .refferalsleftdiv {
    width: 100%; }

  .pull-right.viewbtn {
    margin-top: 10px !important;
    display: inline-block; }
	
	
	.revenue_earned .amount{font-size: 20px;}
	.invoice_tab .invoice_tab { border-bottom: none !important;}

  /** Notifaction Page **/
  .notifi_referral .referral_date {
    text-align: left; }

  .notification_div {
    padding: 15px 0; }

  .accetence {
    text-align: left; }

  .accetence ul li {
    margin-left: 0px;
    margin-right: 20px; }

  .referral_List>li {
    padding: 15px; }
	
	.referral_List li {
    padding: 0px 0;  }
	.referral_List li .notification_div {padding: 15px;}
	.revenuBlock #notificationData.referral_List > li{ padding: 0;}
	.revenuBlock .referral_List > li{padding: 0px 15px;}

  .sentRef_msg .senderName {
    padding-bottom: 6px; }

  .padL52 {
    padding-left: 52px; }

  .dashbordRound .calenderSearch .calinput {
    padding: 5px; }
    .dashbordRound .calenderSearch .calinput label {
      top: 15px; }
    .dashbordRound .calenderSearch .calinput .calenderIcon {
      top: 12px; }
    .dashbordRound .calenderSearch .calinput .form-control {
      height: 32px; }

  .dashbordRound .bdrL {
    border-left: none; }

  .graphBlock img {
    max-width: 100%; }

  .dashbordRound .overviewGraph {
    padding: 10px; }

  .dashbordRound .lokingBtns.msgBtns a {
    min-width: 120px; }

  .leadsStaus ul li {
    padding-right: 15px;  text-align: center; padding-left: 15px;   }
	
	.leadsStaus .progress-circle{position: inherit; left: 0; top: 0;     margin: 5px auto; }
	

  .manage-property-tabs .resp-tabs-container .resp-tab-content {
    padding: 10px 0 0 0; }

  .headerConter h4 {
    font-size: 20px; }

  .refrelSection .clientFrom {
    padding: 0 0; }

  .manage-property-tabs .btnSmall {
    width: auto; }

  .manage-property-tabs .btnSmall.full-width {
    width: 100%; }

  .manage-property-tabs .propertyListing {
    margin-left: -15px;
    margin-right: -15px; }

  .manage-property-tabs .col-sm-6:last-child .propertyListing {
    margin-bottom: 0px; }

  .overviewGraph {
    padding: 10px 10px; }
	
	.resp-vtabs.ver_1 .resp-tabs-container.systemReport { padding:0px;}
	.resp-vtabs.ver_1 .resp-tabs-container.systemReport .hot_war_cold{padding: 15px;}
	
	
	.resp-vtabs.ver_1 .resp-tabs-container.systemReport .chartOuter{padding:5px;}

  .paddingM20 {
    padding: 0px 20px !important; }

  .paddingM0 {
    padding: 0 !important; }

  .usersInfo.search_property_block {
    height: 100%; }

  .propertyBtns.slide_btn .p5 {
    padding-right: 0px; }

  .property_Address {
    padding-top: 3px; }

  .property_type {
    margin-top: 8px; }

  .propertyBtns.slide_btn {
    padding: 8px 0 0;
    margin-top: 8px; }

  .usersInfo .div_top .view_map {
    padding: 5px 3px; }

  .usersInfo .div_top .property_Price {
    padding: 5px 3px; }

  #video-bg {
    display: none; }

  .headerBlock {
    background: url(../img/mobile-header.jpg) no-repeat 0 0;
    background-size: cover; }

  .propertyListing .propertyImage .propertyRate {
    max-width: 46%;
    word-wrap: break-word;
    white-space: normal; }
	.highcharts-container {height: auto !important;}
	.graphBlock.bdrR{     border-right: none; border-bottom: 1px solid #e6e6e6; min-height: inherit; }
	.resp-tabs-container.paddingLR0{padding-left: 0; padding-right: 0;}
	.chartScroller{width: 100%; overflow-x:auto;}
	.chartOuter{min-width: 500px;}
	
	.shopping-cart{left: auto; right: 0px;width: 230px; }
	.dropdown.notiIcons.open .dropdown-menu{left: auto; right: 0px; }
	.revenuBlock .block_title{font-size: 14px;      padding: 0px 15px 20px; }
	.mangeSteps {margin-left: 5px; margin-right: 5px;}
	.fc-toolbar h2{font-size:16px;}
	.fc-center{display: block; width: 100%;}
	.fc-center h2{ float: none; width: 100%; text-align: center; padding-top: 10px; }
	.fc-button-group button{padding: 0 .3em !important;}
	.graphLeads ul li{float: none !important;}
	.mangeRefrence{ font-size: 12px; padding-top: 4px;}
	.wraperAccount .top-nav > li > a{padding-top: 15px;
    padding-bottom: 10px;}
	.divderDash{    margin: 0 5px;}
	.agentPopup .modal-header h3{font-size: 15px;}
	

}
@media (max-width: 479px) {
  .propertyListing .accommodationBlock {
    text-align: left; }
    .propertyListing .accommodationBlock .assetsCol {
      padding-right: 5%;
      width: 49%;
      margin-bottom: 10px;
      padding-left: 15px; } }

.margininTooltip{
  margin-right: 20px;
  margin-left: -15px;
  color: #cdcdcd;
} 

.showClintDetails{
  width: 600px;
} 
.userInfoDetails{
  width: 600px;
}

.sidebar-icon {
  width: 18px;
  margin-right: 17px;
}

.edit-icon {
  height:22px;
  margin-bottom: 6px;
}

.location-icon {
  height: 22px;
  margin-right: 4px;
  margin-bottom: 6px;
}

.form-error {
  border: 2px solid red;
  border-radius: 5px;
}

#import-button {
  position: absolute;
  right: 0px;
  margin: 0px 10px 0px auto;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 20px;
  font-family: "gotham_htfmedium";
  font-size: 14px;
  border: 1px solid #e6e6e6;
  background-color: #337ab7;
  color: #FFF;
  line-height: normal;
}

#excel-input {
  margin-bottom: 15px;
}

.match {
  margin-bottom: 10px;
  max-width: 70%;
}
#change-password-div{
  padding: 15px;
}
#change-password-button{
  height: 54px;
  font-size: 15px;
  padding-left: 15px;
}


.headerBlock nav li .dropdown-item {
  padding-top: 10px;
  display: none;
}

.headerBlock nav li:hover .dropdown-item {
  display: block;
}

.headerBlock nav li a.dropdown-header {
  margin: auto;
}

.container.zindex1.zindex2 {
  width: 100%;
}

.technologyBlock .container.zindex1 {
  width: 90%;
}

#defaultNavbar1 {
  display: flex;
  margin: auto;
  justify-content: space-around; 
  height: 150px;
}


header.sticky.fadeInUp.animated3{
  height: 75px;
}

.containedImage {
  width: 100%;
}

.technologyDesc span {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 12px;
  text-align: center;
}
.technologyDesc .flex-center p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-center a{
  margin-bottom: 150px;
}

.pricingRow{
  padding: 5% 0;
  display: grid;
  place-items: center;
}

.pricingPlans  {
  margin-top: 10px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5%;
}


.featurePlans  {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 50px;
  padding-bottom: 5%;
  padding: 0 5%;
} 


@media (max-width: 1500px) {
  .featurePlans { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .featurePlans { grid-template-columns: repeat(1, 1fr); }
}

.pricingBox{
  border-radius: 25px;
  box-shadow: 0px 0px 8px 0px #000;
  height: 700px;
  width: 300px;
  padding-top: 3%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #878787;
}

.pricingIcon {
  height: 150px;
  width: 150px;
}
.pricingIconDiv {
  display: flex;
}

#premiumImage{
  width: 180px;
  height: 150px;
}

.pricingBox h2, .pricingBox h3{
  color: #5478DA;
  text-transform: uppercase;
}

.pricingPrice{
  display: grid;
  place-items: center;
  width: 100%;
}
.pricingBox h2{
  font-size: 36px;
}

.pricingBox h3{
  font-size: 25px;
}

.pricingDetails {
  font-size: 20px;
}

.pricingButton{
  margin-bottom: -50px;
  width: 80%;
  border-radius:25px;
  background-color: #5478DA;
  color: #fff;
  height: 50px;
  border-color: #FFF;
}

.plansBox{
  box-shadow: 0px 0px 8px 0px #000;
  height:auto;
  width: auto;
  padding-top: 3%;
  display: grid;
  justify-content: center;
  color: black;
  gap: 30px 0px;
  border-radius: 25px;
  margin-bottom: 5%;
  flex: 1;
}

.plansBox--black{
  background-color: black;
  color: #fff;
}

.sectionHeading{ 
  display: grid;
  place-items: center;
  text-align: center;
  align-self: start;
}

.plansBox h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
}


.featurePrice{
  text-align: center;
  margin-bottom: -25px;
  align-self: end;
  width: 100%;
}

.checkmark {
  height: 24px;
  display: inline;
}

.featureList {
  list-style: none;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: start;
}

.featureList li {
  padding-left: 30px;
  padding-bottom: 5px;
  align-self: start;
}
.featureList li::before {
  content: '✓';
  font-size : 24px;
  padding-right: 5px;
}

.featureButton {
  width: 80%;
  height: 50px;
  border-radius: 10px;
  color: white;
  background-color: #000;
  font-size: 20px;
  font-weight: 600;
  border: none;
  box-shadow: 0px 0px 2px 0px #000;

}

.featureButton--black {
  color: black;
  background-color: #fff;
  border: 1px black;
  box-shadow: 0px 0px 2px 0px #000;
}

.plansBox--black h3 {
  color: #fff;
}

.plansBox p{
  font-size: 20px;
}

.feature {
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.yearlySwitch{
  display: flex;
  font-size: 20px;
  color: #5478DA;
  font-weight: 700;
  padding-bottom: 50px;
}

.yearlySwitch p {
  padding: 0px 10px;
}

.faqSection {
  display: grid;
  place-items: center;
  padding-bottom: 5%;
}

#faqs{
  display: flex;
  width: 70%;
  flex-direction: column;
}

.faq p {
  margin: 25px 0px;
}
.faq .panel {
  margin-bottom: 0;
}

/* from  https://www.w3schools.com/howto/howto_css_switch.asp*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.buttonSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.buttonSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .buttonSlider {
  background-color: #2196F3;
}

input:focus + .buttonSlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .buttonSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.buttonSlider.round {
  border-radius: 34px;
}

.buttonSlider.round:before {
  border-radius: 50%;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-image: url('../img/dorpdown-arrow.png');
  background-position: 99% 50%;  
  background-repeat: no-repeat;
  background-size: 13px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#faqs .active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.searchButton{
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.searchButton:hover{
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.searchButton--active {
  border-bottom: 2px solid white;
}

.homeSearch {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  font-size: 20px;
}

.homeSearch button {
  background-color: #06f0ef;
  border: 0px;
  border-radius: 25px;
  margin-left: -50px;
  padding: 10px 50px;
}
.homeSearch div{
  display: flex;
  width: 70%;
}

.searchBar {
  flex: 1;
  width: 70%;
  color: black;
  border: 0;
  border-radius: 5px;
  padding: 10px;
}

.searchBar:focus {
   outline: none; 
}
.fadeIn{
  width: 135px;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 1350px) {


  #defaultNavbar1{
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
  }

  .mobileSearch {
    flex-direction: column;
    align-items: center;
  }
  .mobileSearch input {
    width: 100%;
  }
  .homeSearch button {
    margin-left: 0;
    margin-top: 10px;
    width: 70%;
  }

  .headerBlock nav li .dropdown-item {
    padding-top: 10px;
    visibility: visible;
    display: block;
    margin-right: 0 !important;
  }

  .headerBlock nav li{
    margin-right: 0 !important;
  }
  li .dropdown-header{
    border-bottom: 1px solid white;
  }

  .overlay ul {
    margin-top: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 100px;
  }

  .navbar-brand{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}