#hovering-image {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 160px;
    height: 76px;
    z-index: 9999;
    display: block; /* Initially hidden */
}
#discount-image {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 200px !important;
    height: 200px !important;
    z-index: 9999;
    display: none; /* Initially hidden */
}

#nz-discount-image {
    width: 274px;
    height: auto;
    margin: 41px;
    display: none;
    position: fixed;
        bottom: 10px;
}
/* Medium screens (tablets, smaller laptops) */
@media screen and (max-width: 1024px) {
    #nz-discount-image {
        width: 180px;
        margin: 20px;
    }
}

/* Small screens (mobile devices) */
@media screen and (max-width: 768px) {
    #nz-discount-image {
        width: 140px;
        margin: 15px;
    }
	#discount-image {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 100px !important;;
    height: 100px !important;;
}
}

/* Very small screens (phones in portrait mode) */
@media screen and (max-width: 480px) {
    #nz-discount-image {
        width: 100px; 
        margin: 10px;
    }
}

#hovering-popup {
   font-size:12;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 10000; 
   /* display: none;*/ /* Initially hidden */
}


a.td {
	text-decoration: none;
	color: #449df7;
	font-weight: 600;
}
a.tooltip {
	text-decoration: none;
	color: #449df7;
	font-weight: 600;
}

#container {
	width: 825px;
	margin: 0 auto;
	border: 1px solid #EFEFEF;
	background-color: white;
	padding: 30px;
}


#header-right {
	width:50%;
	padding: 10px 0px;
	text-align:right;
	float:right;
}


#header-left {
	width:50%;
	text-align:left;
	float:left;
}

@media (max-width: 825px) {
	#container {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}


	#header-right {
		width:100%;
		padding: 10px 0px;
		text-align:left;
		float: none;
	}


	#header-left {
		width:100%;
		text-align:left;
		float:none;
	}
}



.blue-check {
	color: #0174C3;
}

.main-table {
    font-size:12px;
	margin-top:20px;
	width: 100%;
	border-spacing: 0;
	background: linear-gradient(to bottom, #449df7 0%, #235a94 100%) repeat scroll 0% 0% transparent;
}

.main-table td {
	vertical-align: middle;
	padding: 12px;
	border:1px solid darkgray;
	border-bottom: none;
	border-right: none;

}

.main-table tr:last-child td {
	border-bottom:1px solid darkgray;
}

.main-table tr td:last-child {
	border-right:1px solid darkgray;
}


table td.feature-title {
	width: 40%;
	font-weight: 600;
	text-transform: uppercase;
}

.capitalize {
	text-transform: uppercase;
}

.checkmark {
	/* obviously not the checkmark from the mocks at this point */
	color: #347FC4;
}

table td.highlight {
	width: 8px;
	padding: 0px;
}

table td.feature-title {
	background: white;
	width: 47%;
}

table td.feature-result {
	background: #f1f3f6;
	color: #676767;
}

.footer {
	margin-top: 20px;
}

.selector {
	padding:5px;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #a3acba;
	height: 30px;
	width: 175px;
	font-size:12px;
	color: #676767;
}

.tooltip {
	display:inline-block;
	position:relative;
	text-align:left;
	width: 100%;
}

.tooltip .feature-tooltip,.tooltip .result-tooltip {
	min-width:200%;
	top: 20px;
	transform:translate(-50%, 0);
	padding:10px;
	color:#444444;
	background-color:#e6ebef;
	font-weight:normal;
	font-size:10px;
	border-radius:2px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	box-shadow:0 1px 8px transparent;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.8s;
}

.tooltip .feature-tooltip {
	left: 100%;
    text-transform: none;
}

.tooltip .result-tooltip {
	min-width:195%;
	right: -95%;
}

.tooltip:hover .feature-tooltip,.tooltip:hover  .result-tooltip {
	visibility:visible; opacity:1;
}

.tooltip .feature-tooltip i, .result-tooltip i {
	visibility: hidden;
}

.tooltip .feature-tooltip i::after, .result-tooltip i::after {
	content:'';
	visibility: hidden;
}

.close-button {
	float:right;
	margin-left:40px;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.tick-box {
    display: inline-block;
    width: 24px;       /* Width of the box */
    height: 24px;      /* Height of the box */
    border: 1px solid DodgerBlue; /* Border for the box */
    text-align: center;
    vertical-align: top;
    line-height: 20px; /* Adjust according to your preference */
    font-weight: bold;
    color:DodgerBlue;       /* Color of the tick */
}
p.tick-box {
    margin: 0;
}#image-container {
    position: fixed; /* Position relative to the viewport */
    top: 10px; /* Position at the top */
    left: 10px; /* Position on the left */
    z-index: 9998; /* Adjusted to be below hovering-image */
}

#hovering-image {
    width: 160px;
    height: 76px;
    display: block;
}
#discount-image {
    width: 200px;
    height: 200px;
    display: none;
}


#blackfriday-badge, #accreditation-badge {
    position: fixed;
    display: block;
    padding: 5px;
}

#blackfriday-badge {
    width: 120px; /* Initial size for mobile */
    height: 60px; /* Initial size for mobile */
    padding-top: 35px;
    top: 0; /* Adjust as necessary */
    left: 0;
}

#accreditation-badge {
    width: 100px; /* Initial size for mobile */
    height: 100px; /* Initial size for mobile */
    padding-top: 15px;
    top: 0; /* Adjust as necessary */
    right: 0;
}

/* Media query for desktop screens */
@media (min-width: 1024px) {
    #blackfriday-badge {
        width: 300px; /* Larger size for desktop */
        height: 150px; /* Larger size for desktop */
    padding-top: 15px;
          padding-left: 150px;
        /* Adjust padding-top as needed */
    }

    #accreditation-badge {
        width: 150px; /* Larger size for desktop */
        height: 150px; /* Larger size for desktop */
        padding-right: 150px;
        /* Adjust padding-top as needed */
    }
}
