@import url(https://fonts.googleapis.com/css?family=Fira+Sans&display=swap);@charset "UTF-8";

body {
  font-family: "Fira Sans", sans-serif;
}

label {
  font-size: 15px;
}

.bg-main-section {
  background-image: url(/images/circle-bg.jpg?3a070f2cdf2adad890424974314ddc38);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-main-section .top-sec {
  border-bottom: 1px solid #d3d3d3;
}

.bg-main-section .top-sec .header-logo {
  padding: 25px 0px;
}

.bg-main-section .form-main .form-box {
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #ffffff;
  margin-top: 70px;
  border-radius: 10px;
}

.bg-main-section .form-main .form-box .cust-form label {
  font-weight: 600;
  color: #555555;
  font-size: 15px;
}

.bg-main-section .form-main .form-box .cust-form label .red {
  color: red;
}

.bg-main-section .form-main .form-box .cust-form .cust-input {
  height: 48px;
  border-radius: 0;
  width: 93%;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.bg-main-section .form-main .form-box .add-more a {
  color: #656565;
}

.form-title h1,
.form-title h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Fira Sans", sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: bolder;
}

.g-label {
  font-weight: 700;
  color: #656565;
}

.g-label .red {
  color: red;
}

.form-check-inline .radio {
  margin-right: 2.5rem;
}

.form-check-inline .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.form-check-inline .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  position: relative;
  top: 4px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.form-check-inline .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.form-check-inline .radio input[type=radio]:checked + .radio-label:before {
  background-color: #1572ba;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.form-check-inline .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #1572ba;
}

.form-check-inline .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.cust-textarea {
  border-radius: 0;
  resize: none;
}

.cust-textarea:focus {
  box-shadow: none;
}

.cb-styles .css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cb-styles .css-checkbox + .css-label {
  padding-left: 27px;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px !important;
  vertical-align: middle;
  cursor: pointer;
  color: #666666;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.cb-styles .css-checkbox:checked + .css-label {
  background-position: -2px -20px;
}

.bg-main-section .form-main .form-box .cust-form .cust-input::-ms-clear {
  display: none;
}

input.error {
  border: 1px solid #FF4E5D !important;
}

select.error {
  border: 1px solid #FF4E5D !important;
}

label.error {
  color: #FF4E5D !important;
  font-weight: 500 !important;
  font-size: 13px;
  margin-bottom: 0;
}

.vlad {
  background-image: url(/images/chk-box.png?aafcc2bf68b9fe6b7285b3bae1dd4c89);
}

.vlad a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.device_color .chk_device_color:checked + .radio-label {
  color: #555555 !important;
  font-weight: 600 !important;
}

.device_color .radio-label {
  color: #9b9b9b !important;
  font-weight: 400 !important;
}

.chk-card {
  width: 100%;
}

.chk-card .card-input-element {
  display: none;
}

.chk-card .card-input-element:checked + .card-input {
  border: 1.2px solid #1572ba;
  background-color: #eaf6ff;
}

.chk-card .card-input-element:checked + .card-input .panel-heading {
  color: #1572ba;
}

.chk-card .card-input-element:checked + .card-input p {
  color: #1572ba;
}

.chk-card .card-input-element:checked + .card-input .panel-body {
  color: #5e8fb5;
}

.chk-card .card-input {
  margin: 0px;
  border: 1px solid #656565;
  padding: 20px 5px;
  min-height: 176px;
  border-radius: 5px;
  position: relative;
}

.chk-card .card-input .panel-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #656565;
}

.chk-card .card-input p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #656565;
}

.chk-card .card-input .panel-body {
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  padding: 10px 26px;
  left: 50%;
  color: #a9a9a9;
  transform: translate(-50%);
  width: 100%;
  font-weight: 700;
}

.chk-card .card-input:hover {
  cursor: pointer;
}

.kit {
  border: 1px solid #656565;
  padding: 10px;
  border-radius: 5px;
}

.sb {
  width: 120px;
  background: url(/images/icon-arrow.png?0ed47104861787350f3f2c8da56a6ff6) 96%/15% no-repeat #ffffff !important;
  padding-right: 5px;
}

.card-span {
  position: relative;
}

.card-span span {
  position: absolute;
  right: 0%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 98%;
  color: #8f8e8e;
}

.btn-paynow {
  background-color: #1472ba;
  color: #ffffff;
  border: 1px solid #1472ba;
  padding: 10px 7px;
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.btn-paynow:hover {
  background-color: transparent;
  border: 1px solid #1472ba;
  color: #1472ba;
  outline: none;
}

.btn-paynow:focus {
  outline: none;
}

.drpdown {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url(/images/icon-arrow.png?0ed47104861787350f3f2c8da56a6ff6) 96%/8% no-repeat #ffffff;
  padding-right: 14px;
}

.drpdown:focus {
  outline: none;
}

.footer {
  display: flex;
  padding-top: 100px;
  justify-content: center;
}

.footer .footer-content {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer .footer-content .copyright_span:before {
  content: "\A9";
  font-size: 17px;
  top: 2px;
  position: relative;
}

.footer .footer-content .text-link {
  color: #1B75BC;
  text-decoration: none;
}

.footer .footer-content .footer-spacer {
  color: #ccc;
}

.samephysicaladdress {
  display: none;
}

.showPhysicalAddress {
  display: flex;
}

p.error {
  color: #FF4E5D !important;
  font-weight: 500 !important;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: -10px;
  margin-left: 10px;
}

.select_price_plan {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.thankyou_body {
  height: 100%;
  min-height: 100%;
}

.thankyou_body .form-main-thankyou {
  display: flex;
  vertical-align: middle;
  height: 78%;
  align-items: center;
}

.thankyou_body .footer_thankyou {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0;
}

.thankyou_body .site-header {
  margin: 0 auto;
  max-width: 820px;
}

.thankyou_body .site-header .site-header__title {
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.thank_you_html {
  height: 100%;
}

.screen-reader-element-only {
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
}

.shipping_chk_div {
  align-items: center;
}

.shipping_chk_div .vlad {
  font-weight: 500 !important;
  color: #8f8e8e !important;
}

.invalid_year {
  position: relative;
  width: 250px;
  right: 130px;
}

select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .sb {
    width: 100%;
    background: url(/images/icon-arrow.png?0ed47104861787350f3f2c8da56a6ff6) 96%/5% no-repeat #ffffff !important;
  }

  .card-span span {
    display: none;
  }

  .form-check-inline .radio {
    margin-right: 1rem;
  }

  #expire_year-error {
    right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sb {
    width: 100%;
    background: url(/images/icon-arrow.png?0ed47104861787350f3f2c8da56a6ff6) 96%/5% no-repeat #ffffff !important;
  }

  .card-span span {
    display: none;
  }

  .form-check-inline .radio {
    margin-right: 1rem;
  }

  #expire_year-error {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-span span {
    display: none;
  }

  .sb {
    width: 100%;
  }

  #expire_year-error {
    right: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sb {
    width: 100%;
  }

  .card-span span {
    display: none;
  }

  #expire_year-error {
    right: 220px;
  }
}

