﻿.aboupage-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
    background: #f1f3fb;
}

.form-wpr {
    margin: 0px auto;
    padding: 0px;
    width: 800px;
}

.lising-page-wpr-inr {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgb(87 100 126 / 21%);
    background-color: #fff;
}

.lising-page-wpr-hdr-sec {
    margin: 0px 0px;
    padding: 25px 25px;
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #d7d8e1;
}

.proprty-litng-title-h {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 26px;
    font-weight: 500;
}

.proprty-litng-title-p {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
}

.lising-page-wpr-middl-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px 25px;
    width: 100%;
    height: auto;
    float: left;
}

.dvider {
    border-bottom: 1px solid #d7d8e1;
}

.form-item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.lising-txtbx-p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    color: #2c3345;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
}



.lising-txtbx-small-p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #57647e;
}

.form-item input {
    width: 100%;
    height: 42px;
    outline: none;
    border: 1px solid #c3cad8 !important;
    -webkit-box-shadow: none;
    border-radius: 4px;
    color: #2c3345;
    box-shadow: none;
    padding: 0px 30px;
    padding-left: 10px;
    font-size:14px;
}

.form-item .nice-select {
    float: none;
    width: 100%;
    height: 42px;
    position: relative;
    line-height: 42px;
    padding: 0px 10px;
    padding-left: 10px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #c3cad8 !important;
    border-radius: 4px;
    color: #2c3345;
}

.lising-txtbx-p-title {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    color: #2c3345;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    letter-spacing: .5px;
}

.lising-page-wpr-ftr-sec {
    margin: 0px 0px;
    padding: 25px 25px;
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #d7d8e1;
}



.custom-btn {
    z-index: 1;
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    line-height: 62px;
    padding: 0px 15px;
    color: #ffffff;
    position: relative;
    border-radius: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #019DD4;
    border: 1px solid #0078a3;
}

    .custom-btn:before {
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: -50px;
        content: '';
        z-index: -1;
        position: absolute;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-right: 50px solid transparent;
        border-bottom: 80px solid #062a4d;
    }

.paddcust {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    padding: 0px 50px;
    border-radius: 50px;
}

.custom-btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.form-item-chk {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .form-item-chk input {
        width: 25px;
        height: 25px;
        float: left;
        outline: none;
        border: 1px solid #c3cad8 !important;
        -webkit-box-shadow: none;
        border-radius: 4px;
        color: #2c3345;
        box-shadow: none;
        padding: 0px 3px 0px 0px;
        margin: 5px 15px 0px 0px;
    }

    .form-item-chk label {
        margin: 6px 0px 0px 0px;
        float: left;
        width: auto;
        color: #2c3345;
        font-size: 16px;
    }

.lising-bankdt-p {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
}

.notificationpan {
    display: none;
    width: 100%;
    background-color: #ff0000;
    position: fixed;
    top: 55px;
    right: 30px;
    padding: 6px 7px;
    width: 270px;
    height: auto;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 14px 1px rgba(87, 87, 87, 0.85);
}

.closenotificationpan {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

#notification {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 999999;
}

.notif-txt {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 999999;
    position: relative;
}

 
/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}



.steps-dv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.steps-bx-dv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.steps-bx-number {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    border-radius: 100%;
    background-color: rgb(234, 236, 239);
    font-family: 'IBM Plex Sans', sans-serif;
}

.steps-bx-txt-p {
    margin: 0px;
    padding: 0px 0px 0px 8px;
    width: auto;
    float: left;
    min-width: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgb(112, 122, 138);
    font-family: 'IBM Plex Sans', sans-serif;
}

.steps-root {
    box-sizing: border-box;
    margin: 7px 0px 7px 10px;
    min-width: 0px;
    width: 4px;
    left: 18px;
    background-color: rgb(234, 236, 239);
    float: left;
    height: 38px;
}

.steps-root-done {
    background-color: rgb(252, 213, 53);
}

.stps-success-name {
    color: #000;
}

.stps-success-num {
    color: #000;
    background-color: rgb(252, 213, 53);
}

@media screen and (max-width:900px) {
    .form-wpr { 
        width: 100%;
    }
    .proprty-litng-title-h { 
        font-size: 22px;
    }
}