@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html,
body {
  height: 100%;
  font-weight: 400;
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}

a:focus {
  outline: 0px solid
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  border-radius: 8px;
}

p {
  margin: 0 0 15px;
  color: #626262;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #ec4445;
  text-decoration: none;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

.container-fluid {
  padding: 0px 60px;
}

header {
  position: fixed;
  width: 100%;
  height: auto;
  border-bottom: 0px;
  padding: 0;
  z-index: 999;
  background: #fff;
}

.top_header {
  background: #454545;
  padding: 8px 0px;
}

.header_menu ul{
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.header_menu ul li {
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 0px;
  display: inline-block;
  border-right: #fff 1px solid;
  line-height: 16px;
}

.header_menu ul li:last-child {
  border-right: #fff 0px solid;
}

.header_menu ul li a{
  color: #fff;
  font-size: 14px;
}


.top-txt{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.logo {
  padding: 25px 0px;
}

.logo-img img{
  height: 60px;
  width: auto;
}

.main_menu {
  width: auto;
  float: right;
  padding-top: 10px;
}

.navbar-light .navbar-nav .nav-item{
  display: inline-block;
  padding: 0px 5px;
  margin-top: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
  font-size: 13px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FF9F2D;
}

.navbar-light .navbar-nav a.nav-link.donate-btn {
  background: #871554;
  border-radius: 2px;
}

.navbar-light .navbar-nav a.nav-link.donate-btn:hover {
  background: #000;
  color: #fff;
}

.navbar-light .navbar-nav .nav-item.headercort {
  width: auto;
  height: 36px;
  position: relative;
  margin-top: 0px;
}

.navbar-light .navbar-nav .nav-item.headercort a{
  padding-top: 5px;
}

.navbar-light .navbar-nav .nav-item.headercort svg {
  width: auto;
  height: 36px;
}


.navbar-light .navbar-nav .nav-item.headercort span.no {
  position: absolute;
  right: 0px;
  top: 10px;
  background: #CD3232;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
}

.navbar-light .navbar-nav .nav-item.login a {
  background: #F0F0F0;
  width: 90px;
  text-align: center;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-item.login a:hover {
  background: #454545;
 color: #fff;
}

.navbar-light .navbar-nav .nav-item.signup a {
  background: #CD3232;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.navbar-light .navbar-nav .nav-item.signup a:hover {
  background: #454545;
 color: #fff;
}

.homepage_slider {
  width: 100%;
  display: inline-block;
  height: 100vh;
  position: relative;
  padding: 0px;
}

.homepage_slider img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 99;
}

.slider-cont{
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 99;
  text-align: center;
}

.slider-cont .cont{
  display: table;
  height: 400px;
  width: 100%;
}

.slider-cont .cont span {
  display: table-cell;
  vertical-align: middle;
}


.slider-cont h1 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  padding: 20px 0px;
  margin: 30px 0px 0px;
  display: inline-block;
  width: 100%;
}

.slider-cont h1 span {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block !important;
}

.seaechbox {
  width: 40%;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
}

.seaechbox input[type="text"] {
  width: calc(100% - 150px);
  float: left;
  border: 0px;
  background: none;
  height: 50px;
  margin-left: 10px;
  padding: 0px 15px;
  outline: 0px;
}

.seaechbox  input.search_btn {
  background: #CD3232;
  width: 140px;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  height: 50px;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
}

.seaechbox input.search_btn:hover {
  background: #454545;
 color: #fff;
}

section{
  padding: 40px 0px;
}

.heading{
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.heading h3{
  font-size: 36px;
  color: #454545;
  width: auto;
  display: inline-block;
}

.heading .all_btn {
  float: right;
  width: auto;
  color: #CD3232;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  border-bottom: #cd3232 2px solid;
}

.heading .all_btn:hover {
  border-bottom: #cd3232 0px solid;
}

.trending_col {
  width: 100%;
  background: #FDFDFD;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.trending-img{
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  height: 120px;
  display: table;
}

.trending-img span{
 vertical-align: middle;
  display: table-cell;
}
.trending-img img {
  max-width: none;
  max-height: 60px;
  display: inline-block;
}

.trending_col h5 {
  border-top: #EAEAEA 1px solid;
  padding-top: 15px;
  margin-top: 15px;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.trending_col p {
  color: #484848;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.trending_col a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

span.verified{
  color: #484848;
  font-size: 16px;
  width: 100%;
  float: left;
  padding: 20px 0px 0px;
}

span.verified span.ic {
  color: #484848;
  font-size: 16px;
  background: #68D043;
  width: 24px;
  height: 24px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 22px;
}

span.verified span.ic svg {
  height: auto;
  width: 15px;
}


a.getthedeal_btn {
  background: #CD3232;
  width: 100%;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;

}

a.getthedeal_btn:hover {
  background: #454545;
 color: #fff;
}


section.restaurants {
  background: #F5F5F5;
  text-align: center;
}

section.restaurants p {
  margin-bottom: 40px;
  width: 70%;
  display: inline-block;
}

.restaurants-logo {
  border: 2px solid #E4E4E4;
  background: #fff;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 160px;
  margin: 1%;
  display: inline-block;
}

.restaurants-logo img {
  width: 90px;
  height: auto;
}


.restaurants a.all_btn {
  background: #CD3232;
  width: 200px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;

}

.restaurants a.all_btn:hover {
  background: #454545;
 color: #fff;
}

.restaurants a.all_btn svg{
  margin-left: 10px;
}

.restaurants a.all_btn svg path{
  fill: #fff;
}


.mothersday .trending_col a {
  color: #CD3232;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

footer {
  background: #454545;
  padding: 40px 0px 0px;
  position: relative;
  z-index: 999;
}

footer h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}



footer ul li{
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 0px 10px;
  margin: 0px;
  font-weight: 400;
}

footer ul li a{
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

footer ul li a:hover{
  color: #CD3232;
}

.footer_menu ul li{
  padding: 0px 0px 10px;
}

footer p{
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 400;
}

footer p a{
  color: #C7C7C7;
}

.copy-footer {
  background: #3C3C3C;
  padding: 20px 0px 15px;
}

.copy-footer p {
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

.copy-footer p a{
  color: #C7C7C7;
}

.copy-footer p a:hover {
  color: #CD3232;
}

