.logo-title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    min-width: 440px;
}
.logo-title span{
    display: block;
    font-size: 16px;
}
.services-area, .fun-facts-area, .newsletter-area{
    padding: 50px 0;
}
.newsletter-area .default-btn{
    background: #0167af;
}
.contact-map .map{
    width: 100%;
    height: 615px;
}
.client-item.mb-20{
    margin-bottom: 20px;
}
.client-area ul{
    /* display: flex;
    flex-wrap: wrap;
    margin: -15px; */
    column-fill: balance;
    column-gap: 20px;
    column-count: 2;
}
.client-area ul li{
    display: inline-block;
    break-inside: avoid;
    page-break-inside: avoid;
    width: 100%;
}
.doctor-area .map{
    width: 100%;
    height: 200px;
}
@media only screen and (max-width: 768px){
    .logo-title{
        color: #0dbcc0;
        font-size: 20px;
    }
    .logo-title span{
        font-size: 12px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 18px;
        height: 18px;
    }
    .newsletter-content h2{
        line-height: 36px;
    }
    .client-area ul{
        /* display: flex;
        flex-wrap: wrap;
        margin: -15px; */
        column-fill: balance;
        column-gap: 20px;
        column-count: 1;
        padding-left: 0;
    }
}
.fetch-img-src{
    display: none;
}
.set-bg{
    background-size: cover;
    background-position: top center;
}
.single-gallery-box {
    height: 300px;
}
.about-content.full-width{
    max-width: none;
    margin-top: 30px;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0167af;
    text-align: center;
    border: 2px solid #0167af;
    margin-bottom: 10px;
    border-radius: 50%;
    list-style: none;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}