/*
Theme Name: iec-biotech
Theme URI: https://iec-biotech.com/
Description: A hybrid child theme of Twenty Twenty-One
Author: iec-biotech
Author URI: https://iec-biotech.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kingsway
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Enqueue parent + child theme styles */
.newBlogcon ul li {
    position: relative;
    padding-left: 18px !important;
}

.newBlogcon ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000; /* your orange */
    font-size: 20px;
    line-height: 1;
}
.iec .selectDrp {
    border-radius: 6px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 8px 10px;
    padding-right: 3.75rem;
    outline: 0;
    box-shadow: inherit;
    border-color: #324CBD;
    height: calc(2.25rem + 2px);
}

.produc_fix_box {
    box-shadow: 0 0 40px #0000002e;
    padding: 12px;
    margin: auto;
    vertical-align: middle;
    position: relative;
    display: inline-table;
    width: 100%;
    text-align: center;
}

  .produc_fix_box_img {
    height: 250px;
    position: relative;
    display: table-cell;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
}
.produc_fix_box_img img {
  max-height: 100%;
  width: auto;
  height: auto;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

.iec .singleProductSliderImg {
    padding: 35px;
    height: auto;
}
.wpcf7-spinner {
    display: none !important;
}
.iec #btn-timeline-next img, .iec #btn-timeline-prev img {
    padding-bottom: 40% !important;
}
@media (max-width: 769px) {
    #menu-slider {
        display: none !important;
    }
}
/* MOBILE: 2-column tab layout */
/* MOBILE: make the top menu 2 columns */
@media (max-width: 768px) {

    /* Hide arrows */
    #childTabMenu .arrowCenter {
        display: none !important;
    }

    /* Make wrapper behave like a flex grid */
    #childTabMenu .tabMenuSlider .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
        transform: none !important;          /* stop Swiper from sliding */
        width: 100% !important;
    }

    /* Override Swiper default slide width (100%) */
    #childTabMenu .tabMenuSlider .swiper-slide {
        width: auto !important;               /* 2 columns */
        flex-shrink: 0 !important;
        box-sizing: border-box;
        padding: 4px 6px;                    /* gap between pills */
        height: auto;                        /* no forced height */
    }

    /* Make the pill fill its column nicely */
    #childTabMenu .tabMenuSlider .swiper-slide a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

