.footer-widget .logo {
    background-color: #fff;
    padding: 5px;
    display: inline-block;
}
.services-carousel .owl-nav {
    display: block;
}
.services-carousel.default-arrows .owl-next,
.services-carousel.default-arrows .owl-prev {
    background-color: #ef5b3f !important;
    color: #fff !important;
}
/* .services-carousel.default-arrows .owl-nav{
    top: 40%;
} */
.clients-carousel.default-arrows .owl-next,
.clients-carousel.default-arrows .owl-prev {
    background-color: #ef5b3f !important;
    color: #fff !important;
}
.clients-carousel.default-dots .owl-dots {
    bottom: -30px !important;
}
.clients-carousel {
    padding-bottom: 30px;
}
.banner-section-two .content-box .icon-box img {
    width: auto;
    max-width: 100%;
}
.banner-section-two .content-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    background-color: #f0f0f0;
}
.banner-section-two .slide-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255) 100%);
}
.why-choose-us.typ-appointment {
    padding: 70px 0;
}
.appointment-section-two {
    margin: 70px 0;
}
.pt-0 {
    padding-top: 0 !important;
}
.sec-title p {
    text-align: justify;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.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);
    }
}
.modal-banner {
    position: fixed;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-banner .img-wrap {
    width: 60%;
    border: 10px solid #ef5b3f;
    position: relative;
}
.modal-banner .icon-btn {
    position: absolute;
    right: -18px;
    top: -18px;
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    transform: rotate(-45deg);
    cursor: pointer;
}
@media only screen and (max-width: 599px) {
    .slide1 {
        background-image: url(../images/main-slider/banner1-mb.jpg) !important;
    }
    .slide2 {
        background-image: url(../images/main-slider/banner2-mb.jpg) !important;
    }
    .slide3 {
        background-image: url(../images/main-slider/banner3-mb.jpg) !important;
    }
    .slide4 {
        background-image: url(../images/main-slider/banner4-mb.jpg) !important;
    }
    .appointment-section-two {
        background-image: none !important;
    }
    .appointment-section-two .testimonial-column {
        background-color: #666666;
    }
    .modal-banner .img-wrap {
        width: 90%;
        border: 4px solid #ef5b3f;
    }
    .modal-banner .icon-btn {
        right: -14px;
        top: -14px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}
