.menu-item-has-children .menu-item-has-children {
    position: relative;
}

.menu-item-has-children .menu-item-has-children ul.dropdown-menu {
    height: auto;
    left: 100%;
    top: 0;
    position: absolute;
    margin-top: 0 !important;
}
.menu-item-has-children .menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}
.menu-item-has-children .menu-item-has-children .dropdown-menu::after {
    display: none;
}

.wp-pages {
    padding: 0;
    margin: 0;
}
.category .category-list-container .list ul li a {
    display: block;
    color: var(--grey-logo, #A09F9F);
    text-decoration: none;
}
.blogcard h2 a {
    display: block;
    color: var(--Font-sub-heading, #232323);
    text-decoration: none;
}
.blog-detail-category .list ul li a {
    display: block;
    color: var(--Font-sub-heading, #232323);
    text-decoration: none;
}
.blog-detail-category .list ul li:first-child {
    border-left: 7px solid #f0a277;
}

.blog-area a.blog-heading-link  {
    display: block;
    text-decoration: none;
}
.back-option {
    cursor: pointer;
}
.img-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.workmen-compensation-sec.product-bg {
    background: url(../images/product-pages/hero-bg.svg) !important;
    width: 100%;
    height: 100%;
}
.blog-p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #616888;
}

.searchcard {
    margin-bottom: 20px;    
    background: #ffefda;
    border-radius: 5px;
}
.searchcard h3 a {
    display: block;
    padding: 10px;
    color: var(--Font-sub-heading, #232323);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.tnc-content p {
    line-height: 1.6;
    margin-bottom: 1em;
}
.tnc-content ol {
    list-style-type: decimal;
}

.tnc-content ol li::marker {
    font-weight: bold;
}

.tnc-content ol li {
    line-height: 1.6;
}

/* -----Loader Style Starts------ */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 245, 237, 0.7);
    z-index: 9998;
}
 
/* Loader styling */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
/* -----Loader Style Ends------ */


/* -----session button style----- */
.profile-placeholder {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #361276;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ccc;
    text-transform: uppercase;
}
.headerContact {
    position: relative;
}

.headerContact .profile-image {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover !important;
    border: 2px solid #ccc;
}
#userMenu {
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 150px;
    display: none;
}
#userMenu.show {
    display: block;
}
#userMenu .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-family: Roboto;
    font-size: 16px;
}

/* -------session button style ends------- */

@media (min-width: 1900px) {
    .work-cover-logo {
        max-width: 25% !important;
    }
    .curved-line {
        top:42% !important;
    }
}
@media (min-width: 992px) and (max-width: 1900px) {
    .blog-p {
        font-size: 14px;
        line-height: 18px;
    }   
}

@media (max-width: 991px) {
    .blog-p {
        font-size: 12px;
        line-height: 18px;
    }
    .corporate-individual-sec {
        & .corporate-sec {
            & .card-pill-sec {
                .corporate-pills {
                    margin-bottom: 20px;
                }
            }
        }
        
    }
    corporate-individual-sec {
        & .corporate-individual-card {
            .card-1 {
                margin-top: 0;
            }
        }
    }
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
  vertical-align: middle;
}