@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap);

:root {
  --primary-heading-color: #050f42;
  --secondary-heading-color: #1a1a1a;
  --primary-paragraph-color: #191f4f;
  --primary-heading-background: linear-gradient(
    to right,
    #14bfeb,
    #855ac4,
    #ce5193,
    #db4f65
  );
  --button-bg-color: #517eff;
  --primary-font-family: "Inter";
  --white-color: #ffffff;
  --secondary-text-color: #fbfbfb;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.dash {
  color: #c4d4ff;
  width: 32px;
  height: 0px;
  margin: 0 auto;
  border: 2px solid #c4d4ff;
  border-radius: 2px;
  margin: 35px auto;
}
.pricing_header {
  background: #fff;
  width: 100%;
  padding-top: 100px;
}
.pricing_header .animaker_logo_section {
  width: 150px;
  height: 50px;
  display: inline-block;
  line-height: 64px;
  margin-left: 35px;
}
.pricing_header .header_menu_content {
  float: right;
}
.pricing_header .header_menu_content .list_menu_content li {
  line-height: 60px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
}
.pricing_header .header_menu_content .list_menu_content li a {
  font-family: Pt sans;
  font-size: 15px;
  color: #54536e;
}
.pricing_header .header_menu_content .list_menu_content li a:hover {
  font-weight: 700;
}
.pricing_header .pricing_plan-content {
  padding: 40px 0 45px 0;
  text-align: center;
}
.pricing_header .pricing_plan-content h1 {
  color: var(--primary-heading-color);
  font: normal normal 800 60px/68px Inter;

}
.pricing_header .pricing_plan-content p {
  padding-top: 6px;
  width: 80%;
  margin: 0 auto;
  font: normal normal normal 18px/30px Inter;

}
.pricing_header .plan_type_bar {
  margin: auto;
  width: 200px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #ffc524;
  border-radius: 5px;
  display: flex;
  margin-bottom: 30px;
}
.pricing_header .plan_type_bar .monthly_plan_button {
  width: 98px;
  height: 100%;
  text-align: center;
}
.pricing_header .plan_type_bar .monthly_plan_button button {
  display: inline-block;
  text-decoration: none;
  font-family: Pt sans;
  font-size: 18px;
  padding: 5px 0;
  color: #ffc524;
  background: 0 0;
  border: none;
}
.pricing_header .plan_type_bar .active_subscription {
  background-color: #ffc524;
}
.pricing_header .plan_type_bar .monthly_plan_button.active_subscription button {
  color: #fff;
}
.pricing_type_section {
  margin-top: 30px;
  position: relative;
}
.pricing_type_section::after {
  content: "";
  background: transparent
    linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.1;
  filter: blur(50px);
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.pricing_type_section::before {
  content: "";
  background: transparent
    linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.1;
  filter: blur(50px);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.pricing_type_section .basic_section,
.pricing_type_section .business_section,
.pricing_type_section .enterprise_section,
.pricing_type_section .free_section,
.pricing_type_section .growth_section {
  border: none;
  border-radius: 0;
  position: relative;
}
.pricing_type_section .basic_content,
.pricing_type_section .business_content,
.pricing_type_section .enterprise_content,
.pricing_type_section .free_content,
.pricing_type_section .growth_content {
  padding: 40px;
  text-align: center;
}
header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background: #fff !important;
}
header.scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
header .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar-brand {
  padding: 0;
}
header .navbar-brand a {
  display: block;
}
header .navbar-toggler {
  display: none;
}
header nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header #menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header #menu.show {
  display: -webkit-box !important;
  display: -ms-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header #menu > li {
  position: relative;
}
header #menu > li a {
  padding: 6px 15px;
  display: block;
  color: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.learn_dropdown,
.products_dropdown {
  top: 30px !important;
}
header #menu > li a img {
  margin: 1px 0 0 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
header #menu > li a:hover {
  color: #f1821e;
  text-decoration: none;
}
header #menu > li a.signup {
  background: #2cb9fd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 600;
  color: #fff;
  padding: 9px 25px;
  margin-left: 10px;
}
header #menu > li a.signup:hover {
  background: #4d9cfa;
}
header #menu > li .dropdown-menu {
  opacity: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  margin-top: 0;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header #menu > li:hover .dropdown-menu {
  opacity: 1;
  display: block;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
header #menu > li:hover a img {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
}
/* .pricing_type_section .free_subheader {
  background-color: #d8d8d8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: -7px;
  width: 100%;
  padding: 5px 0;
} 
.pricing_type_section .enterprise_subheader {
  background-color: #d4afff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: -7px;
  width: 100%;
  padding: 5px 0;
}
.pricing_type_section .basic_subheader {
  background-color: #6ae164;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: -7px;
  width: 100%;
  padding: 5px 0;
}
.pricing_type_section .growth_subheader {
  background-color: #ffc300;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 0;
  position: absolute;
  top: -7px;
  width: 100%;
}*/
.pricing_type_section .business_subheader {
  background-color: #517eff;
  border-top-left-radius: 24px;
  color: #fff;
  border-top-right-radius: 24px;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  position: absolute;
  top: -37px;
  width: 100%;
}
.pricing_type_section .basic_content,
.pricing_type_section .enterprise_content,
.pricing_type_section .free_content {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #e2e2e2;
  border-radius: 3px 3px 4px 4px;
  box-shadow: 0 3px 16px #00000015;
}
.pricing_type_section .business_content {
  background: #f3f6ff;
  box-shadow: 0 3px 16px #0000001a;
  border-radius: 3px 3px 4px 4px;
}
.pricing_type_section .growth_content {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px 3px 4px 4px;
  box-shadow: 0 3px 16px #00000015;
}
.pricing_type_section .basic_content h2,
.pricing_type_section .business_content h2,
.pricing_type_section .enterprise_content h2,
.pricing_type_section .free_content h2,
.pricing_type_section .growth_content h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0px;
  margin: 0;
  color: #2d2d2d;
}
.show_star_icons {
  width: 20px;
}
.pricing_type_section .basic_content p,
.pricing_type_section .business_content p,
.pricing_type_section .enterprise_content p,
.pricing_type_section .free_content p,
.pricing_type_section .growth_content p {
  font-size: 16px;
  margin: 0;
}

.pricing_type_section .basic_content,
.pricing_type_section .business_content,
.pricing_type_section .enterprise_content,
.pricing_type_section .free_content,
.pricing_type_section .growth_content {
  /* height: 340px; */
}
.plan_features .item13 span:hover,
.plan_features .item14 span:hover {
  background: transparent linear-gradient(80deg, #ef3297 0, #f8aa43 100%) 0 0
    no-repeat padding-box;
  opacity: 1;
  color: #fff;
  border: 1px solid transparent;
}
.pricing_type_section .basic_content h2.title,
.pricing_type_section .business_content h2.title,
.pricing_type_section .enterprise_content h2.title,
.pricing_type_section .free_content h2.title,
.pricing_type_section .growth_content h2.title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 0px;
  font-family: var(--primary-font-family);
  margin: 0;
  color: var(--secondary-heading-color);
}
.pricing_type_section .basic_content h2,
.pricing_type_section .business_content h2,
.pricing_type_section .enterprise_content h2,
.pricing_type_section .free_content h2,
.pricing_type_section .growth_content h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--secondary-heading-color);
  font-family: var(--primary-font-family);
}
.pricing_type_section .basic_content h3,
.pricing_type_section .business_content h3,
.pricing_type_section .enterprise_content h3,
.pricing_type_section .free_content h3,
.pricing_type_section .growth_content h3 {
  font-size: 14px;
  color: #abaaaa;
  margin-bottom: 20px;
  margin: 0;
}
.chngPrice sub, sub {
  font-family: var(--primary-font-family);
}
.plan_features .item12 a,
.plan_features .item13 span,
.plan_features .item14 span,
.plan_features .item15 span,
.plan_features .item18 span,
.pricing_type_section .free_strt_now,
.show_contact_us_button {
  font-family: var(--primary-font-family);
  font-size: 20px;
  line-height: 24px;
  background-image: none;
  background-color: #517eff;
  height: 45px;
  color: #fff;
  border-radius: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 35px;
  user-select: none;
  border: 1px solid #e2e2e2;
}
.show_contact_us_button {
  max-width: 140px;
  margin: auto;
  background-color: #1a1a1a;
  color: #fff;
  margin-top: 20px;
}
.plan_features .item12 a:hover,
.plan_features .item13 button:hover,
.plan_features .item14 button:hover,
.plan_features .item15 button:hover,
.plan_features .item18 button:hover,
.pricing_type_section .free_strt_now:hover,
.show-price-request-modal-content-right-wrapper .free_strt_now:hover,
.show_contact_us_button:hover {
  background: transparent
    linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  color: #fff;
  border: 1px solid transparent;
}
.horizontal_line {
  border-top: 1px solid #e1e1e1;
}
.pricing_type_section .plan_description {
  padding: 28px 15px 40px 15px;
}
.pricing_type_section .plan_description .pricinglist_tick {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.pricing_type_section .plan_description p::before {
  content: url("../img/tick-blue.svg");
  position: absolute;
  left: 18px;
  top: -2px;
}
.show_contact_us {
  text-align: center;
  background-color: #1a1a1a;
  padding: 100px;
  color: #fff;
  margin-top: 50px;
}
.pricing_type_section .plan_description p {
  padding-bottom: 15px;
  color: var(--secondary-heading-color);
  position: relative;
  padding-left: 40px;
  text-align: left;
  height: unset !important;
  font: normal normal normal 14px/18px Inter;
  width: 85%;
  margin: 0px auto;
}
.pricing_type_section .plan_description h4 {
  font-size: 14px;
  color: #424156;
}
.contact_us_enterprise {
  padding: 40px 0 80px 0;
  text-align: center;
}
.contact_us_enterprise .contat_us_content {
  display: inline-block;
}
.contact_us_enterprise .contact_us_btn {
  padding-left: 25px;
  display: inline-block;
}
.contact_us_enterprise .contat_us_content h1 {
  font-size: 18px;
}
.contact_us_enterprise .contact_us_btn button {
  padding: 10px 30px;
  font-size: 18px;
  color: #54536e;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background: 0 0;
}
.pricing_type_section .learn_more {
  font-size: 14px;
  color: #9e52f7;
  cursor: pointer;
  padding-left: 20px;
}
.pricing_type_section .learn_more:hover {
  color: #9e52f7;
}
.plans_compare_section {
  padding: 80px 0 90px;
  background-color: #fff;
}
.plans_compare_section .compare_header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}
.plans_compare_section .compare_kicker {
  display: inline-block;
  font-family: var(--primary-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #517eff;
  margin-bottom: 12px;
}
.plans_compare_section .compare_header h2 {
  margin: 0 0 16px;
  font-family: var(--primary-font-family);
  font-weight: 800;
  font-size: 52px;
  line-height: 60px;
  color: var(--primary-heading-color);
}
.plans_compare_section .compare_header p {
  margin: 0 auto;
  max-width: 820px;
  font-family: var(--primary-font-family);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--primary-paragraph-color);
}
.plans_compare_section .compare_header a {
  color: #517eff;
  font-weight: 600;
}
.comparison-table-wrapper {
  background: #fff;
  border: none;
  border-radius: 18px;
  box-shadow: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--primary-font-family);
}
.comparison-table thead th {
  background: #f3f6ff;
  color: #2f2e5d;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid #e5e9f4;
  border-bottom: 1px solid #e5e9f4;
}
.comparison-table thead th.feature-col {
  text-align: left;
  width: 34%;
}
.comparison-table thead tr:first-child th:first-child {
  border-top-left-radius: 18px;
}
.comparison-table thead tr:first-child th:last-child {
  border-top-right-radius: 18px;
}
.comparison-table tbody th,
.comparison-table tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid #edf0f6;
  font-size: 15px;
}
.comparison-table tbody th {
  text-align: left;
  color: var(--secondary-heading-color);
  font-weight: 600;
}
.comparison-table tbody td {
  text-align: center;
  color: #3c3f58;
  font-weight: 500;
}
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 1px solid #edf0f6;
}
.comparison-table tbody tr:last-child th:first-child,
.comparison-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
.comparison-table tbody tr:last-child th:last-child,
.comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
.comparison-table tbody th:not(:last-child),
.comparison-table tbody td:not(:last-child),
.comparison-table thead th:not(:last-child) {
  border-right: 1px solid #edf0f6;
}
.comparison-table thead tr > *:first-child,
.comparison-table tbody tr > *:first-child {
  border-left: 1px solid #e5e9f4;
}
.comparison-table thead tr > *:last-child,
.comparison-table tbody tr > *:last-child {
  border-right: 1px solid #e5e9f4;
}
.comparison-table tbody tr.comparison-section th {
  background: #2d2f78;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 14px 20px;
  border-top: 1px solid #e5e9f4;
}
.comparison-table tbody tr.comparison-spacer td {
  padding: 0;
  height: 20px;
  border: none;
  background: #fff;
}
.comparison-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #19b67a;
  color: #19b67a;
  font-size: 14px;
  font-weight: 700;
}
.comparison-check-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.comparison-dash {
  color: #9aa3b2;
  font-weight: 600;
}
.comparison-star {
  color: #f0b400;
  font-size: 16px;
  margin-left: 4px;
}
@media screen and (max-width: 991px) {
  .plans_compare_section {
    padding: 60px 0 70px;
  }
  .plans_compare_section .compare_header h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .plans_compare_section .compare_header p {
    font-size: 16px;
    line-height: 26px;
  }
  .comparison-table {
    min-width: 680px;
  }
}
@media screen and (max-width: 640px) {
  .plans_compare_section .compare_kicker {
    letter-spacing: 0.12em;
  }
  .comparison-table thead th,
  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .plans_compare_section {
    padding: 50px 0 60px;
  }
  .plans_compare_section .compare_header {
    margin-bottom: 28px;
    padding: 0 6px;
  }
  .plans_compare_section .compare_kicker {
    font-size: 12px;
  }
  .plans_compare_section .compare_header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .plans_compare_section .compare_header p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .comparison-table-wrapper {
    overflow-x: auto;
  }
  .comparison-table thead th,
  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
}
.plan_features {
  display: grid;
  /* grid-template-columns: 1fr 2fr 2fr; */
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 0;
  border: 1px solid #e1e1e1;
  background-color: #fdfcff;
  box-shadow: 0px 0px 10px #0000001a;
  margin-bottom: 60px;
}
.plan_features .item1,
.plan_features .item16,
.plan_features .item2,
.plan_features .item3,
.plan_features .item4,
.plan_features .item5 {
  padding: 25px 0 20px 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}
.plan_features .item10,
.plan_features .item16,
.plan_features .item17,
.plan_features .item2,
.plan_features .item3,
.plan_features .item4,
.plan_features .item5,
.plan_features .item7,
.plan_features .item8,
.plan_features .item9 {
  text-align: center;
}
.plan_features .item10,
.plan_features .item17,
.plan_features .item6,
.plan_features .item7,
.plan_features .item8,
.plan_features .item9 {
  font-size: 14px;
  border: 0.5px solid #c4d4ff;
  padding: 15px 0 15px 0;
  color: var(--secondary-heading-color);
  font: normal normal normal 15px/46px Inter;

  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.plan_features {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.plan_features .dash {
  margin: 21px auto;
}
.plan_features .item1,
.plan_features .item6 {
  padding-left: 25px;
  justify-content: start;
  font: normal normal bold 15px/46px Inter;

  /* background-color: #fff; */
}
.plan_features .item6 {
  /* border-right: 1px solid #e1e1e1; */
}
.support_features {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-row-gap: 30px;
}
.support_features .item1,
.support_features .item2,
.support_features .item3,
.support_features .item4,
.support_features .item5 {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 22px;
  font-weight: 700;
}
.support_features .item10,
.support_features .item2,
.support_features .item3,
.support_features .item4,
.support_features .item5,
.support_features .item7,
.support_features .item8,
.support_features .item9 {
  text-align: center;
}
.support_features .item10,
.support_features .item6,
.support_features .item7,
.support_features .item8,
.support_features .item9 {
  font-size: 16px;
}
.security_features {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-row-gap: 30px;
}
.security_features .item1,
.security_features .item2,
.security_features .item3,
.security_features .item4,
.security_features .item5 {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 22px;
  font-weight: 700;
}
.security_features .item10,
.security_features .item2,
.security_features .item3,
.security_features .item4,
.security_features .item5,
.security_features .item7,
.security_features .item8,
.security_features .item9 {
  text-align: center;
}
.security_features .item10,
.security_features .item6,
.security_features .item7,
.security_features .item8,
.security_features .item9 {
  font-size: 16px;
}
.plan_features .item11,
.plan_features .item12,
.plan_features .item13,
.plan_features .item14,
.plan_features .item15,
.plan_features .item18 {
  padding: 30px 0 30px 0;
  border-top: none;
  text-align: center;
  background-color: #fff;
}
.plan_features .item12,
.plan_features .item13,
.plan_features .item14,
.plan_features .item15,
.plan_features .item18 {
  padding-left: 25px;
  padding-right: 25px;
}
.fortune_companys {
  padding: 70px 0;
  background: url(https://dev-static.picmaker.com/static/icons/pricing_wave.svg)
    repeat no-repeat;
  background-position: bottom;
}
.fortune_companys .fortune_header {
  text-align: center;
}
.fortune_companys .fortune_header h1 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 50px;
}
.use_cases_heading {
  font: normal normal bold 20px/26px PT Sans;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 28px;
}
.use_cases_desc {
  font: normal normal normal 18px/23px PT Sans;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 20px;
}
.pricing_type_section .basic_content,
.pricing_type_section .business_content,
.pricing_type_section .enterprise_content,
.pricing_type_section .free_content,
.pricing_type_section .growth_content {
  padding: 40px 5px;
  text-align: center;
  border: 1px solid #c4d4ff;
  box-shadow: unset;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  /* height: 670px; */
  height: 760px;
  justify-content: start;
  gap: 25px;
}
.pricing_type_section .free_content {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.pricing_type_section .enterprise_content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 24px;
}
.pricing_type_section .free_strt_now {
  /* margin-top: 40px; */
}
.contact_support {
  padding: 60px 0 60px 0;
  text-align: center;
  background-color: #fafafa;
  margin: 100px 0 20px 0;
}
.contact_support .contat_us_content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-right: 40px;
}
.contact_support .contat_us_content h1 {
  font-size: 24px;
  color: #2d2d2d;
  font-weight: 700;
}
.contact_support p {
  font-size: 18px;
  padding-bottom: 0;
}
.contact_support .contact_us_btn {
  display: inline-block;
  padding-left: 50px;
}
.contact_support .contact_us_btn a {
  font-family: Pt sans;
  font-size: 18px;
  background-image: none;
  background-color: #fff;
  height: 45px;
  color: #54536e;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  user-select: none;
  border: 1px solid #e2e2e2;
  padding: 0 25px;
}
.two_factor_tip {
  height: 18px;
  width: 18px;
  background: url(https://dev-static.animaker.com/animapp-static/images/lib_2_0/lib_inner/stockimgicon.svg);
  top: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.two_factor_tip:hover ~ .tooltiptext {
  visibility: visible;
}
.tooltiptext {
  visibility: hidden;
  width: 200px;
  padding: 20px;
  background-color: #333;
  color: #fff;
  text-align: start;
  border-radius: 4px;
  position: absolute;
  z-index: 9;
  top: -72px;
  left: 30px;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}
.planstogglesection {
  text-align: center;
  margin-bottom: 40px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 0 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.round {
  border-radius: 25px;
}
input:checked + .slider {
  background-image: none;
  background: transparent linear-gradient(154deg, #43eae4 0, #2a8bff 100%) 0 0
    no-repeat padding-box;
  opacity: 0.8;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(154deg, #43eae4 0, #2a8bff 100%) 0 0
    no-repeat padding-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round:before {
  border-radius: 50%;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.planstogglesection .planmonthly,
.planstogglesection .planyearly {
  font-size: 18px;
  display: inline-block;
  margin: 0;
  vertical-align: sub;
  line-height: 23px;
}
.testimonals_sliderSection {
  padding: 50px 0;
  background: #fafafa 0 0 no-repeat padding-box;
}
.testimonals_sliderSection .testimonalsMainslide.secondtype {
  display: flex;
}
.testimonals_sliderSection .testimonalsMainslide {
  width: 55%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 50px;
  text-align: center;
}
.testimonalsMainslide.secondtype .testimonial-img {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonalsMainslide.secondtype .testimonial-img .testiLogo {
  width: 100%;
  border-radius: 50%;
  vertical-align: middle;
}
.testimonalsMainslide.secondtype .testimonial-text {
  width: 75%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-left: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.testimonalsMainslide.secondtype .testimonial-quote {
  text-align: left;
  font-size: 15px;
  color: #54536c;
}
.testimonalsMainslide.secondtype .testimonail-auth {
  text-align: left;
  font-size: 21px;
  color: #2d2d2d;
  font-weight: 700;
  margin: 0;
}
.testimonail-desg {
  text-align: left;
  font-size: 14px;
  color: #54536c;
}
.plan_features .verticalcenter {
  padding-top: 25px;
  padding-bottom: 20px;
}
.get-in-demo {
  padding: 60px 0 100px;
  background-color: #f4f5ff;
}
.gettouch h2 {
  font-size: 50px;
  font-family: var(--primary-font-family);
  color: #000;
  font-weight: 700;
  width: 75%;
  line-height: 58px;
  margin-bottom: 50px;
}
.gettouch .demo-book a.demo-link {
  box-shadow: 0px 3px 6px #00000029;
  background: #517eff 0% 0% no-repeat padding-box;
  font: normal normal 600 18px/21px Inter;
  font-family: var(--primary-font-family);
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  border-radius: 28px;
  padding: 18px 35px;
  text-decoration: none;
  margin: 70px 0;
  margin-right: 30px;
}
.gettouch .demo-book a.get-in-link {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  font: normal normal 600 18px/21px Inter;
  font-family: var(--primary-font-family);
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: var(--secondary-heading-color);
  border-radius: 28px;
  padding: 18px 35px;
  text-decoration: none;
  border: 2px solid #517eff;
  margin: 70px 0;
}
.pricing-scrollbar .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  /* grid-template-columns: 1fr 2fr 2fr; */
  grid-template-columns: repeat(5, 1fr);
}
.accordion-wrapper .acc-body .item8, .accordion-wrapper .acc-body .item9 {
  /* display: none; */
}
.pricing-scrollbar .wrapper .plan {
  color: var(--secondary-heading-color);
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  height: 214px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-scrollbar .wrapper > div {
  border: 1px solid #c4d4ff;
}
.pricing-scrollbar .wrapper .title {
  margin: 0;
  font-size: 20px;
}
.pricing-scrollbar .wrapper .free_content {
  padding: 25px 15px;
}
.pricing-scrollbar .wrapper .free_content.pro{
  background: #F3F6FF 0% 0% no-repeat padding-box;
}
.pricing-scrollbar .free_strt_now,
.show-price-request-modal-content-right-wrapper .free_strt_now
{
  background-image: none;
  background-color: #517eff;
  color: #fff;
  height: 45px;
  border-radius: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  width: fit-content;
  padding: 13px 26px;
  /* font: normal normal 600 20px/24px Inter; */
  font: normal normal 600 17px/24px Inter;
}
.pricing-scrollbar .chngPrice {
  font: normal normal bold 30px/30px Inter;
}
.pricing-scrollbar .dash {
  color: #c4d4ff;
  width: 32px;
  height: 0px;
  margin: 0 auto;
  border: 2px solid #c4d4ff;
  border-radius: 2px;
  margin: 38px 5px -10px;
}
.pricing-scrollbar.sticky {
  /* position: fixed;
    top: 72px;
    width: 1069px;
    z-index: 9999;
    right: auto;
    transition: all ease; */
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* calc */

@media (min-width: 768px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog {
    width: 100%;
  }
}

/* .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    width: 100%;
    max-width: 920px;
  } */
.modal-dialog-centered .modal-content {
  width: 100%;
  border: 0px;
  overflow-y: hidden;
}
#calculator .modal-body {
  padding: 0px;
}
#calculator .modal-content {
  border: 0;
  border-radius: 24px;
  box-shadow: 0px 0px 10px #0000001a;
}
#calculator nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-right: 260px;
}
#calculator .tab-content {
  position: relative;
}
#calculator .tab-content .close {
  background: #000000;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -47px;
  right: 5px;
  font-size: 12px;
  opacity: 1;
  z-index: 1;
}
#calculator .tab-content .recomend {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 260px;
  background: #414054;
  padding: 17px 15px 18px;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  transform: translateY(-100%);
  width: 260px;
}
#calculator nav .nav {
  width: 100%;
  display: flex;
  border: 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
#calculator nav .nav li {
  width: 50%;
  display: flex;
  border: 0px;
}
#calculator nav .nav a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  position: relative;
  color: #414054;
  border: 0px;
  transition: all 0.25s ease-in-out;
  padding: 16px 10px;
}
#calculator nav .nav li.active a {
  font-weight: 700;
}
#calculator nav .nav li a:after {
  content: "";
  position: absolute;
  width: 0%;
  left: 50%;
  height: 4px;
  background: #ffd800;
  bottom: 0px;
  transition: all 0.25s ease-in-out;
}
#calculator nav .nav li.active a:after {
  background: #ffd800;
  width: 100%;
  left: 0px;
}
#calculator .flex .fields {
  flex-grow: 1;
  padding: 30px 40px;
  border-right: 1px solid #e9e9e9;
}
#calculator .flex .fields ul li:not(:last-of-type) {
  margin-bottom: 36px;
}
#calculator .flex .calc {
  width: 260px;
  border-left: 1px solid #e9e9e9;
  padding: 30px 28px;
  min-width: 260px;
}
#calculator .flex .calc h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
#calculator .flex .calc h2 img {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  color: #54536e;
}
#calculator .flex .calc ul {
  margin: 26px auto;
}
#calculator .flex .calc ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 24px;
}
#calculator .flex .calc ul li:not(:last-of-type) {
  margin-bottom: 14px;
}
#calculator .flex .calc ul li label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #54536e;
}
#calculator .flex .calc ul li span {
  font-size: 15px;
  font-family: "Open Sams", sans-serif;
  color: #54536e;
  font-weight: 700;
}
#calculator .flex .calc ul li span sup {
  font-size: 10px;
  font-weight: normal;
}
#calculator .flex .fields label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #54536e;
  display: block;
  margin-bottom: 12px;
}
#calculator .flex .fields .note {
  font-size: 12px;
  color: #848484;
  margin-bottom: 16px;
}
.select2-container {
  display: block;
  width: 100% !important;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
#calculator .flex .calc .finalPrice {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
}
#calculator .flex .calc .finalPrice small {
  display: block;
  font-size: 12px;
}
#calculator .flex .calc .finalPrice span {
  display: inline-block;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  position: relative;
  padding: 0 3px;
  margin-bottom: 10px;
}
#calculator .flex .calc .finalPrice span .sup,
#calculator .flex .calc .finalPrice span .sub {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  line-height: 18px;
}
#calculator .flex .calc .finalPrice span .sup {
  top: 7px;
  left: 0;
  transform: translateX(-100%);
}
#calculator .flex .calc .finalPrice span .sub {
  bottom: 3px;
  font-size: 18px;
  right: 0;
  transform: translateX(100%);
}
#calculator .flex .calc button {
  background: transparent linear-gradient(270deg, #ef3297 0%, #f8aa43 100%) 0%
    0% no-repeat;
  border: 0px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  margin: 20px 0 10px;
}
#calculator .flex .calc small.note {
  font-size: 10px;
  color: #707070;
  padding: 0 11px;
  display: block;
  line-height: 14px;
}
#calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 0;
  font-family: var(--primary-font-family);
    font-weight: 700;
    font-size: 16px;
}

#calculator
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  overflow: unset;
}
#calculator .select2-container--default .select2-selection--single {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
#calculator .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--secondary-heading-color);
}
.select2-container--default .select2-selection--single {
  border: 0px;
  padding: 20px 7px;
  height: auto;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0px;
  background: url("../img/arrowDrop.svg") center no-repeat;
  width: 12px;
  height: 7px;
  position: relative;
  right: 10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 30px 0 0;
  line-height: 0;
  font-family: var(--primary-font-family);
  font-size: 16px !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: scaleY(-1);
}
.select2-results__option {
  padding: 17px 15px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.select2-results__option strong {
  font-weight: bold;
}
.select2-dropdown {
  border-color: #e1e1e1;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e3f3fc !important;
  color: var(--secondary-heading-color) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e3f3fc !important;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -9px !important;
  margin-top: 4px !important;
}
#calculator .amount {
  display: grid;
  width: 100%;
  align-items: center;
  margin: 5px 0 10px;
  text-align: left;
  grid-template-columns: auto 100px 85px;
}

#calculator .amount:first-child {
  margin-top: 20px;
}
#calculator .amount h4 {
  margin: 0;
  color: #1a1a1a;
  width: 100%;
  white-space: nowrap;
  font: normal normal normal 16px/26px Inter;
}
#calculator .amount p {
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
  font-family: var(--primary-font-family);
  justify-self: end;
}
a.request_btn {
  background: #517eff 0% 0% no-repeat padding-box;
  border-radius: 28px;
  padding: 12px 50px;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font: normal normal 600 20px/24px Inter;

}
#calculator a.request_btn:hover {
  background: linear-gradient(120deg, #43eae4 0%, #517eff 100%);
}
#calculator .rightSection .limitDescription {
  font: normal normal normal 12px/15px Inter;
  color: #707070;
  margin: 20px auto 0;
  text-align: justify;
}

/* acc */

.accordion-wrapper {
  position: relative;
  margin-bottom: 0.5rem;
}
.acc-head {
  background-color: #f4f5ff;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  padding: 10px 25px;
  color: var(--primary-heading-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font: normal normal bold 30px/60px Inter;

}
.emailer,
.video-feautures,
.addOns {
  position: relative;
  margin-top: 60px;
}
.video-feautures::before {
  content: url("../img/play-icon.svg");
  top: 5px;
  position: relative;
}
.emailer::before {
  content: url("../img/emailer.svg");
  top: 5px;
  position: relative;
}
.addOns::before {
  content: url("../img/adsons.svg");
  top: 5px;
  position: relative;
}
.acc-head::after {
  content: url(../img/icon-down-arrow.svg);
  position: absolute;
  right: 30px;
  color: #1a1a1a;
  transform: rotate(0deg);
  transition: 0.4s;
}
.acc-head.active {
  border-radius: 24px;
}
.acc-head.active::after {
  content: url(../img/icon-down-arrow.svg);
  position: absolute;
  right: 30px;
  color: #1a1a1a;
  transform: rotate(180deg);
  transition: 0.4s;
}
.acc-body {
  display: block;
}
#calculator h2 {
  font-family: var(--primary-font-family);
  color: var(--primary-heading-color);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.pricingCalculator .calculatorWrapper h4 {
  color: var(--secondary-heading-color);
  margin-top: 20px;
  font: normal normal bold 16px/26px Inter;
}
.pricingCalculator .calculatorWrapper h4 span {
  font: normal normal normal 16px/26px Inter;
}
#calculator .flex-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  align-items: self-start;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 24px;
  margin: 50px 0 100px;
}
.flex-wrap .leftSection {
  /* width: 65%; */
  padding: 20px;
}
.flex-wrap .rightSection {
  /* width: 35%; */
  padding: 20px;
  margin: 0 auto;
  border-left: 1px solid #e9e9e9;
}
.flex-wrap .leftSection h3 {
  color: #1a1a1a;
  text-align: left;
  font: normal normal bold 30px/58px Inter;
  margin-bottom: 25px;
}
.flex-wrap .rightSection h3 {
  color: #1a1a1a;
  text-align: center;
  font: normal normal bold 30px/36px Inter;
  margin-bottom: 25px;
  margin-top: 30px;
}
.pricingCalculator .flex-wrap .form-select {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  color: var(--secondary-heading-color);
  /* font-weight: bold; */
}
sup {
  top: 0rem;
}
#calculator .totalAmount {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  /* font-size: 40px; */
  /* font-weight: 700; */
  /* font-family: var(--primary-font-family); */
  margin: 25px auto;
  text-align: center;
}
#calculator .totalAmount sup {
  font-size: 15px;
  font-family: var(--primary-font-family);
  font-weight: 400;
  position: relative;
  top: -18px;
  right: 2px;
}
#totalAmounts {
  font-size: 40px !important;
  font-weight: 700 !important;
  font-family: var(--primary-font-family);
}
#calculator .totalAmount .billed {
  font-size: 14px;
  color: #1a1a1a;
  font-family: var(--primary-font-family);
  font-weight: 400;
  display: block;
  padding: 0;
  padding-top: 15px;
}
.pricingCalculator .flex-wrap .form-select span {
  font-weight: 400 !important;
}
.select2-dropdown {
  box-shadow: 0px 0px 6px #0000001a;
  border-radius: 4px;
  border: none !important;
}
.select2-container {
  border: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.select2-results__option[aria-selected] {
  color: #1e1e1e;
  padding: 10px;
  font: normal normal 600 16px/26px Inter !important;
}
/*  
*/
.pricing-scrollbar.sticky {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 79px;
  background: #fff;
  left: 0;
  right: 0;
}
.valueSection {
  display: inline-flex;
  justify-content: end;
  width: 100%;
  color: #989797;
  font: normal normal normal 14px/17px Inter;

  gap: 2px;
}
.valueSection sup {
  top: 0.3rem;
}
.calculatorWrapper .rightSection .amount p sup {
  top: -0.3rem;
}
.calculatorWrapper .rightSection .amount p span{
  font: normal normal bold 16px/20px Inter;

  color: #2D2D2D;
}
.chngPrice sup {
  top: -0.3em;
}
.faq-new{
  position: relative;
  /* z-index: 9; */
}
.calculatorWrapper{
  position: relative;
}
.calculatorWrapper::after{
  content: '';
  background: transparent linear-gradient(133deg, #43EAE4 0%, #517EFF 54%, #517EFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.25;
  filter: blur(50px);
  position: absolute;
  bottom: -15%;
  width: 100%;
  height: 11%;
}
/* .calculatorWrapper::before{
  content: '';
  background: transparent linear-gradient(130deg, #43EAE4 0%, #517EFF 54%, #517EFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  bottom: -12%;
  left: -25%;
  width: 100%;
  height: 7%;
  z-index: 0;
} */
/*  */

/* end */
@media only screen and (max-width: 991px) {
  .testimonals_sliderSection .testimonalsMainslide {
    width: 70%;
  }
  .testimonals_sliderSection .testimonalsMainslide.secondtype {
    flex-direction: column;
  }
  .testimonalsMainslide.secondtype .testimonial-img {
    width: 100%;
  }
  .testimonalsMainslide.secondtype .testimonial-img .testiLogo {
    width: 50%;
  }
  .testimonalsMainslide.secondtype .testimonial-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .testimonail-desg,
  .testimonalsMainslide.secondtype .testimonail-auth {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_type_section .plan_description p{
    width: 100%;
  }
  .pricing-scrollbar.sticky{
    display: none;
  }
  #calculator .flex-wrap {
    grid-template-columns: 1fr;
  }
  #calculator .amount {
    grid-template-columns: auto 65px 75px;
  }
  .flex-wrap .leftSection h3 {
    text-align: center;
    line-height: 42px;
  }
  .pricing_type_section .basic_subheader,
  .pricing_type_section .business_subheader {
    position: relative;
    top: 0;
  }
  .pricing_type_section .enterprise_content{
    border-radius: 0px !important;
  }
  .gettouch h2 {
    font-size: 36px;
    line-height: 40px;
    width: 100%;
  }
  .gettouch .demo-book a.demo-link,
  .gettouch .demo-book a.get-in-link {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .plan_features .item6 {
    width: 100%;
  }
  .acc-head {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonals_sliderSection .testimonalsMainslide {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 572px) {
  .card-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.mobileChecklist {
  padding: 15px;
  display: none;
}
.mobileChecklist ul {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.mobileChecklist ul li {
  width: 33.333%;
  list-style: none;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.mobileChecklist ul li a {
  color: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  display: block;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.mobileChecklist ul li.active a,
.mobileChecklist ul li:hover a {
  color: #fff;
  background: #3dd1eb;
}
.mobileChecklist ul li:first-child {
  font-weight: 700;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  display: none;
}
.mobileChecklist ul li:first-child:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-color: #343434 transparent transparent transparent;
  right: 20px;
  top: 25px;
}
.pricing_type_section .flex {
  display: flex;
  justify-content: space-between;
}
.pricing_type_section .flex .col {
  width: calc(50% - 0px);
  z-index: 9;
}

@media screen and (min-width: 1200px) {
  .showPricing .container {
    max-width: 1070px;
  }
}
@media screen and (max-width: 991px) {
  .pricing_type_section .flex {
    flex-wrap: wrap;
  } /*.pricing_type_section .flex .col{width:calc(50% - 30px)}*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_type_section .plan_description p {
    width: 100%;
  }
  .pricing_type_section .basic_subheader,
  .pricing_type_section .business_subheader {
    position: absolute;
    top: -36px;
  }
  .pricing-scrollbar.sticky{
    display: none;
  }
  #calculator .flex-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .flex-wrap .leftSection h3 {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  .pricingCalculator .calculatorWrapper h4 {
    margin-top: 18px;
  }
  .gettouch h2 {
    font-size: 42px;
    width: 100%;
    line-height: 48px;
  }
  .pricing_type_section .flex .col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pricing_type_section .flex {
    justify-content: center;
  }
  .demo-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .pricing_type_section .basic_content,
  .pricing_type_section .enterprise_content,
  .pricing_type_section .free_content,
  .pricing_type_section .growth_content {
    height: auto;
    border-radius: 24px;
  }
  .pricing_type_section .business_content {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .plan_features .item6 {
    margin: 0 auto;
  }
  .pricing_type_section .flex .col {
    width: 100%;
    max-width: 360px;
  }
  .pricing_type_section .flex .col.vanish {
    display: none;
  }
  .mobileChecklist {
    display: block;
  }
  .mobileChecklist.active {
    height: 85px;
  }
  .mobileChecklist.active ul {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 70px;
    z-index: 99;
  }
  .plan_features {
    grid-template-columns: 50% 50%;
  }
  .plan_features div {
    display: none;
  }
  .plan_features.Free div:nth-child(5n + 1) {
    display: block;
  }
  .plan_features.Free div:nth-child(5n + 2) {
    display: block;
  }
  .plan_features.Starter div:nth-child(5n + 1) {
    display: block;
  }
  .plan_features.Starter div:nth-child(5n + 3) {
    display: block;
  }
  .plan_features.Pro div:nth-child(5n + 1) {
    display: block;
  }
  .plan_features.Pro div:nth-child(5n + 4) {
    display: block;
  }
  .plan_features.Enterprise div:nth-child(5n + 1) {
    display: block;
  }
  .plan_features.Enterprise div:nth-child(5n) {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pricing_type_section .flex .col {
    width: 100% !important;
  }
  .mobileChecklist.active ul {
    left: 0;
    right: 0;
  }
  .mobileChecklist.show {
    height: 305px;
  }
  .mobileChecklist.show ul li {
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f4f4f4;
  }
  .mobileChecklist ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobileChecklist ul li {
    width: 100%;
    display: none;
  }
  .mobileChecklist ul li:first-child {
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    cursor: pointer;
  }
  .pricing_header .pricing_plan-content h1 {
    font-family: var(--primary-font-family);
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
  }
  .pricing_header .pricing_plan-content p br {
    display: none;
  }
  .pricing_type_section .plan_description p {
    justify-content: center;
  }
  .contact_us_enterprise {
    padding: 40px 0 50px;
    background: #f9f9f9;
  }
  .show_contact_us {
    padding: 40px 20px;
  }
  .show_contact_us p br {
    display: none;
  }
  .item11 {
    display: none !important;
  }
  .item12,
  .item13,
  .item14,
  .item15 {
    grid-column: span 2;
    text-align: center;
  }
  .item12 a,
  .item13 a,
  .item14 a,
  .item15 a {
    max-width: 120px !important;
    display: block;
    margin: 0 auto;
  }
  .item12 a button,
  .item13 a button,
  .item14 a button,
  .item15 a button {
    border-color: #54536c;
  }
  .compare_header p br {
    display: none;
  }
}
.plan_features.Enterprise div:nth-child(5n),
.plan_features.Enterprise div:nth-child(5n + 1),
.plan_features .item5,
.plan_features .item10,
.plan_features .item15 {
  /* display: none !important; */
}



/* price request - popup style*/
#show-price-request-modal-container{ 
  padding: 16px 16px; 

  /* height: calc(100vh - 32px); */
  height: 100vh;
  width: 100vw;

  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: minmax(0px, 660px);
  align-items: center;
  justify-content: center;


  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;

  display: none;
  opacity: 0;
  overflow-y: scroll;

  transition: opacity .4s linear;

}

#show-price-requesting-modal-close-btn-container{
  display: flex;
  justify-content: end;
}

#show-price-requesting-modal-close-btn{
  display: grid;
  place-content: center;

  padding: 6px;
  cursor: pointer;
}

#show-price-request-modal-content-container{
  
  /* max-width: 660px;
  width: 95%; */
  border-radius: 4px;
  /* display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr)); */

  /* display: flex;
  justify-content: center; */
}

.show-price-request-modal-content-right{
 border-radius: 4px;
 background-color: #FFFFFF;
}

.show-pricing-requesting-content-left{
  background-color:#1A1A1A ;
}


.show-pricing-requesting-content-left-show-logo{
  margin-top: 60px;
  text-align: center;
}

.show-pricing-requesting-content-left-title{
  margin-top: 36px;
  text-align: center;
  font: normal normal bold 36px/55px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;

  white-space: nowrap;
}

.show-pricing-requesting-content-left-showcase{
  margin-top: 104px;
}

.show-pricing-requesting-content-left-showcase img{
  width: 100%;
  padding: 0 100px;
}

.show-price-request-modal-content-right-wrapper{
  padding: 0 74px 32px;
}


@media screen and (max-width: 542px) {
  .show-price-request-modal-content-right-wrapper{
    padding: 0 34px 20px;
  }
}


.show-price-request-modal-content-right-title{
  margin-top: 10px;
  margin-bottom: 4px;
  text-align: center;
  font: normal normal bold 22px/40px Poppins;
  letter-spacing: 0px;
  color: #1A1A1A;
  white-space: nowrap;
}

.show-price-request-modal-content-right-summary-container{
  margin-top: 25px;
}

.show-price-request-modal-content-right-summary-title{
  margin-bottom: 16px;
  font: normal normal bold 18px/26px PT Sans;
  letter-spacing: 0px;
  color: #54536E;
}

#show-price-requesting-price-plan-name{
  text-transform: capitalize;
  text-align: right;
}

#show-price-requesting-price-plan-name-label{
  white-space: nowrap;
}

.show-price-request-modal-content-right-summary-pricing-label{
  /* margin-bottom: 8px; */
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

.show-price-request-modal-content-right-summary-pricing-label p{
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #54536E;
  white-space: nowrap;
}

.show-price-request-modal-content-right-summary-pricing-label span{
  font: normal normal bold 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #54536E;
}

#show-price-requesting-annual-price{
 text-align: right;
 font: normal normal bold 15px/12px PT Sans;
 letter-spacing: 0px;
 color: #54536E;
}

.show-price-request-modal-content-right-user-input-company-name-wrapper,
.show-price-request-modal-content-right-user-input-name-wrapper,
.show-price-request-modal-content-right-user-input-business-email-wrapper
{
  width: 100%;
  padding: 0 12px;
  margin-bottom: 20px;
  height: 40px;
  background: #F2F2F2 ;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 6px;
  align-items: center;
  position: relative;
}

.show-price-request-modal-content-right-user-input-company-name-wrapper input,
.show-price-request-modal-content-right-user-input-name-wrapper input,
.show-price-request-modal-content-right-user-input-business-email-wrapper input{
  border: 0;
  height: 100%;
  background-color: transparent;
  color: #54536c;

  font-size: 15px;
  font-weight: 700;

}

.show-price-request-modal-content-right-user-input-company-name-wrapper input::placeholder,
.show-price-request-modal-content-right-user-input-name-wrapper input::placeholder,
.show-price-request-modal-content-right-user-input-business-email-wrapper input::placeholder{
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #C1C1C1;
}

#show-price-request-modal-request-btn{
  width: 100%;
  border: 0;
  margin: 24px auto 0;
  height: 40px;
  /* background: #EA7E1D; */
  border-radius: 25px;

  font: normal normal bold 18px/29px PT Sans;
  letter-spacing: 0px;
  color: #FFFFFF;

  display: flex;
  justify-content: center;
}

#show-price-requesting-addOn-label{
  margin: 4px 0 0;
}

#show-price-request-modal-content-right-addOn-container{
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

#show-price-request-modal-content-right-addOn-container input,
#show-price-request-modal-content-right-addOn-container label {
  margin: 0;
  font-size: 15px;
  color: #54536e;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
}

#phone-number-error-msg,
#show-price-request-user-input-name-warnings,
#show-price-request-user-input-company-name-warnings,
#show-price-request-user-input-business-email-warnings
{
  color: red;
  font-size: 10px;
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block !important;
}

.show-price-request-modal-content-right-message-input-wrapper{
  margin-top: 24px;
}

.show-price-request-modal-content-right-message-input-wrapper textarea{
  margin-top: 4px;
  padding: 10px;
  height: 90px;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid rgba(14, 19, 24, 0.2);

  display: block;

  font-size: 13px;
  font-weight: 600;
  color: #54536c;

  resize: none;
}

.show-price-request-modal-content-right-message-input-wrapper textarea::placeholder{
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #C1C1C1;
}

#iti-1__country-listbox{
  max-width: 308px;
}

#show-price-request-modal-content-right-phone-input-wrapper{
  padding: 0 4px;
  height: 40px;
  width: 100%;

  background: #F2F2F2;
  border: 1px solid #EBECF0;
  border-radius: 4px;

  display: flex;
  column-gap: 6px;
  align-items: center;

  position: relative;
}

#show-price-request-modal-content-right-phone-input{
  width: 100%;
}

#show-price-request-modal-content-right-phone-input .iti{
  width: 100%;
}

#show-price-request-phone-number-input{
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;

  color: #54536c;
  font-size: 15px;
  font-weight: 700;
}

#show-price-request-phone-number-input::placeholder{
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #C1C1C1;
}



@media screen and (max-width: 416px) {
  .show-price-request-modal-content-right-wrapper{
    padding: 0 24px 20px;
  }

  .show-price-request-modal-content-right-title{
    font: normal normal bold 18px/30px Poppins;
  }

  .show-price-request-modal-content-right-summary-title{
    font: normal normal bold 16px/24px PT Sans;
  }

  .show-price-request-modal-content-right-summary-pricing-label p{
    font: normal normal normal 13px/20px PT Sans;

  }
  
  .show-price-request-modal-content-right-summary-pricing-label span{
    font: normal normal bold 13px/18px PT Sans;
  }

  #show-price-requesting-annual-price{
    font: normal normal bold 13px/12px PT Sans;
  }

  .show-price-request-modal-content-right-user-input input::placeholder{
    font: normal normal normal 13px/22px PT Sans;
  }

  #show-price-request-phone-number-input::placeholder{
    font: normal normal normal 13px/22px PT Sans;
  }

  .show-price-request-modal-content-right-user-input input{
    font-size: 13px;
    font-weight: 600;
  }

  #show-price-request-phone-number-input{
    font-size: 13px;
    font-weight: 600;
  }

  .show-price-request-modal-content-right-message-input-wrapper textarea::placeholder{
    font: normal normal normal 13px/19px PT Sans;
  }

  #show-price-request-modal-request-btn{
    font: normal normal bold 16px/27px PT Sans;
  }
}


/* loader */
.lds-animaker-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
}

.lds-animaker {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-animaker div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: olive;
  animation: lds-animaker 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-animaker div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-animaker div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-animaker div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-animaker {
  0% {
      top: 6px;
      height: 51px;
  }
  50%,
  100% {
      top: 19px;
      height: 26px;
  }
}



/* modal input - warnings */
#show-price-request-user-input-business-email-warnings, #show-price-request-user-input-name-warnings,
#show-price-request-user-input-company-name-warnings{
  position: absolute;
}

/* notification */
.notification_bar {
  display: none;
  min-width: 350px;
  max-width: 350px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-color: #333333;
  z-index: 9999;
  border-radius: 5px;
}

.show-price-request-yearly-fixed-label{
  margin: 12px 0;
}

.show-price-request-yearly-label{
  margin-top: 12px;
}
