
.compalinace-content {
    padding: 50px;

}


.content-head {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
.mb-22 {
    margin-bottom: -22px !important;
}

.home {
    .search-suggestions-wrapper {
        .search-click-icon {
            font-size: 22px;
            height: 39px;
            width: 52px;
            margin-bottom: 0px;
        }
    }
}

.err{
    color: red;
    padding-left: 38px;
}


.error-message {
    color: red;
    display: none; /* Initially hide the error message */
    margin-top: 5px; /* Add some space between input and error message */
}


/* VINESH */
header {
    background-color: #615d5c !important;
}

.navbar-padding {
    padding: 3px 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    color: #fff;
    font-size: 17px;
}

.navbar-right-btn a {
    color: #fff;
}