:root {
  --font-size-h1: 50px;
  --font-size-h2: 40px;
  --font-size-h3: 32px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-paragraph: 20px;
  --font-size-p: 18px;
  --brand-color-white: #fff;
  --brand-color-primary: #005158;
  --font-color-btn: #002C30;
  --font-color-secondary: #96F6FF;
  --font-color-footer: #3E9FA8;
}

h1 {
  color: var(--brand-color-white);
  font-size: var(--font-size-h1);
  font-weight: 700;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 400;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 400;
}

h4 {
  color: var(--brand-color-white);
  font-size: var(--font-size-h4);
  font-weight: 400;
}

body {
  font-family: "montserrat" !important;
  height: 100vh;
  background: #fdfdfd !important;
}

.mylogin {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 4px 25px;
  border: 1px solid var(--brand-color-white);
  border-radius: 12px;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  transition: 0.3s;
}

a.nav-link.active {
  color: var(--font-color-secondary) !important;
  font-size: 17px;
  font-weight: 600;
}

a.nav-link {
  color: var(--brand-color-white) !important;
  font-size: 17px;
}

.navbar-light .navbar-nav .active.nav-link {
  background-color: transparent;
}

a.mylogin p {
  margin: 0;
  color: var(--brand-color-white);
  font-size: 16px;
  font-weight: 600;
}

nav.bg-light-color {
  background: var(--brand-color-primary);
  padding: 23px 0;
}

/* HERO-SECTION */
section.wave-background {
  background: url(/images/hero-bg.png?41965ab95ae173f2006607e8c693f471);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 922px;
}

.main-hero h1 {
  text-align: center;
  padding-top: 25px;
}

.main-hero h1 span {
  color: var(--font-color-secondary);
}

.main-hero img {
  width: 80%;
  padding-top: 55px;
}

/* Our Best Features */
.our-best-features h2 {
  padding-top: 70px;
  padding-bottom: 50px;
  color: #000;
}

.futures-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px 25px;
  border-radius: 16px;
}

/* Benefits of using CuraRx */
section.main-benefits {
  padding: 100px 0px;
}

.benefits-box {
  display: flex;
  gap: 22px;
  padding-bottom: 30px;
}

.benefits-box img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 18%;
  padding: 10px;
  border-radius: 100px;
}

section.main-benefits h2 {
  padding-bottom: 60px;
}

section.main-benefits h2 b {
  color: var(--brand-color-primary);
}

section.main-benefits {
  padding: 100px 0px;
  background: url(/images/ben-bg.png?686faecad24d771a890def7b684e3606);
  background-repeat: no-repeat;
  background-position: right;
}

.benefits-img {
  position: relative;
  right: -37%;
}

/* How this work? */
section.workthis-work-section {
  padding: 30px 0;
  background: linear-gradient(180deg, var(--brand-color-primary) 72%, var(--brand-color-white) 50%);
}

.work-img {
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  border-radius: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 2px solid var(--brand-color-primary);
  position: relative;
  top: 22px;
  left: 23px;
}

.work-img img {
  width: 45px;
  height: 44px;
}

.mylogin:hover {
  background: #002c30;
  border: 1px solid #002c30;
  color: #fff;
  transition: 0.3s;
}

a.sigh-upnow-btn:hover, .btn-sendsms button:hover {
  background: transparent;
  color: #000;
  border: 1px solid var(--font-color-btn);
  transition: 0.3s;
}

a.sigh-upnow-btn:hover img, .btn-sendsms:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(76%) saturate(1279%) hue-rotate(153deg) brightness(99%) contrast(104%);
}

.mainworks-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

section.workthis-work-section h2 {
  color: var(--brand-color-white) !important;
  padding-bottom: 20px;
}

section.prescription-section {
  padding: 80px 0;
}

a.sigh-upnow-btn, .btn-sendsms button {
  background: var(--font-color-btn);
  padding: 15px 20px;
  border-radius: 100px;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  color: var(--brand-color-white);
  border: 0;
  transition: 0.3s;
  border: 1px solid var(--font-color-btn);
  font-weight: 400;
}

.btn-sendsms button {
  padding: 10px 20px;
}

a.sigh-upnow-btn img {
  width: 15px;
}

footer.main-footer {
  background: var(--brand-color-primary);
  padding: 25px 0;
}

footer.main-footer p {
  margin: 0;
  color: var(--brand-color-white);
  font-size: 16px;
}

.footer-links {
  text-align: left !important;
}

.footer-links a {
  color: var(--brand-color-white);
  -webkit-text-decoration: auto;
          text-decoration: auto;
  padding: 0px 10px;
  font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
  color: rgba(243, 235, 235, 0.8) !important;
}

a.compny-nm {
  color: var(--font-color-secondary) !important;
}

/* About Us page */
.about-content p {
  padding-bottom: 20px;
}

section.my-about-section {
  background: url(/images/about-hero.png?5de259485a75ba2397a5e4611f6203db);
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title h1 {
  border-bottom: 7px solid var(--font-color-secondary);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #fff;
}

.about-title h1:after {
  content: "";
  display: block;
  border-bottom: 7px solid var(--brand-color-primary);
  margin-bottom: -7px;
  max-width: 150px;
}

h3.our-mis {
  color: var(--brand-color-primary) !important;
  font-weight: 400;
}

section.my-about-content {
  padding: 100px 0 0;
}

/* Why CuraRx? section */
section.why-curarx-section {
  padding: 30px 0;
  background: linear-gradient(360deg, var(--font-color-btn) 83%, var(--brand-color-white) 50%);
}

.why-boxs {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
}

.why-boxs img {
  height: 18%;
}

.why-content {
  padding-top: 130px;
}

.why-content h3 {
  color: #fff;
  margin-bottom: 50px;
}

.why-boxs h5 {
  color: var(--font-color-secondary);
  font-size: 20px;
}

.why-boxs p {
  color: var(--brand-color-white);
  margin: 0;
}

p {
  font-size: 17px;
}

/* Contact us Page */
.contact-title h1 {
  border-bottom: 7px solid var(--font-color-secondary);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #fff;
}

.contact-title h1:after {
  content: "";
  display: block;
  border-bottom: 7px solid var(--brand-color-primary);
  margin-bottom: -7px;
  max-width: 190px;
}

section.main-contactpage {
  padding: 80px 0;
}

.contact-boxss h4 {
  color: #000;
}

.contact-boxss {
  background: #fff;
  padding: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  height: 230px;
  border-radius: 16px;
  border: 2px dashed #d3d3d3;
  outline: 7px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.contact-boxss img {
  height: 45px;
  margin-bottom: 13px;
}

.contact-boxss p a {
  color: #000;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}

.contact-field input, .contact-field textarea {
  width: 100%;
  padding: 13px;
  background: #F0F0F0;
  border: 0px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.contact-errors {
  padding-bottom: 10px;
  display: inline-block;
}

.main-contact-form {
  padding: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}

.contact-field textarea {
  height: 150px;
}

.main-map iframe {
  height: 620px;
  width: 100%;
  border-radius: 15px;
}

section.main-mapsection {
  padding-bottom: 80px;
}

.container {
  max-width: 1320px !important;
}

span.logotext {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
}

.map-contact h2, .contact-fftitle h2,
.futures-box p, section.main-benefits h2,
section.prescription-section h2, .about-content h3,
.about-content p, .contact-boxss p, .map-contact p, .mainworks-box p, .benefits-box p {
  color: #333131;
}

.why-img img {
  width: 95%;
}

.why-img {
  text-align: center;
}

.futures-box h5 {
  font-size: 20px;
  color: #000;
}

html body p {
  line-height: inherit !important;
}

.benefits-box h5, .mainworks-box h5 {
  color: #000;
  font-size: 20px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light-color.sticky-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #005158f5;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.futures-box img {
  height: 50px;
}

.navbar-expand-lg .navbar-nav {
  gap: 10px;
}

input:focus-visible, textarea:focus-visible {
  outline: 1px solid !important;
}

.cookiecat {
  border: 1px solid;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0px;
}

.cookiecat h3 {
  font-size: 18px !important;
  font-weight: bold;
}

.pdynamicbutton {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 10px;
}

.mld_img_text {
  padding: 10px;
}

.cookie-content {
  margin-bottom: 10px;
  display: inline-block;
}

.switch span {
  cursor: pointer;
  color: #333131;
}

.cookie-heading {
  color: #000;
}

.cookiecat span.yes.active {
  border: 1px solid #7bbd4b;
  background-color: #7bbd4b;
  color: #fff !important;
}

.cookiecat span.no.active {
  border: 1px solid #e54c42;
  background-color: #e54c42;
  color: #fff !important;
}

span.cookie-content {
  color: #333131;
}

.accordion-button:not(.collapsed) img {
  transform: rotate(180deg);
}

.accordion-button::after {
  content: none;
}

button.accordion-button.collapsed, .form-check1 button.accordion-button.collapsed, .accordion-item .accordion-button {
  background: #f2f2f2 !important;
  border: 0;
  color: #000;
  font-weight: 600;
}

.accordion-item .accordion-button {
  background: #f2f2f2 !important;
  border: 0;
  color: #000;
  font-weight: 600;
}

button.accordion-button.collapsed img {
  transform: rotate(90deg);
}

.accordion .accordion-body {
  padding: 10px !important;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.accordion-body p {
  font-size: 15px;
}

.accordion-header {
  margin-bottom: 12px;
}

.accordion-body-cc {
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: #f2f2f2;
}

.accordion-body-cc .form-check.form-switch {
  padding: 12px;
}

.accordion-body-cc label {
  font-size: 16px;
}

.accordion-body-cc .form-check.form-switch {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.main-privacy-contain p {
  color: #333131;
  font-size: 17px;
}

.main-privacy-contain h2 {
  color: #333131;
}

.privacy-allpoints h5 b {
  color: #000;
  font-size: 19px;
}

b.scriptrx {
  color: #0a585f;
  padding-right: 10px;
}

.main-privacy-contain {
  padding: 50px 0;
}

ol.privacy-points li {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
}

ol.privacy-points {
  padding-left: 0px;
}

ol.privacy-points p {
  margin-bottom: 10px;
  font-size: 14px;
}

.privacy-allpoints h4 {
  color: #0a585f;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  margin-top: 20px;
}

ul.aboutyou-points li {
  color: #000;
  font-size: 16px;
  padding-bottom: 15px;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  font-weight: 500;
}

.tg th {
  border-color: #ffffff;
  border-left: 1px solid #005158;
  border-top: 1px solid #005158;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  outline: 1px !important;
  border-style: double !important;
  background: #005158;
  font-weight: 600 !important;
}

th.tg-0lax.border-0lax {
  border-right: 1px solid #005158;
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: 500;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  border-bottom: 1px solid #000000 !important;
}

.main-privacy-contain a {
  text-decoration: underline;
  font-weight: 500;
}

.policy-title h1:after {
  content: "";
  display: block;
  border-bottom: 7px solid var(--brand-color-primary);
  margin-bottom: -7px;
  max-width: 260px;
}

.policy-title h1 {
  border-bottom: 7px solid var(--font-color-secondary);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #fff;
}

a.navbar-brand img {
  height: 35px;
}

.footer-deta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-device-width: 1440px) {
  .benefits-img {
    position: relative;
    right: 0;
  }

  .futures-box img {
    height: 45px;
  }

  benefits-img {
    position: relative;
    right: 0;
  }

  nav.bg-light-color {
    background: var(--brand-color-primary);
    padding: 25px 0;
  }

  section.main-contactpage {
    padding: 40px 0;
  }
}
@media screen and (max-device-width: 1366px) {
  .benefits-img {
    position: relative;
    right: 0;
  }

  .futures-box img {
    height: 45px;
  }

  section.main-contactpage {
    padding: 40px 0;
  }

  .contact-boxss {
    margin-bottom: 30px;
  }

  .main-map {
    padding-top: 30px;
  }
}
@media screen and (max-device-width: 1024px) {
  .contact-boxss {
    background: #fff;
    padding: 27px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    height: 230px;
    border-radius: 16px;
    border: 2px dashed #d3d3d3;
    outline: 7px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .benefits-img {
    position: relative;
    right: 47px;
    height: 500px;
  }

  .mainworks-box {
    height: 190px;
  }

  .why-img img {
    width: 100%;
  }

  section.my-about-content img {
    width: 100%;
  }

  .futures-box img {
    height: 30px;
  }

  .futures-box h5 {
    font-size: 18px;
  }

  .main-hero h1 {
    font-size: 40px;
  }

  .navbar-toggler-icon {
    filter: brightness(0) saturate(357%) invert(159%) sepia(0%) saturate(7651%) hue-rotate(336deg) brightness(101%) contrast(94%);
  }

  section.wave-background {
    height: auto;
  }

  .futures-box {
    height: 195px;
  }

  .main-hero h4 {
    text-align: center;
  }

  .futures-box p {
    font-size: 14px;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1023px) {
  .benefits-box img {
    width: 10%;
  }

  .mainworks-box {
    height: 195px;
  }

  .futures-box h5 {
    font-size: 17px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .futures-box h5 {
    font-size: 14px;
  }

  .footer-deta {
    display: flex;
    gap: 10px;
  }

  .footer-links {
    border-bottom: 1px solid #fff9f926;
    margin: 0;
    padding: 0;
  }

  .mainpurposes-table {
    width: 100%;
    overflow: auto;
  }

  .main-privacy-contain h2 {
    text-align: left !important;
  }

  .myfooter-item {
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }

  footer.main-footer p {
    font-size: 15px;
  }

  .pdynamicbutton {
    flex-direction: column;
  }

  .pdynamicbutton a {
    font-weight: 600;
  }

  .myfooter-item img {
    height: 19px;
  }

  .futures-box p {
    font-size: 13px;
  }

  .benefits-img {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
  }

  .main-hero h1 {
    font-size: 28px;
  }

  .main-hero h4 {
    font-size: 20px !important;
    text-align: center;
  }

  .our-best-features h2 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    color: #000;
  }

  .futures-box img {
    height: 30px;
    margin-bottom: 10px;
  }

  section.main-benefits {
    background: none;
    padding: 5px;
  }

  section.workthis-work-section {
    background: linear-gradient(180deg, var(--brand-color-primary) 100%, var(--brand-color-white) 50%);
  }

  section.prescription-section {
    padding: 25px 0;
  }

  section.prescription-section h2 {
    font-size: 25px;
  }

  footer.main-footer, .footer-links {
    text-align: center !important;
  }

  .navbar-toggler {
    border: 0px solid #fff;
  }

  .navbar-toggler-icon {
    filter: brightness(0) saturate(357%) invert(159%) sepia(0%) saturate(7651%) hue-rotate(336deg) brightness(101%) contrast(94%);
  }

  ul.navbar-nav {
    align-items: center;
    background: #266b71fa;
    padding: 10px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  section.main-benefits h2 {
    font-size: 32px;
    color: #000;
  }

  .benefits-box img {
    width: 15%;
  }

  .futures-box {
    height: auto;
  }

  .futures-box {
    margin-bottom: 15px;
  }

  .why-img img {
    width: 100%;
  }

  section.my-about-content img {
    width: 100%;
  }

  section.my-about-section {
    height: 212px;
    background-position: right;
  }

  .about-title h1 {
    font-size: 40px;
  }

  section.my-about-content {
    padding: 25px 0 0;
  }

  .why-content {
    padding-top: 25px;
  }

  section.main-contactpage {
    padding: 25px 0;
  }

  .contact-boxss {
    margin-bottom: 30px;
  }

  .map-contact h2, .contact-fftitle h2 {
    font-size: 29px;
  }

  .main-contact-form {
    padding: 15px;
  }

  .policy-title h1 {
    font-size: 43px;
  }

  section.wave-background {
    height: auto;
  }

  .contact-fftitle h2 {
    font-size: 24px;
  }
}
