/* &&&&&&&&&&&&&&&&&& Fonts css start  &&&&&&&&&&&&&&&&&&&&&  */

/* Regular */
@font-face {
  font-family: 'PolenticalNeon';
  src: url('/assets/web/fonts/polentical_neon/PolenticalNeonRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Italic */

/* Bold */
@font-face {
  font-family: 'PolenticalNeon';
  src: url('/assets/web/fonts/polentical_neon/PolenticalNeonBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'PolenticalNeon';
  src: url('/assets/web/fonts/polentical_neon/PolenticalNeonBolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}



/* Montserrat Regular (400) */
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("/assets/web/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Montserrat Medium (500) */
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("/assets/web/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* @font-face {
    font-family: 'Atiba';
    font-style: normal;
    font-weight: 400;
    src: local('Atiba'), url('https://fonts.cdnfonts.com/s/16328/Atiba.woff') format('woff');
} */


:root {
  --primary-font: "PolenticalNeon";
  --secondary-font: "Montserrat", sans-serif;
  --primary-color: #307898;
  --secondary-color: #324968;
  --text-color: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.hewie-body {
  background-image: url("../img/bg-texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /* Optional: keeps image fixed during scroll */
}

/*&&&&&&&&&&&&&&&&&&&&&&&& font css end &&&&&&&&&&&&&&&&&&&&&& */

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: 0.5s;
}

.hewie-navbar .navbar {
  padding: 15px 0;
  font-size: var(--secondary-font);
  font-size: 18px;
}

.hewie-navbar .navbar .navbar-nav .nav-link {
  margin-left: 18px;
  padding: 5px 18px;
  outline: none;
  font-size: 18px;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  box-sizing: content-box;
  border: 1px solid;
  border-color: transparent;
  border-radius: 20px;
}

.hewie-navbar .navbar-light .navbar-nav .show>.nav-link,
.hewie-navbar .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid #307898;
  color: #307898;
}

.hewie-navbar .navbar .navbar-nav .nav-link:hover {
  margin-left: 18px;

  color: var(--primary-color);
  border: 1px solid;
  border-color: var(--primary-color);
  padding: 5px 18px;
  border-radius: 20px;
}

.hewie-navbar button.btn.btn-header {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 18px;
  padding: 5px 40px;
  line-height: normal;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: none;
}

a.btn.btn-header-icon {
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  padding: 10px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hewie-navbar .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .banner-pt-4 {
    padding-top: 3rem !important;
  }

  .container-fluid.sticky-top.hewie-navbar {
    background-color: #fff;
  }

  .hewie-navbar .navbar .navbar-nav .nav-link.active {
    margin-left: 10px;
    border: none;
    padding: 10px 0;
  }

  .hewie-navbar .navbar-collapse {
    margin-top: 20px;
  }

  .hewie-navbar .navbar .navbar-nav .nav-link:hover {
    margin-left: 0px;
    border: none;
    padding: 10px 0;
  }

}

@media screen and (max-width:1200px) {
  .hewie-navbar .navbar .navbar-nav .nav-link {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
  }
}

/*** Hero Header ***/
.hero-header {
  margin-top: -130px;
  padding-top: 180px;
  /* background: url(../img/hero-banner.png) top center no-repeat; */
  background-size: cover;
}

button.btn.btn-green-fill {
  background-color: var(--secondary-color);
  font-size: 18px;
  padding: 15px 119px;
  border-radius: 70px;
  /* color: var(--text-color); */
  color: #fff;
  box-shadow: none;
  border: 1px solid var(--secondary-color);
}

button.btn.btn-green-border {
  background-color: transparent;
  font-size: 18px;
  padding: 15px 49px;
  border-radius: 70px;
  color: var(--primary-color);
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

h1.animated.slideInRight {
  font-size: 70px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

h4.animated.slideInRight {
  font-size: 54px;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: 400;
  text-align: center;
}

h5.animated.slideInRight {
  text-align: center;
  font-size: 18px;
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  h5.animated.slideInRight {
    font-size: 14px;
    line-height: normal;
  }

  h4.animated.slideInRight {
    font-size: 22px;
  }

  h1.animated.slideInRight {
    font-size: 26px;
  }

  .hero-header {
    padding-top: 80px;
  }

  button.btn.btn-green-border {
    font-size: 14px;
    padding: 10px 20px;
  }

  button.btn.btn-green-fill {
    padding: 10px 20px;
    border-radius: 70px;
  }

  button.btn.btn-green-fill {
    font-size: 14px;
  }

  .text {
    display: none;
  }

  .display-none-class {
    display: none;
  }

  .width-100 {
    margin: 0 auto;
  }
}

/*** About ***/
.hewie-about h1.mb-2 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: left;
}

.hewie-about h6.mb-2 {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: left;
}

.hewie-about p.mb-3 {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
  text-align: left;
  font-family: var(--secondary-font);
}

/* how it works  */

.background-with-texture {
  max-width: 1800px;
  margin: auto;
  background-color: #e9d5d5;
  border-radius: 75px;
  background-image: url(../img/Texture-backgrund-pink.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.padding-y {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1550px) {
  .how-it-woeks-right-img {
    right: 0;
  }

  .how-it-works {
    position: relative;
  }

  .how-it-woeks-right-img img {
    position: absolute;
    right: 0;
    bottom: -57px;
    width: 240px;
  }
}

@media screen and (max-width: 1550px) {
  .how-it-woeks-right-img {
    right: 0;
  }

  .how-it-works {
    position: relative;
  }

  .how-it-woeks-right-img img {
    display: none;
  }

  .padding-y {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .background-with-texture {
    border-radius: 5px;
  }
}

/* how it works end  */

/* features and benifits  */

.features-and-benifits h1.mb-2 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.features-and-benifits h6.mb-2 {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: center;
}

.feature-card {
  background-color: #f5f5f5;
  padding: 45px 46px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.feature-card-img {
  margin-bottom: 20px;
}

.feature-card-img img.img-fluid {
  height: 80px;
}

.feature-card-text p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .feature-card-text p {
    font-size: 12px;
  }
}

/* features and benifits end  */

/*** Testimonial ***/


@media screen and (max-width:1200px) {
  .testimonial-green {
    padding: 20px 20px !important;
    border-radius: 5px !important;
  }
}

.testimonial-img {
  position: relative;
}

.testimonial-img img.img-fluid {
  height: 182px;
  width: 182px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-green {
  max-width: 1800px;
  padding: 70px 55px;
  margin: auto;
  background-color: #c7ddd1;
  border-radius: 75px;
  background-image: url(../img/Texture-backgrund-Green.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Position nav arrows */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -140px;
  right: -140px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* prevent blocking carousel */
}

.owl-carousel .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
  /* re-enable buttons */
}

.owl-carousel .owl-nav img.custom-nav-btn {
  width: 85px;
  /* Adjust arrow size */
  height: auto;
  cursor: pointer;
}

.owl-prev {
  border: 1px solid #000;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.owl-next {
  border: 1px solid #000;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonial-text p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
  margin-bottom: 10px;
}

.testimonial-item {
  margin: 0px 15px;
}

.testimonial-green h1.mb-2 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.testimonial-text h5 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width:1200px) {
  .testimonial-text p {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
  }

  .testimonial-text h5 {
    font-size: 16px;
    text-align: center;
  }

  .testimonial-img img.img-fluid {
    height: 86px;
    width: 86px;
    margin: 0 auto;
  }
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^ PLANS CARD NEW CSS HERE ^^^^^^^^^^^^^^^^^^^ */
.product-card {
  background-color: #f5f6fa;
  border-radius: 30px;
  color: #2f3640;
  transition: all linear 0.2s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.product-card:hover {
  /* box-shadow: 0.2em 0.5em 0.5em rgba(0, 0, 0, 0.4); */
  transform: scale(1.05);
}

.product-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.product-text {
  padding: 1rem;
  text-align: center;
  flex-grow: 1;
}

.product-cart button {
  border: 0;
  border-radius: 0 0 10px 10px;
  color: #fff;
  cursor: pointer;
  font-family: var(--secondary-font);
  padding: 15px;
  text-transform: uppercase;
  transition: all linear 0.3s;
  width: 100%;
  font-size: 20px;
}

/* Color variations */

.product-text h2 {
  font-size: 60px;
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--text-color);
  font-weight: 500;
}

.product-text h5 {
  font-size: 36px;
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--text-color);
  font-weight: 500;
}

.product-text p {
  font-size: 15px;
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--text-color);
  font-weight: 500;
}

.product-card:hover .product-cart button {
  background-color: #324968;
}

.product-cart button {
  background-color: #c7ddd1;
}

.plans-and-price h1.mb-2 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.plans-and-price h6.mb-2 {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: center;
}

@media screen and (max-width:1200px) {
  .product-card {
    gap: 10px;
    border-radius: 5px;
  }

  .product-img {
    height: 145px;
  }

  .product-text h2 {
    font-size: 24px;
  }

  .product-text h5 {
    font-size: 16px;
  }

  .product-text p {
    font-size: 12px;
  }

  .product-cart button {
    padding: 10px;
    font-size: 12px;
  }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^PLANS CARD NEW CSS END HERE ^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/*** Footer ***/
.footer-bg-img {
  background-color: #c7ddd1;
  border-radius: 83px 83px 0px 0px;
}

.footer-bg-img h1 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: left;
}

.footer-bg-img h1 span {
  color: var(--secondary-color);
}

.footer-bg-img h6 {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
}

img.img-phone {
  position: absolute;
  top: -230px;
  width: 35%;
  left: 120px;
}

.banner-left-image {
  position: absolute;
  right: 0;
  top: -253px;
}

.footer-margin-top {
  margin-top: 240px;
}


@media screen and (max-width:1200px) {
  img.img-phone {
    display: none;
  }

  img.img-food {
    display: none;
  }

  .footer-bg-img {
    border-radius: 5px 5px 0px 0px;
  }

  .footer-margin-top {
    margin-top: 10px;
  }

  .footer-buttons h6.m-0 {
    display: none;
  }

  .footer-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}

/* HEADER CSS BYY SANDHYA */

.hewie-logo img {
  width: 200px;
}

.hewie-container {
  max-width: 1800px;
  margin: 0 auto;
}

/* circle css start */
/*
on YT: https://youtu.be/zwl3kZPZ8H8
*/

.circle {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  position: absolute;
  width: 74px;
  height: 74px;
  /* background: url("../img/icons/scroll.png"); */
  background-size: cover;
  border-radius: 100vmax;
  background-position: center;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: var(--secondary-font);
  font-size: 8px;
  animation: textRotation 8s linear infinite;
  color: var(--text-color);
}

.circle-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -67px;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;

  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 70px;
}

/* circle css end  */

/* SPACING CSS NY SANDHYA  */

/* &&&&&&&&&&&&&&&&&& ABOUT PAGE CSS &&&&&&&&&&&&&&&&& */

.hero-banner-for-all-pages {
  margin-top: -130px;
  padding-top: 180px;
  background: url(../img/bg-inner-page.png) top center no-repeat;
  background-size: cover;
  /* height: 100% !important; */
  background-position-x: center center;
  background-position-y: 100%;

}

.banner-pt-4 {
  padding-top: 1rem;
}

/* ABOUT US PAGE CSS  */

.product-img-team {
  margin-top: 39px;
}

.product-img-team {
  position: relative;
}

.product-img-team img {
  z-index: 1;
  height: 245px;
}

.background {
  position: absolute;
  background-color: #c7ddd1;
  margin: 0 auto;
  height: 279px;
  width: 246px;
  bottom: 0;
  transition: all linear 0.2s;
}

.product-card:hover .background {
  background-color: var(--secondary-color);
  transition: all linear 0.2s;
}

/* &&&&&&&&&&&&&&&&&&&&&& Faq page css &&&&&&&&&&&&&&&&&&&&& */

/* Remove default arrow */
.faq-section .accordion-button::after {
  display: none !important;
}

/* Custom plus/minus icon */
.faq-section .accordion-button .icon {
  margin-left: auto;
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

/* When accordion is open, show minus */
.faq-section .accordion-button:not(.collapsed) .bi-plus {
  display: none;
}

.faq-section .accordion-button.collapsed .bi-dash {
  display: none;
}

.faq-section .accordion-item {
  margin-bottom: 20px;
  background-color: #c7ddd1;
  padding: 30px 70px;
  border-radius: 25px !important;
  border: none;
}

.faq-section button.accordion-button {
  background-color: #c7ddd1 !important;
  font-size: 22px;
  color: var(--text-color) !important;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
  box-shadow: none !important;
  padding: 0;
}

.faq-section .accordion-body strong {
  font-size: 18px;
  color: var(--text-color) !important;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
}

.faq-section h1 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.faq-section a.faq-link {
  font-size: 22px;
  color: #0062ff;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width:1200px) {
  .faq-section .accordion-item {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px !important;
  }

  .faq-section button.accordion-button {
    font-size: 16px;
  }

  .faq-section .accordion-body strong {
    font-size: 14px;
  }

  img.icon.bi-plus {
    width: 10px;
  }

  img.icon.bi-dash {
    width: 10px;
  }

  .accordion-body {
    padding: 0.5rem 0.25rem;
  }

  .faq-section a.faq-link {
    font-size: 14px;
  }

  .contact-mail img.img-fluid {
    width: 106px;
  }

  .contact-mail {
    height: auto !important;
    border-radius: 5px !important;
    margin-bottom: 30px !important;
  }

  .contact-us-text p.mb-2 {
    text-align: center !important;
  }

  form.contact-form .form-control {
    font-size: 14px !important;
  }

  form.contact-form label.form-label {
    font-size: 18px !important;
  }

  .contact-us-main .contact-us-text h6.mb-2 {
    text-align: center !important;
  }

  a.btn-social {
    height: 45px !important;
    width: 45px !important;
    font-size: 20px !important;
    margin-bottom: 30px;
  }
}

/* faq css end  */

/* contact us page css  */
.contact-us {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 20px;
}

.contact-mail {
  background-color: #c7ddd1;
  width: 100%;
  height: 646px;
  padding: 40px;
  text-align: center;
  border-radius: 30px;
}

.contact-us-main .contact-us-text h6.mb-2 {
  font-size: 22px;
  text-align: left;
  color: var(--secondary-font);
  font-family: var(--secondary-font);
  font-weight: 500;
}

.contact-us-text p.mb-2 {
  font-size: 18px;
  text-align: left;
  color: var(--secondary-font);
  font-family: var(--secondary-font);
  font-weight: 400;
}

.contact-us-main h1.mb-2 {
  font-size: 40px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.contact-us-main h6.mb-2 {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: center;
}

form.contact-form label.form-label {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: left;
}

form.contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  font-size: 22px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #a7a7a7 !important;
}

button.submit {
  font-size: 18px;
  padding: 10px 70px;
  border-radius: 30px;
  border: 1px solid var(--secondary-color);
  color: var(--text-color);
  background-color: transparent;
}

button.submit:hover {
  border: 1px solid var(--secondary-color);
  color: #fff;
  background-color: var(--secondary-color);
}

a.btn-social {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  font-size: 46px;
  color: var(--text-color);
  background-color: transparent;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

a.btn-social:hover {
  height: 140px;

  width: 140px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  font-size: 46px;
  color: #fff;
  background-color: var(--secondary-color);
  transition: 0.2s;
}


a.btn.btn-green-fill {
  background-color: var(--secondary-color);
  font-size: 18px;
  padding: 15px 90px;
  border-radius: 70px;
  color: #fff;
  box-shadow: none;
  border: 1px solid var(--secondary-color);
}

/* PRICING PAGE CSSS  */

.hewie-tabs .nav-link.active {
  background-color: #c7ddd1;
  color: var(--text-color);
  padding: 3px 40px;
  font-size: 22px;
  font-family: var(--secondary-font);
  font-weight: 400;
  margin: 0px 15px;
}

.hewie-tabs .nav-link {
  background-color: #f5f5f5;
  color: var(--text-color);
  padding: 3px 40px;
  font-size: 22px;
  font-family: var(--secondary-font);
  font-weight: 400;
  margin: 0px 15px;
}

.plan-listing .card-body {
  padding: 30px;
}

.plan-listing h6.mb-2 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: center;
}

.plan-listing h2.mb-1 {
  font-size: 56px;
  color: var(--text-color);
  font-weight: 500;
  font-family: 'PolenticalNeon';
  text-align: center;
}

.plan-listing:hover {
  border-top: 5px solid #324968;
  transition: 0.1s;
}

.plan-listing {
  border-top: 5px solid #c7ddd1;
  transition: 0.1s;
  background-color: #f5f5f5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.card-bottom button.btn-plans {
  background-color: #c7ddd1;
  color: #307898;
  border: none;
  padding: 12px 64px;
  border-radius: 54px;
  font-size: 22px;
  font-family: var(--secondary-font);
  font-weight: 500;
}

.plan-listing:hover button.btn-plans {
  background-color: var(--secondary-color);
  color: #fff;
}

.card-bottom button.btn-plans:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.card-bottom {
  text-align: center;
}

.plan-list ul li {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: left;
}

.plan-list ul li strong {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: left;

}

.copyright {
  background-color: var(--secondary-color);
  text-align: center;
  font-size: 12px;
  padding: 10px;
  color: #ffff;
}

@media screen and (max-width: 1200px) {

  /* h1  */
  .hewie-about h1.mb-2 {
    font-size: 20px;
  }

  .features-and-benifits h1.mb-2 {
    font-size: 20px;
  }

  .testimonial-green h1.mb-2 {
    font-size: 20px;
  }

  .plans-and-price h1.mb-2 {
    font-size: 20px;
  }

  .footer-bg-img h1 {
    font-size: 20px;
    text-align: center;
  }

  .faq-section h1 {
    font-size: 20px;
  }

  .contact-us-main h1.mb-2 {
    font-size: 20px;
  }

  /* h6  */

  .hewie-about h6.mb-2 {
    font-size: 16px;
  }

  .features-and-benifits h6.mb-2 {
    font-size: 16px;
  }

  .plans-and-price h6.mb-2 {
    font-size: 16px;
  }

  .contact-us-main .contact-us-text h6.mb-2 {
    font-size: 16px;
  }

  .contact-us-main h6.mb-2 {
    font-size: 16px;
  }

  .plan-listing h6.mb-2 {
    font-size: 16px;
  }

  .footer-bg-img h6 {
    font-size: 16px;
    text-align: center;
  }

  /* 
    */

  .hewie-about p.mb-3 {
    font-size: 14px;
  }

}


.padding-bottom-5 {
  padding-bottom: 3rem;
}

.padding-top-5 {
  padding-top: 3rem;
}

.margin-top-5 {
  margin-top: 3rem;
}

.margin-bottom-5 {
  margin-bottom: 3rem;
}

.padding-y-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-y-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}


.padding-bottom-5 {
  padding-bottom: 3rem;
}

.padding-top-5 {
  padding-top: 3rem;
}

.margin-top-5 {
  margin-top: 3rem;
}

.margin-bottom-5 {
  margin-bottom: 3rem;
}

.padding-y-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-y-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}


@media screen and (max-width:991px) {
  .padding-bottom-5 {
    padding-bottom: 1rem;
  }

  .padding-top-5 {
    padding-top: 1rem;
  }

  .margin-top-5 {
    margin-top: 1rem;
  }

  .margin-bottom-5 {
    margin-bottom: 1rem;
  }

  .padding-y-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-y-5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hewie-logo img {
    width: 120px;
  }

  .plan-listing h2.mb-1 {
    font-size: 26px;
  }

  .plan-list ul li {
    font-size: 14px;
  }

  .plan-list ul li strong {
    font-size: 14px;
  }

  .card-bottom button.btn-plans {
    padding: 10px 30px;
    font-size: 16px;
  }

  .hewie-tabs .nav-link.active {
    padding: 3px 22px;
    font-size: 14px;
  }

  .hewie-tabs .nav-link {
    padding: 3px 22px;
    font-size: 14px;
  }

  a.btn.btn-green-fill {
    font-size: 16px;
    padding: 10px 40px;
  }


  button.submit {
    font-size: 16px;
    padding: 10px 40px;
  }
}



.copyright p {
  text-align: center;
  font-size: 12px;
  padding: 0px 10px;
  color: #ffff;
  margin: 0;
}


.copyright p:first-child {
  border-right: 1px solid #fff;
}


.copyright p:last-child {
  border-left: 1px solid #fff;
}

.modal-download-app button.btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 20px;
  font-size: 12px;
}


.abs-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* ****** landing page css start ******************* */

ul.list-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

ul.list-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}


ul.list-ul span {
  text-align: center;
  font-size: 15px;
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-weight: 500;
  text-align: center;
  margin-left: 9px;
}


ul.list-ul li {
  margin: 0px 12px;
}

.image-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  height: 500px;
  border-radius: 30px !important;
  object-fit: cover;
}

.landing-page-slider .owl-item .active {
  border-radius: 30px;
}

.landing-page-slider .owl-item .item {
  border-radius: 30px;
}

.landing-page-slider .owl-carousel .owl-stage-outer {
  border-radius: 30px;
}

.image-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}

.image-carousel .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.image-carousel .owl-dot.active span {
  background: #428add;
  /* green */
}


span.span2 {
  text-align: center;
  font-size: 15px;
  color:#fff;
  font-family: var(--secondary-font);
}

/* ************** landing page css end ***************** */

 
@media screen and (max-width:991px) {

    ul.list-ul {
        flex-direction: column;
    }

    ul.list-ul li {
    margin-bottom: 10px;
}

}