* {margin: 0; padding: 0; box-sizing: border-box}
html, body {height: 100%; scroll-behavior: smooth;}
body {
  /* background-color: #fff; */
  /* background-image:url('assets/img/bk-body2.jpg') no-repeat auto; */
  /* background-size: contain, cover; */
  margin:0px;
  padding:0px;
/* font-family: Lobster Two; */
/* font-family: 'Lobster', cursive; */
/* font-family:Gilroy; */
}
.banner {
  /* background: #AAFFA9;  /* fallback for old browsers
background: -webkit-linear-gradient(to top, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6
background: linear-gradient(to top, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+  */
background-image: url(https://rasonwala.infinitmindsdigital.com/assets/img/bk-section.png);
background-size: 100% 100%;
background-repeat: no-repeat;

}
.search {
  border-radius: 5rem;
      background: transparent;
      border: 1px solid #fff;
}
.search-btn {
  border-radius: 5rem;
    padding: 10px;
    color: #004535;
}
.menu {
  /* background: #253e5d78; */
    color: #fff;
    background-color: #f9f9f9;
}
a, a:hover{
  text-decoration:none;
}
.f3 {
  font-size:3rem;
}
.owl-nav{
  display:none;
}
.pb15 {
  padding-bottom:15%;
}
.logo {
  width:270px;
}
.header-1 {
/* font-family: adobe-garamond-pro; */
/* font-family: Lobster Two; */
font-size: 30px;
font-style: italic;
font-weight: 500;
letter-spacing: normal;
line-height: 28.799999237060547px;
text-transform: none;
color:rgb(51, 50, 50);
}
.header-2 {
/* font-family: proxima-nova; */
/* font-family: 'Lobster', cursive; */
font-size: 24px;
font-style: normal;
font-weight: 500;
/* letter-spacing: 2px; */
/* line-height: 29.700000762939453px; */
/* text-transform: uppercase; */
color: #535356fa;
}
@media only screen and (max-width: 600px) {
  .pb15 {
    padding-bottom:50%;
  }
  .logo {
    width:200px;
  }
  .search {
    width:auto;
  }
  .card-img-top {
    height: 150px !important;
    margin: auto;
}
.footer {
    background-image: url(https://rasonwala.infinitmindsdigital.com/assets/img/Footer.png);
    /* color: #fff; */
    /* opacity: 0.7; */
    /* background-size: cover; */
    background-size: contain;
    height: 320px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
}
.btncart {
  border-radius:5rem;
  font-size:12px;
}
.ptitle {
  /* color: #fff; */
font-size: 14px;
font-family: Celias,Helvetica;
  list-style-type: none;
}
.cimg {
  width:150px;
}
.bk-color {
  background-color: #f9f9f9;
}
.row > ul >li {
  list-style-type: none;
}
.footer {
  background-image: url(https://rasonwala.infinitmindsdigital.com/assets/img/Footer.png);
/* color: #fff; */
/* opacity: 0.7; */
/* background-size: cover; */
background-size: 100% 100%;
height: 400px;
}
.bg-testimonial {
  background-image:url(https://ik.imagekit.io/houseofcoders/wp-content/uploads/2017/10/testimonial-bg.jpg);
}
.timg {
  width:70px;
}
.social > li {
  /* float:left; */
  list-style-type: none;
  display:inline-block;
  color:white;
  padding: 0 10px 0 10px;
  vertical-align: middle;

}
.social-icon {
  width:30px;
  margin:5px;
}
.play-icon {
  width:100px;
}
/* Zoom Hover */
.zoom {
  /* padding: 50px; */
  /* background-color: green; */
  transition: transform .2s;
  /* width: 200px;
  height: 200px; */
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
/* End */
/* For registration Page */
.inner-header {
  /* background: #1D976C;
background: -webkit-linear-gradient(to top, #93F9B9, #1D976C);
background: linear-gradient(to top, #93F9B9, #1D976C);  */
/* background: linear-gradient(to right, #74d9bf, #47d3d2);
background: -webkit-linear-gradient(to right, #74d9bf, #47d3d2) !important; */
background: #38EE88;
}
.inner-logo {
  width:190px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    /* background-color: #007bff; */
    /* background: #11998e !important;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e) !important;
    background: linear-gradient(to right, #38ef7d, #11998e) !important; */
    /* border:none; */
    background: linear-gradient(to right, #74d9bf, #47d3d2);
    background: -webkit-linear-gradient(to right, #74d9bf, #47d3d2) !important;
}
a {
    color: green;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
  color: green;
  text-decoration: none;
  background-color: transparent;
}

.nav-link {
    display: block;
    padding: .2rem 1rem;
}
#nav1 {
  border: 1px solid #74d9bf;
  border-right:none;
  border-radius: 5px 0px 1px 5px;
}

#nav2 {
  border: 1px solid #74d9bf;
  border-left:none;
  border-radius: 0px 5px 5px 1px;
}
.btn-gradient-success {
  color:#fff;
  /* background: #11998e !important;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e) !important;
  background: linear-gradient(to right, #38ef7d, #11998e) !important; */
  background: linear-gradient(to right, #74d9bf, #47d3d2);
  background: -webkit-linear-gradient(to right, #74d9bf, #47d3d2) !important;
}
.register-form input {
    border: none;
    border-bottom: 1px solid #74d9bf;
    border-radius: 0px;
}
.register-form input:focus {
    border: none;
    border-bottom: 1px solid #74d9bf;
    border-radius: 0px;
}
.login-form input {
  border: none;
    border-bottom: 1px solid #74d9bf;
    border-radius: 0px;
}
.login-form input:focus {
  border: none;
    border-bottom: 1px solid #74d9bf;
    border-radius: 0px;
}
.social-login > li {
    /* float: left; */
    list-style-type: none;
    display: inline-block;

}
/* End */
.shopgrid-bg {
  background-image: url(https://s3-ap-southeast-1.amazonaws.com/spaculus/cdns/images/shopping-bg.jpg);
}
.table th, td {
  text-align:center;
}

.font-gradient {
  color:  #74d9bf;
}
.f5 {
  font-size: 30px;
}
.cat-banner {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZgGfcLvmJ7BnMP6KKvJIf7QREfq-R6xz4IS7GJderlX7CmR9GUg&s);
background-size: cover;
}

#loc {
  background: transparent;
    color: white;
    font-size: 12px;
    padding: 5px;
    border: none;
}
#loc select::-ms-expand {
    display: none;
}
/* .catimage {
  height: 130px;
    width: 250px;
}*/
.card-img-top {
  /* width:200px; */
  height:200px;
  margin:auto;
}
.bk-topseller {
background: #6D6027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #D3CBB8, #6D6027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #D3CBB8, #6D6027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.contact-details {
  background: #3CA55C;
background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C);
background: linear-gradient(to right, #B5AC49, #3CA55C);
border-radius: 20px 100px;
color:#fff;
}
.strike {
  text-decoration: line-through;
}
