.hero {
  background-image: url(../images/hero_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 150px;
}
@media (max-width: 1400px) {
  .hero {
    padding: 100px 0 130px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 80px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding: 50px 0 70px;
  }
}
.hero h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  max-width: 580px;
  margin: 0 auto;
}
.pricing-banner-text{
  min-height: 500px;
}
.pricing table{
  margin: 0;
  height: 100%;
}
.pricing table tr:last-child{
  /* border-bottom: 1px solid #dee2e6 !important; */
}
.pricing-banner {
  min-height: 500px;
  background: #2C4BB8;
  background-image: url(../images/pricing-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 1199px) {
  .hero h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 25px;
  }
}
.hero p {
  font-weight: 400;
  font-size: 26px;
  margin: 35px auto 0;
  text-align: center;
  color: #fff;
  max-width: 830px;
}
@media (max-width: 1199px) {
  .hero p {
    font-size: 22px;
    margin: 30px auto 0;
  }
}
@media (max-width: 991px) {
  .hero p {
    font-size: 20px;
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .hero p {
    font-size: 18px;
    margin: 20px auto 0;
  }
}
.hero p strong {
  font-weight: 700;
  color: #F58431;
}

.search-field {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background-color: #fff;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.search-field > img {
  margin-right: 12px;
  height: 24px;
  width: auto;
  margin-left: 15px;
}
.search-field input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  flex-grow: 1;
  color: #13415A;
  width: 100%;
}
@media (max-width: 767px) {
  .search-field input {
    padding-left: 12px;
  }
}
.search-field input::placeholder {
  font-weight: 500;
  color: #BBBBBB;
}

.pHeads {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .pHeads {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .pHeads {
    padding-bottom: 120px;
  }
}
.pHeads h2 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .pHeads h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .pHeads h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pHeads h2 {
    font-size: 24px;
  }
}
.pHeads p {
  font-size: 24px;
  font-weight: 500;
  color: #13415A;
  margin: 0 0 -10px;
}
@media (max-width: 1199px) {
  .pHeads p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .pHeads p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pHeads p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pHeads p {
    font-size: 14px;
  }
}
.pHeads p strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .pHeads img {
    max-height: 8px;
  }
}

.pricing {
  background-color: #F6F6F6;
  padding: 130px 0 150px;
}
@media (max-width: 1199px) {
  .pricing {
    padding: 100px 0 120px;
  }
}
@media (max-width: 991px) {
  .pricing {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .pricing {
    padding: 60px 0 80px;
  }
}
@media (max-width: 600px) {
  .pricing {
    padding: 75px 0px;
  }
}
.pricing .table thead {
  position: relative;
  z-index: 10;
}
.pricing .table thead tr th {
  text-align: center;
  border: none;
  color: #13415A;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  padding: 30px 0 50px;
}
.pricing .table thead tr th h2 {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s ease-out;
}
@media (max-width: 1199px) {
  .pricing .table thead tr th h2 {
    font-size: 20px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .pricing .table thead tr th h2 {
    font-size: 18px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .pricing .table thead tr th h2 {
    font-size: 16px;
    top: -30px;
  }
}
@media (max-width: 600px) {
  .pricing .table thead tr th h2 {
    font-size: 14px;
  }
}
.pricing .table thead tr th h2.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .pricing .table thead tr th {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pricing .table thead tr th {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pricing .table thead tr th {
    font-size: 12px;
    padding: 12px 0 10px;
  }
}

@media (max-width: 767px) {
  .pricing .table thead tr th:not(:first-child)::before {
    height: 40px;
    width: calc(100% - 5px);
    top: 1.5px;
    border-radius: 8px 8px 0 0;
  }
}
.pricing .table thead tr th:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:last-child {
    padding-left: 0px;
    padding-inline: 8px;
  }
}
.pricing .table thead tr th:last-child::before {
  right: 5px;
  left: auto;
  background-color: #E2DAF4 !important;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:last-child::before {
    right: 1.5px;
  }
}
.pricing .table thead tr th:nth-child(2) {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(2) {
    padding-right: 0px;
    padding-inline: 8px;
  }
}
.pricing .table thead tr th:nth-child(2)::before {
  margin-left: 0;
  right: auto;
  left: 0px;
  background-color: #DAF4F1;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(2)::before {
    left: 2px;
  }
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(3) {
    padding-right: 0px;
    padding-inline: 8px;
  }
}
.pricing .table thead tr th:nth-child(3)::before {
  margin-left: 0;
  right: auto;
  left: 5px;
  background-color: #F4F1DA !important;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(3)::before {
    left: 2.5px;
  }
}
.pricing .table thead tr th:not(:first-child)::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #fff;
  width: calc(100% - 5px);
  border-radius: 24px 24px 0 0;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:not(:first-child)::after {
    width: calc(100% - 2px);
    border-radius: 9px 9px 0 0;
  }
}
.pricing .table thead tr th:last-child::after {
  margin-left: auto;
  border: 1px solid #dee2e6;
}
.pricing .table thead tr th:nth-child(2)::after {
  margin-left: 0;
  right: auto;
  left: -5px;
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(2)::after {
    left: 0px;
    border: 1px solid #dee2e6;
  }
}
@media (max-width: 767px) {
  .pricing .table thead tr th:nth-child(3)::after {
    left: 1px;
  }
}
.pricing .table tbody tr td {
  color: #13415A;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-block: 15px;
  vertical-align: middle;
  border: none;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .pricing .table tbody tr td {
    padding-block: 12px;
  }
}
@media (max-width: 991px) {
  .pricing .table tbody tr td {
    padding-block: 10px;
    line-height: 1.4 !important;
  }
}
@media (max-width: 1199px) {
  .pricing .table tbody tr td:first-child {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .pricing .table tbody tr td:first-child {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:first-child {
    font-size: 12px;
  }
}
.pricing .table tbody tr td:not(:first-child)::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #fff;
  width: calc(100% - 5px);
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:not(:first-child)::after {
    width: calc(100% - 2px);
  }
}
.pricing .table tbody tr td:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:last-child {
    padding-right: 0px;
    padding-inline: 8px;
  }
}
.pricing .table tbody tr td:last-child::after {
  margin-left: auto;
  border: 1px solid #dee2e6;
  border-top: 0px;
  border-bottom: 0px;
}
.pricing .table tbody tr td:nth-child(3) {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:nth-child(3) {
    padding-right: 0px;
    padding-inline: 8px;
  }
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:nth-child(3)::after {
    left: 1px;
  }
}
.pricing .table tbody tr td:nth-child(2) {
  padding-right: 15px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:nth-child(2) {
    padding-right: 0px;
    padding-inline: 8px;
  }
}
.pricing .table tbody tr td:nth-child(2)::after {
  margin-left: 0;
  right: auto;
  left: -5px;
  border: 1px solid #dee2e6;
  border-top: 0px;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:nth-child(2)::after {
    left: 0px;
  }
}
.pricing .table tbody tr td img {
  max-height: 22px;
  max-width: 22px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .pricing .table tbody tr td img {
    max-height: 11px;
    max-width: 14px;
  }
}
@media (max-width: 991px) {
  .pricing .table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }
  .pricing .table tbody tr td img {
    height: 14px;
  }
}
.pricing .table tbody tr td:first-child {
  padding-left: 0;
}
.pricing .table tbody tr td:not(:first-child) {
  text-align: center;
  width: 247px;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .pricing .table tbody tr td:not(:first-child) {
    width: 200px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .pricing .table tbody tr td:not(:first-child) {
    width: 140px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pricing .table tbody tr td:not(:first-child) {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .pricing .table tbody tr td:not(:first-child) {
    width: 18%;
  }
}
.pricing .table tbody tr:last-child td:first-child {
  border-bottom: none;
}
.pricing .table tbody tr + tr td {
  border-top: 1px solid #D4D7DB;
}

.plan-card {
  border-radius: 12px;
  border: 1px solid #D4D7DB;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 45px;
  background-color: #fff;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .plan-card {
    padding: 25px 30px;
  }
}
.plan-card img {
  position: absolute;
  top: 0px;
  right: 30px;
}
@media (max-width: 991px) {
  .plan-card img {
    max-height: 70px;
    width: auto;
  }
}
.plan-card .alpha {
  margin: -5px 0;
  font-size: 50px;
  font-weight: 700;
}
.plan-card .alpha span {
  font-size: 16px;
}
.plan-card .btn-royal {
  margin-top: 25px;
  width: 220px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.plan-card span,
.plan-card p {
  color: #13415A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.plan-card span strong,
.plan-card p strong {
  font-weight: 700;
}
.plan-card > span:first-of-type {
  text-transform: uppercase;
}
.plan-card.yearly {
  border-color: #2CB88B;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .plan-card.yearly {
    margin-top: 20px;
  }
}
.plan-card.yearly .alpha {
  color: #2CB88B;
}

.features {
  padding: 140px 0 0px;
  background-color: #FFFFFF;
}
span.testimonial-designation {
  color: #556771;
}
.features .container {
  padding-bottom: 150px;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 1199px) {
  .features {
    padding: 110px 0 120px;
  }
}
@media (max-width: 991px) {
  .features {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 50px 0px;
  }
  .features .container{
    padding-bottom: 50px;
  }
}

.grid-text {
  text-align: center;
  padding: 0 30px;
  display: block;
}
@media (max-width: 1199px) {
  .grid-text {
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .grid-text {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.grid-text .icon {
  margin-bottom: 20px;
}
.grid-text .icon img {
  height: 100px;
  width: auto;
}
@media (max-width: 1199px) {
  .grid-text .icon img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .grid-text .icon img {
    height: 60px;
  }
}
.grid-text h5, .grid-text h3 {
  color: #13415A;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .grid-text h5, .grid-text h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .grid-text h5, .grid-text h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.grid-text p {
  color: #13415A;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1199px) {
  .grid-text p {
    font-size: 14px;
  }
}

.border {
  border-bottom: 1px solid #D4D7DB;
}

.sayings {
  padding: 150px 0;
  background-color: #FFFFFF;
}
@media (max-width: 1199px) {
  .sayings {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .sayings {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .sayings {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .sayings {
    padding: 15px 0px;
    padding-bottom: 50px;
  }
}
.sayings h2 {
  text-align: center;
  margin: 0 0 40px;
}
.sayings .quote {
  padding: 32px 42px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sayings .quote {
    padding: 25px 30px;
  }
}
.sayings .quote p {
  font-size: 18px;
  font-weight: 400;
  color: #13415A;
  margin: 20px 0 30px;
  height: 160px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sayings .quote p {
    font-size: 16px;
    height: auto;
    min-height: 120px;
  }
}
.sayings .quote h6, .sayings .quote p {
  font-size: 20px;
  color: #13415A;
  font-weight: 700;
  margin: 0;
}
.sayings .quote p{
  height: 150px;
  margin-bottom: 40px;
  color: #13415A;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}
p.client-name {
  height: auto !important;
  font-size: 20px !important;
  margin: 0px !important;
  font-weight:700 !important;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .sayings .quote h6, .sayings .quote p {
    font-size: 17px;
  }
}
.sayings .quote h6 span, .sayings .quote p span {
  font-size: 18px;
  font-weight: 400;
  color: #556771;
}
@media (max-width: 767px) {
  .sayings .quote h6 span, .sayings .quote p span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sayings .container {
    max-width: 100%;
    padding: 0;
  }
}

.faqs {
  padding: 0px 0 100px;
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .faqs {
    padding: 0px 0 70px;
  }
}
@media (max-width: 1199px) {
  .faqs {
    padding: 0px 0 50px;
  }
}
@media (max-width: 767px) {
  .faqs {
    padding: 0px 0 30px;
  }
}
.faqs .text-center h2 {
  margin-bottom: 50px;
}
.faqs .singleFaq {
  background-color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #D4D7DB;
}
.faqs .singleFaq h5, .faqs .singleFaq h3 {
  font-size: 18px;
  line-height: 140%;
  padding: 24px 24px 24px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  user-select: none;
  gap: 20px;
  color: #13415A;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .faqs .singleFaq h5, .faqs .singleFaq h3 {
    font-size: 17px;
    padding: 20px 20px 20px 10px;
  }
}
@media (max-width: 1199px) {
  .faqs .singleFaq h5, .faqs .singleFaq h3 {
    font-size: 16px;
    padding: 18px 18px 18px 10px;
  }
}
.faqs .singleFaq h5 .state, .faqs .singleFaq h3 .state {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faqs .singleFaq h5 .state span, .faqs .singleFaq h3 .state span {
  position: absolute;
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 5px;
  background-color: #2CB88B;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .faqs .singleFaq h5 .state span, .faqs .singleFaq h3 .state span {
    height: 2px;
    width: 16px;
  }
}
.faqs .singleFaq h5 .state span.vertical, .faqs .singleFaq h3 .state span.vertical {
  transform: rotate(90deg);
}
.faqs .singleFaq h5:not(.collapsed) .state .vertical, .faqs .singleFaq h3:not(.collapsed) .state .vertical {
  transform: rotate(0deg);
}
.faqs .accordion-collapse.collapsing {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faqs .text-body {
  padding-inline: 0px;
}
.faqs .text-body .divide {
  border-top: 1px solid #D4D7DB;
  padding-block: 30px;
  padding-inline: 10px;
}
@media (max-width: 1400px) {
  .faqs .text-body .divide {
    padding-block: 20px;
  }
}
@media (max-width: 1199px) {
  .faqs .text-body .divide {
    padding-block: 16px;
  }
}
@media (max-width: 991px) {
  .faqs .text-body .divide {
    padding-block: 12px;
  }
}
.faqs .text-body p {
  font-size: 16px;
  color: #556771;
  font-weight: 400;
  margin: 0 0;
}

.container {
  position: relative;
}

.switch {
  position: absolute;
  /* left: 15px; */
  top: -10px;
  z-index: 15;
}
@media (max-width: 767px) {
  .switch {
    top: -35px;
  }
}
/* @media (max-width: 600px) {
  .switch {
    top: -75px;
  }
} */
.switch .group {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 15px;
}
.switch .group .btn-radio:first-of-type {
  border-radius: 5px 0 0 5px;
}
.switch .group .btn-radio:last-of-type {
  border-radius: 0 5px 5px 0;
}
.switch .group .btn-radio {
  background-color: #fff;
  padding: 0;
  min-width: 160px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .switch .group .btn-radio {
    min-width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .switch .group .btn-radio {
    min-width: 110px;
    height: 36px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .switch .group .btn-radio {
    min-width: 95px;
    height: 32px;
    font-size: 11px;
  }
}
.switch .group input[type=radio]:checked + .btn-radio {
  background-color: #2CB88B;
  color: #fff;
}
.pricing-cta hr {
  margin-top: 5px;
  margin-bottom: 16px;
}
.pricing-info {
  display: flex
;
}
p.best-value {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #2CB88B;
  padding: 36px 7px 18px 7px;
  position: relative;
  top: -40px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}
p.pricing-heading {
  font-size: 50px;
  font-weight: 700;
  color: #2CB88B;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
p.pricing-heading .per-month {
  font-size: 16px;
  color: #13415A;
  line-height: 100%;
  font-weight: 500;
}
p.pricing-desc {
  font-weight: 400;
  font-size: 18px;
  color: #13415A;
  white-space: nowrap;
}

label.btn.btn-radio {
  font-size: 14px;
  font-weight: 800;
  color: #13415A;
}
p.duration {
  color: #13415A;
  font-size: 16px;
  font-weight: 700;
}
.table-container {
  width: 100%;
  position: relative;
}
.pricing-cta-inner {
  padding: 40px;
  background: white;
  border: 1px solid #ECECEC;
  border-radius: 24px;
  display: flex
;
  gap: 5px;
  flex-direction: column;
}
.pricing-cta {
  gap: 20px;
  display: flex
;
  flex-direction: column;
}
.switch .group input[type=radio] {
  position: absolute;
  z-index: 1;
}
.switch .group input[type=radio]:first-of-type {
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
}
.switch .group input[type=radio]:last-of-type {
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
}

@media (max-width: 1399px) {
  .pricing .container{
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
    gap: 75px !important;
  }
  .pricing-cta{
    flex-direction: row !important;
    /* flex-wrap: wrap; */
    gap: 20px !important;
    justify-content: space-between;
  }
  .pricing-cta-inner{
    width: 50%;
  }
}
@media (max-width:767px){
  .pricing-cta{
    flex-direction: column !important;
  }
  .pricing-cta-inner{
    width: 100%;
  }
}