/* General styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Gilroy", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*  font-family: Arial, sans-serif;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header styles */
header {
  background-color: black;
  color: yellow;
  padding: 20px;
  padding-top: 40px;

  text-align: center;
}
h1, h2, h3 {
  text-align: center;
}
header h1 {
  font-size: 36px;
  margin: 0;
}

header h2 {
  color: cyan;
  font-size: 24px;
  margin-top: 10px;
}

/* Main content styles */
main {
  max-width: 810px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 480px) {
  main {
    padding: 15px;
  }

}
.container {
  padding-left: calc((100% - 810px)/2);
  padding-right: calc((100% - 810px)/2);
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Social proof styles */
.social-proof {
  margin-top: 40px;
}

.social-proof h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.social-emphasis {
  color: teal;
  font-style: italic;
  font-weight: 600;
/*  text-emphasis: filled;*/
}
.features {
  background-color: lightcyan;
  padding: 20px 0;
}
.features li{
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 5px;
/*  background-color: yellow;*/
}

blockquote {
  border-left: 4px solid #008080;
  padding-left: 20px;
}

cite {
  display: block;
  margin-top: 10px;
  font-style: italic;
}

/* Order now styles */
.order-now {
  margin-top: 40px;
  text-align: center;
}

.order-now h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.order-now img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  margin-bottom: 20px;
}

.order-now p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.order-now a {

}
.order-now button, .track-btn {
/*  background-color: #008080;*/
  color: #fff;
  border: none;
  background: red;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  width: 100%;
/*  transition: background-color 0.3s ease;*/
}
.track-btn {
  display: inline;
  text-decoration: none;
  background-color: black;
  margin-bottom: 15px;
}
.status p {
  font-size: 13px;
  line-height: 1;
}
.red-money {
  font-size: 28px;
  color: red;
}
.order-now button:hover {
  background-color: tomato;
}
form {
  text-align: left;
  max-width: 500px;
  margin: auto;  
}
label {
  display: block;
  margin: 5px 0;
  font-weight: 600;
  color: #444;
}
input, select {
  resize: none;
  display: inline;
  width: 100%;
  padding: 15px 15px 15px 15px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 13px;
  background-color: white;
  margin-bottom: 10px;
}
.alert {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    min-width: 350px;
    padding: 5px;
    border-radius: 4px;
    min-height: 50px;
    /*line-height: 50px;*/
    background: lightblue;
    color: var(--dark-bg-colored);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    z-index: 1001;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
    transition: all 2s ease;
}
.alert .close {
    background-color: #fff;
    padding: 8px;
    font-size: 20px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
}
form .invalid {
    border-color: red;
}
form .valid {
    border-color: dodgerblue;
}
/* // forms */

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_11.gif) center no-repeat rgba(255, 255, 255, 0.80);
}

.loader-success {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/success.gif) center no-repeat rgba(255, 255, 255, 0.80);
}

.invalid {
  /*background-color: #ffdddd;*/
  /*border-color: red;*/
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.valid {
  /*background-color: #ffdddd;*/
  border-color: transparent;
}
.text-center {
  text-align: center;
}
#whatsapp {
  position: fixed;
  bottom: 98px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: ;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0;
}

a span.fa-whatsapp {
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 40px;  
  color: #fff;
  background-color: #33cc33;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
}