h1{
    text-transform: uppercase;
}

.blue1-bg, .blue1-bg-mobile {
    background-color: #101f8b;
    color: #ffffff;
}

/* .hero-section{
    background-color: transparent;
    background-image: url(/images/claria-ink/Banner-mobile.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
} */

.hero-section{
    background-image: url('/images/genuine-inks/why-buy-hero-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}
.hero-section .container{
    position: relative;
    /* top: -70px; */
}
@media screen and (min-width: 1900px) {
    .hero-section{
        min-height: 420px;
    }
}

.tech-logo{
    width: 115px;
}
.nav-item.IC {
    background-color: transparent;
    /* border-bottom: 2px solid black; */
}
.nav-link.CI {
    color: white;
    border: none !important;
    border-radius: 0 !important;
    border-right: 2px solid white !important;
    width: 500px;
}
.nav-link.CI:hover {
    background-color: white;
    color: black;
}
.nav-link.CI.active {
    background-color: white !important;
    color: black !important;
}

@media screen and (min-width: 1516px) {
    .nav-item.IC.four-sec {
        width: 25%;
    }

}
@media screen and (max-width: 1515px) {
    .nav-link.CI {
        color: white;
        border: none !important;
        border-radius: 0 !important;
        width: 500px;
    }
}

#features,
#features .card{
    background-color: white;
}

.card h5{
    color: #10218b;
    
}

.rrp{
    font-weight: bold;
}

.muted{
    font-size: 12px;
}

.card-text{
    line-height: 1.5;
}

.card-text ul{
    padding-left: 20px;
}

#compatibility{
    padding: 50px 0;
}
#how-to-buy {
    padding: 50px 0;
}
#ink-finder {
    padding: 50px 0;
}
#compatibility_3 {
    padding: 50px 0;
}
#compatibility_4 {
    padding: 50px 0;
}
.holder {
    display: flex;
    flex-wrap: nowrap;
}
.content-holder {
    width: 20%;
    padding: 10px;
}
.content-holder a{
    display: block;
    text-decoration: none;
    color: #333;
}
.content-holder a:hover{
    color: #007bff;
}
.image-holder {
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 45px;
}
.image-holder img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}
.image-holder img:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
    .holder {
        flex-direction: column;
    }
    .content-holder {
        width: 100%;
    }
    .image-holder {
        width: 100%;
        flex-direction: column;
    }
    .image-holder img {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    /* .hero-section{
        min-height: 420px;
        background-image: url("/images/genuine-inks/why-buy-hero-banner.jpg");
        padding-top: 0;
        background-position: center;
        align-items: center;
    } */

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 50%;
    }
    .featured-image{
        height: 100%;
        object-fit: cover;
    }
    .description{
        min-height: 535px;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .tech-logo {
        width: 210px;
    }
    #clo .featured-image{
        object-position: right;
    }
    #inkRange .featured-image{
        object-position: right;
    }
    .mobile-slider:not(#proUHDSlide) .splide__arrows{
        display: block;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
    #features .card-body h3{
        min-height: 72px;
    }
    .container-fluid{
        position: relative;
    }
    .left-image .featured-image{
        position: absolute;
        width: 50%;
        left: 0;
    }
    .right-image .featured-image{
        position: absolute;
        width: 50%;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .desc{
        min-height: 545px;
    }
    .tech-logo{
        width: 180px;
    }
    .mobile-slider:not(#recSlide) .splide__arrows{
        display: none;
    }
    .models .row,
    .models .row-cols-md-2{
        gap: 30px;
    }
    #features .card-body{
        padding: 20px 0 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #sizeMatters .desc{
        min-height: 775px;
    }
}

@media screen and (min-width: 1400px) {
    .models .row,
    .models .row-cols-md-2{
        gap: 50px;
    }
}

@media screen and (min-width: 1920px) {

}

/* .table-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
    border: 1px solid #ccc;
}
table {
    width: 100%;
    border-collapse: collapse; 
}
th, td {
    border-right: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.fixed-col {
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
} */

/* button {
    position: absolute;
    top: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 5px;
}
#prevBtn {
    left: 5px;
}
#nextBtn {
    right: 5px;
} */

/* tbody tr:nth-child(odd) {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) {
    background-color: rgb(247, 250, 253);
}
tbody tr:nth-child(odd) .fixed-col {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) .fixed-col {
    background-color: rgb(247, 250, 253);
} */

/* th {
    background-color: #f4f4f4;
    font-weight: bold;
} */
/* tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
} */
/* tbody tr:hover {
    background-color: #6e6e6e;
} */
/* tbody tr:last-child td:first-child {
    visibility: hidden;
} */

/* @media screen and (min-width: 768px) {
    th, td {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {


    th:nth-child(1), td:nth-child(1) {
        width: 20%;
    }
    th:nth-child(n+2), td:nth-child(n+2) {
        width: 10%;
    }
} */


.responsive-table {
	margin-top: 50px;
	width: auto;
    overflow-x: auto;
}
.responsive-table img{
	width: auto;
}

.responsive-table table.epson_table {
	width: 900px;
	border-collapse: collapse;
}

.responsive-table table.epson_table thead tr {
	background-color: #f6f6f6;
}

.responsive-table table.epson_table thead tr th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 17px 0 11px 0;
	border-right: 2px solid #FFFFFF;
	font-size: 1.2rem;
	line-height: 20px;
	color: #575756;
}

thead {
	background-color: #f6f6f6;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 17px 0 11px 0;
	border-right: 2px solid #FFFFFF;
	font-size: .875rem;
	line-height: 20px;
	color: #575756;
}

tr {
	background-color: #f6f6f6;
		font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 17px 0 11px 0;
	border-right: 2px solid #FFFFFF;
	font-size: .875rem;
	line-height: 20px;
	color: #575756;
}

th {
		font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 17px 0 11px 0;
	border-right: 2px solid #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	color: #575756;
}

td {
	font-size: 12px;
	/* font-size: 1.15rem; */
	padding: 10px 20px;
	vertical-align: middle;
	border-right: 2px solid #FFFFFF;
	color: #575756;
}


@media only screen and (max-width:959px) {
    .tooltip-2 {
		left: 15% !important;
	}
	
	.tooltip-3 {
		left: 15% !important;
	}
	
	.tooltip-4 {
		right: 15% !important;
	}
	
	.tooltip-5 {
		right: 15% !important;
	}
	
	.tooltip-6 {
		right: 15% !important;
	}
    .tooltip-4 .tooltiptext {
        visibility: hidden;
        width: 275px;
        background-color: white;
        color: #888888;
        text-align: left;
        padding: 15px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: -215% !important; 
        margin-left: -137px;
      -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
      -webkit-transform: translateZ(0);
          font-size: 12px;
      }
          
        .tooltip-4 .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%; /* To the right of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
      }
          
          .tooltip-2 .tooltiptext::after {
              display: none;
          }
          
          .tooltip-3 .tooltiptext::after {
              display: none;
          }
          
          .tooltip-5 .tooltiptext {
              left: -215% !important;
          }
          
          .tooltip-5 .tooltiptext::after {
              display: none;
              border: none;
          }
          
          .tooltip-6 .tooltiptext {
              left: -215% !important;
          }
          
          .tooltip-6 .tooltiptext::after {
              display: none;
              border: none;
          }
}

@media only screen and (min-device-width: 375px)
	and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3) {
		.tooltip-2 .tooltiptext {
			left: 300% !important;
		}
		.tooltip-3 .tooltiptext {
			left: 300% !important;
		}
}

@media only screen and (min-device-width: 320px)
and (max-device-width : 667px) {
		.tooltip-2 .tooltiptext {
			left: 300% !important;
		}
		.tooltip-3 .tooltiptext {
			left: 300% !important;
		}
}
.tooltip-2 {
    position: absolute;
    display: inline-block;
    left: 550px;
    top: 65px;
  }
  
  .tooltip-2 .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #888888;
    text-align: left;
    position: absolute;
    bottom: 150%;
    left: -90%;
    /* margin-left: -137px; */
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
    -webkit-transform: translateZ(0);
  }
  .tooltiptext{
    z-index: 10;
    font-size: 12px;
    width: 365px;
    padding: 30px;
  }
  
  
  .tooltip-2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  
  .tooltip-2:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-2:hover { overflow: visible; }
  
  .tooltip-3 {
    position: absolute;
    display: inline-block;
    left: 550px;
    top: 255px;
  }
  
  .tooltip-3 .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #888888;
    text-align: left;
    position: absolute;
    bottom: 150%;
    left: -90%;
    /* margin-left: -137px; */
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
  -webkit-transform: translateZ(0);
  }
  
  .tooltip-3 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  
  .tooltip-3:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-3:hover { overflow: visible; }
  
  .tooltip-4 {
    position: absolute;
    display: inline-block;
    right: auto;
    top: 125px;
  }
  
  .tooltip-4 .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #888888;
    text-align: left;
    position: absolute;
    bottom: 150%;
    left: -90%;
    /* margin-left: -137px; */
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
    -webkit-transform: translateZ(0);
  }
  
  .tooltip-4 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  
  .tooltip-4:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-4:hover { overflow: visible; }
  
  .tooltip-5 {
    position: absolute;
    display: inline-block;
    right: auto;
    top: 210px;
  }
  
  .tooltip-5 .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #888888;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -90%;
    margin-left: -250px;
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
    -webkit-transform: translateZ(0);
  }
  
  .tooltip-5 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  
  .tooltip-5:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-5:hover { overflow: visible; }
  
  .tooltip-6 {
    position: absolute;
    display: inline-block;
    right: auto;
    bottom: 35px;
  }
  
  .tooltip-6 .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #888888;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -90%;
    margin-left: -250px;
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
    -webkit-transform: translateZ(0);
  }
  
  .tooltip-6 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  
  .tooltip-6:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-6:hover { overflow: visible; }

  #tooltip-1 {
	position: absolute;
	left: 17%;
	top: 18%;
}

#tooltip-2 {
	position: absolute;
	left: 17%;
	bottom: 25%;
}

#tooltip-3 {
	position: absolute;
	bottom: 59%;
	right: 17%;
}

#tooltip-4 {
	position: absolute;
	bottom: 35%;
	right: 17%;
}

#tooltip-5 {
	position: absolute;
	right: 17%;
	bottom: 17%;
}
.tooltip.top .tooltip-arrow {
    display: none;
    }
    .tooltip-inner {
        max-width: 300px;
        padding: 15px;
        background-color: #FFF;
        color: grey;
        -webkit-filter: drop-shadow(0 0 0.5rem rgba(104, 104, 104, 0.5));
    -webkit-transform: translateZ(0);
    }
    
    .tooltip.in {
        opacity: 1;
    }