/*
CTC Separate Stylesheet
Updated: 2024-10-17 11:02:22
*/

:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #2a9d8f;
  --popular: #ffdd40;
  --starter: #f73859;
  --essential: #00aeef;
  --professional: #ff7f45;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s ease;
}

.tooltip:hover .tooltiptext,
.tooltip:active .tooltiptext {
    visibility: visible;
    opacity: 1;
}
a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

body {
  font: 18px/1.5 "Open Sans", sans-serif;
  background: var(--lightgray);
  margin-bottom: 100px;
}

h1 {
  font-size: 2.5rem;
}

.custom_container {
  max-width: 1270px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}

.intro-text {
  padding: 50px 0;
}

.intro-text a {
  text-decoration: underline;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 54px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--darkgreen);
  transition: transform 0.25s ease-in-out;
}
.hide {
  display: none;
}

/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table-wrapper {
  background: var(--white);
  overflow-x: auto;
}

.compare table {
  width: 100%;
}

.compare table tr {
  display: flex;
}

.compare table th,
.compare table td {
  width: 25%;
  min-width: 150px;
}

.compare table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 10px 0;
}

.compare table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
}

.compare table th:nth-child(1) svg {
  width: 22px;
  height: 22px;
}

.compare table th .heading {
  padding: 1rem;
  color: #000;
}

.compare table th .heading {
  background: #e6f7ff;
}

.compare table th .info {
  position: relative;
  padding: 1.5rem 0;
  border: 1px solid #daeaff;
  border-bottom: 1px solid #f2efee;
}

.compare table th .popular {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  background: var(--popular);
  padding: 4px 8px;
  border-radius: 2px;
}

.compare table th .amount {
  font-size: 4rem;
  font-weight: 700;
}

.compare table th .amount span {
  display: block;
  transform: translateY(-8px);
}

.compare table th:nth-child(2) .amount {
  color: var(--starter);
}

.compare table th:nth-child(3) .amount {
  color: var(--essential);
}

.compare table th:nth-child(4) .amount {
  color: var(--professional);
}

.compare table th .billing-msg,
.compare table th .amount span {
  font-weight: normal;
  font-size: 1.2rem;
  font-weight: 600;
}

.compare table th button {
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 10px;
  transition: all 0.2s;
  border: 1px solid;
}

.compare table th:nth-child(2) button {
  color: var(--starter);
  border: 1px solid var(--starter);
}

.compare table th:nth-child(2) button:hover {
  background: var(--starter);
}

.compare table th:nth-child(3) button {
  color: var(--essential);
  border: 1px solid var(--essential);
}

.compare table th:nth-child(3) button:hover {
  background: var(--essential);
}

.compare table th:nth-child(4) button {
  color: var(--professional);
  border: 1px solid var(--professional);
}

.compare table th:nth-child(4) button:hover {
  background: var(--professional);
}

.compare table th button:hover {
  color: var(--white);
  background: #16398d;
}
.compare table td {
  padding: 10px;
}

.compare table td:not(:first-child) {
  border-left: 1px solid var(--lightgray);
}

.compare table td:first-child {
  text-align: left;
}
.plntbl tr td {
  color: #00388b;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.compare table svg {
  width: 18px;
  height: 18px;
}

.compare table svg.not-included {
  fill: var(--gray);
}

.compare table svg.starter {
  fill: var(--starter);
}

.compare table svg.essential {
  fill: var(--essential);
}

.compare table svg.professional {
  fill: var(--professional);
}

.compare table .hide {
  display: none;
}
.dropdown {
  text-align: center;
}

/* tooltip style */
.fe-icon-circle {
  background: #c7ebff;
  color: #00388b;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  padding: 0 7px;
  border-radius: 4px;
}
.plntbl td:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background: aliceblue;
  z-index: -1;
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  font-size: 16px;
  background: var(--lightgray);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

.compare table td {
  text-align: center;
  border: 1px solid #daeaff;
  border-bottom: 1px solid #f2efee;
  padding: 20px 14px;
}
.compare select {
  background: #fff;
  font-size: 18px;
  color: #00388b;
  border-radius: 10px;
  border: 1px solid #a7c7f1;
  padding: 5px 60px;
  text-align: left;
  padding-left: 20px;
}
.compare table tr:hover > td {
  background-color: aliceblue;
}

/* .compare i {
  color: #2bd537;
} */

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
	font-size: 12px;
    padding: 10px !important;
}
table,
td,
th,
tr {
  text-align: left;
  border-spacing: 0;
}

.plntbl-mnwrapr {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}

.plntbl {
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.plntbl td {
  text-align: center;
  border-bottom: 1px solid #f2efee;
  padding: 20px 14px;
}

.plntbl th {
  font-size: 170%;
  text-align: center;
  padding: 10px 5px;
  border: none;
  vertical-align: middle;
  background: #effbff;
  color: #00398d;
  font-size: 20px;
  font-weight: 600;
}

.krsn-drp-mncntnr {
  min-width: 200px;
  float: left;
  position: relative;
}

.krsn-plan-selected {
  padding: 12px 30px 12px 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.krsn-drp-wrapr {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 1;
  border: 1px solid #c3d5e8;
  border-radius: 10px;
}

.krsn-drp-item {
  padding: 12px 30px 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.plntbl-pric-strik-num {
  font-weight: 500;
  position: relative;
}

.plntbl-pric-strik-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: calc(100% + 14px);
  height: 1px;
  background: #5c5f67;
}

.plntbl-price-wrapr {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #434343;
  font-size: 30px;
  font-weight: 600;
  padding: 13px 0;
}

.plntbl-pric-crnc {
  align-self: flex-start;
}

.plntbl-pric-mo {
  align-self: flex-end;
  margin-bottom: 3px;
}

.plntbl-pric-num {
  margin: 0 2px 0 4px;
  line-height: 0.9;
}

.plntbl-pric-strik-mo {
  font-size: 11px;
  margin-bottom: 3px;
}

.plntbl .plntbl-rwmrk {
  position: relative;
  z-index: 5;
}

.fe-header {
  text-align: center;
  padding: 85px 0;
  background: url("/img-assets/features/features-waves.png") center center
    no-repeat;
  background-size: cover;
  background-color: #0066de;
}

.fe-h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  padding-bottom: 10px;
}

.fe-p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 709px;
  margin: auto;
  line-height: 1.5;
}

.plntbl-price-strik-wrapr {
  display: inline-block;
  color: #434343;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}

.plntbl-dscnt-wrapr {
  display: inline-block;
  color: #ff8c22;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  background: #fff4de;
  padding: 6px 10px;
}

.btngtm-buynow {
  width: 100%;
  max-width: 240px;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.fe-tbl-space {
  height: 40px;
}

.plntbl tr td {
  color: #00388b;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.fe-tbl-bor {
  position: relative;
  top: 3px;
}

.fe-pln-name1 {
  border-radius: 10px 0 0 0;
}

.fe-pln-name2 {
  border-radius: 0 10px 0 0;
}

.fe-icon-circle {
  background: #c7ebff;
  color: #00388b;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  padding: 0 7px;
  border-radius: 4px;
  cursor: pointer;
}
.plntbl .plntbl-rwmrk {
  top: 8px;
}

.plntbl .plntbl-rwmrk td:first-child {
  font-size: 23px;
  border-radius: 16px 16px 0 0;
  padding: 22px 25px;
  border: none;
  font-weight: 700;
}
.btn-blu1-clr {
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.plntbl tr td {
  color: #00388b;
  font-size: 16px;
  font-weight: 500;
}
.mf-years-box {
  border-left: none !important;
}

.plntbl tr td:first-child {
  background: 0 0;
  border-left: 1px solid #daeaff;
  padding-left: 25px;
}

.plntbl-pric-crnc {
  margin-right: -5px;
  vertical-align: super;
  font-size: 22px;
}

.plntbl-pric-mo {
  font-size: 18px;
  font-weight: 400;
}

.plntbl tr td:first-child,
.plntbl tr th:first-child {
  max-width: 292px;
}

.plntbl-mncntnr {
  padding: 0 10px 60px;
}

.krsn-arrow {
  font-size: 17px;
  position: absolute;
  right: 23px;
  top: 12px;
  font-weight: 100;
  transform: rotate(-90deg);
}

.krsn-plan-selected:before {
  content: unset;
}

.krsn-plan-selected {
  background: #fff;
  font-size: 18px;
  color: #00388b;
  border-radius: 10px;
  border: 1px solid #a7c7f1;
}

.krsn-drp-item {
  font-size: 13px;
  color: #4176c7;
}

.plntbl-btn a {
  padding: 10px 5px;
  border-radius: 10px;
  background: #2569ce;
}

.plntbl-btn a i {
  padding-left: 8px;
}

.bg_fff {
  background: #fff !important;
}

.plntbl tr td:first-child,
.plntbl tr th:first-child {
  text-align: left;
  border-right: none;
}

.plntbl tr th:first-child {
  background: 0 0;
}

.plntbl .fa-times {
  color: #4c4949;
}

.plntbl .fa-check {
  color: #0f9303;
}

.plntbl .plntbl-rwmrk td:first-child {
  color: #252525;
  background: #eff6ff;
}

.plntbl-mncntnr-4sticky .plntbl thead {
  top: 77px;
}

.stkthead {
  position: sticky;
  top: 0px;
  background: #fff;
}

.plntbl td + td,
.plntbl th + th {
  display: none;
}

.tbl_ul {
  display: flex;
  flex-flow: row wrap;
  z-index: 10;
  background: #fff;
  justify-content: center;
  position: sticky;
  z-index: 10;
  top: 50px;
}

.tbl_ul li {
  margin: auto 10px;
}

.tbl_ul button {
  width: 100%;
  border: 1px solid #2c4b79;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #084f6b;
  background: #e7f7fe;
  border-radius: 10px;
}

.tbl_stick {
  position: sticky;
  z-index: 10;
  top: 250px;
}

.tbl_active_tab {
  display: block;
}

li.tbl_active_tab button {
  background: #fff;
  color: #4176c7;
  border-color: #4176c7;
}

.pln_mob_ttl {
  color: #4176c7;
  font-size: 18px;
  padding-bottom: 7px;
}

.tbl-mob {
  display: none;
}

.tbl-ys {
  color: #2bd537;
  position: relative;
}

.tbl-ys:before {
  content: "\2713";
  font-weight: 700;
  font-size: 17px;
}

.tbl-no {
  color: #ddd;
  position: relative;
}

.tbl-no:before {
  content: "\2715";
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #c0cad0;
}

@media (max-width: 1000px) {
  .fe-header {
    padding: 70px 10px;
  }
  body .plntbl td + td,
  body .plntbl th + th {
    overflow-x: scroll;
    display: block !important;
  }
  .compare table th .heading {
    font-size: 18px;
  }
  .compare table th .amount {
    font-size: 3rem;
    font-weight: 700;
  }
  .compare table th button {
    font-size: 16px;
  }
  .compare select {
    padding: 5px 10px;
  }
  .fe-h2 {
    font-size: 42px;
  }

  .fe-p {
    font-size: 17px;
    line-height: 1.4;
    max-width: 666px;
  }

  .stkthead {
    top: 0px !important;
  }

  .btngtm-buynow {
    font-size: 14px;
  }

  .plntbl-pric-mo {
    font-size: 14px;
  }

  .krsn-plan-selected,
  .plntbl tr td {
    font-size: 14px;
  }

  .plntbl-dscnt-wrapr {
    font-size: 12px;
    padding: 2px 5px;
  }

  .plntbl-price-strik-wrapr {
    font-size: 12px;
  }

  .plntbl .plntbl-rwmrk td:first-child {
    font-size: 20px;
    padding: 16px 23px;
  }

  .fe-tbl-space {
    height: 18px;
  }
}

@media (max-width: 950px) {
  .plntbl-mnwrapr {
    width: 100%;
  }

  .tbl_ul {
    padding: 20px 0;
  }

  .plntbl-mncntnr-top-padding {
    margin-top: 0;
  }

  .fe-h2 {
    font-size: 35px;
  }

  .fe-p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .plntbl tr td:first-child,
  .plntbl tr th:first-child {
    max-width: 138px;
  }

  .krsn-drp-mncntnr {
    min-width: 120px;
  }
}

@media (max-width: 699px) {
  .krsn-drp-mncntnr {
    position: absolute;
    top: 58px;
  }

  .tbl_ul li {
    margin: auto 2px;
  }

  .plntbl-mncntnr {
    padding: 0;
  }

  .tbl-mob {
    display: block;
  }

  .tbl-pc {
    display: none;
  }

  .stkthead {
    top: 150px;
    background: #fff;
    box-shadow: 0 2px 2px #eee;
    z-index: 10;
    width: 100%;
  }

  .plntbl-pric-strik-crnc,
  .plntbl-price-wrapr {
    display: contents;
  }

  .plntbl tr td:first-child {
    border: 1px solid #daeaff;
  }

  .plntbl tr td.mf-years-box:first-child {
    border: none;
  }
}

@media (min-width: 601px) and (max-width: 780px) {
  .tbl_ul {
    padding-bottom: 55px;
    top: 68px;
  }
}

td:first-child + td {
  display: table-cell;
}

@media (max-width: 699px) {
  .mf-years-box {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
    background: 0 0 !important;
  }

  .tbl_ul button {
    padding: 9px 19px;
    margin-top: 10px;
  }

  .stkthead {
    top: 185px;
    left: 0;
  }

  .plntbl-price-strik-wrapr {
    display: inline-block;
    margin-right: 8px;
  }

  .tbl_ul {
    top: 75px;
    padding-bottom: 52px;
  }

  .plntbl-pric-crnc {
    margin-right: -14px;
    vertical-align: super;
  }

  .plntbl-pric-mo {
    margin-left: -8px;
  }

  .plntbl-mnwrapr {
    margin-top: 0;
  }

  .krsn-drp-mncntnr {
    top: 12px;
    left: 50%;
    transform: translate(-50%);
  }

  .fe-1row {
    left: -44%;
    position: relative;
  }

  .fe-2row {
    left: -109%;
    position: relative;
  }

  .mf-years-box {
    width: 100%;
  }

  .plntbl-price-wrapr {
    display: block;
  }

  .krsn-drp-mncntnr {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .stkthead-2 td {
    width: 59%;
  }

  .fe-1row {
    left: -40%;
  }

  .fe-2row {
    left: -39%;
  }
}

@media (max-width: 360px) {
  .stkthead-2 td {
    width: 100%;
  }

  .fe-1row {
    left: -49%;
  }

  .fe-2row {
    left: -49%;
  }
}

@media (min-width: 700px) {
  .tbl_ul {
    display: none;
  }

  td,
  th {
    display: table-cell !important;
    width: 330px;
  }

  td + td,
  th + th {
    width: 22%;
    border: 1px solid #daeaff;
  }

  .plntbl_4 td + td,
  th + th {
    width: 20%;
  }
}

.krsn-plan-selected {
  position: relative;
}

.krsn-plan-selected:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  border: solid #00388b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.plntbl tr:hover > td {
  background-color: aliceblue;
}

.plntbl td:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background: aliceblue;
  z-index: -1;
}

.plntbl-rwmrk td:hover:before {
  content: unset;
}

.plntbl .stkthead td:hover:before {
  content: unset;
}

@media (max-width: 768px) {
  .plntbl td:hover::before {
    display: none;
  }

  .plntbl td {
    padding: 15px 4px;
  }
}

@media (min-width: 700px) {
  .plntbl td {
    position: relative;
  }
}

@media (max-width: 400px) {
  .tbl_ul button {
    padding: 10px;
  }
}



body .tooltip {
    opacity: 1 !important;
	display: inline-block;
}
.compare td {
    overflow: visible !important;
}
