button {
    cursor: pointer;
    border-radius: 3pc !important;
}
form input[type="text"], form input[type="email"], form input[type="password"], form input[type="number"]{
   border-radius: 3pc !important;
   padding: 0.5rem 20px !important;
}
textarea {
    border-radius: 1.5pc !important;
}
form .input-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
}
form .input-box label {
    font-weight: 600;
}
form .input-box select {
    height: 50px !important;
}
input[type="range"] {
    padding-inline-start: 0 !important;
}
form .input-box input{
    height: 35px !important;
    padding-inline-start: 21px;
    color: #000 !important;
}
.justify-between {
    justify-content: space-between;
}
.d-flex.gap-5.align-items-center .sy {
    max-width: 45px !important;
    min-width: 30px !important;
    height: 35px;
    width: 35px;
    margin-top: 20px;
}
.flex-direction-column {
    flex-direction: column;
}
.d-flex.gap-5.align-items-center .sy svg {
    height: 35px !important;
    width: fit-content;
}
.align-items-center {
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.input-box-group .input-box {
    width: 42%;
}
.align-items-center{
    align-items: center;
}
iframe {
    width: 100vw;
    height: 100vh;
}
.container{
    padding: 40px 80px ;
}
.left-form {
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px -5px #4e4e4e;
    max-width: 450px;
    width: 40%;
    min-width: 300px;
    position: relative;
    left: 4%;
    top: 0px;
    min-height: 400px;
    height: auto;
    max-height: auto;
}
.background-div {
    min-height: 300px;
    height: auto;
    width: 80%;
    background: linear-gradient(89deg, #fff2f2, #f0c5c5);
    padding: 40px 80px;
    border-radius: 0 12px 12px 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    
}
.property-content{
    width: 50%;
}
.w-100{
    width:  100%;
}
.h-100{
    min-height: auto;
}
.position-relative{
    position:relative;
}



  /*----- Styling the sliders ----*/
 form input[type="range"] {
    border: none !important;
    max-height: 20px !important;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    padding: 0px !important;
  }
  
  form input[type="range"]:focus {
    outline: none;
  }
  
  form input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  form input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 2px solid #F44336;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    margin-top: -4px;
    -webkit-appearance: none;
  }
  
  form input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #F44336;
  }
  
  form input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #ebebeb;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
  }
  
  form input[type="range"]::-moz-range-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f26060;
    cursor: pointer;
    margin-top: -6px;
  }
  
  form input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #F44336;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
  }
  
  form input[type="range"]::-ms-fill-lower {
    background: #F44336;
    border-radius: 5px;
  }
  
  form input[type="range"]::-ms-fill-upper {
    background: #F44336;
    border-radius: 5px;
  }
  
  form input[type="range"]::-ms-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #F44336;
    cursor: pointer;
    margin-top: -6px;
  }
  
  form input[type="range"]:focus::-ms-fill-lower {
    background: #F44336;
  }
  
  form input[type="range"]:focus::-ms-fill-upper {
    background: #F44336;
  }
  form .input-box .d-flex.justify-between.fs-7 {
    position: relative;
    margin-top: -20px;
}

@media only screen and (max-width: 680px) {
    .mt-sm-2 {
        margin-top: 10px !important;
    }
    .direction-column {
        width: 100% !important;
    }
    .left-form {
        max-width: 100%;
        width: 70%;
        position: relative;
        left: 0;
        order: 1;
        margin: 0 auto;
    }
    .d-flex.mt-2.mb-5.w-100.position-relative.h-100.relative-background {
        flex-wrap: wrap;
    }
    .background-div {
        position: relative;
        order: 2;
        height: auto;
        flex-wrap: wrap;
        padding: 20px;
        margin: 0 auto;
    }
    .container {
        padding: 20px 20px;
    }
    .background-div .property-content {
        width: 100% !important;
        flex-direction: column;
    }
    .background-div .property-content > div{
        width: 100%;
    }
}