* {
  margin: 0 auto;
  list-style: disc;
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

body {
  text-align: center;
  background-color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ff7f6a;
}

a:not([href]):not([tabindex]),
a {
  color: white;
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

h1 {
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 25px;
}

h2{
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 35px;
  color: #b96704;
}

h5{
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 25px;
  color: #b34d00;
}

h6{
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #ab5700;
}

.banner_mob{
  display: none;
}

.logo{
  width: 130px;
}

.highlights_utsav{
  background-color: #ebc21c;
}

.highlights_utsav_box {
  height: 240px;
  width: 240px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.brands img{
  width: 130px;
  padding: 14px;
  margin-bottom: 35px;
}

.brands img:hover{
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  cursor: pointer;
  border-radius: 8px;
}

footer ul li{
  display: inline-block;
  margin-right: 15px;
}

.maps iframe{
  width: 100%;
}

footer ul li:last-child{
  margin-right: 0px;
}

.wrapper {
  margin: 2em;
  min-height: 600px;
}

.tabs-holder .nav-tabs {
  border-bottom: 0;
  align-self: flex-end;
}

.tab-content {
  padding: 1em;
}

.tabs-holder {
  flex-grow:1; 
}

.tabs-holder .nav-tabs {
  justify-content: flex-end;
}

.nav-tabs-dropdown a.active::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-tabs-dropdown a.active:empty::after {
  margin-left: 0;
}
.nav-tabs-dropdown a:not(.active) {
  display: none;
}
.gallery a{
  color: black !important;
}
.gallery ul li{
  margin: 0;
  list-style-type: none;
}
.nav-tabs .nav-link.active{
  color: #e02a27 !important;
  border-color: #e02a27 !important;
}

.things_shop .single-img {
  position: relative;
  float: left;
  margin: 0 1%;
}

.things_shop .image {
  display: block;
  width: 100%;
  height: auto;
}

.things_shop .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000008c;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.things_shop .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}


@media(max-width:767px) {
  .banner_mob{
    display: block;
  }
  .banner_desk{
    display: none;
  }
  footer ul:first-child{
    margin-bottom: 20px;
    text-align: center !important;
  }
  h2{
    font-size: 25px;
  }
  h5{
    font-size: 20px;
  }
  h6{
    font-size: 18px;
  }
}

@media(max-width:374px) {

}