/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.btn-default {
        padding: 10px 40px 10px 10px;
}
.top-bar p {
    font-size: 14px;
}

.hero-image figure img {
    height: 350px;
    aspect-ratio: unset;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.hero-contact-circle {
    bottom: unset;
    top: 40px;
    left: -10px;
}

.heading-arrivals h2 {
    font-size: 35px;
}

.image-anime img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: unset;
}

.about-us-image {
    padding: 0;
    width: 100%;
    aspect-ratio: unset;
}

.about-img-2 {
    width: 0;
    border-width: 0;
}

.service-btn {
    display: flex;
    flex-wrap: wrap;
}

.service-image img {
    height: 400px;
}

.service-image figure::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.13%, #000 81.58%);
}

.section-title h3 {
    font-size: 25px;
}

.why-choose-image img {
    height: 350px;
}


.real_results_sec:before {
    wi: 0;
}

.real_results_sec .real_results_slider {
    width: 100%;
    margin: 10px 0;
}

.swiper-slide {
    height: auto;
    padding: 10px;
    box-shadow: 0 0 9px 0 #0000004f;
    margin: 10px 10px;
}
}

/*Media Query End*/
