    .single-footer-widget .footer-contact-info li a::before {
        background-color: transparent !important;
    }       p{font-size:14px!important;}
         .header-contact-info li i{top:10px;}
          .bhk {padding-top:40px!important;}
         @media only screen and (max-width: 991px){
.bhk {padding-top:20px;}}
         .page-title-area {padding-top: 220px!important;}
         .faq-accordion .accordion .accordion-title i  {background: #00132d;color: #fff;}
         li {line-height: 26px!important;font-size:14px!important;}
         @media only screen and (max-width: 767px){
.ptb-100 {padding-top: 10px;}}
         .page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2d89d2;
    padding-right: 0px;
    margin-right: 0px;
}
        .copyright-area ul li::before{content:none!important;}
         .social li:before{content:none!important;}
         .social-side li:before{content:none!important;}
         .social-footer 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: #2d89d2;
    border-radius: 100%;
    border: unset;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    padding-left: 2px;
}
/*@media only screen and (max-width: 991px){
img {width: 100%!important;height:100%!important;}}*/

         h5{color:#000!important;}
     ul{padding-left:0px;}
         li{list-style: none;line-height: 30px;}
         .ul li {
    content: "\f00c";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #e01010;
    margin-right: 5px;
}
            .widget-area .widget_contact::before {
    background-color: unset;}
   .widget-area .widget_contact {
background-image: url(images/blog12.html);}
.widget-area .widget_contact .text {bottom: 20px;}
.widget-area .widget_contact {height: 500px;}
.bh1{
    display: inline-block;
    background-color: #00132d;
    color: #ffffff;
    width: 35px;
    font-size: 16px!important;
    height: 35px;
    line-height: 36px!important;
    border-radius: 50%;
    text-align: center;}
    .bh{display: inline-block;margin-right: 3px;}
    .services-details-desc .features-list li {margin-bottom: 4px;}
   .p {
    color: #6d7a8c;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 16.5px;
}
.sub-title {
    font-size: 20px!important;
    color: #2d89d2;
    padding-top: 10px;
}
.h1,.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #2d89d2;
  font-family: Helvetica,sans-serif!important;
}

body {
            font-family: Helvetica,sans-serif!important;
        }

 .accordion-title i.fa-minus::before {
    /* Your styles for the icon before (minus and plus) go here */
    content: '\f056'; /* Unicode for minus icon */
}
.faq-accordion .accordion .accordion-title {
    font-family: Helvetica,sans-serif!important;
    font-weight: 600!important;
}
@media (max-width: 768px) {
    
    .services-details-area {
    padding-left: 10px!important;
     padding-right: 10px!important;
    
}
}
.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 */
    }
@media only screen and (max-width: 767px) {
    .services-details-area {
        padding-top: 8px!important; /* Adjust the padding-top for smaller screens */
    }
}
@media (max-width: 767px) {
        .page-title-area {
            background-image: none!important; /* Hide the background image on mobile */
        }

        .page-title-content ul {
            /* Add styles for the breadcrumbs on mobile */
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .page-title-content ul li {
            display: inline-block;
            margin-right: 10px;
        }

        .page-title-content h2 {
            font-size: 24px; /* Adjust as needed for mobile view */
        }
    }
  
    /* Style for WhatsApp link */
a.whatsapp-link {
    display: block; /* Make it a block-level element to apply margin and padding */
    text-decoration: none; /* Remove default link underline */
    color: #00132d; /* Set text color for the link */
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 25px;
    background-color: #fff!important; /* Set background color for the link */
    font-weight: 600;
    font-family: unset;
    position: relative; /* Position relative for the :before pseudo-element */
}

/* Style for WhatsApp icon */
a.whatsapp-link img {
    height: 30px;
    width: 44px;
    margin-bottom: 1px;
    padding-right: 2px;
}

/* Style for the SVG icon */
a.whatsapp-link svg {
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-left: 20px;
    color: #fff!important; /* Set color for the SVG icon */
    vertical-align: middle; /* Align the SVG icon vertically */
}

/* Hover effect for the link */
a.whatsapp-link:hover {
    background-color: #00132d; /* Change background color on hover */
    color: #fff!important; /* Change text color on hover */
}