    .single-footer-widget .footer-contact-info li a::before {
        background-color: transparent !important;
    }    li {line-height: 26px!important;font-size:14px!important;}
        /* Circle Styles */
        .circle {
            width: 50px;
            height: 50px;
           
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 20px;
        }
        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #00132d;
  font-family: Helvetica,sans-serif!important;
}
 body {
            font-family: Helvetica,sans-serif!important;
        }
        .row .col-lg-4:nth-child(5) .single-services-box, .row .col-lg-6:nth-child(5) .single-services-box {
   border-right: 1px solid #2d89d2;
}
.truncate-text {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .single-services-box h3 {
        font-size: 19px;
    }
    .page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    font-size: 42px;
    font-weight: 400;
}
.header-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #fff;
    background-color: #ed3237;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}
.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: 991px){
.page-title-area {padding-top: 70px!important;padding-bottom: 70px!important;}
    
}
@media only screen and (max-width: 767px){
.klev-responsive-nav .klev-responsive-menu {
    position: relative;
    padding: 0px!important;
    margin-left: 20px;
    margin-top: 0px!important;
    
}
}
@media only screen and (max-width: 767px) {
    .treatments-area {
        margin-top: 20px!important; /* Adjust the padding-top for smaller screens */
        padding: 10px;
    }
}
