h1, h2, h3, h4, h5, h6, body, p, span, div, body, p, a, ul, li, ol {
  font-family: "Lato", sans-serif;
}

body {
  background: #f7f7f7;
}
body p, body h3, body h3, body h1, body span {
  background-color: transparent !important;
}

a {
  color: #453d3d;
  text-decoration: none;
}

p {
  margin: 0px;
}

#cod-btn {
  display: none;
}

.prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  font-size: 21px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  left: -1px;
  padding: 10px 20px;
}

.next-arrow {
  right: 0px;
  left: auto;
}

.prev-arrow:hover, .next-arrow:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.globalbtn {
  background: #a03900;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.25rem;
  z-index: 2;
}
.globalbtn:hover {
  background: #7f2e00;
}

#phonefailed, #phonesuccess {
  display: none;
}

.for-desktop-slides {
  display: block !important;
}

.for-mb-slides {
  display: none !important;
}

.pages-banner-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
.pages-banner-section h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 3.75rem;
  color: #fff;
  font-weight: 700;
}
.pages-banner-section h1 span {
  color: #fd8000 !important;
}
.pages-banner-section hr {
  border: 0px;
  border-bottom: 6px solid #fff;
  opacity: 1;
  margin-top: -36px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.pages-banner-section p {
  font-size: 22px;
  color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 20px;
}
.pages-banner-section .globalbtn {
  color: #a03900;
  font-weight: 700;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 1.5rem;
}

@-webkit-keyframes highlightText {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}

@keyframes highlightText {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}
@media only screen and (max-width: 768px) {
  .pages-banner-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
  }
  .pages-banner-section h1 {
    font-size: 1.875rem;
  }
  .pages-banner-section hr {
    margin-top: 15px;
    width: 200px;
  }
  .pages-banner-section p {
    font-size: 18px;
    width: 100%;
  }
  .pages-banner-section .globalbtn {
    font-size: 18px !important;
  }
  .mb-none {
    display: none !important;
  }
  .globalbtn {
    font-size: 16px !important;
  }
  .prev-arrow, .next-arrow {
    top: 46%;
    z-index: 999;
    font-size: 9px;
    background: transparent;
    color: #fff;
    border: 2px solid #b8b6b6;
    padding: 5px 5px;
  }
}/*# sourceMappingURL=style.css.map */