﻿.sep {
  height: 0px !important;
}

@media only screen and (min-width: 768px) {
  .plan-card {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.plan-sel.has-insurance-toggle .insurance-toggle, .plan-sel.has-insurance-toggle .billing-cycle-toggle {
  width: 225px;
}
.plan-sel.has-insurance-toggle .insurance-toggle > *, .plan-sel.has-insurance-toggle .billing-cycle-toggle > * {
  width: calc(50% - 12px);
}
.plan-sel.has-insurance-toggle .insurance-toggle {
  width: 275px !important;
}

.plan-sel .the-price {
  font-size: 20px;
  font-family: "Gilroy-Bold";
}
.plan-sel .clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.plan-sel .confirm-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Adjust the opacity by changing the last value (0.5 in this example) */
  z-index: 10; /* Ensure it's on top of other elements */
}
.plan-sel .confirm-holder .confirm {
  background-color: #1E2963;
  color: white;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 16px;
}
.plan-sel .confirm-holder .confirm .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.plan-sel .confirm-holder .confirm .close .con {
  width: 25px;
  height: 25px;
}
.plan-sel .confirm-holder .confirm .close .con i {
  border-radius: 50% !important;
  color: #1E2963 !important;
  font-size: 20px;
  width: 25px;
  height: 25px;
}
.plan-sel .confirm-holder .confirm .intro {
  margin: 0px 0px;
}
.plan-sel .confirm-holder .confirm .tier {
  margin: 16px 0px;
  font-family: "Gilroy-SemiBold";
  font-size: 25px;
}
.plan-sel .confirm-holder .confirm .offer-confirm {
  margin-top: 26px;
  font-family: "Gilroy-Medium";
  font-size: 24px;
}
.plan-sel .confirm-holder .confirm .price {
  margin: 22px 0px 12px 0px;
  font-family: "Gilroy-Medium";
  font-size: 22px;
}
.plan-sel .confirm-holder .confirm .offer-then {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  margin-top: 6px;
}
.plan-sel .confirm-holder .confirm .warn {
  font-size: 14px;
}
.plan-sel .confirm-holder .confirm input[type=submit] {
  margin: 16px 0px;
  background-color: white;
  color: #1E2963;
  border-radius: 8px;
  width: 140px;
  padding: 8px;
  font-family: "Gilroy-SemiBold";
}
.plan-sel .confirm-holder .confirm .disclaimer {
  font-size: 12px;
}
.plan-sel .plan-card-price {
  margin: 3px 0px;
}
.plan-sel .clearfix {
  *zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.plan-sel .plan-card.has-highlight {
  margin-top: 30px;
}
.plan-sel .plan-card.has-double-highlight {
  margin-top: 50px !important;
}
.plan-sel .plan-card {
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 20px;
  color: white;
  text-align: left;
  position: relative;
}
.plan-sel .plan-card .head .heading {
  font-family: "Gilroy-SemiBold";
  font-size: 28px;
  float: left;
}
.plan-sel .plan-card .head button {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Gilroy-Medium";
  /* border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;*/
  padding: 8px 24px; /* top/bottom, left/right */
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
}
.plan-sel .plan-card .head button.current {
  background-color: #00993B;
}
.plan-sel .plan-card .strapline {
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
}
.plan-sel .plan-card .strapline.strapline-offer {
  text-decoration: underline;
  text-decoration-color: #00993B;
  font-size: 22px;
  margin-bottom: 16px;
}
.plan-sel .plan-card .pref-head.has-offer {
  top: -46px;
}
.plan-sel .plan-card .offer-head, .plan-sel .plan-card .pref-head {
  text-align: center;
  padding: 4px;
  background-color: #00993B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  position: absolute;
  width: 90%;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  z-index: -1;
}
.plan-sel .bg-Lite {
  background-color: #48ac5d;
}
.plan-sel .bg-Basic {
  background-color: #5A90DC;
}
.plan-sel .bg-Premium {
  background-color: #D12178;
}
.plan-sel .bg-Ultimate {
  background-color: #FAB512;
}
.plan-sel button {
  background-color: #1E2963;
  border-radius: 20px;
  padding: 3px 16px;
  font-size: 15px;
}
.plan-sel .mid > p {
  margin: 10px 0px;
  font-size: 15px;
  font-family: "Gilroy-Medium";
}
.plan-sel .bot {
  margin-top: 12px;
  text-align: center;
}
.plan-sel .bot-buttons {
  position: relative;
  text-align: center;
}
.plan-sel .bot-buttons button {
  padding: 8px 26px;
}
.plan-sel .plan-features, .plan-sel .plan-features-close {
  position: absolute;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-90px);
  top: -4px;
  font-size: 16px;
}
.plan-sel .billing-cycle-toggle {
  margin-bottom: 16px !important;
}
.plan-sel .plan-card.bg-Lite .chart-toggle {
  border: 2px solid #48ac5d;
}
.plan-sel .plan-card.bg-Lite .chart-toggle .selected {
  background-color: #48ac5d;
  border: 4px solid #48ac5d;
}
.plan-sel .plan-card.bg-Lite .chart-toggle :not(.selected) {
  color: #48ac5d;
}
.plan-sel .plan-card.bg-Basic .chart-toggle {
  border: 2px solid #5A90DC;
}
.plan-sel .plan-card.bg-Basic .chart-toggle .selected {
  background-color: #5A90DC;
  border: 4px solid #5A90DC;
}
.plan-sel .plan-card.bg-Basic .chart-toggle :not(.selected) {
  color: #5A90DC;
}
.plan-sel .plan-card.bg-Premium .chart-toggle {
  border: 2px solid #D12178;
}
.plan-sel .plan-card.bg-Premium .chart-toggle .selected {
  background-color: #D12178;
  border: 4px solid #D12178;
}
.plan-sel .plan-card.bg-Premium .chart-toggle :not(.selected) {
  color: #D12178;
}
.plan-sel .plan-card.bg-Ultimate .chart-toggle {
  border: 2px solid #FAB512;
}
.plan-sel .plan-card.bg-Ultimate .chart-toggle .selected {
  background-color: #FAB512;
  border: 4px solid #FAB512;
}
.plan-sel .plan-card.bg-Ultimate .chart-toggle :not(.selected) {
  color: #FAB512;
}
.plan-sel .chart-toggle {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}
.plan-sel .billing-cycle-toggle, .plan-sel .chart-toggle, .plan-sel .insurance-toggle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 16px;
  white-space: nowrap;
  padding: 0px;
  background-color: white;
  color: white;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #00993B;
}
.plan-sel .billing-cycle-toggle > *, .plan-sel .chart-toggle > *, .plan-sel .insurance-toggle > * {
  display: inline-block;
  padding: 2px 8px;
  font-size: 16px;
  min-width: 60px;
}
.plan-sel .billing-cycle-toggle :not(.selected):nth-child(2), .plan-sel .chart-toggle :not(.selected):nth-child(2), .plan-sel .insurance-toggle :not(.selected):nth-child(2) {
  margin-right: 15px;
}
.plan-sel .billing-cycle-toggle :not(.selected):nth-child(1), .plan-sel .chart-toggle :not(.selected):nth-child(1), .plan-sel .insurance-toggle :not(.selected):nth-child(1) {
  margin-left: 15px;
}
.plan-sel .billing-cycle-toggle .selected, .plan-sel .chart-toggle .selected, .plan-sel .insurance-toggle .selected {
  background-color: #00993B;
  border: 4px solid #00993B;
  /* outline: 2px solid $green; */
  border-radius: 20px;
  font-family: "Gilroy-Medium";
  margin: 2px;
}
.plan-sel .billing-cycle-toggle :not(.selected), .plan-sel .chart-toggle :not(.selected), .plan-sel .insurance-toggle :not(.selected) {
  color: #00993B;
  font-family: "Gilroy-Medium";
}
.plan-sel .f-head {
  background-color: #1E2963;
  color: white;
  margin-top: 6px;
  margin-bottom: 8px;
  text-align: left;
  padding: 4px;
  /*        margin-left: -15px;
  margin-right: -15px;*/
  padding-left: 10px;
}
.plan-sel .f-table {
  /*        margin-left: -10px;
  margin-right: -10px;*/
  color: #1E2963;
}
.plan-sel .f-table .indicator {
  padding: 0px 8px;
  width: 40px;
  text-align: center;
}
.plan-sel .f-table td {
  vertical-align: top;
  text-align: left;
  padding: 3px;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 0px;
}
.plan-sel .f-table td.no-feature {
  color: #8FA7C3;
}
.plan-sel .chart {
  display: none;
  margin-top: 6px;
}
.plan-sel .chart .intro-table {
  width: 100%;
  margin-bottom: 8px;
}
.plan-sel .chart .intro-table td {
  width: 33%;
  font-size: 14px;
  padding: 6px;
}
.plan-sel .chart .intro-table td .tier {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid white;
}
.plan-sel .chart .chart-head.selected {
  /*  outline: 2px solid white;*/
  font-family: "Gilroy-Medium";
  outline-offset: 2px;
}
.plan-sel .chart .chart-table.selected-lite tr:not(.chart-table-head) td:nth-child(2) {
  border-left: 1px solid #1E2963;
  border-right: 1px solid #1E2963;
  background-color: #fcfcfe;
}
.plan-sel .chart .chart-table.selected-lite tr:not(.chart-table-head) td:nth-child(3) {
  border-right: 1px solid #eee;
}
.plan-sel .chart .chart-table.selected-basic tr:not(.chart-table-head) td:nth-child(2) {
  border-left: 1px solid #1E2963;
  border-right: 1px solid #1E2963;
  background-color: #fcfcfe;
}
.plan-sel .chart .chart-table.selected-basic tr:not(.chart-table-head) td:nth-child(3) {
  border-right: 1px solid #eee;
}
.plan-sel .chart .chart-table.selected-premium tr:not(.chart-table-head) td:nth-child(3) {
  border-left: 1px solid #1E2963;
  border-right: 1px solid #1E2963;
  background-color: #fcfcfe;
}
.plan-sel .chart .chart-table.selected-premium tr:not(.chart-table-head) td:nth-child(2) {
  border-left: 1px solid #eee;
}
.plan-sel .chart .chart-table.selected-ultimate tr:not(.chart-table-head) td:nth-child(4) {
  border-left: 1px solid #1E2963;
  border-right: 1px solid #1E2963;
  background-color: #fcfcfe;
}
.plan-sel .chart .chart-table.selected-ultimate tr:not(.chart-table-head) td:nth-child(2), .plan-sel .chart .chart-table.selected-ultimate tr:not(.chart-table-head) td:nth-child(3) {
  border-left: 1px solid #eee;
}
.plan-sel .chart .chart-table {
  width: 100%;
  background-color: white;
}
.plan-sel .chart .chart-table .chart-table-head {
  background-color: #1E2963;
  color: white;
}
.plan-sel .chart .chart-table .chart-table-head td:nth-child(1) {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  padding: 4px 4px 4px 10px;
  color: white;
}
.plan-sel .chart .chart-table .chart-table-head td {
  padding-right: 4px;
  padding-left: 4px;
}
.plan-sel .chart .chart-table .chart-table-head .tier {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.plan-sel .chart .chart-table .chart-table-head td:nth-child(2), .plan-sel .chart .chart-table .chart-table-head td:nth-child(3), .plan-sel .chart .chart-table .chart-table-head td:nth-child(4) {
  padding: 4px 2px !important;
}
.plan-sel .chart .chart-table td:nth-child(1) {
  width: 40%;
  text-align: left;
  color: #1E2963;
  font-size: 14px;
}
.plan-sel .chart .chart-table td:nth-child(2), .plan-sel .chart .chart-table td:nth-child(3), .plan-sel .chart .chart-table td:nth-child(4) {
  width: 20%;
}
.plan-sel .chart .chart-table td:nth-child(2) .fa::before, .plan-sel .chart .chart-table td:nth-child(3) .fa::before, .plan-sel .chart .chart-table td:nth-child(4) .fa::before {
  width: 16px !important;
  height: 16px !important;
  font-size: 15px;
}
.plan-sel .chart .chart-table td:nth-child(2) .fa-times::before, .plan-sel .chart .chart-table td:nth-child(3) .fa-times::before, .plan-sel .chart .chart-table td:nth-child(4) .fa-times::before {
  padding-bottom: 1px;
}
.plan-sel .chart .chart-table td {
  text-align: center;
  padding: 8px;
  vertical-align: top;
}
.plan-sel .chart .chart-table tr:not(.chart-table-head) td:not(.selected) {
  /*                     border-right: 1px solid #eee;
  border-left: 1px solid #eee;*/
}
.plan-sel .chart .chart-table tr:not(.chart-table-head) td.selected {
  border-right: 1px solid #1E2963 !important;
  border-left: 1px solid #1E2963 !important;
}
.plan-sel .f-row {
  white-space: nowrap;
}
.plan-sel .f-row > * {
  display: inline-block;
}
.plan-sel .f-row > :first-child {
  width: 30px;
}
.plan-sel .f-row > :nth-child(2) {
  text-align: left;
  white-space: normal;
}
.plan-sel .fa-times {
  /*border: 2px solid $red;*/
  /* padding-left: 2px;*/
}
.plan-sel .fa-times::before {
  background-color: #8FA7C3 !important;
}
.plan-sel .fa-check::before {
  background-color: #1E2963 !important;
}
.plan-sel .fa-times::before, .plan-sel .fa-check::before {
  color: white;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.plan-sel .con {
  /* width: 22px;
  height: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px !important;*/
}
.plan-sel .fa {
  /*display: flex !important;
  width: 18px;
  height: 18px;
  font-size: 15px;*/ /* Adjust this to your preference */
  /*background-color: white;
  justify-content: center;
  align-items: center;*/
}
.plan-sel .features-all:not(.show) {
  display: none;
}
.plan-sel .features-all .summary {
  background-color: white;
}
.plan-sel .plan-features-close {
  display: none;
}
