*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
ul li a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 400;
}
input:focus {
    outline: none;
}

button:focus{
    outline: none;
}
.location,.search{
    border: none;
}
.search{
    width: 420px;
}

.smt-btn{
    width: 148px;
}

.navbar-expand-lg .navbar-collapse {
    background-color: transparent;
   
    justify-content: space-between;
}
.slide_img_out{
    border-radius: 10px;
     height: 280px;
    width: 100%;
    
    
}
.slide_img{
   height: 100%;
   width: 100%; 
}

.s-head h4{
    font-size: 28px;
}
.s-head span{
    color: #d0a84a;
}
.ser_image_out{
    width: 205px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.ser_image_out img{
    width: 94px;
    height: 94px;

}
.main-out h4{
    font-size: 17px;
    font-weight: 400;
}
.ser_list_out{
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    padding: 15px;
}
.wed_image_out{
    width: 192px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.ser_list_out{
    font-size: 22px;
    font-weight: 600;
    flex-wrap: wrap;
}

.footer{
    background-color: #F5F5F5; 
}
.logo_img img{
    width: 234px;
}

ul{
    list-style-type: none;
    padding: 0 !important;
}

#successMessage{
    display: flex;
    justify-content: center;
    align-items: center;
}