    .single-footer-widget .footer-contact-info li a::before {
        background-color: transparent !important;
    }          li {line-height: 26px!important;font-size:14px!important;}
         .page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fe235b;
    padding-right: 0px;
    margin-right: 0px;
}
        .copyright-area ul li::before{content:none!important;}
         .social li:before{content:none!important;}
         .footer-contact-info li:before{content:none!important;}
         .footer-quick-links li:before{content:none!important;}
         .accordion li:before{content:none!important;}
         .top-header-social li:before{content:none!important;}
         .header-contact-info li:before{content:none!important;}
       .navbar-nav .nav-item li:before{content:none!important;}
        .navbar-nav li:before{content:none!important;}
           li:before {
    font-family: Helvetica,sans-serif!important;
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
    color: #fe235b;
    border-radius: 100%;
    border: 1px solid #fe235b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    margin-right: 10px;
    padding-left: 2px;
}
           @media only screen and (max-width: 767px){
.nd1 {
    padding-top: 30px!important;
}}
.nd{
    padding-top: 60px;
}
.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

.list-group-flush .list-group-item{
    color: #000!important;
}

.menu-item-list{
    height: 20%!important;
    padding: 15px 15px!important;
}
.list-group-item-action:active{
    color: #ffffff!important;
    background-color: #fe235b!important;  
}
.list-group-item-action:hover{
    color: #ffffff!important;
    background-color: #fe235b!important;  
}

.mega-sub{width: 32.33333333%!important;}
.mega-sub-list {
    width: 16.333333%!important;
}
.m-list{
    border-bottom: 3px solid #fe235b!important;
    margin-bottom: 5px!important;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #00132d;
  font-family: Helvetica,sans-serif!important;
  
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: none!important;
    font-size: 42px;
    font-weight: 400;
}
.btn-box .svg:hover  {
 color: #fff;
 background:#000;
}
  .btn-box .btn:hover {
        color: red; /* Change the color to your desired hover color */
    }
.btn.btn-primary:hover svg {
        fill: #fff; /* Change the color to your desired hover color */
        transition: fill 0.3s; /* Add a smooth transition effect */
    }
 body {
            font-family: Helvetica,sans-serif!important;
        } 
        @media (max-width: 768px) {
    
    .blog-details-area {
    padding-left: 15px!important;
     padding-right: 15px!important;
    
}
}

.article-image {
            display: flex;
            justify-content: center;
            align-items: center;
            
        }

        .article-image img {
            max-width: 100%;
            height: auto;
            width: 60%;
        }

        @media (max-width: 768px) {
            .article-image img {
                width: 100%;
            }
        }