.search {
    width: 700px;
    height: 50px;
    border: 2px solid #0e82fd !important;
    border-radius: 6px !important;
}

.anchorcolor {
    color: white !important;
}

.submenu {
    width: 55% !important;
    position: absolute !important;
    left: 28% !important;
    top: 81% !important;
    /* border: 2px solid red !important; */
    border-radius: 10px !important;

}

.megamenu-wrapper {
    /* border: 2px solid red !important; */
    border-radius: 10px !important;
}

.bi-chevron-double-right {
    margin-right: 5px;
}

.d_lable {
    position: relative !important;
    top: -24px !important;
    left: 0 !important;
}

.p_label {
    position: relative !important;
    bottom: 0 !important;
    top: -24px !important;
    left: 0 !important;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error-input {
    border: 2px solid red !important;
}

.success-input {
    border: 2px solid green !important;
}

.experience-logo span {
    width: 200px !important;
}

.card {
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007bff;
    color: white;
    border-radius: 15px 15px 0 0;
}

.card-body {
    padding: 20px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.index-image {
    width: 100%;
    /* height: 300PX; */
}

.str_replace {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.s_d_img{
    height: 110px !important;
    width: 110px !important;
}
.s_cat_img{
    height: 4rem!important;
    width: 4rem !important;
}
.h-70{
    height: 70%;
}
.bg-gray{
    background-color: #e2e8f0;
}
.w-100{
    width: 100%;
}
.S_img{
    height: 100px !important;
    width: 100px !important;
}
.w-img{
    height: 70px;
    width: 70px;
}


.l-c1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#slocation{
    width: 40%;
}
#hcservice{
    width: 45%;
}