/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --font-base: 15px;
  }
  .hero-banner.hero-banner-4 .bg-img {
    background-position: top;
  }
}
/* Medium devices (tablets, laptops between 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 32px;
    --font-base: 15px;
  }
  .hero-banner.hero-banner-1 {
    /* padding-top: 160px;
    padding-bottom: 60px; */
  }
  .hero-banner.hero-banner-2 {
    padding-top: 260px;
    padding-bottom: 200px;
  }
  .hero-banner.hero-banner-3 {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .hero-banner-4 .banner-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .hero-banner.hero-banner-5 {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .menu-area .menu .menu-title-price {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
  .breadcrumb-area {
    padding-top: 160px;
  }
}
/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  :root {
    --font-size--h1: 44px;
    --font-size--h2: 38px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
  }
  .hero-banner.hero-banner-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-banner.hero-banner-2 {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .hero-banner.hero-banner-3 {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .hero-banner.hero-banner-3 .banner-image {
    text-align: center;
  }
  .hero-banner.hero-banner-4 .banner-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .hero-banner.hero-banner-4 .banner-image {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-align: center;
    max-width: 720px;
    margin-inline: auto;
  }
  .hero-banner.hero-banner-5 {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .about-area .spacer,
  .testimonial-area.testimonial-1 .spacer {
    padding-block: 20px;
  }
  .breadcrumb-area {
    padding-top: 115px;
    padding-bottom: 60px;
  }
  .shopping-area tbody td {
    min-width: 140px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  .services-area-bg{
    background-size: 150px;
  }
  /* Reset CSS */
  :root {
    --font-base: 15px;
    --font-sm: 12px;
    --font-xsm: 10px;
    --font-lg: 16px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
    --font-size--h5: 18px;
    --font-size--h6: 15px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-90 {
    padding-bottom: 30px;
  }
  .pb-95 {
    padding-bottom: 35px;
  }
  .pb-75 {
    padding-bottom: 35px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .pb-60 {
    padding-bottom: 20px !important;
  }
  .pb-30 {
    padding-bottom: 20px !important;
  }
  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-60 {
    padding-inline: 20px;
  }
  .btn-lg, .btn-md {
    padding: 12px 26px;
    font-size: var(--font-base);
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 100% !important;
  }
  .go-top {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .section-title .title,
  .content-title h2 {
    margin-top: -4px;
  }
  .title-md {
    font-size: 22px;
  }
  .hero-banner.hero-banner-1 {
    /* padding-top: 70px; */
    padding-bottom: 0px;
  }
  .hero-banner.hero-banner-2 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .hero-banner.hero-banner-3 {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .hero-banner.hero-banner-4 .banner-content {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .hero-banner.hero-banner-4 .banner-image {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-align: center;
    max-width: 540px;
    margin-inline: auto;
  }
  .hero-banner.hero-banner-5 {
    padding-top: 120px;
    padding-bottom: 35px;
  }
  .about-area .image .absolute-text {
    width: 120px;
    height: 150px;
    outline-offset: -10px;
  }
  .about-area .image .absolute-text .h4 {
    font-size: 14px;
  }
  .about-area .spacer {
    padding-block: 20px;
  }
  .menu-area .menu {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .menu-area .menu .menu-img {
    width: 100%;
  }
  .menu-area .menu .menu-title-price {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column;
  }
  .testimonial-area.testimonial-1 .spacer {
    padding-block: 20px;
  }
  .tabs-navigation {
    overflow: hidden;
    overflow-x: auto;
  }
  .tabs-navigation .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: unset;
  }
  .tabs-navigation .nav li {
    flex: 0 0 auto;
  }
  .tabs-navigation.tabs-navigation-3 .nav .nav-item {
    width: calc(50% - 10px);
  }
  .breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 15px;
}
  .shopping-area tbody td {
    min-width: 120px;
  }
  .blog-details-area .comments .comment-list .comment .comment-body .comment-author {
    max-width: 60px;
  }
}
/* Small devices (landscape phones, between 576px to 768px) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner.hero-banner-2 {
    padding-bottom: 100px;
  }

}
@media only screen and (max-width: 575.98px) {
  .hide-mobile{
    display: none;
  }
    .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}
.puja-page .services-area-two .section-title h2 {
    max-width: 100%;
    font-size: 22px;
}
.pt-50 {
    padding-top: 30px;
}
  .p-25 {
    padding: 20px !important;
  }
  .category-area.category-1 .card {
    width: 100%;
    height: 100%;
  }
}
@media(min-width:760px){
.fixed-footer {
    display: none !important;}
  .hide-desktop{
      display: none !important;
  }
  .mn-60{
    margin-right: -60px;
  }
  .mr-20{
    margin-right: 20px;
  }
  .mrn-20{
    margin-right: -20px;
  }
  .mln-60{
    margin-left: -60px;
  }
  .ml-20{
    margin-left: 20px;
  }
  .mln-20{
    margin-left: -20px;
  }
  .today-img{
    height: 530px;width: 100%;object-fit: cover;
  }
    .chadawa.pricing-card .content {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .chadawa.pricing-card .content img{
    max-width: 250px;min-width: 250px;height: 200px; object-fit: cover;padding-right: 10px;
  }
}
@media(max-width:762px){
  .chadawa.pricing-card .price-btn-area {
    padding-bottom: 0;
    
}
.owl-carousel .owl-nav button.owl-next {
  right: -0px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0px !important;
}
.order-xs-2 {
    order: 2!important;
}
.chadawa.pricing-card h4 {
    font-size: 20px;
    color: var(--lightColor);
}
.chadawa.pricing-card h3{
  font-size: 18px;
}
  .chadawa.pricing-card .content {
    display: flex;
    padding: 0;
    align-items: center;
  }
.chadawa.pricing-card .content img {
    max-width: 120px;
    min-width: 120px;
    height: 140px;
    object-fit: cover;
    padding-right: 0;
    width: 100%;
}
.fixed-footer {
    position: fixed;
    bottom: 0;
    background: #b40000;
    width: 100%;
    color: white;
    z-index: 1;
}
.fixed-footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.puja-page .pricing-card ul {
    overflow-y: hidden;
    height: 100%;
}
.fixed-footer ul li {
    width: calc(100%/3);
    border-right: 1px solid #ffffff;
    padding-right: 5px;
}
.fixed-footer ul li:last-child{
  border: 0;
}
.fixed-footer .nav-sidebar .navbar-language .dropdown-menu a {
color: #000;
}
.fixed-footer .nav-sidebar .navbar-language .dropdown-toggle:after {

    color: white;
}
.fixed-footer .nav-sidebar {
    display: block;
    padding: 0px 5px 0px 5px;
}
  .fixed-footer ul li a{
    color: white;
    font-size: 16px;
    font-weight: 500;
  }
  .fixed-cart {
    position: fixed;
    bottom: 10px;
    z-index: 1;
    width: 90%;
    margin: 0 10px;
}
.booking-area .card-body {
    padding: 10px;
}
  .header-area .btn-icon {
    color: var(--color-primary);
}
  .gradient-category h4{
      font-size:14px
  }
  .hide-mobile{
    display: none !important;
}
.about-area .info-list .card{
  margin-left: 20px;
  margin-right: 20px;
  width: 320px;
  text-align: center;
}
.card .card-content.text-right{
  text-align: center !important;
}
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .today-img{
    height: 330px;width: 100%;object-fit: cover;
    margin-bottom: 30px;
  }
  .blog-area .card {
    overflow: hidden;
    transition: all 0.3s;
    margin-left: 15px;
    margin-right: 15px;
}
.timeline-event-copy {
  padding: 2em 0;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: calc(100% - 4em);
}
.timeline {
  margin: 0em auto;
  position: relative;
}
.mobile-cart .badge {
  position: absolute;
  top: -7px;
  right: 3px;
  line-height: 1;
}
.mobile-cart {
  display: flex;
  align-items: center;
}
.h-600{
  height: 600px !important;
}
.product-banner img {
  margin-bottom: 50px;
}
.mb-sm-30{
  margin-bottom: 30px;
}

}
.hide{
  display: none !important;
}
.h-600{
  height: 600px !important;
}
@media(max-width:962px){

  .hide-tab{
    display: none !important;
}
.mb-sm-30{
  margin-bottom: 30px;
}
.product-banner img {
  margin-bottom: 50px;
}
}