section.multistep_form_wrapper {

    position: relative;

    padding: 50px 0px;

}

.card-box {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

    padding: 50px;

    background: #fff;

    position: relative;

    z-index: 1;

}

    #msform {

    text-align: center;

    position: relative;

    margin-top: 50px;

}



#msform fieldset {

    background: white;

    border: 0 none;

    border-radius: 0.5rem;

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    padding-bottom: 20px;

    position: relative;

    text-align: left;

}



.form-card {

    text-align: left;

    margin-bottom: 50px;

}



#msform fieldset:not(:first-of-type) {

    display: none

}



/*#msform input,

#msform textarea {

    padding: 8px 15px 8px 15px;

    border: 1px solid #ccc;

    border-radius: 0px;

    margin-bottom: 25px;

    margin-top: 2px;

    width: 100%;

    box-sizing: border-box;

    color: #2C3E50;

    background-color: #ECEFF1;

    font-size: 16px;

    letter-spacing: 1px

}*/



#msform input:focus,

#msform textarea:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: 1px solid ;

    outline-width: 0

}



#msform .action-button {

    width: auto;

    border: 1px solid var(--color-skyblue);

    cursor: pointer;

    margin: 10px 10px 10px 10px;

/*    float: right;*/

    color: var(--color-white);

    background: var(--color-skyblue);

    padding: 12px 20px;

    border-radius: 50px;

    letter-spacing: 0.2px;

    font-weight: 600;

    font-size: 13px;

    text-transform: uppercase;

    display: inline-block;

}

.skip.action-button {

    background: transparent !important;

    color: var(--color-black) !important;

    border: 1px solid #000 !important;

}



#msform .action-button:hover,

#msform .action-button:focus {

    background-color: var(--color-black)

}



#msform .action-button-previous {

    width: auto;

    background: var(--color-black);

    border: 0 none;

    border-radius: 0px;

    cursor: pointer;

    margin: 10px 5px 10px 0px;

/*    float: right;*/

    color: var(--color-white);

    padding: 12px 20px;

    border-radius: 50px;

    letter-spacing: 0.2px;

    font-weight: 600;

    font-size: 13px;

    text-transform: uppercase;

    display: inline-block;

}



#msform .action-button-previous:hover,

#msform .action-button-previous:focus {

    background-color: #000000

}



.card {

    z-index: 0;

    border: none;

    position: relative

}



.fs-title {

    font-size: 25px;

    color: #0075bf;

    margin-bottom: 30px;

    font-weight: normal;

    text-align: left

}



.purple-text {

    color: #0075bf;

    font-weight: normal

}



.steps {

    font-size: 25px;

    color: gray;

    margin-bottom: 10px;

    font-weight: normal;

    text-align: right

}



.fieldlabels {

    color: gray;

    text-align: left

}



#progressbar {

    margin-bottom: 30px;

    overflow: hidden;

    color: lightgrey;

    display: flex;

    width: 100%;

    gap: 10px;

}



#progressbar .active {

    color: var(--color-skyblue);

    background: var(--color-light-skyblue);

    padding: 10px;

    border-radius: 10px;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;



}



#progressbar li {

    list-style-type: none;

    font-size: 15px;

    width: 15%;

    position: relative;

    font-weight: 400;

    margin-bottom: 10px

}



/*#progressbar #step1:before {

    font-family: FontAwesome;

    content: "\f13e"

}



#progressbar #step2:before {

    font-family: FontAwesome;

    content: "\f007"

}



#progressbar #step3:before {

    font-family: FontAwesome;

    content: "\f030"

}



#progressbar #step4:before {

    font-family: FontAwesome;

    content: "\f00c"

}

#progressbar #step5:before {

    font-family: FontAwesome;

    content: "\f00c"

}

#progressbar #step6:before {

    font-family: FontAwesome;

    content: "\f00c"

}

#progressbar #step7:before {

    font-family: FontAwesome;

    content: "\f00c"

}

#progressbar #step8:before {

    font-family: FontAwesome;

    content: "\f00c"

}*/



.progress-bar {

    background-color: #0075bf!important;

}

.progress-bar-striped {

    background-image: none!important;

}



#progressbar li:before {

    width: 50px;

    height: 50px;

    line-height: 45px;

    display: block;

    font-size: 20px;

    color: #ffffff;

    background: lightgray;

    border-radius: 50%;

    margin: 0 auto 10px auto;

    padding: 2px

}



#progressbar li:after {

    content: '';

    width: 100%;

    height: 2px;

    background: lightgray;

    position: absolute;

    left: 0;

    top: 44px;

    z-index: -1

}



#progressbar li.active:before,

#progressbar li.active:after {

    background: #0075bf

}



.progress {

    height: 10px !important;

}



.progress-bar {

    width: 10%;

    background-color: #0075bf

}



.fit-image {

    width: 100%;

    object-fit: cover

}

.radio-buttons 

{

  width: 100%;

  margin: 0 auto;

/*  text-align: center;*/

}



.custom-radio input 

{

  display: none;

}



.radio-btn 

{

  margin: 10px;

  width: 150px;

  height: 150px;

  border: 3px solid transparent;

  display: inline-block;

  border-radius: 10px;

  position: relative;

  text-align: center;

  box-shadow: 0 0 20px #c3c3c367;

  cursor: pointer;

}



.radio-btn > i {

  color: #ffffff;

  background-color: #0075bf;

  font-size: 20px;

  position: absolute;

  top: -15px;

  left: 50%;

  transform: translateX(-50%) scale(2);

  border-radius: 50px;

  padding: 3px;

  transition: 0.5s;

  pointer-events: none;

  opacity: 0;

}



.radio-btn .hobbies-icon 

{

  width: 150px;

  height: 150px;

  position: absolute;

  top: 40%;

  left: 50%;

  transform: translate(-50%, -25%);

}

.radio-btn .hobbies-icon img

{

  display:block;

  width:100%;

  margin-bottom:20px;

  

}

.hobbies-icon img {

    height: 64px;

    object-fit: contain;

}

.radio-btn .hobbies-icon i 

{

  color: #0075bf;

  line-height: 80px;

  font-size: 60px;

}



.radio-btn .hobbies-icon h3 {

    color: var(--color-black);

    font-size: 18px;

    font-weight: 400;

    text-transform: capitalize;

    letter-spacing: 1px;

}



.custom-radio input:checked + .radio-btn 

{

  border: 4px solid #0075bf;

  background: #def2ff;

}



.custom-radio input:checked + .radio-btn > i 

{

  opacity: 0;

  transform: translateX(-50%) scale(1);

}



.contract-Agreement{

    position: relative;

    padding: 100px 0px;

}

.inner-contract-Agreement-box{

    width: 970px;

    margin: 0 auto;

    position: relative;

    border: 1px solid #808285;

    padding: 2em;

    word-wrap: break-word;

    word-break: break-word;

    overflow-x: hidden;

    height: 600px;

}

.group-select{

    position: relative;

    clear: both;

    min-height: 70px;

    max-width: 440px;

    width: 100%;

}

.selectWrap select {

    font-size: 16px;

    position: relative;

    top: 10px;

    height: 35px;

    padding: 0;

    min-width: 320px;

    border: none;

    border-bottom: 2px solid var(--color-skyblue);

    background-color: #fff;

}

.que.selectLabel {

    top: -15px;

    transform: inherit;

    font-size: 16px;

    color: var(--color-skyblue);

    font-weight: 600;

}

.question_Left {

    width: 70%;

}

.question_Right {

    padding: 30px;

    border: 1px solid #E6E7E8;

    width: 400px;

    height: auto;

    margin-top: 25px;

}

.question_Right a {

    background: none;

    width: 100%;

    height: auto;

    color: var(--color-skyblue);

    text-decoration: none;

    font-size: 18px;

    font-weight: 300px;

}
.question > span {
    display: inline-block;
    margin: 10px 0px;
    color: #808285;
    font-size: 16px;
}

input.datepicker {

    border: 0;

    border-radius: 0;

    border-bottom: 2px solid var(--color-skyblue);

    padding-bottom: 0px;

}

input.datepicker:focus {

    border: 0;

    border-bottom: 1px solid var(--color-light-skyblue);

}

.btn-outline-secondary {

    border: 0!important;

    background: var(--color-light-skyblue)!important;

    border-radius: 0!important;

    color: var(--color-skyblue)!important;

}

.btn-outline-secondary:hover{

    background: var(--color-skyblue)!important;

    color: var(--color-white)!important;



}



.option-box {

    margin-top: 35px;

}

.tabs-radio-label {

    display: flex;

    gap: 25px;

    align-items: center;

}

.que-label {

    font-size: 20px;

    color: var(--color-black);

    font-weight: 600;

}





/*====date-picker-custom-css==========*/

.gj-picker-bootstrap table tr td.today div{color:var(--color-skyblue)!important;font-weight:700}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{color:#fff;background-color:var(--color-skyblue)!important;border-color:#122b40;border-radius:4px}

.gj-picker-bootstrap div[role=navigator] {

    height: 30px;

    line-height: 30px;

    text-align: center;

    background: var(--color-skyblue);

    color: var(--color-white);

}

.gj-icon {

    line-height: 30px;

}







.option-div {

    margin-top: 20px;

}

.tenant-option {

    margin-bottom: 25px;

}

.radio-btn.style-change {

    margin: 10px 0px;

    width: 100%;

    height: auto;

    padding: 10px;

}

.radio-btn.style-change1 {

    width: 100px;

    height: auto;

    padding: 10px;

}

.custom-radio input:checked + .radio-btn.style-change1{

    background: var(--color-skyblue);

    color: var(--color-white);

    border: 0;

}



.select-calender-box {

    display: flex;

    gap: 10px;

    align-items: center;

}

.select-calender-box .icon img {

    height: 35px;

    object-fit: contain;

}

.select-calender-box h6 , .radio-btn.style-change1 h6 {

    margin: 0;

    font-size: 16px;

    font-weight: 500;

}













#msform .next, #msform .previous {

    display: none!important;

}



.next-prev-btn {

    display: flex;

    gap: 10px;

    justify-content: flex-start;

    margin-bottom: 20px;

}

.next-prev-btn #next {

   width: auto;

    border: 1px solid var(--color-skyblue);

    cursor: pointer;

    margin: 10px 10px 10px 10px;

    /* float: right; */

    color: var(--color-white);

    background: var(--color-skyblue);

    padding: 12px 20px;

    border-radius: 50px;

    letter-spacing: 0.2px;

    font-weight: 600;

    font-size: 13px;

    text-transform: uppercase;

    display: inline-block;

}

.next-prev-btn #prev{

    width: auto;

    background: var(--color-black);

    border: 0 none;

    border-radius: 0px;

    cursor: pointer;

    margin: 10px 5px 10px 0px;

    /* float: right; */

    color: var(--color-white);

    padding: 12px 20px;

    border-radius: 50px;

    letter-spacing: 0.2px;

    font-weight: 600;

    font-size: 13px;

    text-transform: uppercase;

    display: inline-block;

}









/*======input-field============*/

.input-box label {

    position: relative;

    width: 100%;

}

.input-box input , .input-box textarea  {

    border:none;

/*    border-bottom:1px solid var(--color-black);*/

    font-size:16px;

    outline:none;

    padding:.5em;

        font-weight: 500;

    width:100%;

}



.input-box label span{



}

.input-box input + span , .input-box textarea + span {

    background: transparent;

    border-bottom: 1px solid var(--color-black);

    position: absolute;

    top: -18px;

    left: 0;

    bottom: 0;

    right: 0;

    transition: all .125s ease;

    color: var(--color-black);

    font-size: 18px;

    width: 100%;

    font-weight: 500;

}



.input-box input:focus ~span , .input-box textarea:focus ~span{

    border:0;

    font-size:.8em;

    top:-2em; 

    color: var(--color-skyblue);  

}



.input-box input:focus  , .input-box textarea:focus  {

   border: 0 !important;

    border-bottom: 1px solid var(--color-skyblue) !important;

    transition: all .125s linear;

}



.input-group {

    margin-bottom: 3rem;

}

span.helpMainContent {

    display: inline-block;

    margin: 5px 0px;

    font-style: italic;

    color: #808285;

    font-size: 16px;

    max-width: 500px;

}





.Landlord-box {

    margin-left: 0;

    margin-bottom: 25px;

    padding: 30px;

/*    box-shadow: 0px 0px 5px 2px #cccccc;*/

    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    position: relative;

}





.Landlord_wrapper > .Landlord-box.element > .remove {

    display: none;

}



.remove {

    background: var(--color-skyblue);

    border: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 30px;

    color: #fff;

}

.clone {

    background: transparent;

    border: 0;

    font-size: 20px;

    text-transform: capitalize;

    font-weight: 500;

}
span.helpLabelContent {
    display: inline-block;
    margin: 10px 0px;
    font-style: italic;
    color: #808285;
    font-size: 16px;
}
.form-box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.radio-btn:hover {
    background: #def2ff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
span.rupee-icon {
    position: absolute;
    top: 10px;
    left: -8px;

}


/*=====checkbox-css========*/
.tabs-checkbox-label {
    margin-top: 20px;
}
.tabs-checkbox-label .form-group {
  display: block;
  margin-bottom: 15px;
}

.tabs-checkbox-label .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.tabs-checkbox-label .form-group label {
  position: relative;
  cursor: pointer;
}

.tabs-checkbox-label .form-group label:before {
  content:'';
  -webkit-appearance: none;
      background-color: #0075bf;
    border: 2px solid #0075bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.tabs-checkbox-label .form-group input:checked + label{
    color: #0075bf;
    font-weight: 500;
}
.tabs-checkbox-label .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.flex-property{
    display: flex;
    flex-wrap: wrap;
        row-gap: 5px;
            margin-top: 20px;
}
.flex-property .custom-radio {
    flex: 0 0 47%;
}
.flex-property .custom-radio  h6{
    text-align: left;

}


.custom-check-redio [type="radio"]:checked,
.custom-check-redio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check-redio [type="radio"]:checked + label,
.custom-check-redio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-check-redio [type="radio"]:checked + label:before,
.custom-check-redio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-check-redio [type="radio"]:checked + label:after,
.custom-check-redio [type="radio"]:not(:checked) + label:after {
   content: '';
    width: 10px;
    height: 10px;
    background: #0075bf;
    position: absolute;
    top: -11px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-check-redio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check-redio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}