/*search box Css start here*/
.search-sec {
    background: rgba(116,30,67,.6);
    padding: 2rem;
    position: relative;
    z-index: 150;
    top: 200px;
}
.search-sec form {
    padding-left: 15px;
    padding-right: 15px;
}

.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
