* {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	background: #fff;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.container::after {
	content: "";
	width: 100%;
	display: table;
	clear: both;
}
header {
	background: #fff;
	padding: 0px 0;
	border-bottom: 1px solid #eee;
}
.container-full {
	margin: 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.h-md-2 {
	width: 25%;
	max-width: 300px;
}
.h-md-2 img {
	max-width: 100%;
}
.h-md-6 {
	width:35%;
}
.h-md-4 {
	width: 30%;
	position: relative;
}
.mobile-icon-search {
	display: none;
}
.mobile-icon-menu {
	display: none;
}

@media screen and (max-width:1025px) {
.container-full {
	margin: 0 3%;
}
.container {
	width: 90%;
}
.h-md-6 {
	display: none;
}
.h-md-2 {
	width: 250px;
}
.h-md-4 {
	width: calc(90% - 310px);
	margin-right: 60px;
}
.mobile-icon-menu {
	display: block;
	position: absolute;
	top: 32px;
	right: 3%;
	font-size: 33px;
	width: 30px;
}
}

@media screen and (max-width:600px) {
.h-md-2 {
	width: 220px;
}
.h-md-4 {
	display: none;
}
.mobile-icon-menu {
	top: 25px;
}
.mobile-icon-search {
	display: block;
	position: absolute;
	top: 19px;
	right: 3%;
	font-size: 20px;
	background: #27A59B;
	color: #fff;
	text-align: center;
	line-height: 45px;
	width: 45px;
	height: 45px;
	margin-right: 50px;
	border-radius: 100%;
}
}
.nav-bar {
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center; gap:35px;
}
.nav-bar li {
	display: inline-block;
}
.nav-bar li a {
	line-height: 30px;
	display: block;
	padding: 0;
	color: #07172B;
	font-weight:500;
	text-transform: capitalize;
	font-size: 17px;
	cursor: pointer;
	border-bottom: 2px solid rgba(255,255,255, 0.0);
	position: relative;
}
.nav-bar li a:hover {
	border-bottom: 2px solid #EE1E23;
	color: #EE1E23;
}
.nav-bar li a.nav-active {
	border-bottom: 2px solid #EE1E23;
	color: #EE1E23;
}
form.searchform2 {
	width: 100%;
	border-radius: 30px;
	position: relative;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center; padding: 2px 4px 2px 2px;
}
form.searchform2 input[type=text] {
	padding:0 0 0 5px;
	font-size: 18px;
	border: 0 solid grey;
	height: 46px;
	width: calc(98% - 50px);
	outline: none;
	background-color: none;
	border-radius: 25px;
	font-family: Raleway, sans-serif;
}
form.searchform2 input[type=text]::placeholder {
 color: rgba(127, 124, 125, 0.5);
 font-size:15px;
 font-weight:500;
}
form.searchform2 button {
	height: 40px;
	width: 40px;
	padding: 0;
	border-radius: 100%;
	background: #EE1E23;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	font-family: Raleway, sans-serif;
}
.mobile-menu {
	display: none;
}

@media screen and (max-width:1150px) {
.container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
}
.col-sm-4 {
	width: 300px;
	float: right;
}
.col-sm-8 {
	width: calc(98% - 300px);
	float: left;
	margin-right: 2%;
}

@media screen and (max-width:700px) {
.col-sm-4 {
	width: 100%;
}
.col-sm-8 {
	width: 100%;
	margin-right: 0%;
}
}
.home-search-banner {
	background: #123655;
	padding-top: 00px;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hs-left {
	width: 65%;
	padding: 0 0% 50px 4%;
	position: relative;
}
.hs-right {
	width: 35%;
	overflow: hidden;
}
.hs-right img {
	max-width: 100%;
	margin-bottom: -10px;
}
.home-search-banner h1 {
	color: #fff;
	font-size: 44px;
	margin-bottom: 10px;
	font-weight: 800;
}
.hsb-title {
	font-size: 19px;
	line-height: 33px;
	font-weight: 500;
	color: #fff;
}
.hsb-form {
	margin-top: 30px;
	background: #fff;
	display: flex;
	justify-content: start;
	align-items: center;
	border-radius: 35px;
}
.hsb-form i {
	display: block;
	width: 70px;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	color: #EE1E23;
}
.hsb-form input {
	background: none;
	outline: none;
	border: 0;
	width: calc(100% - 70px);
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width:1200px) {
.home-search-banner h1 {
	font-size: 33px;
}
}

@media screen and (max-width:1200px) {
.home-search-banner h1 {
	font-size: 28px;
}
}

@media screen and (max-width:900px) {
.home-search-banner h1 {
	font-size: 26px;
}
.hsb-title {
	display: none;
}
.hsb-form {
	margin-top: 20px;
}
.hsb-form i {
	display: block;
	width: 40px;
	text-align: center;
	font-size: 20px;
	padding: 15px;
	color: #27A59B;
}
.hsb-form input {
	background: none;
	outline: none;
	border: 0;
	width: calc(100% - 40px);
	font-size: 15px;
	font-weight: bold;
}
}
.section {
	width: 98%;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.bg-gray {
	background: #FAFAFA;
	box-shadow: 0px 4px 15px #00000029;
	margin-top: 20px;
	padding: 20px 20px 30px 20px;
}
.nav-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tab-title {
	width: 25%;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	border-left: 3px solid #2e4057;
	padding-left: 20px;
	font-family: Manrope, sans-serif;
}
.tab-btns {
	width: 75%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-bottom: 1px solid #ccc;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 15px;
	cursor: pointer;
	border-bottom: 1px solid #FAFAFA;
	text-align: center;
	white-space: nowrap;
}
.tab .c-img img {
	max-width: 20px;
}
.tab .c-name {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 21px;
	font-family: Manrope, sans-serif;
}
.tab:hover, .tab.active-tab {
	border-bottom: 1px solid #2e4057;
}
.tab-content {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 15px;
	margin-top: 30px;
}
.fv-store {
	background: #fff;
	box-shadow: 0px 4px 15px #00000029;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	height: 150px;
	position: relative;
}
.tab-content a {
	display: block;
}
.tab-content a img {
	max-width: 100%;
}
.tab-content a span {
	display: block;
	background: #2e4057;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tab-content.active {
	display: grid;
}

@media (max-width: 1024px) {
.tab-content {
	grid-template-columns: repeat(4, 1fr);
}
}

/* 768px - 4 items per row */
@media (max-width: 768px) {
.tab-content {
	grid-template-columns: repeat(3, 1fr);
}
}

/* Below 600px - 2 items per row */
@media (max-width: 600px) {
.nav-tabs {
	flex-wrap: wrap;
}
.tab-title {
	width: 100%;
}
.tab-btns {
	width: 100%;
}
.tab {
	padding: 15px 10px;
}
.tab-content {
	grid-template-columns: repeat(2, 1fr);
}
}
.section-2 {
	padding: 20px 20px 30px 0px;
}
.section-2 h2 {
	margin-left: 20px;
	width: 90%;
}
.section-2 p {
	margin-left: 30px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	font-family: Manrope, sans-serif;
}
.best-coupon-tab {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.co-tab-btns {
	width: 250px;
}
.co-tab {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.co-active-tab {
	background: #eee;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.co-c-img {
	width: 25px;
}
.co-c-img img {
	max-width: 100%;
}
.co-c-name {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.co-tab:hover {
	background: #eee;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.col-tab-content {
	width: calc(100% - 280px);
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: start;
}
.co-offered {
	background: #ffffff;
	box-shadow: 0px 3px 10px #0000002b;
}
.co-offered .store-logo {
	text-align: center;
	border-bottom: 1px solid #eee;
	height: 121px;
}
.co-offered .store-logo img {
	max-width: 100%;
}
.co-offer-title {
	padding: 20px 15px;
	font-family: Manrope, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}
a.co-offer-title { display:block;}
.cta-co-offer {
	padding: 0px 15px 15px 15px;
}
.get-offer {
	background: #EE1E23;
	cursor: pointer;
	text-align: center;
	border: 1px dashed #ccc;
	font-family: Manrope, sans-serif;
	padding: 8px 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	transition: all 1s ease;
}
.get-offer:hover {
	background: #07172B;
	color: #fff;
}
.show-code {
	border: 1px dashed #ccc;
	font-family: Manrope, sans-serif;
	position: relative;
	padding: 9px 0;
	cursor: pointer;
}
.show-code span.codehere {
	display: block;
	text-align: right;
	padding-right: 15px;
	font-weight: 700;
}
.show-code span.overlap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 11px 0;
	background: #EE1E23;
	color: #fff;
	width: 90%;
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 18px;
	transition: all 1s ease;
}
.show-code:hover span.overlap {
	width: 80%;
	background: #EE1E23;
	color: #fff;
}
.col-tab-content.col-active {
	display: grid;
}

@media (max-width: 1100px) {
.col-tab-content {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width:600px) {
.section-2 {
	padding: 20px 15px 30px 15px;
}
.co-tab-btns {
	display: none;
}
.col-tab-content {
	width: calc(100% - 0px);
	grid-template-columns: repeat(1, 1fr);
}
}
.do-tab-btns {
	width: 250px;
}
.do-tab {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.do-active-tab {
	background: #eee;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.do-c-img {
	width: 25px;
}
.do-c-img img {
	max-width: 100%;
}
.do-c-name {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.do-tab:hover {
	background: #eee;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.dol-tab-content {
	width: calc(100% - 280px);
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: start;
}
.do-offered {
	background: #ffffff;
	box-shadow: 0px 3px 10px #0000002b;
}
.do-offered .store-logo {
	text-align: center;
	border-bottom: 1px solid #eee;
	height: 171px;
	padding-top: 15px;
}
.do-offered .store-logo img {
	max-width: 100%;
}
.do-offer-title {
	padding: 20px 15px;
	font-family: Manrope, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	height: 70px;
}
.deal-card-brand{ margin: 0px 15px 15px 15px; }
.deal-card-brand a{ color:#666; display:block;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; 
    max-height: 3em; 
    word-wrap: break-word; font-size:14px; height:40px;}
.cta-do-offer {
	padding: 0px 15px 15px 15px;
}
.dol-tab-content.dol-active {
	display: grid;
}

@media (max-width: 1100px) {
.dol-tab-content {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width:600px) {
.do-tab-btns {
	display: none;
}
.dol-tab-content {
	width: calc(100% - 0px);
	grid-template-columns: repeat(1, 1fr);
}
}
.get-unlimited-coupons {
	background: #ffb8b8;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 150px;
	margin-bottom: 130px;
	height: 250px;
	padding: 0 10%;
}
.guc-img {
	width: 40%;
}
.guc-img img {
	max-width: 100%;
}
.guc-content {
	width: 55%;
	color: #07172B;
}
.guc-title {
	font-size: 34px;
	font-weight: 800;
}
.guc-txt {
	font-weight: 300;
	margin-top: 10px;
}
.guc-btn span {
	display: block;
	text-align: center;
	width: 230px;
	background: #EE1E23;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	padding: 15px 20px;
	margin-top: 15px;
	border-radius: 25px;
}
.guc-btn span:hover {
	background: #07172B;
	border: 1px solid #07172B;
	color: #fff;
}

@media screen and (max-width:1025px) {
.get-unlimited-coupons {
	padding: 0 5%;
}
.guc-title {
	font-size: 30px;
}
}

@media screen and (max-width:800px) {
.guc-title {
	font-size: 24px;
}
}

@media screen and (max-width:600px) {
.get-unlimited-coupons {
	background: #27A59B;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 150px;
	margin-bottom: 130px;
	height: auto;
	padding: 0 5%;
}
.guc-img {
	width: 100%;
}
.guc-content {
	width: 100%;
	padding: 20px 0;
	color: #fff;
}
}
.section-4 {
	width: 96%;
	min-height: 100px;
	max-width: 1500px;
	margin: 50px auto 0 auto;
}
.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-heading h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
	border-left: 3px solid #2e4057;
	padding-left: 20px;
	font-family: Manrope, sans-serif;
}
.section-heading a {
	display: inline-block;
	border: 2px solid #2E4057;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #2E4057;
	font-size: 14px;
}
.section-heading a:hover {
	background: #2E4057;
	color: #fff;
}
.pop-categories {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}
a.pop-link {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 0px 3px 6px #00000029;
	border: 2px solid #fff;
	padding: 11px 12px;
	transition: 0.5s ease;
	border-radius: 10px;
	color: #000;
}
.p-img {
	width: 25px;
}
.p-img img {
	max-width: 100%;
}
.p-name {
	font-weight: 500;
	font-family: Manrope, sans-serif;
	font-size: 14px;
}
a.pop-link:hover {
	border: 2px solid #EE1E23;
}

@media (max-width:800px) {
.pop-categories {
	flex-wrap: wrap;
	gap: 20px;
}
a.pop-link {
	width: 30%;
}
}

@media (max-width:600px) {
a.pop-link {
	width: 47%;
}
.section-heading a {
	display: none;
}
}
.section-5 {
	background-color: #f1f1f1;
	background-image: url(../images/choose-us.webp);
	background-position: 116% 46%;
	background-repeat: no-repeat;
	margin: 60px 0px;
	padding: 0px 0px;
}
.section-5-in {
	width: 96%;
	min-height: 100px;
	max-width: 1500px;
	margin: 50px auto 0 auto;
}
.section-5-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.s-5title {
	width: 380px;
}
.s-5title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
	border-left: 3px solid #2e4057;
	padding-left: 20px;
	font-family: Manrope, sans-serif;
}
.s-5-cols {
	width: 700px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 30px;
	padding-top: 30px;
}
.s-5-col {
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.s-5-col i {
	display: block;
	font-size: 70px;
	width: 130px;
	color: #2E4057;
}
.s-5-col span {
	width: calc(100% - 70px);
	display: block;
	color: #2E4057;
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
}
.s-5-col span strong {
	display: block;
	font-size: 25px;
	line-height: 38px;
}
.mrt {
	margin-bottom: 40px;
}

@media (max-width:600px) {
.section-5 {
	padding: 10px;
	background-position: center center;
}
.section-5-flex {
	flex-wrap: wrap;
}
.s-5title {
	width: 100%;
}
.s-5-col i {
	display: block;
	font-size: 50px;
	width: 80px;
}
.s-5-col span strong {
	display: block;
	font-size: 22px;
}
.s-5-col span {
	font-size: 16px;
}
}
.section-6 {
	width: 96%;
	min-height: 100px;
	max-width: 1500px;
	margin: 50px auto 0 auto;
}
.heading-6 {
	border-left: 3px solid #2e4057;
	padding-left: 20px;
	font-family: Manrope, sans-serif;
}
.heading-6 h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
}
.heading-6 p {
	font-weight: 500;
}
.subscribefields {
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	border: 2px solid #2E4057;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 3px 6px #00000029;
}
.subscribefields button {
	font-size: 20px;
	font-weight: 600;
	background: #2E4057;
	color: #fff;
	text-transform: uppercase;
	width: 200px;
	border: 0;
	padding: 20px 0;
	font-family: Manrope, sans-serif;
	cursor: pointer;
}
.subscribefields button:hover {
	background: #EE1E23;
}
.subscribefields input {
	width: calc(100% - 230px);
	padding: 20px 0px 20px 30px;
	font-size: 20px;
	border: 0;
	outline: none;
	background: #fff;
}

@media (max-width:600px) {
.subscribefields {
	margin-left: 0;
	margin-right: 0;
}
.subscribefields button {
	font-size: 14px;
	width: 120px;
	padding: 15px 0;
}
.subscribefields input {
	width: calc(100% - 130px);
	padding: 10px 0px 10px 10px;
	font-size: 15px;
}
}
.section-7 {
	width: 96%;
	min-height: 100px;
	max-width: 1500px;
	margin: 100px auto 0 auto;
}
.posts {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 0;
}
.post-h {
	width: 24%;
	position: relative;
	margin-bottom: 50px;
}
.img-height img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.post-h a {
	display: block;
	color: #2E4057;
	background: #fff;
	width: 100%;
	position: relative;
}
.post-h a h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	padding: 20px 0;
	font-family: Manrope, sans-serif;
}
.post-h a:hover {
	text-decoration: underline;
}

@media (max-width:1100px) {
.post-h {
	width: 48%;
}
}

@media (max-width:600px) {
.post-h {
	width: 100%;
	margin-bottom: 30px;
}
.post-h a {
	min-height: 60px;
}
.post-h a h3 {
	font-size: 17px;
	line-height: 26px;
	padding: 15px;
}
}
.section-8 {
	width: 96%;
	min-height: 100px;
	max-width: 1500px;
	margin: 20px auto 50px auto;
}
.home-content {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}
.home-content h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom:5px;
	color: #000;
}
.home-content h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	margin:5px 0;
	color: #000;
}
.home-content p {
	margin-bottom: 10px;
	line-height: 24px;
}
.footer-single {
	padding-top: 60px;
}
