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

@media only screen and (max-width: 1299px) {
    .review_box {
        padding: 25px;
    }
}

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

    .surgical-products-wrapper {
        padding: 15px;
    }

    .pro_cat-head h3 {
        font-size: 18px;
    }

    .pha_bg .mission-right {
        display: none;
    }

    .posti_wrap .mission_left {
        display: none;
    }

    .pharma_category {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;

    }

    .value_wrap .accordion-header button {
        font-size: 16px;
        font-weight: 400;
        padding: 1rem 1.25rem;
    }

    .review_box p {
        font-size: 16px !important;
    }

    .gallery_main-wrap {
        padding: 50px 0;
    }

    /* .cos_box .lb_box-inner {
        margin: auto auto 20px !important;
    } */

    .pha_box .lb_box-inner {
        margin: 20px auto auto !important;
    }

    .blog_details_main-wrap {
        padding: 50px 0;
    }

    .terms_main {
        padding: 50px 0;
    }

    .error_main-wrap {
        margin-top: 82px;
    }

    .error_wrap h1 {
        font-size: 40px;
    }

    .best_seller-box p {
        margin-top: 0;
    }

    .home_banner .banner_left h1 {
        width: 100% !important;
    }



    .landing_footer_wrap .other_link {
        margin-top: 0;
    }

    .home_banner .banner_left h1 {
        line-height: 40px;
    }

    .com_main-wrap {
        padding: 80px 0 0;
    }

    .home_banner .banner_left h1 {
        font-size: 38px !important;
    }

    .home_banner .banner_left h2 {
        font-size: 20px !important;
    }

    .home_banner .banner_left p {
        font-size: 16px !important;
    }

    .com_btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .com_main-wrap::after {
        border-radius: 0 0 10% 10%;
        height: 100%;
    }

    .header_logo {
        max-width: 70px;
    }

    .com_grid-box img {
        max-width: 65%;
        margin: auto;
    }

    .arrival_details {
        height: 100%;
        margin: 40px auto 0;
    }

    .blog_img,
    .blog_img img {
        height: 190px;
    }

    .blog_box {
        padding: 10px;
    }

    .blog_deta {
        padding: 10px 0;
    }

    .blog_deta span,
    .blog_deta a {
        font-size: 12px;
    }

    .blog_deta h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .arrival-slider {
        max-width: 80%;
    }

    .arrival_details p {
        font-size: 16px;
    }

    .client_review-slider {
        max-width: 100% !important;
    }

    .review_box {
        padding: 20px;
    }

    .cat_gal-box p {
        font-size: 16px;
    }

    .footer_details h4 {
        margin-bottom: 20px;
    }

    .footer_details a,
    .footer_details p {
        font-size: 16px;
    }

    .inner_banner-wrap {
        margin-top: 70px;
        padding: 25px 0;
    }

    .about_main-wrap {
        padding: 50px 0;
    }

    .indtroduction-main-wrap {
        padding: 50px 0 0;
    }

    .intro_wrap .intro_img {
        margin: 0 0 20px 0 !important;
    }

    .about_wrap p {
        font-size: 16px;
    }

    .mission-wrap p {
        font-size: 16px;
    }

    .best_seller-img img {
        padding: 40px 0;
    }

    .contact_main-wrap {
        padding: 50px 0;
    }

    .enquiry_main-wrap {
        padding: 50px 0;
    }

    .careers_box-wrap {

        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .careers_box {
        padding: 20px;
    }

    .careers_box span {
        margin-bottom: 10px;
    }

    .blog_main-wrap {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 990px) {
    .pharma_category {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

    }

    .pro_menu-sec {
        display: flex !important;

        width: 100%;
    }

    .header_link-inner {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .header_link ul li a:hover,
    .header_link ul li.active a {
        border-bottom: none !important;
    }

    .header_link {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;

        height: 100vh;
        overflow-y: auto;
        padding: 30px 0 0 0;
        z-index: 9999;

        background: #1672c2a1;
        backdrop-filter: blur(8px) brightness(110%);
        flex-direction: column;
        justify-content: space-around;
        transition: 0.3s;
        display: none;
        align-items: center;
    }

    .header_link.come_in {
        display: flex;
        right: 0;
    }

    .drop_menu.c_in {
        display: block !important;
    }

    .drop_menu.c_in a {
        font-size: 16px !important;
        padding: 10px 10px !important;
        background: #2b2e8a6b !important;
    }

    .drop_menu.c_in a:nth-child(1) {
        border-right: none !important;
    }

    .home_banner-img img {
        max-width: 50%;
    }

    .landing_body-wrap {
        display: block;
    }


    .lb_box {
        width: 100%;
        height: 50vh;
    }

    .lb_box img {
        width: 60px;
    }

    .lb_box h1 {
        margin: 5px;
    }

    .lb_box .direct_link {
        margin: 10px auto 0;
    }

    .lb_box .direct_link {
        padding: 10px 25px;
        font-size: 16px;
    }

    .pha_box .lb_box-inner {
        margin: 40px auto auto;
    }

    /* .cos_box .lb_box-inner {
        margin: auto auto 40px;
    } */

    .mission-right {
        right: 0;
    }

    .arrival-slider {
        max-width: 90%;
    }

    .product_slider-box .product_img {
        height: 330px;
    }

    .product_slider-box .product_img img {
        max-width: 65%;

    }

    .best_seller-img img {
        max-width: 60% !important;
    }

    .collection_main-wrap {
        padding: 50px 0;
    }

    .mission-wrap {
        padding: 50px 0;
        max-width: 90%;
    }

    .footer_wrap {
        padding: 50px 0;
    }

    .insta_feed-wrap {
        padding: 50px 0;
    }

    .best_seller-product-wrap {
        padding: 0 0 50px;
    }

    .testimonial_main-wrap {
        padding: 50px 0;
    }

    .review_box {
        padding: 0 0 50px;
    }

    .toggle_btn:hover span:nth-child(2) {
        margin-left: 0;
    }

    .toggle_btn span {
        width: 35px;
        transition: 0.2s;
        height: 4px;
        background-color: #171a5f;
        border-radius: 15px;
        display: block;
        margin: 7px 0;
    }

    .toggle_btn span:nth-child(2) {
        margin-left: -6px;
    }

    /* .header_link .header_link-inner {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        padding: 20px;
        min-height: 100vh;
        overflow-y: auto;
        padding-top: 30%;
        z-index: 99;
        display: flex;
        background: #1672c2a1;
        backdrop-filter: blur(8px) brightness(110%);
        flex-direction: column;
        justify-content: start;
        transition: 0.3s;
    } */

    /* 
    .come_in {
        right: 0 !important;
    } */

    .header_link ul li {
        padding: 0 10px;
        /* height: 10%; */
        text-align: center;
        /* width: fit-content; */
        /* display: flex; */
        /* margin: 0 auto; */
        justify-content: center;
    }

    .header_link ul li a {
        color: #fff;
        position: relative;
        font-size: 30px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        /* width: fit-content;
        margin: auto; */

    }

    /* .drop_menu {
        background-color: red;
    }

    .drop_menu a {
        font-size: 20px !important;
    } */

    /* .header_link ul li a::after {
        content: url("./img/mainwrap/flower.png");
        width: 60px;
        height: 60px;
        background-image: url('./img/mainwrap/flower.png');
        background-size: cover;
        position: absolute;
        left: 100%;
        top: 0;
    } */

    .header_link ul::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        border-top: solid 100px rgb(43 46 138);
        border-left: solid 110px transparent;
        border-right: solid 0px transparent;
    }

    .close_menu {
        position: fixed;
        z-index: 999;
        right: 20px;
        cursor: pointer;
        top: 16px;
        display: block;
        width: 20px;
    }

    .close_menu img {
        filter: brightness(0) invert(1);
    }

    .home_banner .banner_left h1 {
        font-size: 70px;
    }

    .arrival_main-wrap .mission_left {
        width: 40%;
        left: 50%;
        top: -10%;
    }

    .sec_head h3 {
        font-size: 34px;
    }

    .sec_head span {
        font-size: 24px;
    }

    .clients_img-box.four,
    .clients_img-box.five,
    .clients_img-box.six,
    .clients_img-box.one,
    .clients_img-box.two,
    .clients_img-box.three {
        display: none;
    }

    .client_review-slider {
        max-width: 85%;
    }

    .bloag_main-wrap {
        padding: 50px 0;
    }

    .arrival_details h3 {
        font-size: 34px;
    }

    .arrival_main-wrap .mission-right {
        display: none;
    }

    .toggle_arrow {
        width: 40px;
        display: flex;
    }

    .toggle_arrow img {
        max-width: 50%;
        margin: 12px 0 auto auto;
    }

    .header_link .drop_menu.pro_menu {
        display: none;
        /* position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        display: flex; */
        /* justify-content: space-between; */
    }

    .header_link .drop_menu a {
        flex: 1;
        color: #fff !important;
        font-size: 20px;
        text-align: center;
        padding: 15px 10px;
        background: #2b2e8a;
    }

    .header_link .drop_menu.pro_menu a:nth-child(1) {
        border-right: 1px solid #fff !important;
    }

}

@media only screen and (min-width: 990px) {
    .pro_menu-sec {
        display: none;
    }

    .header_link ul {
        display: flex;
    }

    .tog_arrow {
        display: none;
    }

    .close_menu {
        opacity: 0;
    }

    .toggle_arrow {
        display: none;
    }

    .header_link li {
        position: relative;
    }

    .header_link li:hover .drop_menu {
        position: absolute;
        display: block;
        top: 100%;
        background: #fff;
        left: 0;
        padding: 10px;
        box-shadow: 0 0 10px gray;
        width: 220px;
        border-radius: 5px;
    }

}

@media only screen and (min-width: 1199px) {
    .value_wrap .accordion-item:nth-last-child(1) {
        border-bottom: none;
    }
}

@media only screen and (max-width: 1199px) {
    .cat_gal-box p {
        font-size: 18px;
    }

    .intro_wrap .intro_img {
        margin: 0 0 40px 0;
    }

    .home_banner .banner_left h1 {
        width: 90%;
        margin: auto !important;
    }

    .lb_box h1 {
        font-size: 40px;
    }

    .lb_box p {
        font-size: 16px;
    }

    .lb_box img {
        max-width: 20%;
    }

    .landing_footer_copy {
        display: block;
        text-align: center;
    }

    .soci_links {
        justify-content: center;
    }

    .me_export {
        padding: 50px 0;
    }

    .clients_img-box.four {
        width: 70px;
        height: 70px;
        margin: auto;
        position: absolute;
        right: 14%;
        top: 28%;
    }

    .review_box {
        padding: 30px;
    }

    .review_box p {
        font-size: 20px;
    }

    .clients_img-box.five {
        width: 115px;
        height: 115px;
        right: 5%;
        top: 56%;
    }

    .clients_img-box.six {
        width: 60px;
        height: 60px;
    }

    .com_main-wrap::after {
        width: 100%;
    }

    .home_banner .banner_left p {
        max-width: 100%;
    }

    .arrival-slider {
        margin: 40px auto 0;
    }

    .clients_img-box.one {
        width: 60px;
        height: 60px;
        margin: auto;
        position: absolute;
        left: 10%;
        top: 20%;
    }

    .clients_img-box.two {
        width: 100px;
        height: 101px;
        margin: auto;
        position: absolute;
        left: 5%;
        top: 41%;
    }

    .clients_img-box.three {
        width: 90px;
        height: 90px;
        margin: auto;
        position: absolute;
        left: 16%;
        bottom: 22%;
    }
}

@media only screen and (max-width: 600px) {
    .surgical-name {
        font-size: 14px;
    }

    .surgical_tab .nav-tabs .nav-link {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .surgical_tab .nav-item {
        width: 50%;
    }

    .inner_banner li,
    .inner_banner a {
        font-size: 14px;
    }

    .header_link .drop_menu a {
        padding: 10px;
        font-size: 18px;
    }

    .careers_box-wrap {
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    }

    .home_banner-img img {
        max-width: 70%;
    }

    .footer_soc-link a {
        width: 30px;
        height: 30px;
    }

    .lb_box img {
        width: 40px;
    }

    .toggle_btn span {
        width: 28px;
        height: 3px;
    }

    .best_seller-img img {
        max-width: 45% !important;
    }

    .home_banner .banner_left h1 {
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .lb_box h1 {
        font-size: 22px;
    }

    .lb_box .direct_link {
        padding: 3px 20px;
        font-size: 14px;
    }


    .landing_footer_copy {
        max-width: 95%;
    }

    .landing_com_wrap p {
        font-size: 12px;
    }

    .landing_footer_wrap {
        padding-bottom: 10px;
    }

    .landing_footer_copy .other_link a {
        font-size: 12px;
        padding: 0;
    }

    .lb_box p {
        max-width: 100%;
        padding: 0 5px;
        font-size: 14px;
    }

    .lb_box h1 {
        margin: 0;
    }

    .header_link ul li a {
        font-size: 22px;
    }

    .header_link ul li {
        /* height: 6%; */
    }

    .flower_left {
        width: 180px;
    }

    .about_main-wrap .flower_left {
        right: 0;
        top: 0;
        left: unset;
    }

    .about_main-wrap .flower_right {
        width: 160px;
    }

    .footer_copy {
        display: block;
        padding: 0 10px;
    }

    .footer_copy p {
        margin: auto;
    }

    .footer_copy::after {
        top: 15%;
    }

    .other_link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .lb_box p {
        /* -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box; */
    }

    .soci_links .dounload_pdf {
        font-size: 12px;
    }

    .soci_links .soc_btn {
        width: 26px;
        height: 26px;
    }

    .surgical_tab .nav-item {
        width: 100%;
    }
}