body select.bs-select-hidden, body select.selectpicker {
  display: block;
}
.main-nav-log {
  float: right;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  cursor: pointer;
}
.main-nav-log ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.main-nav-log ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-nav-log a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #292a34;
  border-top: 1px solid #3b3d4b;
  color: #ea0088;
}
/*Left side CSS */
.popup-left-info {
  background: url(../images/popup-blue-bg.png) no-repeat;
  background-size: cover;
  padding: 15px 30px;
  color: #fff;
  height: 560px;
}
.info_main_heading {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}
.info_sub_heading {
  font-size: 20px;
  margin: 0 0 40px;
  padding: 0;
  font-weight: normal!important;
}

.popup-left-info ul{list-style:none;}
.popup-left-info ul li {
  padding: 0 0 22px 0px;
  font-size: 18px;
}
.popup-left-info ul li span {
  padding-right: 15px;
}
.popup-left-info ul .correct-icon img {
  max-width: 28px;
  vertical-align: middle;
}
.add-fav-icon{background: url(../images/add-fav-icon.png) no-repeat;line-height: 20px;}
.popup-left-info .simple {
  padding-top: 35px;
  text-align: center;
}
.popup-left-info .simple h4 {
  font-size: 28px;
  padding: 20px 0;
}
.popup-left-info .simple img {
  max-width: 180px;
}

/*right Side popup CSS*/
ul.cd-switcher {
    list-style: none;
}
.social-login-signup {
  padding: 11px;
  text-align: center;
}
.social-login-signup p {
  color: #33475b;
  float: left;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.social-login-signup a {
    display: inline-block;
}
.or-text {
  float: left;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}
.or-text p {
    color: #c3c3c3;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    line-height: .1em;
}
.or-text p span {
    background: #fff;
    padding: 0 5px;
}
.accept-term {
  color: #33475b;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: top;
  width: 90%;
}
.login-left{
	width: 50%;    
}
.accept-term {
    width: 90%;
	margin-left: 5px;
	vertical-align: top;
}
.fieldset input::-webkit-input-placeholder{
	font-style:normal;
	color:rgba(60, 60, 60, 0.2);
}
p.cd-form-bottom-message.back-to-login {
    width: 100%;
    text-align: center;
}
#forgotPSWD .btn.btn-primary {
  margin: 0;
}
#forgotPSWD .form-group {
  margin-bottom: 15px; ;
}
#forgotPSWD.forgot-modal-sm .modal-content {
  max-width: 400px;
  left: auto;
  cursor: auto;
}
/**/

@media only screen and (min-width: 768px) {
  .main-nav-log {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .main-nav-log ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav-log ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav-log li {
    display: inline-block;
    margin-left: .5em;
  }
  .main-nav-log li:nth-last-child(2) {
    margin-left: 1.5em;
  }
  .main-nav-log a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
  }
  .main-nav-log a:hover{text-decoration:none;}
  .main-nav-log a.cd-signin, .main-nav-log a.cd-signup {
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50em;
  }
  .main-nav-log a.cd-signin img, .main-nav-log a.cd-signup img {
    margin: 0 5px 0 0;
	vertical-align: top;
}
  .main-nav-log a.cd-signup {
    border: none;
  }
}

/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9995;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
   box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.4);
   
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 930px;
  height: 560px;
  display: flex;
  background: #FFF;
  /*margin: 3em auto 4em;*/
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
/* .cd-user-modal-container .cd-switcher li:first-child a { */
  /* border-radius: .25em 0 0 0; */
/* } */
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  padding:15px 0px;
  background: #f5f5f5;
  color: #919191;
  text-decoration:none;
  font-size: 20px;
  text-transform: uppercase;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #e70079;
  color: #fff;
}
#step_1 .fieldset.forgot-psw {
  padding-top: 0;
  margin-top: 0;
}
  /* signup-form  */

#myRadioGroup label {
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
  color: #000;
}
#myRadioGroup label span {
  font-size: 14px;
  }
#myRadioGroup input {
  margin-right: 10px;
}
#myRadioGroup .accept-term {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding-top: 1px;
}
#myRadioGroup .accept-term a {
  color: #000;
  font-weight: bold;
}
#myRadioGroup .accept-term a:hover {
  text-decoration: none;
  }
  #step_1 .fieldset.login-btn.signup {
  text-align: left;
}

  /* modal-popup  */
.signup-pro-box .modal-body {
  padding: 0;
}
.signup-pro-box {
  display: none;
  cursor: default;
}
.model-area.signup-pro-box .modal-dialog {
  background: url(../images/popup-blue-bg.png) no-repeat;
  background-size: cover;
  max-width: 900px;
  width: 100%;
  padding: 0px 40px 40px;
  margin-top: 10px;
}
.left-side-btn {
  float: left;
  width: 60%;
  display: inline-block;
}
.right-radio-btn {
  float: right;
  margin-top: 10px;
}
.account {
  padding-top: 30px;
}
.account img {
  max-width: 30px;
}
.account input {
  width: 65%;
  border: none;
  background-color: transparent;
  font-size: 16px;
  margin: 15px 0;
  color: #fff!important;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif; 
}
.account .account-dropdown {
  width: 100%;
  border: none;
   background-color: transparent;
  font-size: 16px;
  margin: 15px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif; 
}
.right-radio-btn label {
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: normal;
  padding-left: 30px;
  font-family: 'Lato', sans-serif; 
}
.right-radio-btn input[type="radio"] {
  display: none;
}
.right-radio-btn input[type="radio"]:checked + span {
  background-image: url(../images/click-radio.png);
  background-repeat: no-repeat;
}


.right-radio-btn input[type="radio"] + span {
  background-image: url(../images/radio-btn.png);
  background-repeat: no-repeat;
  bottom: 1px;
  content: "";
  height: 15px;
  left: 10px;
  margin-left: 0;
  position: absolute;
  width: 15px;
}
.model-area .account input[type="text"] {
  color: #fff;

}

.model-area .account input::placeholder {
  color:#fff !important;
  opacity: 1!important;
}

.model-area select.account-dropdown {
  background-image: url("../images/arrow2.png");
  background-position: 93% center;
  background-repeat: no-repeat;
  height: 31px;
  width: 85%;
  padding-bottom: 9px;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
}
.model-area.signup-pro-box .account input {
  width: 85%;
}
.model-area.signup-pro-box .signup_phone_field .model-txt {
  float: left;
  width: 50%;
}
.model-area.signup-pro-box .signup_phone_field .model-txt.phone_code {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.model-area.signup-pro-box select.account-dropdown option, .model-area.signup-pro-box select.account-dropdown optgroup {
  background-color: #1485c2;
} 
.model-area select.propertytype {
  -moz-appearance: none;
  background-image: url("../images/arrow2.png");
  background-position: 93% center;
  }
.model-area select.account-dropdown:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fieldset.login-btn.signup {
  text-align: center;
}


.checkbox-remember {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.checkbox-remember label {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.checkbox-remember label a {
  color: #fff;
  font-weight: bold;
}
.checkbox-remember label a:hover {
  text-decoration: none;
  }
.model-area .fieldset .btn {
  background-color: #ef007b;
  color: #fff;
  border-radius: 0;
  width: 300px;
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  margin: auto;
  font-family: 'Lato', sans-serif; 
}
.model-area .left-side-btn .btn {
  width: 200px;
  height: 50px;
  background: #f5f5f5;
  color: #919191;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  float: left;
}
.model-area .left-side-btn .btn.selected {
  background: #e70079;
  color: #fff;
}
.model-area .left-side-btn span {
  background: #f5f5f5;
  color: #919191;
  margin-left: -4px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #fff;
}








@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  /* .cd-user-modal-container .cd-switcher a { */
    /* height: 70px; */
    /* line-height: 70px; */
  /* } */
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  /*font-size: 14px;
   font-size: 0.875rem; */
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border-bottom: 1px solid #c6d9e5;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.fieldset.forgot-psw span a {
  text-align: right;
  color: #919191;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  text-align: right;
  float: right;
}
.fieldset.forgot-psw a:hover {
  text-decoration: none;
}
#step_1 .fieldset.login-btn {
  margin-top: 0px;
}
#step_1 .fieldset.text {
  padding-top: 0;
}
.logged-in {
  font-weight: normal;
}
.cd-form h5 {
  font-size: 16px;
  color: #000;
}
.cd-form .sign-up {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  }
  .cd-form .sign-up:hover {
    text-decoration: none;
  }

.cd-form input.has-border:focus {
  border-color: #00aef2;
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #cfcfcf;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
    padding: 10px 0;
    cursor: pointer;
    background: #72b911;
    color: #FFF;
    font-weight: normal;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 184px;
    height: 39px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 18px;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #00C7F5;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 8px;
  }
#step_1 .fieldset .btn {
  background-color: #ef007b;
  color: #fff;
  border-radius: 0;
  width: 300px;
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  margin: auto;
}
#step_1 .fieldset .btn.blue-bg {
  background-color: #3d5a96;
  }
  /* .cd-form input[type=submit] { */
    /* padding: 16px 0; */
  /* } */
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}
.cd-form-bottom-message {
    position: absolute;
    right: -15px;
    font-size: 15px;
}
.cd-form-bottom-message a {
  color: #256e99;
  text-decoration: none;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}
@media only screen and (max-width: 767px)
{
	.member-register {float: none;}
	.main-nav-log {width: 50%; background: none;text-align: left;}
	.main-nav-log ul {position: static; transform: none;}
	.main-nav-log ul li {display: inline-block; padding-left: 30px;}
	.main-nav-log a {height: auto;	line-height: normal; padding-left: 0; background: none; border-top: none; }
	p.cd-form-bottom-message.back-to-login {right: 0;bottom: -20px;background: #fff;}	
	
}
@media only screen and (max-width: 440px)
{
	.member-register {text-align: center;}
	.main-nav-log ul li { padding-left: 10px;}
}
@media only screen and (max-width: 420px)
{
	span.login-left.pull-right.cd-form-bottom-message {
		text-align: center;
	}	
	.cd-form input[type=submit] { margin-top: 20px;}
	
}
@media only screen and (max-width: 359px)
{
	.main-nav-log ul li { padding-left: 0px;}
}


#cd-login, #cd-signup, #cd-reset-password {
  display: none;
  background:#fff;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}

/* new popup style */
body .cd-form .fieldset input[type="button"], body .cd-form input[type=submit] {
  padding: 12px 0;
  -webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;
  background-color: #fe409e;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  max-width: 160px;
  width: 100%;
}

body .cd-form .fieldset input[type="button"]:hover{
  background-color: #4097f1;
}

.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #4097f1;

}
/* .popup-right-info */
.popup-right-info {
  clear: both;
  height: 100%;
  padding: 25px 10px 0;
  position: relative;
}
#step_3.popup-right-info{
  padding: 25px 10px;
}
#step_4 .content_area {
  margin: 40px 0;
}
.popup-right-info .close {
  font-size: 15px;
  font-weight: 200;
  position: absolute;
  right: 10px;
  top: 10px;
}
.steps_move {
  list-style: outside none none;
  position: relative;
}
.steps_move::before {
  background-color: #ff008c;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 13px;
  width: 80%;
  z-index: -1;
}
.setp_s {
  float: left;
  text-align: center;
  width: 25%;
}
.setp_s small {
  display: block;
  text-transform: uppercase;font-size: 12px;color: #5d7185;
}

.check {
  background-color: #ff008c;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  width: 28px;
}
.un_check {
  background-color: #fff;
  border-color: #ff008c;
  border-width: 2px;
  border-style: solid; 
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0 28px;
  text-align: center;
  width: 28px;
}
.form_group{
  float: left;width: 50%;padding-right: 10px;
}
.form_group.last_name, .form_group.phone {
  padding: 0 0 0 10px;
}
.form_group input, .form_group .btn.dropdown-toggle.btn-default{
  background-color: #f5f8fa;
  border: 1px solid #c6d9e5;
  border-radius: 3px;
  color: #a5b2c8;
  padding: 11px 25px 11px 14px;
  width: 100%;
}
.form_group .btn-group.open .dropdown-toggle {
  box-shadow: none;
  border:1px solid #00aef2;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.form_group .text {
  border: medium none;
  margin: 0;
}
.form_group .dropdown-menu > li > a {
  border-bottom: 1px solid #eee;
  float: left;
  padding: 5px 20px;
  width: 100%;
  position: relative;
}
.form_group .dropdown-menu {
  padding: 0;
  background-color: #f5f8fa;
  border: 1px solid #c6d9e5;
  border-radius: 3px;
}
.form_group .dropdown-menu.open {
  width: 100px;
}
.form_group .dropdown-menu.inner {
  max-height: 100px !important;
  min-height: 100px !important;
}
.form_group .bootstrap-select.btn-group.open .dropdown-toggle .caret {
  -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);
}
.form_group .caret {
  border-color: #00aef2 transparent transparent;
}

.form_group span sub {
  position: absolute;
  right: -5px;
  top: 10px;
}
.form_group > span {
  float: left;
  margin-bottom: 10px;
  position: relative;
  font-size: 17px;color: #33475b;
}
.popup-right-info form {
  overflow: hidden;
  padding: 0 10px;
}
#step_1.popup-right-info form {
text-align: center;
margin-top: 5px;
}
#step_1 .login-left {
  float: left;
  right: 0;
  text-align: left;
  width: auto;
  margin-bottom: 40px;
}
#step_1 .login-left .logged-in {
  color: #000;
  font-size: 16px;
  padding-left: 6px;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
}
#step_1 .fieldset {
  float: left;
  margin: 5px 0;
  width: 100%;
}
#step_1 .signup_phone_field .fieldset.phone_code {
  float: left;
  width: 35%;
  margin-right: 10%;
}
#step_1 .signup_phone_field .fieldset {
  float: left;
  width: 55%;
}
.intl-tel-input .country-list .country {
  white-space: nowrap;
}
.form_group.email, .form_group.form_foot {
  float: left;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.form_group.form_foot{
  text-align: center;
}
.form_foot p{
  color: #5d7185;font-size: 14px;
}
.form_foot input[type="checkbox"] {
margin-right: 10px;float: left;width: auto;
}
.form_foot button, .resend_btn{
max-width: 160px;text-align: center;background-color: #fe409e;border-radius: 3px;transition: 0.5s;margin: 0 auto;border: none;color: #fff;width: 100%;font-size: 16px;padding: 12px 0;
}
.form_foot button:hover, .resend_btn:hover{background-color: #4097f1;}
.content_area {
  float: left;
  overflow: hidden;
  width: 100%;text-align: center;margin: 20px 0;
}
#step_8 .resend_btn {
  min-width: 200px;margin-top: 15px; 
}
#step_2 .content_area {
  margin: 0;
}
.content_area strong {
  font-size: 35px;
  line-height: 40px;color: #33475b;display: block;margin-bottom: 10px;
}
.content_area p {
  color: #5d7185;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.form_text {
  text-align: left;
  vertical-align: middle;
}
.form_text b {
  font-size: 22px;
  text-transform: uppercase;
  color: #fe409e;
  letter-spacing: 2px;
}
#step_3 .content_area {
  margin: 50px 0 30px;
}
.form_group.language_form {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.form_group.status_form {
  padding: 0 0 0 10px;
}
.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  display: inline-block;
  margin-top: 0;
  position: relative;
  right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  white-space: normal;
}



.loading {
  left: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.loading .fa {
  color: #ff008c;
  display: block;
  font-family: FontAwesome !important;
  font-size: 140px;
  font-weight: 600;
  line-height: 100px;
}
.loading span{
  width: 100%;
  text-align: center;
  float: left;
}
.loading strong {
  color: #33475b;
  font-size: 34px;
  line-height: 50px;
}
.loading p {
  color: #33475b;
  font-size: 16px;
  line-height: 24px;
}
#step_5 .content_area > strong {
  display: block;
  margin: 15px 0;
}
#step_5 form {
  display: block;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.loading_img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -140px;
  width: 200px;
  z-index: 1111;
}
#step_6 .content_area, #step_6 .content_area  strong {
  margin: 0;
}
#step_6 p#next_visit {
  color: #33475b;
  float: left;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.form_group textarea:focus, .form_group input:focus, .form_group select:focus, .form_group .btn.dropdown-toggle.btn-default:focus{
  border:1px solid #00aef2;
  outline: 0 none;
}

.form_group.radio_btns {
  padding: 0;
  width: 100%;
}
.popup-right-info #radio_btns > p {
  float: left;
  font-size: 15px;
  margin: 5px 0 0;
  width: 50%;
  color: #5d7185;
}
.popup-right-info #radio_btns input {
  margin-right: 10px;
  width: auto;
}
#step_2 .content_area > strong {
  margin: 0;
}
#step_2 .form_group span {
  margin-bottom: 5px;
}
#step_1.popup-right-info {
  padding: 0 0 20px;
}
#step_1 .img-responsive {
  margin: 0 auto;
}
#step_1 input[type="submit"]:hover, #step_1 input[type="submit"]:focus {
  background: #00c7f5 none repeat scroll 0 0;
  border-color: transparent transparent #0c99b9;
  outline: medium none;
}
.form_group.property_type, .form_group.year_type {
  padding: 0 0 0 10px;
}


/* spinner images css */
.spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ff008c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


@media(max-width: 991px){
.content_area strong {
  font-size: 25px;
  line-height: normal;
}
#step_7 .loading img {
  width: 200px;
}

/*--popup-css--*/
.popup-left-info ul li {
  font-size: 14px;
}
.info_main_heading {
  font-size: 26px;
}
.popup-left-info .simple {
  padding-top: 60px;
}
.popup-left-info .simple h4 {
  font-size: 24px;
}
.cd-form input.has-border {
  font-size: 14px;
}
.model-area .modal-dialog {
  width: 730px;
}
.left-side-btn {
  width: 70%;
}
.fieldset.agree1 {
  text-align: center;
  margin-left: 110px;
}

}
@media(max-width: 767px){
.loading {
  padding: 20% 10px;
  position: relative;
  text-align: center;
  top: 0;
  -webkit-transform: translate(0px, 0px);-moz-transform: translate(0px, 0px);transform: translate(0px, 0px);
}
.loading strong{
font-size: 30px;
}
#step_1 .login-left {
  float: left;
  right: 0;
  text-align: left;
  width: 100%;
}
.login-left.pull-right.cd-form-bottom-message {
  position: relative;
}
.popup-right-info #radio_btns > p {
  font-size: 12px;
}

/*--popup--*/

.model-area .modal-dialog {
  width: 600px;
}
.model-area.signup-pro-box .modal-dialog {
  padding: 0px 15px 20px;
}
.model-area .left-side-btn .btn {
  width: 50%;
}
.signup_phone_field #PhoneCode {
  line-height: 17px !important;
}
.signup_phone_field .intl-tel-input.allow-dropdown .flag-container, .signup_phone_field .intl-tel-input.separate-dial-code .flag-container {
  top: 10px !important;
}
.signup-pro-box .signup_phone_field .intl-tel-input.allow-dropdown .flag-container, .signup-pro-box .signup_phone_field .intl-tel-input.separate-dial-code .flag-container {
  top: 20px !important;
}
}

@media(max-width: 640px){
  /*--popup--*/

.left-side-btn {
  float: none;
  width: 100%;
}
.right-radio-btn {
  float: none;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.model-area .modal-dialog {
  width: 450px;
}
#step_1 .fieldset .btn {
  background-color: #ef007b;
  color: #fff;
  border-radius: 0;
  width: 300px;
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  margin: auto;
}
#step_1 .fieldset .btn.blue-bg {
  background-color: #3d5a96;
}
.model-area .fieldset .btn {
  width: 150px;
}
}

@media(max-width: 480px){
  /*--popup--*/
.model-area .modal-dialog {
  width: 300px;
}
.right-radio-btn label {
  font-size: 16px;
}
#myRadioGroup label.signup-pro span {
  display: block;
  margin-left: 25px;
  line-height: 18px;
}
.cd-user-modal-container .cd-switcher a {
  font-size: 16px;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 10px;
}
#step_1 .fieldset .btn {
  width: 130px;
  line-height: 25px;
  font-size: 18px;
  display: block;
}
.cd-form h5 {
  font-size: 14px;
  color: #000;
}
}
@media (max-width:600px){
	.social-login-signup{
		padding: 8px;
	}
	.cd-form input.has-padding{
		padding: 0px 20px 12px 12px;
	}
}
@media (max-width:992px) and (min-width:768px){
  .visit{width: 100%}
  }
@media (max-width:480px){
  #myRadioGroup label span {
  font-size: 12px;
  }
}
