


@font-face {
    font-family: 'Sofia Pro';
    src: 
    
        
        url('../fonts/SofiaPro-Light.woff2') format('woff2'),
        url('../fonts/SofiaPro-Light.woff') format('woff'),
        url('../fonts/SofiaPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/SofiaPro-ExtraLight.woff') format('woff'),
        url('../fonts/SofiaPro-Black.woff2') format('woff2'),
        url('../fonts/SofiaPro-Black.woff') format('woff'),
        url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('../fonts/SofiaPro-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}




body{

	font-family: 'Sofia Pro';
}


header .navigation {
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: 0 2px 3px 1px #ccc;
    box-shadow: 0 2px 3px 1px #ccc;
}
.navbar-brand{height: auto;}

.navbar-nav>li>a {
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li>a.active{
    text-decoration: none;
    background-color: #d53631;
    color: #fff;
}

.navbar-right li{
	margin: 0 10px 0 0;
}

.navbar-right li a{
	background:url("../images/login-btn-bg.jpg") left bottom repeat-x;
	/* border-radius: 40px; */
	border-radius: 12px;
	color: #fff;
	/* padding: 8px 16px; */
	padding: 8px 10px;
}

.notification-message{
	    /*background: #F2F4FF;*/
	    background: #F2F4FF;
    padding: 14px 10px;
    text-align: center;
    margin: 0px 0 0px 0;
    color: #748DF7;
    font-size: 15px;
    position: relative;
    border-top: #dadffb solid 2px;

}


.notification-close{
	width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 12px;
    color: #fff;
    border-radius: 50%;
    background: #748DF7;
    display: inline-block;
    float: right;
    margin: 0px 18px 0 0;
    font-size: 14px;
}


.save-more{
padding: 0px 15px 15px 15px;
text-align: center;
color: #000;
}

.save-more h1{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 32px;
	margin-top: 10px;
}

.save-more h4{
	font-size: 15px;
}

.top-search{
	border: #748DF7 solid 2px;
	border-radius: 37px;
	overflow: hidden;
	padding-left: 0px;
	margin-bottom: 10px;
	position: relative;
}

.top-search .search-icon{
color: #748DF7;
    font-size: 20px;
    
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 6px;
}

.navbar-form{margin: 0;
width: 100%;
padding: 0;
}



.top-search .form-control{
	border: none;
	min-height: 40px;
	font-size: 17px;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	padding: 0 150px 0 60px;
}

.navbar-form .form-group .form-control:focus{
	box-shadow: none;
}


.top-search .btn{
	background: #748DF7;
    color: #fff;
    border-radius: 37px;
    padding: 12px 0;
    font-size: 13px;
    width: 10%;
    
    
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    position: absolute;
    right: 0;
    height: 100%;
}

.top-search .btn:hover, .top-search .btn:focus{
	outline: none;
	border: none;
	background: #d53631;
	color: #fff;
}


.logos-carousal{
	margin: 0px 0 25px;
}

.logos-carousal h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}

.logos-carousal img{
	border-radius: 13px;
	
}

.owl-theme .owl-nav{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	margin-top: 0;
}


.owl-theme .owl-nav [class*='owl-']{
	background-color: transparent;
	min-height: auto;
	margin: 0;

}

.owl-theme .owl-nav .owl-prev{
	float: left;
	margin-left: -40px;
}

.owl-theme .owl-nav .owl-next{
	float: right;
	margin-right: -40px;
}

.owl-theme .owl-nav [class*='owl-']:hover{
	background-color: transparent;
	color: #000;
}


.owl-theme .owl-nav .owl-prev span{
	/*background: url("../images/arrow-left.jpg") left top no-repeat;*/
	
	font-size: 70px;
}

.owl-theme .owl-nav .owl-next span{
	/*background: url("../images/arrow-right.jpg") left top no-repeat;*/
	
	font-size: 70px;
}

.stackyour-savings{
	background: #F8F8F8;
	margin: 30px 0 0;
	padding: 10px 0 35px;
	
}


.stack-coloumns{
	background: #fff;
	padding: 10px 20px;
	/*-webkit-box-shadow: 0 0 7px 6px #eee;
box-shadow: 0 0 7px 6px #eee;*/
border:#98a2dc solid 2px;
border-radius: 20px;
font-size: 16px;
}

.stackyour-savings h2{
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.stackyour-savings h4{
	font-size: 20px;
	color: #748DF7;
	font-weight: bold;


}

.stack-coloumns p{
	margin-bottom: 20px;
}

.stack-btn{
	background: #748DF7;
	border-radius: 33px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 14px;
	color: #fff;
}

.stack-btn:hover{
	color: #fff;
	opacity: 0.8;
}

.trending-coupons{
	background: rgba(208, 255, 163, 0.3);
	padding: 30px 0;
}

.trending-coupons-content{

padding: 0px 30px;
/*-webkit-box-shadow: 0 0 10px 4px #eef3f4;
box-shadow: 0 0 10px 4px #eef3f4;
border-radius: 25px;*/	
}

.trending-coupons-title{
	color: #000;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 5px;
	
}

.home-coupons-titles{
text-align: center;
	text-transform: uppercase;	
}


.trending-coupons-columns{
	background: #fff;
	border-radius: 23px;
	-webkit-box-shadow: 0 0 10px 3px #ccc;
box-shadow: 0 0 10px 3px #ccc;
min-height: 230px;
padding-bottom: 15px;
margin: 0 0px 30px 0px;
}

.trending-coupons-save{
	background: url("../images/trending-coupons-bg.jpg") left top repeat-x;
	padding: 15px 20px 28px 20px;
	text-align: center;
	
	font-weight: bold;
	min-height: 120px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	font-size: ;
}

.trending-coupons-save-title{
font-size: 25px;
font-weight: bold;	
}

.trending-coupons-img{
	margin: -28px 0 20px 0;
	text-align:center ;
}


.trending-coupons-img img{
	border-radius: 16px;
	-webkit-box-shadow: 0 4px 10px 0px #ccc;
box-shadow: 0 4px 10px 0px #ccc;
}



.trending-coupons-details summary{
	color: #748DF7;
	
	font-weight: bold;
	margin-bottom: 10px;
	height: 42px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.trending-coupons-details p{
	color: #EB5167;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}

.coupon-expires{
	color: #575757;
	font-size: 14px;
	


}


.see-all{
	text-align: center;
	margin: 0px 20px 0px 0;
	overflow: hidden;
	font-size: 20px;
}

.see-all a {
    color: #fff;
    padding: 12px 41px;
    background-color: #748DF7;
    border-radius: 32px;
    display: inline-block;
}
.see-all a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.coupons-section{
	background: rgba(148, 243, 255, 0.3);
}


.trending-coupons-content.coupons-section-content{
	
   
    
}

.coupons-section-coupon-img{
	position: relative;
	border: #000 dashed 3px;
	min-height: 200px;
	-webkit-box-shadow: 0 0px 10px 1px #ccc;
box-shadow: 0 0px 10px 1px #ccc;
}
.coupons-section-coupon-img img{
	position: relative;
	width: 100%;
	max-height: 155px;
}

.coupons-section-details{
	padding: 13px 20px 10px 20px;
	background: url("../images/coupons-section-details-bg.jpg") left top repeat-x rgba(0, 0, 0, 0.6);
	position: relative;
	bottom: 0;
	width: 100%;
}

.coupons-section-price{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.coupons-section-price span{
	text-decoration: line-through;
}

.coupons-section-offer{
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.coupons-section-getoffer{
	color: #fff;
	font-size: 15px;
	text-align: right;
	margin-bottom: 5px;
}

.coupons-section-pay{
	text-align: right;
	margin-top: 10px;
}

.coupons-section-getoffer a{
	color: #fff;
}

.coupons-section-pay a{
	background: #748DF7;
	border-radius: 20px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400;
	-webkit-box-shadow: 0 0px 14px 0px #ccc;
box-shadow: 0 0px 14px 0px #ccc;
}

.coupons-section-pay a:hover{
	opacity: 0.8;
	text-decoration: none;
}


.coupons-section-coupon-img{
	margin-bottom: 50px;
}
.custom-coloumns {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.coupons-gift-certificate{
	background: rgba(255, 148, 148, 0.3);
}


.coupons-section-details.coupons-gift-details{
	background: url(../images/gift-coupons-bg-new.jpg) left bottom repeat-x;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}

.gift-certificate-coupon-img{
	border: none;
	border-radius: 30px;

}

.gift-certificate-coupon-img img{
border-radius: 30px;
border-bottom-left-radius:0 ;
border-bottom-right-radius:0 ;

}

.gift-ribbon{
	text-align: center;
}

.gift-ribbon img{
	display: inline-block;
}

.coupons-gift-details .coupons-section-pay a{
	background-color: #fff;
	color: #333;
	box-shadow: none;
}


.market-place-section{
	background-color: rgba(217, 150, 255, 0.3);
}
.market-place-couponname{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 13px 0 0 0;
}

.market-place-couponname a{
	color: #000;
}

.market-place-couponname a:hover{
	color: #EB5167;
	text-decoration: none;
}

.marketplace-coloumns{
	margin-bottom: 35px;
}

.offer-details-home{
	background: #4B5ADE;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 20px;
	color: #F6F6F6;
	margin-top: 0px;
	
}


.offer-details-home-title{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.offer-details-home .btn{
background: #fff;
    font-weight: bold;
    border-radius: 40px;
    color: #4E3BFF;
    padding: 8px 60px;
    font-size: 20px;
    margin: 20px 0 0 0;
}

.offer-details-home .btn:hover{
	opacity: 0.9;
}


.footer-coloumns{
	margin-bottom: 20px;
	font-size: 15px;
}
.footer-logo {
	margin-bottom: 15px;
}

.footer-coloumns-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footer-coloumns a{
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-weight: 200;
}

.footer-coloumns a:hover{
	text-decoration: none;
	color: #EB5167;
}

.footer-coloumns a.footer-mailid{
	color: #5187D5;
}

.footer-firstcoloumn{
	padding-right: 30px;
}

.copyrights{
	text-align: center;
	padding: 10px 10px;
	color: #fff;
	font-size: 15px;
	background: #4B5ADE;
	/* margin-top: 30px; */
}

.categories-coupons-bg{
	border-radius: 0px;
	background: #fff;
    /*border: #b9c1ec solid 1.5px;*/
    box-shadow: 0 0 8px 1px #ccc;
    -webkit-box-shadow: 0 0 8px 1px #ccc;
    border-radius: 10px;
}

.categories-coupons{
	margin: 20px 0;
}
.top-categories-title{
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.top-categories{
	padding: 20px;
}

.top-categories a{
	font-size: 16px;
    display: block;
    font-weight: 200;
    margin-bottom: 15px;
    color: #748DF7;
    
    
    
    transition: 0.8s;
    -webkit-transition: 0.8s;

}

.top-categories a:hover, .top-categories a:focus{
	text-decoration: none;
	color: #333;
	
}

.top-categories a i{margin-right: 3px; }


.top-coupons figure{
	display: block;
	margin:0px auto 4.5px;
	max-width: 80px;

	vertical-align: middle;
	border-radius: 8px;
	
}

.top-coupons figure img{
	box-shadow: 0 0 7px 3px #eee;
-webkit-box-shadow: 0 0 7px 3px #eee;
	vertical-align: middle;
	border-radius: 6px;
}


.top-coupons figcaption{
	font-size: 16px;
	display: inline-block;
}

.top-coupons-main{
	    margin-bottom: 0px;
    display: block;
    padding: 12.3px 15px;
    color: #000;
    text-align: center;

}
/*
.top-coupons-main:first-child{
	border-top-right-radius: 30px;
}

.top-coupons-main:last-child{
	border-bottom-right-radius: 30px;
}
*/

.top-coupons .nav-tabs{
	border-bottom:none ;
}

.top-coupons .nav-tabs>li{
	width: 100%;
}

.top-coupons .nav-tabs>li>a{
	border-radius: 0;
	padding: 21.4px 20px;
	display: block;
	margin-right: 0;
	border: 0;
}

.top-coupons .nav-tabs>li>a:hover,
.top-coupons .nav-tabs>li>a:focus{
	color: #fff;
	background: #2930c9;
}

.top-coupons .nav-tabs>li.active>a,
.top-coupons .nav-tabs>li.active>a:focus,
.top-coupons .nav-tabs>li.active>a:hover{
	border: none;
	outline: none;
	text-decoration: none;
	color: #fff;
	background: #2930c9;
}





.navbar-toggle .icon-bar{
	background: #000;
}

.navbar-toggle{

    border: #000 solid 2px;
}

.mobilesocial {
    background: #fefefe;
    min-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
.mobilesocial p {
    float: left;
    width: 40%;
    font-size: 14px;
}
.mobilesocial a {
    font-size: 14px;
    color: #666666;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 10px;
}

.mobilesocial ul {
    float: left;
    width: 58%;
    list-style: none;
    padding: 0px;
    text-align: right;
    margin-bottom: 0px;
}
.mobilesocial ul li {
    display: inline;
    margin: 0px 5px;
}


.navbar-toggle{
	margin-top: 6px;
}

.sticky{
	transition: 0.8s;
	-webkit-transition: 0.8s;
}


.header-fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 999;

     }


.nav .open>a, .nav .open>a:hover {
    background-color: #d53631;
    border-color: transparent;
    color: #fff;
}

 .nav .open>a:focus{
 	background-color: transparent;
 	color: #000;
 }

.dropdown-menu>li>a{
	padding: 7px 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#d53631;
}


.featured-business-carousal{
	padding: 0 40px;
}

.marketplace-coloumns img{
	border-radius: 20px;
	-webkit-box-shadow: 0 0px 10px 1px #ccc;
    box-shadow: 0 0px 10px 1px #ccc;
}

footer{
	margin-top: 0px;
	background-color: #f5f5f5;
	padding: 30px 0px;
}


.trending-coupons-details summary a:hover{
	text-decoration: none;
	color: #EB5167;
}

.coupons-section-getoffer a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.contact-info-bg{
	background:#728bf2;
	padding:56px 20px 30px;
	text-align: center;
	color: #fff;
	min-height: 212px;
}

.contact-info-bg a {
	color: #fff;
}

.advertisewithusinfo{
	margin-bottom: 30px;
}

.advertisewithusinfo h2{margin-top: 0;}

.advertisewithusinfo img{
	border: #ccc solid 2px;
	width: 100%;
	max-height: 212px;
}

.wp-pagenavi{text-align: center;}


header .navbar{margin-bottom: 4px;}



img.scissor {
    width: 41px;
    position: absolute;
    right: -7px;
    top: -15px;
    z-index: 99;
}


.advertise-heading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
    margin-top: 10px;
    font-size: 28px;
}

.bottom-offer-text{
	
	padding: 10px;
	background: #F2F4FF;
	
}

.offer-text-title{
text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #333;
	margin-bottom: 20px;	
}


.howtoavail-offer li{
	font-size: 17px;
}

.trending-coupons-details .custom-coloumns{
	padding: 0 10px;
}
.coloumn-right{
	text-align: right;
}


.featured-news-heading{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.featured-in-the-news{
	padding: 15px 0 0px;
	text-align: center;
}

.testimonial-name{
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 10px;

}

.featured-news.owl-theme .owl-dots .owl-dot span{
	transition: 0.8s;
	-webkit-transition: 0.8s;
	width: 15px;
	height: 15px;
	margin: 3px;
	background-color: transparent;
	border-radius: 0;
	border: #999 solid 3px;
}
.featured-news.owl-theme .owl-dots .owl-dot.active span,
.featured-news.owl-theme .owl-dots .owl-dot:hover span{
	border-color: #d53631;
	width: 25px;
}

.top-categories-title{
    margin: 0 0 20px 0px;
    font-size: 20px;
    
    color: #d53631;
    
}

.discount-coupon img{
	width: 100%;
}


.featured-news-tabs{
	border: none;
}

.featured-news-tabs.nav-tabs>li.active>a,
.featured-news-tabs.nav-tabs>li.active>a:focus,
.featured-news-tabs.nav-tabs>li.active>a:hover{
	border: none;
	background-color: transparent;
}




.featured-news-tabs.nav>li>a{
	border: none;
	padding: 10px 10px;
}

.featured-news-tabs.nav>li>a:focus,
.featured-news-tabs.nav>li>a:hover,
.featured-news-tabs.nav>li>a.active{
background-color: transparent;
border: none;
}



.featured-news-tabs.nav>li a img {
    max-width: 125px;
opacity: 0.5;
    border-radius: 6px;
    border: #ccc solid 2px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-bottom: 10px;
}

.featured-news-tabs.nav-tabs li.active a img,

.featured-news-tabs.nav-tabs li a:hover img{
	opacity: 1;
	border-color: #d53631;
}



.channle-logo-row {
    background: #fff;
    padding: 20px;
}

.featured-news-tabs.nav-tabs>li {
    float: none;
    margin-bottom: 0px;
    display: inline-block;
}

.featured-news-tabcontent{
	padding-bottom: 20px;
}

.subscription-form {
	position: relative;
}


.btn-join{
	position: absolute;
    right: 0;
    top: 0;
    border-radius: 60px;
    background: #748DF7;
    padding: 5px 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    min-height: 35px;
    outline: none;
}

.subscription-form .form-control {
    border-radius: 60px;
    padding: 5px 19px;
    min-height: 35px;
    font-size: 14px;
    
}

.btn-join:hover, .btn-join:focus{
	background: #d53631;
	color: #fff;
	box-shadow: none;
	outline: none !important;
}





@media(max-width: 1199px){
	.navbar-brand{padding: 10px;}
	header .container{width: 100%;}
	.navbar-brand>img{max-width: 150px;}
	.navbar-nav>li>a {
    padding: 6px 6px;
    font-size: 15px;
    
}

.navbar-nav{margin-top: 10px;}

.top-categories-title{
    
    font-size: 17px;
}

}

@media(max-width: 991px){
.navbar-brand>img{max-width: 100px;}
.navbar-nav>li>a {
    padding: 6px 6px;
    font-size: 13px;
    
}
.navbar-nav {
    
    margin: 10px 0px 0 0;
}


.top-search .btn {
    
    width: 20%;
    
}

.stack-img {text-align: center;}
.stack-img img{display: inline-block;}
.top-coupons-main{text-align: left;}



.top-coupons figure{
	display: inline-block;
    margin: 0px 8px 0 0;
}

}



@media(max-width: 767px){

	.advertisewithusinfo img{max-height: inherit;}
	.owl-theme .owl-nav{ display: none; }
	.navbar-brand{
	padding: 0;
}

.notification-message{
	padding-right: 40px;
}

.save-more h1 {
    
    font-size: 27px;
}

.save-more h4 {
    font-size: 15px;
}

.notification-message{
	margin: 0px 0 20px 0;
}

.top-search{
	padding-left: 20px;
	margin-bottom: 20px;
}
.top-search .search-icon{
	font-size: 25px;
}

.top-search .btn {
    
    padding: 10px 16px;
    font-size: 14px;
    width: auto;
    top: 0;
    margin-bottom: 14px;
}

.navbar-form .form-group .form-control{
	font-size: 15px;
}
.navbar-form .form-group {
    width: 100%;
}


.logos-carousal h2 {
    font-size: 25px;
    
}

.stackyour-savings h2{
	font-size: 25px;
}

.advertise-heading{
	font-size: 20px;
}

.stack-btn {
   
    padding: 7px 20px;
    font-size: 14px;
    
}

.trending-coupons-title {
    
    font-size: 22px;
    
    margin-bottom: 29px;
}


.trending-coupons-save-title{
	font-size: 15px;
}

.offer-details-home-title {
    
    font-size: 28px;
    
}

.marketplace-coloumns figure img{
	display: inline-block;
}
.marketplace-coloumns figure{text-align: center;}

.coupons-section-coupon-img {
    
    text-align: center;
    margin-bottom: 20px;
}

.coupons-section-coupon-img img{
	display: inline-block;
}

.trending-coupons-columns{
margin: 0 0px 30px 0px;
}
.trending-coupons-content {
    padding: 0px 0px;
}

.navbar-collapse{
	padding-left: 0;
}

.navbar-nav>li>a{ font-size: 15px; }

.marketplace-coloumns{margin-bottom: 25px;}

.gift-ribbon img {
    
    max-width: 200px;
}
.navbar-brand>img {
    max-width: 170px;
}

.single-post-box .title-post h1,
.title-section h1{
	font-size: 25px;
}


.trending-coupons-details .custom-coloumns {
    display: block;
    width: 100%;
}

.trending-coupons-details .coloumn-right{
	text-align: left;
}

.trending-coupons-save{min-height: 100px;}

.featured-news-tabs.nav>li>a{
	padding: 0 5px;
}

.featured-news-tabs.nav>li a img{
	max-width: 90px;
}

.channle-logo-row{
	padding-left: 0;
	padding-right: 0;
}


}

@media(max-width: 575px){
  .coupons-section-price {
    
    font-size: 15px;
    
}
.coupons-section-offer{
	font-size: 14px;
}

.custom-coloumns {
    display: block;
    width: 100%;
}

.gift-ribbon img {
    max-width: 134px;
}



.coupons-section-details{
  padding: 20px 6px 10px 6px;
}

.navbar-brand>img{max-width: 130px;}

.mobilesocial a{font-size: 13px;}
.mobilesocial ul li{margin: 0px 0px;}

.top-search .form-control{
	padding: 0 30px 0 40px;
	margin-bottom: 15px;
	border: #ccc solid 1px;
	border-radius: 30px;
	font-size: 15px;

}

.top-search .btn{
	position: relative;
}
.top-search{
	text-align: center;
	border-radius: 0;
	border: transparent;
}

.top-search .search-icon {
   
    margin: 3px 0 0 10px;
    font-size: 20px;

   
}

.see-all a {
    
    padding: 8px 34px;
    
}

.see-all{font-size: 15px;}

.coupons-section-getoffer, .coupons-section-pay{text-align: center;}

.bottom-offer-text{font-size: 18px;}

.featured-news-tabs.nav>li a img{
	max-width: 50px;
}
.featured-news-tabs.nav>li>a {
    padding: 0 3px;
}

.market-place-couponname{
	font-size: 14px;
}

}


@media (max-width: 400px){
.custom-coloumns{width: 100%;} 
}






@media (min-width: 768px){

.navbar-brand{margin-right: 20px;}
.header-fixed .navbar-nav {
    
    margin: 7px 0px 0 0;
}
.header-fixed .navbar-brand{
	padding: 5px 12px;
}
}

@media(min-width: 1200px){
	.navbar-nav {
    float: left;
    margin: 15px 0px 0 0;
}

.header-fixed .navbar-nav {
    
    margin: 16px 0px 0 0;
}


.navbar-brand{
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-brand>img{
	max-width: 200px;
}


}


@media(min-width: 992px) and (max-width: 1199px){
    .top-coupons-main {
    
    padding: 5px 20px;
    
}