.cat-item {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
  border-left: 15px solid #90114f;
}
.cat-item .title {
  color: #a2185b;
  background-color: #f6e9ef;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}
.shop-block {
  visibility: visible;
  animation-delay: 0.6s;
  animation-name: fadeInUp;
  border-radius: 20px;
  border: 2px solid #a71a5f;
  background: #fff;
}
.shop-block-content {
  background: #fff;
  /* padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s; */
  position: relative;
  border: 10px solid #fff;
}
/* .shop-block-content:hover {
    border-color: #e864a4;
} */
.shop-block-content h3 {
  text-transform: uppercase;
  margin-bottom: unset;
  padding-bottom: unset;
  color: #e864a4;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shop-block-content h3:hover {
  letter-spacing: 1px;
}
.sub-title {
  font-size: 24px;
  color: #e864a4;
  margin: 0 0 25px 0;
  text-align: center;
  opacity: 0.8;
  font-weight: 700;
  line-height: 25px;
}
.bgpink {
  background-color: #fce9f2;
}
.bgdarkpink{
  background-color:#A2185B;
}
.bgviolet{
  background-color:#884cd2
}
.text-violet{
  color:#884cd2;
}
.text-darkpink {
  color: #a2185b;
}
.text-brandpink{
  color:#ff4880;
}
.text-lightpink {
  color: #e864a4;
}
.position-relative{
  position: relative !important;
}
.profile {
  height: 100px;
  overflow: auto;
}
.profile-title {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.shop-block ul {
  list-style: none;
  margin: 0px 0 25px 0;
  padding-top: unset;
  padding-bottom: unset;
  margin-top: unset;
  margin-bottom: unset;
}
.shop-block li {
  /* padding: 12px 0;
  border-bottom: 1px dotted #fce9f2;
  color: rgba(22, 21, 21, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; */
  /* padding: 6px 60px; */
    padding: 6px 0;
    border-bottom: 1px dotted #fce9f2;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shop-block li:last-child {
  border-bottom: none;
}
.shop-block span {
  /* color: rgba(22, 21, 21, 0.6); */
  color:#000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shop-block .add-on {
  color: #e864a4;
  font-size: 25px;
  font-weight: 600;
}
.mt-10 {
  margin-top: 10px;
}
.tab-pane p {
  font-size: 32px;
  text-transform: capitalize;
}
.tab-pane h5 {
  text-transform: capitalize;
}
#search-form .select2-container--default .select2-selection--single {
  border-radius: 20px;
  width: 100% !important;
  background-color: #f3f3f3;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--bs-body-color);
}
#search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 2.375rem;
}
.row-one-cat img {
  border-radius: 10px;
  width: 100%;
  height: 435px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 20px;
}
.row-two-cat img {
  width: 100%;
  /* height: 420px; */
  height: 100px;
  /* object-fit: cover; */
  object-fit: fill;
  object-position: bottom;
  border-radius: 20px;
}
.footer-links ul li a {
  text-transform: capitalize;
}
.pothys {
  /* font-size: 30px !important; */
  font-size: 14px !important;
}
#dynamic_page ul {
  color: #a2185b;
  background: white;
  font-size: 18px;
}

#dynamic_page li {
  list-style: none;
  padding: 5px 5px;
}

#dynamic_page li::before {
  content: "\00BB";
  padding-right: 5px;
}
#dynamic_page h5 {
  margin: 10px 0px;
  font-size: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #A71A5F;
}
.area-result {
  font-style: normal;
  background-color: #e1f2f9;
}
.tab-class ul li.nav-item a {
  border-radius: 10px;
  background: #e864a4;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
/* .tab-class .nav li:first-child {
    border:none;
    border-radius: 10px;
  }
.tab-class .nav li{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.tab-class .nav li:last-child {
    border:none;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
} */

.tab-class ul.nav {
  background: #fff;
  display: grid;
  grid-template-columns: auto auto auto;
  margin: 0px 0 10px 0;
  border: none;
}
.tab-class ul.nav li {
  border: none;
}
.tab-class .nav .nav-item a {
  text-transform: capitalize;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.tab-class .nav .nav-item a.active {
  background: #fff;
  color: #e864a4;
}
.tab-class ul li .active {
  background: #fff;
  border-radius: 10px;
}
.tab-pane .additionai-info {
  /* display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px; */
  text-align: left;
}
.tab-pane .profile-info {
  /* color: rgba(22, 21, 21, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; 214.286% */
  color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.additionai-info h4 {
  text-align: left;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.additionai-info ul {
  padding-left: 1em;
}
.additionai-info ul li a {
  color: #e864a4;
}
.social-media h4 {
  text-align: left;
  /* color: rgba(22, 21, 21, 0.6); */
  color:#000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.social-media ul {
  text-align: left;
}
.social-media li{
  padding: 6px 30px;
}
.social-media ul li a {
  font-size: 12px;
  color: #e864a4;
}
.circle-icon {
  background: #e864a4;
  padding: 9px;
  border-radius: 50%;
  color: white;
}
.scroll-left {
  /* height: 50px;
  overflow: hidden;
  position: relative; */
  color: #FCFF66;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  transform: translateX(100%);
  animation: scroll-left 25s linear infinite;
}
.center-ul{
  margin: auto;
  width: 50%;
  padding: 6px;
}

/* Move it (define the animation) */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#counts {
  padding: 4px 0px;
}
.quick-form input {
  clear: both;
  width: 100%;
  float: left;
  border: 1px solid rgba(33, 34, 40, 0.2);
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
}
.quick-form input[type="submit"] {
  color: white;
  font-size: 16px;
  line-height: 19px;
  background: #901250;
  padding: 10px 25px;
  margin-top:4em;
  border: none;
}
#hero-slider .swiper,
#hero-slider .card {
  border: 5px solid #a71a5f;
  border-radius: 30px;
  text-align: center;
}
.store .swiper{
  border: 5px solid #a71a5f;
  border-radius: 30px;
  text-align: center;
}
#hero-slider iframe {
  border: 2px solid #a71a5f;
  border-radius: 30px;
}
a:hover {
  color: #fff;
}
.pd-right-60 {
  padding-right: 60px;
}

/* #hero-slider  .testimonials-slider{
 border:none; 
} */
.footercontent .purecounter {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.footercontent .kclass {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.content-text p{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
 text-align: justify;
}
.content-view{
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
  background: #fff;
  padding: 25px 0 25px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  border: 3px solid #a71a5f;
}
.content-view h2{
  color: #161515;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
.section-heading h3{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color:#A2185B
}
.section-heading h3:after {
  content: '';
  position: absolute;
  background-color:#A2185B;
  width: 123px;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 10px;
}
.mag-item{
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}
.mag-item:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none;
}
#filterButton{
  color: white;
    font-size: 16px;
    line-height: 19px;
    background: #901250;
    padding: 10px 25px;
    border: none;
    width: 80%;
    text-align: center;
}
.pdfbutton,a.pdfbutton:hover,.view-pdf,a.view-pdf:hover{
  color: white;
  font-size: 16px;
  line-height: 19px;
  background: #901250;
  padding: 10px 25px;
  border: none;
}
.tab-class h6{
font-size: 16px;
}
.grid-view h3{
  color:#fff;
  font-size: 18px;
  text-transform: capitalize;
}
.filter{
  display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 40px;
}
.grid-container{
  border-radius: 20px;
  background: #A2185B;
  border: 1px solid #A2185B; 
  color:#fff;
}
.no-record p{
  text-align:center;
  font-size:24px;
  border-radius: 20px;
  font-weight: 600;
  color: #A2185B;
  background: #F3F3F3;
}
@media (max-width: 1200px){
  .tab-class h6{
    font-size: 11px;
    } 
}
@media (min-width: 992px) and (max-width: 1200px){
  #header .logo{
    width: 230px;
  }
  #hero-slider{
    margin-top: 12%;
    }
  #footer .logo{
    width: 230px;
  }
  .footercontent {
    font-size: 12px;
  }
  .logo-text-footer,.logo-text-footer:hover{
    font-size: 10px;
  }
  .logo-text,.logo-text:hover{
    font-size: 14px;
  }
  .footerheading{
    font-size: 12px;
  }
  #footer .footer-top .footer-links ul a, #footer .footer-top .footer-links ul a:hover{
    font-size: 12px;
  }
  .quick-form input{
    font-size: 0.700em;
  }
  .tab-class h6{
    font-size: 9px;
    }
    .has-search .form-control{
      width: 275px;
    }
    .list-autocomplete{
      width: 275px !important;
    }
    .navbar a, .navbar a:focus{
      font-size: 14px;    
      padding: 10px 0 10px 20px;
    }
    .pothys {
      font-size: 11px !important;
  }
 
  .openbtn {
  padding: 5px !important;
  margin-bottom: 5px !important;
  font-size: 8px !important;
}
.address {
  font-size: 9px !important;
}
.tab-class .nav .nav-item a{
  padding: 0.8rem!important;
}
.tab-class .nav .nav-item a.active{
  padding: 0.8rem!important;
}
.shop-block-content h3{
  font-size:18px;
}
.shop-block span{
  font-size:12px;
}
.tab-pane .profile-info{
  font-size: 12px;
  line-height: 20px;
}
.profile {
  height: 185px;
}
}
@media (max-width: 992px) {
  #hero-slider{
    margin-top: 22%;
    }
  .tab-class h6{
    font-size: 10px;
    }
  #footer .logo{
    width: 282px;
  }
  .footercontent {
    font-size: 14px;
  }
  #dynamic_page h5 {
    font-size: 14px;
  }
  #dynamic_page p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .tab-class h6{
    font-size: 10px;
    }
  #hero-slider .swiper, #hero-slider .card{
height: auto;
  }
  .filter{
    grid-column-gap: 3px !important;
  }
  #pdfContainer{
    margin-top: 0.5rem!important;
  }
  #filterButton{
    width:100%
  }
  .grid-view h3{
    /* font-size:10px!important; */
    text-transform: capitalize;
  }
}
@media (min-width: 1200px)and (max-width: 1400px) {
  .brand-margin{
    margin-top:15px;
    margin-bottom: 10px;
  }
  .brand-img{
    height:150px !important;
  }
  #header .logo{
    width: 300px;
  }
  #footer .logo{
    width: 300px;
  }
  .footercontent {
    font-size: 16px;
  }
  .logo-text, .logo-text:hover{
    font-size: 16px;
  }
  .logo-text-footer,  .logo-text-footer:hover {
    font-size: 12px;
  }
  .tab-class h6{
    font-size: 10px;
    }
    .has-search .form-control{
      width: 275px;
    }
    .list-autocomplete{
      width: 275px !important;
    }
    .navbar a, .navbar a:focus{
      font-size: 14px;
    }
    .pothys {
      font-size: 11px !important;
  }
  
  .openbtn {
  padding: 5px !important;
  margin-bottom: 5px !important;
  font-size: 8px !important;
}
.address {
  font-size: 9px !important;
}
.tab-class .nav .nav-item a{
  padding: 0.8rem!important;
}
.tab-class .nav .nav-item a.active{
  padding: 0.8rem!important;
}
.shop-block-content h3{
  font-size:18px;
}
.shop-block span{
  font-size:12px;
}
.tab-pane .profile-info{
  font-size: 12px;
  line-height: 20px;
}
.profile {
  height: 185px;
}
#hero-slider{
margin-top: 10%;
}
}
.brand-img{
  height:170px;
  width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: unset;
    border-radius: 20px;
}
.quick-form-container{
display: grid;
grid-template-columns: auto auto;
grid-row-gap: 5px;
grid-column-gap: 10px;
}

.cover-img img {
  height: 100%;
  width: 100%;
}
.cover-img img {
  object-fit: contain;
  /* object-fit: cover; */
} 
.store-icon{
  width:25px;
  height: 25px;
}
.aboutusimg-small{
/* height: 500px;
background-size: 100% 100%; */
height: 265px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-position: unset;
border-radius: 20px;
}
.footer-brand-img{
  height: 315px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: unset;
  border-radius: 20px;
}
.cat-title{
  text-transform: capitalize;
  font-weight: 600;

}
.swiper-container{
  position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height:510px;
}
.youtube-slider {
  position: relative;
  width: 520px;
  padding: 0 60px;
}

/* slide css */
.youtube-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  box-shadow: 0px 0p 8px rgba(0,0,0,0.4);
}

/* Navigation arrows css */
.youtube-slider .swiper-button-next {
  right: 0;
}
.youtube-slider .swiper-button-prev {
  left: 0;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 1;
  background-size: 10px auto;
  transition: border-color 0.3s;
  border: 1px solid #1182ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#district-sec {
padding:unset ;
}

#icons-list img{
  /* width: 35%;
  height: 35%; */
  width: 78px;
  height: 78px;
  object-fit: fill;
  object-position: bottom;
  /* border-radius: 20px; */
}
#icons-list{
  padding: unset;
  margin:unset;
}
#icons-list a{
  color: #A5195D;
  cursor: pointer;
  font-size:14px;
}
#icons-list a:hover{
  color: #A5195D;
  cursor: pointer;
}
@media (min-width: 1200px){
  .custom-row-cols-lg-10 > * {
      flex: 0 0 auto;
      width: 10%;
  }
}
/* @media (min-width: 576px) {
  .custom-row-cols-lg-10 > * {
      flex: 0 0 auto;
      width: 10%;
  }
} */
.icon-bar{
  display: contents;
  width: 78px;
  height: 78px;
  font-size: 78px;
  color: #A5195D;
}
.icon-bar a:hover {
  width: 78px;
  height: 78px;
  color: #A5195D;
  font-size: 28px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
}
.btn-border-radius {
  border-radius: 25% 10%;
}