
@media (min-width: 991px) {
  body {
    font-size: 24px;
  }
  h1 {
    font-size: 56px;
  }
  p {
    margin-top: 2.4rem;
  }
}
body {
  background-color: #eee;
}
section {
  padding: 20px 0px 30px;
}
h1,
h2 {
  text-align: center;
  margin-bottom: 20px;
}
.container {
  max-width: 1130px;
  background: white;
}
.inner-container {
  max-width: 950px;
  margin: auto;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 45%) !important;
}
.title-banner > * {
  margin-bottom: 10px;
}
.title-banner > *:last-child {
  margin-bottom: 0px;
}
.title-banner {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
  padding: 10px 10px 20px;
}
.title-banner--blue {
  background-color: #58abe7;
}
.title-banner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 10px 0;
  border-color: transparent hsl(206deg 100% 73%) transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.title-banner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 0;
  border-color: hsl(206deg 100% 73%) transparent transparent transparent;
  position: absolute;
  right: 0px;
  bottom: -10px;
}
.text-red {
  color: #e03e2d;
}
.faq .card-body p:first-child {
  margin-top: 1rem;
}
.faq h3 {
  margin-bottom: 0px;
}
.reference ul {
  list-style: decimal;
  font-size: 14px;
  word-wrap: break-word;
}

.guarantee {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 244, 215, 1) 100%
  );
  border: solid 2px #f6ebb2;
  padding: 10px;
  color: #4d4324;
}

.guarantee-title {
  background: linear-gradient(
    to right,
    #b2782a 0%,
    #f4d971 50%,
    #b2782a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.guarantee-badge {
  max-width: 215px;
}

.text-green {
  color: #91e61d;
}

.text-green-dark {
  color: #008d1b;
}

ul.checkmark li {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid 0.8em #52a125;
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.45em;
  top: 0.7em;
  margin-top: -0.5em;
}

ul.checkmark li:after {
  content: " ";
  color: white;
  display: block;
  width: 0.5em;
  height: 0.8em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1em;
  top: 0.7em;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.exes li {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

ul.exes li:before {
  content: " ";
  display: block;
  border: solid 0.8em #c30000;
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 0.7em;
  margin-top: -0.5em;
}

ul.exes li:after {
  content: "X";
  display: block;
  position: absolute;
  left: 1em;
  top: 0.7em;
  margin-top: -0.4em;
  color: white;
  font-weight: 700;
}
.atc-btn-red {
  background: rgb(161, 2, 1);
  background: linear-gradient(
    90deg,
    rgba(161, 2, 1, 1) 0%,
    rgba(246, 6, 24, 1) 50%,
    rgba(189, 21, 19, 1) 100%
  );
  border-radius: 40px;
  font-size: 39px;
  font-weight: 200;
  max-width: 425px;
  width: 100%;
  padding: 10px 20px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  text-decoration: none !important;
}
.atc-btn-red:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.ionicon {
  max-width: 12%;
  color: white;
}
.digit-div {
  padding: 8px 20px;
  font-size: 39px;
  font-family: "Oswald", sans-serif;
  color: rgb(204, 1, 1);
  background-color: rgb(221, 217, 217);
  margin-left: 7px;
}
@media (max-width: 1172px) {
  .title-banner {
    margin-left: -12px;
    margin-right: -12px;
  }
  .title-banner::before,
  .title-banner::after {
    content: none;
  }
}

@media (max-width: 991px) {
  .atc-btn-red {
    font-size: 25px;
  }
  .guarantee-badge {
    max-width: 120px;
  }
}</style>

<style>
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
}
.header {
  background-color: #58abe7;
  padding: 0 !important;
}

.header .container-fluid {
  max-width: 1130px;
}

.bg-golf {
  background: #ffffff !important;
  background-size: cover;
  background-position: left bottom;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 45%) !important;
}

.bg-green-dark {
  background-color: #58abe7;
}
.font-weight-bold {
  font-weight: 700 !important;
}
#defaultCountdown span {
  font-weight: 600;
  padding: 5px;
  font-size: 25pt;
  line-height: 1;
  display: inline-block;
  margin: 5px;
  color: black;
  background: white;
  border-radius: 10px;
  width: 70px;
  text-align: center;
}

#defaultCountdown {
  display: block;
  margin: auto;
}
@media (min-width: 769px) {
  .f50 {
    font-size: 50px;
  }

  .f36 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .text-m-center {
    text-align: center !important;
  }

  .brMob {
    display: none !important;
  }

  .liMob li {
    max-width: 100% !important;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #21252999;
  border-radius: 0.25rem;
}

.wrapper p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #52a12512;
  background-clip: border-box;
  border: 2px solid #21252999;
  border-radius: 0.25rem;
}

/*.timer-banner {background-color: #58abe7!important;}*/

.btnOrange {
  color: #000;
  background: #ef9002;
}

.btnGreen {
  background-color: #90b522;
}

.titleStyle {
  text-transform: uppercase;
  font-weight: bold;
  color: red;
}

.modal-dialog {
  max-width: 750px;
}

.btnSize {
  padding: 6px 78px;
  font-size: 40px;
}

.modal-footer {
  border-top: none;
}

.modal-header {
  border-bottom: 1px solid #dee2e6 !important;
}

.positionX {
  position: absolute;
  right: -25px;
  top: -25px;
  background: #fff !important;
  opacity: 1;
  border-radius: 30px;
  padding: 0 3px 3px 4px !important;
}

.textRed {
  color: #fb062a;
}
#footer ul {
  font-size: 12px;
  padding-left: 0;
}
#footer p {
  font-size: 12px;
  line-height: 18px;
  color: #6c757d;
  margin-bottom: 10px;
}
.footer-text li {
  list-style: none;
  font-size: 12px;
  display: inline;
  line-height: 14px;
  color: #6c757d;
  border-left: 1px solid #6c757d;
  padding: 0 8px;
}
.footer-text li:first-child {
  border-left: none;
}
.footer-text li a {
  color: #6c757d;
}
#footerLinks label,
#footerLinks select,
#footerLinks input {
  font-size: 16px;
}
#footerLinks p,
#footerLinks li,
#footerLinks h3 {
  font-size: 18px;
  line-height: 26px;
}
.modal-header h5 {
  margin-left: 0 !important;
}
.sm-text-center {
  text-align: center;
}
#footer p {
  margin-top: 10px;
}
    
  
