.navbar-main .navbar {
    flex-direction: column;
    padding: 10px 0 0;
}
.navbar-brand img {
    max-width: 500px;
}
.footer .content-wrap {
    padding: 50px 0;
}
.topbar,
.footer,
.navbar-collapse {
    position: relative;
}
.navbar-collapse {
    justify-content: center;
    padding-bottom: 4px;
}
.topbar::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(../images/header_stripe.png) repeat-x;
    height: 3px;
}
.footer::before,
.navbar-collapse::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: url(../images/rainbowstripe.jpg) repeat-x;
}
.footer::before {
    top: 0;
    bottom: auto;
}
.navbar-collapse {
    width: 100%;
    background: #00bcd4;
}
.about-section {
    position: relative;
    padding-bottom: 80px;
}
.about-section::before {
    background-image: url(../images/f2.png);
    content: "";
    height: 143px;
    width: 100%;
    inset: auto 0px 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.rs-feature-box-1 h4 {
    font-weight: bold;
    font-size: 28px;
}
.service-slider-wrapper .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: auto;
}
.service-slider-wrapper .custom-nav .owl-prev,
.service-slider-wrapper .custom-nav .owl-next {
    position: absolute;
    color: #fff;
    background: #00bcd4;
    border: none;
    z-index: 100;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 24px;
}
.service-slider-wrapper .custom-nav .owl-next {
    right: 0;
}
.service-slider .owl-dots {
    margin-top: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.contact .rs-feature-box-1 {
    padding-bottom: 15px;
    background: #00bcd4 !important;
}
.contact .rs-feature-box-1.bg-primary .btn {
    background-color: #eb1924;
}
.contact .rs-feature-box-1 p {
    margin: 0;
}
.rs-testimonial-1 .body p {
    text-align: justify;
    color: #222;
}
.doctor .section-heading {
    margin-bottom: 0;
}
.doctor .degree {
    color: #00bcd4;
    font-weight: bold;
}
.doctor strong,
.single-news strong {
    color: #eb1924;
}
.single-news ul {
    margin: 0;
    padding-left: 10px;
}
.widget.categories {
    position: sticky;
    top: 10px;
}
.box-gallery a img {
    height: 270px;
    object-fit: cover;
    object-position: top center;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.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);
    }
}
@media (max-width: 767px) {
    .topbar {
        padding-top: 10px;
        text-align: center;
    }
    .sosmed-icon {
        float: none;
        margin-top: 10px;
    }
    .navbar-brand img {
        width: 94%;
        padding-left: 10px;
    }
    .navbar-main .navbar {
        flex-direction: row;
        flex-wrap: unset;
    }
    .topbar .info .info-item {
        font-size: 14px;
    }
    .banner {
        height: 320px;
    }
    .banner-page .content-wrap {
        padding: 40px 0;
    }
    .banner-page .title-page {
        margin-top: 0;
        font-size: 30px;
        padding: 0px;
    }
    .content-wrap {
        padding: 60px 0;
    }
    blockquote {
        padding: 10px 5px;
    }
    .contact .rs-feature-box-1 {
        margin-bottom: 50px;
        height: auto;
    }
    .box-gallery a img {
        height: 180px;
    }
    .box-gallery .project-info .project-icon .fa {
        font-size: 32px;
    }
    .rs-testimonial-1 .media {
        float: none;
        width: 48px;
        height: 48px;
        margin: 0 15px 15px 0;
    }
    .rs-testimonial-1::after {
        font-size: 16px;
        left: 36px;
    }
    .single-news .title {
        font-size: 26px;
    }
}
