body,*{
	font-family: 'Mukta', sans-serif;
	margin:0;
	padding:0;
	text-transform: capitalize;
	outline: none;
}

.logo-text {
	display: flex;
	align-items: center;
	background: #009b72;
	padding: 8px 15px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}

.logo-text:hover {
	background: #00b386;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,155,114,0.3);
	text-decoration: none;
}

.logo-text i {
	font-size: 42px;
	color: #f5e6d3;
	margin-right: 8px;
	line-height: 1;
}

.logo-brand {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	display: block;
	text-align: left;
}

.footer-logo-text {
	background: #009b72;
}

.footer-logo-text i {
	font-size: 38px;
}

.footer-logo-text .logo-brand {
	font-size: 15px;
}
.header .primary {
    background: #009b72;
    background: -webkit-linear-gradient(135deg, #009b72 0%, #00b386 100%);
    background: linear-gradient(135deg, #009b72 0%, #00b386 100%);
    padding: 15px 0px;
    box-shadow: 0 2px 10px rgba(0,155,114,0.2);
}
.primary .inline-nav li a i{
	position:relative;
	right	:5px;
}
.primary .inline-nav li a {
	padding: 15px;
	position: relative;
    font-weight: 600;
}
.header .primary .ph_wrapper{
	display:flex;
	align-items:center
}
.dropdownaction{
	position:absolute;
	top:0px;
	right:15px;
	font-size:30px;
	background:none;
	color:#fff;
	padding:0px;
	display:none;
	line-height: 1.2;
}
.header .secondary{
		background-color:#22252C;
}
.header .secondary .inline-nav{
	text-align:right
}
.secondary .inline-nav li a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}
.secondary .inline-nav li a:hover{
	border-bottom:3px solid #fff;
}

.searchbar {
    margin-left: auto;
    width: 100%;
    margin: 0 30px;
}
.inline-nav{
	list-style:none;
	flex: 0 0 auto
}
.inline-nav li{
	display:inline-block;
}
.inline-nav li a{
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	padding:2px 10px;
	text-transform:uppercase;
	font-weight:500;
	border-bottom: 2px solid transparent;
}
.animated:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.animated:hover::before {
    width: 100%;
}
.animated:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.searchbar{
	position:relative;
}
.searchbar input {
    width: 100%;
    border-radius: 3px;
    color: #22252c;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 50px;
    background-color: #fff;
    font-weight: 600;
}
.searchbtn {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0px;
    height: 100%;
    line-height: 50px;
    width: 60px;
    color: #fff;
    background: #009b72;
    text-align: center;
}
.footer_list{
	padding:10px;
}


															/* Home Page */
.main_title{
	text-align:center;
	font-weight:700;
	margin-bottom:30px;
	font-size:26px
}
.sub_title{
	text-align:center;
	font-weight:500;
	margin-bottom:30px
}
.ali{
	background-image:url(../images/background_image.png);
	border-bottom:2px solid #e2eae2;
}
.small_store_box .web_imagebox{
	height:100px;
	margin-top: 3px;
}
.small_store_box .web_imagebox img{
 	max-width:80%;
}
.small_store_box{
	  margin-bottom: 10px;
    border: 1px solid #e2dfdf;
    border-radius: 3px;
    background: #fff;
}
.small_store_box .title_boxes {
    padding: 7px 0px;
    background: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 17px;
}

.pagination-links {
    margin-top: 20px;
    /* text-align: center; */
    display: flex;
    list-style: none;
}

.pagination-links a {
    display: inline-block;
    margin-bottom: 7px;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
    background-color: #32369b;
    border-radius: 3px;
    padding: 7px 12px;
    color: #ffff;
    font-weight: 600;
}
.small_store_box .title_boxes p {
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.small_store_box:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
}

.coupon_card{
	margin-bottom:30px;
	border:1px solid #d9e0d9 ;
	display:flex;
	min-height:170px;
	box-shadow: 0 0.125rem 0.4375rem #d9dadb;
}
.coupon_card .web_imagebox {
    flex: 0 0 13em;
    border-right:3px double #e8e8e8;
    position: relative;
}
.big{
	text-align: left !important;
	padding:10px 0 !important;
}
.main-uses{
	border: none !important;
}
.coupon_card .web_imagebox img {
    max-width: 70%;
    max-height: 60%;
}
.coupon_card .detail_box{
	background:#fff;
	width:100%;
	position:relative;
	
}
.detail_box h2 {
    line-height: 1.12555;
    font-weight: 700;
    font-size: 19px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 3px double #e8e8e8;
    margin: 0;
    padding: 10px 10px;
}
.bottom-tags.main{
		padding: 0 20px 0 0;
	}
.single_store_coupon .detail_box h2
{
	font-size:21px;
}
.vt_c_desc {
    margin: 5px;
    text-align: center;
}
.mc_desc {
    margin: 10px 0;
    font-size: 15px;
}
.detail_box span {
    flex: 1;
    text-align: left;
}
.detail_box span:nth-child(1) {
    border-right: 1px solid #c3c3c3;
}
.detail_box span:nth-child(2) {
    text-align: right;
}
.actionbtn {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.contentllr_conbtn a {
	display: block;
  width: 140px;
  height: 35px;
  position: relative;
  text-align: center;
  line-height: 35px;
  background: #1bd58d;
  border-top: 1px solid #3da77e;
  font-size: 14px;
	font-weight:600;
  text-transform: uppercase;
  color: #fff;
}
.contentllr_conbtn a i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/smpic.png) no-repeat -3px -19px;
}
.coupon_card_vertical {
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.show-more-text {
    color: #337ab7;
}
.more-text {
    display: none;
}
.coupon_card_vertical .web_imagebox {
	min-height: 130px;
	position: relative;
    border-bottom: 3px double #e8e8e8;
}
.absol {
    position: absolute;
    width: auto;
    top: 0;
    z-index: 999;
}
.coupon_card_vertical .web_imagebox img {
    max-width: 45%;
}
.coupon_card_vertical .detail_box {
    display: flex;
    padding: 0;
    min-height: 170px;
    flex-direction: column;
}
.bottom-tags {
    margin: auto 0 0;
    padding: 0 15px;
    display: flex;
    text-align: center;
}
.btn_vertical h3 a{
	 border-top:2px dashed #e2eae2;
	padding:10px 15px;	
	text-align:right;
	display:inline-block;
 color:#056571	;
 width:100%;
}
.small_store_box_cat{
	  margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;
}
.small_store_box_cat .title_boxes_cat{
    background-color: #eae9e9;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 17px;		
}
.cat_list{
	padding:10px;
}
.cat_list p{
	font-size:15px
}
.cat_list ul li{
	font-weight:600;
	line-height:25px;
	text-decoration:none;
	list-style:none;
}
.p_cat {
  /* The image used */
  background-image: url(../images/bg2.png);
}
.coupon_card_offer{
	display:flex;
	overflow:hidden;
	padding-left:0px;
}
.offer_container_carousel .owl-nav,  .offer_container_carousel .owl-next {
	font-size:3em;
}
												/* Home Page END */  
						           	/* Single Store Page  */  
.title_box.xs-hidden{
	display:none
}
.filter_section.xs-hidden{
	display:none
}
.store_wrapper{
	display:flex
}
.left_media{
	width:280px;
	margin-right:30px;
	position:relative;
}
.left_media .store_image{
	height:200px;
	border:1px solid #dadada;
	border-radius:3px;
	margin-bottom:10px;
}
.left_media .store_image img{
	max-width:80%
}
.right_content{
	flex:1
}
.filter_section{
	border:1px solid #dadada;
	background:#fff;
	margin-top:20px;	
	color:#000;
}
.side_section{
	border:1px solid #dadada;
	background:#fff;
	margin-top:20px;	
	color:#000;
}
.c_header{
	 padding: 10px 10px;
}
.c_header h3{
	 font-weight:600;
	font-size:20px
}
.cat_list li a {
 color: #3c3c3c;
 padding: 3px 0px;
 display: inline-block;
 font-size: 16px;
}
span.f_text {
    writing-mode: vertical-rl;
    line-height: 1.5;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    transform: rotate(180deg);
}
.btn_action{

	text-align:center;
	width:260px;
	bottom:0;
	left:0;
	cursor:pointer
}
.btn_action .button-code.main-cpn:hover:before {
    transform: rotate(-4deg);
}
.btn_action h3 {
	padding:10px 0px;
}
.btn_action h3 a{
  color:#056571	;
}
.top-heading h3 {
    color: #343434;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-bottom: 2px solid #056571;
    padding-bottom: 10px;
}
.scissors_ed{
 transform: rotate(-180deg);
 float: right;
 margin-top: -12px;
}
.title_box{

	display:inline-block;
	line-height:1.3
}
.title_box h1{
	font-weight:700;
	line-height:1.3;
}

.btn_site{
flex:1;
text-align:right;
font-size:12px
}
												/* Single Store Page  */  
												/* Single_categories Page  */ 
.store_profile{
border-bottom: 2px solid #d2d2d2;
}
.single-category-wrapper{
	display:flex;
}												
.store_container{
	flex:1;
	box-shadow: inset 0px 1px 17px 2px #e4e4e4;
	background:#f7f7f7;
	padding: 20px;
	overflow:hidden;
	padding-left:0px;
}
.cat_panel{
	display:flex;
	border-right:1px solid #adadad;
}
.cat_box{
	border-right:1px solid #dad9d9;
	height:200px;
  width:250px; 
	text-align:center;	
}
.cat_box .web_imagebox{
	min-height:125px;
}	
.cat_store{
	text-align:center;
	background-color:#f7f7f7;
}
.cat_store .web_imagebox{
	min-height:125px;
	background:none;
}	
.store_container_carousel .owl-nav,  .store_container_carousel .owl-next{
	position:absolute;
	top:10%;
	font-size:3em;
	right:0px;
}
.store_container_carousel .owl-nav,  .store_container_carousel .owl-prev{
	position:absolute;
	top:10%;
	font-size:5em;
	left:0px;
}
													/* Single_categories Page  */ 
													/* categories Page  */ 
.cat_box_1 .web_imagebox{
	min-height:125px;
}	
.cat_box_1 h3{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.cat_bg{
	background-image: url(../images/Cat_back.jpg);
}
.cat_box_1{
	background:#fff;
	border:1px solid #009b72; 	
	text-align:center;
  padding:5px 25px;	
	margin-bottom:30px;
	border-radius:40px;
}	
.cat_box_1 .cat_list{
	text-align:left;
	min-height:210px;
}
.left_media_cat{
  width:350px;
	margin-left:50px;
	position:relative;
}
.right_side{
		float:right;	
}
.right_side .side_section{
	border:0px solid #dadada;
	background:#f5f6f5;	
	color:#000;
}
													/* categories Page  */ 
													/* Stores Page  */ 
.cat_list_1 li {
	text-decoration:none;
	list-style:none;
	color:#000;
	margin-right:100px;'
}
.stores_list dl {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.06);
}
.stores_list dt {
			color: #222326;
			font-size: 3.5em;
			padding: 10px 0 15px;
			margin: 0 0 15px;
			line-height: 30px;
			font-weight: 600;
			border-bottom: 2px dashed #dadce6;
			text-transform: uppercase;
}
.stores_list dd {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
		margin-left: 0;
}
.stores_list dd a {
    float: left;
    width: 25%;
    padding: 3px 0;
    text-align: left;
    color: #454545;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.search_resultbox {
    background: #fff;
    z-index: 999999;
    border-radius: 5px;
    perspective: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 10px 15px;
    display: none;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px 0px #b3b3b3b3;
}
.sr_anchor-div a {
    display: flex;
    padding: 15px 0px;
    align-items: center;
}
.sr_anchor-div img {
    width: 60px;
    flex: 0 0 60px;
    margin-right: 8px;
}

p.sr_anchor {
    display: inline-block;
    flex: 1;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
}
span.coupon_count {
    font-weight: 700;
    color: #045661;
    margin-left: 5px;
    flex: 0 0 100px;
}
.store_profile.store{
	padding:15px 0px
}
.store_profile.store .title_box{
	font-size:1em
}
.store_profile.store .title_box h3{
	font-weight:500
}
.storepro_wrapper{
	display:flex;
	align-items:center
}
	
	.sec-footer
	{
		background-color:#009b72;
		padding:7px 0;
	}
	.sec-footer p
	{
		text-align:center;
		color:#fff;
		font-size:14px;
	}

	footer{
		background-color:#f0faf7	;
		/*background:url('../../../waves_footer.png');*/
		background-position:center;
		background-size:cover;
		padding: 30px 0 20px;
		color:#000;
		}
		
		.foot-logo{

		border-bottom:2px solid #c5e8df;
		max-width:50%;
		}
		.foot ul li{
		font-weight: 600;
		font-size: 30px;
		text-decoration: none;
		list-style: none;
		margin-right: 30px;
		margin-top: 20px;
		}
		.foot li a{
		color:#000;


		}
		.footer-social-list{
		display:flex;
		line-height:10px;
		}
		.footer_list{
		padding:10px 0px;
		}
		.footer_list ul li{

		font-weight:600;
		line-height:25px;
		text-decoration:none;
		list-style:none;
		}
.footer_list ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
		.footer_section{
		margin-right:10px;
		}
		.cptext {
    font-size: 18px;
    color: #636262;
    font-weight: 400;
		margin-bottom:10px;
}
.cptextsep {
    border-top: 1px solid #e0e0e0;
}
.contact-info-box {
    background: #fff;
    padding: 1.5rem;
		margin-bottom:10px;
}
.cib-heding {
    font-size: 19px;
    font-weight: 700;
		margin-bottom:10px;
}

.cib-infop {
    font-size: 14px;
    color: #636262;
		margin-bottom:10px;
}
.pull-right {
    float: right;
}
.send-btn {
    width: 100%;
    margin-top: 20px;
    background-color: #045661;
    border-color: #00a9b7;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

:root {
	--brand-primary: #009b72;
	--brand-secondary: #00b386;
	--brand-dark: #007a5c;
	--brand-soft: #e8f7f3;
}

.header .primary {
	background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
	box-shadow: 0 2px 10px rgba(0,155,114,0.2);
}

.site_logo img {
	max-height: 50px;
	width: auto;
	display: block;
}

.searchbtn,
.button-code:before,
.button-deal:before,
.discount_code,
.Verified {
	background: var(--brand-primary);
}

.top-heading h3,
.btn_vertical h3 a,
.btn_action h3 a {
	border-color: var(--brand-primary);
	color: var(--brand-dark);
}

footer {
	background-color: var(--brand-soft);
}

.foot-logo {
	max-width: 80%;
	border-bottom: 2px solid #f3d2d5;
}

.footer_list ul li a:hover,
.foot li a:hover {
	color: var(--brand-dark);
}

.footer-social-icon a {
	color: var(--brand-dark);
	transition: color 0.2s ease;
}

.footer-social-icon a:hover {
	color: var(--brand-primary);
}

.sec-footer {
	background: linear-gradient(to right, var(--brand-primary), var(--brand-secondary));
}

.pull-right {
    float: right!important;
}
.bgwhite{
	background-color:#fff
}
.store_wrapper .stores_list{
	width:100%; 
}
#myModal{
	padding:0 !important
}
.coupon_popup{
			
background-color:#f2f3f4;
width:100%;
}
.coupon_popup h3{
font-size: 18px;
}
.store_logo {
    background: none;
    width: 110px;
    height: 100px;
}
.flex-1{
	flex: 1;
}
.flex-auto {
    flex: 0 0 auto;
    border-right: 3px double #d5d5d5;
    margin-right: 15px;
}
.store_content {
    display: flex;
}
.store_logo {
    background: none;
    width: 110px;
    margin: 0 10px;
    height: 100%;
}
.text_content {
    padding: 10px 0;
    width: 100%;
}
.text_content h1{
font-size: 25px;
font-weight: 600;

}
.copy_code {
    margin-bottom: 7px;
}
.copy_code h2 {
    border: 2px dashed #adadad;
    background-color: #fff;
    display: inline-block;
    height: 45px;
    width: 75%;
    padding: 13px 20px;
    line-height: 14px;
}
.pop_footer {
    background: linear-gradient(to right, #d1686f, #5677fc);
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

button.popupcopybtn {
	background: #013773;
	border: none;
	font-size: 15px;
	padding: 0 10px;
	cursor: pointer;
	color: #fff;
	outline: none;
	/* line-height: 33px; */
	position: relative;
	font-weight: 600;
	height: 45px;
	top: -1px;
}

.content_wrapper{
	padding:15px 15px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	font-size:16px;
	line-height:1.7;
}
.btn_foot a{
	color:#fff
}
.store_anchor{
	display:inherit
}
.modal-dialog {
 transform: translateY(-50%) !important;
 top: 50%;
}
.btn_action{
	margin-top:0;
	padding:7px
}
.btn_vertical.featured{
	padding:10px
}
.btn_vertical.featured .copycodebtn , .btn_action .copycodebtn{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	-webkit-perspective: 200px;
    perspective: 200px;
}
.offer_container_carousel .owl-nav {
	margin:0;
}
.offer_container_carousel .owl-nav button {
    position: absolute;
    top: 40%;
    color: #5677fc !important;
    width: 40px;
    line-height: 1.3em !important;
    border-radius: 0px !important;
}
.owl-item:not(.active) {
	filter: opacity(0.4);
	pointer-events: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to right, #d1686f, #5677fc);
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
.noOverflow{
	overflow: hidden;
}
.offer_container_carousel .owl-nav button span {
    font-size: 2.5em;
    font-weight: 200;
}
.offer_container_carousel .owl-nav .owl-prev{
	left:10px
}
.offer_container_carousel .owl-nav .owl-next{
	right:10px
}
.mc_content_wrapper{
	padding:7px;
	min-height:90px;
	padding-left:12px;
}
.btn_action .button-code:after{
	left:96%
}
.btn_action .button-code:hover:after{
	left:94%
}
.btn_action .button-code:hover:before {
    transform: rotate(-6deg);
}

.detail_box.latest .mc_desc {
    font-size: 15px;
    margin: 10px 0;
}
.btn_action.no-border{
	border:0
}