@media(max-width:767px) {
    .topbar_header {
        display: none;
    }
    span.page_pagination {
        display: none;
    }
    #hero {
        height: auto;
    }
    .appointment_container {
        display: block;
        width: 100%;
    }
    .appointment_container .img-left {
        width: 100%;
    }
    .donate_animal_item {
        text-align: center;
        background: #F4F4F4;
        padding: 30px 20px;
        border: 1px solid #FF9933;
        border-radius: 20px;
        width: 100%;
        z-index: 9;
        position: relative;
        margin: auto;
    }
    .donate_slider_container {
        display: none;
    }
    .donate_container {
        position: relative;
        border-radius: 20px;
        overflow: auto;
        width: 100%;
        margin: auto;
    }
    .donate_amount.flex_amount {
        display: block;
    }
    h5.or_amount {
        margin: 5px 10px;
    }
    section.three-color {
        display: block;
    }
    .street_animals_need .section_title h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 700;
        text-transform: uppercase;
    }
    .slick-prev {
        left: 10px;
        z-index: 999;
    }
    .slick-next {
        right: 10px;
        z-index: 999;
    }
    .section_title h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 700;
    }
    .donate_animal_item .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 30px;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 600;
    }
    button.donate_amount_btn {
        border: 1px solid #FF9933;
        padding: 10px 18px;
        background: #fff;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 2px;
    }
    button.donate_btn {
        font-size: 16px;
    }
    .appointment_container .img-left img {
        width: 100%;
        height: 100%;
    }
    .right-form {
        width: 100%;
        height: 100%;
        background: #5E4833;
        position: relative;
        padding: 50px 20px;
    }
    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        font-size: 22px;
        width: 40px;
        height: 40px;
    }
    .slick-next:before, .slick-prev:before {
        color: #fff !important;
    }
    .adopt_animal_content {
        margin: 25px 0px;
    }
    section.adopt_animal_container .slick-next:before, .slick-prev:before {
        color: #5E4833 !important;
    }
    section {
        padding: 30px 0;
        overflow: hidden;
    }
    ul.blogs_listed {
        margin-top: 25px;
        padding: 0px;
        list-style: none;
    }
    .blogs-small-list {
        display: block;
        width: 100%;
    }
    .blogs_small_img .blogs_img {
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 0px;
        display: block;
        margin-bottom: 20px;
    }
    .small-content-date {
        justify-content: space-between;
    }
    .navbar ul li a.active::after {
        width: 100%;
        bottom: -5px;
        left: 0px;
        transform: none;
    }
    /* Services */
    span.highlight_pagination {
        color: rgb(255, 153, 51);
        font-size: 32px;
    }
    .banner_pagination h2 {
        font-size: 24px;
    }
    .order2 {
        order: 2;
    }
    .order1 {
        order: 1;
    }
    .services-img {
        margin-bottom: 20px;
    }
    .separate-page h3 {
        font-size: 30px;
    }
    .main-testimonial-content .carousel-item {
        padding: 50px 10px;
        color: #fff;
    }
    .testimonial-content {
        width: 100%;
        margin: auto;
        border: 2px solid #fff;
        padding: 65px 10px 20px;
        position: relative;
    }
    section.animal-should-be.specialities-container .section_title {
        width: 100%;
    }
}

@media (max-width:1400px) {
    .services-items {
        min-height: 290px;
        position: relative;
    }
}