/* header and footer css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-size-adjust: 100%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #767f84;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Poppins, sans-serif';
}
.header {
  background-color: #403f3f;
}
.header .btn.btn-primary {
  border-radius: 30px;
  font-weight: 600;
  padding: 1rem 2rem;
}
@media screen and (max-width: 991px) {
  .header .navbar-nav {
    margin: 15px 0;
  }
}
.header .navbar-nav .nav-link:not(.btn) {
  color: #fff;
  padding: 1.2rem 20px;
  transition: all 0.4s;
}
.header .navbar-nav .nav-link:not(.btn):hover {
  box-shadow: inset 0 -3px 0 #ef0b12;
}
@media screen and (min-width: 992px) {
  .header.header-transparent {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}
.footer {
  background-color: #403f3f;
}
.footer .container {
  align-items: center;
  position: relative;
  width: 100%;
}
.footer img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 992px) {
  [data-target="#footer_collapsable"] {
    display: none;
  }
  #footer_collapsable {
    display: inline;
  }
}
.footer-middle img {
  margin-bottom: 1.5rem;
}
.footer-middle .payment-icons {
  display: inline;
  height: 35px;
}
.footer-middle .contact {
  display: flex;
  flex-wrap: wrap;
}
.footer-middle .p-intro {
  color: #999;
  letter-spacing: 0.005em;
  line-height: 2.4rem;
  margin-bottom: 2.8rem;
}
.widget {
  margin-top: 0;
}
.widget .widget-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .widget .widget-title {
    font-size: 13px;
  }
}
.widget .links {
  list-style: none;
  padding-left: 0;
}
.widget .links li {
  margin-bottom: 0.4rem;
}
.widget a {
  color: #999;
  font: 1.3rem Poppins;
}
@media (max-width: 767px) {
  .widget a {
    font-size: 10px;
  }
}
a:active,
a:focus,
a:hover {
  color: #ef0b12;
}
.footer .contact-widget {
  margin-left: 2px;
}
.footer .contact-widget .widget-title {
  color: #fff;
  font: 600 1.3rem Poppins;
  margin-bottom: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer .contact-widget .widget-title {
    font-size: 11px;
  }
}
.footer .contact-widget a {
  color: #ef0b12;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .contact-widget a {
    font-size: 18px;
  }
}
.footer .contact-widget a:hover {
  text-decoration: underline;
}
.footer .contact-widget img {
  margin-bottom: 0;
}
.footer .contact-widget:first-of-type {
  margin-right: 3rem;
}
.footer .contact-widget:last-of-type {
  min-width: 240px;
  width: 60%;
}
@media (max-width: 767px) {
  .footer .contact-widget:last-of-type {
    min-width: 100%;
  }
}
.social-icons {
  margin-bottom: 1.5rem;
}
.footer .social-icons .social-icon {
  background-color: transparent;
}
.footer .social-icons .social-icon i {
  color: #ef0b12;
  font-size: 2rem;
  padding: 0 10px;
}
.footer .social-icons .social-icon i::before {
  margin: 0;
}
.footer .social-icons .social-icon:hover i {
  color: #0781b2;
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid #4e4e4e;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 2.4rem 0 9rem;
  }
}
.footer-bottom .footer-copyright {
  color: #999;
}
@media (min-width: 992px) {
  .footer-middle {
    padding-bottom: 2.8rem;
    padding-top: 9.8rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 7.5rem;
  }
  .footer-copyright {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer-middle img {
    margin-bottom: 2rem;
  }
  .footer-middle .col-lg-6:nth-child(2) {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-middle .contact-widget {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-middle .contact {
    display: block;
  }
}

/* index page css */
/*
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ef0b12;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}
footer,
nav {
  display: block;
}
body {
  color: #212529;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
h4 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul {
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
}
b {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
a {
  background-color: transparent;
}
a:hover {
  color: #067099;
  text-decoration: underline;
}
img {
  border-style: none;
}
img {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h4 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h2 {
  font-size: 2.6rem;
}
.h3 {
  font-size: 2.275rem;
}
.h4,
h4 {
  font-size: 1.95rem;
}
.h5 {
  font-size: 1.625rem;
}
.h6 {
  font-size: 1.3rem;
}
.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col-12,
.col-5,
.col-6,
.col-7,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-md-10,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #212529;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 2rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 165, 227, 0.25);
  outline: 0;
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  background-color:#ef0b12 !important;
  color: #fff !important;
  border-color:#c30107 !important;
  border-bottom:3px solid #c30107;
}
.btn-primary:hover, .btn-primary:active {
  background-color:#ab060b !important;
  color: #fff !important;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-block {
  display: block;
  width: 100%;
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar,
.navbar .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.625rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.25625rem;
  padding-top: 0.25625rem;
  white-space: nowrap;
  max-width: 200px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.625rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.bg-primary {
  background-color: #ef0b12 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
.flex-column {
  flex-direction: column !important;
}*/
/* .justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-center {
  align-items: center !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
} */
/*@media (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
}
.position-relative {
  position: relative !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.mx-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.my-5 {
  margin-top: 3rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .px-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
@media print {
  *,
  ::after,
  ::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-size-adjust: 100%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, sans-serif;
}
@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 14px;
  }
}
::selection {
  background-color: #067099;
  color: #fff;
}
p {
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
img {
  display: block;
  max-width: 100%;
}
div:not(.modal) .btn {
  font-size: 15px;
  font-weight: 600;
}
.min-w-70 {
  min-width: 70%;
}
.btn:focus {
  box-shadow: none;
}
.btn-rounded {
  border-radius: 50px;
}
.bg-dark-grey {
  background: #323232;
  color: #fff;
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
.h2,
.h3,
.h4,
.h5,
.h6,
h4 {
  color: #21293c;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 1.8rem;
}
.h2 {
  font-size: 2.1rem;
}
.h3 {
  font-size: 1.8rem;
}
.h4,
h4 {
  font-size: 1.6rem;
}
.h5 {
  font-size: 1.2rem;
}
.h6 {
  font-size: 1rem;
}
a {
  color: #ef0b12;
  text-decoration: none;
  transition: all 0.3s;
}
.lh-1 {
  line-height: 1;
}
a:focus,
a:hover {
  color: #ef0b12;
  text-decoration: underline;
}
.text-primary {
  color: #ef0b12 !important;
}
.bg-primary {
  background: #ef0b12 !important;
  color: #fff;
}
.header {
  background-color: #fff;
}
#header-login-mobile{
    color: #ef0b12;
}
.header .btn.btn-primary {
    border-radius: 30px;
    font-weight: 600;
    padding: .6rem 2rem;
    background-color: #ef0b12;
    color: #fff;
    border: 0;
}
.header .btn.btn-primary:hover{
    background-color: #ab060b;
}
@media screen and (max-width: 991px) {
  .header .navbar-nav {
    margin: 15px 0;
  }
}
.header .navbar-nav .nav-link:not(.btn) {
  color: #000;
  padding: 1.2rem 20px;
  transition: all 0.4s;
}
.header .navbar-nav .nav-link:not(.btn):hover {
  box-shadow: inset 0 -3px 0 #ef0b12;
}
@media screen and (min-width: 992px) {
  .header.header-transparent {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}
.footer {
  background-color: #403f3f;
}
.footer .container {
  align-items: center;
  position: relative;
  width: 100%;
}
.footer img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 992px) {
  [data-target="#footer_collapsable"] {
    display: none;
  }
  #footer_collapsable {
    display: inline;
  }
}
.footer-middle img {
  margin-bottom: 1.5rem;
}
.footer-middle .payment-icons {
  display: inline;
  height: 35px;
}
.footer-middle .contact {
  display: flex;
  flex-wrap: wrap;
}
.footer-middle .p-intro {
  color: #999;
  letter-spacing: 0.005em;
  line-height: 2.4rem;
  margin-bottom: 2.8rem;
}
.widget {
  margin-top: 0;
}
.widget .widget-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .widget .widget-title {
    font-size: 13px;
  }
}
.widget .links {
  list-style: none;
  padding-left: 0;
}
.widget .links li {
  margin-bottom: 0.4rem;
}
.widget a {
  color: #999;
  font: 1.3rem Poppins;
}
@media (max-width: 767px) {
  .widget a {
    font-size: 10px;
  }
}
a:active,
a:focus,
a:hover {
  color: #ef0b12;
}
.footer .contact-widget {
  margin-left: 2px;
}
.footer .contact-widget .widget-title {
  color: #fff;
  font: 600 1.3rem Poppins;
  margin-bottom: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer .contact-widget .widget-title {
    font-size: 11px;
  }
}
.footer .contact-widget a {
  color: #ef0b12;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .contact-widget a {
    font-size: 18px;
  }
}
.footer .contact-widget a:hover {
  text-decoration: underline;
}
.footer .contact-widget img {
  margin-bottom: 0;
}
.footer .contact-widget:first-of-type {
  margin-right: 3rem;
}
.footer .contact-widget:last-of-type {
  min-width: 240px;
  width: 60%;
}
@media (max-width: 767px) {
  .footer .contact-widget:last-of-type {
    min-width: 100%;
  }
}
.social-icons {
  margin-bottom: 1.5rem;
}
.footer .social-icons .social-icon {
  background-color: transparent;
}
.footer .social-icons .social-icon i {
  color: #ef0b12;
  font-size: 2rem;
  padding: 0 10px;
}
.footer .social-icons .social-icon i::before {
  margin: 0;
}
.footer .social-icons .social-icon:hover i {
  color: #c60a10;
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid #4e4e4e;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 2.4rem 0 9rem;
  }
}
.footer-bottom .footer-copyright {
  color: #999;
}
@media (min-width: 992px) {
  .footer-middle {
    padding-bottom: 2.8rem;
    padding-top: 9.8rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 7.5rem;
  }
  .footer-copyright {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer-middle img {
    margin-bottom: 2rem;
  }
  .footer-middle .col-lg-6:nth-child(2) {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-middle .contact-widget {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-middle .contact {
    display: block;
  }
}
.home .h2 {
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  .home .h2 {
    font-size: calc(20.65369px + 1.94715vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .h2 {
    font-size: 44px;
  }
}
.home .h3 {
  font-size: 40px;
  font-size: 22px;
  line-height: 1.9;
}
@media screen and (min-width: 480px) {
  .home .h3 {
    font-size: calc(9.98331px + 2.50348vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .h3 {
    font-size: 40px;
  }
}
.home .h4 {
  font-size: 28px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .home .h4 {
    font-size: calc(11.32406px + 1.39082vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .h4 {
    font-size: 23px;
  }
  
}
.home .h5 {
  font-size: 21px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .home .h5 {
    font-size: calc(12.66203px + 0.69541vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .h5 {
    font-size: 21px;
  }
}
.home .h6 {
  font-size: 16px;
}
.home .btn {
  margin-bottom: 20px;
}

.home .hero {
  background: #8d8c8c;
  overflow: hidden;
  position: relative;
}
.home .hero .container {
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .home .hero {
    padding-top: 40px;
  }
}
.home .hero{
    background-color: #fff;
}
/* .home .hero::before {
  background: #FFF;
  margin: auto;
} */
.home .hero::after,
.home .hero::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.home .hero::after {
  background: url(../images2/header_image.jpg) 0 100% no-repeat;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-size: contain;
  z-index: 100;
  max-height: 44vw;
}

@media (max-width:1400px){
    .home .hero {
        min-height: 47vw;
        padding-top: 10vw;
    }
    .home .hero::after{
        max-height: 41vw;
    }
}
@media (max-width:1199px){
    .hero .h4 {
        font-size: 19px;
    }
    .hero .h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
  .home .hero:after {
    background-position: center bottom 80px;
    background-size: 60%;
  }
}
.home .hero {
  min-height: 600px;
}
@media screen and (min-width: 480px) {
  .home .hero {
    min-height: calc(499.86092px + 20.86231vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .hero {
    min-height: 47vw;
  }
}
.home .hero .h2,
.home .hero .h4 {
  color: #000;
}
.home .hero .icons {
  position: relative;
  text-align: center;
  z-index: 1000;
}
.home .hero .icons img {
  height: 42px;
  margin: 5px auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .home .hero .icons img {
    height: 28px;
  }
}
.home .hero .icons .icon {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.home .hero .icons .icon p {
  margin-bottom: 0;
  margin-top: auto;
  color: #000;
}
@media screen and (max-width: 991px) {
  .home .hero .icons .icon p {
    line-height: 1.2;
  }
}
.home .ul-check {
  list-style: none;
}
.home .ul-check li {
  font-size: 14px;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .home .ul-check li {
    font-size: calc(11.99722px + 0.41725vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .ul-check li {
    font-size: 17px;
  }
}
.home .ul-check li::before {
  content: "";
  font-family: Font Awesome\5 Free;
  font-weight: 600;
  left: -1.5em;
  position: absolute;
}
.home .common-questions .h5 {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.home .common-questions .h5:after {
  content: "";
  font-family: Font Awesome\5 Free;
  position: absolute;
  right: 10px;
}
.home .what-to-except .ul-square-check {
  padding-left: 40px;
}
.home .what-to-except .ul-square-check li {
  line-height: 1.9;
  margin-bottom: 20px;
  position: relative;
}
.home .what-to-except .ul-square-check li::before {
  background: #ef0b12;
  color: #fff;
  content: "";
  font-family: Font Awesome\5 Free;
  font-weight: 600;
  height: 23px;
  left: -40px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 23px;
}
.home .icons-bottom {
  color: #21293c;
}
.home .icons-bottom img {
  height: 25px;
  margin-bottom: 10px;
}
.home .icons-bottom p {
  line-height: 1.4;
}
.home .right-old-way .left-section,
.home .right-old-way .right-section {
  padding-left: 40px;
  padding-right: 40px;
}
.home .right-old-way .left-section .number-points {
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
.home .right-old-way .left-section .number-points .h6 {
  color: #fff;
}
.home .right-old-way .left-section .number-points p {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.home .right-old-way .left-section .number-points::before {
  background: #fff;
  color: #ef0b12;
  content: "1";
  font-size: 23px;
  font-weight: 600;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 300;
}
.home .right-old-way .left-section .number-points:nth-child(2)::before {
  content: "2";
}
.home .right-old-way .left-section .number-points:nth-child(3)::before {
  content: "3";
}
.home .right-old-way .left-section .number-points:not(:last-child):after {
  background: #fff;
  content: "";
  height: 100%;
  left: 20px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 100;
}
.home .right-old-way .right-section ul {
  list-style: none;
  padding-left: 0;
}
.home .right-old-way .right-section li {
  color: #767f84;
  font-size: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 480px) {
  .home .right-old-way .right-section li {
    font-size: calc(14.66481px + 0.27816vw);
  }
}
@media screen and (min-width: 1199px) {
  .home .right-old-way .right-section li {
    font-size: 18px;
  }
}
.home .right-old-way .right-section li::before {
  color: #ef0b12;
  content: "X";
  font-size: 28px;
  font-weight: 600;
  margin-left: -1em;
  margin-top: -5px;
  position: absolute;
}
.border-bottom-grey-primary {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.border-bottom-grey-primary:after {
  border-bottom: 3px solid #ef0b12;
  bottom: -1.5px;
  content: "";
  left: 0;
  position: absolute;
  width: 5ch;
}
.table-price {
  border-bottom: none;
  border-top: 4px solid #ef0b12;
}
.table-price .table-price-row {
  border-bottom: 1px solid #c6d0d5;
  border-left: 1px solid #c6d0d5;
  border-right: 1px solid #c6d0d5;
  color: #21293c;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (min-width: 480px) {
  .table-price .table-price-row {
    font-size: calc(9.32962px + 0.55633vw);
  }
}
@media screen and (min-width: 1199px) {
  .table-price .table-price-row {
    font-size: 16px;
  }
}
.table-price .table-price-row small {
  display: block;
  font-size: 10px;
  height: 0;
  text-align: right;
}
.table-price .table-price-row.bg-primary {
  border-color: #ef0b12;
  color: #fff;
  font-weight: 700;
}
.get-started-lp1 .text-black {
  color: #000;
}
.get-started-lp1 .section1W {
  background-image: url(../images2/section-1-background.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .get-started-lp1 .section1W {
    background-image: none;
  }
}
.get-started-lp1 .font-45b {
  font-size: 45px;
  font-size: 25px;
}
@media screen and (min-width: 480px) {
  .get-started-lp1 .font-45b {
    font-size: calc(11.66667px + 2.77778vw);
  }
}
@media screen and (min-width: 1200px) {
  .get-started-lp1 .font-45b {
    font-size: 45px;
  }
}
.get-started-lp1 .font-30 {
  font-size: 30px;
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  .get-started-lp1 .font-30 {
    font-size: calc(10px + 1.66667vw);
  }
}
@media screen and (min-width: 1200px) {
  .get-started-lp1 .font-30 {
    font-size: 30px;
  }
}
.get-started-lp1 .font-20 {
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .get-started-lp1 .font-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .get-started-lp1 .font-20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .get-started-lp1 .coupleMobile {
    background-image: url(../images2/elipses.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom: 4px solid #00a6e8;
    padding-top: 30px;
  }
}
.get-started-lp1 .section1 {
  padding-top: 8vh;
}
@media screen and (max-width: 1199px) {
  .get-started-lp1 .section1 {
    padding-top: 40px;
  }
  .home .hero::after {
    bottom: 0;
    max-width: 100%;
    z-index: 100;
    left: 0;
    background-size: contain;
    max-height: 73%;
}
}
.get-started-lp1 .lh-1 {
  line-height: 1;
}
.get-started-lp1 .color1 {
  color: #191919;
}
.get-started-lp1 .coupleSection1 {
  transform: scale(1.4);
  transform-origin: bottom right;
  max-width: 100%;
  position: relative;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .get-started-lp1 .coupleSection1 {
    display: none;
  }
}
.get-started-lp1 .font-weight-bold {
  font-weight: 800;
}
.get-started-lp1 .section1UL ul {
  list-style: none;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .get-started-lp1 .section1UL ul {
    padding: 30px 0 10px;
  }
}
.get-started-lp1 .section1UL ul li {
  align-items: center;
  display: flex;
  font-size: 20px;
  padding: 5px 0;
}
@media screen and (max-width: 1199px) {
  .get-started-lp1 .section1UL ul li {
    font-size: 16px;
    padding: 7px 0;
  }
}
.get-started-lp1 .section1UL ul li::before {
  content: url(../images2/checkmark-1.png);
  margin-right: 10px;
}
.get-started-lp1 .font-15 {
  font-size: 15px;
  font-size: 13px;
}
@media screen and (min-width: 480px) {
  .get-started-lp1 .font-15 {
    font-size: calc(11.66667px + 0.27778vw);
  }
}
@media screen and (min-width: 1200px) {
  .get-started-lp1 .font-15 {
    font-size: 15px;
  }
}
.get-started-lp1 .pillCard {
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #fff;
  overflow: hidden;
}
.get-started-lp1 .pillCard .cialispill,
.get-started-lp1 .pillCard .viagrapill {
  animation: pulsateimg 2s ease-out;
  animation-iteration-count: infinite;
}
.get-started-lp1 .pillCard .viagrapill {
  animation-delay: 1s;
}
.get-started-lp1 .pillCard .backgroundWhite {
  background: #fff;
  border-radius: 10px;
}
.get-started-lp1 .colorLightBlue,
.get-started-lp1 .text-primary {
  color: #00a6e8 !important;
}
.get-started-lp1 .colorDarkYellow {
  color: #f4b400;
}
.get-started-lp1 .pillCardViagra {
  animation-delay: 1s;
}
.get-started-lp1 .backgroundLightBlue {
  background: #00a6e8;
}
.get-started-lp1 .backgroundDarkBlue {
  background: #175da3;
}
.get-started-lp1 .backgroundLightYellow {
  background: #f4b400;
}
.get-started-lp1 .backgroundDarkYellow {
  background: #db7700;
}
.get-started-lp1 .pillCard:hover {
  box-shadow: 0 0 0 3px #dc1e1e;
}

.loaded:after {
  animation: fadein 0.2s ease-in forwards;
}

@keyframes pulsate {
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulsateimg {
  50% {
    transform: scale(1.5);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home .btn-primary {
    background-color: #ef0b12;
    border: 0;
    border-bottom: 4px solid #c30107;
    box-shadow: none;
    text-decoration: none;
}
.home .btn-primary:hover {
  background-color: #ab060b;
  box-shadow: none;
}

.thm-color {
  color: #ef0b12;
}

.bg-primary.py-5.position-relative {
  background: #152439 url(../images2/banner2.jpg) no-repeat !important;
  background-size: cover !important;
}
.bottom_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom_list li {
  position: relative;
  padding: 0 0 5px 45px;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
}
.bottom_list li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-image: url("../images/white_checkmark.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 27px;
  height: 27px;
}

.get-started h2 {
  font-size: 59px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  word-spacing: -2px;
  margin: 15px 0 15px;
}

.bnr_btn_wrap a.bnr_btn {
  background-color: #ef0b12;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  padding: 20px;
  margin-right: 2rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

#prescrition_work {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding-top: 60px;
}
#prescrition_work h2 {
  font-size: 59px;
  font-weight: 900;
  margin-bottom: 50px;
  letter-spacing: -1px;
  word-spacing: -2px;
}
#prescrition_work h3 {
  color: #152439;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}
#prescrition_work .top-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #338dbf;
  width: 60px;
  height: 60px;
  top: -26px;
  left: -27px;
  border-radius: 50%;
  z-index: 3;
}
#prescrition_work .top-icon::before {
  content: "";
  background-image: url("../images/laptop-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 25px;
  z-index: 1;
  display: block;
}
#prescrition_work .top-icon.top-medical::before {
  background-image: url("../images/medical_check_icon.webp");
}
#prescrition_work .top-icon.top-truck::before {
  background-image: url("../images/truck_icon.webp");
}
#prescrition_work .overlay {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
}
#prescrition_work .overlay p {
  position: absolute;
  background: rgba(51, 141, 191, 0.5);
  color: #fff;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
}
#prescrition_work .overlay p {
  margin-bottom: 0;
}
#prescrition_work .bottom {
    padding: 0 30px 0;
    max-width: 70%;
    margin: 0 auto;
}
#prescrition_work .bottom p {
  color: #152439;
  font-size: 18px;
}
.process_new #prescrition_work .bottom p {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0;
}
.process_new #prescrition_work h3 br {
  display: none;
}
.process_new #prescrition_work h3 {
  font-size: 18px;
}

.process_new h1 {
  font-size: 40px;
  color: #152439 !important;
}

.process_new #prescrition_work .logo-title {
  max-width: 130px;
}

.process_new #prescrition_work .overlay p {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}

.process_new #prescrition_work .overlay p {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}
.process_new #prescrition_work .logo-title {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-bottom: 0.4em;
  background: red;
}

/* faq */

.wrapper {
  padding: 6% 0;
}
.wrapper {
  padding: 25px 0 50px;
}
.wrapper {
  padding: 2% 0;
}
#faq_section .icon-box {
  position: relative;
  margin-bottom: 15px;
}
#faq_section .icon-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  left: 0;
  top: 49%;
  z-index: -1;
}
#faq_section .icon-box img {
  border: 10px solid #fff;
  border-radius: 50%;
  margin: auto;
}
#faq_section h2 {
  color: #1a518a;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
}
#faqAccordion_section h5 {
  font-size: 24px;
  font-weight: 900;
  color: #1a518a;
  margin: 0;
  display: block;
}
#faqAccordion_section .box {
  border: 1px solid #ecedf1;
  border-radius: 8px;
  margin-bottom: 5px;
  overflow: hidden;
}
#faqAccordion_section .box p {
  color: #333;
  font-size: 18px;
}
#faqAccordion_section .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#faqAccordion_section .card-body,
#faqAccordion_section .card-header {
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 20px;
}
#faqAccordion_section .card-header {
  background: #ecedf1;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
#faqAccordion_section .card-header i {
  font-size: 20px;
  color: #1a518a;
}
#faqAccordion_section .card-header:focus {
  outline: 0;
  box-shadow: none;
}
#faqAccordion_section .card-header .right {
  display: none;
}
#faqAccordion_section .card-header:before {
  position: absolute;
  top: calc(50% - 17px);
  font-size: 24px;
  right: 15px;
  color: #1a518a;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  #faq_section h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #faq_section h2 {
    font-size: 35px;
  }
  #faqAccordion_section .card-body,
  #faqAccordion_section .card-header {
    padding-left: 15px;
  }
  #faqAccordion_section h5 {
    font-size: 23px;
  }
  #faqAccordion_section .box p {
    font-size: 16px;
  }
}
.icon-box .img-fluid1 {
  width: 68px;
  height: 68px;
}
.wrapper {
  padding: 6% 0;
}
.wrapper {
  padding: 0 0 25px;
}
#faqAcc_section .card-header[aria-expanded="true"]:before,
#faqAccordion_section .card-header[aria-expanded="true"]:before {
  content: "\f13a";
}
@media (max-width: 767px) {
  #faq_section h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #faqAccordion_section h5 {
    font-size: 18px;
  }
}
.red_txt {
  color: #ef0b12;
}
.process_new .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 30px;
}
.process_new .col-md-12:nth-child(even) .box {
  flex-direction: row-reverse;
}
.get-started {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#prescrition_work .col-md-12:nth-child(even) .top-icon {
  left: inherit;
  right: -27px;
}

#prescrition_work .col-md-12:nth-child(even) .bottom {
  text-align: right;
}

#prescrition_work .middle {
  max-width: 270px;
  width: 100%;
}

#prescrition_work .bottom {
  max-width: calc(100% - 270px);
}
#prescrition_work .col-md-12 {
  padding: 0 50px;
}

@media (max-width: 1199px) {
  #prescrition_work .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width:991px){

}

@media (max-width: 767px) {
  .process_new .box,
  .process_new .col-md-12:nth-child(even) .box {
    flex-direction: column;
    align-items: center;
  }
  #prescrition_work .bottom,
  #prescrition_work .col-md-12:nth-child(even) .bottom {
    max-width: 100%;
    text-align: center;
  }
  #prescrition_work .bottom {
    padding: 0 0 0 !important;
}
  #prescrition_work .overlay,
  #prescrition_work .middle {
    max-width: 100%;
    width: 100%;
  }
  #prescrition_work .overlay img {
    width: 100%;
  }
  #prescrition_work .col-md-12:nth-child(even) .top-icon {
    left: -27px;
    right: inherit;
  }
  .icons {
    margin-bottom: 75vw !important;
}
.home .hero::after{
        max-height: 100vw
}
#prescrition_work .overlay {
 
    margin: 0 auto 25px;
}
}


@media (max-width:767px){
    #prescrition_work .col-md-12 {
    padding: 0 15px;
}
}

.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    background: #ef0b12;
    color: #fff;
}

