@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {


    .introduction p {
        padding-right: 1rem;
    }



    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }

    .carousel img {
        height: 450px;
    }

    .box-area {
        width: 100%;
        height: 250px;
    }

    .swiper-slide .servicesContent a {
        position: absolute;
        bottom: 10%;
        font-size: 13px;
    }

    .intro_small {
        height: 250px;
    }

    .coloumHeight {
        margin-bottom: -3rem;
    }

    .servicepage img {
        height: 90%;

    }

    .intro_content {
        padding-right: 3rem;
    }

    .card-body {

        height: 200px;
      }

}

@media screen and (max-width:992px) {
    .carousel img {
        height: 400px;
    }

    .introduction img {
        width: 50%;
        height: 250px;

    }

    .vis_mis_sec img {
        display: none;
    }

    .vis_mis_sec {
        height: auto;
        padding-block: 2rem;
    }

    .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ft_media li {

        text-align: left;
    }

    .about_why_choose img {
        display: none;
    }

    .fruits .col-12 {
        margin-top: 1rem;
    }

    .why_us .col-12 {
        text-align: center;
    }

    .why_us .col-12 img {
        margin-top: 2rem;
    }

    .gift_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .directionReserve, .product_details .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .product_details img{
        height: 300px;
    }

    .introduction img {
        height: 100%;
    }

    .why_choose_us img {
        margin-top: 2rem;
    }

    .subscribeSec .subscribeWraper {
        display: block;

    }

    .subscribeSec .subscribeWraper h4 {
        text-align: center;
        padding-top: unset;
        font-weight: 600;
        font-size: 30px;
        width: 100%;
        color: var(--blue);
        margin-bottom: 1rem;
    }

    .subscribeSec .subscribeWraper .subscribeInput {
        text-align: center;
        width: 100%;
    }

    .introduction img {
        display: none;
    }

    .intro_content {
        padding-right: 0;
    }

    .introduction {
        padding-bottom: 3rem;
    }

    .subFooter {
        display: block;
    }

    .working_hour {
        display: none;
    }

    .servicepage img {
        margin-top: 2rem;
    }

    .coloumHeight {
        margin-bottom: 0;
    }

    .ft_links{
        text-align: center;
        margin-bottom: 1rem;
    }

    .vis_box{
        height: auto;
    }

    .rightStrip{
        display: none;
    }
}

@media screen and (max-width:767px) {
    .about_why_choose p {
        text-align: left;
    }

    h1,
    h2,
    .ab_tagline h5 {
        font-size: 26px;
    }



    .testmonials {
        padding-block: 2rem;
    }

    .vis_mis_sec,
    .testmonials {
        background-attachment: unset;
        background-size: cover;
    }

    .expitise_sec .col-12>div {
        width: 100%;
    }

    .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ft_media {
        margin-top: 1rem;
    }

    .coreImg {
        display: none;
    }

    .coreContent {
        width: 100%;
    }

    .ab_tagline h5 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .form {
        width: 100%;
    }

    .gift_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .other_product p {
        text-align: left;
    }

    .introduction img {
        height: 250px !important;
    }

    .navbar-brand span {
        display: none;
    }

    .acchievement,
    .book_service {
        background-attachment: unset;
    }

    .product_box{
        width: 100%;
    }

}

@media screen and (max-width:600px) {

    .ft_media {
        margin-top: 0;
    }

    .topStrip {
        display: none;
    }

    .carousel img,
    .banner-area img {
        height: 250px;
        object-fit: cover;
    }

    .footer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .categories {
        margin-top: 1rem;
    }

    .other_product_ft {
        margin-top: -0.5rem;
    }

    .gift_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_why {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .subscribeSec .subscribeWraper .subscribeInput .subBtn {

        margin-top: 1rem;
    }


    .subscribeSec .subscribeWraper .subscribeInput .subEmail {
        width: 100%;
    }

    .navbar-brand img,.ft_contact img {
        width: 200px;
        object-fit: contain;
    }

    .contact_list ul li .circle_sec{
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width:300px){
    .navbar-brand img,.ft_contact img {
        width: 150px;
        object-fit: contain;
    }
}