@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&Lato:wght@100;300;400;700;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.is-green {
  color: #35a740; }

.is-red {
  color: #dc3545; }

html, body {
  font-family: system-ui, -apple-system, system-ui, ".SFNSText-Regular", sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 600; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

body {
  background: #E5EAEE url("../images/mainbg.png") center center repeat;
  background-size: 300px;
  font-family: "Mulish", sans-serif; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 260px; }

.fullw {
  width: 100% !important; }

.nopadd {
  padding: 0 !important; }

.red {
  color: #ff0606; }

.submit-wrap {
  background: #fff9ef;
  padding: 30px 40px; }

.cards {
  height: 20px; }

.submit-btn {
  background: #1b4f90;
  display: flex;
  flex: 1 1 100%;
  color: #fff;
  background: #35a740;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  font-size: 1rem; }
  .submit-btn i {
    margin-left: 10px; }
  .submit-btn:hover {
    background: #2f9439;
    color: #fff; }

.btn-brand {
  white-space: normal;
  background: #dca815;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: inline-block;
  border: 2px solid #ffc41e;
  padding: 0.8rem 0.25rem;
  border-radius: 2px; }
  .btn-brand:hover {
    color: #fff;
    border: 2px solid #a5ce16;
    background: #44b916; }
  .btn-brand .main {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
    clear: both; }
  .btn-brand .sub {
    font-size: 0.9rem;
    opacity: 0.75;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
    width: 100%;
    float: left;
    clear: both; }

.btn-red {
  white-space: normal;
  background: #ff0606;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: inline-block;
  border: 2px solid #ed4343;
  padding: 0.8rem 0.25rem;
  border-radius: 2px; }
  .btn-red:hover {
    color: #fff;
    border: 2px solid #a5ce16;
    background: #44b916; }
  .btn-red .main {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
    clear: both; }
  .btn-red .sub {
    font-size: 0.9rem;
    opacity: 0.75;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
    width: 100%;
    float: left;
    clear: both; }

.btn-submit-form {
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem 0.5rem;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
  letter-spacing: 2px; }

.brand {
  background: url("../images/logoicon.svg") no-repeat top right;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100% 100%;
  margin: 0 !important; }

#header {
  background: #fff;
  color: #fff;
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
  padding: 20px 0;
  margin-bottom: 15px; }
  #header .row {
    justify-content: space-between; }
  #header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #header .logo img {
      max-height: 24px;
      position: relative;
      top: -1px; }
  #header .secure {
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    background: url("../images/padlock.png") left center no-repeat;
    background-size: 32px auto;
    padding-left: 40px;
    margin-top: -5px; }
    #header .secure span {
      font-weight: 600;
      font-size: 13px; }

.select-wrap {
  font-weight: 400;
  outline: 0;
  font-size: 0.85rem !important; }
  .select-wrap .btn-light {
    color: #495057 !important;
    background-color: #fff;
    font-size: 0.75rem !important;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    outline: 0;
    height: 36px;
    padding: 0px 10px 0 8px !important;
    line-height: 36px; }
    .select-wrap .btn-light .filter-option-inner-inner {
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }

#main {
  margin-top: 0;
  padding-bottom: 30px; }
  #main .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    padding: 15px; }
  #main .container:first-child {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06); }
  #main #checkout-form .row {
    margin: 0 !important; }
  #main #checkout-form .form-control {
    font-size: 0.85em !important; }
  #main #checkout-form header {
    background: #1b4f90;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1) inset; }
    #main #checkout-form header.rounded {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    #main #checkout-form header h3 {
      font-size: 0.859rem;
      margin: 0;
      color: #fff;
      text-transform: uppercase; }
      #main #checkout-form header h3 strong {
        margin-right: 5px;
        letter-spacing: -0.5px; }
  #main #checkout-form .form-box .phone-wrap {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    align-items: center; }
  #main #checkout-form .form-box section {
    padding: 20px 15px 20px 25px; }
  #main #checkout-form .form-box .group-wrap {
    display: grid;
    grid-template-columns: 80px auto;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    margin-bottom: 15px; }
    #main #checkout-form .form-box .group-wrap label {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      font-size: 0.8rem; }
  #main #checkout-form .form-box #expdate {
    display: grid;
    grid-template-columns: 100px 80px 80px auto;
    grid-template-rows: 1fr; }
    #main #checkout-form .form-box #expdate .badges {
      display: flex;
      align-items: center;
      justify-content: center; }
      #main #checkout-form .form-box #expdate .badges img {
        position: relative;
        top: 1px; }
  #main #checkout-form .form-box #weaccept {
    display: grid;
    grid-template-columns: 100px auto; }
  #main #checkout-form .form-box #cardn {
    display: grid;
    grid-template-columns: 100px auto 81px 60px; }
  #main #checkout-form .form-box input[type="text"], #main #checkout-form .form-box input[type="search"], #main #checkout-form .form-box input[type="number"], #main #checkout-form .form-box input[type="tel"], #main #checkout-form .form-box input[type="password"] {
    height: 36px;
    padding: 5px 10px;
    line-height: normal; }
  #main #checkout-form .form-box input[type="text"], #main #checkout-form .form-box input[type="search"], #main #checkout-form .form-box input[type="number"], #main #checkout-form .form-box input[type="tel"], #main #checkout-form .form-box input[type="password"] {
    font-weight: 400;
    font-size: 0.85em;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    outline: 0; }
  #main #checkout-form .form-box textarea, #main #checkout-form .form-box .a-input-text {
    font-weight: 400;
    font-size: 0.95rem;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
    outline: 0; }
  #main #checkout-form .form-box input[type="text"] ::selection, #main #checkout-form .form-box input[type="search"] ::selection, #main #checkout-form .form-box input[type="number"] ::selection, #main #checkout-form .form-box input[type="tel"] ::selection, #main #checkout-form .form-box input[type="password"] ::selection {
    color: #fff;
    text-shadow: #007931 1px 2px 2px;
    background-color: #3399FF; }
  #main #checkout-form .form-box textarea ::selection, #main #checkout-form .form-box select ::selection, #main #checkout-form .form-box .a-input-text ::selection {
    color: #fff;
    text-shadow: #007931 1px 2px 2px;
    background-color: #3399FF; }
  #main .content {
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff; }
  #main #headings {
    margin-bottom: 0.25rem;
    color: #000;
    padding: 0; }
    #main #headings h3 {
      padding: 0;
      text-align: center;
      font-family: "Poppins", sans-serif;
      line-height: 2.25rem;
      font-size: 1.9rem;
      margin-top: 0;
      font-weight: 500;
      letter-spacing: -0.5px; }
      #main #headings h3 strong {
        font-weight: 600; }
      #main #headings h3 small {
        line-height: 2rem;
        color: #ff0606;
        font-weight: 600;
        letter-spacing: 4px;
        font-size: 1.5rem;
        text-transform: uppercase; }
        #main #headings h3 small ::before {
          content: "-----"; }

.order-summary {
  border-top: 1px solid #E5EAEE; }
  .order-summary h6 {
    margin-top: 20px;
    text-transform: uppercase; }
  .order-summary .total-row {
    text-align: right !important; }
  .order-summary table thead {
    background: #f8f9fa; }
    .order-summary table thead tr th {
      font-size: 14px; }
  .order-summary table .last {
    text-align: right; }
  .order-summary table tr td {
    font-size: 14px; }
  .order-summary .prowrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5EAEE; }
  .order-summary h5 {
    text-transform: uppercase; }
  .order-summary .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    border-top: 0;
    font-weight: normal; }

.control-dropdown::after {
  font-family: Arial, Helvetica;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  color: #999999;
  position: absolute;
  top: -3px;
  right: 15px;
  z-index: 750;
  font-size: 14pt;
  line-height: 40px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.1s ease-in-out; }
.control-dropdown:hover::after {
  color: #44b916; }

.product {
  border: 1px solid #49b751;
  box-shadow: 0px 0px 5px rgba(6, 170, 45, 0.22);
  border-radius: 4px;
  padding: 30px 40px 20px 40px;
  position: relative;
  overflow: hidden; }
  .product i {
    color: #49b751;
    margin-right: 5px; }
  .product::before {
    background: url("../images/logoicon.svg") no-repeat top right;
    background-size: 50% 50%;
    width: 600px;
    height: 600px;
    content: ' ';
    position: absolute;
    top: -40px;
    right: -40px;
    opacity: 0.02; }
  .product::after {
    background: url("../images/check.png") no-repeat center center;
    background-size: 100%  100%;
    width: 24px;
    height: 24px;
    content: ' ';
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .product p {
    font-size: 22px; }
  .product ul li {
    opacity: .9;
    font-size: 14px;
    font-weight: 400; }
    .product ul li strong {
      font-weight: 600; }

#product-bought {
  padding: 10px 20px 0 20px; }
  #product-bought i {
    color: #49b751;
    margin-right: 5px; }
  #product-bought .rowap {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 7fr 2fr;
    align-items: center;
    justify-content: center;
    column-gap: 10px; }
  #product-bought h1, #product-bought h2, #product-bought h3, #product-bought h4, #product-bought h5, #product-bought h6 {
    color: #173d77; }
  #product-bought .description {
    border-top: 1px solid #E5EAEE;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px; }
    #product-bought .description p {
      font-weight: 300; }
    #product-bought .description ul li i {
      font-size: 80%; }
  #product-bought .heading-wrap {
    padding-top: 10px;
    padding-bottom: 20px; }
    #product-bought .heading-wrap h4 {
      color: #173d77;
      font-weight: 600; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -10px 20px 0 rgba(12, 0, 46, 0.2);
  /* Set the fixed height of the footer here */
  height: 180px;
  text-align: center;
  background: #232e39;
  padding-top: 30px; }
  footer .footer-logo {
    max-width: 200px; }
  footer ul {
    margin: 0; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        width: 100%;
        font-size: 0.8rem;
        opacity: 0.5;
        color: #fff;
        font-weight: 300;
        padding: 0.7rem 0.6rem;
        border-radius: 2px;
        text-decoration: none; }
        footer ul li a:hover {
          text-decoration: none;
          color: #fff;
          opacity: 1;
          background: #173d77; }

/* Sticky footer styles
-------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  body .container {
    padding-left: 0;
    padding-right: 0; }

  .container-fluid, .container {
    max-width: 100% !important; }

  #header {
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #header .row {
      align-items: center;
      justify-content: center; }
    #header .secure {
      flex-direction: row;
      font-size: 11px;
      white-space: nowrap;
      color: #000;
      display: flex;
      line-height: 28px;
      text-align: left;
      background-size: 16px auto;
      padding-left: 20px;
      margin-top: 0px; }
      #header .secure span {
        font-size: 11px; }
    #header .logo {
      display: flex;
      flex: 1 1 100%;
      align-items: center;
      justify-content: center; }
      #header .logo img {
        max-height: 16px;
        margin-top: 5px; }

  #main .wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 0 10px;
    margin-top: -5px; }
    #main .wrap #checkout-form {
      order: 1; }
    #main .wrap #checkout-sidebar {
      order: 2; }

  .cards {
    width: 180px;
    height: auto; }

  #cardn .justify-content-end {
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important; }

  #expdate {
    display: flex !important;
    flex-direction: column; }
    #expdate .dropdown {
      width: 100% !important; }

  #checkout-form .form-box .group-wrap {
    display: flex !important;
    flex-direction: column; } }

#phoneverified{
    display: none;
}
#allverified{
    display: none;
}
/*# sourceMappingURL=checkout.css.map */
