
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
  /* Could be more or less, depending on screen size 
    /*width: 400px;*/
    margin: auto;
    top: 20%;
    border-radius: 8px;
}
.close-box{
    text-align: end;
}
.close-1{
  width: 20px;
  color:red;
  cursor:pointer;
}
.input-box{
    width: 100%;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid grey;
    padding: 10px;
}
.hero_search-2{
    width: 440px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.form-control, select.form-control:not([size]):not([multiple]) {
    /* height: calc(2.25rem
rem
 + 2px); */
    height: 50px !important;
}
.form-group {
    /* margin-bottom: 1rem; */
    margin-bottom: 10px !important;
}