body {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

.container {
  max-width: 1290px; }

.navbar .logo img {
  height: 60px; }

.rental-application .css-yk16xz-control,
.css-1pahdxg-control {
  background-color: #f1f1f1 !important;
  border: 1px solid #e9e9e9 !important;
  height: 43px !important; }
  @media (max-width: 1679px) {
    .rental-application .css-yk16xz-control,
    .css-1pahdxg-control {
      height: 38px !important; } }

.rental-application .jTDCFF .credit-card-input {
  color: #495057;
  background: #f1f1f1 !important;
  height: 43px !important;
  border: 1px solid #e9e9e9 !important;
  font-size: 14px !important; }
  @media (max-width: 1679px) {
    .rental-application .jTDCFF .credit-card-input .rental-application .jTDCFF .credit-card-input {
      height: 38px !important; } }

.errorMsg {
  color: #ff6b60;
  margin-top: 3px;
  display: inline-block;
  font: 400 14px/24px 'Poppins', sans-serif; }

.blue-navsection {
  background: #2099ce;
  min-height: 95px;
  flex: 0 0 auto; }
  .blue-navsection .outer-detail {
    justify-content: space-between;
    align-items: center;
    color: #fff;
    min-height: 95px; }
    .blue-navsection .outer-detail .cruzhed h3 {
      font: 500 27px/22px 'Poppins', sans-serif; }
    .blue-navsection .outer-detail .cruzesub h3 {
      font: 400 27px/28px 'Poppins', sans-serif;
      margin-bottom: 1px; }
    .blue-navsection .outer-detail .cruzesub p {
      margin-bottom: 0px;
      font: 300 13px/22px 'Poppins', sans-serif;
      text-align: right; }

.property-image-sec {
  background: #ebf9ff;
  padding: 25px 20px;
  flex: 0 0 auto; }
  .property-image-sec .property-otr {
    flex-wrap: wrap; }
    .property-image-sec .property-otr .img-prop {
      height: 330px;
      padding: 0;
      margin-left: 12px;
      /*flex: 0 0 32.6%;
      max-width: 32.6%;*/ }
      @media (max-width: 1679px) {
        .property-image-sec .property-otr .img-prop {
          height: 250px; } }
      .property-image-sec .property-otr .img-prop:first-child {
        margin-left: 0px; }
      .property-image-sec .property-otr .img-prop img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        object-fit: cover;
        object-position: center; }
    .property-image-sec .property-otr .prop-detail-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 40px; }
      @media (max-width: 1679px) {
        .property-image-sec .property-otr .prop-detail-content {
          padding-left: 30px; } }
      @media (max-width: 767px) {
        .property-image-sec .property-otr .prop-detail-content {
          padding-left: 0;
          margin-top: 10px; } }
      .property-image-sec .property-otr .prop-detail-content h3 {
        font-size: 22px;
        color: #3c3c3c;
        margin-bottom: 4px;
        width: 350px; }
        @media (max-width: 1679px) {
          .property-image-sec .property-otr .prop-detail-content h3 {
            font-size: 18px;
            max-width: 306px; } }
        @media (max-width: 767px) {
          .property-image-sec .property-otr .prop-detail-content h3 {
            font-size: 18px;
            width: 100%; } }
      .property-image-sec .property-otr .prop-detail-content h4 {
        color: #656565;
        font: 400 16px/20px 'Poppins', sans-serif;
        width: 229px; }
        @media (max-width: 1679px) {
          .property-image-sec .property-otr .prop-detail-content h4 {
            font-size: 14px;
            line-height: 18px; } }
        @media (max-width: 767px) {
          .property-image-sec .property-otr .prop-detail-content h4 {
            width: 100%; } }

.mail-sec-otr {
  padding: 100px 0px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }
  .mail-sec-otr .form-control {
    text-indent: 8px; }
  .mail-sec-otr .mail-contnt h3 {
    font-size: 24px;
    color: #636262; }
  .mail-sec-otr .mail-contnt .txtCont {
    font-size: 15px; }
  .mail-sec-otr .otr-btn button {
    border: none;
    color: #fff;
    padding: 3px 31px;
    border-radius: 4px;
    height: 43px;
    background: #2099ce; }
  .mail-sec-otr footer {
    margin-top: auto;
    border-top: 1px solid #e8e5e5; }

.form-section-dtl .form-input {
  margin-bottom: 10px; }
  .form-section-dtl .form-input label {
    margin-bottom: 4px;
    color: #484747;
    font: 400 15px/24px 'Poppins', sans-serif; }
    @media (max-width: 1679px) {
      .form-section-dtl .form-input label {
        font: 400 14px/24px 'Poppins', sans-serif; } }
  .form-section-dtl .form-input .form-control {
    background: #f1f1f1;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    height: 43px;
    box-shadow: none;
    outline: 0px; }
    .form-section-dtl .form-input .form-control:hover {
      box-shadow: none;
      outline: 0px; }
  .form-section-dtl .form-input textarea.form-control {
    resize: none; }
  .form-section-dtl .form-input .select-form {
    position: relative; }
    .form-section-dtl .form-input .select-form .form-control {
      -webkit-appearance: none;
      font-size: 15px;
      color: #63696d;
      height: 43px; }
    .form-section-dtl .form-input .select-form:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #acacac;
      position: absolute;
      top: 20px;
      right: 15px; }

/*.otrprop {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  }*/
.rental-application {
  padding: 26px 30px;
  border: 1px solid #ebebeb;
  margin: 35px 0px 50px; }
  @media (max-width: 480px) {
    .rental-application {
      padding: 20px 18px; } }
  .rental-application h3 {
    font: 500 19px/24px 'Poppins', sans-serif;
    margin-bottom: 19px; }
  .rental-application .clientInfo h3 {
    font: 500 15px/24px 'Poppins', sans-serif;
    padding: 12px 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e2e9f1; }
  .rental-application .submit-btn {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 520px) {
      .rental-application .submit-btn {
        justify-content: center;
        flex-direction: column;
        width: 100%; } }
    .rental-application .submit-btn .btn-submit {
      background: #2099ce;
      padding: 6px 24px 5px;
      text-transform: uppercase;
      font: 500 14px/24px 'Poppins', sans-serif;
      letter-spacing: 0.5px;
      box-shadow: none;
      outline: none;
      color: #fff; }

::placeholder {
  color: #63696d !important;
  opacity: 1 !important;
  font-size: 14px !important; }
  @media (max-width: 1679px) {
    ::placeholder {
      font-size: 13px; } }

.docOuter {
  padding: 14px 12px; }
  .docOuter p {
    color: #484747;
    font: 400 14px/24px 'Poppins', sans-serif;
    margin-bottom: 10px; }
  .docOuter .box {
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding: 25px 19px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%; }
    .docOuter .box .mainList {
      list-style-image: url("../images/list-arrow.png");
      margin: 0;
      padding-left: 23px; }
      .docOuter .box .mainList li {
        color: #484747;
        font: 400 14px/21px 'Poppins', sans-serif;
        margin-bottom: 10px;
        padding-left: 7px; }
        .docOuter .box .mainList li:last-child {
          margin-bottom: 0; }
    .docOuter .box .pictureBox {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 15px; }
      .docOuter .box .pictureBox h6 {
        color: #484747;
        font: 500 16px/21px 'Poppins', sans-serif;
        margin-bottom: 6px; }
      .docOuter .box .pictureBox p {
        color: #484747;
        font: 400 14px/21px 'Poppins', sans-serif;
        margin-bottom: 0; }
  .docOuter .documentWrapper {
    border: 2px dashed #e0e5eb;
    color: #e0e5eb;
    position: relative;
    height: 150px;
    cursor: pointer;
    margin-bottom: 10px; }
    .docOuter .documentWrapper .uploadDesc {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align: center;
      top: 50px;
      cursor: pointer; }
      .docOuter .documentWrapper .uploadDesc p {
        margin: 0;
        font: 400 12px/24px 'Poppins', sans-serif; }
    .docOuter .documentWrapper input {
      position: absolute;
      outline: none !important;
      width: 100%;
      height: 150px;
      cursor: pointer;
      opacity: 0; }
  .docOuter .docView {
    display: flex;
    align-items: center; }
    .docOuter .docView img {
      width: 13px; }
    .docOuter .docView .docName {
      color: #484747;
      font: 400 13px/21px 'Poppins', sans-serif;
      margin-left: 4px; }
  .docOuter .uploadCheck {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center; }
    @media (max-width: 560px) {
      .docOuter .uploadCheck {
        flex-direction: column;
        align-items: baseline; } }
    .docOuter .uploadCheck .documentCheck {
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #484747;
      padding-left: 24px;
      margin: 0;
      font-size: 14px; }
      @media (max-width: 560px) {
        .docOuter .uploadCheck .documentCheck {
          margin-bottom: 10px; } }
      .docOuter .uploadCheck .documentCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .docOuter .uploadCheck .documentCheck .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #ccc; }
    .docOuter .uploadCheck .documentCheck input:checked ~ .checkmark {
      background-color: #2196f3 !important; }
    .docOuter .uploadCheck .documentCheck .checkmark:after {
      content: '';
      position: absolute;
      display: none; }
    .docOuter .uploadCheck .documentCheck input:checked ~ .checkmark:after {
      display: block; }
    .docOuter .uploadCheck .documentCheck .checkmark:after {
      left: 6px;
      top: 2px;
      width: 6px;
      height: 11px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .docOuter .reminderText {
    color: #484747;
    font: 400 14px/21px 'Poppins', sans-serif;
    margin-bottom: 0; }
  .docOuter .reminderLine {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
  .docOuter .centerText p {
    font: 400 14px/21px 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 10px; }

.proptycreditOtr .credit-card-input {
  height: 43px !important;
  background: #f1f1f1 !important;
  border: 1px solid #e9e9e9 !important;
  font-size: 15px !important; }
  @media (max-width: 1679px) {
    .proptycreditOtr .credit-card-input {
      height: 38px !important; } }
.proptycreditOtr #field-wrapper {
  height: 38px !important; }
.proptycreditOtr .bSpxGd {
  display: flex !important;
  flex-direction: column !important; }

@media (max-width: 1679px) {
  .container {
    max-width: 1135px; }

  .errorMsg {
    font-size: 14px !important;
    margin-top: 2px !important; }

  .navbar .logo img {
    height: 47px; }

  .blue-navsection .outer-detail,
  .blue-navsection {
    min-height: 75px; }

  .blue-navsection .outer-detail .cruzhed h3 {
    font: 500 22px/22px 'Poppins', sans-serif;
    margin-bottom: 0px; }

  .blue-navsection .outer-detail .cruzesub h3 {
    font: 400 19px/22px 'Poppins', sans-serif; }

  .blue-navsection .outer-detail .cruzesub p {
    font: 300 12px/18px 'Poppins', sans-serif; }

  .mail-sec-otr {
    padding: 60px 0px; }

  .mail-sec-otr .mail-contnt h3 {
    font-size: 19px; }

  .mail-sec-otr .mail-contnt .txtCont {
    font-size: 14px; }

  .form-section-dtl .form-input .form-control {
    height: 38px;
    text-indent: 3px; }

  .mail-sec-otr .otr-btn button {
    height: 38px;
    font-size: 13px; } }
@media (max-width: 1150px) {
  .container {
    max-width: 100%; }

  .property-image-sec .property-otr .img-prop {
    height: 210px; } }
@media (max-width: 767px) {
  .mail-sec-otr .form-section-dtl {
    flex-direction: column; }

  .mail-contnt.text-center {
    max-width: 80%; }

  .mail-sec-otr .otr-btn {
    margin-top: 9px; }

  .mail-sec-otr {
    padding: 20px 0px; } }
@media (max-width: 580px) {
  .property-image-sec .property-otr .img-prop {
    height: 180px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px; }

  .mail-contnt.text-center {
    max-width: 100%; }

  .mail-sec-otr {
    padding: 20px 0px; }

  .mail-sec-otr .otr-btn {
    margin-top: 2px;
    padding: 0; }

  .mail-sec-otr .otr-btn button {
    width: 100%; } }
@media (max-width: 450px) {
  .blue-navsection .outer-detail {
    align-items: inherit;
    flex-direction: column; }

  .blue-navsection .outer-detail,
  .blue-navsection {
    min-height: auto;
    padding: 5px 6px; }

  .blue-navsection .outer-detail .cruzesub p {
    text-align: left; }

  .blue-navsection .outer-detail .cruzhed h3 {
    font: 500 16px/18px 'Poppins', sans-serif; }

  .blue-navsection .outer-detail .cruzesub p {
    font: 300 11px/11px 'Poppins', sans-serif;
    display: none; }

  .blue-navsection .outer-detail .cruzesub h3 {
    font: 400 13px/22px 'Poppins', sans-serif; }

  .blue-navsection .outer-detail .cruzhed h3 {
    font: 500 18px/22px 'Poppins', sans-serif; } }

/*# sourceMappingURL=main.css.map */
