/*--------helping css---------*/
.color-green{
	color: #46ce90;
}

.bg-green{
	background-color: #46ce90;
}

.color-blue{
	/*color:#314555;*/
	color:#519CDE;
}

.bg-blue{
	background-color: #519CDE;
}

.third-color{
	color:#DE1010;
}

.bg-third{
	background-color: #DE1010;
}

/*------mainbody css--------------*/

body{
	background-color: #ECF1F7;
}

@media (min-width: 1200px){
.container {
    max-width: 1250px;
}
}

/*--------navbar css-----------*/

/*.navbar-brand{
	color: #314555;
	font-size: 30px;
	font-weight: bold;
}
.navbar-nav .active a{
	color:#3490DC;
}
.nav-item a{
	margin-right: 12px;
	color:#ffffff !important;
}
.nav-item i{
	color: #46ce90;
	padding-right: 5px;
}

.nav-item img{
	width:40px;
	height:30px;
	margin-right: 10px;
}*/
/*.navbar-light .navbar-nav .nav-link:hover{
	border-bottom: 2px solid #46ce90;
    transition: 1s ease;
}*/



/*------------user landing page css------------*/

.home-banner{
	background-image: url('../img/architecture-1868667_1920.jpg');
	background-size: cover;
	height:90vh;
}

.home-banner h1{
	font-size: 80px;
	font-weight: bold;
	color:#fff;
	margin-top: 120px;
}
.home-banner form{
	margin-top:70px;
}

.home-banner p{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	
}
.home-banner .drp-below-text{
	font-size: 17px;
	font-weight: 400;
	color:#fff;
	opacity: 0.8;
}

/*--------search form top------------*/

.form-search label{
	color:#fff;
	font-size: 20px;
}
.form-search input{
	padding:20px 10px;
}

.btn-search{
	background-color: #de1010;
	color:#fff;
}


/*--------all offer page slider---------*/

.offer-slider img{
	height: 300px;
}

.section-heading{
	font-size: 20px;
	font-weight: 700;
}

/*----------Top brand section-----------*/

.top-brand .col{
	min-width: 20%;
}
.brand-logo{
	/*margin:10px;
	padding: 20px;
	box-shadow: 0 0 5px #ccc;*/
	background-color: #ffffff;
	display: table-cell;
    width: 20%;
    height: 110px;
    vertical-align: middle !important;

}
.brand-logo img{
	max-width: 110px !important;
}

}
.brand-logo:hover{
	/*margin:10px;
	padding: 20px;
	box-shadow: none;
	border:1px solid #ccc;*/
}


.brand-name{
	color:#000;
	font-weight: bold;
}

/*
-----------all offer box section----------*/

.offer-box{
	border:1px solid #ccc;
	margin-bottom: 20px;
	height:465px;
	position: relative;
}

.offer-box:hover{
	border:none;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
}
.offer-box .offer-img{
	border-bottom: 1px solid #ccc;
}

.offer-box .offer-img img{
	width:100%;
	height: 180px;
}
.offer-title{
	height:60px;
}
.offer-title a{
	color:#000;
	text-decoration: none;
	font-size: 20px;
}

.offer-box .offer-locat{
	font-size: 13px;
	margin-bottom: 5px;
}

.offer-box .offer-dates{
	font-size: 13px;
	margin-bottom: 5px;
}
.offer-price-like{
	height:40px;
	margin-top: 15px
}
.offer-pricing{
	font-size: 20px;
	color:#46ce90;
	margin-bottom:0;
}
.offer-pricing strike{
	color:#FF3100;
	font-size: 17px;
}
.rating i{
	color: #FF3100;
}

.btn-offer-like{
	border:1px solid #46ce90;
	color:#46ce90;
	font-size: 13px;
	border-radius: 5px;
	background-color: transparent;
    padding: 0 5px;
}

.view-offer-btn{
	background-color: #46ce90;
    padding: 5px;
    bottom:0;
}
.view-offer-btn a{
	color: #fff;
	text-decoration: none;
}


/*-------user alloffer sidebar-------*/

/*

.left-sidebar-filter .card{
	border:none !important;
	padding: 0;
}

.left-sidebar-filter .card-header {
	background-color: #fff;
    font-weight: bold;
    color: #717f86 !important;
	font-size: 16px !important;
	padding: 12px 14px;
	border-top: 1px solid rgba(0,0,0,.125);
}

.left-sidebar-filter .card-header i{
	color:#46ce90;
	margin-right: 10px;
}

.left-sidebar-filter .card-body{
	padding:0;
}

.search-filter-list{                     
	list-style: none;
	padding: 0;
}

.search-filter-list li{
	border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.search-filter-list li .active{
	font-weight: bold;
}

.search-filter-list li:last-child{
	border-bottom: none;
}

.search-filter-list li:hover{
	background-color: #46ce90;
}

.search-filter-list li a{
	color:#717f86 !important;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
}
.search-filter-list li:hover a{
	color:#fff !important;
}

.search-filter-list li i{
	font-size: 15px;
    width: 40px;
    margin-right: 20px;
    color: #46ce90;
    border-right: 1px solid #ddd;
    text-align: center; 
}
.search-filter-list li:hover i{
    color: #fff; 
    border-right: 1px solid #fff;
}


.custom-chkbox{
	width:15px;
	height:15px;
}*/





/*----------all offer tabs---------*/

.nav-tabs{
	width:100%;
}


/*------user offer info page------*/

.offerinfo-desc h3 a{
	color: #519CDE;
	font-weight: bold;
}



.btn-like{
	font-size: 13px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 2px 18px;
	background-color: #46ce9099;
	margin-right: 12px;
}

.btn-spam{
	font-size: 13px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 2px 18px;
	background-color: #ff000059;
}


.offerinfo-desc p strong{
	color: #000;
}
.nav-tabs{
	width:100%;
}
/*.offerinfo-tab ul li{
	font-weight: bold;
	font-size: 16px;
	width:25%;
	text-align: center;
	padding:12px 0;
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
	background-color: #53DC92;
}
.offerinfo-tab ul li a{
	color:#fff;
	text-decoration: none;
}
.offerinfo-tab ul li.active{
	background-color: #519CDE;
}
.offerinfo-tab ul li:hover{
	background-color: #DE1010;
}
.offerinfo-tab ul li.active a{
	color:#fff;
	text-decoration: none;
}
.offerinfo-tab ul li:hover a{
	color:#fff;
}*/

#other-locatn strong{
	border: 1px solid #DE1010;
    color: #DE1010;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 5px;
}


.h-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.h-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}
.h-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #DE1010;
}

.offerinfo-related ul li{
	list-style: none;
}

.related-offer-date{
	font-size: 13px;
}
.related-offer-pricing{
	font-size: 16px;
	color:#46ce90;
}
.related-offer-pricing strike{
	color:#FF3100;
	font-size: 11px;
}

/*----------admin area pages-------------*/

.page-head{
	background-color: #00bcd5;
	padding:7px;
}
.page-head h2{
	font-size: 18px;
	font-weight:600;
	color: #fff;
}
.row-table-custom{
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

/*
---------footer css-------*/

#footer h1, #footer h4, #footer p{
	color:#fff;
}


.footer-list{
	margin-top: 30px;
	padding-left: 0;
}

.footer-list li{
	color:#fff;
	list-style: none;
	margin-bottom: 20px;
}

.h-title-green{
	position: relative;
}

.h-title-green:before{
	content: "";
    height: 3px;
    width: 50px;
    background: #de1010;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
.subscribe-text{
	margin-top: 30px;
}

.category-nav ul{
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin:0;
}

.category-nav ul li{
	color:#000000;
	font-weight: bold;
}
.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 18px;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #519CDE;
}


/*------------------user-new2--------------*/

.heading-new2{
	font-weight: bold;
	font-size: 30px;
}
.brand-logo-new2{
	border:1px solid #ccc;
}
.offer-tab-new2 ul{
	display: flex;
	justify-content: space-around;
}
.offer-tab-new2 .nav-tabs{
	border-bottom: none
}
.offer-tab-new2 ul li a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	padding: 13px 50px;
    border-radius: 35px;
    border:2px solid #519CDE;
}
.offer-tab-new2 ul li a:hover{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #519CDE;
	padding: 13px 50px;
    border-radius: 35px;
    border:2px solid #519CDE;
}
.offer-tab-new2 ul .active a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #519CDE;
	padding: 13px 50px;
    border-radius: 35px;
    border:2px solid #519CDE;
}
.btn-blue-outline2{
	color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #519CDE;
    padding: 10px 40px;
    border: 2px solid #519CDE;
    font-size: 16px;
}
.category-nav2 ul{
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin:0;
}

.category-nav2 ul li a{
	color:#000000;
	font-weight: bold;
	padding: 0 20px;
}
.category-nav2 ul li .active{
	color: #000000;
    font-weight: bold;
    padding: 0 20px;
    border-bottom: 3px solid #de1010;
    padding-bottom: 15px;
}

/*.category-nav2 ul li{
	background-image: url('../img/small-button-org.png');
}*/


/*------------------user-new3--------------*/

.offer-tab-new3 ul{
	display: flex;
	justify-content: space-around;
}
.offer-tab-new3 .nav-tabs{
	border-bottom: none
}
.offer-tab-new3 ul li a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	padding: 13px 50px;
    border-radius: 1px 25px;
    border:2px solid #519CDE;
}
.offer-tab-new3 ul li a:hover{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #519CDE;
	padding: 13px 50px;
    border-radius: 1px 25px;
    border:2px solid #519CDE;
}
.offer-tab-new3 ul .active a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #519CDE;
	padding: 13px 50px;
    border-radius: 1px 25px;
    border:2px solid #519CDE;
}

.brand-logo-new3{
	background-color: #ffffff;
	border-radius: 1px 30px 1px 30px;
}

.brand-logo-new3:hover{
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
	cursor: pointer;
}

.todays-offer{
	position: relative;
	/*background-color: rgb(81,156,222,0.8);*/
	/*background: linear-gradient(135deg, rgba(81,156,222, 0.9), rgba(138, 136, 136, 0.59) 100%);*/
	transition: all 0.8s ease;
	background: #373B44;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.todays-offer span{
	position: absolute;
	top:40%;
	left:42%;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	display:none;
}

.todays-offer:hover span{
	position: absolute;
	top:45%;
	left:45%;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	display:block;
	opacity: 1;
	transition: all 0.8s ease;
}
.todays-offer:hover img{
	opacity: 0.1;
	transition: all 0.8s ease;
}




.dash4-cat .card h5{
  font-size: 15px !important;
  color:#000000;
  margin-bottom: 10px;
}
.dash4-cat .card h2{
  font-size: 22px !important;
  font-weight: 100;
  line-height: 20px !important;
  color:#000000;
  text-align: left;
}


.dash4-cat .card{
  background-color: #fff;
    border-color: #fff;
    color: rgba(0,0,0,.87);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 3px;
    position: relative;
}
.dash4-cat .cat-icon{
    position: absolute;
    top: -20px!important;
    padding: 5px;
    right: 0;
    margin-right: 10px;
    border-radius: 5px;
    border:1px solid #519CDE;

}
.dash4-cat .card-body{
  position: relative;
  color: #000;
  text-align: left;
  margin-top: 50px;
}
.dash4-cat .card-footer{
  padding: 5px;
  background-color: #ffffff;
}
.dash4-cat .card-footer p{
    margin:0;
    font-size: 13px !important;
  font-weight: 700;
  color:#9e9e9e !important;
}
.dash4-cat .card-footer p a{
  color:#de1010 !important;
}




.dash3-cat .card{
  border:none !important;
  border-top: 2px solid #e7eaec !important;
}

.dash3-cat .card-header{
  background-color: #519CDE;
}

.dash3-cat .card h4{
  font-size: 24px !important;
  font-weight: 400;
  color:#ffffff;
}
.dash3-cat .card h5{
  font-size: 14px !important;
  font-weight: 600;
}
.dash3-cat .card p{
  margin-top:20px;
  margin-bottom:0;
}
.dash3-cat .card p a{
  font-size: 16px !important;
  font-weight: 600;
  /*color:#000000;*/
}


.heading-new2 span{
  font-size: 25px;
  color:#000000;
}

.heading-new2 span{
  position: relative;
}
.heading-new2 span::before, .heading-new2 span::after{
  	content: "";
    position: absolute;
    border: 1px solid #de1010;
    width: 60px;
    top: 16px;
}
.heading-new2 span::before{
    right: 100%;
    margin-right: 20px;
}
.heading-new2 span::after{
    left: 100%;
    margin-left: 20px;
}


.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}