h1 {
    text-align: center;
}
h2 {
    margin: 0;
}
#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4d7298;
    background-color: #4d7298;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #4d7298;
    background-color: #4d7298;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 1rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4d7298 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4d7298 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4d7298 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}


.step-title{
    margin-bottom: 10px !important;
}

.footer-padding-top
{
  padding-top: 10px;
  padding-bottom: 10px;
}


@media (min-device-width : 320px) and (max-width: 899px){

    .no-padding
    {
        padding: 0.5em !important;
    }
    
}

@media (min-device-width : 320px) and (max-width: 899px){

    .save-button
    {
        width: 55%;
        height: 52px;
        text-align: center;
    }

    .about-container{
        height: 300px;
        position: relative;
        margin: 20px;
    }
    .box{
        width: 100%;
        height: 100%;            
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;  
    }

    .second-box
    {
        margin-left: 10% !important;height: 120% !important;
    }

    .stack-top{
        
        z-index: 1;
        margin-left: 10%;
        margin-top: 10%;
    }

    .about-text-background{
        background-color: #f2f2f2 !important;
        color: black;
    }

    .third-about-container
    {
        margin-top: 30%;
        margin-bottom: 15%;
    }
    
    .logo
    {
    height: 60px;
    width: 175px;
    }

    input[type=range] {
        -webkit-appearance: none;
        border: 1px solid white;
        width: 240px;
        position: absolute;
        left: 0;
      }
      
    input[type=range]::-webkit-slider-runnable-track {
        width: 240px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
      }

      .success-msg-alignment
      {
        margin-top: 5%;margin-left: 8%;
      }

      .mobile-image-height{
        height: 400px;
      }

      .mobile-image-hide
      {
        height: 0px;
      }

      .mobile-padding
      {
        padding-top: 5%;
      }

      .add-more-button-margin
      {
        margin-top: 5%;
      }

      .modal-pop-up-title
      {
        margin-left: 8%;
      }

      .hero-image-height
      {
        height: 530px !important;
      }

      .mobile-title-font-size
      {
        font-size: 1.9rem !important;
      }

      .mobile-welcome-font-size
      {
        font-size: 1.5rem !important;
      }

      .other-pages-hero-text
      {
        bottom:150px;
      }

      .post-property-we-can-do-heading
      {
        font-size: 1.47rem;
      }

      .home-slider-title{
        color:white;
        font-size: 1.15rem;
      }

      .home-slider-para
      {
        display: none !important;
      }

      .home-slider-img
      {
        /* opacity: 0.6; */
      }


      .footer-social-icon
      {
        margin-top: 1rem !important;
      }

      .margin-bottom-h2
      {
        margin-bottom: 5px !important;
      }

      .margin-top-developed-by
      {
        margin-top: -15%;
      }

      .contact-details
      {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }

      .radio-button-option-width
      {
        width: 32%;
        text-align: center;
      }
    
      .radio-button-option-width-time
      {
        width: 45%;
        text-align: center;
      }
    
      .corosuel-indicator-mobile
      {
        margin-bottom: -5%;
      }

      .about-line-height
      {
        line-height: 1.4rem;
      }
    
}

@media screen and (min-width: 901px)
{

    .save-button
    {
        width: 20%;
        height: 52px;
        text-align: center;
    }

    .about-container{
        width: 60%;
        height: 300px;
        position: relative;
        margin: 20px;
    }
    .box{
        width: 100%;
        height: 100%;            
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;  
    }
    .second-box
    {
        margin-left: 70% !important;height: 120% !important;
    }
    .stack-top{
        
        z-index: 1;
        margin-left: 70%;
        margin-top: 10%;
    }

    .about-text-background{
        background-color: #f2f2f2 !important;
        color: black;
    }

    .logo
    {
        height: 65px;
        width: 195px;
    }

    input[type=range] {
        -webkit-appearance: none;
        border: 1px solid white;
        width: 300px;
        position: absolute;
        left: 0;
      }
      
      input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
      }

      .input-form-width
      {
        width: 50%;
      }

      .success-msg-alignment
      {
        margin-top: 5%;margin-left: 25%;
      }

      .desktop-image-height-why-diff
      {
        height: 950px !important;
      }

      .modal-pop-up-title
      {
        margin-left: 32%;
      }

      .home-slider-title{
        color:white;
        font-size: 1.25rem;
      }

      .home-slider-para
      {
        
      }

      .home-slider-img
      {
        /* opacity: 0.6; */
        /* height: 600px;
        width: 800px; */
      }

      .radio-button-option-width
      {
        width: 20%;
        text-align: center;
      }
    
      .radio-button-option-width-time
      {
        width: 23%;
        text-align: center;
      }
    
}


.property-detail-title{
    color: #4d7298 !important;
}


.text-justified
{
    text-align: justify;
    margin-left: 1%;
    margin-right: 10%;
}

/**/
.slider{
    padding: 30px; 
    border-radius: 3px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
  }
  
  .range-slider {
    width: 300px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  
  .range-slider .rangeValues {
    display: block;
    /* padding: 20px; */
    font-size: 22px;
    margin-right: 20%;
  }
  
  /* input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
  }
   */
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0273a0;
    margin-top: -6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }


  .home-slider-container
  {
    /* background-color: #000000; */
  }

  .home-slider-content
  {
    top:35%;

  }

 
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* width: 40%; */
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }


  /* CSS for Property Market Survey*/

  .flats { display:none }
  .plots { display:none }
  .rowhouses { display:none }
  .farmhouses { display:none }