body {
    background: url('../images/white.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;

}
.step {
    padding-top: 35px;
}
html{
    overflow-x: hidden;
    overflow-y: auto;
}
.logowrap img{
    width: 50%;
}
h2{
    color : #fff;
}

.btn#sendOtpBtn:hover , .btn#verifyOtpBtn:hover, .btn-dashboard:hover {
    background-color: #fff;
    border-color: var(--bs-btn-hover-border-color);
    color: #000 !important;
}

.container {
    background: #003580;
    padding: 45px 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    width: 100%;
    margin: 50px auto;
    border-bottom: 4px solid #fff;
    position: relative;
}

.category-box {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.category-box:hover,
.category-box.active {
    background-color: #FFF;
    color: #000;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

label {
    color: #fff;
}

.text-secondary {
    color: #fff !important;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.form-label {
    color: #fff;
}

.close-btn:hover {
    color: #dc3545;
}

.step-label {
      padding: 6px 12px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
}

.text-primary {
    color: #fff !important;
}

.step-label.active {
    background-color: #FFF;
    color: #000;
}
.btn.btn-secondary{
    background: #fff;
    color: #000;
}
.default-banner {
    display: none;
}

#category {
  font-weight: 800 !important; /* bold */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ipad-banner {
    display: block;
  }
  .ad_banner_desktop{
    display: none;
  }
}

@media (max-width: 991px){

    .logowrap img {
        width: 60%;
    }

    .step h5.mb-3{
        margin-bottom: 0rem !important;
    }

    .container h2{
        font-size: 18px;
         margin-bottom: 2rem !important;
    }

    h5{
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 35px;
    }
    
    .category-box {
        margin-top: 5px;
        font-size: 18px;
    }
    .category-box:hover,
    .category-box:active,
    .category-box:focus{
        background-color: #FFF !important;
        color: #000 !important;
    }

    #stepIndicator{
        margin-bottom: 0rem !important;
    }
    .container {
        margin: 150px auto !important;
        text-align: left;
    } 
   .step-label {
        text-align: left;
    }
   
}

@media (max-width: 767px){

    .step {
        padding-top: 10px;
    }

    #propertyTypeTab {
         justify-content: flex-start !important;
    }

    #step1_type , #step1 {
       padding-top: 10px;
    }

    .step h5.mb-3{
        margin-bottom: 0rem !important;
        line-height: 30px;
    }

    #step1_rent {
       padding-top: 13px;
    }

    .but_wrap {
        margin-top: 14px;
    }

    .logowrap img {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .logowrap {
        flex-wrap: wrap;
    }
    
    .container h2{
        font-size: 18px;
         margin-bottom: 2rem !important;
         line-height: 30px;
    }
    h5{
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 35px;
    }
    .category-box {
        margin-top: 5px;
    }
    .category-box:hover,
    .category-box:active,
    .category-box:focus{
        background-color: #FFF !important;
        color: #000 !important;
    }
    .btn-dashboard{
        margin-top: 20px;
    }
    
    body {
       background: none;
    }
    #stepIndicator{
        margin-bottom: 0rem !important;
    }
    .container {
        margin: 40px auto !important;
        text-align: left;
    } 
   .step-label {
        text-align: left;
    }
    body{
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    }
}
/* Bootbox modal header fix */
.bootbox .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
}

.bootbox .modal-title {
    font-size: 1rem;
    font-weight: 600;
}

.bootbox .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
    box-shadow: none;
    border: none;
}
